:root{--bg: #f4f1ea;--bg-soft: #fbf8f2;--surface: rgba(255, 252, 247, .92);--surface-strong: #fffdf8;--surface-border: rgba(46, 62, 57, .12);--text: #1f2f2a;--text-muted: #5f6f68;--heading: #18332b;--brand: #2d6a57;--brand-strong: #184b3d;--accent: #d9c8a5;--success: #2f855a;--warning: #b7791f;--danger: #c0564d;--shadow-soft: 0 18px 40px rgba(24, 51, 43, .08);--shadow-subtle: 0 8px 22px rgba(24, 51, 43, .05);--radius-lg: 28px;--radius-md: 18px;--radius-sm: 12px;--content-width: 1180px;--reading-width: 780px;--page-top-space: 44px;--page-bottom-space: 88px;--section-space: 32px;--section-space-lg: 56px;--font-body: "Avenir Next", "Segoe UI", "Helvetica Neue", sans-serif;--font-heading: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", 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.65;background:radial-gradient(circle at top left,rgba(217,200,165,.32),transparent 32%),radial-gradient(circle at top right,rgba(45,106,87,.12),transparent 28%),linear-gradient(180deg,#f7f3ec,#f2efe7 55%,#f6f3ee)}img{max-width:100%;height:auto}a{color:var(--brand-strong)}a:hover{color:var(--brand)}a:focus-visible,button:focus-visible,summary:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid rgba(45,106,87,.26);outline-offset:3px}p,li{color:var(--text-muted)}h1,h2,h3,h4{margin:0;color:var(--heading);font-family:var(--font-heading);line-height:1.1}main{display:block}.skip-link{position:absolute;left:16px;top:-48px;z-index:1000;padding:10px 14px;border-radius:999px;background:var(--brand-strong);color:#fff;text-decoration:none;transition:top .2s ease}.skip-link:focus{top:16px}.app-container{min-height:100vh}.site-main{width:100%}.main-container{width:min(var(--content-width),100%);margin:0 auto;padding:var(--page-top-space) 24px var(--page-bottom-space)}.page-introduction{max-width:760px;margin:0 auto var(--section-space-lg);display:flex;flex-direction:column;align-items:center;text-align:center;gap:14px}.page-introduction h1{font-size:clamp(2.4rem,6vw,4.6rem);letter-spacing:-.04em}.page-introduction p{margin:0;font-size:1.05rem;color:var(--text-muted)}.page-eyebrow{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;border-radius:999px;background:#ffffffb8;border:1px solid rgba(45,106,87,.16);color:var(--brand-strong);font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.section-block{width:100%;margin-bottom:var(--section-space-lg)}.section-header{display:flex;flex-direction:column;gap:8px;margin-bottom:22px}.section-header h2{font-size:clamp(1.75rem,3vw,2.5rem)}.section-header p{margin:0;max-width:720px}.surface-card,.surface-soft,.surface-panel{border:1px solid var(--surface-border);border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--shadow-subtle);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.surface-card{padding:28px}.surface-soft{padding:18px}.surface-panel{padding:32px;box-shadow:var(--shadow-soft)}.grid-two,.grid-three,.grid-four{display:grid;gap:18px}.grid-two{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-three{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-four{grid-template-columns:repeat(4,minmax(0,1fr))}.metric-card strong,.feature-card h3,.info-card h3,.content-card h3,.legal-card h3{display:block;margin-bottom:10px}.metric-card strong{font-size:2rem;color:var(--heading);font-family:var(--font-heading)}.metric-card span{display:block;color:var(--text-muted);font-size:.92rem}.feature-card,.info-card,.content-card,.legal-card{height:100%}.feature-card p,.info-card p,.content-card p,.legal-card p,.legal-card li{margin:0}.chip-list{display:flex;flex-wrap:wrap;gap:10px}.chip{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;border-radius:999px;border:1px solid rgba(45,106,87,.16);background:#ffffffb8;color:var(--brand-strong);font-size:.9rem;font-weight:600}.button-row{display:flex;flex-wrap:wrap;gap:12px}.button-primary,.button-secondary,.button-subtle{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:46px;padding:12px 18px;border-radius:999px;text-decoration:none;font-weight:700;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.button-primary{background:var(--brand);color:#fff;box-shadow:0 14px 28px #2d6a572e}.button-primary:hover{color:#fff;transform:translateY(-1px);background:var(--brand-strong)}.button-secondary{border:1px solid rgba(45,106,87,.18);background:#ffffffc2;color:var(--brand-strong)}.button-secondary:hover,.button-subtle:hover{transform:translateY(-1px)}.button-subtle{padding:0;min-height:auto;color:var(--brand-strong)}.status-pill,.status-badge{display:inline-flex;align-items:center;justify-content:center;padding:6px 12px;border-radius:999px;font-size:.8rem;font-weight:700;text-transform:capitalize}.status-badge-live{color:var(--success);background:#2f855a1f}.status-badge-soon{color:var(--warning);background:#b7791f1f}.note-text,.supporting-text{font-size:.95rem;color:var(--text-muted)}.page-content,.seo-copy,.legal-stack,.faq-stack{width:min(var(--reading-width),100%);margin:0 auto 40px}.page-content{display:flex;flex-direction:column;gap:18px}.page-content ul,.seo-copy ul,.legal-card ul{margin:0;padding-left:18px}.faq-item summary{cursor:pointer;list-style:none;font-weight:700;color:var(--heading)}.faq-item summary::-webkit-details-marker{display:none}.faq-item[open]{box-shadow:var(--shadow-subtle)}.faq-item .faq-answer{margin-top:12px}.cta-strip{display:flex;align-items:center;justify-content:space-between;gap:18px}.muted-separator{width:100%;height:1px;background:linear-gradient(90deg,transparent,rgba(46,62,57,.18),transparent);margin:8px 0 2px}.list-plain{list-style:none;padding:0;margin:0}.list-plain li+li{margin-top:10px}.legal-stack{display:flex;flex-direction:column;gap:18px}.table-wrap{overflow-x:auto}.table-clean{width:100%;border-collapse:collapse}.table-clean th,.table-clean td{padding:14px 12px;border-bottom:1px solid rgba(46,62,57,.08);text-align:left}.empty-copy{color:var(--text-muted);text-align:center}@media (max-width: 960px){.grid-four,.grid-three{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-two,.cta-strip{grid-template-columns:1fr;flex-direction:column;align-items:flex-start}}@media (max-width: 720px){.main-container{padding:32px 18px 72px}.page-introduction{margin-bottom:44px}.grid-two,.grid-three,.grid-four{grid-template-columns:1fr}.surface-panel{padding:24px}}
