:root{color-scheme:light;--orange:#ef7047}*{box-sizing:border-box}body{margin:0;background:#fff;color:#172c43;font-family:'Segoe UI',Arial,sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input,select{font:inherit}button{cursor:pointer}button,a,input,select{-webkit-tap-highlight-color:transparent}button{border:0}h1,h2,h3,p{margin:0}:focus-visible{outline:3px solid #245bec;outline-offset:4px}section[id]{scroll-margin-top:100px}[hidden]{display:none!important}
html { scroll-behavior: smooth; }
.shell { width: min(1200px, calc(100% - 80px)); margin-inline: auto; }
.skip-link { position: fixed; top: -100px; left: 16px; z-index: 100; background: white; padding: 12px; } .skip-link:focus { top: 12px; }
.demo-bar { padding: 10px 20px; background: #172c43; color: #dce6f1; text-align: center; font-size: 12px; letter-spacing: .025em; } .demo-bar strong { color: #fff; font-weight: 600; }
.site-header { position: sticky; top: 0; z-index: 30; border-bottom: 1px solid #e4e9ed; background: rgb(255 255 255 / 97%); }
.header-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: #172c43; }
.brand-mark { width: 38px; height: 42px; display: grid; place-items: center; background: var(--orange); color: #172c43; } .brand-mark svg { width: 22px; height: 27px; }
.brand-name { font-size: 26px; font-weight: 750; line-height: 1.05; letter-spacing: -.06em; } .brand-sub { display: block; font-size: 9px; font-weight: 700; letter-spacing: .19em; margin-top: 6px; }
.nav { display: flex; align-items: center; gap: 32px; font-size: 14px; font-weight: 600; } .nav a:not(.cta):hover { color: #245bec; }
.cta { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 16px; border-radius: 5px; padding: 13px 23px; background: #245bec; color: white; font-size: 14px; font-weight: 650; transition: background .15s, transform .15s; } .cta:hover { background: #1b48c2; transform: translateY(-1px); } .cta svg { width: 17px; height: 17px; }
.mobile-toggle { display: none; }
.eyebrow { display: block; color: #4a617b; font-size: 11px; font-weight: 750; letter-spacing: .18em; line-height: 1.5; text-transform: uppercase; }
.hero { padding-block: 64px 48px; } .hero-grid { display: grid; grid-template-columns: 1.05fr 1fr; align-items: center; gap: 54px; }
.hero h1 { font-size: clamp(48px, 5.2vw, 75px); font-weight: 650; letter-spacing: -.065em; line-height: 1.01; margin: 22px 0 25px; } .hero h1 span { color: #245bec; }
.hero-copy > p { font-size: 18px; line-height: 1.7; color: #536174; max-width: 440px; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; margin-top: 30px; }
.text-link { display: inline-flex; align-items: center; min-height: 44px; font-size: 14px; font-weight: 650; text-underline-offset: 5px; } .text-link:hover { text-decoration: underline; }
.hero-note { display: flex; align-items: center; gap: 8px; margin-top: 24px; font-size: 12px; color: #536174; } .hero-note svg { width: 16px; }
.hero-image { position: relative; aspect-ratio: 1.03; background: #e5e9e7; border-radius: 8px; } .hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: 49% 50%; border-radius: 8px; }
.photo-label { position: absolute; top: 20px; left: 20px; display: flex; align-items: center; gap: 8px; background: #ffffffef; padding: 9px 12px; font-size: 11px; font-weight: 650; border-radius: 3px; } .photo-label span { width: 6px; height: 6px; border-radius: 50%; background: #245bec; }
.comfort-card { position: absolute; bottom: 22px; left: 22px; right: 22px; padding: 19px 22px; display: flex; align-items: center; justify-content: space-between; gap: 12px; background: #fff; border-radius: 5px; box-shadow: 0 4px 24px #172c4314; }
.comfort-card strong { display: block; font-size: 15px; font-weight: 650; } .comfort-card p { margin-top: 5px; font-size: 12px; color: #536174; } .comfort-symbol { color: #245bec; width: 36px; height: 36px; }
.service-strip { display: flex; justify-content: space-between; gap: 20px; padding: 28px 0 0; margin-top: 42px; border-top: 1px solid #d8dfe5; font-size: 12px; color: #536174; } .service-strip div { display: flex; align-items: center; gap: 10px; } .service-strip svg { width: 18px; height: 18px; color: #245bec; }
.section { padding-block: 92px; } .section-pale { background: #eef2f5; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 28px; margin-bottom: 36px; }
h2 { font-size: clamp(32px, 3.4vw, 46px); font-weight: 650; letter-spacing: -.05em; line-height: 1.13; margin-top: 15px; }
.section-heading > p { max-width: 330px; font-size: 15px; line-height: 1.75; color: #536174; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-card { padding: 30px; background: #fff; border: 1px solid #e0e6eb; border-radius: 6px; display: flex; flex-direction: column; align-items: flex-start; }
.service-icon { color: #245bec; height: 32px; width: 32px; margin-bottom: 27px; }
.service-card h3 { font-size: 22px; font-weight: 650; letter-spacing: -.03em; } .service-card p { font-size: 14px; line-height: 1.8; color: #536174; margin: 14px 0 28px; }
.service-card a { margin-top: auto; color: #245bec; display: flex; align-items: center; gap: 13px; min-height: 44px; font-size: 14px; font-weight: 650; } .service-card a:hover { text-decoration: underline; text-underline-offset: 4px; } .service-card a svg { width: 17px; }
.process-grid { display: grid; grid-template-columns: .85fr 1.3fr; gap: 90px; } .process-intro p { font-size: 16px; line-height: 1.8; color: #536174; margin-top: 22px; }
.step { display: flex; align-items: flex-start; gap: 22px; padding: 26px 0; border-bottom: 1px solid #d8dfe5; } .step:first-child { padding-top: 0; } .step:last-child { border-bottom: 0; padding-bottom: 0; }
.step-number { color: #245bec; font-size: 13px; font-weight: 750; width: 42px; height: 42px; border-radius: 50%; background: #edf2ff; display: grid; place-items: center; flex-shrink: 0; }
.step h3 { font-size: 19px; font-weight: 650; letter-spacing: -.02em; padding-top: 5px; } .step p { font-size: 14px; line-height: 1.8; color: #536174; margin-top: 8px; }
.request-section { background: #172c43; color: white; } .request-grid { display: grid; grid-template-columns: .85fr 1.1fr; align-items: start; gap: 92px; }
.request-intro { padding-top: 24px; } .request-intro .eyebrow { color: #a7bdd5; } .request-intro h2 { font-size: clamp(36px, 4vw, 54px); }
.request-intro > p { font-size: 16px; line-height: 1.8; color: #c7d3e0; margin-top: 24px; }
.expectations { border-top: 1px solid #ffffff26; margin-top: 36px; padding-top: 28px; } .expectations h3 { font-size: 15px; font-weight: 650; } .expectations ul { list-style: none; padding: 0; margin: 18px 0; } .expectations li { display: flex; gap: 10px; margin: 13px 0; font-size: 13px; color: #c7d3e0; } .expectations svg { width: 16px; height: 16px; color: #ff9874; flex-shrink: 0; }
.request-intro .demo-explainer { font-size: 12px; line-height: 1.7; color: #afc2d8; }
.request-card { background: white; color: #172c43; border-radius: 8px; padding: 32px; }
.form-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 20px; } .form-top h3 { font-size: 22px; font-weight: 650; letter-spacing: -.035em; }
.demo-pill { border: 1px solid #c9d7ff; color: #245bec; background: #edf2ff; border-radius: 99px; padding: 5px 9px; font-size: 10px; font-weight: 700; letter-spacing: .08em; white-space: nowrap; }
.sample-row { display: flex; flex-wrap: wrap; gap: 6px 14px; align-items: center; justify-content: space-between; padding: 12px 14px; background: #f2f5fa; border-radius: 5px; margin-bottom: 24px; } .sample-row p { font-size: 12px; color: #536174; } .sample-row button { font-size: 12px; color: #245bec; padding: 0; min-height: 34px; font-weight: 650; background: transparent; }
.form-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 20px 16px; } .field { display: flex; flex-direction: column; gap: 8px; min-width: 0; } .field-wide { grid-column: 1 / -1; } .field label { font-size: 12px; font-weight: 650; }
.field input, .field [data-slot=select-trigger] { width: 100%; min-height: 46px; padding: 10px 12px; border-radius: 5px; font-size: 14px; background: white; }
.field-error { color: #b42318; font-size: 12px; line-height: 1.4; } .submit-button { width: 100%; min-height: 50px; height: auto; font-size: 14px; border-radius: 5px; margin-top: 24px; }
.privacy-note { font-size: 11px; line-height: 1.65; color: #536174; margin-top: 13px; } .error-banner { background: #fff0ee; color: #922015; padding: 12px 14px; border-radius: 5px; font-size: 13px; margin-top: 18px; }
.success-panel { background: #f0f6f4; border: 1px solid #c3ded1; border-radius: 6px; padding: 28px; } .success-panel > svg { color: #226648; width: 36px; height: 36px; margin-bottom: 16px; } .success-panel h4 { font-size: 21px; font-weight: 650; margin: 0 0 12px; } .success-panel p { font-size: 14px; line-height: 1.8; color: #38594e; } .success-panel button { min-height: 44px; margin-top: 20px; }
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 92px; } .faq-grid [data-slot=accordion-trigger] { min-height: 70px; padding: 22px 0; font-size: 16px; line-height: 1.5; font-weight: 650; border-radius: 0; } .faq-grid [data-slot=accordion-trigger-icon] { margin-top: 5px; } .faq-grid [data-slot=accordion-content] { font-size: 14px; line-height: 1.8; color: #536174; padding-bottom: 12px; }
.site-footer { border-top: 1px solid #d8dfe5; padding-block: 30px; } .footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 25px; } .footer-inner p { max-width: 530px; font-size: 11px; color: #536174; line-height: 1.7; text-align: right; }
.loading-icon { animation: spin .8s linear infinite; } @keyframes spin { to { transform: rotate(360deg); } }
@media (max-width: 1000px) {
  .shell { width: min(1200px, calc(100% - 48px)); } .nav { gap: 22px; } .hero-grid { gap: 28px; } .hero h1 { font-size: 58px; } .hero-copy > p { font-size: 16px; } .hero-image { aspect-ratio: .85; }
  .process-grid, .request-grid, .faq-grid { gap: 44px; } .service-card { padding: 24px; } .request-card { padding: 25px; }
}
@media (max-width: 760px) {
  .shell { width: calc(100% - 40px); } .demo-bar { font-size: 10px; line-height: 1.6; padding: 8px 16px; } .header-inner { min-height: 74px; }
  .brand-name { font-size: 23px; } .brand-mark { width: 34px; height: 38px; } .mobile-toggle { display: inline-flex; min-height: 44px; min-width: 44px; }
  .nav { display: none; position: absolute; top: 100%; left: 0; right: 0; padding: 12px 20px 20px; background: white; border-bottom: 1px solid #d8dfe5; box-shadow: 0 12px 16px #172c430b; } .nav.nav-open { display: flex; flex-direction: column; align-items: stretch; gap: 4px; } .nav > a { padding: 14px; min-height: 48px; }
  .hero { padding-block: 38px; } .hero-grid { grid-template-columns: 1fr; gap: 34px; } .hero h1 { font-size: clamp(44px, 12vw, 70px); max-width: 520px; margin: 17px 0 22px; } .hero-copy > p { max-width: 480px; }
  .hero-actions { margin-top: 24px; gap: 20px; } .hero-image { aspect-ratio: 1.22; } .comfort-card { bottom: 16px; left: 16px; right: 16px; padding: 15px; } .comfort-card p { font-size: 11px; } .comfort-card strong { font-size: 14px; } .photo-label { top: 16px; left: 16px; }
  .service-strip { flex-direction: column; gap: 16px; margin-top: 28px; padding-top: 24px; } .section { padding-block: 58px; } .section-heading { display: block; margin-bottom: 28px; } .section-heading > p { margin-top: 20px; max-width: 100%; }
  .service-grid, .process-grid, .request-grid, .faq-grid { grid-template-columns: 1fr; gap: 30px; } .service-grid { gap: 14px; } .service-card { padding: 26px; } .service-icon { margin-bottom: 22px; } .service-card p { margin-bottom: 14px; }
  .request-intro { padding-top: 0; } .expectations { margin-top: 24px; padding-top: 22px; } .request-card { padding: 24px 20px; }
  .footer-inner { flex-direction: column; align-items: flex-start; } .footer-inner p { text-align: left; }
}
@media (max-width: 380px) { .shell { width: calc(100% - 32px); } .form-fields { grid-template-columns: 1fr; } .hero-actions { gap: 9px; } .hero-actions .cta { width: 100%; } .comfort-symbol { display: none; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; } }

.field select,.field input{min-width:0;width:100%;min-height:46px;padding:10px 12px;border:1px solid #a9b6c5;border-radius:5px;background:#fff;color:#172c43;font-size:16px}.field [aria-invalid=true]{border-color:#b42318}.service-number{font-size:11px;letter-spacing:.12em;font-weight:750;color:#245bec;margin-bottom:32px}.mobile-toggle{align-items:center;gap:10px;background:#eef2f5;color:#172c43;border-radius:5px;font-size:12px;padding:10px}.comfort-symbol{font-size:34px}.service-strip span{font-size:18px;color:#245bec}.faq-list details{border-bottom:1px solid #d8dfe5}.faq-list summary{cursor:pointer;min-height:70px;padding:22px 0;font-size:16px;line-height:1.5;font-weight:650}.faq-list details p{font-size:14px;line-height:1.8;color:#536174;padding:0 0 22px}.success-panel{display:block}.success-check{display:block;font-size:34px;color:#226648;margin-bottom:15px}.outline-button{padding:10px 15px;background:#fff;border:1px solid #729485;border-radius:5px;color:#172c43}.submit-button:disabled{cursor:not-allowed;opacity:.6}.sample-row button{background:transparent}.privacy-note{line-height:1.75}noscript~form .sample-row{margin-top:16px}
