* { margin: 0; padding: 0; box-sizing: border-box; }
body { background: #0a0a0a; color: #e0e0e0; font-family: 'Segoe UI', system-ui, sans-serif; line-height: 1.6; }
.page { max-width: 800px; margin: 0 auto; padding: 2rem 1.5rem; }
header { text-align: center; padding: 3rem 0 2rem; }
.eyebrow { text-transform: uppercase; letter-spacing: 3px; color: #d4a843; font-size: 0.8rem; margin-bottom: 1rem; }
h1 { font-size: 2.2rem; color: #fff; margin-bottom: 1rem; line-height: 1.3; }
.subhead { font-size: 1.1rem; color: #999; max-width: 640px; margin: 0 auto 1rem; }
.powered { font-size: 0.85rem; color: #555; font-style: italic; }
h2 { color: #d4a843; font-size: 1.5rem; margin-bottom: 1rem; }
h3 { color: #d4a843; font-size: 1.1rem; margin-bottom: 0.5rem; }
section { margin-bottom: 3rem; }
.tool { background: #141414; border: 1px solid #2a2a2a; border-radius: 12px; padding: 2rem; text-align: center; }
.tool label { display: block; margin-bottom: 0.5rem; color: #999; font-size: 0.9rem; text-transform: uppercase; letter-spacing: 1px; }
.tool input { background: #1a1a1a; border: 1px solid #333; color: #fff; padding: 0.75rem 1rem; border-radius: 8px; font-size: 1rem; width: 100%; max-width: 300px; }
.tool button { display: inline-block; margin-top: 1rem; background: #d4a843; color: #0a0a0a; border: none; padding: 0.75rem 2rem; border-radius: 8px; font-size: 1rem; font-weight: 700; cursor: pointer; }
.tool button:hover { background: #e6bc5a; }
.tool-body { margin-top: 1.5rem; color: #888; font-size: 0.95rem; }
#results { margin-top: 1.5rem; text-align: left; }
#results .result-box { background: #1a1a1a; border-left: 3px solid #d4a843; padding: 1.25rem; border-radius: 0 8px 8px 0; }
#results .result-label { color: #d4a843; font-weight: 700; font-size: 1.1rem; }
#results .result-date { font-size: 1.4rem; color: #fff; margin: 0.5rem 0; }
#results .result-support { color: #888; font-size: 0.9rem; }
.card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1.5rem; }
.card { background: #141414; border: 1px solid #2a2a2a; border-radius: 12px; padding: 1.5rem; }
.benefits { display: flex; flex-direction: column; gap: 1.5rem; }
.benefit { background: #141414; border: 1px solid #2a2a2a; border-radius: 12px; padding: 1.5rem; }
.num { color: #d4a843; font-size: 2rem; font-weight: 700; display: block; margin-bottom: 0.5rem; }
.next { background: #141414; border: 1px solid #d4a843; border-radius: 12px; padding: 2.5rem; }
.section-label { text-transform: uppercase; letter-spacing: 2px; color: #d4a843; font-size: 0.8rem; margin-bottom: 1rem; }
.next p { margin-bottom: 1rem; color: #bbb; }
.cta-group { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 1.5rem; }
.btn { display: inline-block; padding: 0.85rem 2rem; border-radius: 8px; font-size: 1rem; font-weight: 700; text-decoration: none; text-align: center; }
.btn.primary { background: #d4a843; color: #0a0a0a; }
.btn.primary:hover { background: #e6bc5a; }
.btn.secondary { background: transparent; border: 1px solid #d4a843; color: #d4a843; }
.btn.secondary:hover { background: #1a1a1a; }
footer { text-align: center; padding: 2rem 0; color: #555; font-size: 0.85rem; border-top: 1px solid #1a1a1a; }
.footer-line { color: #666; font-style: italic; margin-bottom: 0.5rem; }