@import url('https://fonts.googleapis.com/css2?family=Sora:wght@300;400;500;600;700;800&family=Literata:ital,opsz,wght@0,7..72,400;0,7..72,500;0,7..72,600;0,7..72,700;1,7..72,400&display=swap');

:root {
  --color-bg: #312e81;
  --color-bg-2: #2a2670;
  --color-bg-white: #3b3793;
  --color-bg-rgb: 49, 46, 129;
  --color-bg-white-rgb: 59, 55, 147;
  --color-surface: rgba(196, 181, 253, 0.05);
  --color-surface-hover: rgba(196, 181, 253, 0.10);
  --color-text: #ede9fe;
  --color-text-secondary: #c4b5fd;
  --color-text-muted: #a5b4fc;

  --color-accent: #05dbe0;
  --color-accent-2: #b447e1;
  --color-accent-3: #e27947;
  --color-accent-warm: #e8a327;
  --color-accent-soft: #e2f2f2;
  --color-accent-2-soft: #ece4f0;
  --color-accent-3-soft: #f0e8e4;
  --color-accent-warm-soft: #f1ece3;

  --color-star: #e8a327;
  --color-success: #34d399;
  --color-badge: #f472b6;
  --color-info: #05dbe0;

  --color-border: rgba(196, 181, 253, 0.18);
  --color-border-light: rgba(196, 181, 253, 0.08);

  --color-footer-bg: #1e1b4b;
  --color-footer-text: #ede9fe;
  --color-footer-muted: #a5b4fc;
  --color-footer-link: #c4b5fd;
  --color-footer-border: rgba(232, 163, 39, 0.25);
  --color-footer-social-bg: rgba(196, 181, 253, 0.08);
  --color-footer-social-border: rgba(232, 163, 39, 0.30);

  --font-heading: 'Sora', 'Inter', sans-serif;
  --font-body: 'Literata', 'Georgia', serif;

  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-xl: 24px;

  --shadow-xs: 0 1px 2px rgba(0,0,0,0.25);
  --shadow-sm: 0 2px 6px rgba(15, 12, 60, 0.35);
  --shadow-md: 0 6px 18px rgba(15, 12, 60, 0.45);
  --shadow-lg: 0 14px 36px rgba(10, 8, 45, 0.55);
  --shadow-xl: 0 28px 64px rgba(10, 8, 45, 0.65);
}

body {
  background:
    radial-gradient(ellipse 80% 50% at 20% 0%, rgba(180, 71, 225, 0.18) 0%, transparent 60%),
    radial-gradient(ellipse 70% 50% at 80% 30%, rgba(5, 219, 224, 0.10) 0%, transparent 65%),
    var(--color-bg);
  background-attachment: fixed;
}

/* ── Gold thin section dividers ───────────────────────────────────────── */
.section + .section,
.section + .newsletter-section,
.newsletter-section + .section,
.trust-section + .section,
.section + .trust-section,
.faq-section,
.testimonials-section,
.top-picks-section,
.guide-section,
.categories-section,
.comparison-section,
.brand-showcase-section,
.trending-section {
  position: relative;
}
.section::before,
.newsletter-section::before,
.faq-section::before,
.testimonials-section::before,
.top-picks-section::before,
.guide-section::before,
.categories-section::before,
.comparison-section::before,
.brand-showcase-section::before,
.trending-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(720px, 80%);
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(232, 163, 39, 0.55) 30%, #e8a327 50%, rgba(232, 163, 39, 0.55) 70%, transparent 100%);
  pointer-events: none;
}

