:root{--ink:#172033;--muted:#5c687b;--line:#dbe2ec;--soft:#f5f7fa;--accent:#a32126;--accent-dark:#74191d;--gold:#b68b45;--green:#0f7b5f}*{box-sizing:border-box}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);line-height:1.6;background:#fff}a{color:inherit;text-decoration:none}.wrap{width:min(1160px,calc(100% - 32px));margin:0 auto}.topbar{background:var(--ink);color:#fff;font-size:.92rem}.topbar-inner{display:flex;justify-content:space-between;gap:16px;padding:9px 0}.nav{position:sticky;top:0;z-index:10;background:rgba(255,255,255,.95);border-bottom:1px solid var(--line);backdrop-filter:blur(14px)}.nav-inner{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:12px;font-weight:900}.brand small{display:block;color:var(--muted);font-weight:700}.brand-mark{width:42px;height:42px;display:grid;place-items:center;border-radius:8px;background:var(--accent);color:#fff}nav{display:flex;gap:18px;flex-wrap:wrap;color:var(--muted);font-weight:800}.hero{min-height:600px;display:grid;align-items:end;color:#fff;background:linear-gradient(90deg,rgba(11,18,32,.9),rgba(11,18,32,.62),rgba(11,18,32,.2)),url("https://images.unsplash.com/photo-1556912167-f556f1f39fdf?auto=format&fit=crop&w=1800&q=80") center/cover}.hero .wrap{padding:90px 0 72px}.eyebrow{display:inline-flex;margin-bottom:16px;color:#f8d58a;font-weight:900;text-transform:uppercase;font-size:.8rem;letter-spacing:.08em}h1{max-width:820px;margin:0 0 18px;font-size:clamp(2.35rem,5vw,4.6rem);line-height:1.02}h2{margin:0 0 12px;font-size:clamp(1.7rem,3vw,2.5rem);line-height:1.12}.hero p{max-width:700px;margin:0 0 28px;color:rgba(255,255,255,.86);font-size:1.13rem}.actions{display:flex;flex-wrap:wrap;gap:12px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 18px;border-radius:8px;border:1px solid transparent;background:var(--accent);color:#fff;font-weight:900}.button.secondary{background:#fff;color:var(--ink);border-color:var(--line)}.button:hover{background:var(--accent-dark);color:#fff}section{padding:74px 0}.soft{background:var(--soft)}.trust{padding:0;border-bottom:1px solid var(--line)}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line)}.trust-grid div{background:#fff;padding:22px}.trust-grid strong{display:block}.trust-grid span,.section-head p,p.lead,.card p,.panel p{color:var(--muted)}.section-head{display:flex;justify-content:space-between;align-items:end;gap:28px;margin-bottom:30px}.section-head p{max-width:560px;margin:0}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.card,.panel{border:1px solid var(--line);border-radius:8px;background:#fff;padding:24px}.card h3,.panel h3{margin:0 0 8px}.card p{margin:0}.card a{display:inline-flex;margin-top:16px;color:var(--accent);font-weight:900}.split{display:grid;grid-template-columns:1fr 1fr;gap:42px;align-items:center}.photo{min-height:420px;border-radius:8px;background:linear-gradient(rgba(23,32,51,.08),rgba(23,32,51,.08)),url("https://images.unsplash.com/photo-1600566753190-17f0baa2a6c3?auto=format&fit=crop&w=1200&q=80") center/cover;box-shadow:0 18px 45px rgba(23,32,51,.12)}.checks{display:grid;gap:12px;padding:0;margin:24px 0;list-style:none}.checks li{display:grid;grid-template-columns:34px 1fr;gap:10px}.checks li:before{content:"OK";width:28px;height:24px;display:grid;place-items:center;border-radius:14px;background:var(--green);color:#fff;font-size:.72rem;font-weight:900}.faq{display:grid;gap:12px}.faq details{border:1px solid var(--line);border-radius:8px;padding:18px 20px;background:#fff}.faq summary{cursor:pointer;font-weight:900}.form{display:grid;gap:14px;max-width:720px}.form label{display:grid;gap:6px;color:var(--muted);font-weight:800}.form input,.form textarea{width:100%;border:1px solid var(--line);border-radius:8px;padding:13px 14px;font:inherit}.form textarea{min-height:120px}.cta{background:var(--ink);color:#fff}.cta-inner{display:flex;justify-content:space-between;align-items:center;gap:28px}.cta p{margin:0;color:rgba(255,255,255,.75)}.footer{padding:42px 0;background:#111827;color:#fff}.footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:34px}.footer p,.footer a,.footer li{color:rgba(255,255,255,.72)}.footer ul{padding:0;margin:12px 0 0;list-style:none}.footer li+li{margin-top:8px}.disclaimer{margin-top:28px;padding-top:22px;border-top:1px solid rgba(255,255,255,.14);font-size:.85rem}@media(max-width:860px){.topbar-inner,.nav-inner,.section-head,.cta-inner{align-items:flex-start;flex-direction:column}.nav-inner{padding:14px 0}.grid,.split,.trust-grid,.footer-grid{grid-template-columns:1fr}section{padding:56px 0}.hero{min-height:560px}}