:root{--ink:#172230;--muted:#687b91;--blue:#025df3;--blue-dark:#0d3d9b;--coral:#ff8e63;--paper:#f5f8fc;--white:#fff;--line:#dce5f0;--shadow:0 24px 70px rgba(15,43,81,.14);--sans:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--paper);font:16px/1.5 var(--sans);-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input{font:inherit}.shell{width:min(1160px,calc(100% - 48px));margin-inline:auto}.site-header{height:88px;display:flex;align-items:center;justify-content:space-between}.brand{display:inline-flex;align-items:center}.brand img{display:block;width:184px;height:auto}.top-nav{display:flex;align-items:center;gap:28px;font-size:14px;color:#53677d}.top-nav>a:not(.button):hover,.text-link:hover,.site-footer a:hover{color:var(--blue)}.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:46px;padding:12px 19px;border:1px solid transparent;border-radius:999px;font-size:14px;font-weight:750;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.button:hover{transform:translateY(-2px)}.button-primary{color:#fff;background:var(--ink);box-shadow:0 10px 22px rgba(23,34,48,.12)}.button-primary:hover{background:#273445;box-shadow:0 14px 30px rgba(23,34,48,.18)}.button-outline{border-color:var(--line);background:#fff}.button-outline:hover{border-color:#b9cce4;background:#fbfdff}.button-large{min-height:54px;padding-inline:24px}.eyebrow{margin:0;color:var(--coral);font-size:12px;font-weight:800;letter-spacing:.19em}.hero{display:grid;grid-template-columns:minmax(0,.92fr) minmax(520px,1.08fr);align-items:center;gap:56px;padding-top:82px;padding-bottom:102px}.hero h1{max-width:610px;margin:24px 0 22px;font-size:clamp(48px,6vw,82px);line-height:.98;letter-spacing:-.075em}.hero-lead{max-width:555px;margin:0;color:var(--muted);font-size:18px;line-height:1.65}.hero-actions{display:flex;align-items:center;gap:24px;margin-top:35px}.text-link{font-size:14px;font-weight:700;border-bottom:1px solid currentColor;padding-bottom:3px}.hero-proof{margin:27px 0 0;color:var(--muted);font-size:13px}.status-dot{display:inline-block;width:8px;height:8px;margin-right:8px;border-radius:50%;background:#4fbd88;box-shadow:0 0 0 5px #4fbd881f}.hero-visual{position:relative;min-height:470px;display:grid;place-items:center}.visual-glow{position:absolute;inset:11% -7% 0 7%;background:radial-gradient(circle,#cfe0ff 0,#dceaff 38%,transparent 70%);filter:blur(10px)}.visual-window{position:relative;width:100%;overflow:hidden;border:1px solid #b9cce5;border-radius:24px;background:#fff;box-shadow:var(--shadow);transform:rotate(1.4deg)}.visual-bar{height:46px;display:flex;align-items:center;gap:14px;padding:0 20px;border-bottom:1px solid var(--line);color:#708198;font-size:11px;letter-spacing:.07em}.window-dots{display:flex;gap:5px}.window-dots i{width:7px;height:7px;border-radius:50%;background:#c4d4e7}.visual-live{margin-left:auto;letter-spacing:0}.visual-live b{display:inline-block;width:7px;height:7px;margin-right:5px;border-radius:50%;background:#4fbd88}.visual-content{padding:25px}.visual-heading{display:flex;align-items:end;justify-content:space-between;margin-bottom:21px}.visual-heading span{font-size:25px;font-weight:800;letter-spacing:-.05em}.visual-heading small{color:var(--muted);font-size:11px}.visual-grid{display:grid;grid-template-columns:1.02fr 1.25fr;gap:14px;min-height:310px}.visual-list,.visual-chat{border:1px solid var(--line);border-radius:14px;background:#fbfdff}.visual-search{margin:12px;padding:11px 12px;border:1px solid var(--line);border-radius:9px;color:#9aaabd;font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.visual-list-row{position:relative;padding:14px 13px;border-top:1px solid var(--line)}.visual-list-row.active{background:#eef5ff}.visual-list-row b,.visual-list-row small{display:block;max-width:70%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.visual-list-row b{font-size:12px}.visual-list-row small{margin-top:4px;color:var(--muted);font-size:10px}.visual-list-row time{position:absolute;top:15px;right:12px;color:#8b9aae;font-size:9px}.visual-chat{display:flex;flex-direction:column;padding:15px;background:#f8fbff}.chat-top{display:flex;justify-content:space-between;padding-bottom:12px;border-bottom:1px solid var(--line);font-size:12px}.chat-top span{color:var(--muted);font-size:10px}.chat-message{max-width:78%;margin-top:24px;padding:13px;border-radius:12px;font-size:12px;line-height:1.45}.chat-message.incoming{background:#dbe9fc;color:#284d7e}.chat-message.outgoing{align-self:flex-end;margin-top:12px;color:#fff;background:var(--blue)}.chat-compose{margin-top:auto;padding:11px;border:1px solid var(--line);border-radius:9px;color:#98aabd;font-size:10px;background:#fff}.chat-compose span{float:right;color:var(--blue);font-size:15px;font-weight:800}.visual-note{position:absolute;display:flex;align-items:center;gap:9px;padding:10px 14px;border:1px solid #d4e1f1;border-radius:13px;background:#fff;box-shadow:0 10px 26px rgba(15,43,81,.1);font-size:11px}.visual-note b{color:var(--coral);font-size:11px}.visual-note span{color:var(--muted)}.note-one{left:-28px;bottom:18px}.note-two{right:-22px;top:62px}.feature-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:50px;padding-top:39px;padding-bottom:108px;border-top:1px solid var(--line)}.feature-number{display:block;margin-bottom:28px;color:var(--coral);font-size:12px;font-weight:800}.feature-strip h2{margin:0 0 10px;font-size:22px;letter-spacing:-.045em}.feature-strip p{max-width:300px;margin:0;color:var(--muted);font-size:14px;line-height:1.65}.how-section{padding:108px 0;color:#fff;background:var(--ink)}.how-grid{display:grid;grid-template-columns:.88fr 1.12fr;gap:110px}.how-section h2{max-width:490px;margin:21px 0 18px;font-size:clamp(39px,5vw,62px);line-height:1;letter-spacing:-.07em}.section-lead{max-width:420px;margin:0;color:#b4c2d2;font-size:16px;line-height:1.65}.steps{border-top:1px solid #ffffff24}.step{display:grid;grid-template-columns:62px 1fr;gap:24px;padding:25px 0;border-bottom:1px solid #ffffff24}.step>b{color:var(--coral);font-size:13px}.step h3{margin:0 0 5px;font-size:20px;letter-spacing:-.04em}.step p{margin:0;color:#b4c2d2;font-size:14px}.max-section{display:grid;grid-template-columns:1fr 440px;gap:90px;align-items:center;padding-top:120px;padding-bottom:120px}.max-copy h2{max-width:560px;margin:20px 0 18px;font-size:clamp(40px,5vw,62px);line-height:1;letter-spacing:-.07em}.max-copy>p:not(.eyebrow){max-width:560px;margin:0;color:var(--muted);font-size:17px;line-height:1.65}.max-points{display:flex;flex-direction:column;gap:9px;margin-top:26px;color:#53677d;font-size:13px}.max-points b{color:#4fbd88;margin-right:8px}.lead-form{padding:29px;border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:0 18px 50px rgba(15,43,81,.08)}.lead-form>label:not(.consent):not(.honeypot){display:block;margin-bottom:8px;color:#53677d;font-size:13px;font-weight:700}.lead-form>input[type=email]{width:100%;height:53px;padding:0 15px;border:1px solid #cfdbea;border-radius:10px;color:var(--ink);outline:none}.lead-form>input[type=email]:focus{border-color:var(--blue);box-shadow:0 0 0 4px #025df31a}.lead-form .button{width:100%;margin-top:19px;border:0}.consent{display:flex;align-items:flex-start;gap:10px;margin-top:17px;color:var(--muted);font-size:11px;line-height:1.5}.consent input{flex:0 0 auto;width:16px;height:16px;margin-top:1px;accent-color:var(--blue)}.consent a{text-decoration:underline;color:var(--ink)}.form-note{margin:14px 0 0;color:#91a0b1;font-size:11px;text-align:center}.form-result{margin:15px 0 0;padding:11px 12px;border-radius:10px;font-size:12px;text-align:center}.form-result.success{color:#236f50;background:#eaf8f1}.form-result.error{color:#9c4431;background:#fff0eb}.honeypot{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;white-space:nowrap!important}.faq-section{display:grid;grid-template-columns:.8fr 1.2fr;gap:100px;padding-top:105px;padding-bottom:115px;border-top:1px solid var(--line)}.faq-section h2{margin:20px 0 0;font-size:clamp(39px,5vw,58px);line-height:1;letter-spacing:-.07em}.faq-list{border-top:1px solid var(--line)}details{border-bottom:1px solid var(--line);padding:18px 0}summary{cursor:pointer;list-style:none;font-size:17px;font-weight:700;letter-spacing:-.03em}summary::-webkit-details-marker{display:none}summary:after{float:right;content:'+';color:var(--coral);font-size:24px;font-weight:400;line-height:1}details[open] summary:after{content:'−'}details p{max-width:600px;margin:12px 30px 0 0;color:var(--muted);font-size:14px;line-height:1.65}.site-footer{display:flex;align-items:center;gap:24px;padding-top:25px;padding-bottom:32px;border-top:1px solid var(--line);color:var(--muted);font-size:12px}.footer-brand{margin-right:auto}.footer-brand img{width:150px}.legal-page{background:var(--paper)}.legal{max-width:780px;padding-top:50px;padding-bottom:80px}.legal-back{display:inline-block;margin-bottom:34px;color:var(--muted);font-size:13px}.legal-logo{display:block;width:184px;height:auto;margin-bottom:70px}.legal h1{max-width:690px;margin:20px 0 12px;font-size:clamp(39px,6vw,66px);line-height:1;letter-spacing:-.07em}.legal-lead{color:var(--muted)}.legal section{margin-top:40px}.legal h2{margin:0 0 8px;font-size:21px;letter-spacing:-.04em}.legal section p{max-width:690px;margin:0;color:var(--muted);line-height:1.7}.legal section a{color:var(--blue);text-decoration:underline}@media(max-width:980px){.hero{grid-template-columns:1fr;gap:45px}.hero-copy{max-width:720px}.hero-visual{max-width:720px}.how-grid,.faq-section{grid-template-columns:1fr;gap:50px}.max-section{grid-template-columns:1fr;gap:45px}.max-copy{max-width:700px}}@media(max-width:720px){.shell{width:min(100% - 32px,1160px)}.site-header{height:74px}.brand img{width:150px}.top-nav{gap:10px}.top-nav>a:not(.button){display:none}.top-nav .button-outline{display:inline-flex;padding-inline:14px}.top-nav .button-primary{display:none}.hero{padding-top:55px;padding-bottom:70px}.hero h1{font-size:clamp(44px,14vw,64px)}.hero-lead{font-size:16px}.hero-actions{align-items:stretch;flex-direction:column;gap:17px}.hero-actions .button{width:100%}.hero-actions .text-link{align-self:flex-start}.hero-visual{min-height:350px;margin-inline:-5px}.visual-content{padding:15px}.visual-grid{grid-template-columns:1fr;min-height:0}.visual-list{display:none}.visual-window{border-radius:18px}.visual-chat{min-height:260px}.visual-heading{margin-bottom:12px}.visual-heading span{font-size:21px}.visual-heading small{font-size:9px}.note-one{left:3px;bottom:-17px}.note-two{right:2px;top:-17px}.feature-strip{grid-template-columns:1fr;gap:39px;padding-top:28px;padding-bottom:76px}.feature-number{margin-bottom:14px}.how-section{padding:73px 0}.how-section h2,.max-copy h2,.faq-section h2{font-size:43px}.step{grid-template-columns:45px 1fr;gap:13px;padding:21px 0}.step h3{font-size:18px}.max-section{padding-top:75px;padding-bottom:75px}.lead-form{padding:22px}.faq-section{padding-top:75px;padding-bottom:75px}.site-footer{align-items:flex-start;flex-wrap:wrap;gap:13px}.footer-brand{width:100%;margin-bottom:7px}.legal-logo{margin-bottom:50px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button{transition:none}}
.brand img,.legal-logo{max-width:100%;height:auto;object-fit:contain;overflow:visible}
