:root{--bg: #f7f4ef;--panel: #ffffff;--text: #1f2430;--muted: #5f6777;--line: rgba(31, 36, 48, .14);--brand: #1f2430;--shadow: 0 8px 22px rgba(27, 33, 48, .05);--radius: 16px;--container: 980px;--font-body: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--text);font-family:var(--font-body);line-height:1.6;font-size:16px;background:var(--bg)}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,textarea{font:inherit}.container{width:min(calc(100% - 2rem),var(--container));margin:0 auto}.site-header{position:sticky;top:0;z-index:10;background:#f7f4eff2;border-bottom:1px solid rgba(31,36,48,.08)}.nav-row{display:flex;align-items:center;justify-content:space-between;gap:1.25rem;min-height:84px}.brand{display:inline-flex;align-items:center;gap:.9rem}.brand-logo{width:58px;height:58px;object-fit:contain;object-position:center;padding:.2rem;border-radius:16px;background:#ffffffeb;border:1px solid rgba(31,36,48,.1)}.brand span{display:grid}.brand strong,h1,h2,h3{letter-spacing:-.02em}.brand small{color:var(--muted)}.site-nav{display:flex;align-items:center;gap:1.25rem;flex-wrap:wrap}.site-nav a{display:inline-flex;align-items:center;min-height:44px;padding:.35rem .55rem;border-radius:10px}.nav-cta,.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:.8rem 1.2rem;border-radius:999px;font-weight:700;line-height:1;white-space:nowrap;transition:transform .18s ease,background-color .18s ease}.nav-cta,.button-primary{background:var(--brand);color:#fff}.button-secondary{border:1px solid var(--line);background:#fff}.button:hover{transform:translateY(-1px)}.hero-section,.page-hero{padding:4.5rem 0 2rem}.hero-simple,.contact-grid,.footer-grid{display:grid;gap:1.5rem}.eyebrow{margin:0 0 .75rem;color:var(--brand);font-weight:700;text-transform:uppercase;letter-spacing:.12em;font-size:.78rem}h1{margin:0;font-size:clamp(2.3rem,5vw,4.5rem);line-height:.95}h2{margin:0 0 .8rem;font-size:clamp(1.55rem,2.8vw,2.4rem);line-height:1.08}h3{margin:0 0 .65rem;font-size:1.1rem;line-height:1.2}.hero-copy,.page-intro,.keyword-strip,.section-heading p,.info-card p,.step-card p,.prose-card p,.contact-card p{color:var(--muted)}.hero-actions,.cta-actions{display:flex;gap:.8rem;flex-wrap:wrap;margin-top:1.5rem}.keyword-strip{margin-top:.9rem;font-size:.95rem}.landing-grid,.service-stack{display:grid;gap:1rem}.landing-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.info-card,.step-card,.contact-card,.prose-card,.contact-panel,.cta-box{border:1px solid var(--line);background:var(--panel);box-shadow:var(--shadow);border-radius:var(--radius)}.step-list{display:grid;gap:1rem}.section{padding:2rem 0 4rem}.section-alt{background:#ffffff73;border-top:1px solid rgba(31,36,48,.06);border-bottom:1px solid rgba(31,36,48,.06)}.section-heading{max-width:760px;margin-bottom:1.5rem}.card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.info-card,.step-card,.contact-card,.prose-card,.contact-panel,.cta-box{padding:1.5rem}.info-card{min-height:100%;display:grid;align-content:start;gap:.7rem}.info-card .check-list{margin-top:auto}.text-link{margin-top:1rem;font-weight:700;color:var(--brand)}.check-list,.footer-links,.contact-list{margin:0;padding:0;list-style:none}.check-list li,.contact-list li{position:relative;padding-left:1.2rem;color:var(--muted)}.check-list li+li,.contact-list li+li,.footer-links li+li{margin-top:.7rem}.check-list li:before,.contact-list li:before{content:"";position:absolute;left:0;top:.56rem;width:.45rem;height:.45rem;border-radius:999px;background:var(--brand)}.contact-grid,.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.contact-grid{align-items:start}.cta-section{padding-bottom:5rem}.cta-box{display:flex;justify-content:space-between;gap:1rem;align-items:center}.contact-card form{display:grid}.contact-card label{display:grid;gap:.45rem;margin-bottom:1rem;font-weight:600}.contact-panel{display:grid;gap:.25rem}.contact-row{display:grid;gap:.35rem;padding:1rem 0;border-top:1px solid var(--line)}.contact-row:first-of-type{border-top:0;padding-top:.35rem}.contact-row span{color:var(--muted);font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.contact-row a{color:var(--text);font-weight:700;line-height:1.35}input,textarea{width:100%;border:1px solid var(--line);border-radius:14px;background:#ffffffd1;padding:.9rem 1rem;color:var(--text)}textarea{resize:vertical}.site-footer{padding:0 0 3rem;border-top:1px solid var(--line);background:#ffffff8c}.footer-brand{display:flex;align-items:flex-start;gap:1rem}.footer-grid{grid-template-columns:1.2fr 1fr 1fr 1fr;padding-top:2rem}.footer-grid h3{margin-bottom:.8rem}.footer-brand p{margin:0;color:var(--muted)}.footer-logo{width:68px;height:68px;object-fit:contain;object-position:center;margin-bottom:.75rem;padding:.25rem;border-radius:18px;background:#ffffffeb;border:1px solid rgba(31,36,48,.1)}.footer-legal{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--line)}@media(max-width:900px){.landing-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.card-grid,.contact-grid{grid-template-columns:1fr}.footer-brand{align-items:flex-start}.cta-box{flex-direction:column;align-items:flex-start}}@media(max-width:720px){.nav-row{padding:.8rem 0;align-items:flex-start;flex-direction:column}.site-nav{width:100%;justify-content:space-between;gap:.75rem}.site-nav a{flex:1 1 auto;justify-content:center}.brand-logo{width:52px;height:52px}h1{line-height:1}.hero-section,.page-hero{padding-top:3rem}.footer-grid{grid-template-columns:1fr}}
