:root{
  --navy:#012351;--navy-2:#06367e;--cyan:#20e7f6;--blue:#249be1;
  --ink:#0d2444;--muted:#607089;--surface:#f7fafc;--line:#dce8f2;
  --white:#fff;--success:#16a36a;--radius:24px;--radius-sm:16px;
  --shadow:0 22px 60px rgba(1,35,81,.12);--shadow-soft:0 12px 36px rgba(1,35,81,.08);
  --container:1200px;--font:'Inter',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  --heading:'Poppins',var(--font)
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:88px}
body{margin:0;background:#fff;color:var(--ink);font-family:var(--font);line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}
img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button,input{font:inherit}
h1,h2,h3{font-family:var(--heading);line-height:1.12;margin:0;letter-spacing:-.03em}p{margin:0}
.container{width:min(100% - 44px,var(--container));margin-inline:auto}
.section{padding:100px 0;position:relative}
.skip-link{position:fixed;top:-80px;left:20px;background:var(--navy);color:#fff;padding:12px 18px;border-radius:10px;z-index:999;transition:.2s}.skip-link:focus{top:18px}

/* Header */
.site-header{height:78px;position:sticky;top:0;z-index:100;background:rgba(255,255,255,.92);border-bottom:1px solid rgba(1,35,81,.08);backdrop-filter:blur(16px);transition:.25s}
.site-header.scrolled{box-shadow:0 10px 30px rgba(1,35,81,.08)}
.nav-shell{height:78px;display:flex;align-items:center;gap:30px}.site-logo{width:160px;display:flex;align-items:center;flex:none}.site-logo img{width:100%;height:auto}
.desktop-nav{display:flex;align-items:center;gap:26px;margin-left:auto}.desktop-nav a{font-size:14px;font-weight:600;color:#40516a;position:relative;padding:28px 0}.desktop-nav a:after{content:"";position:absolute;left:50%;right:50%;bottom:19px;height:2px;background:var(--cyan);transition:.2s}.desktop-nav a:hover{color:var(--navy)}.desktop-nav a:hover:after{left:0;right:0}
.nav-actions{display:flex;align-items:center;gap:10px;margin-left:8px}
.menu-toggle{display:none;width:44px;height:44px;border:1px solid var(--line);background:#fff;border-radius:12px;padding:0;align-items:center;justify-content:center;flex-direction:column;gap:5px;margin-left:auto}.menu-toggle span{width:20px;height:2px;border-radius:2px;background:var(--navy);transition:.2s}
.mobile-nav{display:none;position:fixed;inset:78px 0 auto;background:#fff;border-bottom:1px solid var(--line);padding:18px 22px 24px;box-shadow:var(--shadow);max-height:calc(100vh - 78px);overflow:auto}.mobile-nav.open{display:block}.mobile-nav>a{display:block;padding:14px 2px;border-bottom:1px solid #edf3f8;font-weight:700}.mobile-actions{display:grid;gap:10px;margin-top:18px}

/* Buttons */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:48px;padding:11px 22px;border-radius:13px;border:1px solid transparent;font-weight:700;font-size:14px;transition:transform .2s,box-shadow .2s,background .2s;white-space:nowrap}.btn:hover{transform:translateY(-2px)}
.btn-primary{color:var(--navy);background:linear-gradient(135deg,var(--cyan),#54d4f3 48%,var(--blue));box-shadow:0 12px 28px rgba(36,155,225,.24)}.btn-primary:hover{box-shadow:0 16px 34px rgba(36,155,225,.32)}
.btn-secondary{color:var(--navy);background:#fff;border-color:#cbdbea}.btn-secondary:hover{border-color:var(--blue);box-shadow:0 10px 24px rgba(1,35,81,.08)}
.btn-dark-ghost{color:#fff;border-color:rgba(255,255,255,.25);background:rgba(255,255,255,.06)}.btn-dark-ghost:hover{background:rgba(255,255,255,.12)}
.btn-sm{min-height:42px;padding:9px 17px}.btn-lg{min-height:54px;padding:14px 25px;font-size:15px}.full{width:100%}.play-icon{width:24px;height:24px;border-radius:50%;display:grid;place-items:center;background:#eaf7fc;color:var(--blue);font-size:9px}

/* Hero */
.hero{min-height:780px;padding:76px 0 0;position:relative;overflow:hidden;background:linear-gradient(180deg,#fff 0%,#f7fcff 70%,#fff 100%)}
.hero:after{content:"";position:absolute;left:-10%;right:-10%;bottom:90px;height:110px;background:linear-gradient(176deg,transparent 46%,rgba(32,231,246,.08) 47%,rgba(36,155,225,.09) 59%,transparent 60%);pointer-events:none}
.hero-orb{position:absolute;border-radius:50%;filter:blur(4px);pointer-events:none}.hero-orb-a{width:620px;height:620px;right:-180px;top:-220px;background:radial-gradient(circle,rgba(32,231,246,.18),transparent 68%)}.hero-orb-b{width:500px;height:500px;left:-300px;bottom:40px;background:radial-gradient(circle,rgba(36,155,225,.12),transparent 68%)}
.hero-grid{display:grid;grid-template-columns:.92fr 1.08fr;align-items:center;gap:34px;position:relative;z-index:2}.hero-copy{padding:32px 0 90px}
.eyebrow{display:inline-flex;align-items:center;gap:9px;color:var(--navy-2);background:#effbfe;border:1px solid #cceff5;padding:8px 14px;border-radius:999px;font-size:12px;font-weight:700}.eyebrow-dot{width:8px;height:8px;border-radius:50%;background:var(--cyan);box-shadow:0 0 0 5px rgba(32,231,246,.16)}
.hero h1{font-size:clamp(42px,4.25vw,66px);color:var(--navy);margin:23px 0 20px}.hero h1 span{background:linear-gradient(100deg,#0f82d6,var(--cyan));-webkit-background-clip:text;background-clip:text;color:transparent}
.hero-lead{max-width:600px;color:var(--muted);font-size:17px;line-height:1.72}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin:30px 0 20px}.hero-proof{display:flex;gap:18px;flex-wrap:wrap;color:#607089;font-size:12px;font-weight:600}.hero-proof span{display:flex;align-items:center;gap:5px}.hero-proof span::first-letter{color:var(--blue)}
.hero-media{position:relative;min-width:0}.hero-media>img{width:112%;max-width:none;margin-left:-4%;filter:drop-shadow(0 30px 40px rgba(1,35,81,.13));position:relative;z-index:2}.route-line{position:absolute;border:3px solid rgba(32,231,246,.45);border-left-color:transparent;border-bottom-color:transparent;border-radius:50%;transform:rotate(18deg)}.route-line-one{width:480px;height:220px;right:-150px;bottom:50px}
.floating-note{position:absolute;z-index:3;background:rgba(255,255,255,.9);border:1px solid rgba(36,155,225,.15);box-shadow:var(--shadow-soft);backdrop-filter:blur(10px);border-radius:14px;padding:10px 14px;font-size:11px;font-weight:700;color:var(--navy);display:flex;align-items:center;gap:8px}.note-top{right:-4px;top:8%}.note-bottom{left:-10px;bottom:13%;align-items:flex-start;flex-direction:column;gap:0}.note-bottom strong{font-size:18px;color:var(--success)}.note-bottom span{font-size:10px;color:var(--muted)}.status-dot{width:8px;height:8px;border-radius:50%;background:var(--success);box-shadow:0 0 0 4px rgba(22,163,106,.12)}
.trust-strip{min-height:96px;display:grid;grid-template-columns:repeat(4,1fr);position:relative;z-index:3;margin-top:-30px;background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow-soft);padding:0 14px}.trust-strip>div{display:flex;align-items:center;gap:12px;padding:19px 18px;border-right:1px solid #e8f0f6}.trust-strip>div:last-child{border:0}.trust-icon{width:38px;height:38px;flex:none;border-radius:11px;background:linear-gradient(135deg,#e9fbff,#e5f0ff);display:grid;place-items:center;color:var(--blue);font-weight:900}.trust-strip strong,.trust-strip small{display:block}.trust-strip strong{font-size:13px}.trust-strip small{font-size:10.5px;color:var(--muted);margin-top:2px}

/* Shared sections */
.section-heading{max-width:730px;margin-bottom:50px}.centered{text-align:center;margin-inline:auto}.section-kicker{display:inline-block;text-transform:uppercase;color:#0a8ec6;font-size:11px;font-weight:800;letter-spacing:.14em;margin-bottom:13px}.section-kicker.on-dark{color:var(--cyan)}
.section-heading h2,.product-copy h2,.audience-copy h2,.mobile-copy h2,.resource-intro h2,.faq-intro h2{font-size:clamp(30px,3vw,44px);color:var(--navy)}.section-heading p,.product-copy>p,.audience-copy>p,.mobile-copy>p,.resource-intro>p,.faq-intro>p{color:var(--muted);font-size:16px;line-height:1.75;margin-top:15px}

/* Features */
.features{padding-top:120px}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.feature-card{border:1px solid var(--line);border-radius:20px;padding:26px;background:#fff;min-height:240px;transition:.25s}.feature-card:hover{transform:translateY(-6px);border-color:#a8dfef;box-shadow:var(--shadow-soft)}
.feature-icon{width:52px;height:52px;border-radius:15px;background:linear-gradient(135deg,#e9fbff,#e7f1ff);display:grid;place-items:center;margin-bottom:20px}.feature-icon svg{width:26px;height:26px;fill:none;stroke:var(--blue);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.feature-card h3{font-size:18px;color:var(--navy);letter-spacing:-.02em}.feature-card p{font-size:13px;color:var(--muted);line-height:1.65;margin:10px 0 18px}.feature-card a,.text-link,.resource-card a{font-size:13px;color:#0c89c6;font-weight:800}

/* Product */
.product-section{background:linear-gradient(145deg,#f5fbff,#fff)}.product-grid{display:grid;grid-template-columns:.82fr 1.35fr;gap:58px;align-items:center}.product-copy>p{margin-bottom:24px}.check-list{list-style:none;margin:0 0 28px;padding:0;display:grid;gap:12px}.check-list li{display:flex;align-items:flex-start;gap:10px;color:#3f5067;font-size:14px;font-weight:600}.check-list li>span{width:21px;height:21px;flex:none;border-radius:50%;display:grid;place-items:center;background:#e6fafd;color:#048abb;font-size:12px}.check-list.compact{gap:9px;margin:18px 0 22px}.dashboard-frame{background:#fff;border:1px solid #d9e7f1;border-radius:22px;padding:10px;box-shadow:var(--shadow);transform:perspective(1500px) rotateY(-2deg)}.dashboard-frame img{border-radius:15px;width:100%}

/* Workflow */
.workflow{overflow:hidden}.workflow:before{content:"";position:absolute;width:700px;height:280px;left:50%;top:48%;transform:translate(-50%,-50%) rotate(-8deg);border:2px solid rgba(32,231,246,.14);border-radius:50%}.workflow-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;position:relative}.workflow-grid:before{content:"";position:absolute;left:12%;right:12%;top:50px;height:2px;background:linear-gradient(90deg,var(--cyan),var(--blue));opacity:.3}.workflow-step{text-align:center;position:relative;background:#fff;padding:4px 16px}.step-number{display:block;color:#a0b1c5;font-weight:800;font-size:10px;letter-spacing:.15em}.step-icon{width:64px;height:64px;border-radius:19px;margin:12px auto 18px;display:grid;place-items:center;background:linear-gradient(135deg,var(--navy-2),var(--blue));color:#fff;font-size:22px;box-shadow:0 12px 28px rgba(36,155,225,.22)}.workflow-step h3{font-size:17px;color:var(--navy)}.workflow-step p{font-size:13px;color:var(--muted);margin-top:8px;line-height:1.6}

/* Integrations */
.integrations{background:var(--surface);padding-top:84px;padding-bottom:84px}.integration-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.integration-grid article{display:flex;align-items:center;gap:11px;background:#fff;border:1px solid var(--line);border-radius:15px;padding:17px 14px;transition:.2s}.integration-grid article:hover{border-color:#a7ddeb;transform:translateY(-3px)}.integration-grid article>span{width:38px;height:38px;border-radius:11px;background:#eaf8fe;color:#078bc8;display:grid;place-items:center;font-weight:800;font-size:14px;flex:none}.integration-grid strong,.integration-grid small{display:block}.integration-grid strong{font-size:12px;color:var(--navy)}.integration-grid small{font-size:9.5px;color:var(--muted);margin-top:2px}

/* Audiences */
.audiences{padding-bottom:70px}.audience-grid{display:grid;grid-template-columns:1.14fr .86fr;gap:22px}.audience-card{border-radius:28px;border:1px solid var(--line);overflow:hidden;position:relative;min-height:520px;background:linear-gradient(140deg,#f5fcff,#fff)}.audience-copy{position:relative;z-index:2;padding:42px}.audience-copy h2{font-size:32px;max-width:480px}.audience-copy>p{max-width:520px;font-size:14px}.audience-company{display:grid;grid-template-rows:auto 1fr}.audience-company>img{width:68%;margin:-50px -3% -3% auto;align-self:end;mix-blend-mode:multiply}.audience-driver{background:linear-gradient(150deg,var(--navy),var(--navy-2));color:#fff}.audience-driver .section-kicker{color:var(--cyan)}.audience-driver h2,.audience-driver .check-list li,.audience-driver .text-link{color:#fff}.audience-driver .audience-copy>p{color:rgba(255,255,255,.7)}.driver-icon-wrap{position:absolute;width:230px;height:230px;right:-46px;bottom:-42px;border-radius:50%;background:#fff;padding:15px;box-shadow:0 0 0 22px rgba(32,231,246,.08)}.driver-icon-wrap img{width:100%;height:100%;object-fit:cover;border-radius:50%}

/* Mobile */
.mobile-app{background:linear-gradient(180deg,#f4fbff,#fff);overflow:hidden}.mobile-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:60px;align-items:center}.mobile-visual{position:relative}.mobile-visual:before{content:"";position:absolute;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle,rgba(32,231,246,.2),transparent 68%);left:0;top:0}.mobile-visual img{position:relative;z-index:1;width:100%;filter:drop-shadow(0 22px 35px rgba(1,35,81,.12))}.mobile-copy>p{margin-bottom:26px}.mobile-benefits{display:grid;gap:12px;margin-bottom:28px}.mobile-benefits>div{display:flex;align-items:center;gap:13px;padding:12px 14px;border:1px solid var(--line);background:#fff;border-radius:14px}.mobile-benefits>div>span{font-family:var(--heading);font-weight:800;color:#0b91c9;font-size:12px}.mobile-benefits strong,.mobile-benefits small{display:block}.mobile-benefits strong{font-size:13px;color:var(--navy)}.mobile-benefits small{color:var(--muted);font-size:11px}

/* Pricing */
.pricing-preview{background:#fff}.price-grid{display:grid;grid-template-columns:repeat(2,minmax(0,380px));justify-content:center;gap:22px}.price-card{position:relative;border:1px solid var(--line);border-radius:24px;padding:32px;background:#fff;box-shadow:var(--shadow-soft)}.price-card.featured{border-color:#7ed9ea;background:linear-gradient(155deg,#f1fdff,#fff)}.price-badge{display:inline-block;padding:6px 10px;border-radius:999px;background:#ecf8fd;color:#087faf;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.1em}.popular{position:absolute;right:18px;top:18px;background:var(--navy);color:#fff;border-radius:999px;padding:6px 10px;font-size:9px;font-weight:800}.price-card h3{font-size:25px;color:var(--navy);margin:20px 0 8px}.price-card>p{color:var(--muted);font-size:13px}

/* Resources and FAQ */
.resources{background:var(--surface)}.resource-grid{display:grid;grid-template-columns:1.25fr 1fr 1fr;gap:20px;align-items:stretch}.resource-intro,.resource-card{padding:32px;border-radius:22px}.resource-intro{background:linear-gradient(145deg,var(--navy),var(--navy-2));color:#fff}.resource-intro h2{color:#fff;font-size:32px}.resource-intro>p{color:rgba(255,255,255,.68);font-size:14px}.resource-intro .text-link{display:inline-block;margin-top:22px;color:var(--cyan)}.resource-card{background:#fff;border:1px solid var(--line)}.resource-card>span{color:#8fb0c9;font-size:11px;font-weight:800}.resource-card h3{font-size:19px;color:var(--navy);margin:30px 0 10px}.resource-card p{font-size:13px;color:var(--muted);margin-bottom:22px}
.faq-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:70px;align-items:start}.faq-intro{position:sticky;top:110px}.faq-list{display:grid;gap:12px}.faq-list details{border:1px solid var(--line);border-radius:16px;background:#fff;padding:0 20px}.faq-list summary{cursor:pointer;list-style:none;font-weight:700;color:var(--navy);padding:19px 34px 19px 0;position:relative}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{content:"+";position:absolute;right:2px;top:50%;transform:translateY(-50%);width:25px;height:25px;border-radius:50%;display:grid;place-items:center;background:#edf8fc;color:#0b8dc4}.faq-list details[open] summary:after{content:"−"}.faq-list details p{color:var(--muted);font-size:13px;padding:0 24px 18px 0}

/* CTA and footer */
.final-cta{position:relative;min-height:430px;overflow:hidden;display:flex;align-items:center;background:var(--navy)}.cta-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.final-cta:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(1,20,48,.97) 0%,rgba(1,35,81,.82) 48%,rgba(1,35,81,.12) 100%)}.cta-content{position:relative;z-index:2;color:#fff}.cta-content h2{font-size:clamp(32px,4vw,50px);max-width:700px}.cta-content p{max-width:620px;color:rgba(255,255,255,.72);font-size:15px;margin:16px 0 28px}.cta-actions{display:flex;gap:12px;flex-wrap:wrap}
.site-footer{background:#fff;padding:64px 0 24px;border-top:1px solid var(--line)}.footer-grid{display:grid;grid-template-columns:1.6fr repeat(3,1fr);gap:48px}.footer-brand img{width:155px;height:auto}.footer-brand p{color:var(--muted);font-size:13px;max-width:280px;margin-top:14px}.footer-grid h3{font-family:var(--font);font-size:12px;color:var(--navy);letter-spacing:.08em;text-transform:uppercase;margin-bottom:14px}.footer-grid>div>a{display:block;font-size:12px;color:var(--muted);padding:5px 0}.footer-grid>div>a:hover{color:var(--blue)}.footer-bottom{border-top:1px solid var(--line);margin-top:40px;padding-top:20px;display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;color:#8492a6;font-size:11px}

/* Motion */
.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}.reveal-delay{transition-delay:.12s}.reveal.is-visible{opacity:1;transform:none}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.btn,.feature-card,.integration-grid article{transition:none}}

/* Responsive */
@media(max-width:1100px){.desktop-nav{gap:16px}.desktop-nav a{font-size:12px}.nav-actions .btn{padding-inline:13px}.hero-grid{grid-template-columns:1fr 1fr}.trust-strip{grid-template-columns:1fr 1fr}.trust-strip>div:nth-child(2){border-right:0}.trust-strip>div:nth-child(-n+2){border-bottom:1px solid #e8f0f6}.feature-grid{grid-template-columns:repeat(2,1fr)}.integration-grid{grid-template-columns:repeat(3,1fr)}.audience-grid{grid-template-columns:1fr}.audience-card{min-height:480px}.audience-company>img{width:58%}}
@media(max-width:900px){.desktop-nav,.nav-actions{display:none}.menu-toggle{display:flex}.hero{padding-top:46px}.hero-grid,.product-grid,.mobile-grid,.faq-grid{grid-template-columns:1fr}.hero-copy{padding:16px 0 10px;text-align:center}.hero-lead{margin-inline:auto}.hero-actions,.hero-proof{justify-content:center}.hero-media{max-width:720px;margin:0 auto}.hero-media>img{width:100%;margin:0}.trust-strip{margin-top:-10px}.product-copy{text-align:center}.check-list{display:inline-grid;text-align:left}.dashboard-frame{transform:none}.workflow-grid{grid-template-columns:repeat(2,1fr)}.workflow-grid:before{display:none}.integration-grid{grid-template-columns:repeat(2,1fr)}.mobile-visual{max-width:680px;margin:auto}.faq-intro{position:static;text-align:center}.resource-grid{grid-template-columns:1fr 1fr}.resource-intro{grid-column:1/-1}.footer-grid{grid-template-columns:1.4fr 1fr 1fr}.footer-grid>div:last-child{grid-column:2}.section{padding:78px 0}}
@media(max-width:640px){.container{width:min(100% - 30px,var(--container))}.site-header,.nav-shell{height:68px}.mobile-nav{inset:68px 0 auto}.site-logo{width:132px}.hero{min-height:auto;padding-top:38px}.hero h1{font-size:36px}.hero-lead{font-size:15px}.hero-actions{display:grid}.hero-actions .btn{width:100%}.hero-proof{gap:8px 14px}.hero-media{margin-top:10px}.floating-note,.route-line{display:none}.trust-strip{grid-template-columns:1fr;padding:0;margin-top:0}.trust-strip>div,.trust-strip>div:nth-child(2){border-right:0;border-bottom:1px solid #e8f0f6}.trust-strip>div:last-child{border-bottom:0}.section{padding:66px 0}.features{padding-top:78px}.section-heading{margin-bottom:34px}.section-heading h2,.product-copy h2,.mobile-copy h2,.resource-intro h2,.faq-intro h2{font-size:29px}.feature-grid,.workflow-grid,.integration-grid,.resource-grid,.price-grid{grid-template-columns:1fr}.feature-card{min-height:auto}.workflow-step{padding:6px 22px}.product-grid,.mobile-grid{gap:38px}.audience-card{min-height:auto}.audience-copy{padding:28px}.audience-copy h2{font-size:27px}.audience-company>img{width:96%;margin:-20px -10% 0 auto}.audience-driver{min-height:500px}.driver-icon-wrap{width:190px;height:190px}.integration-grid article{padding:15px}.resource-intro{grid-column:auto}.faq-grid{gap:34px}.final-cta{min-height:520px}.final-cta:after{background:linear-gradient(90deg,rgba(1,20,48,.96),rgba(1,35,81,.72))}.cta-bg{object-position:72% center}.cta-actions{display:grid}.cta-actions .btn{width:100%}.footer-grid{grid-template-columns:1fr 1fr;gap:32px}.footer-brand{grid-column:1/-1}.footer-grid>div:last-child{grid-column:auto}.footer-bottom{display:block}.footer-bottom span{display:block;margin-top:5px}}

/* Responsive media and mobile UX hardening */
.responsive-media{display:block;width:100%;max-width:100%;height:auto}
.hero-media,.dashboard-frame,.mobile-visual,.audience-card,.audience-copy,.resource-card,.price-card{min-width:0}
.hero-media{isolation:isolate}
.hero-media>img{aspect-ratio:4/3;object-fit:contain;object-position:center}
.dashboard-frame{overflow:hidden}
.dashboard-frame img{aspect-ratio:8/5;object-fit:contain;object-position:center;background:#fff}
.audience-company-image{aspect-ratio:4/3;object-fit:contain;object-position:center bottom}
.mobile-visual img{aspect-ratio:7/6;object-fit:contain;object-position:center}
.cta-bg{max-width:none}
.site-logo,.home-logo-img{min-width:0}
.home-logo-img{object-fit:contain;object-position:left center}

@media(max-width:900px){
  body.menu-open{overscroll-behavior:none}
  .site-header{height:72px}
  .nav-shell{height:72px}
  .mobile-nav{inset:72px 0 0;max-height:none;padding:16px max(22px,env(safe-area-inset-right)) calc(24px + env(safe-area-inset-bottom)) max(22px,env(safe-area-inset-left));overflow-y:auto;overscroll-behavior:contain}
  .mobile-nav>a{min-height:50px;display:flex;align-items:center}
  .mobile-actions .btn{width:100%;min-height:50px}
  .menu-toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg)}
  .menu-toggle[aria-expanded="true"] span:nth-child(2){opacity:0}
  .menu-toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
  .hero{padding-top:32px}
  .hero-grid{gap:22px}
  .hero-copy{padding-bottom:0}
  .hero-media{width:min(100%,720px)}
  .hero-media>img{width:100%;margin:0}
  .product-grid,.mobile-grid{gap:42px}
  .dashboard-frame{width:100%;padding:8px;border-radius:18px}
  .mobile-visual{width:min(100%,680px)}
  .audience-company>img{width:min(72%,640px);margin:-42px -2% -2% auto}
}

@media(max-width:640px){
  html{scroll-padding-top:76px}
  body{font-size:16px}
  .container{width:calc(100% - 30px)}
  .site-header,.nav-shell{height:68px}
  .site-header{padding-top:env(safe-area-inset-top)}
  .site-logo{width:126px;height:46px}
  .home-logo-img{width:126px;height:auto}
  .menu-toggle{width:46px;height:46px;flex:none}
  .mobile-nav{inset:calc(68px + env(safe-area-inset-top)) 0 0}
  .hero{padding-top:26px}
  .hero-copy{text-align:left}
  .eyebrow{font-size:11px;line-height:1.4;padding:8px 12px}
  .hero h1{font-size:clamp(31px,9.5vw,38px);line-height:1.08;margin:18px 0 16px;overflow-wrap:anywhere}
  .hero-lead{font-size:16px;line-height:1.65;margin:0}
  .hero-actions{gap:10px;margin:24px 0 17px}
  .hero-actions .btn,.cta-actions .btn{white-space:normal;text-align:center;padding-inline:16px}
  .hero-proof{justify-content:flex-start;font-size:12px}
  .hero-media{margin-top:18px;border-radius:20px;overflow:hidden;background:linear-gradient(145deg,#f3fbff,#fff);box-shadow:var(--shadow-soft)}
  .hero-media>img{aspect-ratio:4/3;object-fit:contain}
  .trust-strip{margin-top:20px;border-radius:18px}
  .trust-strip>div{padding:16px 14px}
  .section{padding:58px 0}
  .features{padding-top:72px}
  .section-heading{margin-bottom:30px;text-align:left}
  .section-heading h2,.product-copy h2,.audience-copy h2,.mobile-copy h2,.resource-intro h2,.faq-intro h2{font-size:clamp(27px,8vw,32px);line-height:1.14}
  .section-heading p,.product-copy>p,.audience-copy>p,.mobile-copy>p,.resource-intro>p,.faq-intro>p{font-size:15px;line-height:1.65}
  .feature-grid,.workflow-grid,.integration-grid,.resource-grid,.price-grid{gap:14px}
  .feature-card{padding:22px;border-radius:18px}
  .feature-card p,.workflow-step p,.resource-card p,.price-card>p{font-size:14px}
  .product-copy,.faq-intro{text-align:left}
  .check-list{display:grid;width:100%}
  .dashboard-frame{padding:6px;border-radius:16px;box-shadow:0 14px 36px rgba(1,35,81,.12)}
  .dashboard-frame img{border-radius:11px}
  .workflow-step{text-align:left;padding:18px 18px 18px 86px;min-height:96px;border:1px solid var(--line);border-radius:17px}
  .workflow-step .step-number{position:absolute;left:18px;top:13px}
  .workflow-step .step-icon{position:absolute;left:16px;top:30px;width:52px;height:52px;margin:0;border-radius:15px}
  .integration-grid article{min-height:72px}
  .audience-grid{gap:16px}
  .audience-card{border-radius:22px}
  .audience-copy{padding:25px 22px}
  .audience-company{display:flex;flex-direction:column}
  .audience-company>img{width:100%;max-width:520px;margin:-8px auto 0;align-self:center;object-position:center bottom}
  .audience-driver{min-height:440px;padding-bottom:150px}
  .driver-icon-wrap{width:170px;height:170px;right:-24px;bottom:-20px}
  .mobile-grid{display:flex;flex-direction:column;gap:28px}
  .mobile-copy{order:1}
  .mobile-visual{order:2;width:100%}
  .mobile-visual:before{width:110%;height:auto;aspect-ratio:1;left:-5%;top:0}
  .mobile-benefits>div{align-items:flex-start;padding:14px}
  .price-card,.resource-intro,.resource-card{padding:25px 22px}
  .popular{position:static;display:inline-block;margin-left:6px;vertical-align:middle}
  .faq-list details{padding:0 16px}
  .faq-list summary{padding-block:17px;font-size:15px}
  .faq-list details p{font-size:14px;line-height:1.65;padding-right:0}
  .final-cta{min-height:480px;padding:62px 0}
  .final-cta:after{background:linear-gradient(90deg,rgba(1,20,48,.97),rgba(1,35,81,.8))}
  .cta-bg{object-position:68% center}
  .cta-content h2{font-size:clamp(30px,9vw,38px);line-height:1.12}
  .cta-content p{font-size:15px}
  .footer-grid{grid-template-columns:1fr;gap:28px}
  .footer-brand,.footer-grid>div:last-child{grid-column:auto}
  .footer-brand img{width:142px}
  .footer-grid>div>a{font-size:14px;padding:7px 0}
  .footer-bottom{font-size:12px;line-height:1.6}
}

@media(max-width:380px){
  .container{width:calc(100% - 24px)}
  .site-logo,.home-logo-img{width:116px}
  .hero h1{font-size:30px}
  .hero-proof{display:grid;gap:6px}
  .audience-copy{padding:23px 18px}
  .btn{white-space:normal;text-align:center}
}

@media(hover:none){
  .btn:hover,.feature-card:hover,.integration-grid article:hover{transform:none}
}
