:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--ink:#111315;--muted:#5d6670;--line:#d8dedf;--paper:#f7f4ed;--white:#fff;--green:#0f513f;--green-soft:#dceee7;--blue:#24455f;--rust:#a84f35;--gold:#c69a43}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);margin:0;font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}.site-header{z-index:20;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#f7f4edeb;border-bottom:1px solid #1113151a;justify-content:space-between;align-items:center;gap:24px;padding:16px clamp(18px,4vw,56px);display:flex;position:sticky;top:0}.brand{letter-spacing:0;align-items:center;gap:10px;font-weight:800;display:flex}.brand-mark{background:var(--ink);width:34px;height:34px;color:var(--paper);border-radius:6px;place-items:center;display:grid}.nav{color:var(--muted);align-items:center;gap:18px;font-size:14px;display:flex}.nav a:hover{color:var(--ink)}.button{border:1px solid var(--ink);background:var(--ink);min-height:44px;color:var(--white);cursor:pointer;border-radius:6px;justify-content:center;align-items:center;gap:9px;padding:0 18px;font-weight:700;display:inline-flex}.button.secondary{color:var(--ink);background:0 0}.button.ghost{border-color:var(--line);background:var(--white);color:var(--ink)}.hero{min-height:86vh;color:var(--white);background-image:linear-gradient(90deg,#111315d1,#1113157a,#11131529),url(https://images.unsplash.com/photo-1497366754035-f200968a6e72?auto=format&fit=crop&w=1800&q=80);background-position:50%;background-size:cover;align-items:end;padding:clamp(52px,8vw,96px) clamp(18px,4vw,56px);display:grid;position:relative}.segment-hero{background-image:linear-gradient(90deg,#111315d6,#1113156b),url(https://images.unsplash.com/photo-1556761175-b413da4baf72?auto=format&fit=crop&w=1800&q=80);min-height:72vh}.hero-content{width:min(780px,100%)}.eyebrow{letter-spacing:.08em;text-transform:uppercase;color:var(--gold);margin:0 0 16px;font-size:13px;font-weight:800}h1,h2,h3,p{margin-top:0}h1{letter-spacing:0;margin-bottom:22px;font-size:clamp(46px,7vw,86px);line-height:.95}h2{letter-spacing:0;margin-bottom:18px;font-size:clamp(30px,4vw,52px);line-height:1.02}h3{margin-bottom:10px;font-size:22px;line-height:1.15}.lead{color:#ffffffe0;max-width:680px;font-size:clamp(18px,2vw,24px);line-height:1.45}.hero-actions,.actions{flex-wrap:wrap;gap:12px;margin-top:28px;display:flex}.band{padding:clamp(52px,8vw,96px) clamp(18px,4vw,56px)}.band.white{background:var(--white)}.band.dark{background:var(--ink);color:var(--white)}.inner{width:min(1160px,100%);margin:0 auto}.section-head{grid-template-columns:minmax(0,.9fr) minmax(280px,.55fr);align-items:end;gap:clamp(24px,5vw,64px);margin-bottom:34px;display:grid}.section-head p,.muted{color:var(--muted);line-height:1.65}.dark .muted,.dark .section-head p{color:#ffffffb8}.grid{gap:16px;display:grid}.grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.tile{border:1px solid var(--line);background:var(--white);border-radius:8px;min-height:100%;padding:24px}.dark .tile{background:#ffffff0f;border-color:#ffffff29}.tile p,.tile li{color:var(--muted);line-height:1.6}.dark .tile p,.dark .tile li{color:#ffffffbd}.price{color:var(--green);margin:18px 0;font-size:30px;font-weight:800}.dark .price{color:var(--gold)}.pill-row{flex-wrap:wrap;gap:8px;margin-top:16px;display:flex}.pill{background:var(--green-soft);min-height:30px;color:var(--green);border-radius:999px;align-items:center;padding:0 10px;font-size:13px;font-weight:700;display:inline-flex}.segment-link{border:1px solid var(--line);background:var(--white);border-radius:8px;flex-direction:column;justify-content:space-between;min-height:132px;padding:22px;display:flex}.segment-link span{color:var(--muted);line-height:1.5}.process{counter-reset:step}.process .tile:before{counter-increment:step;content:counter(step);background:var(--rust);width:34px;height:34px;color:var(--white);border-radius:6px;place-items:center;margin-bottom:18px;font-weight:800;display:grid}.form-shell{grid-template-columns:minmax(0,.8fr) minmax(340px,.55fr);align-items:start;gap:24px;display:grid}.form-panel{border:1px solid var(--line);background:var(--white);border-radius:8px;padding:24px}.field-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.field{gap:7px;margin-bottom:14px;display:grid}.field.full{grid-column:1/-1}label{font-size:13px;font-weight:800}input,select,textarea{border:1px solid var(--line);width:100%;min-height:44px;color:var(--ink);background:#fbfaf7;border-radius:6px;padding:10px 12px}textarea{resize:vertical;min-height:110px}.result{border-left:5px solid var(--green)}.warning{border-left:5px solid var(--rust)}.footer{background:var(--ink);color:#ffffffc7;padding:34px clamp(18px,4vw,56px)}.footer .inner{justify-content:space-between;gap:24px;display:flex}@media (max-width:860px){.nav{display:none}.hero{background-position:50%;min-height:82vh}.section-head,.form-shell,.grid.three,.grid.two,.field-grid{grid-template-columns:1fr}.footer .inner{flex-direction:column}}
