 :root{
    --green:#22C55E;
    --green-bright:#2FE07A;
    --green-deep:#0F9D58;
    --green-dark:#0A2E22;
    --ink:#0C2620;
    --ink-soft:#53645C;
    --bg:#FFFFFF;
    --bg-soft:#F3F8F5;
    --bg-soft-2:#EAF6EF;
    --bubble:#DCF8C6;
    --line:#DFEAE3;
    --tick:#34B7F1;
    --radius:18px;
    --shadow:0 20px 45px -25px rgba(11,20,25,0.35);
    --shadow-sm:0 8px 20px -12px rgba(11,20,25,0.25);
    --display:'Poppins',sans-serif;
    --body:'Inter',sans-serif;
    --mono:'JetBrains Mono',monospace;
  }
  *{box-sizing:border-box; margin:0; padding:0;}
  html{scroll-behavior:smooth;}
  body{
    font-family:var(--body);
    color:var(--ink);
    background:var(--bg);
    -webkit-font-smoothing:antialiased;
    overflow-x:hidden;
  }
  img{max-width:100%; display:block;}
  a{color:inherit; text-decoration:none;}
  ul{list-style:none;}
  button{font-family:inherit; cursor:pointer;}
  .wrap{max-width:1180px; margin:0 auto; padding:0 24px;}
  h1,h2,h3,h4{font-family:var(--display); line-height:1.15; letter-spacing:-0.01em;}
  .eyebrow{
    font-family:var(--mono); font-size:12px; letter-spacing:0.14em; text-transform:uppercase;
    color:var(--green-deep); display:flex; align-items:center; gap:8px; margin-bottom:14px; font-weight:500;
  }
  .eyebrow::before{content:''; width:7px; height:7px; border-radius:50%; background:var(--green); box-shadow:0 0 0 4px rgba(34,197,94,0.18);}
  .section{padding:100px 0;}
  .section-head{max-width:640px; margin:0 auto 56px; text-align:center;}
  .section-head h2{font-size:clamp(28px,3.6vw,42px); font-weight:700; color:var(--ink);}
  .section-head p{margin-top:14px; font-size:17px; color:var(--ink-soft); line-height:1.6;}
  ::selection{background:var(--bubble); color:var(--green-dark);}

  @media (prefers-reduced-motion: reduce){
    *{animation-duration:0.001ms !important; animation-iteration-count:1 !important; transition-duration:0.001ms !important; scroll-behavior:auto !important;}
  }

  /* ---------- NAV ---------- */
  header{
    position:sticky; top:0; z-index:100;
    background:rgba(255,255,255,0.86);
    backdrop-filter:blur(10px);
    border-bottom:1px solid var(--line);
  }
  .nav{display:flex; align-items:center; justify-content:space-between; padding:16px 24px; max-width:1180px; margin:0 auto;}
  .logo{font-family:var(--display); font-weight:700; font-size:19px; color:var(--ink);width: 25%;}
  .logo-mark {
    width: 75%; height:34px;
    color:var(--green);
    display:flex; align-items:center; justify-content:center;
    filter:drop-shadow(0 4px 10px rgba(34,197,94,0.35));
  }
  .logo-mark svg{width:100%; height:100%;}
  .logo b{color:var(--green);}
  .nav-links{display:flex; gap:32px; font-size:14.5px; font-weight:500; color:var(--ink-soft);}
  .nav-links a{transition:color 0.2s;}
  .nav-links a:hover, .nav-links a:focus-visible{color:var(--ink);}
  .nav-cta{display:flex; align-items:center; gap:18px;}
  .btn{
    display:inline-flex; align-items:center; justify-content:center; gap:8px;
    padding:11px 22px; border-radius:999px; font-weight:600; font-size:14.5px;
    border:1px solid transparent; transition:transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
    white-space:nowrap;
  }
  .btn-primary{background:var(--ink); color:#fff;}
  .btn-primary:hover{transform:translateY(-2px); box-shadow:var(--shadow-sm);}
  .btn-green{background:var(--green); color:#08351f;}
  .btn-green:hover{transform:translateY(-2px); box-shadow:0 14px 28px -12px rgba(34,197,94,0.55);}
  .btn-ghost{background:transparent; color:var(--ink); border-color:var(--line);}
  .btn-ghost:hover{border-color:var(--ink);}
  .btn-lg{padding:15px 30px; font-size:15.5px;}
  :focus-visible{outline:2px solid var(--green-deep); outline-offset:3px;}
  .mobile-toggle{display:none; background:none; border:none;}

  /* ---------- HERO ---------- */
  .hero{
    position:relative;
    padding:76px 0 40px;
    background:
      radial-gradient(circle at 85% 8%, rgba(34,197,94,0.12), transparent 55%),
      radial-gradient(circle at 8% 92%, rgba(34,197,94,0.09), transparent 45%),
      var(--bg);
    overflow:hidden;
  }
  .hero-blob{
    position:absolute; border-radius:50%; filter:blur(50px); z-index:0; opacity:0.55;
  }
  .hb1{width:340px; height:340px; background:radial-gradient(circle,var(--bubble),transparent 70%); top:-120px; right:-60px;}
  .hb2{width:260px; height:260px; background:radial-gradient(circle,rgba(34,197,94,0.25),transparent 70%); bottom:-100px; left:-80px;}
  .hero-watermark{
    position:absolute; width:520px; height:520px; color:var(--bg-soft-2); top:-140px; right:-160px; z-index:0;
    transform:rotate(-8deg);
  }
  .hero-dots{
    position:absolute; inset:0; z-index:0; opacity:0.5;
    background-image:radial-gradient(var(--line) 1.4px, transparent 1.4px);
    background-size:22px 22px;
    -webkit-mask-image:radial-gradient(circle at 30% 40%, black, transparent 60%);
    mask-image:radial-gradient(circle at 30% 40%, black, transparent 60%);
  }
  .hero-grid{
    display:grid; grid-template-columns:1.05fr 0.95fr; gap:56px; align-items:center;
  }
  .hero-copy h1{
    font-size:clamp(34px,4.6vw,54px); font-weight:800; color:var(--ink);
  }
  .hero-copy h1 .hl{
    background:linear-gradient(100deg,var(--green-deep),var(--green));
    -webkit-background-clip:text; background-clip:text; color:transparent;
  }
  .hero-copy p.lede{
    margin-top:20px; font-size:18px; line-height:1.65; color:var(--ink-soft); max-width:480px;
  }
  .hero-cta{display:flex; gap:14px; margin-top:32px; flex-wrap:wrap;}
  .hero-meta{
    display:flex; gap:26px; margin-top:34px; padding-top:26px; border-top:1px solid var(--line);
    flex-wrap:wrap;
  }
  .hero-meta div{font-size:13.5px; color:var(--ink-soft);}
  .hero-meta strong{display:block; font-family:var(--display); font-size:21px; color:var(--ink); font-weight:700;}

  /* phone mockup — signature element */
  .phone-stage{position:relative; display:flex; justify-content:center;}
  .phone{
    width:300px; height:610px; border-radius:42px; background:var(--ink);
    padding:12px; box-shadow:var(--shadow); position:relative; z-index:2;
  }
  .phone-screen{
    width:100%; height:100%; border-radius:32px; overflow:hidden; position:relative;
    background:
      linear-gradient(180deg, rgba(11,20,25,0.02), rgba(11,20,25,0) 12%),
      repeating-linear-gradient(45deg, rgba(34,197,94,0.045) 0 2px, transparent 2px 26px),
      #EAE6DF;
    display:flex; flex-direction:column;
  }
  .phone-bar{
    background:var(--green-deep); color:#fff; padding:16px 16px 12px; display:flex; align-items:center; gap:10px;
    font-size:13px;
  }
  .phone-avatar{width:32px; height:32px; border-radius:50%; background:rgba(255,255,255,0.25); display:flex; align-items:center; justify-content:center; font-weight:700; font-family:var(--display);}
  .phone-bar .who strong{display:block; font-size:14px; font-weight:600;}
  .phone-bar .who span{font-size:11.5px; opacity:0.85;}
  .phone-msgs{flex:1; padding:16px 12px; display:flex; flex-direction:column; gap:8px; overflow:hidden;}
  .bubble{
    max-width:78%; padding:9px 12px; border-radius:12px; font-size:13px; line-height:1.4;
    box-shadow:0 1px 1px rgba(0,0,0,0.06); opacity:0; transform:translateY(8px);
    animation:bubbleIn 0.5s ease forwards;
  }
  .bubble.in{background:#fff; border-top-left-radius:3px; align-self:flex-start; color:var(--ink);}
  .bubble.out{background:var(--bubble); border-top-right-radius:3px; align-self:flex-end; color:#0b3d24;}
  .bubble .meta{display:flex; gap:4px; justify-content:flex-end; align-items:center; margin-top:4px; font-size:10px; color:#6b8f7a;}
  .bubble .meta svg{width:14px; height:9px;}
  .b1{animation-delay:0.2s;} .b2{animation-delay:1.0s;} .b3{animation-delay:1.8s;} .b4{animation-delay:2.7s;} .b5{animation-delay:3.6s;}
  @keyframes bubbleIn{to{opacity:1; transform:translateY(0);}}
  .typing{align-self:flex-start; display:flex; gap:4px; background:#fff; padding:10px 14px; border-radius:12px; border-top-left-radius:3px; opacity:0; animation:bubbleIn 0.4s ease forwards; animation-delay:2.9s;}
  .typing span{width:5px; height:5px; border-radius:50%; background:#9aa5a0; animation:dot 1.2s infinite ease-in-out;}
  .typing span:nth-child(2){animation-delay:0.15s;} .typing span:nth-child(3){animation-delay:0.3s;}
  @keyframes dot{0%,60%,100%{transform:translateY(0); opacity:0.5;} 30%{transform:translateY(-4px); opacity:1;}}
  .float-card{
    position:absolute; background:#fff; border-radius:14px; padding:11px 14px; box-shadow:var(--shadow-sm);
    font-size:12.5px; display:flex; align-items:center; gap:10px; z-index:3; border:1px solid var(--line);
  }
  .float-card strong{display:block; font-family:var(--mono); font-size:15px; color:var(--green-dark);}
  .float-card span{color:var(--ink-soft); font-size:11px;}
  .fc-icon{
    width:30px; height:30px; border-radius:9px; flex-shrink:0; background:linear-gradient(150deg,var(--green-bright),var(--green-deep));
    display:flex; align-items:center; justify-content:center;
  }
  .fc-icon svg{width:15px; height:15px; stroke:#fff; fill:none;}
  .fc1{top:6%; left:-6%; animation:floaty 5s ease-in-out infinite;}
  .fc2{bottom:10%; left:-9%; animation:floaty 6s ease-in-out infinite 0.6s;}
  @keyframes floaty{0%,100%{transform:translateY(0);} 50%{transform:translateY(-10px);}}

  /* ---------- LOGO STRIP ---------- */
  .logos-band{padding:44px 0; border-top:1px solid var(--line); border-bottom:1px solid var(--line); background:var(--bg-soft);}
  .logos-band p{text-align:center; font-size:13px; color:var(--ink-soft); margin-bottom:26px; letter-spacing:0.02em;}
  .logo-row{display:flex; justify-content:center; align-items:center; gap:56px; flex-wrap:wrap; filter:grayscale(1); opacity:0.55;}
  .logo-row span{font-family:var(--display); font-weight:700; font-size:19px; color:var(--ink);}

  /* ---------- FEATURES ---------- */
  .feat-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:22px;}
  .feat-card{
    background:var(--bg-soft); border:1px solid var(--line); border-radius:var(--radius); padding:28px 26px;
    transition:transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  }
  .feat-card:hover{transform:translateY(-5px); box-shadow:var(--shadow-sm); border-color:rgba(34,197,94,0.4);}
  .feat-icon{
    width:42px; height:42px; border-radius:12px; background:linear-gradient(150deg,var(--green),var(--green-deep));
    display:flex; align-items:center; justify-content:center; margin-bottom:18px;
  }
  .feat-icon svg{width:21px; height:21px; stroke:#fff;}
  .feat-card h3{font-size:17.5px; font-weight:600; margin-bottom:10px;}
  .feat-card ul li{
    font-size:14px; color:var(--ink-soft); padding-left:18px; position:relative; margin-bottom:7px; line-height:1.4;
  }
  .feat-card ul li::before{content:''; position:absolute; left:0; top:7px; width:6px; height:6px; border-radius:50%; background:var(--green);}

  /* ---------- WHY ---------- */
  .why{background:var(--ink); color:#fff; position:relative; overflow:hidden;}
  .why::before{content:''; position:absolute; inset:0; background:radial-gradient(circle at 12% 20%, rgba(47,224,122,0.18), transparent 45%);}
  .why-mark{position:absolute; width:360px; height:360px; color:rgba(255,255,255,0.04); z-index:0;}
  .wm1{top:-60px; right:-90px; transform:rotate(12deg);}
  .wm2{bottom:-120px; left:-100px; transform:rotate(-15deg);}
  .why .wrap{position:relative;}
  .why .section-head h2, .why .section-head p{color:#fff;}
  .why .section-head p{color:rgba(255,255,255,0.68);}
  .why-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:18px;}
  .why-card{
    background:rgba(255,255,255,0.05); border:1px solid rgba(255,255,255,0.12); border-radius:14px;
    padding:22px; display:flex; gap:14px; align-items:flex-start;
  }
  .why-check{
    width:26px; height:26px; border-radius:50%; background:var(--green); flex-shrink:0;
    display:flex; align-items:center; justify-content:center;
  }
  .why-check svg{width:14px; height:14px;}
  .why-card h4{font-size:15.5px; font-weight:600; margin-bottom:4px;}
  .why-card p{font-size:13.5px; color:rgba(255,255,255,0.62); line-height:1.5;}

  /* ---------- HOW IT WORKS ---------- */
  .steps{display:grid; grid-template-columns:repeat(4,1fr); gap:0; position:relative;}
  .steps::before{
    content:''; position:absolute; top:28px; left:12%; right:12%; height:2px;
    background:repeating-linear-gradient(90deg, var(--line) 0 8px, transparent 8px 16px); z-index:0;
  }
  .step{position:relative; z-index:1; padding:0 16px; text-align:center;}
  .step-num{
    width:56px; height:56px; border-radius:50%; background:linear-gradient(150deg,var(--green-bright),var(--green-deep));
    color:#fff; box-shadow:0 10px 22px -10px rgba(15,157,88,0.55);
    display:flex; align-items:center; justify-content:center; margin:0 auto 18px; position:relative;
  }
  .step-num svg{width:24px; height:24px; stroke:#fff; fill:none;}
  .step-num em{
    position:absolute; bottom:-6px; right:-6px; width:20px; height:20px; border-radius:50%; background:#fff;
    border:2px solid var(--bg); color:var(--green-dark); font-style:normal; font-family:var(--mono); font-size:10.5px;
    display:flex; align-items:center; justify-content:center; font-weight:600;
  }
  .step h4{font-size:15.5px; font-weight:600; margin-bottom:8px;}
  .step p{font-size:13.5px; color:var(--ink-soft); line-height:1.5;}

  /* ---------- DASHBOARD PREVIEW ---------- */
  .dash{background:var(--bg-soft);}
  .dash-shell{
    background:#fff; border-radius:20px; border:1px solid var(--line); box-shadow:var(--shadow);
    overflow:hidden; display:grid; grid-template-columns:200px 1fr;
  }
  .dash-side{background:var(--ink); color:#fff; padding:22px 16px;}
  .dash-side .dot-row{display:flex; gap:6px; margin-bottom:22px;}
  .dash-side .dot-row span{width:10px; height:10px; border-radius:50%; background:rgba(255,255,255,0.25);}
  .dash-nav-item{
    display:flex; align-items:center; gap:10px; padding:9px 10px; border-radius:8px; font-size:13px;
    color:rgba(255,255,255,0.7); margin-bottom:2px;
  }
  .dash-nav-item.active{background:var(--green); color:#08351f; font-weight:600;}
  .dash-nav-item svg{width:15px; height:15px;}
  .dash-main{padding:26px 28px;}
  .dash-main h4{font-size:16px; margin-bottom:18px;}
  .dash-stats{display:grid; grid-template-columns:repeat(4,1fr); gap:14px; margin-bottom:20px;}
  .dash-stat{background:var(--bg-soft); border:1px solid var(--line); border-radius:12px; padding:14px;}
  .dash-stat span{font-size:11.5px; color:var(--ink-soft);}
  .dash-stat strong{display:block; font-family:var(--mono); font-size:20px; margin-top:4px;}
  .dash-chart{
    height:150px; border:1px solid var(--line); border-radius:12px; background:var(--bg-soft);
    display:flex; align-items:flex-end; gap:8px; padding:16px;
  }
  .dash-chart i{flex:1; background:linear-gradient(180deg,var(--green),var(--green-deep)); border-radius:5px 5px 0 0; display:block;}

  /* ---------- PRICING ---------- */
  .toggle-wrap{display:flex; justify-content:center; align-items:center; gap:14px; margin-bottom:44px;}
  .toggle-wrap span{font-size:14px; font-weight:500; color:var(--ink-soft);}
  .toggle-wrap span.on{color:var(--ink); font-weight:600;}
  .switch{
    width:50px; height:28px; background:var(--line); border-radius:999px; border:none; position:relative;
    transition:background 0.25s;
  }
  .switch::after{
    content:''; position:absolute; top:3px; left:3px; width:22px; height:22px; border-radius:50%;
    background:#fff; box-shadow:0 2px 4px rgba(0,0,0,0.2); transition:transform 0.25s;
  }
  .switch.active{background:var(--green);}
  .switch.active::after{transform:translateX(22px);}
  .save-tag{background:var(--bubble); color:var(--green-dark); font-size:11.5px; font-weight:700; padding:3px 9px; border-radius:999px;}
  .price-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:22px; align-items:stretch;}
  .price-card{
    background:#fff; border:1px solid var(--line); border-radius:20px; padding:32px 26px; display:flex; flex-direction:column;
    transition:transform 0.25s ease, box-shadow 0.25s ease;
  }
  .price-card:hover{transform:translateY(-4px);}
  .price-card.hi{
    background:var(--ink); color:#fff; border-color:var(--ink); box-shadow:var(--shadow); position:relative;
  }
  .price-card.hi .price-note, .price-card.hi ul li{color:rgba(255,255,255,0.7);}
  .price-tag{
    position:absolute; top:-13px; left:50%; transform:translateX(-50%);
    background:var(--green); color:#08351f; font-size:11.5px; font-weight:700; padding:5px 14px; border-radius:999px;
  }
  .price-card h3{font-size:17px; font-weight:600; margin-bottom:6px;}
  .price-amt{font-family:var(--display); font-size:36px; font-weight:700; margin:6px 0 2px;}
  .price-amt sub{font-family:var(--body); font-size:14px; font-weight:400; color:var(--ink-soft);}
  .price-card.hi .price-amt sub{color:rgba(255,255,255,0.6);}
  .price-note{font-size:13px; color:var(--ink-soft); margin-bottom:22px;}
  .price-card ul{margin-bottom:26px; flex:1;}
  .price-card ul li{
    font-size:13.5px; padding:7px 0 7px 24px; position:relative; border-top:1px solid var(--line);
  }
  .price-card.hi ul li{border-top-color:rgba(255,255,255,0.12);}
  .price-card ul li:first-child{border-top:none;}
  .price-card ul li::before{content:'✓'; position:absolute; left:0; color:var(--green); font-weight:700;}
  .price-card .btn{width:100%;}

  /* ---------- TESTIMONIALS ---------- */
  .test-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:20px;}
  .test-card{background:var(--bg-soft); border:1px solid var(--line); border-radius:18px; padding:26px;}
  .stars{color:var(--green); font-size:14px; margin-bottom:14px; letter-spacing:2px;}
  .test-card p.quote{font-size:16px; line-height:1.6; color:var(--ink); margin-bottom:20px;}
  .test-who{display:flex; align-items:center; gap:12px;}
  .test-avatar{
    width:38px; height:38px; border-radius:50%; background:linear-gradient(150deg,var(--green),var(--green-deep));
    display:flex; align-items:center; justify-content:center; color:#fff; font-weight:700; font-family:var(--display); font-size:14px;
  }
  .test-who strong{display:block; font-size:13.5px;}
  .test-who span{font-size:12px; color:var(--ink-soft);}

  /* ---------- FAQ ---------- */
  .faq-list{max-width:740px; margin:0 auto;}
  .faq-item{border-bottom:1px solid var(--line);}
  .faq-q{
    width:100%; background:none; border:none; text-align:left; padding:20px 4px; display:flex;
    justify-content:space-between; align-items:center; font-size:15.5px; font-weight:600; color:var(--ink);
  }
  .faq-q .plus{
    width:22px; height:22px; border-radius:50%; border:1.5px solid var(--line); flex-shrink:0; position:relative; transition:transform 0.3s, border-color 0.3s;
  }
  .faq-q .plus::before, .faq-q .plus::after{content:''; position:absolute; background:var(--ink); top:50%; left:50%;}
  .faq-q .plus::before{width:9px; height:1.5px; transform:translate(-50%,-50%);}
  .faq-q .plus::after{width:1.5px; height:9px; transform:translate(-50%,-50%); transition:opacity 0.2s;}
  .faq-item.open .faq-q .plus{transform:rotate(45deg); border-color:var(--green);}
  .faq-item.open .faq-q .plus::after{opacity:0;}
  .faq-a{max-height:0; overflow:hidden; transition:max-height 0.35s ease;}
  .faq-a p{padding:0 4px 20px; font-size:14.5px; color:var(--ink-soft); line-height:1.6; max-width:640px;}

  /* ---------- FINAL CTA ---------- */
  .final-cta{
    background:linear-gradient(120deg,var(--green-deep),var(--green));
    border-radius:28px; padding:64px 48px; text-align:center; color:#08351f; position:relative; overflow:hidden;
    margin:0 24px;
  }
  .final-cta::before{
    content:''; position:absolute; inset:0;
    background:repeating-linear-gradient(135deg, rgba(255,255,255,0.06) 0 2px, transparent 2px 30px);
  }
  .final-cta *{position:relative;}
  .cta-mark{position:absolute; width:220px; height:220px; color:rgba(8,53,31,0.12); z-index:0;}
  .cta-mark.cm1{top:-50px; left:-40px; transform:rotate(-18deg);}
  .cta-mark.cm2{bottom:-60px; right:-30px; transform:rotate(14deg);}
  .final-cta h2{font-size:clamp(26px,3.4vw,38px); font-weight:800; margin-bottom:14px;}
  .final-cta p{font-size:16px; max-width:520px; margin:0 auto 30px; opacity:0.85;}
  .final-cta .hero-cta{justify-content:center;}
  .final-cta .btn-primary{background:#08351f; color:#fff;}
  .final-cta .btn-ghost{border-color:rgba(8,53,31,0.3);}

  /* ---------- FOOTER ---------- */
  footer{background:var(--ink); color:rgba(255,255,255,0.65); padding:64px 0 28px;}
  .foot-grid{display:grid; grid-template-columns:1.4fr repeat(4,1fr); gap:32px; padding-bottom:40px; border-bottom:1px solid rgba(255,255,255,0.1);}
  .foot-brand .logo{color:#fff;}
  .foot-brand p{font-size:13.5px; margin-top:14px; max-width:240px; line-height:1.6;}
  .foot-col h5{font-size:20px; color:#fff; margin-bottom:14px; font-weight:600;}
  .foot-col li{margin-bottom:9px; font-size:16px;}
  .foot-col a:hover{color:#fff;}
  .foot-bottom{display:flex; justify-content:space-between; align-items:center; padding-top:24px; font-size:12.5px; flex-wrap:wrap; gap:14px;}
  .social-row{display:flex; gap:12px;}
  .social-row a{
    width:34px; height:34px; border-radius:50%; background:rgba(255,255,255,0.08); display:flex;
    align-items:center; justify-content:center; transition:background 0.2s;
  }
  .social-row a:hover{background:var(--green); color:#08351f;}
  .social-row svg{width:15px; height:15px;}

  /* ---------- REVEAL ---------- */
  .reveal{opacity:0; transform:translateY(22px); transition:opacity 0.7s ease, transform 0.7s ease;}
  .reveal.visible{opacity:1; transform:translateY(0);}

  /* ---------- RESPONSIVE ---------- */
  @media (max-width:980px){
    .hero-grid{grid-template-columns:1fr;}
    .phone-stage{order:-1; margin-bottom:20px;}
    .phone{width:240px; height:490px;}
    .feat-grid, .why-grid, .price-grid, .test-grid{grid-template-columns:repeat(2,1fr);}
    .foot-grid{grid-template-columns:repeat(3,1fr);}
    .dash-shell{grid-template-columns:1fr;}
    .dash-side{display:none;}
  }
  @media (max-width:720px){
    .nav-links{display:none;}
    .mobile-toggle{display:block;}
    .steps{grid-template-columns:1fr; gap:28px;}
    .steps::before{display:none;}
    .feat-grid, .why-grid, .price-grid, .test-grid, .foot-grid, .dash-stats{grid-template-columns:1fr;}
    .section{padding:70px 0;}
    .final-cta{padding:48px 24px; margin:0 12px;}
    .foot-bottom{flex-direction:column; align-items:flex-start;}
  }

  footer .logo{
    width: 100%;
  }