:root{--teal:#45B8B5;--teal-hover:#379C99;--teal-deep:#2C7E79;--teal-tint:#E6F4F3;--slate:#4F6D85;--pink:#F4A6A1;--warm:#FBF7F1;--light:#F3F8FA;--border:#E9EEF2;--border-2:#DCE4E9;--divider:rgba(47,58,69,0.12);--ink:#2F3A45;--ink-2:#45525E;--muted:#5F6B76;--warn:#D9A441;--warn-soft:#FBF3E4;--info:var(--slate);--info-soft:#EEF3F7;--shadow-card:0 1px 2px rgba(47,58,69,0.04),0 18px 44px -24px rgba(47,58,69,0.22);--shadow-float:0 30px 70px -34px rgba(47,58,69,0.34);--maxw:1220px;--pad:44px;--font-sans:var(--font-inter),-apple-system,system-ui,"Segoe UI",Roboto,sans-serif}*,:after,:before{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-sans);background:#fff;color:var(--ink);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;line-height:1.5;text-wrap:pretty}a{color:inherit;text-decoration:none}img{display:block}.wrap{max-width:var(--maxw);margin:0 auto;padding:0 var(--pad)}h1,h2,h3{font-weight:700;letter-spacing:-.025em;color:var(--ink);line-height:1.05;text-wrap:balance}.kicker{display:inline-flex;align-items:center;gap:14px;margin-bottom:26px}.kicker .rule{width:44px;height:4px;border-radius:3px;background:var(--teal)}.kicker span{font-size:13px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--slate)}.link-arrow{color:var(--teal-deep);font-weight:600;font-size:16px;display:inline-flex;align-items:center;gap:8px;transition:gap .2s}.link-arrow:hover{gap:13px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;font-family:inherit;font-weight:600;font-size:16px;border-radius:12px;padding:15px 26px;cursor:pointer;border:1px solid transparent;transition:background .18s,border-color .18s,color .18s}.btn-primary{background:var(--teal-deep);color:#fff}.btn-primary:hover{background:#246a66}.btn-ghost{background:#fff;color:var(--ink);border-color:var(--border-2)}.btn-ghost:hover{border-color:var(--slate)}.btn-sm{padding:11px 18px;font-size:15px;border-radius:10px}section{padding:120px 0}section[id]{scroll-margin-top:80px}.bg-warm{background:var(--warm)}.bg-light{background:var(--light)}.sec-head{max-width:760px;margin-bottom:60px}.sec-head h2{font-size:44px}.sec-head p{font-size:19px;line-height:1.6;color:var(--muted);margin-top:20px;max-width:640px}.sec-head.center{margin-left:auto;margin-right:auto;text-align:center}.sec-head.center .kicker{justify-content:center}.head-row{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:56px;flex-wrap:wrap}.head-row .sec-head{margin-bottom:0}.frame{background:#fff;border:1px solid var(--border);border-radius:20px;box-shadow:var(--shadow-float);overflow:hidden}.frame.soft{box-shadow:var(--shadow-card)}.frame-bar{height:44px;display:flex;align-items:center;gap:14px;padding:0 18px;border-bottom:1px solid var(--border);background:#fcfdfd}.frame-bar .dots{display:flex;gap:8px}.frame-bar .dots i{width:11px;height:11px;border-radius:50%;background:#e0e7ea;display:block}.frame-body{min-height:360px;background:#fbfdfd;display:grid;place-items:center;padding:40px}.slot{display:flex;flex-direction:column;align-items:center;gap:15px;text-align:center;max-width:420px}.slot-ic{width:40px;height:40px;color:var(--teal);opacity:.85}.slot-tag{font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--teal-deep);background:var(--teal-tint);border-radius:999px;padding:7px 15px}.slot-desc{font-size:14.5px;line-height:1.5;color:var(--muted)}.frame-caption{font-size:14px;color:var(--muted);margin-top:18px;font-style:italic;text-align:center}.reveal{opacity:0;transform:translateY(20px)}.reveal.in{opacity:1;transform:none;transition:opacity .6s cubic-bezier(.4,0,.2,1),transform .6s cubic-bezier(.4,0,.2,1)}.reveal.d1{transition-delay:.07s}.reveal.d2{transition-delay:.14s}.reveal.d3{transition-delay:.21s}@media (prefers-reduced-motion:reduce){.reveal{opacity:1!important;transform:none!important}}@media (max-width:1000px){section{padding:88px 0}.sec-head h2{font-size:35px}}@media (max-width:600px){:root{--pad:20px}}.brand-logo{display:block;height:30px;width:auto}.brand-logo--light{filter:brightness(0) invert(1)}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:100;background:rgba(255,255,255,.9);-webkit-backdrop-filter:saturate(180%) blur(10px);backdrop-filter:saturate(180%) blur(10px);border-bottom:1px solid var(--border)}.header-in{position:relative;max-width:var(--maxw);margin:0 auto;padding:16px var(--pad);gap:38px}.header-in,.nav{display:flex;align-items:center}.nav{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);gap:30px}.nav a{font-size:15px;font-weight:500;color:var(--muted);transition:color .15s}.nav a:hover{color:var(--ink)}.nav a.current{position:relative;color:var(--teal-deep);font-weight:600}.nav a.current:after{content:"";position:absolute;left:0;right:0;bottom:-10px;height:2px;border-radius:2px;background:var(--teal)}.header-cta{margin-left:auto}.mobile-nav{display:none}.menu-toggle{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border:1px solid var(--border-2);border-radius:10px;background:#fff;cursor:pointer;padding:0}.menu-toggle__bars{display:flex;flex-direction:column;gap:4px}.menu-toggle__bars i{display:block;width:18px;height:2px;border-radius:2px;background:var(--ink);transition:transform .22s ease,opacity .22s ease}.menu-toggle.open .menu-toggle__bars i:first-child{transform:translateY(6px) rotate(45deg)}.menu-toggle.open .menu-toggle__bars i:nth-child(2){opacity:0}.menu-toggle.open .menu-toggle__bars i:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.mobile-menu{position:absolute;top:100%;left:0;right:0;background:rgba(255,255,255,.98);-webkit-backdrop-filter:saturate(180%) blur(10px);backdrop-filter:saturate(180%) blur(10px);border-bottom:1px solid var(--border);box-shadow:var(--shadow-card)}.mobile-menu[hidden]{display:none}.mobile-menu__links{display:flex;flex-direction:column;padding:8px var(--pad) 20px}.mobile-menu__links a:not(.btn){font-size:16px;font-weight:500;color:var(--ink);padding:14px 0;border-bottom:1px solid var(--border)}.mobile-menu__cta{margin-top:16px;justify-content:center}.footer{background:var(--ink);color:rgba(255,255,255,.9);padding:80px 0 40px}.foot-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr 1fr;grid-gap:40px;gap:40px;margin-bottom:56px}.foot-brand .brand-logo{height:28px;margin-bottom:16px}.foot-brand p{font-size:14px;line-height:1.6;color:rgba(255,255,255,.86);max-width:270px}.foot-social{display:flex;gap:12px;margin-top:22px}.foot-social a{width:38px;height:38px;border-radius:10px;border:1px solid rgba(255,255,255,.2);display:grid;place-items:center;color:rgba(255,255,255,.88);transition:color .15s,border-color .15s,background .15s}.foot-social a:hover{color:#fff;border-color:var(--teal);background:rgba(69,184,181,.14)}.foot-social svg{width:18px;height:18px}.fcol-title{color:#fff;font-size:12px;font-weight:700;line-height:18px;letter-spacing:.12em;text-transform:uppercase;margin-top:0;margin-bottom:18px}.fcol .links{display:flex;flex-direction:column;gap:11px}.fcol .links a{font-size:14.5px;color:rgba(255,255,255,.92);transition:color .15s}.fcol .links a:hover{color:rgba(255,255,255,.68)}.foot-bottom{border-top:1px solid rgba(255,255,255,.14);padding-top:30px;display:flex;justify-content:space-between;align-items:flex-start;gap:24px;flex-wrap:wrap}.foot-bottom p{font-size:13px;color:rgba(255,255,255,.82);line-height:1.6}.foot-badges{display:flex;gap:10px;flex-shrink:0}.badge{font-size:11px;font-weight:600;letter-spacing:.06em;color:rgba(255,255,255,.9);border:1px solid rgba(255,255,255,.2);border-radius:999px;padding:6px 13px}@media (max-width:1000px){.nav{display:none}.mobile-nav{display:block}.foot-grid{grid-template-columns:1fr 1fr;gap:32px}}@media (max-width:600px){.foot-grid{grid-template-columns:1fr}}.page-hero{padding:104px 0 88px}.page-hero .hero-in{max-width:840px}.page-hero h1{font-size:60px;letter-spacing:-.035em}.page-hero .sub{font-size:20px;line-height:1.55;color:var(--muted);margin:28px 0 0;max-width:660px}.page-hero .hero-ctas{display:flex;gap:14px;flex-wrap:wrap;margin-top:38px}.group-head{max-width:720px;margin-bottom:52px}.group-head h2{font-size:40px}.group-head p{font-size:18.5px;line-height:1.6;color:var(--muted);margin-top:18px;max-width:600px}.fgrid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:22px;gap:22px}.fgrid.cols3{grid-template-columns:repeat(3,1fr)}.fcard{border:1px solid var(--border);border-radius:20px;padding:34px;box-shadow:var(--shadow-card);display:flex;flex-direction:column;transition:transform .25s,box-shadow .25s}.bg-light .fcard,.bg-warm .fcard,.fcard{background:#fff}.fcard:hover{transform:translateY(-4px);box-shadow:0 1px 2px rgba(47,58,69,.05),0 30px 60px -30px rgba(47,58,69,.3)}.ficon{width:50px;height:50px;border-radius:14px;background:var(--teal-tint);color:var(--teal-deep);display:grid;place-items:center;margin-bottom:22px}.ficon svg{width:25px;height:25px}.fcard h3{font-size:21px;line-height:1.28;letter-spacing:-.02em;margin-bottom:11px}.fcard p{font-size:16px;line-height:1.58;color:var(--muted)}.faq-item{border-bottom:1px solid var(--border)}.faq-q{width:100%;background:none;border:0;font-family:inherit;text-align:left;cursor:pointer;padding:26px 0;display:flex;justify-content:space-between;align-items:center;gap:24px;font-size:19px;font-weight:600;color:var(--ink);transition:color .15s}.faq-q:hover{color:var(--teal-deep)}.faq-ic{position:relative;width:20px;height:20px;flex:none}.faq-ic:after,.faq-ic:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:var(--slate);transition:transform .25s,opacity .25s}.faq-ic:before{width:13px;height:2px}.faq-ic:after{width:2px;height:13px}.faq-item.open .faq-ic:after{opacity:0;transform:translate(-50%,-50%) rotate(90deg)}.faq-a{max-height:0;overflow:hidden;transition:max-height .35s ease}.faq-item.open .faq-a{max-height:600px}.faq-a-in{padding:0 0 28px;font-size:16.5px;line-height:1.62;color:var(--muted);max-width:760px}.softcta{background:var(--warm);padding:100px 0}.softcta .wrap{text-align:center;max-width:900px}.softcta h2{font-size:34px;line-height:1.16;letter-spacing:-.02em;color:var(--ink);max-width:720px;margin:0 auto 32px}.closing{background:var(--slate);color:#fff}.closing .in{max-width:680px}.closing .kicker span{color:rgba(255,255,255,.94)}.closing .kicker .rule{background:var(--pink)}.closing h2{color:#fff;font-size:46px;margin-bottom:18px}.closing p{font-size:19px;line-height:1.55;color:rgba(255,255,255,.92);margin-bottom:36px}.call-covers{list-style:none;display:grid;grid-gap:14px;gap:14px;margin:30px 0 38px;max-width:580px}.call-covers li{display:flex;gap:13px;align-items:flex-start;font-size:16.5px;line-height:1.5;color:rgba(255,255,255,.9)}.call-covers li svg{width:19px;height:19px;color:var(--pink);flex:none;margin-top:2px}.closing .note{margin-top:22px;font-size:14.5px;color:rgba(255,255,255,.88)}.closing .note a{color:#fff;font-weight:600;border-bottom:1px solid rgba(255,255,255,.4)}.closing .btn-primary{background:#fff;color:var(--slate)}.closing .btn-primary:hover{background:var(--warm)}.posts{padding-top:0}.blog{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}.bcard{background:#fff;border:1px solid var(--border);border-radius:18px;overflow:hidden;box-shadow:var(--shadow-card);display:flex;flex-direction:column;transition:transform .25s,box-shadow .25s}.bcard:hover{transform:translateY(-4px);box-shadow:0 1px 2px rgba(47,58,69,.05),0 30px 60px -30px rgba(47,58,69,.3)}.bcard .thumb{height:158px;display:block}.bcard .image-thumb{width:100%;object-fit:cover}.bcard .thumb.t1{background:var(--teal-tint)}.bcard .thumb.t2{background:var(--warm)}.bcard .thumb.t3{background:#eef1f5}.bcard .thumb.t4{background:#e7f0ee}.bcard .thumb.t5{background:#f4ede6}.bcard .thumb.t6{background:#eaf2f5}.bcard .bbody{padding:26px 26px 28px;display:flex;flex-direction:column;flex:1 1}.bcard .cat{font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--teal-deep);margin-bottom:14px}.bcard h2,.bcard h3{font-size:19px;line-height:1.32;letter-spacing:-.015em;margin-bottom:11px}.bcard .bexc{font-size:14.5px;line-height:1.55;color:var(--muted)}.bcard .bmeta{margin-top:auto;padding-top:18px;border-top:1px solid var(--border);font-size:13px;color:var(--muted);display:flex;align-items:center;justify-content:space-between}.bcard .bmeta .read{color:var(--teal-deep);font-weight:600;display:inline-flex;align-items:center;gap:6px;margin-right:0;transition:gap .2s}.bcard:hover .bmeta .read{gap:11px}@media (max-width:1000px){.page-hero{padding:64px 0 66px}.page-hero h1{font-size:44px}.group-head h2{font-size:32px}.fgrid,.fgrid.cols3{grid-template-columns:1fr;gap:18px}.blog{grid-template-columns:1fr 1fr;gap:20px}.closing h2{font-size:34px}}@media (max-width:600px){.page-hero h1{font-size:35px}.blog{grid-template-columns:1fr}}.hero{padding:112px 0 116px}.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;grid-gap:60px;gap:60px;align-items:center}.hero h1{font-size:60px;letter-spacing:-.035em}.hero .sub{font-size:20px;line-height:1.55;color:var(--muted);margin:30px 0 38px;max-width:560px}.hero-ctas{display:flex;gap:14px;flex-wrap:wrap}.hero-visual{position:relative}.hero-visual .frame-body{min-height:380px}.hero-phone{position:absolute;right:-14px;bottom:-30px;width:158px;background:#2f3a45;border-radius:26px;padding:7px;box-shadow:var(--shadow-float)}.hero-phone .pscr{border-radius:20px;aspect-ratio:9/19;background:#fbfdfd;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px;padding:16px;text-align:center}.hero-phone .slot-tag{font-size:9px;padding:5px 10px}.hero-phone .slot-desc{font-size:10.5px;line-height:1.4}.shot{display:block;width:100%;height:auto}.frame-body:has(.shot){min-height:0;padding:0;background:#fff}.hero-visual .frame-body:has(.shot){min-height:0}.hero-phone .pscr,.phone-big .pscr{overflow:hidden}.hero-phone .pscr:has(.shot),.phone-big .pscr:has(.shot){padding:0}.pscr .shot{width:100%;height:100%;object-fit:cover}.rbento{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:22px;gap:22px}.rbento>*{min-width:0}.rcard{background:#fff;border:1px solid var(--border);border-radius:20px;padding:30px;box-shadow:var(--shadow-card);display:flex;flex-direction:column}.rcard .ricon{width:48px;height:48px;border-radius:13px;background:var(--teal-tint);color:var(--teal-deep);display:grid;place-items:center;margin-bottom:20px}.rcard .ricon svg{width:23px;height:23px}.rcard h3{font-size:19px;letter-spacing:-.02em;margin-bottom:10px}.rcard p{font-size:15.5px;line-height:1.55;color:var(--muted)}.rcard.feature{grid-column:span 2;grid-row:span 2;background:var(--warm);border-color:#efe7db;padding:38px}.rcard.feature h3{font-size:27px;margin-bottom:12px}.rcard.feature p{font-size:17.5px;max-width:440px}.rcard.feature .mini{margin-top:auto;padding-top:30px;min-width:0}.rcard.feature .frame{width:100%;min-width:0}.rcard.feature .frame-body{min-height:150px}.rlist{display:grid;grid-template-columns:1fr 1fr;grid-gap:20px;gap:20px}.rrow{background:#fff;border:1px solid var(--border);border-radius:16px;padding:26px 28px;box-shadow:var(--shadow-card);display:flex;gap:18px;align-items:flex-start}.rrow .ricon{flex:none;width:46px;height:46px;border-radius:12px;background:var(--teal-tint);color:var(--teal-deep);display:grid;place-items:center}.rrow .ricon svg{width:22px;height:22px}.rrow h3{font-size:18px;letter-spacing:-.015em;margin-bottom:7px}.rrow p{font-size:15px;line-height:1.5;color:var(--muted)}.feat-more{margin-top:40px;display:flex;flex-direction:column;gap:22px;align-items:flex-start}.feat-more p{font-size:17px;line-height:1.55;color:var(--ink);max-width:720px}.feat-more:has(.feat-more-actions){align-items:center;text-align:center}.feat-more-actions{display:flex;align-items:center;justify-content:center;gap:12px 24px;flex-wrap:wrap}.builtwith{background:var(--light);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:44px 0}.bw-grid{flex-wrap:wrap;justify-content:space-between;gap:16px 22px}.bw-grid,.bw-item{display:flex;align-items:center}.bw-item{gap:12px}.bw-item p{white-space:nowrap}.bw-item svg{width:26px;height:26px;color:var(--teal);flex:none}.bw-item p{font-size:15.5px;font-weight:600;color:var(--ink);line-height:1.3}.p6{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:22px;gap:22px}.pcard{background:#fff;border:1px solid var(--border);border-radius:18px;padding:30px;box-shadow:var(--shadow-card)}.pcard .pt{display:flex;align-items:center;gap:11px;margin-bottom:12px}.pcard .pt i{width:9px;height:9px;border-radius:50%;background:var(--pink);flex:none}.pcard h3{font-size:19px;line-height:1.28;letter-spacing:-.015em}.pcard p{font-size:16px;line-height:1.55;color:var(--muted)}.stats{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:44px;gap:44px}.stat{border-top:2px solid var(--ink);padding-top:28px}.stat .big{font-size:64px;font-weight:700;letter-spacing:-.04em;color:var(--teal-deep);line-height:1}.stat .big .unit{font-size:28px}.stat.words .big{font-size:38px;letter-spacing:-.03em;color:var(--teal-deep);line-height:1.08}.stat p{font-size:16.5px;line-height:1.5;color:var(--muted);margin-top:16px}.team-grid{display:grid;grid-template-columns:1fr .9fr;grid-gap:64px;gap:64px;align-items:center}.team-copy h2{font-size:44px;margin-bottom:24px}.team-copy p.lead{font-size:19px;line-height:1.6;color:var(--muted);margin:0 0 28px;max-width:500px}.team-list{list-style:none;display:grid;grid-gap:16px;gap:16px;margin-bottom:30px}.team-list li{display:flex;gap:13px;align-items:flex-start;font-size:16px;line-height:1.5;color:var(--ink)}.team-list li svg{width:20px;height:20px;color:var(--teal);flex:none;margin-top:1px}.phone-wrap{display:flex;justify-content:center}.phone-big{width:300px;background:#2f3a45;border-radius:38px;padding:10px;box-shadow:var(--shadow-float)}.phone-big .pscr{border-radius:28px;aspect-ratio:9/18.5;background:#fbfdfd;display:grid;place-items:center;padding:26px}.shot-frame--short .frame-body:has(.shot){aspect-ratio:16/7}.shot-frame--short .shot{height:100%;object-fit:cover;object-position:top}.setup-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:64px;gap:64px;align-items:start}.setup-copy h2{font-size:44px;margin-bottom:28px}.setup-copy p{font-size:17px;line-height:1.62;color:var(--muted);margin-bottom:20px;max-width:520px}.setup-copy p:last-of-type{margin-bottom:0}.setup-side{background:var(--warm);border:1px solid #efe7db;border-radius:20px;padding:38px}.setup-side .sp-label{font-size:12px;font-weight:700;letter-spacing:.13em;text-transform:uppercase;color:var(--teal-deep);margin-bottom:16px}.setup-side p{font-size:17.5px;line-height:1.55;color:var(--ink);margin-bottom:26px}.setup-side .btn{width:100%}.work-lead{font-size:18px;line-height:1.6;color:var(--muted);max-width:620px;margin:-32px 0 52px}.work-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:22px;gap:22px}.wcard{background:#fff;border:1px solid var(--border);border-radius:18px;padding:30px;box-shadow:var(--shadow-card)}.wcard h3{font-size:18px;letter-spacing:-.015em;margin-bottom:11px}.wcard p{font-size:15.5px;line-height:1.55;color:var(--muted)}.uk4{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:20px 48px;gap:20px 48px}.uk-item{display:flex;gap:16px;align-items:flex-start;padding:22px 0;border-top:1px solid var(--border-2)}.uk-item svg{width:24px;height:24px;color:var(--teal);flex:none;margin-top:2px}.uk-item p{font-size:16.5px;line-height:1.5;color:var(--ink)}.faq{max-width:860px}.faq-more{margin-top:36px}@media (max-width:1000px){.hero{padding:68px 0 80px}.hero-grid{grid-template-columns:1fr;gap:52px}.hero h1{font-size:46px}.bw-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:22px;gap:22px}.p6,.rbento,.rlist,.stats,.work-grid{grid-template-columns:1fr}.p6,.rbento,.rlist,.work-grid{gap:18px}.rcard.feature{grid-column:auto;grid-row:auto}.setup-grid,.team-grid{grid-template-columns:1fr;gap:44px}.uk4{grid-template-columns:1fr;gap:0}}@media (max-width:600px){.hero h1{font-size:37px}.bw-grid{grid-template-columns:1fr}.stat .big{font-size:52px}.hero-phone{display:none}}.shot-break{padding:0 0 110px}.shot-break.top{padding-top:0}.connect-lead{max-width:820px;margin-bottom:52px}.connect-lead h2{font-size:36px;letter-spacing:-.025em;line-height:1.14}.notyet-grid{display:grid;grid-template-columns:.85fr 1.15fr;grid-gap:56px;gap:56px;align-items:start}.notyet-grid h2{font-size:36px;letter-spacing:-.025em}.notyet-body{font-size:18px;line-height:1.65;color:var(--muted);max-width:600px}.notyet-tags{display:flex;gap:10px;flex-wrap:wrap;margin-top:26px}.notyet-tags span{font-size:13.5px;font-weight:500;color:var(--slate);background:#fff;border:1px solid var(--border-2);border-radius:999px;padding:8px 16px}@media (max-width:1000px){.connect-lead h2{font-size:30px}.notyet-grid{grid-template-columns:1fr;gap:32px}}.statband{padding:100px 0;background:var(--teal-tint);text-align:center}.statband .wrap{max-width:820px}.statband .figure{font-size:78px;font-weight:700;letter-spacing:-.045em;color:var(--teal-deep);line-height:1}.statband.words .figure{font-size:54px;letter-spacing:-.03em;line-height:1.05}.statband p{font-size:20px;line-height:1.55;color:var(--ink);margin:24px auto 36px;max-width:640px}.statband .btn{background:#fff;color:var(--ink);border-color:transparent;box-shadow:var(--shadow-card)}.statband .btn:hover{background:#fff;color:var(--teal-deep)}.compare{display:grid;grid-template-columns:1fr 1fr;grid-gap:14px 22px;gap:14px 22px;align-items:stretch}.cmp-h{font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--slate);padding:0 4px 2px}.cmp-h.g{color:var(--teal-deep)}.cmp-pair{display:contents}.cmp-row-g,.cmp-row-now{padding:22px 26px;border-radius:14px}.cmp-row-now{background:#fff;border:1px solid var(--border);box-shadow:var(--shadow-card)}.cmp-row-g{background:var(--teal-tint);border:1px solid #cfe8e6}.cmp-tag{display:none;font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--slate);margin-bottom:12px}.cmp-tag.g{color:var(--teal-deep)}.cmp-line{display:flex;gap:13px;align-items:flex-start;font-size:16.5px;line-height:1.5}.cmp-line .ic{flex:none;margin-top:2px}.cmp-row-now .cmp-line{color:var(--muted)}.cmp-row-now .ic{width:9px;height:9px;border-radius:50%;background:var(--border-2);margin-top:9px}.cmp-row-g .cmp-line{color:var(--ink);font-weight:500}.cmp-row-g .ic{width:20px;height:20px;color:var(--teal-deep)}@media (max-width:1000px){.statband{padding:80px 0}.statband .figure{font-size:64px}.statband.words .figure{font-size:44px}.compare{grid-template-columns:1fr;gap:0}.compare .cmp-h{display:none}.cmp-pair{display:block;margin-bottom:24px}.cmp-pair .cmp-row-now{border-radius:14px 14px 0 0;position:relative;z-index:1}.cmp-pair .cmp-row-g{border-radius:0 0 14px 14px;margin-top:-1px}.cmp-tag{display:block}}@media (max-width:600px){.statband .figure{font-size:54px}.statband.words .figure{font-size:38px}}.faq-wrap{padding-top:0;padding-bottom:120px}.faq-col{max-width:800px;margin:0 auto}.faq-group{margin-bottom:56px}.faq-group:last-child{margin-bottom:0}.group-label{display:flex;align-items:center;gap:14px;margin-bottom:22px}.group-label .rule{width:32px;height:3px;border-radius:2px;background:var(--teal);flex:none}.group-label h2{font-size:15px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--slate)}.faq-col .faq-item:first-of-type{border-top:1px solid var(--border)}.faq-col .faq-q{padding:24px 0;align-items:flex-start;font-size:18.5px;letter-spacing:-.015em}.faq-col .faq-ic{margin-top:4px}.faq-col .faq-item.open .faq-q{color:var(--teal-deep)}.faq-col .faq-item.open .faq-ic:before{background:var(--teal-deep)}.faq-col .faq-a-in{padding:0 44px 26px 0;line-height:1.7;max-width:none}.faq-col .faq-a-in a{color:var(--teal-deep);font-weight:500;border-bottom:1px solid var(--teal-tint);transition:border-color .15s}.faq-col .faq-a-in a:hover{border-color:var(--teal)}@media (max-width:1000px){.faq-wrap{padding-bottom:84px}}@media (max-width:600px){.faq-col .faq-q{font-size:17px}}.intro{padding:96px 0 0}.intro-in{max-width:820px;margin:0 auto;text-align:center}.intro-in .kicker{justify-content:center}.intro h1{font-size:52px;letter-spacing:-.035em}.intro .body{font-size:20px;line-height:1.6;color:var(--muted);margin:26px auto 0;max-width:660px}.assurances{display:flex;flex-wrap:wrap;justify-content:center;gap:12px 26px;margin-top:34px}.assurance{display:inline-flex;align-items:center;gap:9px;font-size:15px;font-weight:500;color:var(--slate)}.assurance svg{width:18px;height:18px;color:var(--teal);flex:none}.book{padding:56px 0 40px}.book-in{max-width:920px;margin:0 auto}.embed-frame{background:#fff;border:1px solid var(--border);border-radius:20px;box-shadow:var(--shadow-card);overflow:hidden}.embed-bar{height:46px;display:flex;align-items:center;gap:12px;padding:0 20px;border-bottom:1px solid var(--border);background:#fcfdfd}.embed-bar .dot{width:10px;height:10px;border-radius:50%;background:var(--teal);flex:none}.embed-bar .t{font-size:13px;font-weight:600;color:var(--ink)}.embed-bar .rt{margin-left:auto;font-size:12.5px;color:var(--muted)}.calendly-mount{min-width:320px;height:700px}.calendly-host{position:relative;height:700px;min-height:700px;transition:height .45s cubic-bezier(.22,.61,.36,1);will-change:height}@media (prefers-reduced-motion:reduce){.calendly-host{transition:none}}.calendly-portal{position:fixed;top:0;left:0;z-index:40;visibility:hidden;opacity:0;pointer-events:none;transform:translate3d(-9999px,-9999px,0)}.calendly-portal.is-active{visibility:visible;opacity:1;pointer-events:auto}.calendly-portal .calendly-mount{width:100%;height:100%;min-width:0}.cal-skeleton{position:absolute;inset:0;overflow:hidden;background:#fff;border:1px solid var(--border);border-radius:20px;box-shadow:var(--shadow-card);padding:30px 32px;display:flex;flex-direction:column;gap:26px}.cal-skeleton:after{content:"";position:absolute;inset:0;transform:translateX(-100%);background:linear-gradient(90deg,transparent,rgba(255,255,255,.65),transparent);animation:cs-shimmer 1.6s ease-in-out infinite}@keyframes cs-shimmer{to{transform:translateX(100%)}}.cs-head{display:flex;flex-direction:column;gap:12px}.cs-ic{width:48px;height:48px;border-radius:14px;background:var(--teal-tint);color:var(--teal-deep);display:grid;place-items:center;margin-bottom:4px}.cs-ic svg{width:24px;height:24px}.cs-line{display:block;height:13px;border-radius:7px;background:#e9eef1}.cs-w30{width:30%}.cs-w40{width:42%}.cs-w50{width:52%}.cs-w60{width:64%}.cs-grid{flex:1 1;display:grid;grid-template-columns:1.4fr 1fr;grid-gap:34px;gap:34px}.cs-cal{display:flex;flex-direction:column;gap:18px}.cs-month{display:flex;align-items:center;justify-content:space-between}.cs-navs{display:flex;gap:10px}.cs-dot{width:24px;height:24px;border-radius:50%;background:#e9eef1}.cs-days{display:grid;grid-template-columns:repeat(7,1fr);grid-gap:10px;gap:10px}.cs-day{aspect-ratio:1;border-radius:9px;background:#e9eef1}.cs-slots{display:flex;flex-direction:column;gap:12px}.cs-slot{height:46px;border-radius:10px;background:#eef2f4;border:1px solid var(--border)}.cs-sr{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media (prefers-reduced-motion:reduce){.cal-skeleton:after{animation:none}}.embed-slot{min-height:560px;display:grid;place-items:center;padding:56px 40px;background:#fbfdfd;text-align:center}.embed-slot .slot-in{max-width:420px;display:flex;flex-direction:column;align-items:center;gap:16px}.embed-slot .cal-ic{width:56px;height:56px;border-radius:16px;background:var(--teal-tint);color:var(--teal-deep);display:grid;place-items:center}.embed-slot .cal-ic svg{width:28px;height:28px}.embed-slot .tag{font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--teal-deep);background:var(--teal-tint);border-radius:999px;padding:7px 15px}.embed-slot h2{font-size:22px;letter-spacing:-.02em}.embed-slot p{font-size:15px;line-height:1.55;color:var(--muted)}.embed-slot .qs{margin-top:6px;text-align:left;width:100%;max-width:360px;border-top:1px dashed var(--border-2);padding-top:18px}.embed-slot .qs-h{font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin-bottom:12px}.embed-slot .qs ul{list-style:none;display:grid;grid-gap:9px;gap:9px}.embed-slot .qs li{font-size:14px;line-height:1.45;color:var(--slate);padding-left:20px;position:relative}.embed-slot .qs li:before{content:"";position:absolute;left:4px;top:8px;width:6px;height:6px;border-radius:50%;background:var(--teal)}.embed-slot .qs li .opt{color:var(--muted);font-style:italic}.cover{padding:72px 0 96px}.cover-in{max-width:820px;margin:0 auto}.cover h2{font-size:34px;letter-spacing:-.025em;margin-bottom:34px}.cover-list{list-style:none;display:grid;grid-gap:2px;gap:2px;margin-bottom:34px}.cover-list li{display:flex;gap:16px;align-items:flex-start;padding:20px 0;border-bottom:1px solid var(--border);font-size:17.5px;line-height:1.55;color:var(--ink)}.cover-list li:first-child{border-top:1px solid var(--border)}.cover-list li svg{width:22px;height:22px;color:var(--teal);flex:none;margin-top:2px}.reassure{display:flex;gap:14px;align-items:flex-start;background:var(--warm);border:1px solid #efe7db;border-radius:16px;padding:24px 26px}.reassure svg{width:22px;height:22px;color:var(--teal-deep);flex:none;margin-top:1px}.reassure p{font-size:16.5px;line-height:1.6;color:var(--ink)}.fallback{background:var(--light);border-top:1px solid var(--border)}.fallback-in{max-width:820px;margin:0 auto;padding:72px 0;text-align:center}.fallback h2{font-size:26px;letter-spacing:-.02em;margin-bottom:14px}.fallback p{font-size:17px;line-height:1.6;color:var(--muted);max-width:560px;margin:0 auto 26px}.fallback .email-btn{display:inline-flex;align-items:center;gap:10px;font-size:17px;font-weight:600;color:var(--teal-deep);border:1px solid var(--border-2);background:#fff;border-radius:12px;padding:14px 24px;transition:border-color .15s}.fallback .email-btn:hover{border-color:var(--teal)}.fallback .email-btn svg{width:19px;height:19px}@media (max-width:1000px){.intro{padding:60px 0 0}.intro h1{font-size:38px}.book{padding:40px 0 32px}.cover{padding:56px 0 72px}.cover h2{font-size:28px}}@media (max-width:600px){.intro h1{font-size:31px}.embed-slot{padding:44px 22px}.cs-grid{grid-template-columns:1fr;gap:26px}.calendly-host{height:560px;min-height:320px}}.legal-hero{padding:80px 0 60px;background:linear-gradient(180deg,var(--light) 0,#fff 100%);border-bottom:1px solid var(--border)}.legal-hero-inner{max-width:800px;margin:0 auto;padding:0 var(--pad)}.legal-meta{font-size:12px;color:var(--muted);margin-bottom:16px;flex-wrap:wrap;gap:8px 20px}.legal-meta,.legal-meta span{display:flex;align-items:center}.legal-meta span{gap:6px}.legal-meta svg{width:14px;height:14px;flex:none}.legal-hero h1{font-size:44px;line-height:1.1;letter-spacing:-.025em;margin-bottom:16px;font-weight:700}.legal-hero .intro{font-size:17px;line-height:1.6;color:var(--ink-2);margin:0;max-width:720px}.legal-layout{display:grid;grid-template-columns:220px 1fr;grid-gap:60px;gap:60px;max-width:1080px;margin:0 auto;padding:60px var(--pad) 120px;align-items:start}.legal-toc{position:-webkit-sticky;position:sticky;top:100px}.legal-toc-title{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin-bottom:12px}.legal-toc-list{list-style:none;display:flex;flex-direction:column;gap:8px}.legal-toc-list a{font-size:14px;color:var(--ink-2);transition:color .2s,border-color .2s;display:block;padding:6px 0 6px 12px;border-left:2px solid transparent;margin-left:-12px}.legal-toc-list a:hover{color:var(--teal-deep)}.legal-toc-list a.active{color:var(--teal-deep);font-weight:600;border-left-color:var(--teal)}.legal-body h2{font-size:28px;font-weight:600;letter-spacing:-.02em;margin:48px 0 20px;color:var(--ink);padding-top:12px;scroll-margin-top:96px}.legal-body h2:first-child{margin-top:0}.legal-body h3{font-size:20px;margin:32px 0 16px}.legal-body h3,.legal-body h4{font-weight:600;color:var(--ink)}.legal-body h4{font-size:16px;margin:24px 0 12px}.legal-body ol,.legal-body p,.legal-body ul{font-size:15.5px;line-height:1.7;color:var(--ink-2);margin:0 0 16px}.legal-body ol,.legal-body ul{padding-left:24px}.legal-body li{margin-bottom:8px}.legal-body li:last-child{margin-bottom:0}.legal-body strong{font-weight:600;color:var(--ink)}.legal-body a{color:var(--teal-deep);text-decoration:underline;-webkit-text-decoration-color:var(--teal-tint);text-decoration-color:var(--teal-tint);text-underline-offset:2px;transition:-webkit-text-decoration-color .2s;transition:text-decoration-color .2s;transition:text-decoration-color .2s,-webkit-text-decoration-color .2s}.legal-body a:hover{-webkit-text-decoration-color:var(--teal);text-decoration-color:var(--teal)}.legal-body code{font-size:14px;background:var(--light);padding:2px 6px;border-radius:4px;color:var(--teal-deep)}.legal-callout{background:var(--teal-tint);border-left:3px solid var(--teal);padding:20px 24px;border-radius:8px;margin:24px 0}.legal-callout p{margin:0}.legal-callout.warning{background:var(--warn-soft);border-left-color:var(--warn)}.legal-callout.info{background:var(--info-soft);border-left-color:var(--info)}.legal-body dl{margin:24px 0}.legal-body dt{font-weight:600;color:var(--ink);margin-bottom:6px;font-size:15.5px}.legal-body dd{margin:0 0 16px;color:var(--ink-2);font-size:15.5px;line-height:1.7}.legal-table{width:100%;border-collapse:collapse;margin:24px 0;border:1px solid var(--border)}.legal-table th{text-align:left;font-weight:600;font-size:14px;background:var(--light);color:var(--ink)}.legal-table td,.legal-table th{padding:12px;border-bottom:1px solid var(--border)}.legal-table td{font-size:15px;color:var(--ink-2);vertical-align:top}.legal-table tr:last-child td{border-bottom:0}.legal-divider{border:0;border-top:1px solid var(--border);margin:48px 0}.legal-contact{background:var(--light);border:1px solid var(--border);border-radius:12px;padding:32px;margin-top:60px;text-align:center}.legal-contact h3{font-size:20px;font-weight:600;margin-bottom:12px}.legal-contact p{font-size:15.5px;line-height:1.6;color:var(--ink-2);margin-bottom:20px}.legal-contact a{color:var(--teal-deep);font-weight:600}.legal-contact a:hover{text-decoration:underline}@media (max-width:1024px){.legal-layout{grid-template-columns:1fr;gap:40px}.legal-toc{position:static;background:var(--light);border:1px solid var(--border);border-radius:12px;padding:20px 24px}.legal-toc-list{flex-direction:row;flex-wrap:wrap;gap:12px}.legal-toc-list a{border-left:0;border-bottom:2px solid transparent;padding:0;margin:0}.legal-toc-list a.active{border-left:0;border-bottom-color:var(--teal)}}@media (max-width:640px){.legal-hero h1{font-size:32px}.legal-hero .intro{font-size:16px}.legal-body h2{font-size:24px}.legal-body h3{font-size:18px}.legal-toc-list{flex-direction:column}}.read{max-width:720px;margin:0 auto}.progress-bar{position:fixed;top:0;left:0;height:3px;width:0;background:var(--teal);z-index:200;transition:width .08s linear}.post-head{padding:80px 0 0}.breadcrumb{font-size:14px;color:var(--muted);margin-bottom:30px}.breadcrumb a{color:var(--teal-deep);font-weight:500;transition:color .15s}.breadcrumb a:hover{color:var(--teal-hover)}.cat-label{font-size:12px;font-weight:700;letter-spacing:.13em;text-transform:uppercase;color:var(--teal-deep);margin-bottom:20px}.post-head h1{font-size:48px;letter-spacing:-.035em;line-height:1.06}.byline{margin-top:26px;font-size:15px;color:var(--muted);display:flex;flex-wrap:wrap;align-items:center;gap:10px}.byline .sep{color:var(--border-2)}.byline b{font-weight:600;color:var(--ink)}.featured{margin:44px 0 0}.featured img{width:100%;aspect-ratio:16/8;object-fit:cover;border-radius:18px;border:1px solid var(--border)}.article{padding:52px 0 100px}.article-body p{font-size:18px;line-height:1.75;color:var(--ink);margin-bottom:24px}.article-body>p:first-of-type{font-size:20px;line-height:1.7}.article-body h2{font-size:29px;letter-spacing:-.025em;margin:52px 0 18px}.article-body h3{font-size:22px;letter-spacing:-.02em;margin:40px 0 14px}.article-body a:not(.btn){color:var(--teal-deep);font-weight:500;text-decoration:underline;-webkit-text-decoration-color:var(--teal-tint);text-decoration-color:var(--teal-tint);text-underline-offset:3px;transition:-webkit-text-decoration-color .15s;transition:text-decoration-color .15s;transition:text-decoration-color .15s,-webkit-text-decoration-color .15s}.article-body a:not(.btn):hover{-webkit-text-decoration-color:var(--teal);text-decoration-color:var(--teal)}.article-body strong{font-weight:700;color:var(--ink)}.article-body em{font-style:italic}.article-body ol,.article-body ul{margin:0 0 24px;padding:0;display:grid;grid-gap:14px;gap:14px;list-style:none}.article-body li{font-size:18px;line-height:1.65;color:var(--ink);position:relative;padding-left:34px}.article-body ul li:before{content:"";position:absolute;left:8px;top:11px;width:7px;height:7px;border-radius:50%;background:var(--teal)}.article-body ol{counter-reset:steps}.article-body ol li{counter-increment:steps}.article-body ol li:before{content:counter(steps);position:absolute;left:0;top:1px;width:24px;height:24px;border-radius:50%;background:var(--teal-tint);color:var(--teal-deep);font-size:13px;font-weight:700;display:grid;place-items:center;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.article-body img{width:100%;border-radius:14px;border:1px solid var(--border);margin:40px 0}.article-body figure{margin:40px 0}.article-body figcaption{margin-top:12px;font-size:14px;color:var(--muted);text-align:center;font-style:italic}.article-body blockquote{margin:40px 0;padding:26px 32px;border-left:3px solid var(--teal);background:var(--warm);border-radius:0 14px 14px 0}.article-body blockquote p{font-size:19px;line-height:1.6;font-style:italic;color:var(--slate);margin-bottom:0}.soft-cta{margin:56px 0 0;padding:38px 40px;background:var(--warm);border:1px solid #efe7db;border-radius:20px;display:flex;align-items:center;justify-content:space-between;gap:28px;flex-wrap:wrap}.soft-cta p{font-size:19px;line-height:1.4;font-weight:600;letter-spacing:-.015em;color:var(--ink);max-width:440px}.soft-cta .btn{flex:none}.about{background:var(--light);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.about-in{padding:72px 0}.about .row{display:flex;gap:22px;align-items:flex-start}.about .logo-badge{width:56px;height:56px;border-radius:15px;background:#fff;border:1px solid var(--border);display:grid;place-items:center;flex:none;box-shadow:var(--shadow-card);color:var(--teal-deep)}.about .logo-badge svg{width:30px;height:30px}.about h2{font-size:15px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--slate);margin-bottom:12px}.about p{font-size:17.5px;line-height:1.65;color:var(--ink);max-width:640px}.related{padding:96px 0}.related-head{display:flex;justify-content:space-between;align-items:baseline;gap:24px;flex-wrap:wrap;margin-bottom:40px}.related-head h2{font-size:32px;letter-spacing:-.025em}.back-link{font-size:16px;font-weight:600;color:var(--teal-deep);display:inline-flex;align-items:center;gap:8px;transition:gap .2s}.back-link:hover{gap:13px}@media (max-width:1000px){.post-head{padding:52px 0 0}.post-head h1{font-size:36px}.article{padding:40px 0 72px}.article-body li,.article-body p{font-size:17px}.article-body>p:first-of-type{font-size:18.5px}.related{padding:72px 0}}@media (max-width:600px){.post-head h1{font-size:30px}.soft-cta{flex-direction:column;align-items:flex-start;gap:20px;padding:30px 26px}.about .row{flex-direction:column;gap:16px}}.notfound{display:flex;align-items:center;padding:96px 0;background:linear-gradient(180deg,#fff 0,var(--light) 100%)}.notfound-in{max-width:620px;margin:0 auto;text-align:center}.notfound-badge{width:96px;height:96px;margin:0 auto 34px;border-radius:26px;background:#fff;border:1px solid var(--border);box-shadow:var(--shadow-card);display:grid;place-items:center;position:relative}.notfound-badge svg{width:46px;height:46px;color:var(--teal-deep)}.notfound-badge .code{position:absolute;bottom:-12px;right:-12px;background:var(--teal);color:#fff;font-size:13px;font-weight:700;letter-spacing:.04em;border-radius:999px;padding:6px 13px;box-shadow:0 6px 16px -6px rgba(44,126,121,.6)}.notfound h1{font-size:46px;letter-spacing:-.03em}.notfound p{font-size:19px;line-height:1.6;color:var(--muted);margin:22px auto 0;max-width:500px}.notfound-ctas{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;margin-top:38px}.notfound-links{margin-top:52px;padding-top:34px;border-top:1px solid var(--border)}.notfound-links .lbl{font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--slate);margin-bottom:20px}.notfound-grid{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}.notfound-grid a{font-size:15px;font-weight:500;color:var(--ink);background:#fff;border:1px solid var(--border-2);border-radius:999px;padding:10px 20px;transition:border-color .15s,color .15s}.notfound-grid a:hover{border-color:var(--teal);color:var(--teal-deep)}@media (max-width:1000px){.notfound{padding:64px 0}.notfound h1{font-size:36px}}@media (max-width:600px){.notfound h1{font-size:30px}}:root{--cc-font-family:var(--font-sans);--cc-modal-border-radius:12px;--cc-btn-border-radius:10px;--cc-modal-margin:18px;--cc-bg:#fff;--cc-primary-color:var(--ink);--cc-secondary-color:var(--muted);--cc-btn-primary-bg:var(--teal-deep);--cc-btn-primary-color:#fff;--cc-btn-primary-border-color:var(--teal-deep);--cc-btn-primary-hover-bg:#246a66;--cc-btn-primary-hover-color:#fff;--cc-btn-primary-hover-border-color:#246a66;--cc-btn-secondary-bg:#fff;--cc-btn-secondary-color:var(--ink);--cc-btn-secondary-border-color:var(--border-2);--cc-btn-secondary-hover-bg:var(--light);--cc-btn-secondary-hover-color:var(--ink);--cc-btn-secondary-hover-border-color:var(--slate);--cc-separator-border-color:var(--border);--cc-toggle-on-bg:var(--teal-deep);--cc-toggle-off-bg:var(--slate);--cc-toggle-readonly-bg:var(--border-2);--cc-cookie-category-block-bg:var(--light);--cc-cookie-category-block-border:var(--border);--cc-cookie-category-block-hover-bg:var(--teal-tint);--cc-cookie-category-block-hover-border:rgba(69,184,181,0.32);--cc-footer-bg:var(--warm);--cc-footer-color:var(--muted);--cc-footer-border-color:var(--border)}#cc-main .cm,#cc-main .pm{border:1px solid var(--border);box-shadow:var(--shadow-float)}#cc-main .cm__title,#cc-main .pm__title{letter-spacing:0}#cc-main .cm__desc,#cc-main .pm__section-desc{line-height:1.6}#cc-main .cm__btn,#cc-main .pm__btn{font-weight:600;min-height:44px}#cc-main .cm__btn--secondary,#cc-main .pm__btn--secondary{box-shadow:inset 0 0 0 1px var(--border-2)}.cookie-settings-link{display:inline;width:-moz-fit-content;width:fit-content;border:0;padding:0;background:transparent;color:rgba(255,255,255,.92);cursor:pointer;font:inherit;font-size:14.5px;line-height:1.5;text-align:left;transition:color .15s}.cookie-settings-link:hover{color:rgba(255,255,255,.68)}@media (max-width:640px){:root{--cc-modal-margin:10px}#cc-main .cm{max-width:none}}