:root {
    --bg: #07101d;
    --card: rgba(17, 26, 47, 0.9);
    --card-2: rgba(11, 18, 34, 0.92);
    --text: #eef2ff;
    --muted: #9aa8cc;
    --accent: #7cb3ff;
    --accent-2: #84ffd9;
    --border: rgba(113, 146, 212, 0.16);
    --shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
    background:
        radial-gradient(circle at top left, rgba(60,110,200,.18), transparent 32%),
        radial-gradient(circle at top right, rgba(20,200,170,.12), transparent 28%),
        linear-gradient(180deg, #07101d 0%, #08111c 45%, #09131f 100%);
    color: var(--text);
    line-height: 1.75;
}
img { max-width: 100%; display: block; border-radius: 20px; }
a { color: var(--accent); text-decoration: none; }
a:hover { color: white; }
.container { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    backdrop-filter: blur(14px);
    border-bottom: 1px solid var(--border);
    background: rgba(6, 10, 20, 0.72);
}
.site-footer {
    border-top: 1px solid var(--border);
    margin-top: 56px;
    background: rgba(8, 13, 24, 0.85);
}
.header-row { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 18px 0; }
.brand { font-size: 1.3rem; font-weight: 900; color: white; letter-spacing: .02em; }
nav { display: flex; flex-wrap: wrap; gap: 16px; }
nav a { color: #d6def8; }
.hero { padding: 56px 0 28px; }
.hero-grid { display: grid; grid-template-columns: 1.45fr .9fr; gap: 24px; align-items: stretch; }
.hero-side, .card, .featured-card, .editorial-strip {
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: 26px;
    box-shadow: var(--shadow);
}
.glow-card {
    background: linear-gradient(180deg, rgba(17,26,47,.95), rgba(11,18,34,.95));
}
.hero-side { padding: 28px; }
.eyebrow, .meta { color: var(--muted); text-transform: uppercase; letter-spacing: .12em; font-size: .76rem; }
.hero h1 { font-size: clamp(2.6rem, 6vw, 4.8rem); line-height: .98; margin: 10px 0 16px; }
.lede, .subtitle, .featured-excerpt { color: #d8e2fb; font-size: 1.1rem; max-width: 760px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 46px;
    padding: 0 18px;
    border-radius: 999px;
    font-weight: 700;
    border: 1px solid transparent;
}
.button-primary {
    background: linear-gradient(135deg, #69a7ff, #85f8d8);
    color: #04111f;
}
.button-secondary {
    border-color: var(--border);
    color: white;
    background: rgba(255,255,255,.03);
}
.hero-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 30px;
}
.stat-card {
    padding: 16px 18px;
    border-radius: 18px;
    border: 1px solid var(--border);
    background: rgba(255,255,255,0.03);
}
.stat-card strong { display: block; margin-bottom: 6px; }
.stat-card span { color: var(--muted); font-size: .95rem; }
.coverage-list { margin: 18px 0 0; padding-left: 18px; color: #d9e1f8; }
.coverage-list li + li { margin-top: 10px; }
.categories { display: flex; flex-wrap: wrap; gap: 10px; }
.categories-home { margin: 0 0 32px; }
.chip {
    border: 1px solid var(--border);
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(20, 27, 48, 0.85);
    color: #e7ecfb;
}
.featured-wrap { margin-bottom: 36px; }
.featured-card {
    display: grid;
    grid-template-columns: 1.15fr .9fr;
    gap: 0;
    overflow: hidden;
}
.featured-copy { padding: 34px; }
.featured-copy h2 { font-size: clamp(1.8rem, 3vw, 3rem); line-height: 1.08; margin: 12px 0 14px; }
.featured-visual { min-height: 100%; background: linear-gradient(135deg, rgba(120,178,255,.08), rgba(132,255,217,.06)); }
.featured-visual img { width: 100%; height: 100%; object-fit: cover; border-radius: 0; }
.section-header { display: flex; justify-content: space-between; align-items: end; gap: 18px; margin-bottom: 18px; }
.section-header h2 { margin: 6px 0 0; }
.post-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 18px; }
.card, .article { padding: 24px; }
.article-card { overflow: hidden; }
.card-thumb { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; margin-bottom: 16px; }
.thumb-link { display: block; }
.card h3, .card h2 { margin: 10px 0 12px; line-height: 1.18; }
.read-more { display: inline-block; margin-top: 10px; font-weight: 700; }
.article { background: var(--card-2); }
.article-body p { margin: 0 0 1rem; }
.gallery { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 16px; margin-top: 24px; }
.editorial-strip {
    display: grid;
    grid-template-columns: 1.3fr .8fr;
    gap: 20px;
    padding: 28px;
    margin-top: 38px;
}
.editorial-links { display: flex; flex-wrap: wrap; gap: 12px; align-content: start; }
.editorial-links a {
    padding: 10px 14px;
    border-radius: 999px;
    border: 1px solid var(--border);
    background: rgba(255,255,255,.03);
}
.footer-grid { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 16px; padding: 24px 0; }
.footer-links { display: flex; flex-wrap: wrap; gap: 14px; }
@media (max-width: 920px) {
    .hero-grid, .featured-card, .editorial-strip { grid-template-columns: 1fr; }
    .hero-stats { grid-template-columns: 1fr; }
}
