@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');

    :root {
      --ink: #0D182A;
      --ink-mid: #1B2638;
      --amber: #D4B27A;
      --amber-light: #E8C873;
      --amber-pale: #F3F1EB;
      --slate: #F4F6FA;
      --white: #FFFFFF;
      --text: #1C2535;
      --muted: #6B7A94;
      --border: #DDE3EE;
      --law-bg: #0D182A;
    }

    * { margin: 0; padding: 0; box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body { font-family: 'Manrope', sans-serif; color: var(--text); background: var(--white); overflow-x: hidden; }

    /* ─── NAV ─── */
    nav {
      position: fixed; top: 0; left: 0; right: 0; z-index: 100;
      background: rgba(11,18,32,0.97); backdrop-filter: blur(12px);
      height: 68px; display: flex; align-items: center;
      padding: 0 6%; border-bottom: 1px solid rgba(255,255,255,0.06);
    }
    .nav-inner { width: 100%; max-width: 1200px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; }
    .logo { font-family: 'Manrope', sans-serif; font-weight: 500; font-size: 1.5rem; color: var(--white); letter-spacing: -0.2px; text-decoration: none; display: inline-flex; align-items: center; }
    .logo em { font-style: normal; color: var(--amber); }
    .logo-img { height: 40px; width: auto; display: block; }
    .nav-links { display: flex; align-items: center; gap: 1.75rem; list-style: none; }
    .nav-links a { color: rgba(255,255,255,0.6); text-decoration: none; font-size: 0.875rem; font-weight: 500; transition: color 0.2s; }
    .nav-links a:hover { color: var(--white); }
    .nav-cta { background: var(--amber); color: var(--ink) !important; padding: 0.5rem 1.25rem; border-radius: 6px; font-weight: 700 !important; font-size: 0.85rem !important; transition: background 0.2s !important; }
    .nav-cta:hover { background: var(--amber-light) !important; }

    /* ─── BUTTONS ─── */
    .btn-amber { display: inline-flex; align-items: center; gap: 0.5rem; background: var(--amber); color: var(--ink); padding: 0.875rem 1.75rem; border-radius: 8px; font-weight: 700; font-size: 0.95rem; text-decoration: none; transition: all 0.2s; border: none; cursor: pointer; font-family: 'Manrope', sans-serif; }
    .btn-amber:hover { background: var(--amber-light); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(201,136,42,0.35); }
    .btn-ghost { display: inline-flex; align-items: center; gap: 0.5rem; background: transparent; color: rgba(255,255,255,0.7); padding: 0.875rem 1.5rem; border-radius: 8px; font-weight: 500; font-size: 0.95rem; text-decoration: none; border: 1px solid rgba(255,255,255,0.15); transition: all 0.2s; }
    .btn-ghost:hover { border-color: rgba(255,255,255,0.4); color: var(--white); }

    /* ─── MINI FORM ─── */
    .mini-form { background: var(--white); border-radius: 12px; padding: 1.5rem; box-shadow: 0 12px 40px rgba(0,0,0,0.25); max-width: 420px; }
    .mini-form h3 { font-family: 'Manrope', sans-serif; font-weight: 800; font-size: 1.1rem; color: var(--ink); margin-bottom: 0.25rem; }
    .mini-form .mf-sub { font-size: 0.78rem; color: var(--muted); margin-bottom: 1rem; }
    .mf-row { display: grid; grid-template-columns: 1fr 1fr; gap: 0.625rem; margin-bottom: 0.625rem; }
    .mf-group { margin-bottom: 0.625rem; }
    .mf-group label { display: block; font-size: 0.73rem; font-weight: 600; color: var(--ink); margin-bottom: 0.3rem; }
    .mf-group input, .mf-group select { width: 100%; padding: 0.65rem 0.875rem; border: 1.5px solid var(--border); border-radius: 7px; font-family: 'Manrope', sans-serif; font-size: 0.83rem; color: var(--text); background: var(--white); outline: none; appearance: none; transition: border-color 0.2s; }
    .mf-group input:focus, .mf-group select:focus { border-color: var(--amber); }
    .mf-group input::placeholder { color: var(--muted); }
    .mf-btn { width: 100%; padding: 0.875rem; background: var(--amber); color: var(--ink); border: none; border-radius: 8px; font-family: 'Manrope', sans-serif; font-size: 0.9rem; font-weight: 700; cursor: pointer; margin-top: 0.25rem; transition: background 0.2s, transform 0.2s; }
    .mf-btn:hover { background: var(--amber-light); transform: translateY(-1px); }
    .mf-note { text-align: center; margin-top: 0.625rem; font-size: 0.7rem; color: var(--muted); }

    /* ─── HERO PHOTO ─── */
    .hero-photo { position: relative; border-radius: 16px; overflow: hidden; margin-bottom: 1.25rem; box-shadow: 0 16px 40px rgba(0,0,0,0.3); }
    .hero-photo img { width: 100%; height: 220px; object-fit: cover; display: block; }
    .hero-photo-badge { position: absolute; bottom: 12px; right: 12px; background: var(--amber); color: var(--ink); font-size: 0.78rem; font-weight: 700; padding: 0.4rem 0.875rem; border-radius: 100px; box-shadow: 0 4px 12px rgba(0,0,0,0.25); }

    /* ─── HERO ─── */
    .hero { background: var(--ink); min-height: 100vh; display: flex; align-items: center; padding: 108px 6% 72px; position: relative; overflow: hidden; }
    .hero-bg {
      position: absolute; inset: 0; z-index: 0;
      background-image: url('https://images.unsplash.com/photo-1581578731548-c64695cc6952?w=1600&q=80&auto=format&fit=crop');
      background-size: cover; background-position: center 35%;
      filter: blur(2px) brightness(0.25) saturate(0.8);
      transform: scale(1.05);
    }
    .hero::before { content: ''; position: absolute; top: -300px; right: -200px; width: 800px; height: 800px; background: radial-gradient(circle, rgba(201,136,42,0.08) 0%, transparent 65%); border-radius: 50%; }
    .hero::after { content: ''; position: absolute; bottom: -200px; left: -100px; width: 500px; height: 500px; background: radial-gradient(circle, rgba(26,122,110,0.06) 0%, transparent 65%); border-radius: 50%; }
    .hero-inner { max-width: 1200px; margin: 0 auto; width: 100%; display: grid; grid-template-columns: 1fr 420px; gap: 4rem; align-items: center; position: relative; z-index: 1; }
    .hero-eyebrow { display: inline-flex; align-items: center; gap: 0.5rem; background: rgba(201,136,42,0.12); border: 1px solid rgba(201,136,42,0.25); color: var(--amber-light); font-size: 0.72rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; padding: 0.35rem 0.9rem; border-radius: 100px; margin-bottom: 1.75rem; }
    .hero-eyebrow::before { content: ''; width: 6px; height: 6px; background: var(--amber-light); border-radius: 50%; animation: blink 2s infinite; }
    @keyframes blink { 0%,100%{opacity:1} 50%{opacity:0.3} }
    .hero h1 { font-family: 'Manrope', sans-serif; font-weight: 800; font-size: clamp(2.4rem, 4.5vw, 3.8rem); color: var(--white); line-height: 1.1; margin-bottom: 1.25rem; letter-spacing: -0.5px; }
    .hero h1 em { font-style: italic; color: var(--amber); }
    .hero-sub { font-size: 1.05rem; color: rgba(255,255,255,0.55); line-height: 1.75; max-width: 500px; margin-bottom: 2.25rem; }
    .hero-stats { display: flex; gap: 2.5rem; margin-bottom: 2.5rem; padding-bottom: 2.5rem; border-bottom: 1px solid rgba(255,255,255,0.08); }
    .stat strong { display: block; font-family: 'Manrope', sans-serif; font-weight: 800; font-size: 2.2rem; color: var(--white); line-height: 1; }
    .stat span { font-size: 0.78rem; color: rgba(255,255,255,0.4); line-height: 1.4; }
    .hero-btns { display: flex; gap: 0.875rem; flex-wrap: wrap; }

    /* ─── SHARED ─── */
    .section { padding: 90px 6%; }
    .wrap { max-width: 1200px; margin: 0 auto; }
    .eyebrow { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--amber); margin-bottom: 0.75rem; }
    .sec-title { font-family: 'Manrope', sans-serif; font-weight: 800; font-size: clamp(1.8rem, 3vw, 2.8rem); color: var(--ink); line-height: 1.15; margin-bottom: 1rem; }
    .sec-sub { font-size: 1rem; color: var(--muted); line-height: 1.75; max-width: 560px; }
    .fade-up { opacity: 0; transform: translateY(20px); transition: opacity 0.55s ease, transform 0.55s ease; }
    .fade-up.visible { opacity: 1; transform: translateY(0); }

    /* ─── HOW IT WORKS — unified ─── */
    .how-section { background: var(--white); }
    .how-header { margin-bottom: 3.5rem; }
    .how-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; position: relative; }
    .how-grid::before { content: ''; position: absolute; top: 32px; left: calc(12.5% + 32px); right: calc(12.5% + 32px); height: 1px; background: linear-gradient(90deg, var(--amber), var(--amber-light)); z-index: 0; }

    .how-card { padding: 0 1.25rem; text-align: center; position: relative; z-index: 1; }
    .how-num { width: 64px; height: 64px; background: var(--white); border: 2px solid var(--amber); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 1.25rem; font-family: 'Manrope', sans-serif; font-weight: 700; font-size: 1.4rem; color: var(--amber); }
    .how-photo { position: relative; width: 84px; height: 84px; margin: 0 auto 1.25rem; }
    .how-photo img { width: 84px; height: 84px; border-radius: 50%; object-fit: cover; border: 3px solid var(--amber); display: block; }
    .how-num-badge { position: absolute; bottom: -4px; right: -4px; width: 26px; height: 26px; background: var(--amber); color: var(--white); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: 'Manrope', sans-serif; font-weight: 700; font-size: 0.85rem; border: 2px solid var(--white); }
    .how-card h3 { font-weight: 700; font-size: 1rem; color: var(--ink); margin-bottom: 0.5rem; }
    .how-card p { font-size: 0.83rem; color: var(--muted); line-height: 1.7; }
    .how-card .trust-pill { display: inline-flex; align-items: center; gap: 0.35rem; margin-top: 0.875rem; background: var(--amber-pale); border: 1px solid rgba(201,136,42,0.2); color: var(--amber); font-size: 0.7rem; font-weight: 600; padding: 0.25rem 0.625rem; border-radius: 100px; }

    /* ─── CALCULATOR ─── */
    /* ─── PURPOSE SECTION ─── */
    .purpose-section { background: var(--amber-pale); }
    .purpose-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1rem; }
    .purpose-grid-2 { grid-template-columns: 1fr 1fr; }
    .purpose-card { border-radius: 14px; overflow: hidden; box-shadow: 0 4px 16px rgba(0,0,0,0.06); transition: transform 0.25s ease; position: relative; }
    .purpose-card:hover { transform: translateY(-4px); }
    .purpose-photo { width: 100%; height: 220px; }
    .purpose-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
    .purpose-card-overlay .purpose-photo { height: 320px; }
    .purpose-card-overlay .purpose-photo::after { content: ''; }
    .purpose-card-overlay { position: relative; }
    .purpose-card-overlay::before {
      content: ''; position: absolute; inset: 0;
      background: linear-gradient(180deg, rgba(13,24,42,0.05) 30%, rgba(13,24,42,0.75) 100%);
      z-index: 1; border-radius: 14px;
    }
    .purpose-overlay-text {
      position: absolute; bottom: 0; left: 0; right: 0; z-index: 2;
      padding: 1.75rem 1.5rem;
    }
    .purpose-overlay-text span {
      font-family: 'Manrope', sans-serif;
      font-size: 1.4rem; color: var(--white); line-height: 1.3;
      text-shadow: 0 2px 8px rgba(0,0,0,0.3);
    }

    /* ─── TESTIMONIALS ─── */
    .testi-section { background: var(--slate); position: relative; overflow: hidden; }
    .testi-bg {
      position: absolute; inset: 0; z-index: 0;
      background-image: url('https://images.unsplash.com/photo-1556909212-d5b65c5feee9?w=1600&q=75&auto=format&fit=crop');
      background-size: cover; background-position: center 30%;
      filter: blur(4px) saturate(0.6);
      opacity: 0.18;
    }
    .testi-section .wrap { position: relative; z-index: 1; }
    .testi-header { text-align: center; margin-bottom: 3rem; }
    .testi-header .sec-sub { margin: 0 auto; }
    .testi-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.25rem; }
    .testi-grid--soon { grid-template-columns: 1fr; max-width: 440px; margin: 0 auto; }

    .testi-card { background: var(--white); border-radius: 14px; padding: 1.75rem; border: 1px solid var(--border); position: relative; }
    .testi-card.placeholder { border-style: dashed; background: transparent; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; min-height: 200px; }
    .testi-card.placeholder .ph-icon { font-size: 2rem; margin-bottom: 0.75rem; opacity: 0.4; }
    .testi-card.placeholder p { font-size: 0.82rem; color: var(--muted); line-height: 1.6; }
    .testi-card.placeholder strong { display: block; font-size: 0.78rem; font-weight: 600; color: var(--text); margin-bottom: 0.375rem; }

    .testi-quote { font-size: 0.9rem; color: var(--text); line-height: 1.75; margin-bottom: 1.25rem; font-style: italic; }
    .testi-quote::before { content: '"'; font-family: 'Manrope', sans-serif; font-size: 2rem; color: var(--amber); line-height: 0; vertical-align: -0.5rem; margin-right: 0.2rem; }
    .testi-author { display: flex; align-items: center; gap: 0.75rem; }
    .testi-avatar { width: 40px; height: 40px; border-radius: 50%; background: var(--amber-pale); display: flex; align-items: center; justify-content: center; font-size: 1rem; flex-shrink: 0; overflow: hidden; }
    .testi-avatar img { width: 100%; height: 100%; object-fit: cover; }
    .testi-name { font-weight: 700; font-size: 0.85rem; color: var(--ink); }
    .testi-detail { font-size: 0.75rem; color: var(--muted); }
    .testi-stars { color: var(--amber); font-size: 0.8rem; letter-spacing: 1px; margin-bottom: 0.875rem; }

    .testi-notice { text-align: center; margin-top: 2rem; font-size: 0.8rem; color: var(--muted); }
    .testi-notice a { color: var(--amber); text-decoration: none; }

    /* ─── QUEM SOMOS ─── */
    .about-section { background: var(--white); }
    .about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
    .about-visual { position: relative; }
    .about-photo { border-radius: 16px; overflow: hidden; margin-bottom: 1.25rem; position: relative; box-shadow: 0 8px 30px rgba(0,0,0,0.12); }
    .about-photo img { width: 100%; height: 220px; object-fit: cover; display: block; }
    .about-photo-tag { position: absolute; bottom: 12px; left: 12px; background: rgba(11,18,32,0.85); color: var(--white); font-size: 0.75rem; font-weight: 600; padding: 0.4rem 0.875rem; border-radius: 100px; backdrop-filter: blur(4px); }
    .about-card-main { background: var(--ink); border-radius: 16px; padding: 2.5rem; color: var(--white); }
    .about-card-main .eyebrow { color: var(--amber); margin-bottom: 0.75rem; }
    .about-card-main h3 { font-family: 'Manrope', sans-serif; font-weight: 800; font-size: 1.5rem; color: var(--white); margin-bottom: 1rem; line-height: 1.2; }
    .about-card-main p { font-size: 0.875rem; color: rgba(255,255,255,0.55); line-height: 1.8; }
    .about-card-float { position: absolute; bottom: -1.5rem; right: -1.5rem; background: var(--amber-pale); border: 1px solid rgba(201,136,42,0.2); border-radius: 12px; padding: 1.25rem 1.5rem; box-shadow: 0 8px 24px rgba(0,0,0,0.1); }
    .about-card-float strong { display: block; font-family: 'Manrope', sans-serif; font-weight: 800; font-size: 2rem; color: var(--ink); line-height: 1; }
    .about-card-float span { font-size: 0.78rem; color: var(--muted); }

    .about-text .sec-sub { margin-bottom: 2rem; }
    .about-values { display: flex; flex-direction: column; gap: 1.25rem; }
    .about-value { display: flex; align-items: flex-start; gap: 1rem; }
    .av-icon { width: 42px; height: 42px; flex-shrink: 0; background: var(--amber-pale); border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; margin-top: 2px; }
    .about-value h4 { font-weight: 700; font-size: 0.95rem; color: var(--ink); margin-bottom: 0.3rem; }
    .about-value p { font-size: 0.855rem; color: var(--muted); line-height: 1.65; }

    /* ─── FAQ ─── */
    .faq-section { background: var(--slate); }
    .faq-layout { display: grid; grid-template-columns: 1fr 2fr; gap: 4rem; align-items: start; }
    .faq-sticky { position: sticky; top: 100px; }
    .faq-list { display: flex; flex-direction: column; gap: 0.625rem; }
    .faq-item { background: var(--white); border-radius: 10px; border: 1px solid var(--border); overflow: hidden; }
    .faq-btn { width: 100%; padding: 1.1rem 1.25rem; background: none; border: none; text-align: left; display: flex; justify-content: space-between; align-items: center; gap: 1rem; cursor: pointer; font-family: 'Manrope', sans-serif; font-size: 0.9rem; font-weight: 600; color: var(--text); }
    .faq-plus { width: 22px; height: 22px; flex-shrink: 0; background: var(--amber-pale); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 0.8rem; color: var(--amber); transition: transform 0.3s; }
    .faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.35s ease; padding: 0 1.25rem; }
    .faq-answer p { font-size: 0.875rem; color: var(--muted); line-height: 1.8; padding-bottom: 1.25rem; }
    .faq-item.open .faq-answer { max-height: 300px; }
    .faq-item.open .faq-plus { transform: rotate(45deg); }

    /* ─── ADVOGADOS ─── */

    /* ─── FORM ─── */
    .form-section { background: var(--white); }
    .form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: start; }
    .form-left .sec-sub { margin-bottom: 2rem; }
    .trust-pts { display: flex; flex-direction: column; gap: 1rem; }
    .trust-pt { display: flex; align-items: flex-start; gap: 0.875rem; }
    .tpt-icon { width: 36px; height: 36px; flex-shrink: 0; background: var(--amber-pale); border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 1rem; margin-top: 2px; }
    .trust-pt p { font-size: 0.875rem; color: var(--muted); line-height: 1.6; }
    .trust-pt strong { color: var(--text); font-weight: 600; }
    .form-card { background: var(--white); border: 1px solid var(--border); border-radius: 16px; padding: 2.25rem; box-shadow: 0 8px 40px rgba(0,0,0,0.06); }
    .form-card h3 { font-family: 'Manrope', sans-serif; font-weight: 800; font-size: 1.35rem; color: var(--ink); margin-bottom: 0.25rem; }
    .form-card .sub { font-size: 0.82rem; color: var(--muted); margin-bottom: 1.75rem; }
    .fg { margin-bottom: 1rem; }
    .fg label { display: block; font-size: 0.78rem; font-weight: 600; color: var(--ink); margin-bottom: 0.375rem; }
    .fg input, .fg select { width: 100%; padding: 0.75rem 1rem; border: 1.5px solid var(--border); border-radius: 8px; font-family: 'Manrope', sans-serif; font-size: 0.88rem; color: var(--text); background: var(--white); outline: none; appearance: none; transition: border-color 0.2s, box-shadow 0.2s; }
    .fg input:focus, .fg select:focus { border-color: var(--amber); box-shadow: 0 0 0 3px rgba(201,136,42,0.1); }
    .fg input::placeholder { color: var(--muted); }
    .fg-row { display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem; }
    .form-submit-btn { width: 100%; padding: 1rem; background: var(--amber); color: var(--ink); border: none; border-radius: 8px; font-family: 'Manrope', sans-serif; font-size: 0.95rem; font-weight: 700; cursor: pointer; margin-top: 0.5rem; transition: all 0.2s; }
    .form-submit-btn:hover { background: var(--amber-light); transform: translateY(-2px); }
    .form-note { text-align: center; margin-top: 0.875rem; font-size: 0.73rem; color: var(--muted); }
    .cpf-note { font-size: 0.72rem; color: var(--muted); margin: -0.5rem 0 0.875rem; line-height: 1.4; }
    .consent-check { display: flex; align-items: flex-start; gap: 0.625rem; margin: 0.875rem 0 0.25rem; cursor: pointer; }
    .consent-check input[type="checkbox"] { width: 16px; height: 16px; margin-top: 2px; flex-shrink: 0; accent-color: var(--amber); cursor: pointer; }
    .consent-check span { font-size: 0.76rem; color: var(--muted); line-height: 1.5; }
    .consent-check a { color: var(--amber); text-decoration: underline; }
    .consent-check-mini span { font-size: 0.72rem; }
    .form-success { display: none; text-align: center; padding: 1.5rem 0; }
    .success-icon { width: 64px; height: 64px; background: var(--amber-pale); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.75rem; margin: 0 auto 1.25rem; }
    .form-success h4 { font-family: 'Manrope', sans-serif; font-weight: 800; font-size: 1.4rem; color: var(--ink); margin-bottom: 0.5rem; }
    .form-success p { font-size: 0.875rem; color: var(--muted); line-height: 1.7; }

    /* ─── FOOTER ─── */
    footer { background: var(--ink); padding: 3.5rem 6%; }
    .footer-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 3rem; }
    .footer-brand p { font-size: 0.8rem; color: rgba(255,255,255,0.3); line-height: 1.8; margin-top: 0.875rem; max-width: 280px; }
    .footer-col h4 { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.35); margin-bottom: 1rem; }
    .footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 0.625rem; }
    .footer-col a { color: rgba(255,255,255,0.5); text-decoration: none; font-size: 0.85rem; transition: color 0.2s; }
    .footer-col a:hover { color: var(--amber-light); }
    .footer-bottom { max-width: 1200px; margin: 2.5rem auto 0; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,0.06); display: flex; justify-content: space-between; align-items: flex-start; gap: 1rem; flex-wrap: wrap; }
    .footer-bottom p { font-size: 0.73rem; color: rgba(255,255,255,0.2); line-height: 1.6; max-width: 540px; }

    /* ─── WA ─── */
    .wa-btn { position: fixed; bottom: 1.5rem; right: 1.5rem; z-index: 200; width: 56px; height: 56px; background: #25D366; border-radius: 50%; display: flex; align-items: center; justify-content: center; text-decoration: none; box-shadow: 0 4px 20px rgba(37,211,102,0.45); transition: transform 0.2s; }
    .wa-btn:hover { transform: scale(1.08); }
    .wa-btn svg { width: 26px; height: 26px; fill: white; }

    /* ─── RESPONSIVE ─── */
    @media (max-width: 960px) {
      .hero-inner, .about-grid, .form-grid { grid-template-columns: 1fr; gap: 2.5rem; }
      .mini-form { max-width: 100%; }
      .how-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
      .how-grid::before { display: none; }
      .purpose-grid { grid-template-columns: 1fr 1fr; }
      .testi-grid { grid-template-columns: 1fr; }
      .faq-layout { grid-template-columns: 1fr; }
      .faq-sticky { position: static; }
      .footer-inner { grid-template-columns: 1fr; gap: 2rem; }
      .about-card-float { position: static; margin-top: 1rem; }
    }
    @media (max-width: 600px) {
      nav .nav-links { display: none; }
      .how-grid { grid-template-columns: 1fr; }
      .purpose-grid { grid-template-columns: 1fr; }
      .fg-row, .mf-row { grid-template-columns: 1fr; }
      .hero-stats { gap: 1.5rem; }
      .footer-bottom { flex-direction: column; }
    }