/* =======================================================
 * Slovak e-commerce - unified stylesheet
 * Generated by scripts/extract_inline_css.py
 * ======================================================= */

/* --- BASE --------------------------------------------- */
:root {
  --bg: #18120a; --bg2: #241c12; --bg3: #2e2416;
  --card: rgba(240,220,180,0.05); --card-hover: rgba(240,220,180,0.09);
  --border: rgba(240,210,160,0.10); --border-accent: rgba(212,165,90,0.35);
  --blue: #d4a55a; --blue2: #b8852e;
  --lime: #7ec8a0; --lime2: #5aaa7c;
  --white: #f0e8d8;
  --white70: rgba(240,232,216,0.72); --white40: rgba(240,232,216,0.45);
  --white20: rgba(240,232,216,0.22); --white10: rgba(240,232,216,0.11);
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { background: var(--bg); color: var(--white); font-family: 'Sora', sans-serif; font-size: 16px; font-weight: 300; line-height: 1.6; overflow-x: hidden; }
body::before { content: ''; position: fixed; inset: 0; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.03'/%3E%3C/svg%3E"); pointer-events: none; z-index: 0; opacity: 0.4; }
body::after { content: ''; position: fixed; inset: 0; background-image: linear-gradient(rgba(212,165,90,0.025) 1px, transparent 1px), linear-gradient(90deg, rgba(212,165,90,0.025) 1px, transparent 1px); background-size: 60px 60px; pointer-events: none; z-index: 0; }

/* NAV */
nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; padding: 16px max(60px, calc((100% - 1200px) / 2)); display: flex; align-items: center; justify-content: space-between; backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); background: rgba(24,18,10,0.88); border-bottom: 1px solid var(--border); }
.logo { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.logo-text { font-family: 'Sora', sans-serif; font-weight: 800; font-size: 15px; letter-spacing: -0.3px; color: #f0e8d8; }
.logo-text span { color: #d4a55a; }
.nav-links { display: flex; gap: 28px; list-style: none; }
.nav-links a { font-size: 13px; font-weight: 500; color: var(--white40); text-decoration: none; letter-spacing: 0.03em; transition: color 0.2s; }
.nav-links a:hover, .nav-links a.active { color: var(--blue); }
.nav-cta { font-size: 13px; font-weight: 600; color: var(--bg); background: var(--blue); padding: 8px 20px; border-radius: 6px; text-decoration: none; transition: opacity 0.2s; }
.nav-cta:hover { opacity: 0.85; }

/* PAGE HEADER */
.page-header { position: relative; padding: 140px max(60px, calc((100% - 1200px) / 2)) 60px; overflow: hidden; }
.page-header-glow { position: absolute; border-radius: 50%; filter: blur(120px); pointer-events: none; }
.ph-glow-1 { width: 600px; height: 400px; background: rgba(212,165,90,0.10); top: -80px; left: -150px; }
.ph-glow-2 { width: 400px; height: 300px; background: rgba(126,200,160,0.06); bottom: 0; right: -80px; }
.page-tag { display: inline-flex; align-items: center; gap: 8px; font-family: 'DM Mono', monospace; font-size: 11px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: var(--blue); background: rgba(212,165,90,0.1); border: 1px solid rgba(212,165,90,0.22); padding: 5px 14px; border-radius: 100px; margin-bottom: 20px; }
.page-title { font-family: 'Sora', sans-serif; font-size: clamp(36px, 5vw, 64px); font-weight: 800; line-height: 1.0; letter-spacing: -2px; margin-bottom: 16px; }
.page-title span { color: var(--blue); }
.page-title em { font-style: normal; color: var(--lime); }
.page-lead { font-size: 17px; font-weight: 300; color: var(--white70); max-width: 620px; line-height: 1.7; }

/* SECTIONS */
section { position: relative; z-index: 1; padding: 80px max(60px, calc((100% - 1200px) / 2)); }
section:nth-child(even) { background: rgba(240,220,180,0.02); }
.section-tag { font-family: 'DM Mono', monospace; font-size: 10px; font-weight: 500; letter-spacing: 0.15em; text-transform: uppercase; color: var(--blue); margin-bottom: 14px; display: flex; align-items: center; gap: 10px; }
.section-tag::before { content: ''; display: block; width: 24px; height: 1px; background: var(--blue); }
.data-note { display: inline-flex; align-items: center; gap: 6px; font-family: 'DM Mono', monospace; font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--white40); background: rgba(240,210,160,0.06); border: 1px solid var(--border); padding: 4px 12px; border-radius: 100px; margin-bottom: 20px; }
.data-note.warn { color: #e09060; background: rgba(224,144,96,0.08); border-color: rgba(224,144,96,0.2); }
h2 { font-family: 'Sora', sans-serif; font-size: clamp(28px, 3.5vw, 44px); font-weight: 800; letter-spacing: -1.5px; line-height: 1.05; margin-bottom: 14px; }
h2 span { color: var(--blue); }
h2 em { font-style: normal; color: var(--lime); }
.section-lead { font-size: 15px; font-weight: 300; color: var(--white70); max-width: 600px; line-height: 1.7; margin-bottom: 48px; }

/* CARDS */
.card-grid { display: grid; gap: 1px; background: var(--border); border: 1px solid var(--border); border-radius: 16px; overflow: hidden; }
.card-grid-2 { grid-template-columns: repeat(2,1fr); }
.card-grid-3 { grid-template-columns: repeat(3,1fr); }
.card-grid-4 { grid-template-columns: repeat(4,1fr); }
.card { background: var(--card); padding: 28px 24px; transition: background 0.2s; position: relative; }
.card:hover { background: var(--card-hover); }
.card-num { font-family: 'Sora', sans-serif; font-size: clamp(32px,4vw,52px); font-weight: 800; letter-spacing: -2px; color: var(--blue); line-height: 1; margin-bottom: 8px; }
.card-num.lime { color: var(--lime); }
.card-num.white { color: #fff; }
.card-title { font-size: 12px; font-weight: 600; color: var(--white70); margin-bottom: 6px; text-transform: uppercase; letter-spacing: 0.06em; font-family: 'DM Mono', monospace; }
.card-desc { font-size: 13px; color: var(--white40); line-height: 1.6; }
.card-badge { position: absolute; top: 14px; right: 14px; font-size: 10px; font-family: 'DM Mono', monospace; letter-spacing: 0.08em; text-transform: uppercase; padding: 3px 10px; border-radius: 100px; background: rgba(212,165,90,0.1); border: 1px solid rgba(212,165,90,0.22); color: var(--blue); }
.card-badge.lime-badge { background: rgba(126,200,160,0.1); border-color: rgba(126,200,160,0.22); color: var(--lime); }

/* LAYOUT HELPERS */
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.three-col { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }

/* BAR CHART */
.bar-chart { display: flex; flex-direction: column; gap: 10px; }
.bar-row { display: flex; align-items: center; gap: 12px; }
.bar-label { font-size: 12px; color: var(--white70); width: 160px; flex-shrink: 0; text-align: right; }
.bar-track { flex: 1; height: 28px; background: rgba(240,210,160,0.06); border-radius: 4px; overflow: hidden; }
.bar-fill { height: 100%; border-radius: 4px; background: linear-gradient(90deg, var(--blue2), var(--blue)); transition: width 1s cubic-bezier(0.16,1,0.3,1); }
.bar-fill.lime-fill { background: linear-gradient(90deg, var(--lime2), var(--lime)); }
.bar-fill.dim-fill { background: rgba(240,210,160,0.14); }
.bar-fill.neg-fill { background: linear-gradient(90deg, #c84040, #e06060); }
.bar-pct { font-family: 'DM Mono', monospace; font-size: 12px; color: var(--white40); width: 40px; flex-shrink: 0; }

/* LINE CHART (horizontal timeline) */
.line-chart-wrap { position: relative; margin: 32px 0 8px; }
.line-chart-svg { width: 100%; overflow: visible; }
.lc-label { font-family: 'DM Mono', monospace; font-size: 10px; fill: var(--white40); }
.lc-value { font-family: 'Sora', sans-serif; font-size: 12px; font-weight: 700; fill: var(--blue); }
.lc-value.highlight { fill: var(--lime); font-size: 13px; }
.lc-note { font-size: 11px; color: var(--white20); font-family: 'DM Mono', monospace; margin-top: 8px; }

/* HIGHLIGHT BOX */
.highlight-box { background: linear-gradient(135deg, rgba(212,165,90,0.09), rgba(212,165,90,0.03)); border: 1px solid rgba(212,165,90,0.22); border-radius: 16px; padding: 32px 36px; margin: 28px 0; }
.highlight-box.lime-box { background: linear-gradient(135deg, rgba(126,200,160,0.09), rgba(126,200,160,0.03)); border-color: rgba(126,200,160,0.22); }
.big-quote { font-family: 'Sora', sans-serif; font-size: clamp(18px,2.2vw,26px); font-weight: 700; line-height: 1.3; letter-spacing: -0.5px; color: var(--white); margin-bottom: 12px; }
.big-quote span { color: var(--blue); }
.big-quote em { font-style: normal; color: var(--lime); }

/* QUOTE */
.quote-full { background: rgba(240,220,180,0.05); border-left: 3px solid #d4a55a; border-radius: 0 12px 12px 0; padding: 24px 28px 20px; margin: 28px 0; position: relative; }
.quote-full-mark { font-family: Georgia, serif; font-size: 60px; color: #d4a55a; opacity: 0.2; position: absolute; top: 2px; left: 14px; line-height: 1; pointer-events: none; }
.quote-text { font-size: 14px; font-weight: 400; font-style: italic; color: rgba(240,232,216,0.85); line-height: 1.75; margin-bottom: 16px; padding-left: 8px; }
.quote-text em { font-style: normal; color: #d4a55a; font-weight: 600; }
.quote-text em.sage { font-style: normal; color: #7ec8a0; font-weight: 600; }
.quote-author { display: flex; align-items: center; gap: 10px; padding-left: 8px; }
.quote-avatar { width: 36px; height: 36px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 700; flex-shrink: 0; }
.quote-name { font-size: 13px; font-weight: 600; color: #f0e8d8; line-height: 1.2; }
.quote-role { font-size: 11px; color: rgba(240,232,216,0.45); font-family: 'DM Mono', monospace; margin-top: 2px; }
.quote-tag { margin-left: auto; font-size: 10px; font-family: 'DM Mono', monospace; letter-spacing: 0.08em; text-transform: uppercase; padding: 3px 10px; border-radius: 20px; background: rgba(212,165,90,0.10); color: #d4a55a; border: 1px solid rgba(212,165,90,0.18); flex-shrink: 0; }
.quote-tag.sage-tag { background: rgba(126,200,160,0.10); color: #7ec8a0; border-color: rgba(126,200,160,0.18); }
.quote-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 28px 0; }
.quote-card { background: rgba(240,220,180,0.05); border: 0.5px solid rgba(240,210,160,0.12); border-radius: 12px; padding: 20px; display: flex; flex-direction: column; }
.quote-card .quote-text { margin-bottom: 14px; }
.quote-card .quote-author { border-top: 0.5px solid rgba(240,210,160,0.10); padding-top: 12px; padding-left: 0; margin-top: auto; }

/* TREND LIST */
.trend-list { display: flex; flex-direction: column; gap: 1px; background: var(--border); border-radius: 12px; overflow: hidden; border: 1px solid var(--border); }
.trend-item { background: var(--card); padding: 16px 20px; display: flex; align-items: center; gap: 14px; transition: background 0.2s; }
.trend-item:hover { background: var(--card-hover); }
.trend-rank { font-family: 'DM Mono', monospace; font-size: 11px; color: var(--white20); width: 24px; flex-shrink: 0; }
.trend-name { flex: 1; font-size: 14px; font-weight: 400; color: var(--white70); }
.trend-val { font-family: 'Sora', sans-serif; font-size: 17px; font-weight: 800; letter-spacing: -0.5px; }
.trend-val.up { color: var(--lime); }
.trend-val.down { color: #ff6060; }

/* KPI STRIP */
.kpi-strip { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; background: var(--border); border: 1px solid var(--border); border-radius: 16px; overflow: hidden; margin-bottom: 48px; }
.kpi-item { background: var(--card); padding: 24px 20px; }
.kpi-num { font-family: 'Sora', sans-serif; font-size: clamp(26px,3vw,40px); font-weight: 800; letter-spacing: -1.5px; color: var(--blue); line-height: 1; margin-bottom: 6px; }
.kpi-num.lime { color: var(--lime); }
.kpi-num.white { color: var(--white); }
.kpi-label { font-size: 11px; color: var(--white40); letter-spacing: 0.04em; text-transform: uppercase; font-family: 'DM Mono', monospace; }
.kpi-change { display: inline-flex; align-items: center; gap: 4px; font-size: 11px; font-family: 'DM Mono', monospace; margin-top: 6px; padding: 2px 8px; border-radius: 100px; }
.kpi-change.up { background: rgba(126,200,160,0.12); color: var(--lime); }
.kpi-change.down { background: rgba(255,80,80,0.12); color: #ff6060; }

/* STAT WIDGET */
.stat-widget { background: var(--card); border: 1px solid var(--border); border-radius: 14px; padding: 24px 22px; }
.sw-label { font-size: 11px; color: var(--white40); font-family: 'DM Mono', monospace; letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 6px; }
.sw-val { font-family: 'Sora', sans-serif; font-size: clamp(32px,4vw,52px); font-weight: 800; letter-spacing: -2px; line-height: 1; color: var(--blue); }
.sw-sub { font-size: 12px; color: var(--white40); margin-top: 6px; }

/* VYZVY */
.vyzvy-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.vyzva-card { background: var(--card); border: 1px solid var(--border); border-radius: 12px; padding: 22px 18px; position: relative; overflow: hidden; }
.vyzva-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, var(--blue), transparent); }
.vyzva-pct { font-family: 'Sora', sans-serif; font-size: 34px; font-weight: 800; letter-spacing: -1.5px; color: var(--blue); line-height: 1; margin-bottom: 8px; }
.vyzva-name { font-size: 13px; font-weight: 500; color: var(--white70); line-height: 1.4; }

/* KONS */
.kons-list { display: flex; flex-direction: column; gap: 8px; }
.kons-item { display: flex; align-items: center; gap: 14px; background: var(--card); border: 1px solid var(--border); border-radius: 10px; padding: 12px 16px; }
.kons-pct { font-family: 'Sora', sans-serif; font-size: 20px; font-weight: 800; letter-spacing: -0.5px; color: #ff6060; width: 48px; flex-shrink: 0; }
.kons-pct.neutral { color: var(--white40); }
.kons-text { font-size: 13px; color: var(--white70); }

/* SENTIMENT */
.sentiment-bar { height: 8px; background: rgba(240,210,160,0.06); border-radius: 100px; overflow: hidden; margin: 8px 0; }
.sentiment-fill { height: 100%; border-radius: 100px; background: linear-gradient(90deg, #c84040 0%, rgba(240,220,180,0.15) 40%, var(--lime) 100%); width: 100%; }

/* DOPRAVA */
.doprava-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.doprava-card { background: var(--card); border: 1px solid var(--border); border-radius: 14px; padding: 24px 20px; }
.doprava-icon { font-size: 26px; margin-bottom: 10px; }
.doprava-title { font-family: 'Sora', sans-serif; font-size: 18px; font-weight: 700; margin-bottom: 8px; color: var(--white); }
.doprava-desc { font-size: 13px; color: var(--white40); line-height: 1.6; }

/* EUROSTAT */
.ec-bar-row { display: flex; align-items: center; gap: 16px; margin-bottom: 10px; }
.ec-bar-label { width: 100px; font-size: 12px; color: var(--white40); font-family: 'DM Mono', monospace; text-align: right; flex-shrink: 0; }
.ec-bar-label.sk-label { color: var(--lime); font-weight: 600; }
.ec-bar-wrap { flex: 1; height: 30px; background: var(--card); border-radius: 5px; overflow: hidden; position: relative; border: 1px solid var(--border); }
.ec-bar-fill { height: 100%; border-radius: 4px; display: flex; align-items: center; justify-content: flex-end; padding-right: 10px; width: 0%; transition: width 0.9s cubic-bezier(0.16,1,0.3,1); }
.ec-bar-fill-val { font-size: 11px; font-weight: 600; color: rgba(24,18,10,0.85); font-family: 'DM Mono', monospace; white-space: nowrap; }
.ec-avg-marker { position: absolute; top: 0; bottom: 0; width: 1px; background: rgba(240,232,216,0.25); z-index: 2; }
.ec-avg-marker::after { content: attr(data-label); position: absolute; top: -18px; left: 4px; font-size: 10px; color: var(--white40); font-family: 'DM Mono', monospace; white-space: nowrap; }
.ec-eu-row { margin-top: 8px; padding-top: 8px; border-top: 1px solid var(--border); }

/* SUSR WIDGET */
.susr-kpis { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--border); border: 1px solid var(--border); border-radius: 14px; overflow: hidden; margin-bottom: 24px; }
.susr-kpi { background: var(--card); padding: 20px 18px; }
.susr-kpi-label { font-size: 11px; color: var(--white40); font-family: 'DM Mono', monospace; letter-spacing: .06em; text-transform: uppercase; margin-bottom: 8px; }
.susr-kpi-val { font-family: 'Sora', sans-serif; font-size: 26px; font-weight: 800; letter-spacing: -1px; line-height: 1; color: var(--blue); }
.susr-kpi-val.lime { color: var(--lime); }
.susr-kpi-val.red { color: #ff6060; }
.susr-kpi-sub { font-size: 12px; color: var(--white40); margin-top: 6px; }
.susr-insight { background: rgba(212,165,90,.06); border: 1px solid rgba(212,165,90,.15); border-radius: 10px; padding: 16px 20px; font-size: 13px; color: var(--white70); line-height: 1.7; margin-top: 20px; }
.susr-insight strong { color: var(--blue); }

/* BW WIDGET */
.bw-row { display: flex; align-items: center; gap: 12px; margin-bottom: 9px; }
.bw-label { width: 96px; font-size: 12px; color: var(--white70); font-family: 'DM Mono', monospace; text-align: right; flex-shrink: 0; }
.bw-bar-wrap { flex: 1; height: 26px; background: var(--card); border: 1px solid var(--border); border-radius: 5px; overflow: hidden; }
.bw-bar-fill { height: 100%; border-radius: 4px; display: flex; align-items: center; justify-content: flex-end; padding-right: 8px; width: 0%; transition: width .85s cubic-bezier(.16,1,.3,1); }
.bw-bar-num { font-size: 11px; font-weight: 600; color: rgba(24,18,10,.85); font-family: 'DM Mono', monospace; white-space: nowrap; }

/* FOOTER */
footer { background: var(--bg2); border-top: 1px solid var(--border); padding: 48px max(60px, calc((100% - 1200px) / 2)) 32px; position: relative; z-index: 1; }
.footer-top { display: grid; grid-template-columns: 2fr 1fr; gap: 48px; margin-bottom: 36px; }
.footer-desc { font-size: 13px; color: var(--white40); line-height: 1.7; max-width: 360px; margin: 12px 0 20px; }
.footer-cta { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 600; color: var(--bg); background: var(--blue); padding: 10px 20px; border-radius: 8px; text-decoration: none; transition: opacity 0.2s; margin-bottom: 8px; }
.footer-cta:hover { opacity: 0.85; }
.footer-cta.outline { background: transparent; color: var(--blue); border: 1px solid rgba(212,165,90,0.3); display: block; }
.footer-col h4 { font-size: 13px; font-weight: 700; color: var(--white70); margin-bottom: 14px; }
.footer-links { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.footer-links a { font-size: 12px; color: var(--white40); text-decoration: none; transition: color 0.2s; }
.footer-links a:hover { color: var(--blue); }
.footer-bottom { border-top: 1px solid var(--border); padding-top: 24px; display: flex; justify-content: space-between; align-items: center; }
.footer-copy { font-size: 11px; color: var(--white20); font-family: 'DM Mono', monospace; }

/* ANIMATIONS */
@keyframes fadeUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
.fade-up { animation: fadeUp 0.7s cubic-bezier(0.16,1,0.3,1) both; }
.delay-1 { animation-delay: 0.1s; } .delay-2 { animation-delay: 0.2s; } .delay-3 { animation-delay: 0.3s; }
@keyframes pulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.4;transform:scale(.8)} }

/* SCROLLBAR */
::-webkit-scrollbar { width: 4px; } ::-webkit-scrollbar-track { background: var(--bg); } ::-webkit-scrollbar-thumb { background: rgba(212,165,90,0.3); border-radius: 2px; }

/* SUBPAGE NAV CARDS */
.subpage-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 12px; margin-top: 48px; }
.subpage-card { background: var(--card); border: 1px solid var(--border); border-radius: 12px; padding: 20px 16px; text-decoration: none; transition: border-color 0.2s, background 0.2s; display: block; }
.subpage-card:hover { border-color: var(--border-accent); background: var(--card-hover); }
.subpage-card.active { border-color: rgba(212,165,90,0.4); background: rgba(212,165,90,0.06); }
.sc-icon { font-size: 22px; margin-bottom: 10px; }
.sc-title { font-family: 'Sora', sans-serif; font-size: 13px; font-weight: 700; color: var(--white70); margin-bottom: 4px; }
.sc-desc { font-size: 11px; color: var(--white40); line-height: 1.4; font-family: 'DM Mono', monospace; }

/* RESPONSIVE */
@media (max-width: 900px) {
  nav { padding: 14px 20px; }
  .nav-links { display: none; }
  section { padding: 48px 20px; }
  .page-header { padding: 100px 20px 40px; }
  .two-col, .card-grid-3, .card-grid-4, .three-col, .vyzvy-grid, .doprava-grid, .quote-grid { grid-template-columns: 1fr; }
  .card-grid-2, .kpi-strip { grid-template-columns: 1fr 1fr; }
  .subpage-grid { grid-template-columns: repeat(2,1fr); }
  .footer-top { grid-template-columns: 1fr; }
  .bar-label { width: 120px; font-size: 11px; }
  .susr-kpis { grid-template-columns: 1fr; }
}

/* --- INDEX ----------------------------- */
body[data-page="index"] {
/* HERO */
#hero { position:relative; min-height:100vh; display:flex; flex-direction:column; justify-content:center; padding:120px max(60px,calc((100% - 1200px)/2)) 80px; overflow:hidden; }
.hero-glow { position:absolute; border-radius:50%; filter:blur(120px); pointer-events:none; }
.hero-glow-1 { width:700px;height:500px;background:rgba(212,165,90,0.12);top:-100px;left:-200px; }
.hero-glow-2 { width:500px;height:400px;background:rgba(126,200,160,0.07);bottom:0;right:-100px; }
.hero-tag { display:inline-flex;align-items:center;gap:8px;font-family:'DM Mono',monospace;font-size:11px;font-weight:500;letter-spacing:0.12em;text-transform:uppercase;color:var(--blue);background:rgba(212,165,90,0.1);border:1px solid rgba(212,165,90,0.22);padding:6px 16px;border-radius:100px;margin-bottom:28px;width:fit-content; }
.hero-tag::before { content:'';width:6px;height:6px;background:var(--blue);border-radius:50%;animation:pulse 2s infinite; }
h1 { font-family:'Sora',sans-serif;font-size:clamp(48px,7vw,88px);font-weight:800;line-height:0.96;letter-spacing:-2.5px;margin-bottom:24px;max-width:860px; }
h1 em { font-style:normal;color:var(--blue);display:block; }
.hero-sub { font-size:clamp(15px,2vw,19px);font-weight:300;color:var(--white70);max-width:600px;line-height:1.7;margin-bottom:14px; }
.hero-byline { font-size:12px;color:var(--white40);margin-bottom:52px;font-family:'DM Mono',monospace; }
.hero-byline strong { color:var(--white70);font-weight:500; }
.hero-stats { display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--border);border:1px solid var(--border);border-radius:16px;overflow:hidden;max-width:860px; }
.hero-stat { background:var(--card);padding:24px 20px;position:relative;overflow:hidden;transition:background 0.3s; }
.hero-stat:hover { background:var(--card-hover); }
.hero-stat::before { content:'';position:absolute;bottom:0;left:0;right:0;height:2px;background:linear-gradient(90deg,var(--blue),transparent);opacity:0;transition:opacity 0.3s; }
.hero-stat:hover::before { opacity:1; }
.stat-num { font-family:'Sora',sans-serif;font-size:clamp(26px,3vw,40px);font-weight:800;letter-spacing:-1.5px;color:var(--blue);line-height:1;margin-bottom:6px; }
.stat-num.lime { color:var(--lime); }
.stat-num.white { color:var(--white); }
.stat-label { font-size:11px;color:var(--white40);letter-spacing:0.04em;text-transform:uppercase;font-family:'DM Mono',monospace; }
.stat-change { display:inline-flex;align-items:center;gap:4px;font-size:11px;font-family:'DM Mono',monospace;margin-top:6px;padding:2px 8px;border-radius:100px; }
.stat-change.up { background:rgba(126,200,160,0.12);color:var(--lime); }
/* EDITOR BOX */
.editor-box { background:rgba(212,165,90,0.06);border:1px solid rgba(212,165,90,0.2);border-radius:16px;padding:28px 32px;position:relative;overflow:hidden;margin:0 max(60px,calc((100% - 1200px)/2)); }
.editor-box::before { content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#d4a55a,#7ec8a0,transparent); }
/* SECTIONS INDEX */
.sections-intro { padding:64px max(60px,calc((100% - 1200px)/2)); }
.sections-intro h2 { font-family:'Sora',sans-serif;font-size:clamp(26px,3vw,38px);font-weight:800;letter-spacing:-1px;margin-bottom:8px; }
.sections-intro p { font-size:15px;color:var(--white70);max-width:560px;line-height:1.7;margin-bottom:40px; }
.subpage-grid { display:grid;grid-template-columns:repeat(5,1fr);gap:12px; }
@media(max-width:900px){
  #hero { padding:100px 20px 60px; }
  h1 { font-size:42px;letter-spacing:-2px; }
  .hero-stats { grid-template-columns:repeat(2,1fr); }
  .editor-box { margin:0 20px; }
  .sections-intro { padding:40px 20px; }
  .subpage-grid { grid-template-columns:repeat(2,1fr); }
}
}

/* --- SK-VS-EU ----------------------------- */
body[data-page="sk-vs-eu"] {
.ec-live-section { margin-top: 40px; }
.ec-live-title { font-family: 'DM Mono', monospace; font-size: 11px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: var(--blue); margin-bottom: 24px; }
.ec-live-source { font-size: 11px; color: var(--white20); font-family: 'DM Mono', monospace; margin-top: 14px; }
}
