/* CALVIN — one shared design system. Change tokens here, not on individual pages. */
:root{
  color-scheme:light;--bg:#fff;--paper:#f8f9f5;--ink:#172b24;--text:#253b32;--muted:#617069;
  --green:#0b8043;--green-hover:#086235;--forest:#123d2b;--mint:#eaf3e8;--mint-deep:#dcebd8;
  --line:#e0e6df;--lavender:#eeecf7;--peach:#faf0e4;--white:#fff;--radius:28px;
  --font:-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  --shadow:0 24px 70px -32px rgba(21,50,34,.28);--max:1240px
}
*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}
body{margin:0;background:var(--bg);color:var(--text);font-family:var(--font);font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased}
img,svg{max-width:100%;vertical-align:middle}img{height:auto}button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}
button{cursor:pointer}a{color:var(--green);text-decoration-thickness:1px;text-underline-offset:4px}button:disabled{cursor:default}
:focus-visible{outline:3px solid var(--green);outline-offset:5px;border-radius:5px}[hidden]{display:none!important}
h1,h2,h3,h4,p{margin-top:0}h1,h2,h3,h4{color:var(--ink);line-height:1.12}h1{font-size:clamp(42px,5.2vw,70px);letter-spacing:-.055em;font-weight:720}h2{font-size:clamp(32px,3.8vw,48px);letter-spacing:-.045em;font-weight:680}h3{font-size:24px;letter-spacing:-.035em;font-weight:650}h4{font-size:18px;letter-spacing:-.02em}
p{margin-bottom:1.1em}p:last-child{margin-bottom:0}::selection{background:#cfe6c9;color:#123d2b}
.container{width:min(100%,var(--max));padding-inline:40px;margin-inline:auto}.section{padding-block:100px}.section-soft{background:var(--paper)}
.section-heading{max-width:660px;margin-bottom:42px}.section-heading h2{margin-bottom:16px}.section-heading p:not(.eyebrow){color:var(--muted);font-size:18px;max-width:550px}
.section-heading.center{margin-inline:auto;text-align:center}.section-heading.center p{margin-inline:auto}.split-heading{display:flex;align-items:end;justify-content:space-between;gap:32px}
.eyebrow{display:flex;align-items:center;gap:8px;font-size:11px;font-weight:720;letter-spacing:.14em;text-transform:uppercase;color:var(--green);margin-bottom:20px}
.eyebrow-dot::before{content:"";width:6px;height:6px;background:currentColor;border-radius:50%}.center .eyebrow{justify-content:center}
.icon{display:inline-block;width:22px;height:22px;flex-shrink:0;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;padding:13px 24px;border:1px solid transparent;border-radius:99px;font-weight:650;font-size:14px;text-decoration:none;line-height:1.3;transition:background .18s,transform .18s}
.button:hover{transform:translateY(-2px)}.button-primary{color:#fff;background:var(--green)}.button-primary:hover{background:var(--green-hover)}.button-dark{background:var(--forest);color:#fff}.button-dark:hover{background:#1d523a}
.button-outline{color:var(--ink);border-color:#b8c8bd;background:transparent}.button-outline:hover{background:var(--mint)}.button-light{background:#fff;color:var(--forest)}.button-light:hover{background:var(--mint)}.button-full{width:100%}
.text-link{display:inline-flex;align-items:center;gap:14px;text-decoration:none;font-size:14px;font-weight:650;color:var(--ink);min-height:44px}.text-link:hover{color:var(--green)}.text-link .icon{width:18px;height:18px}
.store-link{display:inline-flex;flex-shrink:0;line-height:0;padding:10px;margin:-10px}.store-link img{width:156px;height:52px;display:block}.store-link:hover{transform:translateY(-1px)}
.small{font-size:13px;color:var(--muted)}.visually-hidden{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:12px;left:12px;padding:12px 20px;background:var(--forest);color:#fff;z-index:200;transform:translateY(-180%);border-radius:8px}.skip-link:focus{transform:none}
/* Navigation remains usable without JavaScript, including the native mobile disclosure. */
.site-header{position:sticky;top:0;z-index:60;background:rgba(255,255,255,.96);border-bottom:1px solid rgba(222,229,220,.6)}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:28px;min-height:86px}.brand{display:inline-flex;align-items:center;gap:8px;color:var(--ink);text-decoration:none;font-size:30px;font-weight:730;letter-spacing:-1.5px;flex-shrink:0}
.brand img{width:38px;height:38px;border-radius:10px}.desktop-nav{display:flex;align-items:center;gap:30px}.desktop-nav a{font-size:13px;color:#46574e;text-decoration:none;min-height:44px;display:flex;align-items:center;font-weight:530}.desktop-nav a:hover,.desktop-nav a[aria-current=page]{color:var(--green)}.desktop-nav a[aria-current=page]{position:relative}.desktop-nav a[aria-current=page]::after{content:"";position:absolute;bottom:3px;left:0;right:0;height:2px;background:var(--green);border-radius:3px}
.header-actions{display:flex;align-items:center;gap:22px}.language-link{color:var(--muted);font-size:12px;min-height:44px;display:inline-flex;align-items:center;text-decoration:none}.mobile-menu{display:none}.mobile-menu summary{list-style:none;display:flex;align-items:center;gap:8px;cursor:pointer;min-height:44px;padding:8px 12px;border:1px solid var(--line);border-radius:99px;font-size:13px;font-weight:650}.mobile-menu summary::-webkit-details-marker{display:none}.mobile-menu summary .icon{width:18px}.mobile-menu[open] summary{background:var(--mint)}
.mobile-nav{position:absolute;left:0;right:0;top:100%;padding:20px 24px 26px;border-bottom:1px solid var(--line);background:#fff;box-shadow:0 20px 26px -24px #183a2b55;display:grid;grid-template-columns:1fr 1fr;gap:8px}.mobile-nav a{display:flex;align-items:center;min-height:48px;padding:8px 12px;text-decoration:none;border-radius:10px;color:var(--ink);font-size:15px}.mobile-nav a:hover,.mobile-nav a[aria-current=page]{background:var(--mint);color:var(--green)}.mobile-nav .button{color:#fff;grid-column:1/-1;justify-content:center;margin-top:8px}
/* Hero: the product, not a fabricated UI or a wall of feature claims. */
.hero{background:var(--paper);overflow:hidden}.hero-inner{display:grid;grid-template-columns:1.07fr 1fr;align-items:center;gap:28px;min-height:740px;padding-block:60px 54px}.hero-copy{position:relative;z-index:2;padding-bottom:20px}.hero h1{font-size:clamp(50px,5.5vw,79px);line-height:1.02;margin-bottom:28px;font-weight:710;letter-spacing:-.057em}.hero h1 span{display:block}.hero h1 .accent{color:var(--green)}
.hero-copy .eyebrow{font-size:10px;letter-spacing:.14em;margin-bottom:26px}.hero-description{font-size:18px;line-height:1.75;max-width:455px;color:var(--muted);margin-bottom:28px}.hero-actions{display:flex;align-items:center;gap:28px;margin-block:26px 28px}.hero-checks{display:flex;gap:18px;flex-wrap:wrap;list-style:none;padding:0;margin:0;font-size:11px;color:#58685f}.hero-checks li{display:flex;align-items:center;gap:6px}.hero-checks .icon{width:14px;height:14px;color:var(--green)}
.hero-stage{position:relative;height:595px;min-width:0}.hero-orbit{position:absolute;width:510px;height:510px;max-width:none;left:50%;top:46%;transform:translate(-50%,-50%);background:#e4edde;border-radius:50%}.hero-orbit::before,.hero-orbit::after{content:"";position:absolute;border:1px solid #d4e0cc;border-radius:50%;inset:-27px}.hero-orbit::after{inset:-55px;opacity:.6}
.phone{position:relative;background:#111613;padding:6px;border:2px solid #56625a;border-radius:35px;box-shadow:0 25px 40px -18px #20352766,inset 0 0 0 1px #131d17;overflow:hidden}.phone img{display:block;width:100%;border-radius:26px}.phone::after{content:"";position:absolute;top:10px;left:50%;transform:translateX(-50%);width:26%;height:13px;border-radius:10px;background:#080b09;pointer-events:none}.hero-phone-main{position:absolute;width:246px;right:34px;top:13px;transform:rotate(7deg);z-index:2}.hero-phone-scan{position:absolute;width:224px;left:9px;top:101px;transform:rotate(-7deg);z-index:3}
.hero-float{position:absolute;z-index:4;display:flex;align-items:center;gap:10px;background:#fff;border:1px solid #f5f8f2;border-radius:17px;padding:12px 17px;box-shadow:var(--shadow);line-height:1.3}.hero-float .icon-wrap{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:10px;background:var(--mint);color:var(--green)}.hero-float strong{display:block;font-size:12px;color:var(--ink)}.hero-float small{display:block;font-size:10px;color:var(--muted);margin-top:3px}.hero-float-top{left:9px;top:25px;transform:rotate(-3deg)}.hero-float-bottom{right:-6px;bottom:35px;transform:rotate(3deg)}.hero-stage-caption{position:absolute;bottom:-20px;left:0;right:0;font-size:10px;color:#65715f;text-align:center}
.benefit-rail{border-block:1px solid var(--line);background:#fff}.benefit-grid{display:grid;grid-template-columns:repeat(4,1fr);padding-block:26px}.benefit-item{display:flex;align-items:center;justify-content:center;gap:12px;font-size:12px;font-weight:560;color:#4a5e50}.benefit-item+.benefit-item{border-left:1px solid var(--line)}.benefit-item .icon{color:var(--green);width:20px;height:20px}
/* Editorial feature cards. */
.bento-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:18px}.bento{position:relative;height:430px;min-height:0;overflow:hidden;background:var(--mint);border-radius:var(--radius);padding:30px 28px 0}.bento h3{font-size:25px;margin:14px 0 12px;max-width:240px}.bento p{font-size:14px;color:#607363;max-width:260px;line-height:1.6}.bento-tag{font-size:10px;letter-spacing:.11em;text-transform:uppercase;font-weight:700;display:flex;align-items:center;gap:6px}.bento-tag .icon{width:16px;height:16px}.bento-purple{background:var(--lavender)}.bento-purple p{color:#68647a}.bento-peach{background:var(--peach)}.bento-peach p{color:#756c5d}.bento-screenshot{width:210px;display:block;margin:30px auto 0;border:5px solid #fff;border-radius:24px;box-shadow:0 15px 35px -18px #2b392c55;transform:rotate(-6deg)}
.bento-shot-crop{height:175px;overflow:hidden;margin-top:30px;background:#fff;border-radius:17px 17px 0 0;border:5px solid #fff;box-shadow:0 15px 30px -20px #49445955}.bento-shot-crop img{display:block;width:100%;transform:translateY(-34%)}.bento-watch{display:block;width:158px;margin:20px auto -12px;padding:8px;border:3px solid #475049;border-radius:38px;background:#111;box-shadow:0 18px 25px -14px #312e234d;transform:rotate(7deg)}.bento-watch img{width:100%;border-radius:26px}.bento-link{display:block;text-decoration:none;color:inherit}.bento-link:hover h3{color:var(--green)}.bento-link .bento-arrow{position:absolute;right:24px;top:27px;width:30px;height:30px;display:grid;place-items:center;border:1px solid #172b2422;border-radius:50%}.bento-arrow .icon{width:14px}
/* Interactive product tour. Controls are progressively enhanced. */
.tour{border-radius:32px;background:var(--paper);border:1px solid #edf0e8;overflow:hidden}.tour-nav{display:none;justify-content:center;gap:8px;flex-wrap:wrap;padding:24px 32px;border-bottom:1px solid var(--line)}.js .tour-nav{display:flex}.tour-tab{border:0;background:transparent;color:#5c6c61;border-radius:99px;padding:11px 18px;min-height:44px;font-size:13px;display:flex;align-items:center;gap:9px;font-weight:580}.tour-tab .icon{width:17px;height:17px}.tour-tab[aria-selected=true]{background:var(--forest);color:#fff}.tour-tab:hover:not([aria-selected=true]){background:var(--mint)}.tour-panel{display:grid;grid-template-columns:1fr 1fr;align-items:center;min-height:520px}.tour-panel+.tour-panel{border-top:1px solid var(--line)}.tour-panel-copy{padding:58px 30px 58px 58px}.tour-panel-copy h3{font-size:38px;max-width:360px;margin-bottom:20px;letter-spacing:-.045em;line-height:1.12}.tour-panel-copy>p:not(.eyebrow){color:var(--muted);max-width:360px;font-size:16px}.tour-list{list-style:none;padding:0;display:grid;gap:12px;margin-top:26px;font-size:14px}.tour-list li{display:flex;gap:10px;align-items:center}.tour-list .icon{color:var(--green);width:16px;height:16px}
.tour-visual{position:relative;display:grid;place-items:center;min-height:520px;padding:36px;background:var(--mint);overflow:hidden}.tour-visual::before{content:"";position:absolute;width:330px;height:330px;border-radius:50%;border:1px solid #adc9a4}.tour-visual .phone{width:205px;transform:rotate(5deg);border-radius:31px}.tour-visual .phone img{border-radius:22px}.tour-visual .watch-device{z-index:1}.tour-caption{position:absolute;bottom:14px;left:0;right:0;text-align:center;font-size:10px;color:#4b6552}.tone-purple{background:var(--lavender)}.tone-purple::before{border-color:#c9c2e1}.tone-peach{background:var(--peach)}.tone-peach::before{border-color:#e9d3bb}.tone-dark{background:var(--forest)}.tone-dark::before{border-color:#446b4e}.tone-dark .tour-caption{color:#d6e1d7}.watch-device{position:relative;width:225px;padding:11px;border:4px solid #646e67;background:#0c110d;border-radius:53px;box-shadow:0 24px 30px -15px #001d1555;transform:rotate(-8deg)}.watch-device img{border-radius:38px;display:block;width:100%}.watch-device::after{content:"";position:absolute;right:-11px;top:65px;width:8px;height:37px;background:#788579;border-radius:0 5px 5px 0}
/* Privacy and Apple ecosystem are explained, not hidden in badges. */
.connection-panel{display:grid;grid-template-columns:1.15fr 1fr;gap:55px;align-items:center;background:var(--forest);padding:60px 65px;border-radius:32px;color:#d4e1d6}.connection-panel h2{color:#fff;font-size:44px;margin-bottom:22px}.connection-panel .eyebrow{color:#b8d49f}.connection-panel p{max-width:460px;font-size:15px;line-height:1.8}.connection-panel .text-link{color:#fff;margin-top:10px}.connection-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.connection-tile{min-height:126px;padding:20px;border:1px solid #ffffff24;border-radius:18px;background:#ffffff05;display:flex;flex-direction:column;justify-content:center;align-items:start;gap:12px}.connection-tile .icon{color:#c4dda8;width:25px;height:25px}.connection-tile strong{font-size:12px;font-weight:550;color:#f6faf3}
/* Pricing */
.pricing-controls{display:none;justify-content:center;margin:-12px 0 32px}.js .pricing-controls{display:flex}.billing-switch{display:inline-flex;background:#e9eee5;border:1px solid #dce4d7;border-radius:99px;padding:5px;gap:4px}.billing-switch button{border:0;background:transparent;border-radius:99px;min-height:42px;padding:9px 18px;color:#526447;font-size:13px;font-weight:600;display:flex;align-items:center;gap:10px}.billing-switch button[aria-pressed=true]{background:#fff;color:var(--forest);box-shadow:0 1px 5px #152b1b10}.saving{font-size:10px;font-weight:700;background:#e0edcd;padding:3px 6px;border-radius:5px;color:#3e5628}
.pricing-grid{display:grid;grid-template-columns:1fr 1fr;max-width:910px;margin-inline:auto;gap:24px}.price-card{padding:35px;border:1px solid #dce4d9;border-radius:25px;background:#fff;display:flex;flex-direction:column;position:relative}.price-card.plus{border:1.5px solid #749d63;background:#f1f6ec}.price-heading{display:flex;align-items:center;justify-content:space-between;gap:16px}.price-heading h3{font-size:25px;margin:0}.price-tag{font-size:10px;font-weight:600;padding:4px 9px;color:#365629;background:#dfebd3;border-radius:6px;white-space:nowrap}.price-description{font-size:13px;color:var(--muted);margin:14px 0 24px}.price-value{font-size:56px;color:var(--ink);font-weight:640;line-height:1.1;letter-spacing:-.055em;margin:0}.price-period{font-size:14px;color:var(--muted);font-weight:400;letter-spacing:0;margin-left:7px}.price-billing{font-size:12px;min-height:24px;color:var(--muted);margin:7px 0 20px}.price-features{list-style:none;padding:22px 0 0;border-top:1px solid #dbe3d4;display:grid;gap:12px;margin:23px 0 27px;font-size:13px}.price-features li{display:flex;align-items:flex-start;gap:9px}.price-features .icon{width:16px;height:16px;color:var(--green);margin-top:3px}.price-card .button{margin-top:auto}.price-card-note{font-size:11px;color:var(--muted);text-align:center;margin:12px 0 0}.pricing-disclaimer{max-width:760px;text-align:center;margin:25px auto 0;font-size:11px;color:var(--muted);line-height:1.7}.pricing-disclaimer a{color:var(--muted)}.pricing-comparison{max-width:1000px;margin:60px auto 0}.pricing-comparison h2{font-size:30px;text-align:center;margin-bottom:28px}.comparison-table{width:100%;border-collapse:collapse;font-size:14px}.comparison-table th,.comparison-table td{padding:18px 22px;border-bottom:1px solid var(--line);text-align:center}.comparison-table th:first-child,.comparison-table td:first-child{text-align:left}.comparison-table th{color:var(--ink);font-weight:650}.comparison-table tbody th{font-size:13px;font-weight:500}.comparison-table thead{background:var(--paper)}.comparison-table .icon{width:18px;height:18px;color:var(--green)}.included-label{font-size:12px;color:var(--green)}
/* Guides */
.guide-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}.guide-card{display:flex;flex-direction:column;text-decoration:none;color:var(--ink)}.guide-art{position:relative;overflow:hidden;height:195px;background:var(--mint);border-radius:20px;display:flex;align-items:center;justify-content:center;margin-bottom:23px}.guide-art-purple{background:var(--lavender)}.guide-art-peach{background:var(--peach)}.guide-art .icon{width:60px;height:60px;stroke-width:1.25;color:var(--forest)}.guide-art svg.chart-art{width:76%;height:65%;fill:none}.guide-category{color:var(--muted);font-size:10px;font-weight:620;letter-spacing:.09em;text-transform:uppercase;margin-bottom:11px}.guide-card h3{font-size:22px;line-height:1.3;margin-bottom:12px;max-width:320px}.guide-card p{font-size:14px;color:var(--muted);margin-bottom:14px}.guide-card .text-link{margin-top:auto;font-size:12px}.guide-card:hover h3{color:var(--green)}.guide-card:hover .guide-art{box-shadow:inset 0 0 0 1px #587a4329}.guide-ring{width:106px;height:106px;border:12px solid #cadbc0;border-top-color:var(--green);border-right-color:var(--green);border-bottom-color:var(--green);border-radius:50%;transform:rotate(25deg);display:grid;place-items:center}.guide-ring span{transform:rotate(-25deg);font-weight:650;font-size:20px;color:var(--forest)}.guide-apps{display:flex;gap:12px}.guide-apps span{display:grid;place-items:center;background:#fff;border:1px solid #172b2412;width:58px;height:74px;border-radius:12px;box-shadow:0 8px 22px #112a1410}.guide-apps span .icon{width:28px;height:28px}.guide-apps span:nth-child(2){transform:translateY(-12px)}
/* FAQ, native details work with keyboard and with scripts disabled. */
.faq-layout{display:grid;grid-template-columns:.75fr 1.25fr;gap:90px;align-items:start}.faq-intro h2{margin-bottom:22px}.faq-intro>p:not(.eyebrow){font-size:15px;color:var(--muted)}.faq-list{border-top:1px solid var(--line)}.faq-item{border-bottom:1px solid var(--line);padding:0}.faq-item summary{display:flex;align-items:center;justify-content:space-between;gap:25px;list-style:none;cursor:pointer;min-height:75px;padding:22px 0;color:var(--ink);font-size:15px;font-weight:590;line-height:1.5}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary::after{content:"+";font-size:23px;font-weight:350;color:var(--green);flex-shrink:0}.faq-item[open] summary::after{content:"−"}.faq-answer{padding:0 40px 24px 0;color:var(--muted);font-size:14px;line-height:1.8}.faq-answer p{margin-bottom:12px}.faq-answer p:last-child{margin-bottom:0}.faq-page{max-width:830px;margin-inline:auto}.faq-page .faq-item summary{font-size:17px}.faq-search{display:none;margin-bottom:26px}.js .faq-search{display:block}.faq-search label{display:block;font-size:12px;font-weight:650;color:var(--muted);margin-bottom:8px}.faq-search input{border:1px solid #b7c6b8;border-radius:13px;min-height:55px;padding:13px 18px;width:100%;color:var(--ink);background:#fff;font-size:15px}.faq-status{font-size:12px;color:var(--muted);margin:10px 0}.faq-no-results{padding:28px;border:1px solid var(--line);border-radius:15px;background:var(--paper);font-size:14px}
/* Download / footer */
.closing-wrap{padding-block:12px 88px}.closing{position:relative;overflow:hidden;background:var(--forest);border-radius:32px;padding:58px 66px;display:flex;align-items:center;justify-content:space-between;gap:60px}.closing::after{content:"";position:absolute;width:370px;height:370px;border:1px solid #b9d99c24;border-radius:50%;right:-90px;top:-65px;pointer-events:none}.closing::before{content:"";position:absolute;width:460px;height:460px;border:1px solid #b9d99c17;border-radius:50%;right:-135px;top:-110px;pointer-events:none}.closing h2{color:#fff;font-size:42px;margin-bottom:16px;max-width:620px}.closing p{color:#c4d6c8;font-size:14px;max-width:480px}.closing-copy{position:relative;z-index:1}.closing-action{position:relative;z-index:1;flex-shrink:0}.closing-action .small{color:#d2dfd3;text-align:center;font-size:11px;margin:14px 0 0}
.site-footer{background:var(--paper);border-top:1px solid var(--line);padding-block:60px 30px}.footer-top{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:42px;margin-bottom:48px}.footer-brand p{color:var(--muted);font-size:13px;max-width:220px;margin:17px 0 19px}.footer-column .footer-heading{font-size:12px;letter-spacing:0;font-weight:650;margin-bottom:18px}.footer-column nav{display:flex;flex-direction:column;align-items:start;gap:10px}.footer-column a{font-size:12px;text-decoration:none;color:var(--muted);padding-block:3px}.footer-column a:hover{color:var(--green)}.footer-bottom{border-top:1px solid var(--line);padding-top:24px;display:flex;justify-content:space-between;align-items:flex-start;gap:30px;color:var(--muted);font-size:11px}.footer-bottom p{margin:0}.footer-attribution{margin-top:20px;font-size:10px;line-height:1.8;max-width:850px;color:var(--muted)}.footer-attribution a{color:inherit}
/* Internal marketing pages */
.page-hero{background:var(--paper);padding-block:78px 70px;border-bottom:1px solid var(--line)}.page-hero .eyebrow{justify-content:center}.page-hero h1{max-width:890px;margin:0 auto 23px;text-align:center;font-size:clamp(39px,5vw,64px)}.page-hero .lede{font-size:17px;line-height:1.8;color:var(--muted);max-width:640px;text-align:center;margin:0 auto}.page-hero .hero-inline-actions{justify-content:center;display:flex;margin-top:27px;gap:18px}.feature-detail-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:34px}.feature-detail{padding:28px 0;border-top:1px solid var(--line)}.feature-detail>.icon{color:var(--green);width:25px;height:25px;margin-bottom:20px}.feature-detail h3{font-size:22px;margin-bottom:13px}.feature-detail p{font-size:14px;color:var(--muted)}.feature-detail .small-label{font-size:10px;font-weight:650;text-transform:uppercase;letter-spacing:.09em;color:var(--green)}
.step-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:45px}.step-number{font-size:12px;color:var(--green);font-weight:700;display:flex;align-items:center;gap:14px;margin-bottom:22px}.step-number::after{content:"";height:1px;background:var(--line);flex:1}.step-grid h3{font-size:25px}.step-grid p{font-size:15px;color:var(--muted)}
/* Documents share the same chrome/tokens, with a dedicated readable text column. */
.breadcrumb{font-size:12px;display:flex;align-items:center;gap:10px;margin-bottom:27px;color:var(--muted)}.breadcrumb a{color:var(--muted);text-decoration:none}.document-hero{padding-block:58px 40px}.document-hero h1{max-width:900px;font-size:clamp(36px,4.7vw,59px);margin-bottom:0;line-height:1.13}.document-layout{display:grid;grid-template-columns:220px minmax(0,1fr);gap:70px;padding-bottom:95px;align-items:start}.document-sidebar{position:sticky;top:114px}.toc{padding:20px 0;border-top:1px solid var(--line)}.toc-title{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin-bottom:16px;color:var(--muted)}.toc nav{display:grid;gap:11px}.toc nav a{font-size:12px;line-height:1.5;text-decoration:none;color:var(--muted)}.toc nav a:hover{color:var(--green)}.sidebar-cta{padding:20px;background:var(--mint);border-radius:17px;margin-top:23px}.sidebar-cta p{font-size:12px;color:#4d6654}.sidebar-cta .button{min-height:42px;font-size:12px;padding-inline:15px}
.prose{min-width:0;font-size:16px;line-height:1.85;max-width:790px}.prose h2{font-size:29px;letter-spacing:-.03em;margin:46px 0 20px;line-height:1.2}.prose h3{font-size:21px;line-height:1.35;margin:28px 0 14px}.prose h4{margin-top:23px}.prose p{margin-bottom:22px}.prose>p:first-child{font-size:18px;color:var(--muted)}.prose .byline{font-size:12px!important;color:var(--muted);padding-bottom:22px;border-bottom:1px solid var(--line)}.prose ul,.prose ol{padding-left:23px}.prose li{margin-block:8px}.prose strong{color:var(--ink);font-weight:650}.prose img{max-width:100%;border-radius:13px}.prose .answer-box,.prose .summary-box{padding:27px 30px;border:1px solid #dce7d8;border-radius:20px;background:var(--mint);margin-bottom:32px;font-size:16px}.prose .answer-box p:last-child,.prose .summary-box p:last-child{margin:0}.prose .answer-box h2,.prose .summary-box h2{margin-top:0}
.table-scroll{overflow-x:auto;margin-block:26px;max-width:100%;border:1px solid var(--line);border-radius:15px;overscroll-behavior-x:contain}.prose table{border-collapse:collapse;width:100%;font-size:13px;line-height:1.6}.prose th,.prose td{padding:14px 17px;border-bottom:1px solid var(--line);text-align:left;vertical-align:top}.prose th{color:var(--ink);font-weight:650;background:var(--paper)}.prose tr:last-child td{border-bottom:0}.prose .yes{color:var(--green);font-weight:600}.prose .no{color:#775b46}.prose .verified{font-size:11px;white-space:nowrap}.prose .sources{font-size:13px;color:var(--muted)}.prose .medical-note,.prose .disclosure{font-size:12px;border-left:3px solid #adc99b;padding:12px 20px;background:var(--paper);color:var(--muted);border-radius:0 10px 10px 0}.prose .cta{padding:30px;background:var(--forest);color:#d2e0d5;border-radius:21px;margin:35px 0}.prose .cta-title{color:#fff;font-size:25px;font-weight:650;letter-spacing:-.035em;margin-bottom:13px}.prose .cta a{color:#fff}.prose .cta img{border-radius:0}.prose .document-stamp{font-size:12px;color:var(--muted);border-top:1px solid var(--line);padding-top:22px;margin-top:40px}.prose .faq details{border-bottom:1px solid var(--line);padding-block:16px}.prose .faq summary{color:var(--ink);font-weight:650;cursor:pointer;line-height:1.6}.prose .faq details p{font-size:14px;color:var(--muted);margin-top:13px}.prose .faq details p:last-child{margin-bottom:0}.prose a{overflow-wrap:anywhere}.prose :target{scroll-margin-top:110px}.document-tools{display:flex;gap:12px;flex-wrap:wrap;align-items:center;margin-block:25px}.document-tools .button{font-size:13px}.not-found{padding:90px 0 100px;text-align:center}.not-found .eyebrow{justify-content:center}.not-found h1{margin-bottom:25px}.not-found p{color:var(--muted);max-width:440px;margin-inline:auto}.not-found .button{margin:25px 6px 0}.not-found-number{font-size:100px;font-weight:600;color:#55734b;line-height:1;letter-spacing:-.08em;margin-bottom:25px}
/* Responsive layouts; no horizontal hiding used to disguise overflow. */
@media(min-width:1500px){.hero-inner{min-height:780px}.hero-stage{height:615px}.hero-phone-main{top:20px}.hero-phone-scan{top:115px}}
@media(max-width:1100px){.desktop-nav{gap:21px}.header-inner{gap:20px}.header-actions{gap:15px}.hero h1{font-size:64px}.hero-inner{gap:10px;min-height:710px}.hero-stage{height:550px}.hero-phone-main{width:217px;right:0;top:15px}.hero-phone-scan{width:198px;left:0;top:98px}.hero-float-top{left:2px;top:30px}.hero-float-bottom{right:-8px;bottom:24px}.hero-orbit{width:400px;height:400px}.hero-actions{gap:20px}.hero-checks{gap:9px}.bento{padding:26px 23px 0;min-height:386px}.bento h3{font-size:23px}.bento-arrow{display:none!important}.connection-panel{padding:50px;gap:35px}.connection-panel h2{font-size:38px}.document-layout{grid-template-columns:200px minmax(0,1fr);gap:42px}.faq-layout{gap:50px}}
@media(max-width:900px){.desktop-nav{gap:17px}.desktop-nav a{font-size:12px}.header-actions>.language-link{display:none}.header-actions>.button{font-size:12px;padding-inline:18px}.hero-inner{grid-template-columns:1fr 1fr;min-height:640px}.hero h1{font-size:53px}.hero-description{font-size:16px}.hero-stage{height:480px}.hero-phone-main{width:190px;right:0}.hero-phone-scan{width:174px;top:84px;left:-7px}.hero-float{padding:10px 12px;gap:7px}.hero-float .icon-wrap{width:27px;height:27px}.hero-float strong{font-size:10px}.hero-float small{font-size:9px}.hero-float-top{left:-6px;top:18px}.hero-orbit{width:340px;height:340px}.hero-stage-caption{font-size:9px;bottom:-10px}.hero-actions{flex-wrap:wrap;row-gap:13px}.hero-checks{font-size:10px}.bento-grid{gap:14px}.bento{padding:24px 20px 0;min-height:366px}.bento h3{font-size:21px}.bento p{font-size:13px}.bento-watch{width:140px}.tour-panel-copy{padding:36px}.tour-panel-copy h3{font-size:32px}.tour-panel-copy>p:not(.eyebrow){font-size:14px}.tour-visual,.tour-panel{min-height:480px}.tour-visual .phone{width:187px}.tour-tab{padding-inline:14px;font-size:12px}.tour-nav{padding:18px;gap:5px}.connection-panel{padding:38px;gap:26px}.connection-panel h2{font-size:34px}.connection-tile{padding:16px;min-height:116px}.connection-tile strong{font-size:11px}.closing{padding:46px}.closing h2{font-size:36px}.benefit-item{gap:7px;font-size:11px}.benefit-item .icon{width:18px}.guide-grid{gap:20px}.guide-art{height:165px}.guide-card h3{font-size:21px}}
@media(max-width:760px){.container{padding-inline:24px}.section{padding-block:68px}.header-inner{min-height:74px;gap:16px}.brand{font-size:28px}.brand img{width:33px;height:33px}.desktop-nav,.header-actions>.button{display:none}.header-actions>.language-link{display:inline-flex}.mobile-menu{display:block}.header-actions{gap:13px}.hero-inner{grid-template-columns:1fr;text-align:center;gap:30px;padding-top:54px;padding-bottom:42px}.hero-copy{padding-bottom:0}.hero-copy .eyebrow{justify-content:center;margin-bottom:23px;font-size:10px}.hero h1{font-size:clamp(47px,8.9vw,66px);letter-spacing:-.055em;margin-bottom:24px}.hero-description{font-size:16px;max-width:440px;margin-inline:auto;line-height:1.75}.hero-actions{justify-content:center;gap:28px;margin-block:25px}.hero-checks{justify-content:center;font-size:11px;gap:17px}.hero-stage{width:440px;max-width:100%;height:540px;margin-inline:auto;margin-top:14px;text-align:left}.hero-orbit{width:380px;height:380px}.hero-phone-main{width:218px;right:24px;top:10px}.hero-phone-scan{width:195px;left:5px;top:86px}.hero-float-top{left:3px;top:7px}.hero-float-bottom{right:0;bottom:18px}.hero-float strong{font-size:11px}.hero-float small{font-size:9px}.hero-stage-caption{bottom:-11px;font-size:9px}.benefit-grid{grid-template-columns:1fr 1fr;row-gap:23px;padding-block:24px}.benefit-item{justify-content:flex-start;padding-left:10px;font-size:11px;gap:10px}.benefit-item:nth-child(3){border:0}.bento-grid{grid-template-columns:1fr}.bento{min-height:290px;padding:32px;isolation:isolate}.bento h3{font-size:29px;max-width:56%;margin-top:18px}.bento p{max-width:50%;font-size:14px}.bento-screenshot{position:absolute;right:22px;bottom:-195px;max-width:38%;margin:0;width:190px;z-index:-1}.bento-shot-crop{position:absolute;right:0;top:80px;width:40%;height:200px;border-radius:15px 0 0 0;margin:0}.bento-watch{position:absolute;right:27px;bottom:35px;width:140px;max-width:31%;margin:0;z-index:-1}.section-heading{margin-bottom:31px}.section-heading p:not(.eyebrow){font-size:16px}.split-heading{align-items:start;flex-direction:column;gap:10px}.split-heading .section-heading{margin-bottom:0}.split-heading{margin-bottom:32px}.tour{border-radius:24px}.tour-panel{grid-template-columns:1fr}.tour-panel-copy{padding:34px 28px}.tour-panel-copy h3{font-size:34px;max-width:420px}.tour-panel-copy>p:not(.eyebrow){max-width:430px;font-size:15px}.tour-visual{min-height:465px}.tour-visual .phone{width:188px}.tour-panel-copy .eyebrow{margin-bottom:17px}.tour-list{font-size:13px;margin-top:20px}.tour-nav{padding:15px 12px;gap:3px}.tour-tab{padding:10px 12px;font-size:11px;gap:6px}.tour-tab .icon{width:15px}.connection-panel{grid-template-columns:1fr;padding:36px 28px;gap:34px;border-radius:24px}.connection-panel h2{font-size:36px}.connection-grid{gap:12px}.connection-tile{min-height:107px;padding:18px}.connection-tile strong{font-size:12px}.pricing-grid{gap:18px}.price-card{padding:24px 22px}.price-value{font-size:46px}.price-heading{align-items:flex-start;gap:8px;flex-direction:column}.price-heading h3{font-size:24px}.price-tag{font-size:9px}.price-description{font-size:12px;min-height:39px}.price-features{font-size:12px}.guide-grid{grid-template-columns:1fr;gap:36px}.guide-art{height:200px}.guide-card h3{font-size:24px;max-width:none}.guide-card p{max-width:520px}.guide-ring{width:120px;height:120px}.faq-layout{grid-template-columns:1fr;gap:26px}.faq-intro h2{margin-bottom:16px}.faq-intro>p:not(.eyebrow){max-width:400px}.faq-item summary{font-size:14px;min-height:73px}.closing-wrap{padding-block:0 60px}.closing{padding:40px 30px;flex-direction:column;gap:30px;align-items:flex-start;border-radius:24px}.closing h2{font-size:35px}.closing p{font-size:13px}.footer-top{grid-template-columns:1.5fr 1fr 1fr;gap:28px}.footer-brand{grid-column:1/-1}.footer-brand p{max-width:360px}.footer-bottom{flex-direction:column;gap:12px}.footer-top{margin-bottom:33px}.site-footer{padding-top:42px}.page-hero{padding-block:52px 44px}.page-hero h1{font-size:43px}.page-hero .lede{font-size:16px}.feature-detail-grid{grid-template-columns:1fr 1fr;gap:24px}.feature-detail{padding:23px 0}.step-grid{grid-template-columns:1fr;gap:28px}.step-grid h3{font-size:26px}.document-layout{display:block;padding-bottom:62px}.document-sidebar{display:none}.document-hero{padding-block:38px 30px}.document-hero h1{font-size:38px}.prose{font-size:15px;line-height:1.85;max-width:none}.prose h2{font-size:26px}.prose .answer-box,.prose .summary-box{padding:23px;font-size:15px}.prose td,.prose th{padding:12px}.prose .table-scroll table{min-width:450px}.prose .byline{font-size:11px!important}.prose>p:first-child{font-size:16px}.faq-page .faq-item summary{font-size:15px}.pricing-comparison{margin-top:40px}.comparison-table th,.comparison-table td{padding:13px 15px}.not-found{padding-block:62px}.not-found h1{font-size:43px}}
@media(max-width:500px){.hero h1{font-size:clamp(42px,10.8vw,53px)}.hero-description{font-size:15px;max-width:345px}.hero-actions{gap:20px}.hero-actions .text-link{font-size:12px}.store-link img{width:144px;height:48px}.hero-stage{height:478px;max-width:350px}.hero-phone-main{width:192px;right:5px;top:12px}.hero-phone-scan{width:173px;left:0;top:92px}.hero-float-top{left:-5px;top:20px}.hero-float-bottom{right:-5px;bottom:5px}.hero-stage-caption{bottom:-20px;font-size:8px}.hero-orbit{width:315px;height:315px}.hero-float .icon-wrap{width:26px;height:26px}.hero-float{padding:10px 11px;border-radius:13px}.hero-float strong{font-size:10px}.hero-float small{font-size:8px}.hero-checks{font-size:10px;gap:14px}.bento{padding:28px;min-height:292px}.bento h3{font-size:27px;max-width:62%}.bento p{font-size:12px;max-width:55%}.bento-screenshot{right:3px;bottom:-120px;width:160px;max-width:41%}.bento-watch{right:13px;bottom:48px;max-width:31%;padding:5px;border-radius:28px}.bento-watch img{border-radius:20px}.bento-shot-crop{top:94px;width:37%;height:200px}.pricing-grid{grid-template-columns:1fr;max-width:440px}.price-card{padding:29px}.price-heading{flex-direction:row;align-items:center}.price-value{font-size:53px}.price-features{font-size:13px}.price-description{min-height:0;font-size:13px}.pricing-disclaimer{font-size:10px}.price-tag{font-size:10px}.tour-nav{display:none}.js .tour-nav{display:grid;grid-template-columns:1fr 1fr;gap:5px}.tour-tab{font-size:11px;justify-content:center;padding:10px 6px}.tour-visual{min-height:435px}.tour-visual .phone{width:174px}.tour-panel-copy{padding:31px 25px}.tour-panel-copy h3{font-size:31px}.tour-panel-copy>p:not(.eyebrow){font-size:14px}.tour-list{font-size:12px}.connection-panel{padding:33px 27px}.connection-panel h2{font-size:32px}.connection-panel p{font-size:14px}.connection-tile{padding:16px 12px}.connection-tile strong{font-size:11px}.feature-detail-grid{grid-template-columns:1fr}.footer-top{grid-template-columns:1fr 1fr 1fr;gap:18px}.footer-column a{font-size:11px}.footer-column .footer-heading{font-size:11px}.footer-brand .brand{font-size:29px}.page-hero h1{font-size:39px}.page-hero .lede{font-size:15px}.page-hero .hero-inline-actions{flex-wrap:wrap}.hero-inner{padding-bottom:54px}.faq-answer{padding-right:12px}.comparison-table{font-size:12px}.comparison-table tbody th{font-size:11px}.comparison-table th,.comparison-table td{padding:13px 10px}.document-hero h1{font-size:35px}.prose .cta{padding:25px}.prose .cta-title{font-size:24px}.closing h2{font-size:32px}}
@media(max-width:360px){.container{padding-inline:20px}.hero h1{font-size:40px}.hero-copy .eyebrow{font-size:9px}.hero-stage{height:426px}.hero-phone-main{width:164px;right:5px}.hero-phone-scan{width:153px;left:0;top:85px}.hero-float-top{left:-5px;top:10px}.hero-float-bottom{bottom:-2px;right:-5px}.hero-float-top .icon-wrap{display:none}.hero-orbit{width:270px;height:270px}.hero-stage-caption{font-size:7px}.hero-actions{gap:15px}.hero-actions .text-link{font-size:11px}.store-link img{width:135px;height:45px}.hero-checks{gap:9px;font-size:9px}.benefit-item{font-size:10px;padding-left:3px;gap:6px}.benefit-item .icon{width:15px}.brand{font-size:26px}.brand img{width:31px;height:31px}.header-actions{gap:8px}.language-link{font-size:11px}.bento{padding:23px}.bento h3{font-size:25px}.connection-panel{padding:28px 23px}.connection-tile strong{font-size:10px}.billing-switch button{padding-inline:13px;font-size:12px}.price-card{padding:25px}.footer-column a{font-size:10px}.footer-column .footer-heading{font-size:10px}.closing{padding:32px 26px}.closing h2{font-size:30px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}.button:hover,.store-link:hover{transform:none}}
@media(forced-colors:active){.button{border:1px solid ButtonText}.phone{border:2px solid CanvasText}.tour-tab[aria-selected=true],.billing-switch button[aria-pressed=true]{outline:2px solid Highlight}}
@media print{.site-header,.site-footer,.document-sidebar,.closing-wrap,.skip-link,.document-tools{display:none}body{background:#fff;color:#000;font-size:11pt}.container{padding:0;width:auto;max-width:none}.document-layout{display:block}.prose{max-width:none}h1,h2,h3{break-after:avoid}table{break-inside:avoid}.prose a{color:#000}.prose .table-scroll{overflow:visible}.document-hero{padding:0 0 20px}}

/* Deliberate screenshot crops in cards; full screenshots remain in the tour. */
.bento-screenshot img{display:block;border-radius:18px}
.closing-spacer{height:72px}.document-tools.center{justify-content:center;margin-top:40px}.sidebar-cta .sidebar-cta-heading{font-size:19px;letter-spacing:-.02em}
@media(max-width:760px){.bento{height:300px;min-height:0}.closing-spacer{height:55px}}
