:root{
  --bg:#f8fbfa;
  --surface:#ffffff;
  --surface-2:#eef7f5;
  --surface-3:#e3f1ef;
  --text:#15211f;
  --muted:#5f716d;
  --line:#d9e7e4;
  --brand:#087f7f;
  --brand-dark:#075f61;
  --brand-soft:#dff3f0;
  --accent:#f1c94a;
  --danger:#9a3f44;
  --shadow:0 20px 60px rgba(24,61,55,.11);
  --shadow-soft:0 10px 30px rgba(24,61,55,.08);
  --radius-lg:28px;
  --radius-md:18px;
  --radius-sm:12px;
  --shell:1180px;
  --header-h:72px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:90px}
body{
  margin:0;
  background:var(--bg);
  color:var(--text);
  font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  font-size:16px;
  line-height:1.65;
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%;height:auto}
a{color:var(--brand-dark);text-decoration-thickness:.08em;text-underline-offset:.18em}
a:hover{color:var(--brand)}
button,input,select,textarea{font:inherit}
button{color:inherit}
svg{display:block}

.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.skip-link{position:fixed;top:10px;left:10px;z-index:9999;background:#fff;color:#111;padding:10px 14px;border-radius:10px;transform:translateY(-160%);box-shadow:var(--shadow-soft)}
.skip-link:focus{transform:none}
.shell{width:min(calc(100% - 40px),var(--shell));margin-inline:auto}
.narrow{width:min(calc(100% - 40px),820px);margin-inline:auto}
.icon{width:1.25em;height:1.25em;flex:0 0 auto}

.site-header{position:sticky;top:0;z-index:100;background:rgba(248,251,250,.92);backdrop-filter:saturate(160%) blur(16px);border-bottom:1px solid rgba(217,231,228,.82)}
.header-inner{height:var(--header-h);display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:inline-flex;align-items:center;gap:11px;color:var(--text);text-decoration:none;font-weight:800;letter-spacing:-.02em}
.brand img{border-radius:10px;box-shadow:0 5px 15px rgba(0,0,0,.08)}
.site-nav{display:flex;align-items:center;gap:28px}
.site-nav>a{display:inline-flex;align-items:center;gap:5px;color:#344641;text-decoration:none;font-weight:700;font-size:.95rem}
.site-nav>a:hover{color:var(--brand)}
.site-nav>a[aria-current="page"]{color:var(--brand-dark)}
.site-nav .nav-cta{padding:10px 15px;border-radius:999px;background:var(--text);color:#fff}
.site-nav .nav-cta:hover{background:var(--brand-dark);color:#fff}
.site-nav .nav-cta .icon{width:16px;height:16px}
.nav-toggle{display:none;border:0;background:transparent;padding:9px;border-radius:10px;cursor:pointer}
.nav-toggle .icon{width:26px;height:26px}

.hero{position:relative;overflow:hidden;padding:72px 0 88px}
.hero:before{content:"";position:absolute;inset:-35% -25% auto 50%;height:650px;border-radius:50%;background:radial-gradient(circle,rgba(8,127,127,.13),rgba(8,127,127,0) 68%);pointer-events:none}
.hero-grid{display:grid;grid-template-columns:minmax(0,1.03fr) minmax(420px,.97fr);gap:66px;align-items:center}
.eyebrow{display:inline-flex;align-items:center;gap:8px;margin:0 0 16px;color:var(--brand-dark);font-size:.83rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.eyebrow:before{content:"";width:26px;height:2px;background:currentColor;border-radius:2px}
h1,h2,h3,h4{font-weight:820;line-height:1.12;letter-spacing:-.035em;margin-top:0;color:var(--text)}
h1{font-size:clamp(2.65rem,6vw,5.25rem);max-width:760px;margin-bottom:23px}
.hero h1 span{color:var(--brand)}
.hero-lede{font-size:clamp(1.08rem,2vw,1.28rem);line-height:1.58;max-width:720px;margin:0 0 28px;color:#425651}
.hero-actions{display:flex;align-items:center;gap:16px;flex-wrap:wrap;margin-bottom:23px}
.play-badge{display:inline-flex;align-items:center;text-decoration:none;border-radius:12px;outline-offset:5px;transition:transform .18s ease}
.play-badge:hover{transform:translateY(-2px)}
.play-badge img{width:190px;height:auto;display:block}
.text-link{display:inline-flex;align-items:center;gap:6px;font-weight:800;text-decoration:none;color:var(--text)}
.text-link:hover{color:var(--brand-dark)}
.text-link .icon{transition:transform .18s ease}
.text-link:hover .icon{transform:translateX(3px)}
.trust-row{display:flex;align-items:center;gap:18px;flex-wrap:wrap;color:var(--muted);font-size:.91rem}
.trust-row span{display:inline-flex;align-items:center;gap:7px}
.trust-row .icon{color:var(--brand)}
.hero-visual{position:relative;min-height:560px;display:grid;place-items:center}
.hero-phone-stage{position:relative;width:min(100%,520px);padding:38px 32px 26px;border:1px solid var(--line);border-radius:42px;background:linear-gradient(145deg,#fff,#edf7f5);box-shadow:var(--shadow)}
.hero-phone-stage:before,.hero-phone-stage:after{content:"";position:absolute;border-radius:50%}
.hero-phone-stage:before{width:110px;height:110px;right:-28px;top:56px;background:#f5d96b;opacity:.72;z-index:0}
.hero-phone-stage:after{width:74px;height:74px;left:-24px;bottom:72px;background:#b8ddd7;opacity:.75;z-index:0}
.hero-product{position:relative;z-index:1;display:block;margin:auto;max-height:500px;width:auto;filter:drop-shadow(0 20px 22px rgba(28,62,56,.17))}
.floating-chip{position:absolute;z-index:2;display:flex;align-items:center;gap:9px;background:#fff;border:1px solid var(--line);border-radius:999px;padding:10px 14px;font-size:.86rem;font-weight:800;box-shadow:var(--shadow-soft)}
.floating-chip .icon{color:var(--brand)}
.chip-one{left:-20px;top:24px}
.chip-two{right:-28px;bottom:38px}

.section{padding:96px 0}
.section-compact{padding:72px 0}
.section-white{background:var(--surface)}
.section-tint{background:var(--surface-2);border-block:1px solid var(--line)}
.section-dark{background:#132725;color:#eaf6f4}
.section-dark h2,.section-dark h3,.section-dark p,.section-dark a{color:inherit}
.section-dark .section-lede{color:#bcd1cd}
.section-heading{max-width:760px;margin-bottom:45px}
.section-heading.center{text-align:center;margin-inline:auto;margin-bottom:52px}
.section-heading h2{font-size:clamp(2.1rem,4.5vw,3.7rem);margin-bottom:16px}
.section-heading h2.small{font-size:clamp(1.9rem,3.5vw,2.85rem)}
.section-lede{font-size:1.1rem;color:var(--muted);margin:0;max-width:720px}
.center .section-lede{margin-inline:auto}

.problem-solution{display:grid;grid-template-columns:1fr auto 1fr;align-items:stretch;gap:28px}
.ps-panel{padding:34px;border-radius:var(--radius-lg);border:1px solid var(--line);background:#fff}
.ps-panel.problem{background:#fffaf1;border-color:#ece2c4}
.ps-panel.solution{background:#edf8f6;border-color:#cfe8e3}
.ps-label{display:flex;align-items:center;gap:10px;font-size:.8rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);margin-bottom:22px}
.ps-label .icon{width:22px;height:22px}
.ps-panel h3{font-size:1.55rem;margin-bottom:18px}
.command-list,.button-list{display:grid;gap:11px}
.command{padding:11px 14px;border-radius:11px;background:rgba(255,255,255,.8);border:1px solid rgba(0,0,0,.07);color:#5d5142;font-size:.94rem}
.command:before{content:'“';font-weight:800}.command:after{content:'”';font-weight:800}
.routine-button{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;background:#fff;border:1px solid #cfe3df;border-radius:13px;font-weight:800;color:#243b37}
.routine-button .icon{color:var(--brand)}
.ps-arrow{align-self:center;display:grid;place-items:center;width:54px;height:54px;border-radius:50%;background:var(--text);color:#fff;box-shadow:var(--shadow-soft)}
.ps-arrow .icon{width:24px;height:24px}

.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.feature{padding:26px 24px 27px;border-top:1px solid var(--line);min-height:210px}
.feature-icon{display:grid;place-items:center;width:48px;height:48px;border-radius:15px;background:var(--brand-soft);color:var(--brand-dark);margin-bottom:19px}
.feature-icon .icon{width:25px;height:25px}
.feature h3{font-size:1.18rem;margin-bottom:9px;letter-spacing:-.02em}
.feature p{margin:0;color:var(--muted);font-size:.96rem}
.feature a{display:inline-flex;margin-top:13px;font-weight:800;font-size:.92rem}

.ecosystem{display:grid;grid-template-columns:.8fr 1.2fr;gap:76px;align-items:center}
.ecosystem-copy h2{font-size:clamp(2.1rem,4vw,3.6rem);margin-bottom:17px}
.ecosystem-copy p{color:var(--muted);font-size:1.08rem}
.ecosystem-map{position:relative;min-height:470px;display:grid;place-items:center}
.core-bubble{display:grid;place-items:center;width:190px;height:190px;border-radius:50%;background:var(--brand-dark);color:#fff;text-align:center;padding:25px;box-shadow:0 24px 55px rgba(7,95,97,.28);z-index:2}
.core-bubble .icon{width:40px;height:40px;margin-bottom:10px}
.core-bubble strong{font-size:1.08rem;line-height:1.2}
.satellite{position:absolute;display:flex;align-items:center;gap:11px;min-width:150px;padding:14px 16px;background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow-soft);font-size:.92rem;font-weight:800}
.satellite .icon{color:var(--brand);width:22px;height:22px}
.s1{top:15px;left:50%;transform:translateX(-50%)}
.s2{right:4px;top:31%}
.s3{right:34px;bottom:34px}
.s4{left:28px;bottom:34px}
.s5{left:2px;top:31%}
.ecosystem-map:before{content:"";position:absolute;width:300px;height:300px;border:1px dashed #9bc9c2;border-radius:50%}
.footnote{font-size:.88rem!important;color:var(--muted)!important;margin-top:24px!important}

.use-case-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.use-case{position:relative;padding-top:22px;border-top:2px solid var(--line)}
.use-case .icon{color:var(--brand);width:28px;height:28px;margin-bottom:20px}
.use-case h3{font-size:1.15rem;margin-bottom:9px}
.use-case p{margin:0;color:var(--muted);font-size:.94rem}

.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:25px;counter-reset:steps}
.step{counter-increment:steps;position:relative;padding:26px 25px 24px;background:#fff;border:1px solid var(--line);border-radius:var(--radius-md)}
.step:before{content:counter(steps);display:grid;place-items:center;width:35px;height:35px;border-radius:50%;background:var(--brand-dark);color:#fff;font-weight:900;font-size:.9rem;margin-bottom:20px}
.step h3{font-size:1.17rem;margin-bottom:9px}
.step p{margin:0;color:var(--muted)}

.screenshot-split{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:70px;align-items:center}
.screenshot-frame{width:min(100%,380px);margin-inline:auto;padding:14px;background:#16211f;border-radius:30px;box-shadow:var(--shadow)}
.screenshot-frame img{display:block;border-radius:19px}
.check-list{list-style:none;padding:0;margin:24px 0;display:grid;gap:13px}
.check-list li{display:flex;gap:11px;align-items:flex-start;color:#425651}
.check-list .icon{width:20px;height:20px;color:var(--brand);margin-top:.17em}

.guide-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.guide-card{display:flex;flex-direction:column;min-height:240px;padding:28px;background:#fff;border:1px solid var(--line);border-radius:var(--radius-md);text-decoration:none;color:var(--text);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}
.guide-card:hover{transform:translateY(-3px);border-color:#b8d9d3;box-shadow:var(--shadow-soft);color:var(--text)}
.guide-card .kicker{font-size:.76rem;text-transform:uppercase;letter-spacing:.08em;color:var(--brand-dark);font-weight:900;margin-bottom:13px}
.guide-card h3{font-size:1.35rem;margin-bottom:10px}
.guide-card p{color:var(--muted);margin:0 0 22px}
.guide-card .guide-link{margin-top:auto;display:flex;align-items:center;justify-content:space-between;color:var(--brand-dark);font-weight:850}
.guide-card .icon{width:20px;height:20px}

.pro-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:50px;align-items:center}
.pro-copy h2{font-size:clamp(2rem,4vw,3.5rem);margin-bottom:18px}
.pro-copy p{color:var(--muted);font-size:1.06rem}
.pro-box{padding:30px;background:#fff;border:1px solid var(--line);border-radius:var(--radius-lg)}
.pro-box h3{font-size:1.28rem;margin-bottom:6px}
.pro-box .sub{color:var(--muted);margin:0 0 19px}
.pro-features{display:grid;grid-template-columns:repeat(2,1fr);gap:10px 18px;margin:0 0 24px;padding:0;list-style:none}
.pro-features li{display:flex;align-items:flex-start;gap:9px;font-size:.94rem}
.pro-features .icon{color:var(--brand);margin-top:.15em}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:46px;padding:11px 18px;border:1px solid transparent;border-radius:12px;background:var(--text);color:#fff!important;text-decoration:none;font-weight:850;transition:transform .18s ease,background .18s ease}
.btn:hover{background:var(--brand-dark);transform:translateY(-1px)}
.btn.secondary{background:transparent;border-color:#b7cac6;color:var(--text)!important}
.btn.secondary:hover{background:#fff}
.btn .icon{width:18px;height:18px}

.faq-list{border-top:1px solid var(--line)}
details.faq{border-bottom:1px solid var(--line)}
details.faq summary{list-style:none;cursor:pointer;padding:21px 44px 21px 0;font-weight:830;position:relative}
details.faq summary::-webkit-details-marker{display:none}
details.faq summary:after{content:'+';position:absolute;right:4px;top:14px;font-size:1.6rem;color:var(--brand);font-weight:500}
details.faq[open] summary:after{content:'–'}
details.faq .answer{padding:0 44px 22px 0;color:var(--muted);max-width:850px}
details.faq .answer p{margin:0 0 10px}

.cta-band{padding:48px;border-radius:var(--radius-lg);background:linear-gradient(135deg,#0b6e6f,#144b4d);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:34px}
.cta-band h2{color:#fff;font-size:clamp(1.9rem,3.6vw,3rem);margin-bottom:10px}
.cta-band p{margin:0;color:#d2e7e3;max-width:650px}
.cta-band .play-badge{flex:0 0 auto}

.breadcrumbs{padding:25px 0 0;font-size:.88rem;color:var(--muted)}
.breadcrumbs ol{display:flex;gap:8px;align-items:center;list-style:none;padding:0;margin:0;flex-wrap:wrap}
.breadcrumbs li:not(:last-child):after{content:'/';margin-left:8px;color:#9aacaa}
.breadcrumbs a{color:var(--muted);text-decoration:none}
.breadcrumbs a:hover{color:var(--brand)}

.article-hero{padding:45px 0 58px}
.article-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) 390px;gap:70px;align-items:center}
.article-hero h1{font-size:clamp(2.55rem,5.2vw,4.7rem);margin-bottom:20px}
.answer-box{padding:20px 22px;border-left:4px solid var(--brand);background:var(--brand-soft);border-radius:0 var(--radius-sm) var(--radius-sm) 0;color:#2f4945;font-size:1.06rem}
.answer-box p{margin:0}
.article-visual{display:grid;place-items:center;min-height:360px;padding:25px;border-radius:var(--radius-lg);background:var(--surface-2);border:1px solid var(--line)}
.article-visual img{max-height:420px;width:auto;border-radius:18px;box-shadow:var(--shadow-soft)}

.article-layout{display:grid;grid-template-columns:minmax(0,1fr) 240px;gap:70px;align-items:start}
.article{font-size:1.03rem}
.article h2{font-size:clamp(1.7rem,3vw,2.35rem);margin:58px 0 17px}
.article h2:first-child{margin-top:0}
.article h3{font-size:1.28rem;margin:33px 0 10px}
.article p,.article li{color:#40534f}
.article ul,.article ol{padding-left:1.25rem}
.article li{margin:.5rem 0}
.article strong{color:var(--text)}
.article .callout{margin:28px 0;padding:20px 22px;background:#fff;border:1px solid var(--line);border-radius:var(--radius-md)}
.article .callout.warning{background:#fff9ec;border-color:#ecdfb6}
.article .callout h3{margin:0 0 7px;font-size:1rem}
.article .callout p:last-child{margin-bottom:0}
.toc{position:sticky;top:96px;padding-left:18px;border-left:1px solid var(--line)}
.toc strong{display:block;font-size:.82rem;text-transform:uppercase;letter-spacing:.08em;margin-bottom:12px}
.toc a{display:block;color:var(--muted);text-decoration:none;font-size:.9rem;padding:5px 0}
.toc a:hover{color:var(--brand-dark)}

.article-steps{display:grid;gap:26px;counter-reset:article-step;margin:28px 0}
.article-step{counter-increment:article-step;display:grid;grid-template-columns:52px minmax(0,1fr);gap:18px;align-items:start}
.article-step:before{content:counter(article-step);display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:var(--brand-dark);color:#fff;font-weight:900}
.article-step h3{margin:5px 0 7px}
.article-step p{margin:0 0 12px}
.article-step img{display:block;max-width:min(100%,360px);border-radius:18px;border:1px solid var(--line);box-shadow:var(--shadow-soft);margin-top:16px}

.help-hero{padding:52px 0 42px}
.help-hero h1{font-size:clamp(2.5rem,5vw,4.4rem);margin-bottom:16px}
.help-hero p{font-size:1.12rem;color:var(--muted);max-width:720px;margin:0}
.help-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:40px}
.help-group{background:#fff;border:1px solid var(--line);border-radius:var(--radius-md);padding:24px}
.help-group .feature-icon{margin-bottom:16px}
.help-group h2{font-size:1.23rem;margin-bottom:11px}
.help-group ul{list-style:none;padding:0;margin:0;display:grid;gap:8px}
.help-group a{display:flex;align-items:center;justify-content:space-between;gap:10px;text-decoration:none;color:#354944;padding:5px 0;font-size:.93rem;font-weight:700}
.help-group a:hover{color:var(--brand)}
.help-group .icon{width:16px;height:16px}

.legacy-notice{padding:15px 18px;background:#fff8e7;border:1px solid #eadcaf;border-radius:12px;color:#5b523c;margin:24px 0}

.site-footer{padding:65px 0 28px;background:#10211f;color:#b9cdca;margin-top:0}
.footer-grid{display:grid;grid-template-columns:1.55fr repeat(3,1fr);gap:48px;padding-bottom:44px}
.brand-footer{color:#fff;margin-bottom:15px}
.footer-brand p{max-width:390px;margin:0 0 20px;color:#b9cdca;font-size:.93rem}
.play-badge-small img{width:156px}
.site-footer h2{font-size:.82rem;color:#fff;text-transform:uppercase;letter-spacing:.09em;margin:5px 0 15px}
.site-footer>div>div:not(.footer-brand) a{display:block;color:#b9cdca;text-decoration:none;padding:5px 0;font-size:.9rem}
.site-footer a:hover{color:#fff}
.site-footer a .icon{display:inline;width:14px;height:14px;vertical-align:-2px}
.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:23px;display:grid;grid-template-columns:auto 1fr;gap:30px;align-items:start}
.footer-bottom p{margin:0;font-size:.8rem;color:#8da6a2}
.footer-bottom .legal-note{text-align:right}

.legal-page{padding:50px 0 80px}
.legal-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius-lg);padding:clamp(24px,5vw,52px);box-shadow:var(--shadow-soft)}
.legal-card h1{font-size:clamp(2.1rem,4vw,3.4rem)}
.legal-card h2{font-size:1.5rem;margin-top:36px;padding-top:8px}
.legal-card p,.legal-card li{color:#40534f}
.legal-card .meta{color:var(--muted);font-size:.9rem}

@media (max-width:1040px){
  .hero-grid{grid-template-columns:1fr 430px;gap:36px}
  .hero h1{font-size:clamp(2.7rem,5.5vw,4.4rem)}
  .feature-grid{grid-template-columns:repeat(2,1fr)}
  .use-case-grid{grid-template-columns:repeat(2,1fr)}
  .ecosystem{grid-template-columns:1fr;gap:35px}
  .ecosystem-copy{text-align:center;max-width:760px;margin:auto}
  .ecosystem-copy .footnote{text-align:left}
  .article-layout{grid-template-columns:1fr}
  .toc{display:none}
  .footer-grid{grid-template-columns:1.5fr 1fr 1fr}.footer-grid>div:last-child{grid-column:2/4}
}

@media (max-width:820px){
  :root{--header-h:64px}
  .shell,.narrow{width:min(calc(100% - 30px),var(--shell))}
  .nav-toggle{display:grid;place-items:center}
  .site-nav{position:absolute;top:calc(100% + 1px);left:0;right:0;display:none;flex-direction:column;align-items:stretch;gap:0;background:#f8fbfa;border-bottom:1px solid var(--line);padding:12px 15px 20px;box-shadow:0 18px 28px rgba(24,61,55,.1)}
  .site-nav.is-open{display:flex}
  .site-nav>a{padding:13px 10px}
  .site-nav .nav-cta{justify-content:center;margin-top:8px}
  .hero{padding:48px 0 68px}
  .hero-grid{grid-template-columns:1fr;gap:38px}
  .hero-copy{text-align:center}
  .hero h1,.hero-lede{margin-inline:auto}
  .hero-actions,.trust-row{justify-content:center}
  .hero-visual{min-height:auto}
  .hero-phone-stage{max-width:500px}
  .problem-solution{grid-template-columns:1fr;gap:14px}
  .ps-arrow{transform:rotate(90deg);margin:auto}
  .section{padding:72px 0}.section-compact{padding:58px 0}
  .steps{grid-template-columns:1fr}
  .screenshot-split,.pro-grid,.article-hero-grid{grid-template-columns:1fr;gap:40px}
  .screenshot-split .screenshot-frame{order:-1}
  .article-visual{max-width:520px;margin:auto;width:100%}
  .help-grid{grid-template-columns:1fr 1fr}
  .footer-grid{grid-template-columns:1fr 1fr;gap:32px}.footer-grid>div:last-child{grid-column:auto}
  .footer-brand{grid-column:1/-1}
  .footer-bottom{grid-template-columns:1fr}.footer-bottom .legal-note{text-align:left}
}

@media (max-width:560px){
  .shell,.narrow{width:min(calc(100% - 24px),var(--shell))}
  body{font-size:15.5px}
  .brand span{font-size:.94rem}
  .brand img{width:36px;height:36px}
  .hero h1{font-size:clamp(2.45rem,13vw,3.55rem)}
  .hero-lede{font-size:1.05rem}
  .hero-actions{flex-direction:column;align-items:center}
  .hero-phone-stage{padding:26px 12px 18px;border-radius:30px}
  .floating-chip{font-size:.74rem;padding:8px 10px}.chip-one{left:-3px;top:12px}.chip-two{right:-3px;bottom:18px}
  .section-heading.center{text-align:left}.section-heading.center .section-lede{margin-left:0}
  .feature-grid,.use-case-grid,.guide-grid,.help-grid,.pro-features{grid-template-columns:1fr}
  .feature{padding:22px 5px 24px;min-height:auto}
  .ecosystem-map{min-height:590px}
  .ecosystem-map:before{width:240px;height:240px}
  .core-bubble{width:158px;height:158px}
  .satellite{min-width:140px;padding:12px 13px;font-size:.84rem}
  .s1{top:18px}.s2{right:0;top:29%}.s3{right:4px;bottom:48px}.s4{left:4px;bottom:48px}.s5{left:0;top:29%}
  .cta-band{padding:30px 22px;align-items:flex-start;flex-direction:column}
  .cta-band .play-badge img{width:170px}
  .article-hero{padding-top:32px}.article-hero h1{font-size:clamp(2.25rem,12vw,3.4rem)}
  .article-step{grid-template-columns:42px minmax(0,1fr);gap:12px}.article-step:before{width:36px;height:36px}
  .article-step img{max-width:100%}
  .footer-grid{grid-template-columns:1fr}.footer-brand{grid-column:auto}
}

@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
}

/* Follow-up answer guide: conceptual command flow, intentionally not an app screenshot. */
.answer-flow{display:flex;align-items:center;justify-content:center;gap:12px;min-height:360px;padding:24px 0}
.answer-flow-card{position:relative;display:flex;flex-direction:column;justify-content:center;min-height:132px;width:190px;padding:22px 20px;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:0 16px 40px rgba(15,23,42,.08)}
.answer-flow-card small{color:var(--muted);font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.07em;margin-bottom:8px}
.answer-flow-card strong{font-size:1.03rem;line-height:1.35}
.answer-flow-card.alexa{background:var(--surface-2)}
.answer-flow-card.answer{border:2px solid var(--brand-dark);background:rgba(8,111,112,.055)}
.flow-step{position:absolute;top:-11px;left:-8px;display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:var(--brand-dark);color:#fff;font-size:.8rem;font-weight:900}
.flow-answer{display:block;margin-top:10px;font-weight:800;color:var(--brand-dark)}
.answer-flow-arrow{font-size:1.65rem;font-weight:800;color:var(--muted)}
@media (max-width:900px){.answer-flow{flex-direction:column;min-height:0;padding:10px 0}.answer-flow-card{width:min(100%,360px)}.answer-flow-arrow{transform:rotate(90deg)}}

/* Practical real-world use cases */
.use-cases-hero{background:linear-gradient(180deg,var(--surface-2) 0,#fff 100%)}
.use-case-hero-panel{display:grid;gap:12px;padding:22px;border:1px solid var(--line);border-radius:var(--radius-lg);background:#fff;box-shadow:var(--shadow)}
.use-case-hero-panel>div{display:flex;align-items:center;gap:14px;padding:15px 16px;border-radius:16px;background:var(--surface-2)}
.use-case-hero-panel .icon{width:27px;height:27px;color:var(--brand);flex:0 0 auto}
.use-case-hero-panel span{display:flex;flex-direction:column;gap:2px}
.use-case-hero-panel strong{font-size:.98rem;color:var(--text)}
.use-case-hero-panel small{font-size:.82rem;color:var(--muted)}
.use-case-intro{margin-bottom:34px;padding-bottom:26px;border-bottom:1px solid var(--line)}
.real-case{display:grid;grid-template-columns:48px 54px minmax(0,1fr);gap:18px;padding:34px 0;border-bottom:1px solid var(--line);scroll-margin-top:95px}
.real-case:first-of-type{padding-top:12px}
.real-case-rank{font-size:.78rem;font-weight:800;letter-spacing:.08em;color:var(--muted);padding-top:10px}
.real-case-icon{display:grid;place-items:center;width:50px;height:50px;border-radius:16px;background:var(--surface-2);color:var(--brand)}
.real-case-icon .icon{width:26px;height:26px}
.real-case-content h2{font-size:clamp(1.35rem,2.2vw,1.8rem);line-height:1.23;margin:6px 0 12px}
.real-case-badge{display:inline-flex;font-size:.73rem;font-weight:800;letter-spacing:.045em;text-transform:uppercase;color:var(--brand-dark);background:var(--brand-soft);padding:5px 9px;border-radius:999px}
.real-case-answer{font-size:1.02rem;line-height:1.7;color:var(--text);margin-bottom:16px}
.pain-solution{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:15px 0 14px}
.pain-solution p{margin:0;padding:13px 14px;border-radius:14px;background:#f7f9f9;color:var(--muted);font-size:.9rem;line-height:1.55}
.pain-solution p:last-child{background:var(--surface-2)}
.real-case-content>a{display:inline-flex;align-items:center;gap:7px;font-weight:750;font-size:.9rem}
.real-case-content>a .icon{width:17px;height:17px}
.use-case-rule{margin-top:34px!important}
.home-real-cases{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.home-real-case{display:flex;flex-direction:column;min-height:236px;padding:22px;border:1px solid var(--line);border-radius:var(--radius-md);background:#fff;transition:transform .18s ease,border-color .18s ease}
.home-real-case:hover{transform:translateY(-2px);border-color:#b6d7d5}
.home-real-case .icon{width:27px;height:27px;color:var(--brand);margin-bottom:28px}
.home-real-case .case-question{font-size:1.05rem;font-weight:800;line-height:1.35;color:var(--text);margin-bottom:8px}
.home-real-case p{font-size:.9rem;line-height:1.55;color:var(--muted);margin:0 0 18px}
.home-real-case .case-link{margin-top:auto;display:flex;align-items:center;gap:6px;font-size:.86rem;font-weight:750;color:var(--brand-dark)}
.home-real-case .case-link .icon{width:16px;height:16px;margin:0}
@media(max-width:980px){.home-real-cases{grid-template-columns:repeat(2,1fr)}.pain-solution{grid-template-columns:1fr}}
@media(max-width:640px){.home-real-cases{grid-template-columns:1fr}.home-real-case{min-height:0}.real-case{grid-template-columns:42px minmax(0,1fr);gap:12px}.real-case-icon{grid-column:1;grid-row:2;width:42px;height:42px;border-radius:13px}.real-case-rank{grid-column:1;grid-row:1}.real-case-content{grid-column:2;grid-row:1 / span 2}.real-case-content h2{font-size:1.3rem}.use-case-hero-panel{padding:14px}}

/* Real-world use cases */
.hero-examples{display:flex;flex-wrap:wrap;gap:8px;margin-top:20px}
.hero-examples span{display:inline-flex;align-items:center;min-height:32px;padding:6px 10px;border:1px solid rgba(8,111,112,.14);border-radius:999px;background:rgba(255,255,255,.72);font-size:.78rem;font-weight:750;color:var(--brand-dark)}
.home-use-cases-section{border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.home-real-case .case-kicker{display:block;margin:-18px 0 7px;font-size:.72rem;font-weight:850;letter-spacing:.055em;text-transform:uppercase;color:var(--brand-dark)}
.use-cases-more{display:flex;justify-content:center;margin-top:28px}
@media(max-width:640px){.hero-examples{margin-top:16px}.hero-examples span{font-size:.74rem}.use-cases-more .btn{width:100%;justify-content:center;text-align:center}}


/* Clarity, accessibility and production refinements */
a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid rgba(8,127,127,.35);outline-offset:3px;border-radius:8px}
.nav-icon{display:grid;place-items:center}.nav-icon-close{display:none}.nav-toggle[aria-expanded="true"] .nav-icon-menu{display:none}.nav-toggle[aria-expanded="true"] .nav-icon-close{display:grid}
.definition-box{max-width:900px;margin:0 auto 54px;padding:20px 24px;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface-2);text-align:center}.definition-box strong{display:block;font-size:.84rem;text-transform:uppercase;letter-spacing:.07em;color:var(--brand-dark);margin-bottom:5px}.definition-box p{margin:0;color:#3f5651;font-size:1.03rem}
.how-first{padding-top:82px}.steps-flow .step{background:var(--surface)}.section-action{display:flex;justify-content:center;margin-top:30px}.display-small{font-size:clamp(2rem,4vw,3.4rem);margin-bottom:16px}
.home-real-cases-primary{grid-template-columns:repeat(2,1fr)}
.widget-demo{display:flex;flex-wrap:wrap;gap:10px;margin:24px 0}.widget-demo-item{display:inline-flex;align-items:center;gap:8px;padding:11px 14px;border:1px solid var(--line);border-radius:14px;background:#fff;font-weight:800;box-shadow:var(--shadow-soft)}.widget-demo-item .icon{width:19px;height:19px}.widget-demo-item.garage{background:#eef7f5}.widget-demo-item.lights{background:#fff9e7}.widget-demo-item.night{background:#f1f0f8}
.trust-facts{display:grid;gap:10px;margin-top:24px}.trust-facts span{display:flex;align-items:center;gap:9px;color:#40534f}.trust-facts .icon{color:var(--brand);width:19px;height:19px}.btn.compact{min-height:40px;padding:8px 13px;font-size:.9rem}
.analytics-consent{position:fixed;z-index:999;left:20px;right:20px;bottom:20px;max-width:820px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:22px;padding:18px 20px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 20px 60px rgba(24,61,55,.2)}.analytics-consent[hidden]{display:none}.analytics-consent strong{display:block;margin-bottom:3px}.analytics-consent p{margin:0;color:var(--muted);font-size:.88rem;line-height:1.5}.analytics-consent-actions{display:flex;gap:8px;flex:0 0 auto}
.use-case-jump{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 32px;padding:16px;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface-2)}.use-case-jump strong{flex:0 0 100%;font-size:.78rem;text-transform:uppercase;letter-spacing:.07em;color:var(--muted);margin-bottom:2px}.use-case-jump a{display:inline-flex;padding:7px 10px;border:1px solid var(--line);border-radius:999px;background:#fff;text-decoration:none;font-size:.82rem;font-weight:750;color:var(--text)}.use-case-jump a:hover{border-color:#abd0ca;color:var(--brand-dark)}
@media(max-width:820px){html.nav-open{overflow:hidden}.analytics-consent{align-items:stretch;flex-direction:column}.analytics-consent-actions{width:100%}.analytics-consent-actions .btn{flex:1}.definition-box{text-align:left;margin-bottom:42px}}
@media(max-width:640px){.home-real-cases-primary{grid-template-columns:1fr}.section-action .btn{width:100%}.widget-demo{display:grid;grid-template-columns:1fr}.analytics-consent{left:12px;right:12px;bottom:12px;padding:16px}.analytics-consent-actions{flex-direction:column}.use-case-jump{margin-inline:-2px;padding:12px}.use-case-jump a{font-size:.78rem}}

/* v5 automation and Android Auto landing pages */
.integration-pills{display:flex;flex-wrap:wrap;gap:8px;margin-top:20px}.integration-pills span{display:inline-flex;align-items:center;gap:7px;padding:7px 10px;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--brand-dark);font-size:.78rem;font-weight:800}.integration-pills .icon{width:16px;height:16px}
.automation-visual{padding:28px}.automation-flow{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:10px;width:100%}.flow-node{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:150px;padding:18px 12px;border:1px solid var(--line);border-radius:18px;background:#fff;text-align:center}.flow-node.featured{border:2px solid var(--brand);background:var(--surface-2)}.flow-node>span{position:absolute;top:10px;left:10px;display:grid;place-items:center;width:24px;height:24px;border-radius:50%;background:var(--brand-dark);color:#fff;font-size:.7rem;font-weight:900}.flow-node .icon{width:27px;height:27px;color:var(--brand);margin-bottom:10px}.flow-node strong{font-size:.9rem}.flow-node small{margin-top:5px;color:var(--muted);font-size:.72rem;line-height:1.35}.flow-line{color:var(--muted);font-size:1.35rem;font-weight:900}
.integration-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:24px 0 34px}.integration-card{display:flex;flex-direction:column;min-height:260px;padding:22px;border:1px solid var(--line);border-radius:var(--radius-md);background:#fff}.integration-card .feature-icon{margin-bottom:18px}.integration-card .kicker,.comparison-grid .kicker{margin:0 0 6px;color:var(--brand-dark);font-size:.72rem;font-weight:850;letter-spacing:.06em;text-transform:uppercase}.integration-card h3{margin:0 0 9px}.integration-card p:not(.kicker){color:var(--muted);font-size:.92rem;line-height:1.6}.integration-card>a{margin-top:auto;display:inline-flex;align-items:center;gap:6px;font-weight:800;font-size:.88rem}.integration-card>a .icon{width:16px;height:16px}
.automation-cases{display:grid;gap:0;margin:24px 0 38px;border-top:1px solid var(--line)}.automation-case{display:grid;grid-template-columns:48px minmax(0,1fr);gap:16px;padding:24px 0;border-bottom:1px solid var(--line)}.automation-case .case-number{padding-top:4px;color:var(--muted);font-size:.72rem;font-weight:900;letter-spacing:.08em}.automation-case>div>.icon{float:left;width:24px;height:24px;margin:2px 10px 8px 0;color:var(--brand)}.automation-case h3{margin:0 0 9px;font-size:1.13rem}.automation-case p{margin:7px 0;color:var(--muted);font-size:.94rem;line-height:1.62}.automation-case p strong{color:var(--text)}
.automation-chain{display:grid;grid-template-columns:1fr auto 1fr auto 1fr auto 1fr;gap:10px;align-items:center;margin:24px 0;padding:18px;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface-2)}.automation-chain>span{display:flex;flex-direction:column;align-items:center;min-height:112px;justify-content:center;padding:12px;border-radius:14px;background:#fff;text-align:center}.automation-chain>span .icon{width:23px;height:23px;margin-bottom:8px;color:var(--brand)}.automation-chain strong{font-size:.83rem}.automation-chain small{margin-top:4px;color:var(--muted);font-size:.7rem}.automation-chain>b{color:var(--muted)}
.car-visual{background:linear-gradient(145deg,#edf4f3,#f7f9f9)}.car-screen{width:100%;max-width:410px;padding:18px;border:8px solid #1d2927;border-radius:26px;background:#111b1a;color:#fff;box-shadow:0 20px 45px rgba(15,35,31,.2)}.car-screen-top{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:2px 2px 14px;color:#dce9e6;font-size:.78rem}.car-screen-top span{display:inline-flex;align-items:center;gap:6px}.car-screen-top .icon{width:17px;height:17px}.car-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.car-actions span{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;min-height:112px;padding:14px;border-radius:15px;background:#263634}.car-actions span:first-child{background:#0f6664}.car-actions .icon{width:25px;height:25px;margin-bottom:auto;color:#d8fffa}.car-actions strong{font-size:.9rem;line-height:1.25}.car-screen>small{display:block;margin-top:12px;color:#9eb3af;font-size:.68rem;line-height:1.4}
.comparison-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:22px 0 34px}.comparison-grid>div{padding:22px;border:1px solid var(--line);border-radius:var(--radius-md);background:#fff}.comparison-grid h3{margin:0 0 8px}.comparison-grid p:not(.kicker){color:var(--muted);font-size:.92rem;line-height:1.6}.comparison-grid a{display:inline-flex;align-items:center;gap:6px;font-size:.88rem;font-weight:800}.comparison-grid a .icon{width:16px;height:16px}
@media(max-width:980px){.integration-grid{grid-template-columns:1fr 1fr}.automation-flow{grid-template-columns:1fr}.flow-line{transform:rotate(90deg);justify-self:center}.automation-chain{grid-template-columns:1fr}.automation-chain>b{transform:rotate(90deg);justify-self:center}.comparison-grid{grid-template-columns:1fr}}
@media(max-width:640px){.integration-grid{grid-template-columns:1fr}.integration-card{min-height:0}.automation-case{grid-template-columns:36px minmax(0,1fr);gap:10px}.automation-visual{padding:16px}.flow-node{min-height:122px}.car-screen{border-width:6px;padding:13px}.car-actions span{min-height:96px;padding:12px}.integration-pills{gap:6px}.integration-pills span{font-size:.73rem}}

/* Mobile hardening: keep the widget customization split inside the viewport. */
.screenshot-split > *{min-width:0}
.screenshot-frame{max-width:380px}
@media (max-width:820px){
  .screenshot-split{grid-template-columns:minmax(0,1fr)}
  .screenshot-frame{width:100%;max-width:380px}
}
