.hero-section {
    background: #1e293b;
    position: relative; overflow: hidden;
    padding: 64px 20px 56px; text-align: center;
}
.hero-section::before {
    content: ''; position: absolute; inset: 0;
    background:
        radial-gradient(ellipse 600px 300px at 20% 50%, rgba(194,37,92,0.12) 0%, transparent 70%),
        radial-gradient(ellipse 500px 250px at 80% 30%, rgba(99,102,241,0.10) 0%, transparent 70%);
    pointer-events: none;
}
.hero-inner { position: relative; z-index: 1; max-width: 680px; margin: 0 auto; }
.hero-label {
    display: inline-block; font-size: 0.72rem; font-weight: 700;
    color: #c2255c; background: rgba(194,37,92,0.12);
    padding: 4px 14px; border-radius: 20px; margin-bottom: 18px;
    letter-spacing: 0.5px; text-transform: uppercase;
}
.hero-section h1 {
    font-size: 2.2rem; font-weight: 900; color: #fff; margin-bottom: 16px;
    line-height: 1.35; letter-spacing: -0.5px;
}
.hero-section h1 span { color: #f472b6; }
.hero-section .hero-sub {
    font-size: 1.05rem; color: #94a3b8; margin-bottom: 32px; line-height: 1.7;
}
.hero-cta { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; margin-bottom: 32px; }
.hero-cta .btn-primary { padding: 13px 32px; font-size: 0.95rem; }
.hero-cta .btn-outline { padding: 12px 28px; font-size: 0.95rem; border-color: rgba(255,255,255,0.2); color: #cbd5e1; }
.hero-cta .btn-outline:hover { border-color: #fff; color: #fff; background: rgba(255,255,255,0.06); }
.hero-stats {
    display: flex; justify-content: center; gap: 40px; flex-wrap: wrap;
}
.hero-stat { text-align: center; }
.hero-stat .num { font-size: 1.5rem; font-weight: 900; color: #fff; display: block; }
.hero-stat .label { font-size: 0.75rem; color: #64748b; }

.home-section { margin-bottom: 48px; }
.home-section h2 {
    font-size: 1.3rem; color: #1e293b; margin-bottom: 16px;
    padding-bottom: 8px; border-bottom: 2px solid #f1f5f9;
}
.home-section .section-desc {
    font-size: 0.88rem; color: #64748b; margin-top: -8px; margin-bottom: 16px;
}

/* --- Entry Guide (3 featured) --- */
.entry-grid { display: grid; gap: 16px; grid-template-columns: repeat(3, 1fr); }
.entry-card {
    display: block; background: #fff; border-radius: 12px; padding: 24px 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06); text-decoration: none; color: inherit;
    text-align: center; transition: all 0.2s; border: 2px solid transparent;
}
.entry-card:hover { box-shadow: 0 8px 24px rgba(0,0,0,0.10); transform: translateY(-3px); text-decoration: none; border-color: #fce7f3; }
.entry-card img { width: 80px; height: 56px; object-fit: contain; margin: 0 auto 12px; background: #f8fafc; border-radius: 8px; }
.entry-card .name { font-size: 1.05rem; font-weight: 800; color: #1e293b; margin-bottom: 6px; }
.entry-card .desc { font-size: 0.82rem; color: #64748b; line-height: 1.5; }
.entry-card .tag {
    display: inline-block; margin-top: 10px; font-size: 0.72rem; font-weight: 700;
    color: #c2255c; background: #fdf2f8; padding: 3px 10px; border-radius: 12px;
}

/* --- Compare CTA (dark block) --- */
.compare-cta {
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    border-radius: 12px; padding: 26px 28px; margin-bottom: 48px;
    position: relative; overflow: hidden;
}
.compare-cta::before {
    content: ''; position: absolute; inset: 0;
    background: radial-gradient(ellipse 400px 200px at 80% 50%, rgba(194,37,92,0.12) 0%, transparent 70%);
    pointer-events: none;
}
.compare-cta-inner { position: relative; z-index: 1; }
.compare-cta h2 { font-size: 1.15rem; font-weight: 800; color: #fff; margin-bottom: 6px; }
.compare-cta .cta-desc { font-size: 0.88rem; color: #94a3b8; margin-bottom: 18px; line-height: 1.5; }
.compare-picks { display: grid; gap: 12px; grid-template-columns: repeat(3, 1fr); margin-bottom: 18px; }
.compare-pick {
    display: block; background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.18);
    border-radius: 8px; padding: 14px; text-decoration: none; transition: all 0.2s;
}
.compare-pick:hover { background: rgba(255,255,255,0.18); border-color: rgba(194,37,92,0.4); text-decoration: none; }
.compare-pick .label { font-size: 0.92rem; font-weight: 700; color: #f472b6; margin-bottom: 2px; }
.compare-pick .label-sub { font-size: 0.76rem; font-weight: 600; color: #cbd5e1; }
.compare-pick .desc { font-size: 0.76rem; color: #64748b; line-height: 1.4; margin-top: 4px; }
.compare-axes-links {
    display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 14px;
}
.compare-axes-links a {
    display: inline-block; padding: 5px 14px; border-radius: 20px;
    font-size: 0.78rem; font-weight: 600; text-decoration: none;
    background: rgba(255,255,255,0.08); color: #94a3b8;
    border: 1px solid rgba(255,255,255,0.12); transition: all 0.2s;
}
.compare-axes-links a:hover { background: rgba(255,255,255,0.15); color: #f472b6; border-color: rgba(194,37,92,0.3); text-decoration: none; }
.compare-cta .cta-btn-wrap { text-align: right; }
.compare-cta .cta-btn {
    display: inline-block; padding: 10px 24px; border-radius: 8px;
    font-size: 0.88rem; font-weight: 700;
    border: 1px solid rgba(255,255,255,0.2); color: #cbd5e1;
    text-decoration: none; transition: all 0.2s;
}
.compare-cta .cta-btn:hover { border-color: #fff; color: #fff; background: rgba(255,255,255,0.06); text-decoration: none; }

/* --- Site grids --- */
.site-grid { display: grid; gap: 14px; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); }
.site-card {
    display: flex; align-items: center; gap: 12px;
    background: #fff; border-radius: 8px; padding: 14px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.04); text-decoration: none; color: inherit;
    transition: all 0.2s;
}
.site-card:hover { box-shadow: 0 4px 12px rgba(0,0,0,0.08); text-decoration: none; }
.site-card img { width: 52px; height: 36px; object-fit: contain; flex-shrink: 0; background: #f8fafc; border-radius: 6px; }
.site-card .info { flex: 1; min-width: 0; }
.site-card .info .name { font-size: 0.95rem; font-weight: 700; color: #1e293b; margin-bottom: 3px; }
.site-card .info .summary { font-size: 0.8rem; color: #94a3b8; line-height: 1.4; }

/* --- Video grid --- */
.video-grid {
    display: grid; gap: 16px;
    grid-template-columns: repeat(4, 1fr);
}
.video-card {
    display: block; text-decoration: none; color: inherit;
    background: #fff; border-radius: 8px; overflow: hidden;
    box-shadow: 0 1px 3px rgba(0,0,0,0.06); transition: all 0.2s;
}
.video-card:hover { box-shadow: 0 6px 20px rgba(0,0,0,0.1); transform: translateY(-2px); text-decoration: none; }
.video-card img {
    width: 100%; aspect-ratio: 16/9; object-fit: cover; background: #f1f5f9;
}
.video-card .info { padding: 10px 12px; }
.video-card .info .title {
    font-size: 0.82rem; color: #1e293b; font-weight: 500; line-height: 1.4;
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
    margin-bottom: 4px;
}
.video-card .info .desc {
    font-size: 0.75rem; color: #94a3b8; line-height: 1.4;
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
    margin-bottom: 4px;
}
.video-card .info .meta { font-size: 0.72rem; color: #94a3b8; }
.video-card .info .meta .site-name { color: #c2255c; }

/* --- Steps --- */
.steps { display: grid; gap: 20px; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); }
.step {
    background: #fff; border-radius: 10px; padding: 24px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.06); text-align: center;
}
.step .num {
    display: inline-block; width: 36px; height: 36px; line-height: 36px;
    border-radius: 50%; background: #fdf2f8; color: #c2255c;
    font-size: 1rem; font-weight: 800; margin-bottom: 10px;
}
.step h3 { font-size: 1rem; color: #1e293b; margin-bottom: 6px; }
.step p { font-size: 0.85rem; color: #64748b; line-height: 1.5; }

.more-link { display: block; margin-top: 14px; font-size: 0.9rem; text-align: right; }

/* --- Special bucket --- */
.special-grid { display: grid; gap: 14px; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); }
.special-card {
    display: block; background: #fff; border-radius: 10px; padding: 18px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.06); text-decoration: none; color: inherit;
    transition: all 0.2s; border-left: 3px solid #e2e8f0;
}
.special-card:hover { box-shadow: 0 6px 20px rgba(0,0,0,0.1); text-decoration: none; border-left-color: #c2255c; }
.special-card .name { font-size: 1rem; font-weight: 700; color: #1e293b; margin-bottom: 4px; }
.special-card .desc { font-size: 0.82rem; color: #64748b; line-height: 1.5; }

@media (max-width: 768px) {
    .hero-section { padding: 36px 16px 32px; }
    .hero-section h1 { font-size: 1.4rem; }
    .hero-section h1 br { display: none; }
    .hero-section .hero-sub { font-size: 0.9rem; }
    .hero-section .hero-sub br { display: none; }
    .hero-cta .btn-primary, .hero-cta .btn-outline { padding: 10px 20px !important; font-size: 0.85rem !important; }
    .hero-stats { gap: 24px; }
    .hero-stat .num { font-size: 1.2rem; }
    .entry-grid { grid-template-columns: 1fr; }
    .compare-picks { grid-template-columns: 1fr; }
    .video-grid { grid-template-columns: repeat(2, 1fr); }
    .steps { grid-template-columns: 1fr; }
}
