:root{color-scheme:dark;--bg: #14191d;--bg-soft: #1b2228;--surface: rgba(31, 38, 44, .78);--surface-strong: rgba(41, 49, 56, .94);--text: #f3f7f7;--muted: #aebbc0;--line: rgba(230, 238, 240, .14);--accent: #2cc2b2;--accent-strong: #8bf0dd;--sky: #8ed4ff;--sun: #ffd96b;--roof: #59636b;--roof-dark: #323b42;--shadow: 0 24px 80px rgba(0, 0, 0, .32);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-feature-settings:"cv02","cv03","cv04","cv11"}:root[data-theme=light]{color-scheme:light;--bg: #e9f7ff;--bg-soft: #c9ecff;--surface: rgba(255, 255, 255, .74);--surface-strong: rgba(255, 255, 255, .92);--text: #172329;--muted: #53656d;--line: rgba(35, 74, 92, .14);--accent: #087c73;--accent-strong: #0d9c91;--roof: #aab4bb;--roof-dark: #748089;--shadow: 0 24px 80px rgba(31, 95, 130, .18)}*{box-sizing:border-box}html{min-height:100%;scroll-behavior:smooth}body{min-width:320px;min-height:100svh;margin:0;color:var(--text);background:radial-gradient(circle at 76% 12%,rgba(255,217,107,.28),transparent 15rem),linear-gradient(155deg,var(--bg),var(--bg-soft) 58%,var(--bg));background-attachment:fixed;background-repeat:no-repeat;background-size:100vw 100svh,100vw 100svh;transition:background .6s ease,color .24s ease}a{color:inherit;text-decoration:none}img{display:block;max-width:100%;height:auto}.site-shell{display:flex;min-height:100svh;flex-direction:column;width:min(1180px,calc(100% - 32px));margin:0 auto}main{display:flex;flex-direction:column;flex:1}.site-header{position:sticky;top:12px;z-index:20;display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:18px;margin:12px 0 30px;padding:10px 12px;border:1px solid var(--line);border-radius:8px;background:color-mix(in srgb,var(--surface-strong) 86%,transparent);box-shadow:0 10px 40px #0000001f;backdrop-filter:blur(18px)}.brand{display:inline-flex;align-items:center;width:fit-content;gap:10px;font-weight:800}.brand-mark{position:relative;display:inline-grid;place-items:center;width:36px;height:36px;overflow:hidden;border-radius:8px;background:linear-gradient(135deg,#14a69a,#6581d6)}.brand-sun{position:absolute;top:6px;right:7px;width:8px;height:8px;border-radius:50%;background:var(--sun)}.brand-arch{position:absolute;bottom:11px;width:24px;height:16px;border:4px solid #eef8fb;border-bottom:0;border-radius:24px 24px 0 0}.brand-base{position:absolute;bottom:8px;display:flex;gap:3px;width:20px;height:8px;justify-content:center;border-radius:4px;background:#eef8fb}.brand-base span{width:3px;margin-top:2px;height:5px;border-radius:999px;background:#aab9bf}.nav-links,.site-footer div{display:flex;align-items:center;gap:18px;color:var(--muted);font-size:.92rem;font-weight:650}.nav-links a,.site-footer a{transition:color .16s ease}.nav-links a:hover,.site-footer a:hover{color:var(--text)}.theme-toggle{width:74px;height:38px;padding:0;border:1px solid var(--line);border-radius:999px;background:transparent;cursor:pointer}.toggle-track{position:relative;display:block;width:100%;height:100%;overflow:hidden;border-radius:inherit;background:linear-gradient(180deg,#27313a,#59636b);transition:background .52s ease}.toggle-sky{position:absolute;inset:0;opacity:0;background:linear-gradient(180deg,#79cfff,#c5edff);transition:opacity .52s ease}.toggle-sun{position:absolute;top:7px;right:13px;width:14px;height:14px;border-radius:50%;background:var(--sun);box-shadow:0 0 20px #ffd96bb8}.toggle-cloud{position:absolute;background:#ffffffd1;border-radius:999px}.cloud-one{left:13px;top:12px;width:22px;height:7px}.cloud-two{left:22px;top:18px;width:30px;height:8px;opacity:.72}.toggle-roof{position:absolute;top:0;width:54%;height:100%;background:linear-gradient(180deg,var(--roof),var(--roof-dark));transition:transform .62s cubic-bezier(.22,1,.36,1)}.roof-left{left:0;clip-path:polygon(0 0,100% 0,72% 100%,0 100%)}.roof-right{right:0;clip-path:polygon(28% 100%,0 0,100% 0,100% 100%)}.toggle-knob{position:absolute;left:7px;top:7px;width:22px;height:22px;border-radius:50%;background:#d6dde1;box-shadow:0 3px 10px #00000047;transition:transform .62s cubic-bezier(.22,1,.36,1),background .24s ease}:root[data-theme=light] .toggle-sky{opacity:1}:root[data-theme=light] .roof-left{transform:translate(-82%) rotate(-3deg)}:root[data-theme=light] .roof-right{transform:translate(82%) rotate(3deg)}:root[data-theme=light] .toggle-knob{transform:translate(38px);background:#fff}.hero{flex:1;display:grid;grid-template-columns:minmax(0,.9fr) minmax(360px,1.1fr);align-items:start;gap:clamp(28px,5vw,76px);min-height:0;padding:18px 0 46px}.hero-copy{max-width:630px;padding-top:clamp(54px,9vh,104px)}.eyebrow{margin:0 0 14px;color:var(--accent-strong);font-size:.78rem;font-weight:850;letter-spacing:0;text-transform:uppercase}h1,h2,p{margin-top:0}h1{margin-bottom:16px;font-size:clamp(4.5rem,16vw,9.5rem);line-height:.82;letter-spacing:0}.hero .lede{max-width:560px;margin-bottom:28px;color:var(--muted);font-size:clamp(1.22rem,2.8vw,1.7rem);line-height:1.45}.hero-actions{display:flex;flex-wrap:wrap;gap:12px}.button{display:inline-flex;min-height:46px;align-items:center;justify-content:center;padding:0 18px;border:1px solid var(--line);border-radius:8px;font-weight:800;transition:transform .16s ease,background .16s ease,border-color .16s ease}.button:hover{transform:translateY(-1px)}.button.primary{border-color:transparent;color:#062420;background:linear-gradient(135deg,var(--accent-strong),#8ed4ff)}.button.secondary{background:var(--surface)}.hero-visual{position:relative;min-height:610px}.phone-shot,.widget-shot{border-radius:8px;filter:drop-shadow(var(--shadow))}.phone-shot{width:min(390px,66vw);margin-left:auto}.widget-shot{position:absolute;right:min(220px,24vw);bottom:22px;width:min(420px,64vw)}.splash-panel h2,.legal-page h1{margin-bottom:14px;font-size:clamp(2rem,5vw,4.25rem);line-height:.98;letter-spacing:0}.splash-panel p,.legal-page p{color:var(--muted);line-height:1.65}.splash-panel{display:grid;grid-template-columns:minmax(0,.95fr) minmax(320px,1.05fr);gap:clamp(24px,5vw,64px);align-items:start;margin:0 0 74px;padding:clamp(28px,6vw,62px);border:1px solid var(--line);border-radius:8px;background:linear-gradient(135deg,rgba(44,194,178,.16),transparent),var(--surface-strong)}.splash-copy p{max-width:650px;margin-bottom:24px}.highlight-list{display:grid;gap:12px}.highlight-list article{padding:18px;border:1px solid var(--line);border-radius:8px;background:color-mix(in srgb,var(--surface) 76%,transparent)}.highlight-list h3{margin:0 0 6px;font-size:1.05rem;letter-spacing:0}.highlight-list p{margin:0}.legal-page{width:min(760px,100%);margin:0 auto 90px;padding-top:42px}.legal-page h1{font-size:clamp(3rem,9vw,6.5rem)}.legal-page h2{margin:34px 0 8px;font-size:1.35rem}.legal-page a{color:var(--accent-strong);font-weight:750}.site-footer{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:28px 0 38px;border-top:1px solid var(--line);color:var(--muted)}.site-footer p{margin:0}@media(min-width:861px)and (min-height:960px){.hero-copy{padding-top:clamp(96px,13vh,160px)}}@media(max-width:860px){.site-header{grid-template-columns:1fr auto}.nav-links{display:none}.hero,.splash-panel{grid-template-columns:1fr}.hero{min-height:auto;padding-bottom:50px}.hero-copy{padding-top:20px}.hero-visual{min-height:520px}.phone-shot{width:min(340px,78vw);margin:0 auto}.widget-shot{right:50%;bottom:0;width:min(360px,84vw);transform:translate(50%)}.site-footer{align-items:flex-start;flex-direction:column}}@media(max-width:480px){.site-shell{width:min(100% - 22px,1180px)}.site-header{top:8px;margin-top:8px}.brand{gap:8px}.hero-actions,.button{width:100%}.hero-visual{min-height:475px}.splash-panel{margin-bottom:68px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}
