:root{--ink:#102522;--muted:#5b6d69;--paper:#f6f5ef;--white:#fff;--accent:#ef6a3a;--mint:#b8e4d5;--line:#dce3df}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;line-height:1.6}.site-header{height:82px;display:flex;align-items:center;justify-content:space-between;max-width:1180px;margin:auto;padding:0 26px}.brand{display:flex;align-items:center;gap:12px;text-decoration:none;color:var(--ink);font-weight:760}.brand-mark{background:var(--ink);color:#fff;padding:7px 9px;border-radius:7px;letter-spacing:.08em}nav{display:flex;gap:28px;align-items:center}nav a{color:var(--ink);text-decoration:none;font-weight:650;font-size:.92rem}.nav-cta{border:1px solid var(--ink);border-radius:999px;padding:8px 17px}.hero{min-height:650px;max-width:1180px;margin:auto;padding:72px 26px 100px;display:grid;grid-template-columns:1.15fr .85fr;align-items:center;gap:80px}.eyebrow{color:#b3421b;font-size:.79rem;text-transform:uppercase;letter-spacing:.15em;font-weight:850;margin:0 0 13px}h1{font-size:clamp(3rem,6vw,5.5rem);line-height:.98;letter-spacing:-.055em;margin:0;max-width:760px}h2{font-size:clamp(2.1rem,4vw,3.5rem);line-height:1.05;letter-spacing:-.04em;margin:0 0 26px;max-width:720px}h3{font-size:1.2rem;line-height:1.3;margin:12px 0}.intro{font-size:1.18rem;color:var(--muted);max-width:660px;margin:28px 0}.actions{display:flex;gap:12px;flex-wrap:wrap}.button{border:0;border-radius:999px;padding:13px 22px;font:inherit;font-weight:800;text-decoration:none;display:inline-block;cursor:pointer}.primary{background:var(--accent);color:#fff}.primary:hover{background:#d9572b}.secondary{border:1px solid var(--line);background:#fff;color:var(--ink)}.highlights{list-style:none;padding:0;margin:34px 0 0;display:flex;gap:30px;color:var(--muted);font-size:.88rem}.highlights li{display:grid}.highlights strong{color:var(--ink);font-size:1rem}.hero-card{background:var(--ink);border-radius:30px;padding:34px;min-height:380px;box-shadow:20px 24px 0 var(--mint);transform:rotate(2deg);color:#fff}.status{background:#183630;padding:10px 14px;border-radius:10px;margin-bottom:52px;display:inline-flex;align-items:center;gap:9px;font-size:.85rem}.status span{width:8px;height:8px;background:#78e3b7;border-radius:50%;box-shadow:0 0 0 5px #78e3b722}.screen-line{height:15px;background:#294b45;border-radius:8px;width:65%;margin:12px 0}.screen-line.wide{height:24px;background:#fff;width:90%}.service-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:42px}.service-grid i{font-style:normal;background:#f6f5ef;color:var(--ink);padding:18px;border-radius:12px;font-weight:850}.service-grid i:nth-child(2),.service-grid i:nth-child(3){background:var(--mint)}.section{max-width:1180px;margin:auto;padding:105px 26px}.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.cards article{background:#fff;padding:26px;border-radius:16px;border:1px solid var(--line)}.cards article span{font-weight:900;color:var(--accent);font-size:.8rem}.cards p,.split p,.contact-copy p{color:var(--muted)}.other-help{text-align:center;margin:30px 0 0}.split{display:grid;grid-template-columns:1fr 1fr;gap:90px;border-top:1px solid var(--line)}.steps{list-style:none;padding:0;margin:0}.steps li{display:flex;gap:18px;padding:22px 0;border-bottom:1px solid var(--line)}.steps b{display:grid;place-items:center;flex:0 0 38px;height:38px;border-radius:50%;background:var(--mint)}.steps div{display:grid}.steps span{color:var(--muted)}.contact{background:var(--ink);color:#fff;max-width:none;padding-left:max(26px,calc((100vw - 1128px)/2));padding-right:max(26px,calc((100vw - 1128px)/2));display:grid;grid-template-columns:.8fr 1.2fr;gap:90px}.contact-copy p{color:#b9cac6}.phone{display:grid;color:#fff;text-decoration:none;font-size:1.5rem;font-weight:850;margin-top:28px}.phone small{color:var(--mint);font-size:.78rem;text-transform:uppercase;letter-spacing:.12em}form{background:#fff;color:var(--ink);padding:32px;border-radius:20px}label{display:grid;gap:6px;font-size:.85rem;font-weight:750;margin-bottom:16px}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}input,textarea{width:100%;border:1px solid #cbd6d2;border-radius:9px;padding:12px;font:inherit;background:#fbfcfb}input:focus,textarea:focus{outline:3px solid #b8e4d577;border-color:#579d86}.website{position:absolute;left:-10000px}.form-note{font-size:.78rem;color:var(--muted);margin:12px 0 0}.notice{padding:12px 14px;border-radius:8px;margin:0 0 18px}.notice.success{background:#dcf6eb;color:#185b44}.notice.error{background:#fee5df;color:#922d19}footer{max-width:1180px;margin:auto;padding:28px 26px;display:flex;justify-content:space-between;color:var(--muted);font-size:.82rem}@media(max-width:850px){nav a:not(.nav-cta){display:none}.hero{grid-template-columns:1fr;padding-top:45px;gap:55px}.hero-card{min-height:330px}.cards{grid-template-columns:1fr 1fr}.split,.contact{grid-template-columns:1fr;gap:45px}.highlights{gap:18px;flex-wrap:wrap}}@media(max-width:520px){.site-header{height:70px}.brand span:last-child{display:none}h1{font-size:3.2rem}.hero{padding-bottom:70px}.cards{grid-template-columns:1fr}.field-row{grid-template-columns:1fr}.contact, .section{padding-top:75px;padding-bottom:75px}footer{display:grid;gap:6px}.hero-card{margin-right:15px}.highlights{display:grid;grid-template-columns:1fr 1fr}}
