@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&display=swap";:root{font-family:DM Sans,Arial,sans-serif;color:#18243a;background:#fff;font-synthesis:none;text-rendering:optimizeLegibility;--navy: #153467;--navy-dark: #0b234b;--orange: #ff6b00;--orange-dark: #e95e00;--muted: #5c6778;--line: #dfe4ea}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;background:#fff}a{color:inherit}img{display:block;max-width:100%}.shell{width:min(1180px,calc(100% - 96px));margin-inline:auto}.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}.site-header{height:86px;border-bottom:1px solid var(--line);background:#fffffff7;position:sticky;top:0;z-index:20}.header-inner{height:100%;display:flex;align-items:center;justify-content:space-between}.brand img{width:184px;height:auto}.button{min-height:52px;padding:0 24px;display:inline-flex;align-items:center;justify-content:center;gap:10px;background:var(--orange);color:#fff;font-size:15px;font-weight:700;text-decoration:none;transition:background .18s ease,transform .18s ease}.button svg{width:18px;height:18px}.button:hover{background:var(--orange-dark);transform:translateY(-2px)}.button:focus-visible,a:focus-visible{outline:3px solid rgba(255,107,0,.32);outline-offset:3px}.hero{min-height:590px;padding-block:66px;display:grid;grid-template-columns:1.12fr .88fr;gap:54px;align-items:center}.eyebrow{margin:0 0 20px;color:var(--orange);font-size:13px;line-height:1.4;letter-spacing:.12em;font-weight:700}.hero h1{max-width:680px;margin:0;color:var(--navy-dark);font-size:clamp(48px,5vw,72px);line-height:1.01;letter-spacing:-.045em}.hero-lead{max-width:620px;margin:28px 0 30px;font-size:19px;line-height:1.66;color:#2e3a50}.hero-photo{margin:0;height:440px;overflow:hidden;border-left:5px solid var(--orange)}.hero-photo img{width:100%;height:100%;object-fit:cover;object-position:58% center}.comparison{padding-block:44px 80px}.comparison-grid{display:grid;grid-template-columns:1fr 54px 1fr;gap:28px;align-items:center}.comparison-column{min-width:0;padding:28px 24px 24px;border:1px solid #cfd6df;background:#fff}.comparison-column.highlighted{border:2px solid var(--orange)}.comparison-column>h2{margin:0 0 20px;color:var(--navy-dark);font-size:28px;letter-spacing:-.03em}.comparison-list,.comparison-wrap{display:grid}.comparison-item{min-height:116px;padding:18px;display:grid;grid-template-columns:70px 1fr;gap:14px;align-items:center;border:1px solid var(--line)}.comparison-icon{width:58px;height:58px;display:grid;place-items:center;border-radius:50%;background:#f1f3f6;color:var(--navy)}.highlighted .comparison-icon{background:#fff1e8;color:var(--orange)}.comparison-icon svg{width:34px;height:34px}.comparison-item h3{margin:0 0 5px;color:var(--navy-dark);font-size:18px;letter-spacing:-.02em}.comparison-item p{margin:0;color:#354158;font-size:15px;line-height:1.5}.down-arrow{width:22px;height:30px;margin-left:36px;color:var(--navy)}.comparison-arrow{width:54px;height:54px;color:var(--orange)}.column-result{margin-top:22px;padding-top:20px;border-top:1px solid var(--line);text-align:center;color:var(--navy-dark)}.column-result>span{display:block;margin-bottom:14px;font-size:12px;letter-spacing:.06em;font-weight:700}.column-result strong{display:inline-flex;align-items:center;gap:14px;font-size:25px}.column-result svg{width:44px;height:44px}.highlighted .column-result svg{color:var(--orange)}.saving-result{width:max-content;max-width:100%;margin:38px auto 0;display:grid;grid-template-columns:72px 1fr;gap:22px;align-items:center}.saving-result>svg{width:72px;height:72px;color:var(--navy)}.saving-result h2{margin:0 0 6px;color:var(--navy-dark);font-size:27px;letter-spacing:-.03em}.saving-result p{margin:0;color:#3a465b;font-size:14px;line-height:1.55}.process-section{padding:62px 0 42px;background:var(--navy-dark);color:#fff}.process-heading{margin-bottom:38px;text-align:center}.process-heading h2{margin:0 0 10px;font-size:clamp(32px,3.8vw,48px);line-height:1.08;letter-spacing:-.04em}.process-heading p{margin:0;color:#d5deea;font-size:19px}.process-flow{display:flex;align-items:stretch}.process-entry{flex:1;min-width:0;display:flex;align-items:center}.process-card{flex:1;min-height:270px;padding:25px 24px;background:#fff;color:var(--navy-dark);text-align:center;display:flex;flex-direction:column;align-items:center}.process-number{display:block;font-size:24px;font-weight:700}.process-card>svg{width:52px;height:52px;margin:13px 0 17px}.process-card h3{margin:0 0 9px;font-size:18px;line-height:1.25;letter-spacing:-.02em}.process-card p{margin:0;color:#3c4960;font-size:14px;line-height:1.55}.process-arrow{flex:0 0 52px;width:52px;height:52px;margin:0 16px;color:var(--orange)}.trust-line{margin:34px 0 0;text-align:center;color:#d5deea;font-size:15px}.final-cta{padding:38px 24px 32px;text-align:center}.final-cta p{margin:13px 0 0;color:var(--muted);font-size:14px}.site-footer{border-top:1px solid var(--line)}.footer-inner{min-height:62px;display:flex;align-items:center;justify-content:space-between;color:var(--muted);font-size:13px}.footer-inner nav{display:flex;gap:24px}.footer-inner a{text-decoration:none}.footer-inner a:hover{color:var(--orange)}@media(max-width:980px){.shell{width:min(100% - 40px,760px)}.hero{grid-template-columns:1fr;padding-block:52px}.hero-photo{height:390px}.comparison-grid{grid-template-columns:1fr;gap:24px}.comparison-arrow{justify-self:center;transform:rotate(90deg)}.process-flow,.process-entry{flex-direction:column}.process-card{width:min(100%,500px);min-height:auto}.process-arrow{transform:rotate(90deg);margin:12px 0}}@media(max-width:620px){.shell{width:calc(100% - 28px)}.site-header{height:74px}.brand img{width:148px}.header-inner>.button{min-height:44px;padding:0 14px;font-size:13px}.header-inner>.button svg{display:none}.hero{min-height:0;padding-block:44px;gap:34px}.eyebrow{margin-bottom:16px;font-size:11px}.hero h1{font-size:clamp(42px,13vw,58px)}.hero-lead{margin-block:22px 26px;font-size:17px}.hero-copy>.button,.final-cta .button{width:100%}.hero-photo{height:330px;border-left-width:4px}.comparison{padding-top:22px;padding-bottom:58px}.comparison-column{padding:22px 14px 18px}.comparison-item{grid-template-columns:56px 1fr;padding:14px 12px;min-height:106px}.comparison-icon{width:48px;height:48px}.comparison-icon svg{width:29px;height:29px}.comparison-item h3{font-size:16px}.comparison-item p{font-size:14px}.down-arrow{margin-left:27px}.column-result strong{font-size:21px}.saving-result{grid-template-columns:56px 1fr;gap:15px}.saving-result>svg{width:56px;height:56px}.saving-result h2{font-size:21px}.process-section{padding-top:50px}.process-heading h2{font-size:34px}.process-heading p{font-size:16px}.process-card{padding:23px 17px}.trust-line{font-size:13px;line-height:1.6}.footer-inner{padding-block:18px;flex-direction:column;gap:12px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition-duration:.01ms!important}}
