:root{--bg:#fbf5ee;--bg-alt:#f3e4d4;--surface:#fff7ef;--surface-strong:#f6e7d8;--text:#1f160f;--muted:#6f5b4f;--primary:#9a4d2d;--primary-dark:#7f3e24;--accent:#d4882f;--accent-dark:#b46a18;--border:rgba(154,77,45,.18);--shadow:0 18px 40px rgba(113,63,27,.08);--shadow-soft:0 12px 24px rgba(113,63,27,.08);--radius:20px;--max-width:1120px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,sans-serif;background:linear-gradient(180deg,var(--bg) 0,var(--bg-alt) 100%);color:var(--text);line-height:1.6}body,button,input,select,textarea{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}.text-link{color:var(--primary);text-decoration:underline;text-underline-offset:.16em}.container{width:min(calc(100% - 2rem),var(--max-width));margin:0 auto}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:20;background:hsla(32,62%,96%,.92);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border)}.nav{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 0}.brand{gap:.8rem;font-weight:800}.brand,.brand-mark{display:inline-flex;align-items:center}.brand-mark{justify-content:center;width:46px;height:46px;border-radius:12px;background:linear-gradient(135deg,var(--primary),var(--accent));color:#fff;font-size:.95rem;letter-spacing:.04em;box-shadow:0 10px 20px rgba(154,77,45,.18)}.brand-text{font-size:1.05rem}.nav-links{display:flex;align-items:center;gap:1.2rem;flex-wrap:wrap}.nav-links a{color:var(--muted);font-weight:600}.nav-links a:hover,.text-link:hover{color:var(--primary)}.form-page,.hero,.thank-you-page{padding:6rem 0 4rem}.minimal-hero{padding-top:7rem}.centered{text-align:center}.narrow-copy,.narrow-hero,.single-column-layout{max-width:760px;margin-left:auto;margin-right:auto}.centered-lead,.narrow-lead,.simple-copy{margin-left:auto;margin-right:auto}.eyebrow{margin:0;color:var(--primary);font-weight:700;text-transform:uppercase;letter-spacing:.14em;font-size:.78rem}.eyebrow-display{font-size:1.05rem;letter-spacing:.18em}.headline-accent{width:96px;height:6px;margin:1rem auto 1.5rem;border-radius:999px;background:linear-gradient(135deg,var(--primary),var(--accent))}h1{font-size:clamp(3rem,6vw,5.1rem);font-weight:800;line-height:.96;letter-spacing:-.05em}h1,h2{margin:0}h2{font-size:clamp(1.5rem,3vw,2rem);line-height:1.05;letter-spacing:-.03em}.lead{max-width:38rem;font-size:1.08rem;color:var(--muted)}.form-actions,.hero-actions{display:flex;gap:1rem;flex-wrap:wrap;margin-top:1.75rem}.button,.centered-actions{justify-content:center}.button{display:inline-flex;align-items:center;min-height:50px;padding:.95rem 1.3rem;border:0;border-radius:10px;background:linear-gradient(135deg,var(--primary),var(--accent));color:#fff;font-weight:800;text-transform:uppercase;letter-spacing:.06em;box-shadow:0 14px 28px rgba(154,77,45,.18);cursor:pointer;transition:transform .18s ease,box-shadow .18s ease}.button:hover{transform:translateY(-1px);box-shadow:0 18px 30px rgba(154,77,45,.22)}.button-secondary{background:transparent;color:var(--primary);border:1px solid var(--border);box-shadow:none}.button-small{min-height:40px;padding:.7rem 1rem}.section,.simple-section{padding:0 0 4rem}.simple-list{margin:1rem 0 0;padding-left:1.2rem;color:var(--muted)}.section-subtitle{margin-top:.9rem}.centered-list{list-style-position:inside;padding-left:0;text-align:center}.centered-list li+li{margin-top:.45rem}.form-intro p,.form-section-heading p,.form-status,.simple-copy p,.simple-footer p{color:var(--muted)}.form-layout,.thank-you-wrap{display:grid;grid-gap:2rem;gap:2rem}.single-column-layout{grid-template-columns:1fr}.callout-strip,.form-card,.layout-panel,.thank-you-card{background:rgba(255,247,239,.72);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow)}.form-card,.thank-you-card{padding:1.75rem}.stacked-form{display:grid;grid-gap:1.5rem;gap:1.5rem}.form-grid{display:grid;grid-gap:1rem;gap:1rem}.two-up{grid-template-columns:repeat(2,minmax(0,1fr))}.full-span{grid-column:1/-1}.form-section{padding-bottom:1.5rem;border-bottom:1px solid var(--border)}.form-section:last-of-type{padding-bottom:0;border-bottom:0}.form-section-heading{margin-bottom:1rem}.form-section-heading h2{margin-bottom:.35rem}label{display:grid;grid-gap:.45rem;gap:.45rem;font-weight:700}input,select,textarea{width:100%;border:1px solid var(--border);border-radius:12px;padding:.9rem 1rem;background:hsla(0,0%,100%,.7);font:inherit;color:var(--text)}input:focus,select:focus,textarea:focus{outline:2px solid rgba(154,77,45,.12);border-color:rgba(154,77,45,.4)}.checkbox-row{display:flex;align-items:flex-start;gap:.75rem;font-weight:500;color:var(--muted)}.checkbox-row input{width:20px;height:20px;margin-top:.15rem}.form-status{margin:0;font-weight:700}.form-status.success{color:#17624a}.form-status.error{color:#9e2f20}.success-badge{display:inline-flex;align-items:center;justify-content:center;width:-moz-fit-content;width:fit-content;margin:0 auto 1rem;padding:.45rem .8rem;border-radius:999px;background:rgba(212,136,47,.14);color:var(--primary);font-weight:800;text-transform:uppercase;letter-spacing:.08em;font-size:.82rem}.thank-you-wrap{place-items:center}.thank-you-card{width:min(100%,780px);text-align:center;padding:2.5rem 2rem}.site-footer{padding:.5rem 0 2rem}.simple-footer{display:flex;align-items:center;justify-content:space-between;gap:1rem}.cta-banner,.faq-grid,.footer-grid,.footer-row,.hero-grid,.split-grid,.stats-grid,.three-up,.topbar,.topbar-row{display:none}.split-landing-grid{display:grid;grid-template-columns:1.2fr .8fr;grid-gap:2rem;gap:2rem;align-items:center}.callout-strip,.layout-panel{padding:1.5rem}.callout-strip{display:flex;align-items:center;justify-content:space-between;gap:2rem}.compact-list{margin-top:.5rem}.admin-stats-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:1rem;gap:1rem}.admin-stat-card{padding:1rem;border:1px solid var(--border);border-radius:16px;background:hsla(0,0%,100%,.55)}.admin-stat-card span{display:block;color:var(--muted);font-size:.92rem}.admin-stat-card strong{display:block;margin-top:.3rem;font-size:2rem;line-height:1}.admin-actions{display:flex;gap:1rem;flex-wrap:wrap;margin-top:1.25rem}.data-list{display:grid;grid-gap:.9rem;gap:.9rem}.data-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:1rem;gap:1rem;padding:1rem;border:1px solid var(--border);border-radius:16px;background:hsla(0,0%,100%,.45)}.data-row p,.muted-line{margin:.2rem 0 0;color:var(--muted)}.content-section{padding-top:0}.section-stack{display:grid;grid-gap:1.5rem;gap:1.5rem}.section-heading{display:grid;grid-gap:.45rem;gap:.45rem}.section-heading.centered{justify-items:center;text-align:center}.callout-panel.centered,.callout-panel.centered .lead,.callout-panel.centered .section-subtitle,.section-heading.centered .section-subtitle,.section-heading.centered h2{text-align:center}.faq-list,.feature-grid{display:grid;grid-gap:1rem;gap:1rem}.three-column-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.two-column-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.callout-panel,.faq-card,.footer-disclaimer-card,.info-card,.legal-card{background:rgba(255,247,239,.72);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow)}.callout-panel,.faq-card,.info-card,.legal-card{padding:1.5rem}.faq-card h3,.footer-brand,.info-card h3,.legal-prose h3{margin:0 0 .55rem}.callout-panel p,.faq-card p,.footer-disclaimer-card p,.footer-support,.info-card p,.legal-prose li,.legal-prose p{margin:0;color:var(--muted)}.faq-card p,.info-card p,.legal-prose ol,.legal-prose p+p,.legal-prose ul{margin-top:.7rem}.numbered-card{position:relative;padding-top:3.8rem}.step-number{position:absolute;top:1.25rem;left:1.25rem;display:inline-flex;align-items:center;justify-content:center;width:2.1rem;height:2.1rem;border-radius:999px;background:linear-gradient(135deg,var(--primary),var(--accent));color:#fff;font-weight:800}.callout-panel{padding:2rem}.inline-disclosure{margin:0;padding:1rem 1.1rem;border-radius:14px;border:1px solid var(--border);background:hsla(0,0%,100%,.45);color:var(--muted);font-size:.96rem}.footer-shell{display:grid;grid-gap:1rem;gap:1rem}.footer-top{display:flex;align-items:flex-start;justify-content:space-between;gap:1.5rem}.footer-brand{font-size:1rem;font-weight:800;color:var(--text)}.footer-support{max-width:40rem}.footer-links{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.9rem 1.2rem}.footer-links a{color:var(--muted);font-weight:600}.footer-disclaimer-card{padding:1rem 1.2rem}.legal-page{padding:5rem 0 4rem}.legal-layout{display:grid;grid-gap:1.75rem;gap:1.75rem;max-width:900px}.legal-hero{text-align:center}.legal-card{padding:2rem}.legal-prose h2{margin-top:2rem}.legal-prose h2:first-of-type{margin-top:0}.legal-prose h3{margin-top:1.2rem;font-size:1.05rem}.legal-prose ol,.legal-prose ul{padding-left:1.3rem}.legal-prose li+li{margin-top:.35rem}@media (max-width:820px){.admin-stats-grid,.data-row,.split-landing-grid,.three-column-grid,.two-column-grid,.two-up{grid-template-columns:1fr}.callout-strip,.footer-top,.simple-footer{flex-direction:column;align-items:flex-start}.footer-links{justify-content:flex-start}}@media (max-width:720px){.nav{flex-direction:column;align-items:flex-start}.button,.button-secondary,.button-small,.form-actions,.hero-actions,.nav-links,.nav-links a{width:100%}h1{font-size:2.7rem}.form-page,.hero,.thank-you-page{padding-top:4rem}.form-card,.thank-you-card{padding:1.35rem}}body,html{min-height:100%}