:root{--navy:#011036;--navy-2:#01257d;--blue:#0066fe;--blue-2:#0086fe;--cyan:#27f8fd;--ink:#0b1e3d;--muted:#5d6a7d;--pale:#f3f7fc;--line:#dce5ee;--white:#fff;--radius:18px;--container:1200px;--shadow:0 24px 80px rgba(3,24,64,.12)}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:90px}body{margin:0;color:var(--ink);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased}button,input,select,textarea{font:inherit}a{color:inherit;text-decoration:none}button{cursor:pointer}img{max-width:100%}::selection{background:#b6f7f7;color:var(--navy)}:focus-visible{outline:3px solid var(--blue);outline-offset:3px}.container{width:min(calc(100% - 64px),var(--container));margin:auto}.section-pad{padding:116px 0}.skip-link{position:absolute;top:-100px;left:20px;z-index:100;background:#fff;padding:12px 18px}.skip-link:focus{top:12px}.eyebrow{font-size:11px;font-weight:800;letter-spacing:.18em;color:#245c9d;margin:0 0 24px;text-transform:uppercase}.eyebrow.cyan{color:var(--cyan)}h1,h2,h3,p{margin-top:0}h1,h2,h3{letter-spacing:-.055em}h2{font-size:clamp(42px,4.6vw,68px);line-height:1.06;margin-bottom:24px}h2,h3{font-weight:650}h3{font-size:25px;line-height:1.15}.button{display:inline-flex;align-items:center;justify-content:center;gap:25px;min-height:54px;padding:0 22px;border-radius:8px;font-size:14px;font-weight:700;transition:transform .2s,background .2s,box-shadow .2s;white-space:nowrap}.button:hover{transform:translateY(-2px)}.button span{font-size:19px;font-weight:400;line-height:1}.button-blue{background:var(--blue);color:#fff;box-shadow:0 9px 24px rgba(5,95,240,.18)}.button-blue:hover{background:#004fd4;box-shadow:0 15px 30px rgba(5,95,240,.24)}.button-outline{border:1px solid #b8cbe1;background:#fff;color:var(--ink)}.button-outline:hover{background:var(--pale)}.button-cyan{background:var(--cyan);color:#06214b}.button-cyan:hover{background:#9af3f3}.button-small{min-height:42px;padding:0 15px;gap:14px;font-size:12px}.button-ghost{border:1px solid rgba(255,255,255,.4);color:#fff}.button-ghost:hover{background:rgba(255,255,255,.1)}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);border-bottom:1px solid #e6ecf3;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.header-inner{height:74px;display:flex;align-items:center;gap:30px}.brand{display:inline-flex;align-items:center;gap:9px;flex:none}.brand-mark{width:36px;height:36px;border-radius:8px;overflow:hidden;background:var(--navy);display:grid;place-items:center}.brand-mark img{width:48px;height:48px;max-width:none}.brand-name{font-size:21px;letter-spacing:-.055em;font-weight:780;color:var(--navy)}.brand-name span{color:var(--blue)}.desktop-nav{display:flex;align-items:center;gap:25px;margin-left:auto}.desktop-nav a,.header-book{font-size:12px;font-weight:650;color:#465771;white-space:nowrap}.desktop-nav a:hover,.header-book:hover{color:var(--blue)}.header-actions{display:flex;align-items:center;gap:22px}.menu-toggle,.mobile-nav{display:none}.site-header .header-inner{display:grid;grid-template-columns:auto minmax(0,1fr) auto;grid-gap:24px;gap:24px}.site-header .brand{grid-column:1;grid-row:1;justify-self:start;gap:10px}.site-header .brand-mark{width:46px;height:46px;aspect-ratio:1;border-radius:5px}.site-header .brand-mark img{width:100%;height:100%;object-fit:contain}.site-header .brand-copy{display:flex;flex-direction:column;justify-content:center;gap:4px}.site-header .brand-wordmark{display:block;width:150px;height:auto}.site-header .brand-tagline{color:#506480;font-size:8px;font-weight:750;letter-spacing:.08em;line-height:1;white-space:nowrap}.site-header .desktop-nav{grid-column:2;grid-row:1;margin:0;justify-content:center}.site-header .header-actions{grid-column:3;grid-row:1;justify-content:flex-end}.hero{background:linear-gradient(180deg,#fbfdff,#f6f9fd);overflow:hidden}.hero-grid{min-height:645px;display:grid;grid-template-columns:47% 53%;align-items:center;grid-gap:10px;gap:10px;padding-top:66px;padding-bottom:76px}.hero-copy{position:relative;z-index:2}.hero .eyebrow{display:flex;align-items:center;gap:12px;margin-bottom:28px}.eyebrow-line{height:1px;width:24px;background:var(--blue)}h1{font-size:clamp(61px,6vw,91px);line-height:.99;font-weight:670;margin-bottom:30px;color:var(--navy)}h1 em{font-style:normal;color:var(--blue)}.hero-lead{font-size:18px;line-height:1.62;color:#485b75;max-width:510px;margin-bottom:30px}.hero-actions{display:flex;gap:10px;flex-wrap:wrap}.hero-proof{display:flex;gap:27px;margin-top:32px;color:#627288;font-size:12px;font-weight:600}.hero-proof span{display:flex;align-items:center;gap:8px}.hero-proof i{width:7px;height:7px;background:var(--blue);border-radius:50%}.hero-art{min-width:0;position:relative;padding:12px 0 0 18px}.visual-halo{position:absolute;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle,#d7eaff 0,rgba(215,234,255,0) 68%);top:2%;left:10%;pointer-events:none}.workflow-visual{position:relative;background:#fff;border:1px solid #cddaea;border-radius:16px;box-shadow:var(--shadow);overflow:hidden;transform:rotate(-1deg)}.visual-top{background:var(--navy);color:#aebed6;display:flex;justify-content:space-between;padding:15px 20px;font-size:9px;font-weight:750;letter-spacing:.13em}.visual-top>span:first-child{color:#fff}.live-dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:#2fe3c9;margin-right:8px;box-shadow:0 0 0 4px rgba(47,227,201,.12)}.visual-body{padding:22px}.caller-pane{display:flex;align-items:center;gap:13px;padding-bottom:20px;border-bottom:1px solid var(--line)}.caller-avatar{width:45px;height:45px;border-radius:12px;background:#e7f0fd;color:var(--blue);display:grid;place-items:center;font-weight:800;font-size:13px}.caller-pane>div:nth-child(2){display:flex;flex-direction:column;gap:3px}.caller-pane small,.confirmation small,.details-grid small{font-size:9px;letter-spacing:.1em;font-weight:800;color:#7989a1}.caller-pane strong{font-size:16px}.caller-pane span{font-size:11px;color:#748198}.signal-bars{margin-left:auto;display:flex;gap:3px;height:21px;align-items:center}.signal-bars i{width:3px;background:var(--blue);border-radius:3px;height:8px}.signal-bars i:nth-child(2),.signal-bars i:nth-child(4){height:15px}.signal-bars i:nth-child(3){height:21px}.details-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:17px;gap:17px;padding:21px 0}.details-grid>div{display:grid;grid-gap:6px;gap:6px}.details-grid b{font-size:12px;font-weight:700}.urgent-dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:#ef8553}.availability-card{background:#f7faff;border:1px solid #dce6f2;border-radius:10px;padding:13px}.card-heading{display:flex;justify-content:space-between;align-items:center;font-size:12px;font-weight:750;padding:3px 2px 11px}.tiny-badge{font-size:9px;color:#236bb7;background:#e8f2fe;border-radius:4px;padding:5px 7px}.slot-row{display:flex;justify-content:space-between;align-items:center;padding:8px 10px;border-top:1px solid #e6edf5;font-size:11px;font-weight:700;color:#65758b}.slot-row span+span{font-size:10px;font-weight:600}.slot-row.unavailable{text-decoration:none;color:#8492a4}.slot-row.unavailable span:last-child{color:#a7b1bf}.slot-row.selected{background:#e8f7f4;border:1px solid #aee2d7;border-radius:6px;color:#086a56;margin-top:5px}.confirmation{display:flex;gap:11px;align-items:center;padding-top:18px}.confirmation-icon{background:#dff8ee;color:#0b9a62;width:29px;height:29px;border-radius:50%;display:grid;place-items:center;font-weight:900}.confirmation>div{display:grid;grid-gap:2px;gap:2px}.confirmation strong{font-size:12px}.confirmation>div span{font-size:10px;color:#65758b}.visual-bottom{display:flex;align-items:center;justify-content:space-between;padding:13px 22px;background:#f8fafd;border-top:1px solid #e8edf3;color:#74859b;font-size:8px;letter-spacing:.08em;font-weight:800}.flow-line{height:1px;background:#d1ddea;flex:1 1;margin:0 10px}.art-caption{font-size:10px;font-weight:650;color:#6a7c93;margin-top:18px;letter-spacing:.04em}.art-caption,.hero-bottom-rule{display:flex;justify-content:space-between}.hero-bottom-rule{padding:17px 0;border-top:1px solid #dbe4ef;color:#91a0b4;font-size:9px;font-weight:800;letter-spacing:.14em}.outcomes{background:#fff}.outcomes-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:30px}.outcomes-heading h2{margin:0;max-width:710px}.outcomes-heading h2 span{color:#8491a3}.outcome-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #cfdbe9;margin-top:62px}.outcome-grid>div{padding:25px 36px 0 0}.outcome-grid>div+div{border-left:1px solid #dce5ee;padding-left:36px}.outcome-grid span{color:var(--blue);font-size:11px;font-weight:800}.outcome-grid h3{margin:31px 0 12px}.outcome-grid p{color:var(--muted);font-size:14px;line-height:1.7;max-width:310px;margin-bottom:0}.problem{background:#eef4fb}.problem-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:15%;gap:15%}.problem h2{max-width:540px}.problem-right{padding-top:49px}.problem-right>p{font-size:17px;line-height:1.75;color:#53657d}.problem-note{margin-top:38px;padding-top:25px;border-top:1px solid #ccd9e8;display:flex;gap:14px;font-size:13px;font-weight:700;line-height:1.5}.note-symbol{color:var(--blue);font-size:27px;line-height:15px}.section-intro{max-width:740px}.section-intro .intro-text{color:var(--muted);font-size:17px;line-height:1.7;max-width:610px}.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:14px;gap:14px;margin-top:55px}.steps-grid article{border:1px solid var(--line);border-radius:12px;padding:18px;background:#fff;display:flex;flex-direction:column}.step-no{font-size:10px;letter-spacing:.13em;font-weight:800;color:#5782b6}.step-art{height:140px;background:#f4f8fd;border-radius:8px;margin:18px 0 24px;padding:17px}.steps-grid h3{font-size:20px;margin-bottom:11px}.steps-grid p{font-size:13px;color:var(--muted);line-height:1.7;margin-bottom:6px}.ring-art{display:flex;align-items:center;justify-content:center;position:relative}.pulse-ring{border:1px solid #abd0f9;width:76px;height:76px;border-radius:50%;box-shadow:0 0 0 15px #e3f1ff,0 0 0 30px #f0f7ff}.ring-phone{position:absolute;display:grid;place-items:center;color:#fff;background:var(--blue);width:37px;height:37px;border-radius:50%;font-size:21px}.ring-label{position:absolute;bottom:9px;background:#fff;border:1px solid var(--line);border-radius:4px;padding:5px 8px;font-size:9px;font-weight:750}.intake-art{display:flex;flex-direction:column;justify-content:center;gap:6px}.intake-art span{background:#fff;border:1px solid #d9e5f3;padding:8px;border-radius:5px;font-size:10px;font-weight:700;display:flex;justify-content:space-between}.intake-art b{color:#eb764c;font-size:9px}.schedule-art{display:grid;align-content:center;grid-gap:5px;gap:5px}.schedule-art div{display:flex;justify-content:space-between;padding:7px 10px;border:1px solid #dce6ef;border-radius:4px;background:#fff;font-size:10px}.schedule-art div:nth-child(2){border-color:#85d6c0;background:#e7f8f0}.schedule-art b{color:#079468}.schedule-art s{color:#95a1ae}.summary-art{display:flex;align-items:center;justify-content:center;gap:10px}.summary-check{background:#dff7ed;color:#0a9b69;padding:9px;border-radius:50%;font-weight:900}.summary-art>span:last-child{display:grid;grid-gap:5px;gap:5px;font-size:11px}.summary-art small{color:#75869a;font-size:9px}.demo-section{background:var(--navy);color:#fff;position:relative;overflow:hidden}.demo-section:before{content:"";position:absolute;left:-14%;top:-55%;width:65%;aspect-ratio:1;border:1px solid rgba(76,156,237,.14);border-radius:50%;box-shadow:0 0 0 90px rgba(76,156,237,.025),0 0 0 180px rgba(76,156,237,.02)}.demo-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:9%;gap:9%;align-items:center;position:relative}.demo-copy h2{font-size:clamp(45px,5vw,70px)}.demo-copy>p:not(.eyebrow){font-size:17px;color:#bbcadc;line-height:1.72;max-width:510px}.demo-checks{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px 20px;gap:16px 20px;margin-top:34px}.demo-checks span{font-size:12px;color:#d4e3f2;font-weight:650;display:flex;gap:9px}.demo-checks span:before{content:"✓";color:var(--cyan)}.demo-call-card{background:#fff;color:var(--ink);border-radius:15px;padding:22px;box-shadow:0 34px 90px rgba(0,0,0,.24)}.demo-card-top{display:flex;justify-content:space-between;color:#40638e;font-size:10px;font-weight:800;letter-spacing:.13em}.demo-card-top span:last-child{color:var(--blue);background:#e8f2ff;padding:5px 7px;border-radius:4px}.demo-card-center{text-align:center;padding:31px 0}.demo-phone-icon{display:grid;place-items:center;margin:0 auto 18px;background:#eaf4ff;border:1px solid #d8eafb;border-radius:50%;width:60px;height:60px;font-size:28px;color:var(--blue)}.demo-card-center>p:first-of-type{font-size:10px;font-weight:800;letter-spacing:.15em;color:#6684a5}.demo-number{display:block;font-size:clamp(27px,3vw,43px);font-weight:750;letter-spacing:-.055em;color:var(--navy);white-space:nowrap}.demo-number:hover{color:var(--blue)}.demo-instruction{margin:20px 0 5px;font-size:15px;font-weight:600}.demo-instruction b{color:var(--blue)}.demo-duration{font-size:11px;color:#7b8ca0}.demo-call-button{width:100%}.demo-disclaimer{font-size:10px;color:#64768b;line-height:1.55;margin:16px 4px 0;text-align:center}.capabilities{background:#fff}.capability-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px;margin-top:56px}.capability-grid article{border:1px solid #dce6f0;border-radius:12px;padding:32px;background:#fff;min-height:310px;display:flex;flex-direction:column}.capability-grid .capability-feature{background:#edf5ff;border-color:#d5e8ff}.capability-index{font-size:10px;font-weight:800;letter-spacing:.13em;color:#3272b9}.capability-grid h3{font-size:31px;margin:32px 0 15px;max-width:390px}.capability-grid p{font-size:14px;line-height:1.7;color:#596a80;max-width:470px}.capability-pills{display:flex;gap:6px;flex-wrap:wrap;margin-top:auto}.capability-pills span{border:1px solid #d4e0eb;background:#fff;border-radius:4px;padding:7px 9px;font-size:10px;font-weight:700;color:#51708f}.number-section{background:#f2f7fc}.number-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:10%;gap:10%;align-items:center}.number-grid h2{max-width:570px}.number-grid>div>p:not(.eyebrow){font-size:17px;line-height:1.7;color:#53677f;max-width:540px}.number-grid .fine-print{font-size:11px!important;color:#718197!important;margin-top:30px}.routing-panel{background:#fff;border:1px solid #dbe5f0;border-radius:14px;padding:26px;box-shadow:0 24px 60px rgba(8,38,79,.07)}.routing-head{display:flex;align-items:center;gap:12px;font-weight:750}.route-icon{display:grid;place-items:center;background:#eaf3ff;color:var(--blue);border-radius:8px;width:38px;height:38px;font-size:27px}.routing-line{height:24px;width:1px;background:#b5cce7;margin-left:19px}.routing-options{display:grid;grid-gap:7px;gap:7px}.routing-options div{display:flex;align-items:center;gap:13px;background:#f5f9fd;border:1px solid #e1eaf4;border-radius:7px;padding:13px;font-size:13px;font-weight:650}.routing-options b{font-size:10px;color:var(--blue)}.routing-foot{display:flex;justify-content:space-between;font-size:9px;font-weight:800;letter-spacing:.12em;color:#6f8bac;padding-top:20px}.routing-foot span{font-size:18px;color:var(--blue);line-height:8px}.industries{background:#fff}.industries-top{gap:40px;align-items:flex-end}.industries-top,.industry-badge{display:flex;justify-content:space-between}.industry-badge{border:1px solid #d6e7f8;background:#f2f8ff;width:210px;height:210px;border-radius:12px;flex:none;padding:21px;color:#537aab;font-size:10px;font-weight:800;letter-spacing:.12em;flex-direction:column}.industry-badge strong{font-size:69px;color:var(--blue);line-height:1;letter-spacing:-.08em}.industry-badge span{font-size:10px;letter-spacing:0;display:flex;justify-content:space-between}.industry-list{border-top:1px solid var(--line);margin-top:58px;padding-top:22px}.industry-list>span{font-size:11px;color:#8091a4}.industry-list>div{display:flex;gap:10px;flex-wrap:wrap;margin-top:21px}.industry-list b{font-size:13px;padding:14px 20px;border:1px solid #d9e3ef;border-radius:6px;font-weight:650}.industry-list b:first-child{color:var(--blue);border-color:#9cc9fb;background:#edf6ff}.platform{background:linear-gradient(135deg,#061934,#0a2d62);color:#fff}.platform-top{max-width:730px}.platform-top>p:last-child{font-size:17px;color:#bbcadc;line-height:1.7;max-width:650px}.platform-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px;margin-top:57px}.platform-grid>div{padding:35px;border-radius:12px;border:1px solid rgba(179,213,245,.21);min-height:310px;display:flex;flex-direction:column}.platform-now{background:rgba(29,109,229,.18)}.platform-later{background:rgba(255,255,255,.04)}.platform-label{font-size:10px;letter-spacing:.12em;font-weight:800;color:#b6cef0}.platform-label i{display:inline-block;width:7px;height:7px;background:var(--cyan);border-radius:50%;margin-right:8px}.platform-grid h3{font-size:34px;margin:39px 0 14px}.platform-grid p{font-size:14px;color:#bbcadc;line-height:1.7;max-width:440px}.future-tags,.platform-mini{margin-top:auto}.platform-mini{font-size:11px;font-weight:800;color:var(--cyan)}.platform-mini span{color:#d8e7f9;margin:0 9px;font-weight:650}.future-tags{display:flex;gap:8px;flex-wrap:wrap}.future-tags span{padding:8px 11px;border:1px solid #4f6788;border-radius:4px;color:#b7cbe4;font-size:10px}.founding{background:#f1f6fc}.founding-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:11%;gap:11%;align-items:center}.founding h2{max-width:530px}.founding p:not(.eyebrow){font-size:17px;color:#5b6b80;line-height:1.7;max-width:550px;margin-bottom:27px}.founding-details{background:#fff;border:1px solid #dce7f2;border-radius:12px;padding:28px 32px;box-shadow:0 20px 55px rgba(7,32,70,.05)}.founding-details>span{display:block;font-size:10px;font-weight:800;letter-spacing:.13em;color:#517db1;margin-bottom:13px}.founding-details div{display:flex;gap:20px;border-top:1px solid #e5edf5;padding:18px 0;font-size:14px;font-weight:650}.founding-details b{font-size:10px;color:var(--blue)}.faq{background:#fff}.faq-grid{display:grid;grid-template-columns:38% 1fr;grid-gap:9%;gap:9%}.faq-grid h2{font-size:clamp(44px,4vw,59px)}.faq-grid>div:first-child>p:last-child{font-size:14px;color:#68798e;margin-top:25px}.faq-grid a{color:var(--blue);font-weight:700}.faq-list{border-top:1px solid #d9e3ed}.faq-list details{border-bottom:1px solid #d9e3ed}.faq-list summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:15px;padding:22px 0;font-size:15px;font-weight:700;cursor:pointer}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary span{color:var(--blue);font-size:24px;font-weight:400;line-height:14px}.faq-list details[open] summary span{transform:rotate(45deg)}.faq-list details p{font-size:14px;line-height:1.75;color:#5e6f84;max-width:620px;margin-bottom:22px}.contact{background:#f1f6fc}.contact-grid{display:grid;grid-template-columns:39% 1fr;grid-gap:8%;gap:8%}.contact-grid>div:first-child>p:not(.eyebrow){font-size:16px;color:#5a6b80;line-height:1.7;max-width:430px}.contact-email{display:inline-flex;align-items:center;gap:13px;color:var(--blue);font-size:14px;font-weight:700;margin-top:15px}.contact-form{background:#fff;border:1px solid #dce6f0;box-shadow:0 18px 56px rgba(7,31,68,.06);padding:30px;border-radius:12px;display:grid;grid-gap:17px;gap:17px}.form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:15px;gap:15px}.contact-form label{display:flex;flex-direction:column;font-size:11px;font-weight:750;color:#3a506a;gap:7px}.contact-form label span{color:var(--blue)}.contact-form small{font-weight:500;color:#8191a2}.contact-form input,.contact-form select,.contact-form textarea{width:100%;border:1px solid #d4dfeb;border-radius:5px;padding:12px 11px;background:#fff;color:var(--ink);font-size:13px;outline:none}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px #dfeeff}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#97a6b6}.form-bottom{display:flex;align-items:center;justify-content:space-between;gap:20px}.form-bottom p{font-size:10px;line-height:1.5;color:#8290a2;max-width:270px;margin:0}.form-bottom a,.form-message a{color:var(--blue);text-decoration:underline}.honeypot{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}.form-message{padding:12px;border-radius:5px;font-size:12px;line-height:1.5;margin:0}.form-message.error{background:#fff0ec;color:#853819}.form-message.success{background:#e9f9f0;color:#086846}.final-cta{background:var(--navy);color:#fff;text-align:center;padding:100px 0}.final-inner h2{font-size:clamp(54px,6vw,82px);margin-bottom:31px}.final-inner>div{display:flex;justify-content:center;gap:10px}.footer{background:#061731;color:#fff;padding:65px 0 26px}.footer-top{display:flex;justify-content:space-between;gap:50px}.brand-inverse .brand-name{color:#fff}.brand-inverse .brand-name span{color:#51bdff}.footer-top>div:first-child>p{font-size:13px;color:#96a9c1;margin:15px 0}.footer-links{display:flex;gap:72px}.footer-links>div{display:flex;flex-direction:column;gap:14px}.footer-links span{color:#6e89aa;font-size:10px;font-weight:800;letter-spacing:.14em;margin-bottom:4px}.footer-links a{color:#becce0;font-size:12px}.footer-links a:hover{color:#fff}.footer-bottom{display:flex;justify-content:space-between;border-top:1px solid #1c3354;margin-top:65px;padding-top:22px;color:#8094ae;font-size:11px}.legal-main{min-height:70vh;background:#f7fafe;padding:100px 0}.legal-content{max-width:780px}.legal-content h1{font-size:clamp(48px,6vw,72px)}.legal-content h2{font-size:25px;margin-top:42px}.legal-content li,.legal-content p{font-size:16px;line-height:1.8;color:#53657b}.legal-content a{color:var(--blue);text-decoration:underline}.legal-notice{background:#e8f2ff;border-left:3px solid var(--blue);padding:18px 20px;margin:25px 0}@media(max-width:1120px){.desktop-nav{gap:14px}.header-inner{gap:18px}.header-actions{gap:10px}.hero-grid{grid-template-columns:48% 52%}h1{font-size:clamp(58px,6.3vw,76px)}.workflow-visual{transform:none}.hero-art{padding-left:0}.visual-body{padding:16px}.steps-grid{grid-template-columns:repeat(2,1fr)}.step-art{height:125px}.footer-links{gap:38px}}@media(max-width:920px){.desktop-nav,.header-actions{display:none}.header-inner{justify-content:space-between}.menu-toggle{display:flex;width:42px;height:42px;border:1px solid #d9e4ef;border-radius:7px;background:#fff;flex-direction:column;justify-content:center;align-items:center;gap:5px}.menu-toggle span{display:block;width:18px;height:2px;background:var(--navy)}.mobile-nav{display:none;position:absolute;top:74px;left:0;right:0;background:#fff;border-bottom:1px solid var(--line);padding:15px 32px 25px;box-shadow:0 20px 30px rgba(5,20,50,.08)}.mobile-nav.is-open{display:flex;flex-direction:column}.mobile-nav a{padding:12px 2px;font-size:15px;font-weight:650;border-bottom:1px solid #edf1f5}.mobile-nav .mobile-demo-link{background:var(--blue);color:#fff;border-radius:6px;padding:14px;margin-top:13px;display:flex;justify-content:space-between}.hero-grid{grid-template-columns:1fr;min-height:0;padding-top:80px;gap:45px}.hero-copy{max-width:690px}.hero-art{max-width:640px;width:100%;margin:0 auto}.demo-grid,.founding-grid,.number-grid{gap:6%}.section-pad{padding:90px 0}}.site-header .menu-toggle{grid-column:3;grid-row:1;justify-self:end}.footer-brand{display:block;width:250px;max-width:100%}.footer-brand img{display:block;width:100%;height:auto}@media(max-width:720px){.footer-brand{width:220px}}.site-header .header-logo{display:block;width:220px;flex:none}.site-header .header-logo img{display:block;width:100%;height:auto;max-width:100%}@media(max-width:1120px) and (min-width:921px){.site-header .desktop-nav,.site-header .header-actions{display:none}.site-header .menu-toggle{display:flex;width:42px;height:42px;border:1px solid #d9e4ef;border-radius:7px;background:#fff;flex-direction:column;justify-content:center;align-items:center;gap:5px}.site-header .menu-toggle span{display:block;width:18px;height:2px;background:var(--navy)}.site-header .mobile-nav{display:none;position:absolute;top:74px;left:0;right:0;background:#fff;border-bottom:1px solid var(--line);padding:15px 32px 25px;box-shadow:0 20px 30px rgba(5,20,50,.08)}.site-header .mobile-nav.is-open{display:flex;flex-direction:column}.site-header .mobile-nav a{padding:12px 2px;font-size:15px;font-weight:650;border-bottom:1px solid #edf1f5}.site-header .mobile-nav .mobile-demo-link{background:var(--blue);color:#fff;border-radius:6px;padding:14px;margin-top:13px;display:flex;justify-content:space-between}}@media(max-width:720px){.site-header .header-logo{width:min(190px,calc(100vw - 100px))}}@media(max-width:920px){.site-header .header-inner{gap:12px}.site-header .brand-wordmark{width:145px}.site-header .brand-tagline{font-size:7.5px;letter-spacing:.07em}}@media(max-width:380px){.site-header .brand{gap:8px}.site-header .brand-mark{width:42px;height:42px}.site-header .brand-wordmark{width:129px}.site-header .brand-tagline{font-size:7px;letter-spacing:.04em}}@media(max-width:720px){.container{width:min(calc(100% - 36px),var(--container))}.section-pad{padding:76px 0}.hero-grid{padding-top:66px;padding-bottom:58px;gap:34px}.hero .eyebrow{font-size:9px;letter-spacing:.12em}h1{font-size:clamp(54px,13vw,76px)}h2{font-size:clamp(39px,10vw,56px)}.hero-lead{font-size:16px}.hero-actions{gap:8px}.hero-actions .button{flex:1 1;min-width:185px}.hero-proof{gap:16px;flex-wrap:wrap;margin-top:26px}.hero-bottom-rule{display:none}.hero-art{padding-bottom:20px}.workflow-visual{box-shadow:0 18px 50px rgba(5,30,70,.13)}.outcomes-heading{display:block}.outcome-grid{margin-top:38px;grid-template-columns:1fr}.outcome-grid>div,.outcome-grid>div+div{border-left:0;border-top:1px solid var(--line);padding:24px 0}.outcome-grid>div:first-child{border-top:0}.outcome-grid h3{margin:13px 0 7px}.contact-grid,.demo-grid,.faq-grid,.founding-grid,.number-grid,.problem-grid{grid-template-columns:1fr;gap:30px}.problem-right{padding-top:0}.problem-right>p{font-size:15px}.steps-grid{margin-top:35px}.demo-copy>p:not(.eyebrow){font-size:15px}.demo-call-card{max-width:520px}.capability-grid{grid-template-columns:1fr}.capability-grid article{min-height:0}.capability-grid h3{margin-top:26px}.number-grid>div>p:not(.eyebrow){font-size:15px}.industries-top{display:block}.industry-badge{margin-top:30px;width:100%;height:145px}.industry-badge strong{font-size:55px}.platform-grid{grid-template-columns:1fr;margin-top:35px}.platform-grid>div{min-height:280px}.footer-top{display:block}.footer-links{margin-top:45px;justify-content:space-between;gap:15px}.footer-bottom{gap:20px;flex-wrap:wrap;margin-top:50px}}@media(max-width:480px){.brand-name{font-size:19px}.hero-actions{display:grid}.hero-actions .button{width:100%}.hero-proof{font-size:11px}.visual-top{font-size:7px;padding:11px}.visual-body{padding:12px}.caller-pane{gap:8px}.caller-avatar{width:37px;height:37px;font-size:11px}.caller-pane strong{font-size:13px}.details-grid{gap:12px}.card-heading,.details-grid b{font-size:10px}.tiny-badge{font-size:8px}.visual-bottom{font-size:6px;padding:9px}.art-caption{font-size:8px}.steps-grid{grid-template-columns:1fr}.step-art{height:125px}.steps-grid article{padding:16px}.demo-checks{grid-template-columns:1fr 1fr;gap:12px}.demo-checks span{font-size:11px}.demo-call-card{padding:17px}.demo-number{font-size:31px}.capability-grid article{padding:23px}.capability-grid h3{font-size:27px}.industry-list b{font-size:11px;padding:11px 12px}.platform-grid>div{padding:25px}.form-row{grid-template-columns:1fr}.contact-form{padding:20px}.form-bottom{align-items:stretch;flex-direction:column}.form-bottom .button{width:100%}.final-inner>div{display:grid}.footer-links{display:grid;grid-template-columns:1fr 1fr;grid-row-gap:35px;row-gap:35px}.footer-links>div:last-child{grid-column:1/-1}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{animation-duration:.01ms!important;transition-duration:.01ms!important}}.contact-card{background:#fff;border:1px solid #dce6f0;box-shadow:0 18px 56px rgba(7,31,68,.06);padding:38px;border-radius:12px;flex-direction:column;align-items:flex-start;gap:30px;min-height:350px}.contact-card,.contact-card-kicker{display:flex;justify-content:space-between}.contact-card-kicker{width:100%;color:var(--blue);font-size:10px;font-weight:800;letter-spacing:.14em}.contact-card-kicker span{font-size:18px;line-height:10px}.contact-card h3{font-size:clamp(28px,3vw,38px);line-height:1.12;letter-spacing:-.04em;margin:0 0 14px;color:var(--ink)}.contact-card p{font-size:14px;line-height:1.65;color:#5a6b80;margin:0;max-width:440px}.contact-card .button{min-width:245px}.contact-card-address{font-size:12px;color:#60738a;font-weight:650}@media(max-width:480px){.contact-card{padding:25px;min-height:320px}.contact-card .button{width:100%;min-width:0}}.hero-demo{display:flex;flex-wrap:wrap;align-items:baseline;gap:7px 16px;margin-top:28px;padding-top:18px;border-top:1px solid #d8e4f1;color:#62758d;font-size:12px}.hero-demo-label{width:100%;font-size:10px;letter-spacing:.12em;font-weight:800;color:#4972a4}.hero-demo a{color:var(--blue);font-size:17px;font-weight:800;white-space:nowrap}.hero-demo a:hover{text-decoration:underline}.hero-demo a span{font-size:14px}.demo-industry-link{display:inline-flex;margin-top:28px;color:#7ceff4;font-size:13px;font-weight:750}.demo-industry-link:hover{text-decoration:underline}.industry-feature{flex:none;display:flex;flex-direction:column;justify-content:space-between;width:215px;min-height:190px;padding:21px;border:1px solid #acd0f4;border-radius:12px;background:linear-gradient(145deg,#f4faff,#e7f2ff);color:#225a9e}.industry-feature>span{font-size:10px;font-weight:800;letter-spacing:.08em}.industry-feature strong{font-size:62px;line-height:1;letter-spacing:-.07em;color:var(--blue)}.industry-feature:hover{border-color:var(--blue);box-shadow:0 12px 30px rgba(0,102,254,.1)}.industry-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px;margin-top:46px}.industry-group{padding:29px 28px;border:1px solid #dce5ef;border-radius:10px;background:#fbfdff;min-height:280px}.industry-group>span{font-size:10px;letter-spacing:.13em;font-weight:800;color:#3b74ae}.industry-group h3{font-size:25px;margin:26px 0 14px}.industry-group p{font-size:14px;line-height:1.65;color:#5d6e83}.industry-group small{display:block;color:#6a7b8e;line-height:1.55;font-size:11px}.industry-group a{font-size:13px;font-weight:750;color:var(--blue)}.industry-group a:hover{text-decoration:underline}.legal-main{padding:90px 0 110px}.legal-content h1{margin-bottom:20px}.legal-lead{font-size:20px!important;line-height:1.6!important;color:#39526f!important;max-width:700px;margin-bottom:48px}.legal-content h2{padding-top:8px;border-top:1px solid #e2e9f1}.legal-content p{max-width:720px}.contact-card-address{color:var(--blue);text-decoration:underline;text-underline-offset:3px}.contact-card-address:hover{color:#004fc7}.breadcrumbs{display:flex;align-items:center;gap:10px;color:#69809a;font-size:12px;font-weight:650;margin-bottom:55px}.breadcrumbs a:hover{color:var(--blue)}.hvac-hero{background:linear-gradient(130deg,#f9fcff,#eaf4ff);padding:32px 0 104px}.hvac-hero-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(330px,.8fr);align-items:center;grid-gap:9%;gap:9%}.hvac-hero h1{font-size:clamp(54px,5.8vw,82px);line-height:1.02;max-width:760px}.hvac-lead{font-size:18px;line-height:1.65;color:#4d6179;max-width:650px}.hvac-actions{display:flex;gap:11px;flex-wrap:wrap;margin:30px 0 17px}.hvac-hero-note{font-size:12px;color:#5d7390}.hvac-hero-panel{background:#fff;border:1px solid #cbdff3;border-radius:16px;padding:34px;box-shadow:var(--shadow);display:grid;grid-gap:18px;gap:18px}.hvac-hero-panel>span{font-size:10px;letter-spacing:.15em;font-weight:800;color:var(--blue)}.hvac-hero-panel strong{font-size:30px;letter-spacing:-.05em;line-height:1.2}.hvac-hero-panel div{font-size:13px;color:#53677f;padding-top:14px;border-top:1px solid #e8edf3}.hvac-hero-panel b{color:var(--blue);font-size:11px;margin-right:12px}.hvac-two-col{display:grid;grid-template-columns:1fr 1fr;grid-gap:11%;gap:11%}.hvac-two-col>div:last-child{padding-top:36px}.hvac-two-col p{font-size:16px;line-height:1.75;color:#52657b}.hvac-two-col h2{max-width:560px}.hvac-scenarios{background:#f2f7fd}.hvac-scenarios h2{max-width:760px}.hvac-scenario-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:15px;gap:15px;margin-top:46px}.hvac-scenario-grid article{padding:26px;border-radius:10px;border:1px solid #dbe6f2;background:#fff}.hvac-scenario-grid article>span{font-size:10px;color:#3a74af;letter-spacing:.12em;font-weight:800}.hvac-scenario-grid h3{margin:28px 0 12px;font-size:23px}.hvac-scenario-grid p{font-size:13px;line-height:1.7;color:#596d82;margin:0}.hvac-workflow{background:var(--navy);color:#fff}.hvac-workflow h2{max-width:750px}.hvac-flow{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:25px;gap:25px;margin-top:52px}.hvac-flow>div{border-top:1px solid #557094;padding-top:18px}.hvac-flow b{font-size:11px;color:#65dbed}.hvac-flow h3{margin:24px 0 12px}.hvac-flow p{font-size:13px;line-height:1.7;color:#b7c8df}.hvac-demo{background:#0b2657;color:#fff}.hvac-demo-grid{display:grid;grid-template-columns:1fr minmax(320px,.75fr);grid-gap:12%;gap:12%;align-items:center}.hvac-demo h2{max-width:580px}.hvac-demo-grid>div:first-child>p:not(.eyebrow){font-size:16px;line-height:1.75;color:#d4e1f1}.hvac-demo-grid .hvac-disclosure{font-size:11px!important;color:#a7bad1!important;margin-top:30px}.hvac-demo-card{background:#fff;color:var(--navy);padding:32px;border-radius:15px;display:flex;flex-direction:column;align-items:flex-start;gap:20px}.hvac-demo-card>span{font-size:10px;letter-spacing:.12em;font-weight:800;color:var(--blue)}.hvac-demo-card>a:not(.button){font-size:clamp(29px,3.3vw,42px);font-weight:800;letter-spacing:-.06em;color:var(--blue);white-space:nowrap}.hvac-demo-card p{font-size:13px;color:#5c7088}.hvac-demo-card .button{width:100%}.hvac-fit{background:#fff}.hvac-fit .button{margin-top:14px}.hvac-email{font-size:13px!important;margin-top:20px}.hvac-email a{color:var(--blue);text-decoration:underline}.hvac-footer{display:flex;gap:30px;flex-wrap:wrap;font-size:13px;color:#d2def0}.footer-bottom a:hover,.hvac-footer a:hover{color:#fff}@media(max-width:1000px){.industry-grid{grid-template-columns:1fr 1fr}.industry-group:last-child{grid-column:1/-1}.hvac-flow,.hvac-scenario-grid{grid-template-columns:1fr 1fr}.hvac-demo-grid,.hvac-hero-grid{gap:5%}}@media(max-width:720px){.industries-top{display:block}.industry-feature{margin-top:30px;width:100%;min-height:150px}.industry-feature strong{font-size:51px}.industry-grid{grid-template-columns:1fr;margin-top:22px}.industry-group{min-height:0}.industry-group:last-child{grid-column:auto}.hvac-hero{padding-bottom:75px}.breadcrumbs{margin-bottom:35px}.hvac-demo-grid,.hvac-hero-grid,.hvac-two-col{grid-template-columns:1fr;gap:26px}.hvac-hero h1{font-size:clamp(44px,11vw,65px)}.hvac-lead{font-size:16px}.hvac-hero-panel{padding:25px}.hvac-two-col>div:last-child{padding-top:0}.hvac-scenario-grid{grid-template-columns:1fr}.hvac-flow{gap:12px}.hvac-demo-card>a:not(.button){font-size:30px}.hvac-actions .button{width:100%}.hero-demo{margin-top:23px}.legal-main{padding:76px 0}}@media(max-width:380px){.hvac-flow{grid-template-columns:1fr}.hvac-demo-card{padding:23px}.hvac-demo-card>a:not(.button){font-size:clamp(21px,6.8vw,27px)}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.home-pricing{background:linear-gradient(135deg,#071a38,#0a3472);color:#fff}.home-pricing-grid{display:grid;grid-template-columns:minmax(0,1fr) 370px;align-items:center;grid-gap:11%;gap:11%}.home-pricing h2{max-width:700px}.home-pricing-grid>div:first-child>p:not(.eyebrow){font-size:17px;line-height:1.7;color:#c5d5e8;max-width:660px}.home-pricing-card{background:#fff;color:var(--navy);border-radius:14px;padding:31px;box-shadow:0 28px 70px rgba(0,0,0,.2)}.home-pricing-card>span{font-size:10px;font-weight:800;letter-spacing:.13em;color:var(--blue)}.home-pricing-card h3{font-size:32px;margin:24px 0 15px}.home-pricing-card>div{display:flex;align-items:flex-end}.home-pricing-card>div strong{font-size:57px;line-height:.9;letter-spacing:-.07em}.home-pricing-card>div small{font-size:13px;color:#68798d;margin:0 0 5px 8px}.home-pricing-card p{font-size:13px;color:#566b83;margin:16px 0 0}.home-pricing-card a{display:inline-block;color:var(--blue);font-size:13px;font-weight:750;margin-top:26px}.pricing-hero{padding:100px 0 88px;background:linear-gradient(145deg,#fafdff,#e9f4ff);text-align:center}.pricing-hero h1{font-size:clamp(52px,6vw,82px);max-width:980px;margin:0 auto 27px}.pricing-hero>div>p:not(.eyebrow){font-size:18px;line-height:1.65;color:#53677f;max-width:760px;margin:0 auto}.pricing-trust{display:flex;justify-content:center;gap:28px;flex-wrap:wrap;margin-top:35px}.pricing-trust span{font-size:11px;font-weight:750;color:#316ca8}.pricing-trust span:before{content:"✓";color:#0b9a62;margin-right:8px}.pricing-plans{background:#f5f8fc}.plans-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:14px;gap:14px;align-items:stretch}.plan-card{position:relative;background:#fff;border:1px solid #d8e4f0;border-radius:14px;padding:27px 23px;display:flex;flex-direction:column;min-width:0}.plan-card.popular{border:2px solid var(--blue);box-shadow:0 20px 55px rgba(0,102,254,.13);padding:26px 22px}.popular-badge{position:absolute;top:-13px;right:18px;background:var(--blue);color:#fff;border-radius:20px;padding:7px 11px;font-weight:850;letter-spacing:.1em}.plan-use,.popular-badge{font-size:9px;text-transform:uppercase}.plan-use{font-weight:800;letter-spacing:.12em;color:#5280b2}.plan-card h2{font-size:34px;margin:19px 0 12px}.plan-card-head>p{font-size:13px;line-height:1.65;color:#5d6f84;min-height:86px}.plan-price{display:flex;align-items:flex-end;margin-top:24px}.plan-price strong{font-size:48px;line-height:.9;letter-spacing:-.065em;color:var(--navy)}.plan-price span{font-size:12px;color:#718196;margin:0 0 5px 7px}.setup-price{font-size:12px;font-weight:750;color:#225f9c;margin:14px 0 23px}.plan-usage{display:flex;flex-direction:column;gap:8px;padding:19px 0;border-top:1px solid #e1e8f0;min-height:104px}.plan-usage strong{font-size:13px}.plan-usage span{font-size:11px;color:#65778e;line-height:1.45}.pricing-cta{width:100%;margin-top:auto}.pricing-cta:disabled{cursor:wait;opacity:.72}.plan-features{border-top:1px solid #e1e8f0;margin-top:18px;padding-top:15px}.plan-features summary{list-style:none;font-size:11px;font-weight:750;color:#3c6693;cursor:pointer;display:flex;justify-content:space-between}.plan-features summary::-webkit-details-marker{display:none}.plan-features ul{list-style:none;padding:13px 0 0;margin:0}.plan-features li{font-size:11px;color:#62748a;line-height:1.45;padding:6px 0 6px 17px;position:relative}.plan-features li:before{content:"✓";position:absolute;left:0;color:#0b9a62;font-weight:800}.enterprise{background:#071a38;color:#fff;border-color:#071a38}.enterprise .plan-use,.enterprise .setup-price{color:#77dfe9}.enterprise .plan-card-head>p,.enterprise .plan-usage span,.enterprise-note{color:#b8c9dd}.enterprise .plan-price strong,.enterprise .plan-usage strong{color:#fff}.enterprise .plan-usage{border-color:#29415f}.enterprise .button-outline{color:#fff;background:transparent;border-color:#66809e}.enterprise-note{font-size:10px;line-height:1.55;margin:20px 0 0}.pricing-complete{display:flex;justify-content:center;gap:12px 30px;flex-wrap:wrap;background:#e6f1fd;border-radius:9px;padding:19px;margin-top:27px;font-size:13px}.pricing-complete span{color:#536b86}.pricing-notes{display:grid;grid-template-columns:1fr 1fr;grid-gap:25px;gap:25px;margin-top:25px}.pricing-notes p{font-size:12px;line-height:1.6;color:#64758a}.setup-section{background:#fff}.setup-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:11%;gap:11%;align-items:start}.setup-grid>div>p:not(.eyebrow){font-size:16px;line-height:1.7;color:#5b6e84;max-width:560px}.setup-grid ol{list-style:none;padding:0;margin:0;border-top:1px solid #dbe5ef}.setup-grid li{display:flex;align-items:center;gap:20px;padding:20px 0;border-bottom:1px solid #dbe5ef;font-size:14px;font-weight:650}.setup-grid li span{font-size:10px;color:var(--blue);font-weight:800}.pricing-faq{background:#f5f8fc}.onboarding-main,.welcome-main{background:linear-gradient(145deg,#f9fcff,#eaf4ff);min-height:calc(100vh - 74px);padding:100px 0}.welcome-grid{display:grid;grid-template-columns:1fr 430px;grid-gap:9%;gap:9%;align-items:center}.onboarding-intro h1,.welcome-grid h1{font-size:clamp(50px,6vw,78px)}.onboarding-intro>p:not(.eyebrow),.welcome-grid>div>p:not(.eyebrow){font-size:17px;line-height:1.7;color:#53677f;max-width:650px}.welcome-actions{display:flex;align-items:center;gap:24px;margin-top:30px}.welcome-actions>a:not(.button){font-size:12px;color:var(--blue);font-weight:700}.welcome-steps{list-style:none;margin:0;padding:25px 32px;background:#fff;border:1px solid #d9e5f1;border-radius:14px;box-shadow:var(--shadow)}.welcome-steps li{display:flex;gap:19px;padding:18px 0;border-bottom:1px solid #e4ebf2}.welcome-steps li:last-child{border-bottom:0}.welcome-steps span{font-size:10px;color:var(--blue);font-weight:800}.welcome-steps strong{font-size:14px}.onboarding-wrap{display:grid;grid-template-columns:38% 1fr;grid-gap:8%;gap:8%;align-items:start}.onboarding-intro{position:-webkit-sticky;position:sticky;top:110px}.onboarding-form{background:#fff;border:1px solid #d9e5f1;border-radius:14px;box-shadow:var(--shadow);padding:35px;display:grid;grid-gap:20px;gap:20px}.onboarding-fields{display:grid;grid-template-columns:1fr 1fr;grid-gap:18px;gap:18px}.onboarding-form label{display:grid;grid-gap:8px;gap:8px;font-size:11px;font-weight:750;color:#3a506a}.onboarding-form input,.onboarding-form textarea{width:100%;border:1px solid #ccd9e7;border-radius:6px;padding:12px;background:#fff;color:var(--ink);font-size:13px}.onboarding-form input:focus,.onboarding-form textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px #dfeeff;outline:0}.onboarding-privacy{font-size:11px;line-height:1.6;color:#6c7e93;background:#f4f8fd;padding:14px;border-radius:6px}.onboarding-form .button{justify-self:start}@media(max-width:1120px){.plans-grid{grid-template-columns:1fr 1fr}.plan-card-head>p{min-height:64px}.home-pricing-grid{gap:6%}}@media(max-width:820px){.home-pricing-grid,.onboarding-wrap,.setup-grid,.welcome-grid{grid-template-columns:1fr}.home-pricing-card{max-width:480px}.welcome-steps{margin-top:20px}.onboarding-intro{position:static}.plans-grid{grid-template-columns:1fr 1fr}.pricing-hero{padding:78px 0 70px}}@media(max-width:600px){.onboarding-fields,.plans-grid,.pricing-notes{grid-template-columns:1fr}.plan-card-head>p{min-height:0}.plan-card{padding:26px 22px}.pricing-hero h1{font-size:clamp(45px,12vw,63px)}.pricing-trust{display:grid;grid-gap:12px;gap:12px;text-align:left}.pricing-complete{justify-content:flex-start}.home-pricing-card>div strong{font-size:49px}.welcome-actions{align-items:stretch;flex-direction:column}.welcome-actions .button{width:100%}.onboarding-form{padding:23px}.onboarding-form .button{width:100%}}