* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero-page::before, .hero-page::after { animation: none; opacity: 0.7; }
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}
body { font-family: 'Segoe UI', system-ui, -apple-system, sans-serif; color: #334155; background: #f8fafc; overflow-x: hidden; }
.skip-link { position: absolute; top: -100px; left: 12px; z-index: 10000; padding: 12px 20px; background: #1e3a5f; color: #fff; font-weight: 600; border-radius: 8px; text-decoration: none; transition: top 0.2s; }
.skip-link:focus { top: 12px; outline: 3px solid #2563eb; outline-offset: 2px; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible { outline: 2px solid #2563eb; outline-offset: 2px; }

/* Nav */
.site-nav { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; background: rgba(248,250,252,0.97); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(30,58,95,0.1); transition: all .3s; }
.site-nav.scrolled { box-shadow: 0 2px 24px rgba(0,0,0,0.06); }
.nav-inner { max-width: 1200px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; height: 70px; }
.nav-logo { display: flex; align-items: center; gap: 12px; text-decoration: none; padding: 6px 12px 6px 6px; margin: -6px -6px -6px -12px; border-radius: 14px; transition: background .2s, transform .15s; }
.nav-logo:hover { background: rgba(37,99,235,0.06); transform: translateY(-0.5px); }
.nav-logo-icon { width: 42px; height: 42px; background: linear-gradient(135deg, #2563eb, #1e40af); border-radius: 12px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; box-shadow: 0 2px 12px rgba(37,99,235,0.25); }
.nav-logo-icon svg { width: 26px; height: 26px; fill: #fbbf24; display: block; flex-shrink: 0; }
.nav-logo-text { font-size: 17px; font-weight: 800; letter-spacing: -0.02em; line-height: 1.2; background: linear-gradient(135deg, #1e3a5f 0%, #2563eb 100%); -webkit-background-clip: text; background-clip: text; color: transparent; transition: opacity .2s; }
.nav-logo:hover .nav-logo-text { opacity: 0.9; }
.nav-links { display: flex; align-items: center; gap: 6px; list-style: none; }
.nav-links a { text-decoration: none; font-size: 14px; font-weight: 500; padding: 8px 14px; border-radius: 10px; color: #334155; transition: all .2s; }
.nav-links a:hover, .nav-links a.active { color: #2563eb; background: rgba(37,99,235,0.1); }
.nav-cta { background: #f59e0b !important; color: #1e3a5f !important; font-weight: 600 !important; }
.nav-cta:hover { background: #d97706 !important; color: #fff !important; }
.burger-btn { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 8px; border: none; background: transparent; }
.burger-btn span { display: block; width: 24px; height: 2px; background: #1e3a5f; border-radius: 2px; transition: all .3s; }
.burger-btn.open span:nth-child(1) { transform: rotate(45deg) translate(5px,5px); }
.burger-btn.open span:nth-child(2) { opacity: 0; }
.burger-btn.open span:nth-child(3) { transform: rotate(-45deg) translate(5px,-5px); }
.mobile-menu { display: none; background: #fff; padding: 16px 24px; border-top: 2px solid #2563eb; flex-direction: column; gap: 4; }
.mobile-menu a { text-decoration: none; color: #334155; font-size: 15px; font-weight: 500; padding: 12px 16px; border-radius: 10px; }
.mobile-menu .nav-cta { text-align: center; margin-top: 8px; }

@media (max-width: 991px) {
  .nav-links { display: none !important; }
  .burger-btn { display: flex !important; }
  .mobile-menu.open { display: flex !important; }
}

/* Page content offset */
main { padding-top: 70px; }

/* Hero sections */
.hero-page { position: relative; background: linear-gradient(160deg, #f0f9ff 0%, #e0f2fe 40%, #fef3c7 100%); padding: 80px 24px 70px; text-align: center; overflow: hidden; }
.hero-page h1 { font-size: clamp(1.9rem, 4.5vw, 3.2rem); font-weight: 800; color: #1e3a5f; line-height: 1.2; margin-bottom: 16; max-width: 700px; margin-left: auto; margin-right: auto; position: relative; z-index: 1; }
.hero-page .badge { display: inline-block; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; color: #2563eb; background: rgba(37,99,235,0.12); padding: 6px 14px; border-radius: 20px; margin-bottom: 20px; position: relative; z-index: 1; }
.hero-page p { font-size: clamp(1rem, 1.8vw, 1.15rem); color: #475569; max-width: 560px; margin: 0 auto 32px; line-height: 1.65; position: relative; z-index: 1; }
.hero-page .hero-btns { position: relative; z-index: 1; }
/* Animated stars background — маленький «источник», тени в vw/vh = точечные звёзды */
.hero-page::before,
.hero-page::after { content: ''; position: absolute; left: 0; top: 0; width: 6px; height: 6px; border-radius: 50%; pointer-events: none; background: transparent; }
.hero-page::before {
  box-shadow:
    5vw 10vh 0 0 rgba(255,255,255,0.9),
    18vw 6vh 0 0 rgba(255,255,255,0.75),
    32vw 18vh 0 0 rgba(255,215,0,0.65),
    48vw 4vh 0 0 rgba(255,255,255,0.85),
    62vw 14vh 0 0 rgba(255,255,255,0.7),
    78vw 22vh 0 0 rgba(255,215,0,0.55),
    92vw 8vh 0 0 rgba(255,255,255,0.8),
    12vw 28vh 0 0 rgba(255,255,255,0.7),
    42vw 32vh 0 0 rgba(255,255,255,0.65),
    68vw 36vh 0 0 rgba(255,215,0,0.5),
    88vw 42vh 0 0 rgba(255,255,255,0.75),
    6vw 48vh 0 0 rgba(255,255,255,0.6),
    28vw 52vh 0 0 rgba(255,255,255,0.8),
    55vw 50vh 0 0 rgba(255,215,0,0.45),
    82vw 58vh 0 0 rgba(255,255,255,0.7),
    15vw 68vh 0 0 rgba(255,255,255,0.65),
    38vw 72vh 0 0 rgba(255,255,255,0.6),
    72vw 70vh 0 0 rgba(255,215,0,0.55),
    95vw 78vh 0 0 rgba(255,255,255,0.75);
  animation: stars-twinkle 2.5s ease-in-out infinite;
}
.hero-page::after {
  box-shadow:
    22vw 12vh 0 0 rgba(255,255,255,0.6),
    52vw 16vh 0 0 rgba(255,215,0,0.5),
    8vw 38vh 0 0 rgba(255,255,255,0.55),
    45vw 44vh 0 0 rgba(255,255,255,0.7),
    75vw 34vh 0 0 rgba(255,215,0,0.4),
    30vw 62vh 0 0 rgba(255,255,255,0.6),
    58vw 66vh 0 0 rgba(255,255,255,0.5),
    85vw 54vh 0 0 rgba(255,255,255,0.65),
    5vw 82vh 0 0 rgba(255,215,0,0.45),
    65vw 86vh 0 0 rgba(255,255,255,0.6);
  animation: stars-twinkle 3s ease-in-out infinite 0.8s;
}
@keyframes stars-twinkle {
  0%, 100% { opacity: 0.4; }
  50% { opacity: 1; }
}
.hero-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.btn { display: inline-flex; align-items: center; padding: 14px 28px; border-radius: 28px; font-size: 15px; font-weight: 600; text-decoration: none; transition: all .25s; }
.btn-primary { background: #2563eb; color: #fff; }
.btn-primary:hover { background: #1d4ed8; transform: translateY(-1px); }
.btn-outline { background: rgba(30,58,95,0.08); color: #1e3a5f; border: 1.5px solid rgba(30,58,95,0.2); }
.btn-outline:hover { background: rgba(30,58,95,0.12); }
.btn-amber { background: #f59e0b; color: #1e3a5f; }
.btn-amber:hover { background: #d97706; color: #fff; }

/* Sections */
.section { padding: 72px 24px; }
.section-white { background: #fff; }
.section-gray { background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%); }
.section-title { text-align: center; font-size: clamp(1.6rem, 3.5vw, 2.2rem); font-weight: 800; color: #1e3a5f; margin-bottom: 48px; }
.container { max-width: 1100px; margin: 0 auto; }
.container-narrow { max-width: 720px; margin: 0 auto; }

/* Trust cards */
.trust-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 28px; }
.trust-card { background: #f8fafc; border-radius: 20px; padding: 32px; border: 1px solid #e2e8f0; transition: box-shadow .25s; }
.trust-card:hover { box-shadow: 0 8px 30px rgba(37,99,235,0.12); }
.trust-card .icon { font-size: 32px; margin-bottom: 16px; }
.trust-card h3 { font-size: 1.1rem; font-weight: 700; color: #1e3a5f; margin-bottom: 10px; }
.trust-card p { font-size: 14px; color: #64748b; line-height: 1.65; }

/* Operator cards */
.operator-card { background: #fff; border-radius: 20px; padding: 28px; box-shadow: 0 2px 20px rgba(0,0,0,0.06); border: 1px solid #e2e8f0; display: grid; grid-template-columns: 120px 1fr auto; gap: 24px; align-items: center; margin-bottom: 24px; }
.operator-rank { width: 56px; height: 56px; border-radius: 14px; background: linear-gradient(135deg,#2563eb,#1e40af); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 1.5rem; }
.bookmaker-logo { width: 120px; min-width: 120px; display: flex; align-items: center; justify-content: center; }
.bookmaker-logo img { max-width: 120px; max-height: 48px; width: auto; height: auto; object-fit: contain; }
.operator-card h3 { font-size: 1.25rem; font-weight: 700; color: #1e3a5f; margin-bottom: 6px; }
.operator-bonus { font-size: 14px; color: #2563eb; font-weight: 600; margin-bottom: 8px; }
.operator-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 10px; }
.operator-tags span { font-size: 12px; background: #f1f5f9; color: #475569; padding: 4px 10px; border-radius: 8px; }
.operator-rating { font-size: 13px; color: #f59e0b; font-weight: 700; margin-bottom: 8px; }
@media (max-width: 768px) {
  .operator-card { grid-template-columns: 1fr; text-align: left; }
  .operator-rank, .bookmaker-logo { margin: 0 auto; }
  .operator-actions { text-align: left !important; }
}

/* FAQ */
.faq-item { border: 1px solid #e2e8f0; border-radius: 14px; overflow: hidden; margin-bottom: 12px; }
.faq-btn { width: 100%; padding: 18px 20px; text-align: left; background: #f8fafc; border: none; font-size: 15px; font-weight: 600; color: #1e3a5f; cursor: pointer; display: flex; justify-content: space-between; align-items: center; }
.faq-btn:hover { background: #f0f9ff; }
.faq-btn.open { background: #f0f9ff; }
.faq-answer { padding: 0 20px 18px; font-size: 14px; color: #64748b; line-height: 1.7; display: none; }
.faq-answer.open { display: block; }

/* Article cards */
.article-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 24px; }
.article-card { background: #fff; border-radius: 18px; padding: 24px; box-shadow: 0 2px 16px rgba(0,0,0,0.05); text-decoration: none; display: block; border: 1px solid #e2e8f0; transition: box-shadow .2s; }
.article-card:hover { box-shadow: 0 8px 24px rgba(0,0,0,0.08); }
.article-card .tag { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: #2563eb; margin-bottom: 10px; display: block; }
.article-card h3 { font-size: 1.1rem; font-weight: 700; color: #1e3a5f; margin-bottom: 10px; line-height: 1.3; }
.article-card p { font-size: 14px; color: #64748b; line-height: 1.6; }

/* CTA section */
.cta-section { padding: 72px 24px; background: linear-gradient(145deg, #1e3a5f 0%, #2563eb 100%); color: #fff; text-align: center; }
.cta-section h2 { font-size: clamp(1.5rem, 3vw, 2rem); font-weight: 800; margin-bottom: 14px; }
.cta-section p { opacity: .9; margin-bottom: 28px; max-width: 520px; margin-left: auto; margin-right: auto; }
.cta-section .btn-outline { background: rgba(255,255,255,0.15); color: #fff; border-color: rgba(255,255,255,0.4); }
.cta-section .btn-outline:hover { background: rgba(255,255,255,0.25); }

/* Footer */
footer { background: #1e3a5f; color: #fff; padding: 56px 24px 28px; }
.footer-inner { max-width: 1200px; margin: 0 auto; }
.footer-flowkod { margin-bottom: 32px; padding-bottom: 24px; border-bottom: 1px solid rgba(255,255,255,0.15); }
.footer-flowkod p { font-size: 14px; line-height: 1.7; color: rgba(255,255,255,0.88); max-width: 720px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
.footer-brand p { font-size: 13px; color: rgba(255,255,255,0.6); line-height: 1.6; max-width: 260px; margin-top: 14px; }
.footer-col h4 { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: rgba(255,255,255,0.45); margin-bottom: 14px; }
.footer-col a { display: block; color: rgba(255,255,255,0.75); font-size: 14px; text-decoration: none; margin-bottom: 8px; transition: color .2s; }
.footer-col a:hover { color: #fbbf24; }
.help-links { margin-bottom: 32px; }
.help-links h4 { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: rgba(255,255,255,0.45); margin-bottom: 14px; }
.help-links p { font-size: 13px; color: rgba(255,255,255,0.65); margin-bottom: 14px; }
.help-links-inner { display: flex; flex-wrap: wrap; gap: 16px; align-items: center; }
.help-links-inner a { display: flex; align-items: center; color: rgba(255,255,255,0.85); text-decoration: none; font-size: 13px; }
.help-links-inner img { height: 32px; width: auto; max-width: 120px; object-fit: contain; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 20px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; }
.footer-bottom p { font-size: 12px; color: rgba(255,255,255,0.45); margin: 0; }
@media (max-width: 991px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .footer-grid { grid-template-columns: 1fr; } .footer-bottom { flex-direction: column; text-align: center; } }

/* Legal / content pages */
.page-hero { background: linear-gradient(160deg, #e0f2fe 0%, #f0f9ff 100%); padding: 80px 24px 60px; text-align: center; }
.page-hero h1 { font-size: clamp(1.8rem, 4vw, 2.8rem); font-weight: 800; color: #1e3a5f; margin-bottom: 12px; }
.page-hero p { font-size: 14px; color: #64748b; }
.content-block { max-width: 720px; margin: 0 auto; padding: 48px 24px 80px; font-size: 15px; color: #334155; line-height: 1.8; }
.content-block h2 { font-size: 1.2rem; font-weight: 700; color: #1e3a5f; margin-top: 28px; margin-bottom: 12px; }
.content-block ul { margin-left: 24px; margin-bottom: 16px; }
.content-block a { color: #2563eb; font-weight: 600; }
.content-block .tag { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: #2563eb; margin-bottom: 10px; display: block; }

/* Contact page – layout & cards */
.contact-hero { padding-bottom: 48px; }
.contact-section { padding: 0 24px 80px; }
.contact-wrap { max-width: 960px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: start; }
@media (max-width: 768px) { .contact-wrap { grid-template-columns: 1fr; } }

.contact-info-card,
.contact-form-card { background: #fff; border-radius: 20px; padding: 32px; box-shadow: 0 4px 24px rgba(0,0,0,0.06); border: 1px solid #e2e8f0; }

.contact-info-title,
.contact-form-title { font-size: 1.25rem; font-weight: 700; color: #1e3a5f; margin-bottom: 12px; }
.contact-info-desc { font-size: 14px; color: #64748b; line-height: 1.7; margin-bottom: 24px; }
.contact-info-list { display: flex; flex-direction: column; gap: 20px; }
.contact-info-item { display: flex; gap: 14px; align-items: flex-start; }
.contact-info-icon { font-size: 1.25rem; line-height: 1; flex-shrink: 0; }
.contact-info-label { display: block; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; color: #2563eb; margin-bottom: 4px; }
.contact-info-item p { margin: 0; font-size: 14px; color: #334155; line-height: 1.6; }
.contact-info-item a { color: #2563eb; font-weight: 600; text-decoration: none; }
.contact-info-item a:hover { text-decoration: underline; }

.contact-form-card { position: relative; }
.contact-form { margin-top: 8px; }
.contact-field { margin-bottom: 20px; }
.contact-form label { display: block; font-size: 13px; font-weight: 600; color: #1e3a5f; margin-bottom: 8px; }
.contact-form input,
.contact-form textarea { width: 100%; padding: 14px 16px; border: 1px solid #e2e8f0; border-radius: 12px; font-size: 15px; font-family: inherit; background: #f8fafc; transition: border-color .2s, box-shadow .2s; }
.contact-form input::placeholder,
.contact-form textarea::placeholder { color: #94a3b8; }
.contact-form input:hover,
.contact-form textarea:hover { border-color: #cbd5e1; }
.contact-form input:focus,
.contact-form textarea:focus { outline: none; border-color: #2563eb; box-shadow: 0 0 0 3px rgba(37,99,235,0.12); background: #fff; }
.contact-form textarea { resize: vertical; min-height: 120px; }
.contact-submit { width: 100%; padding: 14px 24px; font-size: 15px; font-weight: 600; cursor: pointer; border: none; border-radius: 12px; margin-top: 8px; transition: transform .15s, background .2s; }
.contact-submit:hover { transform: translateY(-1px); }

.contact-success { text-align: center; padding: 32px 24px; background: linear-gradient(180deg, #f0fdf4 0%, #dcfce7 100%); border-radius: 16px; border: 1px solid #86efac; }
.contact-success-icon { width: 48px; height: 48px; margin: 0 auto 16px; background: #22c55e; color: #fff; font-size: 1.5rem; font-weight: 700; line-height: 48px; border-radius: 50%; }
.contact-success h3 { font-size: 1.2rem; color: #166534; margin-bottom: 8px; }
.contact-success p { margin-bottom: 20px; color: #15803d; font-size: 14px; line-height: 1.6; }
.contact-success .btn { min-width: 120px; }

/* Review page (avis) — красивая структура, центрирование, карточки */
.review-page-wrap { max-width: 800px; margin: 0 auto; padding: 0 24px 80px; }
.review-breadcrumb { padding: 24px 0 16px; font-size: 14px; color: #64748b; text-align: center; }
.review-breadcrumb a { color: #2563eb; text-decoration: none; }
.review-breadcrumb a:hover { text-decoration: underline; }

.review-hero { background: linear-gradient(145deg, #f0f9ff 0%, #e0f2fe 50%, #fef3c7 100%); border-radius: 24px; padding: 40px 36px; text-align: center; margin-bottom: 32px; box-shadow: 0 4px 24px rgba(37,99,235,0.08); border: 1px solid rgba(37,99,235,0.1); }
.review-hero h1 { font-size: clamp(1.8rem, 4vw, 2.5rem); font-weight: 800; color: #1e3a5f; margin-bottom: 8px; letter-spacing: -0.02em; }
.review-hero .review-subtitle { font-size: 1rem; color: #475569; font-weight: 600; margin-bottom: 16px; }
.review-hero .review-rating-badge { display: inline-block; background: rgba(245,158,11,0.15); color: #b45309; font-weight: 700; font-size: 1.1rem; padding: 8px 16px; border-radius: 12px; margin-bottom: 12px; }
.review-hero .review-bonus-badge { display: inline-block; background: rgba(37,99,235,0.12); color: #1e40af; font-weight: 700; font-size: 1.05rem; padding: 8px 18px; border-radius: 12px; margin-bottom: 24px; }
.review-hero .review-cta .btn { padding: 14px 32px; font-size: 16px; }

.review-card { background: #fff; border-radius: 20px; padding: 28px 32px; margin-bottom: 24px; box-shadow: 0 2px 20px rgba(0,0,0,0.06); border: 1px solid #e2e8f0; }
.review-card h2 { font-size: 1.2rem; font-weight: 700; color: #1e3a5f; margin-bottom: 16px; padding-bottom: 12px; border-bottom: 2px solid #f0f9ff; display: flex; align-items: center; gap: 8px; }
.review-card p { font-size: 15px; color: #334155; line-height: 1.8; margin-bottom: 12px; }
.review-card p:last-child { margin-bottom: 0; }
.review-card ul { margin: 0 0 12px 24px; padding: 0; font-size: 15px; color: #334155; line-height: 1.8; }
.review-card ul li { margin-bottom: 6px; }

.review-key-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 12px; list-style: none; margin: 0 !important; padding: 0 !important; }
.review-key-grid li { background: #f8fafc; padding: 12px 16px; border-radius: 12px; font-size: 14px; color: #475569; font-weight: 500; border: 1px solid #e2e8f0; margin: 0 !important; }

.review-points { list-style: none !important; margin: 0 !important; padding: 0 !important; }
.review-points li { padding-left: 28px; position: relative; margin-bottom: 10px; }
.review-points li::before { position: absolute; left: 0; top: 2px; }
.review-points.forts li::before { content: '✓'; color: #059669; font-weight: 700; font-size: 1rem; }
.review-points.faibles li::before { content: '✕'; color: #dc2626; font-weight: 700; font-size: 1rem; }

.review-cta-box { background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%); border-radius: 20px; padding: 32px; text-align: center; margin: 32px 0; box-shadow: 0 4px 24px rgba(37,99,235,0.1); border: 1px solid #bae6fd; }
.review-cta-box .cta-title { font-size: 1.25rem; font-weight: 700; color: #1e3a5f; margin: 0 0 8px; }
.review-cta-box .cta-bonus { font-size: 1rem; color: #475569; margin: 0 0 20px; }
.review-cta-box .btn { padding: 14px 32px; font-size: 16px; }

.review-other { background: #f8fafc; border-radius: 20px; padding: 24px 32px; margin-top: 32px; text-align: center; border: 1px solid #e2e8f0; }
.review-other h3 { font-size: 1rem; font-weight: 700; color: #1e3a5f; margin-bottom: 14px; text-transform: uppercase; letter-spacing: 0.05em; }
.review-other a { display: inline-block; color: #2563eb; font-weight: 600; text-decoration: none; margin: 4px 12px 4px 0; }
.review-other a:hover { text-decoration: underline; }

/* Age gate */
.age-gate { min-height: 100vh; display: flex; align-items: center; justify-content: center; background: linear-gradient(145deg, #1e3a5f 0%, #2d4a6f 50%, #1e3a5f 100%); color: #fff; font-family: 'Segoe UI', sans-serif; padding: 24px; text-align: center; }
.age-gate-inner { max-width: 420px; }
.age-gate h1 { font-size: 1.5rem; margin-bottom: 16px; font-weight: 700; }
.age-gate p { opacity: .9; margin-bottom: 28px; line-height: 1.6; }
.age-gate .btn { margin: 0 6px; }

/* Simple list page */
.list-card { background: #fff; border-radius: 16px; padding: 24px; box-shadow: 0 2px 16px rgba(0,0,0,0.05); border: 1px solid #e2e8f0; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px; margin-bottom: 20px; }
.list-card h2 { font-size: 1.25rem; font-weight: 700; color: #1e3a5f; margin-bottom: 4px; }
.list-card .meta { font-size: 14px; color: #2563eb; font-weight: 600; }
.text-center { text-align: center; margin-top: 32px; }
