:root{--ink:#0a0d0c;--paper:#f5f7f4;--muted:#66706a;--line:#d9dfda;--green:#b8ff2b;--orange:#ff6b1a;--gray:#b6bdb8;--max:1180px}*{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.55}a{color:inherit}.skip{position:absolute;left:-9999px}.skip:focus{left:1rem;top:1rem;background:#fff;padding:.8rem;z-index:100}.site-header{height:82px;display:flex;align-items:center;justify-content:space-between;padding:0 max(24px,calc((100vw - var(--max))/2));background:rgba(245,247,244,.96);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:20;backdrop-filter:blur(12px)}.brand{font-weight:950;letter-spacing:-.08em;text-decoration:none;font-size:1.65rem}.brand span{position:relative}.brand span:after{content:"";position:absolute;width:7px;height:7px;border-radius:50%;background:var(--green);right:-8px;top:1px}.site-header nav{display:flex;align-items:center;gap:1.5rem}.site-header nav a{text-decoration:none;font-size:.91rem;font-weight:700}.site-header nav a:hover{opacity:.55}.nav-cta{background:var(--ink);color:#fff;padding:.7rem 1rem;border-radius:2px}.menu-btn{display:none}.hero{max-width:var(--max);margin:auto;padding:clamp(4.5rem,10vw,8rem) 24px 5rem}.hero-grid{display:grid;grid-template-columns:1.35fr .65fr;gap:4rem;align-items:end}.eyebrow{font-size:.72rem;font-weight:900;letter-spacing:.17em}.hero h1,.page-hero h1{font-size:clamp(3.2rem,7vw,6.4rem);line-height:.91;letter-spacing:-.065em;max-width:1000px;margin:.8rem 0 1.4rem}.page-hero h1{font-size:clamp(2.7rem,6vw,5.6rem)}.hero p,.page-hero .lead{font-size:clamp(1.15rem,2vw,1.45rem);max-width:720px;color:#39413c}.hero-side{border-left:1px solid var(--line);padding-left:2rem}.button{display:inline-block;background:var(--ink);color:#fff;text-decoration:none;font-weight:850;padding:1rem 1.25rem;border:0;border-radius:2px;cursor:pointer}.button:hover{transform:translateY(-1px)}.text-link{font-weight:850;text-decoration:none;border-bottom:1px solid}.actions{display:flex;align-items:center;gap:1.4rem;margin-top:2rem;flex-wrap:wrap}.trust-strip{background:var(--ink);color:#fff}.trust-strip>div{max-width:var(--max);margin:auto;padding:1.2rem 24px;display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;font-size:.8rem;font-weight:800}.trust-strip span:before{content:"";display:inline-block;width:7px;height:7px;background:var(--green);margin-right:.65rem}.section{max-width:var(--max);margin:auto;padding:6rem 24px}.section-head{display:grid;grid-template-columns:.7fr 1.3fr;gap:3rem;margin-bottom:3rem}.section h2,.cta h2{font-size:clamp(2rem,4vw,4rem);line-height:1;letter-spacing:-.05em;margin:0}.section-head p{font-size:1.15rem;color:var(--muted);margin:0}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);border:1px solid var(--line)}.card{background:var(--paper);padding:2rem;min-height:285px;display:flex;flex-direction:column}.card .num{font-size:.72rem;font-weight:900;color:var(--muted)}.card h3{font-size:1.45rem;line-height:1.15;margin:auto 0 .8rem}.card p{color:var(--muted);margin:0}.cap-card{text-decoration:none}.cap-card:hover{background:#fff}.cap-card .arrow{margin-top:1.4rem;font-weight:900}.page-hero{max-width:var(--max);margin:auto;padding:5.5rem 24px 4rem}.page-intro{max-width:850px;font-size:1.35rem;color:#39413c}.accent-line{height:8px;background:var(--green)}.accent-orange .accent-line,.accent-orange .trust-strip span:before{background:var(--orange)}.accent-gray .accent-line{background:var(--gray)}.steps{counter-reset:step}.step{display:grid;grid-template-columns:90px 1fr;border-top:1px solid var(--line);padding:2rem 0}.step:before{counter-increment:step;content:"0" counter(step);font-weight:900;color:var(--muted)}.step h3{font-size:1.5rem;margin:0 0 .5rem}.step p{max-width:720px;color:var(--muted);margin:0}.cta{background:var(--ink);color:#fff;padding:4.5rem max(24px,calc((100vw - var(--max))/2));display:grid;grid-template-columns:1.4fr .6fr;gap:3rem;align-items:end}.cta p{color:#c8cfca;max-width:680px}.cta-actions{display:flex;flex-direction:column;align-items:flex-start;gap:1.3rem}.light{background:#fff;color:var(--ink)}.light-link{color:#fff}.article-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:var(--line);border:1px solid var(--line)}.article-card{background:var(--paper);padding:2rem;text-decoration:none;min-height:280px;display:flex;flex-direction:column}.article-card:hover{background:#fff}.article-card h2{font-size:2rem;margin:auto 0 1rem}.article-meta{font-size:.75rem;font-weight:900;color:var(--muted);letter-spacing:.08em}.prose{max-width:780px;margin:0 auto;padding:2rem 24px 7rem}.prose p{font-size:1.2rem;line-height:1.75}.contact-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:5rem}.contact-list a{display:block;font-size:1.25rem;font-weight:800;margin:.8rem 0}.form label{display:block;font-weight:800;margin:0 0 .4rem}.form input,.form textarea,.form select{width:100%;padding:1rem;border:1px solid #bbc3bd;background:#fff;font:inherit;margin-bottom:1.25rem}.form textarea{min-height:150px}.form .hp{position:absolute;left:-9999px}.notice{padding:1rem;border-left:5px solid var(--green);background:#fff;margin-bottom:1.5rem}footer{background:#050706;color:#fff;padding:4.5rem max(24px,calc((100vw - var(--max))/2)) 2rem;display:grid;grid-template-columns:2fr repeat(3,1fr);gap:3rem}footer>div{display:flex;flex-direction:column;align-items:flex-start;gap:.6rem}footer a{text-decoration:none;color:#c9d0cb}.footer-brand{color:#fff}footer p{color:#9ca59f;max-width:330px}footer small{grid-column:1/-1;color:#778079;border-top:1px solid #252a27;padding-top:1.5rem;margin-top:2rem}@media(max-width:850px){.site-header{height:70px}.menu-btn{display:block;border:0;background:none;font:inherit;font-weight:900}.site-header nav{display:none;position:absolute;left:0;right:0;top:69px;background:var(--paper);padding:1.5rem 24px;flex-direction:column;align-items:stretch;border-bottom:1px solid var(--line)}.site-header nav.open{display:flex}.hero-grid,.section-head,.cta,.contact-grid{grid-template-columns:1fr}.hero-side{border-left:0;border-top:1px solid var(--line);padding:1.5rem 0 0}.trust-strip>div{grid-template-columns:1fr 1fr}.cards,.article-grid{grid-template-columns:1fr}.section{padding:4rem 24px}.card{min-height:230px}.cta{padding-top:3.5rem;padding-bottom:3.5rem}footer{grid-template-columns:1fr 1fr}footer>div:first-child{grid-column:1/-1}}@media(max-width:520px){.hero,.page-hero{padding-top:3.5rem}.trust-strip>div,footer{grid-template-columns:1fr}.step{grid-template-columns:55px 1fr}.actions{align-items:flex-start;flex-direction:column}}
