.hero{padding:var(--space-2xl) 0;text-align:center;background:linear-gradient(135deg,var(--accent-soft) 0%,transparent 50%,var(--success-soft) 100%);border-bottom:1px solid var(--border-light)}.hero-content{max-width:600px;margin:0 auto}.hero-badge{display:inline-flex;align-items:center;gap:8px;padding:6px 16px;font-size:var(--text-xs);font-weight:var(--font-semibold);color:var(--text-secondary);background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius-full);margin-bottom:var(--space-lg)}.hero-title{font-size:clamp(2rem,5vw,3rem);font-weight:var(--font-bold);color:var(--text-primary);line-height:1.15;margin-bottom:var(--space-sm)}.hero-title-year{display:block;font-size:clamp(2.5rem,6vw,4rem);background:linear-gradient(135deg,var(--accent),var(--success));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:var(--text-lg);color:var(--text-secondary)}.tally-section{padding:var(--space-xl) 0}.tally-bar{display:flex;height:48px;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm);background:var(--bg-tertiary)}.tally-segment{background:var(--party-color);display:flex;align-items:center;justify-content:center;transition:width .8s cubic-bezier(.22,1,.36,1);min-width:0;position:relative}.tally-count{font-size:var(--text-sm);font-weight:var(--font-bold);color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.3)}.tally-legend{display:flex;justify-content:center;flex-wrap:wrap;gap:var(--space-lg);margin-top:var(--space-lg)}.tally-legend-item{display:flex;align-items:center;gap:var(--space-sm);font-size:var(--text-sm);color:var(--text-secondary)}.tally-legend-dot{width:12px;height:12px;border-radius:3px}.tally-legend-seats{color:var(--text-primary)}.stats-row{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-md);margin-top:var(--space-xl)}.stat-card{display:flex;flex-direction:column;align-items:center;padding:var(--space-lg);background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius-lg)}.stat-value{font-size:var(--text-3xl);font-weight:var(--font-bold);color:var(--text-primary);line-height:1}.stat-label{font-size:var(--text-xs);font-weight:var(--font-medium);color:var(--text-tertiary);margin-top:var(--space-xs);text-transform:uppercase;letter-spacing:.04em}.quick-nav{padding:var(--space-xl) 0}.nav-card{text-decoration:none;color:var(--text-primary);text-align:center;padding:var(--space-xl)}.nav-card-icon{font-size:2rem;margin-bottom:var(--space-sm)}.nav-card-title{font-size:var(--text-base);font-weight:var(--font-semibold);margin-bottom:var(--space-xs)}.constituency-section{padding:var(--space-xl) 0 var(--space-3xl)}.section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:var(--space-xs)}.section-title{font-size:var(--text-2xl);font-weight:var(--font-bold)}.section-subtitle{margin-bottom:var(--space-xl)}.constituency-card{padding:var(--space-md)}.constituency-card-name{font-size:var(--text-base);font-weight:var(--font-semibold);margin:var(--space-xs) 0 2px}.constituency-card-result{margin-top:var(--space-sm)}@media(max-width:768px){.stats-row{grid-template-columns:repeat(2,1fr)}.tally-bar{height:36px}.tally-count{font-size:var(--text-xs)}}@media(max-width:480px){.hero{padding:var(--space-xl) 0}}.survey-cta-section{padding:var(--space-md) 0}.survey-cta-banner{display:flex;align-items:center;justify-content:space-between;gap:var(--space-md);padding:var(--space-md) var(--space-lg);background:linear-gradient(135deg,var(--accent-soft, rgba(227,26,28,.06)),transparent);border:1px solid rgba(227,26,28,.2);border-radius:var(--radius-lg)}.survey-cta-content{display:flex;align-items:center;gap:var(--space-md)}.survey-cta-icon{font-size:1.75rem;flex-shrink:0}.survey-cta-text{display:flex;flex-direction:column;gap:2px}.survey-cta-text strong{font-size:var(--text-base);font-weight:var(--font-semibold);color:var(--text-primary)}.survey-cta-text span{font-size:var(--text-sm);color:var(--text-secondary)}.survey-cta-btn{flex-shrink:0;padding:10px 20px;background:var(--accent);color:#fff;border-radius:var(--radius-md);font-size:var(--text-sm);font-weight:var(--font-semibold);text-decoration:none;white-space:nowrap;transition:opacity .2s}.survey-cta-btn:hover{opacity:.9}.survey-nav-link{color:var(--accent)!important;font-weight:var(--font-semibold)}@media(max-width:768px){.survey-cta-banner{flex-direction:column;align-items:flex-start;gap:var(--space-sm)}.survey-cta-btn{width:100%;text-align:center;display:block}}