/* ── Announcement bar ─────────────────────────────────────────────────── */
.announcement-bar {
  background: #1e1b4b;
  color: #ede9fe;
  border-bottom: 1px solid rgba(232, 163, 39, 0.4);
  letter-spacing: 0.5px;
}
.announcement-bar strong { color: #e8a327; }

/* ── Glassmorphism header ─────────────────────────────────────────────── */
.site-header {
  background: rgba(49, 46, 129, 0.55);
  backdrop-filter: blur(22px) saturate(180%);
  -webkit-backdrop-filter: blur(22px) saturate(180%);
  border-bottom: 1px solid rgba(232, 163, 39, 0.30);
  box-shadow: 0 8px 32px rgba(10, 8, 45, 0.25);
}
.logo-text {
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  letter-spacing: -0.4px;
  color: #ede9fe;
}
.nav-link {
  color: #c4b5fd;
  letter-spacing: 0.3px;
}
.nav-link:hover { color: #ede9fe; background: rgba(196, 181, 253, 0.10); }
.nav-link.active {
  color: #e8a327;
  background: rgba(232, 163, 39, 0.12);
  border: 1px solid rgba(232, 163, 39, 0.30);
}

.search-overlay {
  background: rgba(30, 27, 75, 0.85);
  backdrop-filter: blur(22px);
  border-bottom: 1px solid rgba(232, 163, 39, 0.30);
}
.search-input {
  background: rgba(196, 181, 253, 0.06);
  color: #ede9fe;
  border-color: rgba(196, 181, 253, 0.25);
}
.search-input:focus {
  border-color: #c4b5fd;
  box-shadow: 0 0 0 3px rgba(196, 181, 253, 0.18);
}

.mobile-menu {
  background: rgba(30, 27, 75, 0.95);
  backdrop-filter: blur(22px);
}

/* ── Hero — luxury bookstore ──────────────────────────────────────────── */
.hero {
  text-align: center;
  background:
    radial-gradient(ellipse 60% 40% at 50% 100%, rgba(180, 71, 225, 0.22) 0%, transparent 70%),
    linear-gradient(180deg, transparent 0%, rgba(30, 27, 75, 0.45) 100%);
}
.hero-content { text-align: center; }
.hero-actions { justify-content: center; }
.hero-subtitle {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  color: #c4b5fd;
  font-family: 'Literata', serif;
  font-style: italic;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 15% 20%, rgba(196, 181, 253, 0.12) 0%, transparent 25%),
    radial-gradient(circle at 85% 70%, rgba(5, 219, 224, 0.08) 0%, transparent 30%);
  pointer-events: none;
  z-index: 0;
}

.hero-badge {
  color: #e8a327;
  background: rgba(232, 163, 39, 0.10);
  border: 1px solid rgba(232, 163, 39, 0.35);
  font-family: 'Sora', sans-serif;
  font-weight: 600;
  letter-spacing: 2px;
}

.hero-title {
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  color: #ede9fe;
  letter-spacing: -1.5px;
}
.hero-title::after {
  content: '';
  display: block;
  width: 64px;
  height: 1px;
  margin: 24px auto 0;
  background: linear-gradient(90deg, transparent, #e8a327, transparent);
}

/* Restrained sparkle */
@keyframes sparkle {
  0%, 100% { opacity: 0.3; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.4); }
}
.hero-badge::before {
  content: '✦';
  display: inline-block;
  color: #e8a327;
  margin-right: 6px;
  animation: sparkle 3.2s ease-in-out infinite;
}

/* ── Section headings ─────────────────────────────────────────────────── */
.section-title {
  font-family: 'Sora', sans-serif;
  color: #ede9fe;
  font-weight: 600;
  letter-spacing: -0.4px;
}
.section-subtitle { color: #c4b5fd; font-family: 'Literata', serif; font-style: italic; }

/* ── Buttons ──────────────────────────────────────────────────────────── */
.btn { font-family: 'Sora', sans-serif; letter-spacing: 0.4px; }
.btn-primary {
  background: linear-gradient(135deg, #b447e1 0%, #05dbe0 100%);
  color: #fff;
  box-shadow: 0 4px 20px rgba(180, 71, 225, 0.40);
  border: 1px solid rgba(232, 163, 39, 0.25);
}
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(180, 71, 225, 0.55);
  filter: brightness(1.08);
}
.btn-outline {
  background: rgba(196, 181, 253, 0.05);
  border: 1px solid #c4b5fd;
  color: #c4b5fd;
}
.btn-outline:hover {
  background: rgba(196, 181, 253, 0.12);
  border-color: #e8a327;
  color: #e8a327;
}
.btn-cta {
  background: linear-gradient(135deg, #b447e1 0%, #05dbe0 100%);
  box-shadow: 0 2px 12px rgba(180, 71, 225, 0.30);
  font-family: 'Sora', sans-serif;
  letter-spacing: 0.3px;
}
.btn-cta:hover { filter: brightness(1.1); box-shadow: 0 6px 22px rgba(180, 71, 225, 0.50); }

/* ── Product cards — bookstore shelf feel ─────────────────────────────── */
.product-card {
  background: linear-gradient(180deg, rgba(59, 55, 147, 0.65) 0%, rgba(42, 38, 112, 0.85) 100%);
  border: 1px solid rgba(196, 181, 253, 0.15);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  position: relative;
  display: flex;
  flex-direction: column;
}
.product-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(232, 163, 39, 0.5), transparent);
  pointer-events: none;
}
.product-card:hover {
  border-color: rgba(232, 163, 39, 0.45);
  box-shadow: 0 16px 40px rgba(10, 8, 45, 0.55), 0 0 0 1px rgba(232, 163, 39, 0.20);
}
.card-image-wrapper { background: #2a2670; }
.card-brand {
  color: #e8a327;
  font-family: 'Sora', sans-serif;
  letter-spacing: 1.5px;
}
.card-title {
  font-family: 'Literata', serif;
  font-weight: 600;
  color: #ede9fe;
}
.card-title a:hover { color: #c4b5fd; }
.price-current { color: #ede9fe; font-family: 'Sora', sans-serif; }
.price-original { color: #a5b4fc; }
.card-quick-view {
  background: rgba(30, 27, 75, 0.92);
  color: #e8a327;
  font-family: 'Sora', sans-serif;
  letter-spacing: 1px;
  border-top: 1px solid rgba(232, 163, 39, 0.35);
}
.card-badge {
  background: linear-gradient(135deg, #e8a327, #e27947);
  font-family: 'Sora', sans-serif;
}

/* ── Categories ───────────────────────────────────────────────────────── */
.category-card {
  background: rgba(59, 55, 147, 0.55);
  border: 1px solid rgba(196, 181, 253, 0.15);
  backdrop-filter: blur(8px);
}
.category-card:hover {
  border-color: #c4b5fd;
  box-shadow: 0 12px 30px rgba(180, 71, 225, 0.25);
}
.category-icon {
  background: rgba(180, 71, 225, 0.18);
  color: #c4b5fd;
  border: 1px solid rgba(196, 181, 253, 0.25);
}
.category-card h3 { color: #ede9fe; font-family: 'Sora', sans-serif; }
.category-count { color: #a5b4fc; font-style: italic; }

/* ── Filters ──────────────────────────────────────────────────────────── */
.filter-btn {
  background: rgba(59, 55, 147, 0.5);
  border: 1px solid rgba(196, 181, 253, 0.20);
  color: #c4b5fd;
}
.filter-btn:hover { border-color: #e8a327; color: #e8a327; }
.filter-btn.active {
  background: linear-gradient(135deg, #b447e1, #05dbe0);
  color: #fff;
  border-color: transparent;
}
.sort-select, .category-filters select {
  background: rgba(59, 55, 147, 0.6);
  color: #ede9fe;
  border-color: rgba(196, 181, 253, 0.25);
}

/* ── Pagination ───────────────────────────────────────────────────────── */
.page-btn, .page-num {
  background: rgba(59, 55, 147, 0.5);
  border: 1px solid rgba(196, 181, 253, 0.20);
  color: #c4b5fd;
}
.page-btn:hover, .page-num:hover { border-color: #e8a327; color: #e8a327; }
.page-num.active {
  background: linear-gradient(135deg, #b447e1, #05dbe0);
  color: #fff;
  border-color: transparent;
}

/* ── Newsletter ───────────────────────────────────────────────────────── */
.newsletter-section {
  background:
    radial-gradient(ellipse at center, rgba(180, 71, 225, 0.18) 0%, transparent 60%),
    rgba(30, 27, 75, 0.55);
  border-top: 1px solid rgba(232, 163, 39, 0.30);
  border-bottom: 1px solid rgba(232, 163, 39, 0.30);
}
.newsletter-text h3 { color: #ede9fe; font-family: 'Sora', sans-serif; }
.newsletter-text p { color: #c4b5fd; font-style: italic; }
.newsletter-form input {
  background: rgba(196, 181, 253, 0.06);
  border-color: rgba(196, 181, 253, 0.25);
  color: #ede9fe;
}
.newsletter-form input::placeholder { color: #a5b4fc; }
.newsletter-form input:focus { border-color: #e8a327; }
.newsletter-form button {
  background: linear-gradient(135deg, #b447e1, #05dbe0);
  font-family: 'Sora', sans-serif;
  letter-spacing: 0.5px;
}
.newsletter-form button:hover { background: linear-gradient(135deg, #c75bf0, #1ce7ec); }

/* ── Trust ────────────────────────────────────────────────────────────── */
.trust-section { border-bottom: 1px solid rgba(232, 163, 39, 0.20); }
.trust-item svg { color: #e8a327; }
.trust-item strong { color: #ede9fe; }
.trust-item span { color: #a5b4fc; }

/* ── FAQ — accent-2 (purple) ──────────────────────────────────────────── */
.faq-section { background: rgba(180, 71, 225, 0.10); }
.faq-item {
  background: rgba(59, 55, 147, 0.55);
  border: 1px solid rgba(196, 181, 253, 0.18);
  backdrop-filter: blur(6px);
}
.faq-item[open] { border-color: #b447e1; box-shadow: 0 0 0 1px rgba(180, 71, 225, 0.25); }
.faq-question { color: #ede9fe; font-family: 'Sora', sans-serif; }
.faq-item[open] .faq-question::after { color: #b447e1; }
.faq-answer { color: #c4b5fd; font-family: 'Literata', serif; }

/* ── Buying Guide — accent-warm (gold) ────────────────────────────────── */
.guide-section { background: rgba(232, 163, 39, 0.06); }
.guide-card {
  background: rgba(59, 55, 147, 0.55);
  border: 1px solid rgba(196, 181, 253, 0.15);
  backdrop-filter: blur(6px);
}
.guide-card:hover { border-color: #e8a327; box-shadow: 0 10px 28px rgba(232, 163, 39, 0.18); }
.guide-number {
  background: linear-gradient(135deg, #e8a327, #e27947);
  font-family: 'Sora', sans-serif;
  box-shadow: 0 4px 12px rgba(232, 163, 39, 0.40);
}
.guide-card-title { color: #ede9fe; font-family: 'Literata', serif; font-weight: 700; }
.guide-card-text { color: #c4b5fd; font-family: 'Literata', serif; }

/* ── Testimonials — accent-3 (terracotta) ─────────────────────────────── */
.testimonials-section { background: rgba(226, 121, 71, 0.08); }
.testimonial-card {
  background: rgba(59, 55, 147, 0.55);
  border: 1px solid rgba(196, 181, 253, 0.15);
  backdrop-filter: blur(6px);
}
.testimonial-card:hover { box-shadow: 0 10px 28px rgba(226, 121, 71, 0.20); border-color: rgba(226, 121, 71, 0.40); }
.testimonial-text { color: #ede9fe; font-family: 'Literata', serif; font-style: italic; }
.testimonial-avatar {
  background: rgba(226, 121, 71, 0.20);
  color: #e27947;
  border: 1px solid rgba(226, 121, 71, 0.40);
}
.testimonial-author strong { color: #ede9fe; }
.verified-badge { color: #34d399; background: rgba(52, 211, 153, 0.12); }

/* ── Comparison ───────────────────────────────────────────────────────── */
.comparison-table {
  background: rgba(59, 55, 147, 0.55);
  border-color: rgba(196, 181, 253, 0.18);
}
.comparison-table th {
  background: rgba(30, 27, 75, 0.75);
  color: #e8a327;
  font-family: 'Sora', sans-serif;
}
.comparison-table th,
.comparison-table td {
  border-bottom-color: rgba(196, 181, 253, 0.10);
  color: #ede9fe;
}
.comparison-table tbody tr:hover { background: rgba(196, 181, 253, 0.06); }

/* ── Stats ────────────────────────────────────────────────────────────── */
.stats-section {
  background: linear-gradient(135deg, #1e1b4b 0%, #312e81 50%, #4c1d95 100%);
  border-top: 1px solid rgba(232, 163, 39, 0.35);
  border-bottom: 1px solid rgba(232, 163, 39, 0.35);
  position: relative;
}
.stat-number { color: #e8a327; font-family: 'Sora', sans-serif; }
.stat-label { color: #c4b5fd; font-family: 'Literata', serif; font-style: italic; }

/* ── Top Picks — accent-warm (gold) ───────────────────────────────────── */
.top-picks-section { background: rgba(232, 163, 39, 0.08); }
.top-pick-item {
  background: rgba(59, 55, 147, 0.55);
  border: 1px solid rgba(196, 181, 253, 0.15);
  backdrop-filter: blur(6px);
}
.top-pick-item:hover { border-color: #e8a327; box-shadow: 0 8px 24px rgba(232, 163, 39, 0.20); }
.top-pick-rank { color: #e8a327; font-family: 'Sora', sans-serif; }
.top-pick-name { color: #ede9fe; font-family: 'Literata', serif; font-weight: 700; }
.top-pick-reason { color: #c4b5fd; }
.top-pick-tag {
  background: rgba(232, 163, 39, 0.15);
  color: #e8a327;
  border: 1px solid rgba(232, 163, 39, 0.35);
  font-family: 'Sora', sans-serif;
}

/* ── Brand Showcase ───────────────────────────────────────────────────── */
.brand-showcase-section { background: rgba(30, 27, 75, 0.45); }
.brand-card {
  background: rgba(59, 55, 147, 0.55);
  border: 1px solid rgba(196, 181, 253, 0.15);
  backdrop-filter: blur(6px);
}
.brand-card:hover { border-color: #e8a327; box-shadow: 0 8px 22px rgba(232, 163, 39, 0.18); }
.brand-initial {
  background: linear-gradient(135deg, #b447e1, #05dbe0);
  box-shadow: 0 4px 16px rgba(180, 71, 225, 0.35);
  font-family: 'Sora', sans-serif;
}
.brand-name { color: #ede9fe; font-family: 'Literata', serif; }
.brand-tagline { color: #a5b4fc; font-style: italic; }

/* ── Trending ─────────────────────────────────────────────────────────── */
.trending-section { background: rgba(30, 27, 75, 0.45); }
.trending-item {
  background: rgba(59, 55, 147, 0.55);
  border: 1px solid rgba(196, 181, 253, 0.12);
}
.trending-item:hover { border-color: rgba(232, 163, 39, 0.40); }
.trending-rank { color: #e8a327; font-family: 'Sora', sans-serif; }
.trending-name { color: #ede9fe; font-family: 'Literata', serif; }
.trending-desc { color: #c4b5fd; }
.trending-hot {
  background: rgba(180, 71, 225, 0.18);
  color: #c4b5fd;
  border: 1px solid rgba(180, 71, 225, 0.40);
}

/* ── Product page ─────────────────────────────────────────────────────── */
.breadcrumb { background: rgba(30, 27, 75, 0.55); border-bottom-color: rgba(196, 181, 253, 0.15); }
.breadcrumb a { color: #c4b5fd; }
.breadcrumb a:hover { color: #e8a327; }
.gallery-main {
  background: #2a2670;
  border-color: rgba(196, 181, 253, 0.18);
  box-shadow: 0 16px 40px rgba(10, 8, 45, 0.5);
}
.gallery-badge { background: linear-gradient(135deg, #e8a327, #e27947); font-family: 'Sora', sans-serif; }
.thumb {
  border-color: rgba(196, 181, 253, 0.20);
  background: #2a2670;
}
.thumb.active, .thumb:hover { border-color: #e8a327; }

.product-brand-link { color: #e8a327; font-family: 'Sora', sans-serif; letter-spacing: 1.8px; }
.product-title { color: #ede9fe; font-family: 'Sora', sans-serif; font-weight: 600; }
.product-rating-full { color: #c4b5fd; }
.product-price-block {
  background: linear-gradient(135deg, rgba(180, 71, 225, 0.12), rgba(5, 219, 224, 0.08));
  border: 1px solid rgba(232, 163, 39, 0.25);
}
.price-big { color: #ede9fe; font-family: 'Sora', sans-serif; }
.price-was { color: #a5b4fc; }
.price-save {
  background: rgba(52, 211, 153, 0.16);
  color: #34d399;
  border: 1px solid rgba(52, 211, 153, 0.35);
}
.price-disclaimer { color: #a5b4fc; }

.mini-badge {
  background: rgba(196, 181, 253, 0.06);
  border-color: rgba(196, 181, 253, 0.20);
  color: #c4b5fd;
}
.product-description { border-top-color: rgba(232, 163, 39, 0.25); }
.product-description h3 { color: #ede9fe; font-family: 'Literata', serif; }
.product-description p { color: #c4b5fd; font-family: 'Literata', serif; }
.related-section { border-top-color: rgba(232, 163, 39, 0.25); }

/* ── New widgets ──────────────────────────────────────────────────────── */
.delivery-widget {
  background: rgba(59, 55, 147, 0.55);
  border: 1px solid rgba(196, 181, 253, 0.18);
  backdrop-filter: blur(6px);
}
.delivery-item svg { color: #e8a327; }
.delivery-item strong { color: #ede9fe; }
.delivery-item span { color: #c4b5fd; }

.pros-cons-widget {
  background: rgba(59, 55, 147, 0.55);
  border: 1px solid rgba(196, 181, 253, 0.18);
  backdrop-filter: blur(6px);
}
.pros-cons-widget h3 { color: #ede9fe; font-family: 'Sora', sans-serif; }
.pros-heading { color: #34d399; }
.cons-heading { color: #f472b6; }
.pros-list li, .cons-list li { color: #c4b5fd; }
.check-icon { color: #34d399; }
.cross-icon { color: #f472b6; }

.price-history-section {
  background: rgba(59, 55, 147, 0.55);
  border: 1px solid rgba(196, 181, 253, 0.18);
  backdrop-filter: blur(6px);
  position: relative;
}
.price-history-section::before {
  content: '';
  position: absolute;
  top: 0; left: 32px; right: 32px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(232, 163, 39, 0.5), transparent);
}
.chart-bar { background: linear-gradient(180deg, rgba(180, 71, 225, 0.35) 0%, #b447e1 100%); }
.chart-bar-current {
  background: linear-gradient(180deg, rgba(232, 163, 39, 0.4) 0%, #e8a327 100%);
  box-shadow: 0 0 16px rgba(232, 163, 39, 0.45);
}
.chart-price-label { color: #ede9fe; font-family: 'Sora', sans-serif; }
.chart-month { color: #a5b4fc; }
.chart-note {
  color: #e8a327;
  background: rgba(232, 163, 39, 0.10);
  border: 1px solid rgba(232, 163, 39, 0.30);
}

.user-reviews-section {
  background: rgba(59, 55, 147, 0.55);
  border: 1px solid rgba(196, 181, 253, 0.18);
  backdrop-filter: blur(6px);
}
.reviews-summary { border-bottom-color: rgba(196, 181, 253, 0.15); }
.reviews-big-number { color: #e8a327; font-family: 'Sora', sans-serif; }
.reviews-count-text { color: #a5b4fc; }
.review-bar-label { color: #c4b5fd; }
.review-bar-track { background: rgba(196, 181, 253, 0.10); }
.review-bar-fill { background: linear-gradient(90deg, #e8a327, #e27947); }
.review-bar-pct { color: #a5b4fc; }
.review-card {
  background: rgba(30, 27, 75, 0.55);
  border: 1px solid rgba(196, 181, 253, 0.10);
}
.review-avatar { background: linear-gradient(135deg, #b447e1, #05dbe0); }
.review-meta strong { color: #ede9fe; }
.review-date { color: #a5b4fc; }
.review-text { color: #c4b5fd; font-family: 'Literata', serif; }

.social-proof-popup {
  background: rgba(30, 27, 75, 0.92);
  border: 1px solid rgba(232, 163, 39, 0.35);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 20px 48px rgba(10, 8, 45, 0.6);
}
.popup-icon { background: linear-gradient(135deg, #b447e1, #05dbe0); }
.popup-text { color: #c4b5fd; }
.popup-text strong { color: #ede9fe; }
.popup-time { color: #a5b4fc; }
.popup-close { color: #a5b4fc; }

/* ── Footer ───────────────────────────────────────────────────────────── */
.site-footer {
  background:
    linear-gradient(180deg, transparent 0%, rgba(232, 163, 39, 0.04) 100%),
    var(--color-footer-bg);
  border-top: 1px solid rgba(232, 163, 39, 0.35);
}
.footer-logo { color: #e8a327; font-family: 'Sora', sans-serif; }
.footer-col h4 { color: #e8a327; font-family: 'Sora', sans-serif; }
.social-links a:hover {
  background: #e8a327;
  border-color: #e8a327;
  color: #1e1b4b;
}

/* ── Cookie banner ────────────────────────────────────────────────────── */
.cookie-banner {
  background: rgba(30, 27, 75, 0.95);
  border-top: 1px solid rgba(232, 163, 39, 0.35);
  color: #ede9fe;
  backdrop-filter: blur(14px);
}
.cookie-banner p { color: #c4b5fd; }
.cookie-banner a { color: #e8a327; }
.cookie-banner button { background: linear-gradient(135deg, #b447e1, #05dbe0); }

/* ── Mobile keep hero centered, lighter pseudo ────────────────────────── */
@media (max-width: 768px) {
  .hero { text-align: center; }
  .hero-content { text-align: center; }
  .hero-actions { justify-content: center; }
  .hero::before { opacity: 0.5; }
}