 *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

  :root {
    --forest: #2D4A2D;
    --forest-mid: #3E6B3E;
    --forest-light: #5A8F5A;
    --forest-pale: #C5D9C0;
    --beige: #F5F0E8;
    --beige-warm: #EDE5D5;
    --beige-deep: #D4C4A8;
    --cream: #FAF7F2;
    --text-dark: #1A2A1A;
    --text-mid: #3D5C3D;
    --text-muted: #7A8C7A;
    --white: #FFFFFF;
    --accent: #8B6914;
    --accent-light: #C9A84C;
  }

  html { scroll-behavior: smooth; }

  body {
    font-family: 'DM Sans', sans-serif;
    background: var(--beige);
    color: var(--text-dark);
    overflow-x: hidden;
  }

  
  /* ─── PAGE HERO ─── */
  .page-hero {
    background: var(--beige);
    padding: 9rem 4rem 5rem;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid var(--beige-deep);
  }
  .page-hero::before {
    content: '';
    position: absolute; inset: 0;
    background: radial-gradient(ellipse 60% 80% at 80% 50%, rgba(197,217,192,0.28) 0%, transparent 65%);
    pointer-events: none;
  }
  .page-hero::after {
    content: 'FAQs';
    position: absolute;
    right: 4rem; top: 50%; transform: translateY(-50%);
    font-family: 'Playfair Display', serif;
    font-size: clamp(7rem, 14vw, 13rem);
    font-weight: 600;
    color: rgba(45,74,45,0.045);
    line-height: 1;
    pointer-events: none;
    white-space: nowrap;
    letter-spacing: -0.03em;
  }
  .page-hero-inner { max-width: 1200px; margin: 0 auto; position: relative; z-index: 1; }
  .hero-eyebrow {
    display: inline-flex; align-items: center; gap: 0.5rem;
    font-size: 0.72rem; font-weight: 500; letter-spacing: 0.14em;
    text-transform: uppercase; color: var(--forest-mid);
    margin-bottom: 1.25rem;
  }
  
  .page-hero h1 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.6rem, 5vw, 4rem);
    font-weight: 600; line-height: 1.1;
    color: var(--text-dark); margin-bottom: 1.25rem;
    max-width: 700px;
  }
  .page-hero h1 em { color: var(--forest); font-style: italic; }
  .page-hero-sub {
    font-size: 1.05rem; line-height: 1.75;
    color: var(--text-muted); font-weight: 300;
    max-width: 560px; margin-bottom: 2.5rem;
  }
  .hero-meta {
    display: flex; align-items: center; gap: 2rem;
    padding-top: 2rem; border-top: 1px solid var(--beige-deep);
    flex-wrap: wrap;
  }
  .hero-meta-item {
    display: flex; align-items: center; gap: 0.6rem;
    font-size: 0.82rem; color: var(--text-muted); font-weight: 300;
  }
  .hero-meta-item strong { color: var(--forest); font-weight: 500; }
  .hero-meta-dot {
    width: 4px; height: 4px; border-radius: 50%;
    background: var(--beige-deep); flex-shrink: 0;
  }

  /* ─── SECTION SHARED ─── */
  .section-eyebrow {
    font-size: 0.72rem; font-weight: 500; letter-spacing: 0.14em;
    text-transform: uppercase; color: var(--forest-mid);
    margin-bottom: 1rem;
    display: flex; align-items: center; gap: 0.75rem;
  }
  
  .section-eyebrow.light { color: var(--forest-pale); }
  .section-eyebrow.light::before { background: var(--forest-pale); }
  .section-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2rem, 3.5vw, 3rem);
    line-height: 1.2; color: var(--text-dark); margin-bottom: 1rem; font-weight: 400;
  }
  .section-title.light { color: white; }
  .section-body { font-size: 1rem; line-height: 1.8; color: var(--text-mid); max-width: 520px; font-weight: 300; }

  /* ─── BUTTONS ─── */
  .btn-primary {
    display: inline-flex; align-items: center; gap: 0.5rem;
    background: var(--forest); color: var(--cream);
    padding: 0.9rem 2rem; border-radius: 3rem; font-size: 0.95rem;
    font-weight: 500; text-decoration: none; transition: all 0.25s;
    cursor: pointer; border: none; font-family: 'DM Sans', sans-serif;
    min-height: 44px;
  }
  .btn-primary:hover { background: var(--forest-mid); transform: translateY(-1px); }
  .btn-outline {
    display: inline-flex; align-items: center; gap: 0.5rem;
    background: transparent; color: var(--forest);
    padding: 0.9rem 2rem; border-radius: 3rem; font-size: 0.95rem;
    font-weight: 500; text-decoration: none; transition: all 0.25s;
    border: 1.5px solid var(--forest); font-family: 'DM Sans', sans-serif;
    min-height: 44px;
  }
  .btn-outline:hover { background: var(--forest-pale); }
  .btn-white {
    display: inline-flex; align-items: center; gap: 0.5rem;
    background: white; color: var(--forest);
    padding: 0.9rem 2.25rem; border-radius: 3rem; font-size: 0.95rem;
    font-weight: 500; text-decoration: none; transition: all 0.25s;
    border: none; font-family: 'DM Sans', sans-serif; min-height: 44px;
  }
  .btn-white:hover { background: var(--beige); transform: translateY(-1px); box-shadow: 0 8px 24px rgba(0,0,0,0.1); }
  .btn-wa {
    display: inline-flex; align-items: center; gap: 0.6rem;
    background: #25D366; color: white;
    padding: 0.9rem 2rem; border-radius: 3rem; font-size: 0.95rem;
    font-weight: 500; text-decoration: none; transition: all 0.25s;
    border: none; font-family: 'DM Sans', sans-serif; min-height: 44px;
  }
  .btn-wa:hover { background: #1ebe5d; transform: translateY(-1px); box-shadow: 0 8px 24px rgba(37,211,102,0.25); }

  /* ─── CATEGORY TAB BAR ─── */
  .tab-bar-section {
    background: white;
    border-bottom: 1px solid var(--beige-deep);
    position: sticky; top: 68px; z-index: 50;
    padding: 0 4rem;
  }
  .tab-bar-inner {
    max-width: 1200px; margin: 0 auto;
    display: flex; gap: 0; overflow-x: auto;
    scrollbar-width: none; -ms-overflow-style: none;
  }
  .tab-bar-inner::-webkit-scrollbar { display: none; }
  .tab-btn {
    display: flex; align-items: center; gap: 0.45rem;
    padding: 1.1rem 1.35rem; border: none; background: none;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.78rem; font-weight: 500; letter-spacing: 0.06em;
    text-transform: uppercase; color: var(--text-muted);
    cursor: pointer; transition: color 0.2s;
    border-bottom: 2px solid transparent;
    white-space: nowrap; min-height: 44px;
    position: relative;
  }
  .tab-btn:hover { color: var(--forest); }
  .tab-btn.active {
    color: var(--forest);
    border-bottom-color: var(--forest);
  }
  .tab-count {
    display: inline-flex; align-items: center; justify-content: center;
    width: 18px; height: 18px; border-radius: 50%;
    background: var(--beige-warm); font-size: 0.65rem;
    font-weight: 500; color: var(--text-muted);
    transition: background 0.2s, color 0.2s;
  }
  .tab-btn.active .tab-count { background: var(--forest-pale); color: var(--forest); }

  /* ─── FAQ CONTAINER ─── */
  .faq-main {
    background: white;
    padding: 4rem 4rem 6rem;
  }
  .faq-main-inner { max-width: 1200px; margin: 0 auto; }

  .faq-category-group { margin-bottom: 4rem; }
  .faq-category-group:last-child { margin-bottom: 0; }
  .faq-category-title {
    display: flex; align-items: center; gap: 1rem;
    font-family: 'Playfair Display', serif;
    font-size: 1.35rem; font-weight: 400; color: var(--text-dark);
    margin-bottom: 1.5rem; padding-bottom: 1rem;
    border-bottom: 1px solid var(--beige-deep);
  }
  .faq-category-icon {
    width: 38px; height: 38px; border-radius: 0.75rem;
    background: var(--beige-warm); display: flex;
    align-items: center; justify-content: center; font-size: 1rem; flex-shrink: 0;
  }
  .faq-category-label-pill {
    font-size: 0.68rem; font-weight: 500; letter-spacing: 0.1em;
    text-transform: uppercase; color: var(--text-muted);
    background: var(--beige); padding: 0.25rem 0.75rem;
    border-radius: 2rem; margin-left: auto;
  }

  .faq-container { display: flex; flex-direction: column; gap: 0; }

  /* ─── FAQ ITEM ─── */
  .faq-item {
    border: 1px solid var(--beige-deep);
    border-radius: 1.25rem;
    overflow: hidden;
    margin-bottom: 0.75rem;
    transition: box-shadow 0.25s;
    background: white;
  }
  .faq-item:last-child { margin-bottom: 0; }
  .faq-item.open {
    box-shadow: 0 8px 32px rgba(45,74,45,0.08);
    border-color: rgba(45,74,45,0.18);
  }
  .faq-question {
    width: 100%; display: flex; align-items: center; justify-content: space-between;
    gap: 1rem; padding: 1.4rem 1.75rem;
    background: none; border: none; cursor: pointer;
    text-align: left; transition: background 0.2s;
    min-height: 60px; font-family: 'DM Sans', sans-serif;
  }
  .faq-question:hover { background: rgba(245,240,232,0.5); }
  .faq-item.open .faq-question { background: rgba(245,240,232,0.5); }
  .faq-question-left {
    display: flex; align-items: center; gap: 1rem; flex: 1; min-width: 0;
  }
  .faq-q-num {
    font-family: 'Playfair Display', serif;
    font-size: 0.78rem; font-weight: 400; color: var(--text-muted);
    letter-spacing: 0.06em; flex-shrink: 0; min-width: 28px;
  }
  .faq-item.open .faq-q-num { color: var(--forest); }
  .faq-question-text {
    font-family: 'Playfair Display', serif;
    font-size: 1.05rem; font-weight: 400; color: var(--text-dark);
    line-height: 1.4;
  }
  .faq-item.open .faq-question-text { color: var(--forest); }
  .faq-icon {
    width: 32px; height: 32px; border-radius: 50%; flex-shrink: 0;
    background: var(--beige-warm);
    display: flex; align-items: center; justify-content: center;
    transition: transform 0.3s, background 0.25s, color 0.25s;
    color: var(--forest-mid);
  }
  .faq-icon svg {
    width: 14px; height: 14px; stroke: currentColor;
    stroke-width: 2; fill: none; transition: transform 0.3s;
  }
  .faq-item.open .faq-icon {
    background: var(--forest); color: white; transform: rotate(45deg);
  }
  .faq-answer {
    max-height: 0; overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4,0,0.2,1);
  }
  .faq-item.open .faq-answer { max-height: 900px; }
  .faq-answer-inner {
    padding: 0 1.75rem 1.75rem 4.5rem;
    font-size: 0.9375rem; color: var(--text-mid);
    line-height: 1.85; font-weight: 300;
  }
  .faq-answer-inner p { margin-bottom: 1rem; }
  .faq-answer-inner p:last-child { margin-bottom: 0; }
  .faq-answer-inner strong { font-weight: 500; color: var(--text-dark); }
  .faq-answer-inner a { color: var(--forest); text-decoration: none; border-bottom: 1px solid var(--forest-pale); transition: border-color 0.2s; }
  .faq-answer-inner a:hover { border-color: var(--forest); }
  .faq-answer-inner ul {
    list-style: none; padding: 0; margin: 0.75rem 0 1rem;
    display: flex; flex-direction: column; gap: 0.5rem;
  }
  .faq-answer-inner ul li {
    display: flex; align-items: flex-start; gap: 0.6rem;
    font-size: 0.9275rem; color: var(--text-mid);
  }
  .faq-answer-inner ul li::before {
    content: '—'; color: var(--forest-pale); flex-shrink: 0; margin-top: 0.05rem;
  }
  .faq-answer-callout {
    margin-top: 1.25rem; padding: 1rem 1.25rem;
    background: var(--beige); border-radius: 0.75rem;
    border-left: 3px solid var(--forest-pale);
    font-size: 0.875rem; color: var(--text-mid); line-height: 1.7;
  }
  .faq-answer-callout strong { color: var(--forest); font-weight: 500; }
  .faq-answer-cta {
    display: inline-flex; align-items: center; gap: 0.5rem;
    margin-top: 1.5rem; font-size: 0.875rem; font-weight: 500;
    color: var(--forest); text-decoration: none;
    border-bottom: 1px solid var(--forest-pale);
    padding-bottom: 0.1rem; transition: gap 0.2s, border-color 0.2s;
  }
  .faq-answer-cta:hover { gap: 0.75rem; border-color: var(--forest); }
  .tag-row { display: flex; flex-wrap: wrap; gap: 0.5rem; margin: 0.75rem 0; }
  .answer-tag {
    display: inline-flex; align-items: center;
    font-size: 0.75rem; padding: 0.3rem 0.8rem;
    border-radius: 2rem; font-weight: 400;
  }
  .answer-tag.forest { background: var(--forest-pale); color: var(--forest); }
  .answer-tag.accent { background: rgba(201,168,76,0.15); color: var(--accent); }
  .answer-tag.neutral { background: var(--beige-warm); color: var(--text-mid); }

  /* ─── HIDDEN CATEGORY ─── */
  .faq-category-group.hidden { display: none; }

  /* ─── STILL NEED HELP ─── */
  .still-need-help {
    background: var(--forest);
    padding: 6rem 4rem;
  }
  .still-need-help-inner {
    max-width: 1200px; margin: 0 auto;
    display: grid; grid-template-columns: 1.2fr 1fr;
    gap: 5rem; align-items: center;
  }
  .still-text .section-eyebrow { color: var(--forest-pale); }
  .still-text .section-eyebrow::before { background: var(--forest-pale); }
  .still-text .section-title { color: white; }
  .still-text p {
    font-size: 1rem; line-height: 1.8; color: var(--forest-pale);
    font-weight: 300; margin-top: 0.75rem; max-width: 440px;
  }
  .still-contact-cards { display: flex; flex-direction: column; gap: 1rem; }
  .contact-card {
    display: flex; align-items: center; gap: 1.25rem;
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 1.25rem; padding: 1.35rem 1.5rem;
    text-decoration: none;
    transition: background 0.2s, border-color 0.2s;
  }
  .contact-card:hover {
    background: rgba(255,255,255,0.13);
    border-color: rgba(255,255,255,0.2);
  }
  .contact-card-icon {
    width: 48px; height: 48px; border-radius: 1rem; flex-shrink: 0;
    display: flex; align-items: center; justify-content: center; font-size: 1.35rem;
  }
  .contact-card-icon.wa { background: rgba(37,211,102,0.18); }
  .contact-card-icon.mail { background: rgba(201,168,76,0.18); }
  .contact-card-body { min-width: 0; }
  .contact-card-label {
    font-size: 0.68rem; font-weight: 500; letter-spacing: 0.12em;
    text-transform: uppercase; color: var(--forest-pale); margin-bottom: 0.2rem;
  }
  .contact-card-value {
    font-family: 'Playfair Display', serif;
    font-size: 1rem; color: white; line-height: 1.3;
  }
  .contact-card-sub { font-size: 0.8rem; color: var(--forest-pale); margin-top: 0.15rem; font-weight: 300; }
  .contact-card-arrow {
    margin-left: auto; color: var(--forest-pale); flex-shrink: 0;
    font-size: 1rem; transition: transform 0.2s;
  }
  .contact-card:hover .contact-card-arrow { transform: translateX(4px); color: var(--accent-light); }

  
  /* ─── ANIMATIONS ─── */
  @keyframes fadeUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
  }
  .page-hero-inner > * { animation: fadeUp 0.65s ease both; }
  .page-hero-inner > *:nth-child(1) { animation-delay: 0.1s; }
  .page-hero-inner > *:nth-child(2) { animation-delay: 0.2s; }
  .page-hero-inner > *:nth-child(3) { animation-delay: 0.3s; }
  .page-hero-inner > *:nth-child(4) { animation-delay: 0.4s; }

  /* ─── RESPONSIVE ─── */
  @media (max-width: 900px) {
   
    
    .page-hero { padding: 7rem 1.5rem 3.5rem; }
    .page-hero::after { display: none; }
    .tab-bar-section { padding: 0 1.5rem; top: 60px; }
    .faq-main { padding: 2.5rem 1.5rem 4rem; }
    .faq-answer-inner { padding-left: 1.75rem; }
    .faq-q-num { display: none; }
    .still-need-help { padding: 4rem 1.5rem; }
    .still-need-help-inner { grid-template-columns: 1fr; gap: 2.5rem; }
   
    .hero-meta { gap: 1rem; }
    .hero-meta-dot { display: none; }
    .btn-primary, .btn-outline, .btn-white, .btn-wa { width: 100%; justify-content: center; }
    .still-contact-cards .btn-primary, .still-contact-cards .btn-outline { width: auto; }
  }

  @media (min-width: 901px) and (max-width: 1199px) {
    nav { padding: 1.1rem 2.5rem; }
    .page-hero { padding: 8.5rem 2.5rem 4.5rem; }
    .tab-bar-section { padding: 0 2.5rem; }
    .faq-main { padding: 4rem 2.5rem 6rem; }
    .still-need-help { padding: 5rem 2.5rem; }
  
  }