:root{color-scheme:light dark;--bg: #0f1115;--bg-soft: #171a21;--surface: #ffffff;--surface-muted: #f4f5f7;--text: #f5f5f5;--text-dark: #171717;--muted: #6b7280;--line: rgba(255, 255, 255, .14);--line-dark: rgba(15, 17, 21, .12);--accent: #b91c1c;--accent-dark: #991b1b;--max: 1120px}*{box-sizing:border-box}html{background:var(--bg);font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;scroll-behavior:smooth}body{margin:0;color:var(--text);background:var(--bg);line-height:1.6}a{color:inherit;text-decoration:none}a:focus-visible,button:focus-visible{outline:3px solid rgba(239,68,68,.85);outline-offset:3px}p{margin:0 0 1rem}h1,h2,h3{margin:0;line-height:1.12;letter-spacing:0}h1{max-width:940px;font-size:clamp(2.35rem,8vw,4.8rem)}h2{font-size:clamp(1.7rem,4vw,3rem)}h3{font-size:1.18rem}.site-header{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;padding:.9rem max(1rem,calc((100vw - var(--max)) / 2));border-bottom:1px solid var(--line);background:#0f1115e0;backdrop-filter:blur(16px)}.brand{display:inline-flex;align-items:center;gap:.7rem;min-width:0}.brand-logo{width:124px;height:auto;padding:.3rem;border-radius:6px;background:#fff}.brand strong,.brand small{display:block}.brand small{color:#c9cbd1;font-size:.78rem}.nav{order:3;display:flex;width:100%;gap:1.1rem;overflow-x:auto;padding-bottom:.1rem;color:#d6d7dc;font-size:.94rem;white-space:nowrap}.nav a:hover{color:#fff}.header-cta,.button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:.75rem 1rem;border:1px solid transparent;border-radius:6px;font-weight:700}.header-cta{background:#fff;color:var(--text-dark)}.hero{display:grid;gap:2rem;max-width:var(--max);margin:0 auto;padding:clamp(4rem,9vw,7rem) 1rem}.hero-content{display:grid;gap:1.35rem}.eyebrow{margin:0;color:#ef4444;font-size:.78rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.hero-subtitle{max-width:760px;color:#d7d9df;font-size:clamp(1.05rem,2.4vw,1.28rem)}.hero-actions{display:flex;flex-wrap:wrap;gap:.75rem}.button-primary{background:var(--accent);color:#fff}.button-primary:hover{background:var(--accent-dark)}.button-secondary{border-color:#ffffff38;background:#ffffff14;color:#fff}.button-ghost{color:#fff;text-decoration:underline;text-underline-offset:.28em}.button-light{background:#fff;color:var(--accent-dark)}.hero-panel{display:grid;gap:.75rem;overflow:hidden;padding:0;border:1px solid var(--line);border-radius:8px;background:linear-gradient(135deg,#ffffff14,#b91c1c21)}.hero-panel img{width:100%;height:260px;object-fit:cover;filter:saturate(.9) contrast(1.04)}.hero-panel div{display:grid;gap:.65rem;padding:1rem}.hero-panel span{padding-bottom:.65rem;border-bottom:1px solid var(--line);color:#f2f2f2}.hero-panel span:last-child{border-bottom:0;padding-bottom:0}.section{padding:clamp(3.4rem,7vw,5.5rem) max(1rem,calc((100vw - var(--max)) / 2))}.section-light{background:var(--surface);color:var(--text-dark)}.section-muted{background:var(--surface-muted);color:var(--text-dark)}.section-dark{background:var(--bg-soft);color:var(--text)}.section-heading{display:grid;gap:.75rem;max-width:760px;margin-bottom:2rem}.section-heading p:not(.eyebrow){color:var(--muted)}.card-grid{display:grid;gap:1rem}.service-card,.callout,.contact-card{border:1px solid var(--line-dark);border-radius:8px;background:#fff}.service-card{overflow:hidden;padding:1.25rem}.service-card img{width:calc(100% + 2.5rem);height:150px;margin:-1.25rem -1.25rem 1rem;object-fit:cover}.service-card p{color:#4b5563;margin:.7rem 0 0}.text-link{display:inline-flex;margin-top:1rem;color:var(--accent-dark);font-weight:700;text-decoration:underline;text-underline-offset:.25em}.steps{display:grid;gap:1rem;padding:0;margin:0;list-style:none}.steps li{display:grid;gap:.35rem;padding:1.25rem;border:1px solid var(--line);border-radius:8px;background:#ffffff0a}.steps span{color:#ef4444;font-weight:900}.steps p{margin:0;color:#d6d7dc}.split{display:grid;gap:1.75rem}.split p{color:#414651}.feature-list{display:grid;gap:.7rem}.feature-list p,.image-frame{margin:0}.image-frame img{display:block;width:100%;border-radius:8px;object-fit:cover}.image-frame figcaption{margin-top:.55rem;color:var(--muted);font-size:.92rem}.topic-list{display:flex;flex-wrap:wrap;gap:.65rem}.topic-list span{padding:.55rem .75rem;border:1px solid var(--line-dark);border-radius:999px;background:#fff;color:#262a33;font-size:.94rem}.contact-band{display:grid;gap:1.5rem;align-items:center;background:var(--accent);color:#fff}.contact-band .eyebrow{color:#fecaca}.contact-band p{color:#ffe4e6}.page-hero{max-width:var(--max);margin:0 auto;padding:clamp(3.5rem,8vw,6rem) 1rem}.page-hero h1{margin-top:.8rem;font-size:clamp(2rem,6vw,4rem)}.content-narrow,.legal-text{max-width:840px}.content-narrow p,.legal-text p{color:#374151;font-size:1.06rem}.callout{padding:1.25rem}.callout a:not(.button){color:var(--accent-dark);text-decoration:underline}.contact-card{display:grid;gap:1rem;max-width:760px;padding:1.25rem}.fine-print{color:#9ca3af;font-size:.9rem}.site-disclaimer{padding:1rem;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#111318;color:#d7d9df;font-size:.92rem;text-align:center}.site-footer{padding:2.5rem max(1rem,calc((100vw - var(--max)) / 2));background:#090a0d;color:#d7d9df}.footer-grid{display:grid;gap:1.6rem}.footer-grid div{display:grid;gap:.45rem}.footer-grid p{margin:0}.footer-grid a{color:#d7d9df}@media(min-width:760px){.nav{order:initial;width:auto;overflow:visible;padding-bottom:0}.hero{grid-template-columns:minmax(0,1fr) 320px;align-items:end}.card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.steps{grid-template-columns:repeat(5,minmax(0,1fr))}.split,.contact-band,.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:520px){.site-header{align-items:center}.brand small{display:none}.header-cta{padding-inline:.8rem}.button{width:100%}}
