:root{--black:#080808;--navy:#000;--navy-ink:var(--navy);--teal-bright:#71d1db;--teal-dark:#09505d;--white:#fff;--gray-light:#eaf2ff;--navy-soft:#000647;--border-soft:#080d5c1a;--border-on-dark:#4ed4e238;--shadow-card:0 20px 45px -22px #080d5c47;--shadow-card-lg:0 30px 60px -25px #080d5c59;--font-display:"Newsreader", "Iowan Old Style", Georgia, serif;--font-body:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--max-width:1180px;--radius-lg:28px;--radius-md:18px;--radius-sm:12px}*{box-sizing:border-box}html{scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}body{font-family:var(--font-body);color:#000;background:var(--white);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;margin:0}h1,h2,h3,h4{font-family:var(--font-display);color:#000;letter-spacing:-.01em;margin:0;font-weight:500;line-height:1.12}p{margin:0;line-height:1.65}a{color:#000}button{font-family:inherit}img,svg{max-width:100%;display:block}a:focus-visible,button:focus-visible,[tabindex]:focus-visible{outline:2.5px solid var(--teal-dark);outline-offset:3px;border-radius:6px}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 24px}.reveal{opacity:0;transition:opacity .7s,transform .7s;transform:translateY(18px)}.reveal.is-visible{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.reveal{opacity:1;transition:none;transform:none}}.btn{cursor:pointer;white-space:nowrap;border:1.5px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:15px 28px;font-size:.98rem;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s,background .2s,border-color .2s,color .2s;display:inline-flex}.btn:active{transform:translateY(1px)}.btn-primary{color:#000;background:#bfeaf0;box-shadow:0 16px 30px -14px #168fa38c}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 20px 36px -14px #168fa3a6}.btn-ghost-light{color:#000;background:0 0;border-color:#000}.btn-ghost-light:hover{border-color:var(--teal-bright);color:#000}.btn-ghost-dark{border-color:var(--border-soft);color:#000;background:0 0}.btn-ghost-dark:hover{border-color:var(--teal-dark);color:#000}.eyebrow{letter-spacing:.09em;color:#000;align-items:center;gap:9px;font-size:.78rem;font-weight:600;display:inline-flex}.eyebrow:before{content:"";background:var(--teal-bright);border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #4ed4e233}section{position:relative}.demo-page{color:#000;background:#f4f8ff;min-height:100vh;padding-bottom:64px}.demo-header{justify-content:space-between;align-items:center;gap:20px;min-height:88px;display:flex}.demo-header a{color:#000}.demo-main{width:min(100% - 40px,650px);margin:35px auto 0}.demo-main h1{color:#000;margin-bottom:18px;font-size:clamp(2.1rem,5vw,3rem)}.demo-main>p{margin-bottom:28px}.demo-form{background:#fff;border:1px solid #dbe4f0;border-radius:24px;flex-direction:column;padding:32px;display:flex;box-shadow:0 18px 45px #080d5c0f}.demo-form label,.demo-email-help label{margin-bottom:8px;font-weight:600}.demo-form input,.demo-form textarea,.demo-email-help textarea{width:100%;font:inherit;color:#000;background:#f8faff;border:1px solid #8493a8;border-radius:10px;padding:12px 14px;font-size:1rem}.demo-form input{margin-bottom:22px}.demo-form textarea,.demo-email-help textarea{resize:vertical}.demo-form input:focus-visible,.demo-form textarea:focus-visible,.demo-email-help textarea:focus-visible{outline-offset:3px;outline:2px solid #080d5c}.demo-form small{margin-top:8px}.demo-form .btn{color:#000;background:#bfeaf0;margin-top:26px}.demo-form .demo-note{margin-top:14px;font-size:.85rem}.demo-email-help{background:#fff;border:1px solid #dbe4f0;border-radius:16px;margin-top:24px;padding:24px}.demo-email-help h2{color:#000;margin-bottom:12px;font-size:1.5rem}.demo-email-help label{margin-top:18px;display:block}@media (width<=480px){.demo-form{padding:22px 18px}.demo-header{padding:0 20px}}.site-header{z-index:100;-webkit-backdrop-filter:blur();backdrop-filter:blur();background:#fff;transition:background .35s,-webkit-backdrop-filter .35s,backdrop-filter .35s,box-shadow .35s;position:sticky;top:0}.site-header.is-scrolled{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fff;box-shadow:0 12px 30px -18px #080d5c99}.site-header__row{justify-content:space-between;align-items:center;gap:24px;height:78px;display:flex}.wordmark{font-family:var(--font-display);color:#000;letter-spacing:-.01em;font-size:1.5rem;font-weight:500;text-decoration:none}.wordmark span{color:#000}.site-nav{align-items:center;gap:34px;margin-left:auto;margin-right:34px;display:flex}.site-nav a{color:#000;padding:6px 0;font-size:.95rem;font-weight:500;text-decoration:none;transition:color .2s;position:relative}.site-nav a:hover,.site-nav a:focus-visible{color:#000}.site-header__actions{align-items:center;display:flex}.menu-toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;padding:0;display:none}.menu-toggle span{background:#000;border-radius:2px;width:100%;height:2px;transition:transform .25s,opacity .25s;display:block}.menu-toggle.is-open span:first-child{transform:translateY(7px)rotate(45deg)}.menu-toggle.is-open span:nth-child(2){opacity:0}.menu-toggle.is-open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.mobile-menu{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fff;max-height:0;transition:max-height .3s;display:none;overflow:hidden}.mobile-menu.is-open{max-height:320px}.mobile-menu nav{flex-direction:column;gap:4px;padding:8px 24px 28px;display:flex}.mobile-menu a{color:#000;border-bottom:1px solid #ffffff1a;padding:12px 0;font-size:1rem;font-weight:500;text-decoration:none}.mobile-menu .btn{border:none;align-self:flex-start;margin-top:16px}@media (width<=760px){.site-nav,.site-header__actions{display:none}.menu-toggle{display:flex}.mobile-menu{display:block}}.hero-bubbles{pointer-events:none;z-index:0;position:absolute;inset:0;overflow:hidden}.hero-bubbles--static{background:radial-gradient(circle at 20% 30%,#080d5c24,#0000 60%),radial-gradient(circle at 80% 70%,#080d5c29,#0000 60%)}.hero-bubble{bottom:-120px;left:var(--left);width:var(--size);height:var(--size);opacity:var(--opacity);filter:blur(.5px);animation:bubble-rise var(--duration) ease-in-out infinite;animation-delay:var(--delay);border-radius:50%;position:absolute}@keyframes bubble-rise{0%{transform:translate(0)}25%{transform:translate(calc(var(--drift) * .5), -30vh)}50%{transform:translate(var(--drift), -60vh)}75%{transform:translate(calc(var(--drift) * .4), -90vh)}to{transform:translateY(-125vh)}}.call-card{z-index:1;border-radius:var(--radius-lg);width:100%;max-width:380px;box-shadow:var(--shadow-card-lg);background:#fffffffa;border:1px solid #dbe4f0;padding:28px;position:relative}.call-card__top{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.call-card__status{color:#000;align-items:center;gap:8px;font-size:.82rem;font-weight:600;display:inline-flex}.call-card__dot{background:var(--teal-dark);border-radius:50%;width:8px;height:8px;animation:1.6s ease-in-out infinite pulse-dot}.call-card__badge{color:#000;background:var(--gray-light);border-radius:999px;padding:5px 11px;font-size:.76rem;font-weight:600}.call-card__waveform{align-items:flex-end;gap:3px;height:44px;margin-bottom:6px;display:flex}.call-card__waveform span{background:linear-gradient(180deg, var(--teal-bright), var(--teal-dark));height:30%;animation:1.4s ease-in-out infinite waveform-bounce;animation-delay:calc(var(--i) * 60ms);border-radius:3px;flex:1}.call-card__waveform-label{color:#000;margin-bottom:18px;font-size:.72rem}.call-card__bubble{background:var(--gray-light);border-radius:var(--radius-md);border-top-left-radius:6px;margin-bottom:18px;padding:14px 16px}.call-card__bubble p{color:#000;font-size:.88rem}.call-card__facts{border-top:1px solid var(--border-soft);gap:12px;margin:0 0 18px;padding-top:16px;display:grid}.call-card__facts dt{letter-spacing:.04em;color:#000;margin-bottom:3px;font-size:.7rem;font-weight:600}.call-card__facts dd{color:#000;margin:0;font-size:.86rem;font-weight:500}.call-card__summary{color:#000;border-radius:var(--radius-sm);background:#4ed4e21f;align-items:center;gap:10px;padding:12px 14px;font-size:.85rem;font-weight:600;display:flex}.call-card__check{color:#000;background:#bfeaf0;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:.7rem;display:inline-flex}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.85)}}@keyframes waveform-bounce{0%,to{height:20%}50%{height:85%}}@media (prefers-reduced-motion:reduce){.call-card__dot,.call-card__waveform span{animation:none}.call-card__waveform span{height:55%}}.hero{background:#fff;margin-top:-78px;padding:154px 0 110px;overflow:hidden}.hero__grid{z-index:1;grid-template-columns:1.05fr .95fr;align-items:center;gap:56px;display:grid;position:relative}.hero__copy{color:#000}.hero__copy .eyebrow{margin-bottom:22px}.hero__headline{color:#000;margin-bottom:24px;font-size:clamp(2.5rem,4.6vw,3.75rem)}.hero__subtext{color:#000;max-width:480px;margin-bottom:34px;font-size:1.08rem}.hero__actions{flex-wrap:wrap;gap:16px;margin-bottom:40px;display:flex}.hero__trust{flex-wrap:wrap;gap:12px 28px;margin:0;padding:0;list-style:none;display:flex}.hero__trust li{color:#000;padding-left:20px;font-size:.92rem;font-weight:500;position:relative}.hero__trust li:before{content:"";background:var(--teal-bright);border-radius:50%;width:9px;height:9px;position:absolute;top:7px;left:0}.hero__card-wrap{z-index:1;justify-content:center;display:flex;position:relative}@media (width<=980px){.hero__grid{text-align:left;grid-template-columns:1fr}.hero__card-wrap{max-width:420px}}@media (width<=640px){.hero{padding-bottom:70px}.hero__actions{flex-direction:column;align-items:stretch}.hero__actions .btn{width:100%}}.proof-strip{background:#fff;padding:46px 0}.proof-strip__row{flex-wrap:wrap;justify-content:center;align-items:flex-start;gap:12px 0;display:flex}.proof-strip__item{text-align:center;flex-direction:column;flex:220px;gap:6px;padding:0 44px;display:flex;position:relative}.proof-strip__divider{background:#080d5c1f;width:1px;height:40px;position:absolute;top:6px;left:0}.proof-strip__value{font-family:var(--font-display);color:#000;font-size:2.1rem;font-weight:500}.proof-strip__label{color:#000;font-size:.9rem}@media (width<=760px){.proof-strip__item{flex:100%;padding:14px 0}.proof-strip__divider{display:none}}.solutions{background:var(--white);padding:108px 0}.solutions__intro{max-width:620px;margin-bottom:56px}.solutions__heading{margin-bottom:16px;font-size:clamp(1.9rem,3.2vw,2.6rem)}.solutions__subtext{color:#000;max-width:500px;font-size:1.05rem}.solutions__grid{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.solution-card{background:var(--gray-light);border-left:3px solid var(--accent);border-radius:var(--radius-md);padding:32px;transition:transform .25s,background .25s}.solution-card:hover{background:#eef2f8;transform:translateY(-3px)}.solution-card h3{margin-bottom:12px;font-size:1.24rem}.solution-card p{color:#000;font-size:.98rem}@media (width<=760px){.solutions{padding:76px 0}.solutions__grid{grid-template-columns:1fr}}.how-it-works{background:var(--gray-light);padding:108px 0}.how-it-works__intro{max-width:560px;margin-bottom:56px}.how-it-works__intro h2{margin-bottom:14px;font-size:clamp(1.9rem,3.2vw,2.6rem)}.how-it-works__intro p{color:#000;font-size:1.05rem}.how-it-works__timeline{max-width:720px;margin:0;padding:0;list-style:none}.timeline-step{grid-template-columns:52px 1fr;gap:24px;padding-bottom:40px;display:grid;position:relative}.timeline-step:not(:last-child):before{content:"";background:linear-gradient(to bottom, var(--teal-bright), #168fa326);width:2px;position:absolute;top:52px;bottom:0;left:25px}.timeline-step__marker{background:var(--white);border:1.5px solid var(--border-soft);width:52px;height:52px;font-family:var(--font-display);color:#000;box-shadow:var(--shadow-card);z-index:1;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.2rem;display:flex}.timeline-step__body h3{margin-bottom:10px;padding-top:8px;font-size:1.28rem}.timeline-step__body p{color:#000;max-width:540px;font-size:.98rem}@media (width<=600px){.how-it-works{padding:76px 0}.timeline-step{grid-template-columns:42px 1fr;gap:16px}.timeline-step__marker{width:42px;height:42px;font-size:1rem}.timeline-step:not(:last-child):before{left:20px}}.faq{background:var(--white);padding:108px 0}.faq__heading{margin-bottom:40px;font-size:clamp(1.9rem,3.2vw,2.6rem)}.faq__list{border-top:1px solid var(--border-soft);max-width:760px}.faq-item{border-bottom:1px solid var(--border-soft)}.faq-item h3{margin:0}.faq-item__trigger{text-align:left;cursor:pointer;width:100%;font-family:var(--font-display);color:#000;background:0 0;border:none;justify-content:space-between;align-items:center;gap:20px;padding:24px 4px;font-size:1.15rem;font-weight:500;display:flex}.faq-item__icon{border:1.5px solid var(--border-soft);color:#000;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:1.1rem;transition:transform .25s,border-color .25s;display:flex}.faq-item__icon.is-open{border-color:var(--teal-dark);transform:rotate(45deg)}.faq-item__panel{grid-template-rows:0fr;min-height:0;transition:grid-template-rows .3s;display:grid}.faq-item__panel.is-open{grid-template-rows:1fr}.faq-item__panel p{color:#000;max-width:640px;padding-right:40px;font-size:.98rem;overflow:hidden}.faq-item__panel.is-open p{padding-bottom:24px}@media (width<=600px){.faq{padding:76px 0}}.cta{background:#fff;padding:96px 0}.cta__inner{text-align:center;flex-direction:column;align-items:center;gap:34px;display:flex}.cta__inner h2{color:#000;max-width:640px;font-size:clamp(1.9rem,4vw,2.7rem)}@media (width<=600px){.cta{padding:72px 0}}.site-footer{background:#fff;padding-top:56px}.site-footer__inner{border-bottom:1px solid #080d5c1f;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:32px;padding-bottom:40px;display:flex}.site-footer .wordmark{font-family:var(--font-display);color:#000;font-size:1.4rem}.site-footer .wordmark span{color:#000}.site-footer__brand p{color:#000;max-width:320px;margin-top:10px;font-size:.92rem}.site-footer__contact{text-align:right;flex-direction:column;gap:8px;display:flex}.site-footer__contact a{color:#000;font-size:.95rem;font-weight:500;text-decoration:none;transition:color .2s}.site-footer__contact a:hover{color:#000}.site-footer__legal{padding:22px 24px}.site-footer__legal p{color:#000;margin:0;font-size:.85rem}@media (width<=600px){.site-footer__inner{flex-direction:column}.site-footer__contact{text-align:left}}
