:root {
    --primary: #003b3f;
    --accent: #0b5f63;
    --bg: #f7f5f2;
    --text: #0f2f30;
  }
  
  * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
      sans-serif;
  }
  
  .navbar-nav .nav-link {
        color: #003b3f;
      }
      .navbar-nav .nav-link:hover {
        color: grey;
      }
      .navbar {
        background-color: none;
      }
  
  
  
  
  
  .hero-section {
    background-color: #fdebd3;
    border-radius: 24px;
    padding: 4rem 2rem;
    position: relative;
    overflow: hidden;
  }
  
  .hero-title {
    font-weight: 700;
    color: #083c3c;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .hero-text {
    color: #1f4f4f;
    max-width: 520px;
  }
  
  .btn-custom {
    background-color: #083c3c;
    color: #fff;
    border-radius: 999px;
    padding: 0.75rem 2rem;
  }
  
  .btn-custom:hover {
    background-color: #062f2f;
    color: #fff;
  }
  
  /* Decorative shapes (optional placeholders) */
  .decor {
    position: absolute;
    opacity: 0.9;
  }
  
  .decor.left {
    bottom: -40px;
    left: -40px;
    width: 220px;
  }
  
  .decor.right {
    bottom: -30px;
    right: -30px;
    width: 220px;
  }
  
  
  
  
  
  body {
    background-color: var(--bg);
    color: var(--text);
  }
  
  /* HERO SECTION */
  .hero {
    max-width: 1200px;
    margin: 0 auto;
    padding: 4rem 1.5rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
  }
  
  /* LEFT */
  .hero-content .eyebrow {
    font-size: 0.75rem;
    letter-spacing: 0.12em;
    color: var(--accent);
    font-weight: 600;
  }
  
  .hero-content h1 {
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.2;
    margin: 1rem 0;
  }
  
  .hero-content p {
    font-size: 1rem;
    max-width: 420px;
    line-height: 1.6;
    margin-bottom: 1.5rem;
  }
  
  .cta {
    background-color: var(--primary);
    color: #fff;
    border: none;
    padding: 0.75rem 1.75rem;
    border-radius: 999px;
    font-size: 0.95rem;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease;
  }
  
  .cta:hover {
    background-color: var(--accent);
    transform: translateY(-1px);
  }
  
  /* RIGHT */
  .hero-image {
    background-color: var(--primary);
    border-radius: 1.5rem;
    padding: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .hero-image img {
    width: 100%;
    max-width: 360px;
    height: auto;
  }
  
  .btn-section-1 {
    background-color: var(--primary);
    color: var(--bg);
  }
  
  .section-title {
    font-weight: 700;
    color: #0f172a;
  }
  
  .section-subtitle {
    color: #64748b;
  }
  
  .service-card {
    border-radius: 20px;
    padding: 2rem;
    height: 100%;
  }
  
  .mindfulness {
    background-color: #fdebd2;
  }
  
  .therapy {
    background-color: #ffffff;
    border: 1px solid #e5e7eb;
  }
  
  .coaching {
    background-color: #ffffff;
    border: 1px solid #e5e7eb;
  }
  
  .btn-custom {
    border-radius: 30px;
    padding: 0.4rem 1.2rem;
    font-size: 0.9rem;
  }
  
  .section-padding {
    padding: 4rem 0;
  }
  
  .testimonial-card {
    border-radius: 24px;
    padding: 2rem;
    height: 100%;
  }
  
  .testimonial-light {
    background-color: #fdebd3;
  }
  
  .testimonial-dark {
    background-color: #0f3f3a;
    color: #ffffff;
  }
  
  .partner-box {
    background-color: #ffffff;
    border-radius: 50px;
    padding: 1.5rem 2rem;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  }
  
  .partner-box span {
    font-weight: 600;
    color: #555;
  }
  
  .resource-card {
    border-radius: 24px;
    padding: 2.5rem 2rem;
    background-color: #ffffff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    height: 100%;
  }
  
  .btn-yellow {
    background-color: #f4b400;
    color: #fff;
    border-radius: 50px;
  }
  
  .btn-teal {
    background-color: #3bbfad;
    color: #fff;
    border-radius: 50px;
  }
  
  .btn-pink {
    background-color: #f28bb3;
    color: #fff;
    border-radius: 50px;
  }
  
  .container {
    max-width: 1100px;
    padding: 40px 20px;
    margin: auto;
  }
  
  /* HERO */
  .hero {
    background: var(--card);
    border-radius: var(--radius);
    padding: 48px;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 32px;
    align-items: center;
  }
  
  .hero small {
    color: var(--muted);
    font-weight: 600;
    letter-spacing: .05em;
  }
  
  .hero h1 {
    font-size: 36px;
    margin: 12px 0;
    color: var(--primary);
  }
  
  .hero p {
    color: var(--muted);
    max-width: 420px;
  }
  
  .hero button {
    margin-top: 20px;
    background: var(--primary);
    color: white;
    border: none;
    padding: 14px 22px;
    border-radius: 999px;
    font-weight: 600;
    cursor: pointer;
  }
  
  .hero-art {
    background: #eef5f4;
    border-radius: var(--radius);
    height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: var(--muted);
  }
  
  /* FAQ */
  .faq {
    margin-top: 80px;
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 48px;
  }
  
  .faq h2 {
    font-size: 32px;
    color: var(--primary);
    margin-bottom: 12px;
  }
  
  .faq p {
    color: var(--muted);
    max-width: 360px;
  }
  
  .faq-illustration {
    background: #ffe9cc;
    border-radius: var(--radius);
    height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
  }
  
  .accordion {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  
  .accordion-item {
    background: var(--card);
    border-radius: 14px;
    padding: 18px 20px;
    cursor: pointer;
  }
  
  .accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
  }
  
  .accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease;
    color: var(--muted);
    font-size: 14px;
  }
  
  .accordion-item.active .accordion-content {
    max-height: 200px;
    margin-top: 10px;
  }
  
  /* RESPONSIVE */
  @media (max-width: 900px) {
  
    .hero,
    .faq {
      grid-template-columns: 1fr;
    }
  }
  
  .section-padding {
    padding: 80px 0;
  }
  
  .support-box {
    background: #ffffff;
    border-radius: 24px;
    padding: 40px;
  }
  
  .form-control {
    border-radius: 12px;
  }
  
  .btn-primary-custom {
    background-color: #063c3c;
    border: none;
    border-radius: 30px;
    padding: 10px 32px;
  }
  
  .btn-primary-custom:hover {
    background-color: #052f2f;
  }
  
  .cta-card {
    background: #063c3c;
    color: white;
    border-radius: 24px;
    padding: 40px;
    height: 100%;
  }
  
  .footer-links a {
    display: block;
    color: #333;
    text-decoration: none;
    margin-bottom: 8px;
    font-size: 14px;
  }
  
  .footer-links a:hover {
    text-decoration: underline;
  }
  
  .social-icons i {
    font-size: 18px;
    margin-right: 12px;
    color: #063c3c;
  }
  
  /* 📱 RESPONSIVE */
  @media (max-width: 900px) {
    .hero-1 {
      grid-template-columns: 1fr;
      text-align: center;
    }
  
    .hero-content p {
      margin-left: auto;
      margin-right: auto;
    }
  
    .hero-image {
      order: -1;
    }
  }
