@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@500;600;700&family=Cormorant+Garamond:wght@500;600;700&family=Source+Serif+4:opsz,wght@8..60,400;8..60,500;8..60,600&display=swap');

:root {
  --bg: #0f172a;
  --bg-alt: #131c31;
  --card: #1e293b;
  --card-alt: #24304a;
  --accent: #a78bfa;
  --accent-2: #F59E0B;
  --accent-rgb: 167, 139, 250;
  --accent-2-rgb: 245, 158, 11;
  --indigo-rgb: 99, 102, 241;
  --brand-gold: #d9b76a;
  --text: #f7e7c4;
  --muted: #e3d08a;
  --text-glow: 0 0 12px rgba(251, 191, 36, 0.22);
  --border: rgba(255, 255, 255, 0.08);
  --success: #22c55e;
  --error: #ef4444;
  --radius: 14px;
  --product-card-media-height: 200px;
  --shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
  --gradient: radial-gradient(circle at 16% 18%, rgba(109, 132, 255, 0.18), transparent 28%), linear-gradient(145deg, #040712 0%, #0a1026 48%, #050816 100%);
  --section-space: 1.875rem;
  --section-space-mobile: 1.875rem;
  --gutter: 2rem;
  --gutter-mobile: 1rem;
  --hero-min-height: 350px;
  --hero-max-height: 350px;
  --orb-glyph-size: 112px;
  --reading-card-padding: 16px;
}

/* Mobile-first responsive refinements */
@media (max-width: 768px) {
  body {
    font-size: 16px;
    overflow-x: hidden;
  }

  .product-grid,
  .oracle-grid,
  .compatibility-grid {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
    padding: 20px !important;
  }

  .product-card,
  .oracle-card,
  .compatibility-card {
    max-width: 100% !important;
  }

  h1 { font-size: 2rem !important; }
  h2 { font-size: 1.6rem !important; }
  h3 { font-size: 1.3rem !important; }

  .hero-section { padding: 60px 20px !important; }

  button, .button {
    width: 100% !important;
    padding: 15px !important;
    font-size: 1rem !important;
    min-height: 44px !important;
  }

  img { max-width: 100%; height: auto; }
  section { padding: 40px 20px !important; }
  
  /* Prevent horizontal scroll - target main content containers */
  .container,
  main,
  .product-grid,
  .oracle-grid {
    max-width: 100%;
    overflow-x: hidden;
  }
}

@media (max-width: 1024px) {
  :root {
    --hero-min-height: 350px;
  }
}

@media (max-width: 768px) {
  :root {
    --hero-min-height: 350px;
  }
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: 'Source Serif 4', 'Inter', system-ui, -apple-system, serif;
  background: var(--gradient);
  color: var(--text);
  min-height: 100vh;
  line-height: 1.7;
  position: relative;
  overflow-x: hidden;
  max-width: 100vw;
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
}

body::before {
  background-image:
    radial-gradient(1px 1px at 8% 16%, rgba(255,255,255,0.38), transparent 52%),
    radial-gradient(1px 1px at 22% 32%, rgba(255,255,255,0.44), transparent 55%),
    radial-gradient(1.2px 1.2px at 38% 18%, rgba(255,255,255,0.46), transparent 55%),
    radial-gradient(1px 1px at 54% 28%, rgba(255,255,255,0.36), transparent 50%),
    radial-gradient(1.4px 1.4px at 70% 12%, rgba(255,255,255,0.5), transparent 58%),
    radial-gradient(1px 1px at 82% 30%, rgba(255,255,255,0.34), transparent 55%),
    radial-gradient(1px 1px at 16% 64%, rgba(255,255,255,0.46), transparent 55%),
    radial-gradient(1.3px 1.3px at 42% 68%, rgba(255,255,255,0.4), transparent 55%),
    radial-gradient(1px 1px at 58% 82%, rgba(255,255,255,0.38), transparent 55%),
    radial-gradient(1.2px 1.2px at 74% 72%, rgba(255,255,255,0.45), transparent 55%),
    radial-gradient(1px 1px at 90% 88%, rgba(255,255,255,0.4), transparent 55%),
    radial-gradient(1px 1px at 6% 88%, rgba(255,255,255,0.32), transparent 55%),
    radial-gradient(1.3px 1.3px at 30% 52%, rgba(255,255,255,0.42), transparent 55%),
    radial-gradient(1px 1px at 62% 46%, rgba(255,255,255,0.37), transparent 55%),
    radial-gradient(1.2px 1.2px at 48% 94%, rgba(255,255,255,0.4), transparent 55%);
  background-size: 220px 220px, 260px 260px, 320px 320px, 380px 380px, 440px 440px, 500px 500px, 560px 560px, 620px 620px, 680px 680px, 760px 760px, 880px 880px, 1040px 1040px, 1180px 1180px, 1340px 1340px, 1500px 1500px;
  background-repeat: repeat;
  opacity: 0.95;
  filter: drop-shadow(0 0 1px rgba(255,255,255,0.22));
}

body::after {
  background-image:
    radial-gradient(1.6px 1.6px at 14% 22%, rgba(255,255,255,0.58), transparent 55%),
    radial-gradient(1.8px 1.8px at 32% 8%, rgba(255,255,255,0.62), transparent 55%),
    radial-gradient(1.5px 1.5px at 48% 36%, rgba(255,255,255,0.55), transparent 55%),
    radial-gradient(2px 2px at 62% 18%, rgba(255,255,255,0.68), transparent 58%),
    radial-gradient(1.7px 1.7px at 76% 32%, rgba(255,255,255,0.6), transparent 55%),
    radial-gradient(1.9px 1.9px at 18% 58%, rgba(255,255,255,0.64), transparent 58%),
    radial-gradient(1.6px 1.6px at 44% 74%, rgba(255,255,255,0.58), transparent 58%),
    radial-gradient(1.8px 1.8px at 68% 64%, rgba(255,255,255,0.62), transparent 58%),
    radial-gradient(2.4px 2.4px at 82% 78%, rgba(255,255,255,0.7), transparent 60%),
    radial-gradient(2.6px 2.6px at 24% 84%, rgba(255,255,255,0.74), transparent 60%),
    radial-gradient(2.8px 2.8px at 12% 38%, rgba(255, 239, 210, 0.82), transparent 60%),
    radial-gradient(3px 3px at 58% 12%, rgba(255, 238, 200, 0.88), transparent 60%),
    radial-gradient(2.8px 2.8px at 88% 48%, rgba(255, 233, 186, 0.82), transparent 60%),
    radial-gradient(circle at 10% 30%, rgba(255,255,255,0.1), transparent 20%),
    radial-gradient(circle at 90% 60%, rgba(255,255,255,0.08), transparent 18%),
    linear-gradient(120deg, rgba(167, 139, 250, 0.14), transparent 35%, rgba(251, 191, 36, 0.12));
  background-size: 320px 320px, 360px 360px, 420px 420px, 480px 480px, 540px 540px, 620px 620px, 700px 700px, 820px 820px, 980px 980px, 1120px 1120px, 1240px 1240px, 1380px 1380px, 1500px 1500px, auto, auto, auto;
  mix-blend-mode: screen;
  animation: drift 24s ease-in-out infinite alternate;
  opacity: 0.9;
}

@keyframes drift {
  from { transform: translate3d(-10px, -10px, 0); }
  to { transform: translate3d(12px, 18px, 0); }
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(15,23,42,0.95);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.loading-overlay.active {
  display: flex;
}

.loading-spinner {
  width: 60px;
  height: 60px;
  border: 4px solid rgba(251,191,36,0.2);
  border-top-color: #fbbf24;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

.container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 var(--gutter);
}

@media (max-width: 768px) {
  .container {
    padding: 0 var(--gutter-mobile);
  }
}

.skip-to-content {
  position: fixed;
  top: 12px;
  left: 50%;
  transform: translate(-50%, -120%);
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.92), rgba(167, 139, 250, 0.95));
  color: var(--text);
  padding: 0.8rem 1.2rem;
  border-radius: 12px;
  border: 1px solid rgba(251, 191, 36, 0.6);
  z-index: 999;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35), 0 0 16px rgba(251, 191, 36, 0.35);
  opacity: 0;
  pointer-events: none;
  text-shadow: var(--text-glow);
  transition: transform 0.2s ease, opacity 0.2s ease, box-shadow 0.2s ease;
}

.skip-to-content:focus {
  transform: translate(-50%, 0);
  opacity: 1;
  pointer-events: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(12px);
  background: rgba(10, 15, 29, 0.92);
  border-bottom: 1px solid var(--border);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0;
}

.logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-weight: 700;
  color: var(--brand-gold);
  font-family: 'Cormorant Garamond', 'Cinzel', serif;
  letter-spacing: 0.06em;
}

.brand-logo {
  height: clamp(48px, 6vw, 64px);
  width: auto;
  order: 1;
  filter: drop-shadow(0 4px 12px rgba(251, 191, 36, 0.4));
  transition: all 0.3s ease;
}

.brand-logo:hover {
  filter: drop-shadow(0 6px 16px rgba(251, 191, 36, 0.6));
  transform: scale(1.05);
}

.nav {
  display: flex;
  align-items: center;
  gap: 1rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.nav a {
  display: inline-block;
  padding: 0.55rem 0.9rem;
  border-radius: 10px;
  background: none;
  background-color: transparent;
  color: #fff;
  text-shadow: var(--text-glow);
  transition: all 0.2s ease;
}

.nav a:hover,
.nav a:focus-visible {
  background: none;
  background-color: transparent;
  color: #fff;
}

.brand-name {
  font-family: 'Cinzel', serif;
  font-size: 28px;
  font-weight: 700;
  color: #fbbf24;
  letter-spacing: 3px;
  order: 2;
  text-shadow: 0 2px 8px rgba(251, 191, 36, 0.3);
}

@media (max-width: 768px) {
  .brand-logo {
    height: 50px;
  }
  .brand-name {
    font-size: 22px;
    letter-spacing: 2px;
  }
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.cart-icon {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 0.75rem;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  position: relative;
}

.cart-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  height: 20px;
  padding: 0 0.4rem;
  border-radius: 999px;
  background: var(--accent);
  color: #0b0f1a;
  font-weight: 700;
  font-size: 0.85rem;
}

.mobile-menu-toggle {
  display: none;
  background: rgba(167, 139, 250, 0.15);
  color: #fff;
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 0.5rem 0.75rem;
}

/* Ensure Navigation Consistency */
.navbar {
  background: rgba(15, 23, 42, 0.95);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(139, 92, 246, 0.3);
  position: sticky;
  top: 0;
  z-index: 1000;
  width: 100%;
}

.nav-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 16px var(--gutter);
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  flex-shrink: 0;
}

.navbar .brand-logo {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.navbar .brand-name {
  color: #fbbf24;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Cinzel', serif;
  letter-spacing: 2px;
}

.nav-links {
  display: flex;
  gap: 32px;
  align-items: center;
  margin-left: auto;
}

.nav-links a {
  background: none;
  background-color: transparent;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  transition: color 0.3s ease;
  white-space: nowrap;
}

.nav-links a:hover {
  background: none;
  background-color: transparent;
  color: #fff;
}

.nav-links a.active,
.nav-links a[aria-current="page"] {
  background: none;
  background-color: transparent;
  color: #fff;
  position: relative;
  white-space: nowrap;
}

.nav-links a.active::after,
.nav-links a[aria-current="page"]::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--accent-2);
}

/* Mobile Navigation Toggle */
.nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}

.hamburger {
  display: block;
  width: 28px;
  height: 2px;
  background: #fbbf24;
  position: relative;
  transition: all 0.3s ease;
}

.hamburger::before,
.hamburger::after {
  content: '';
  position: absolute;
  width: 28px;
  height: 2px;
  background: #fbbf24;
  transition: all 0.3s ease;
}

.hamburger::before {
  top: -8px;
}

.hamburger::after {
  bottom: -8px;
}

.nav-toggle.active .hamburger {
  background: transparent;
}

.nav-toggle.active .hamburger::before {
  transform: translateY(8px) rotate(45deg);
}

.nav-toggle.active .hamburger::after {
  transform: translateY(-8px) rotate(-45deg);
}

/* SECTION 1: Hero */
.hero {
  height: 350px;
  max-height: 350px;
  padding: 40px;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background: linear-gradient(135deg, #0f0c29, #302b63, #24243e);
  position: relative;
  overflow: visible;
}

.hero-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2rem;
  align-items: center;
  position: relative;
  z-index: 10;
}

@media (max-width: 768px) {
  .hero-content {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 100%;
  }
}

/* SECTION 2: Orbs - NOW POSITIONED AS OVERLAYS ON PRODUCTS SECTION */
.cosmic-orb-left,
.cosmic-orb-right {
  position: absolute;
  top: -80px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  border: 2px solid #d4af37;
  background: rgba(15, 12, 41, 0.95);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  z-index: 100;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.cosmic-orb-left {
  left: 10%;
}

.cosmic-orb-right {
  right: 10%;
}

.cosmic-orb-left:hover,
.cosmic-orb-right:hover {
  transform: scale(1.05);
}

.cosmic-orb-left:focus-visible,
.cosmic-orb-right:focus-visible {
  outline: 2px solid rgba(212, 175, 55, 0.9);
  outline-offset: 6px;
}

.conversion-orb__glyph {
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
  font-size: 40px;
  color: #d4af37;
}

.conversion-orb__label {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  color: #d4af37;
  line-height: 1.3;
}



.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--accent-2);
  font-weight: 700;
  font-size: 0.85rem;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 0.5rem 0;
  color: var(--accent-2);
  font-family: 'Cormorant Garamond', 'Cinzel', serif;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-shadow: 0 0 18px rgba(251, 191, 36, 0.42), 0 8px 26px rgba(0, 0, 0, 0.32);
}

p {
  margin: 0 0 0.75rem 0;
  color: var(--text);
  text-shadow: var(--text-glow);
}

.card {
  background: linear-gradient(160deg, var(--card) 0%, var(--card-alt) 100%);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.25rem;
  box-shadow: var(--shadow);
}

.grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

#featured-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  gap: 30px;
}

@media (max-width: 1024px) {
  #featured-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  #featured-grid {
    grid-template-columns: 1fr;
  }
}

#featured-grid .product-card {
  height: 100%;
}

#featured-grid .product-image {
  aspect-ratio: 1;
}

#featured-grid .product-image img {
  height: 100%;
  object-fit: cover;
}

#featured-grid .product-card .muted {
  --featured-max-lines: 3;
  --featured-line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: var(--featured-max-lines);
  line-height: var(--featured-line-height);
  max-height: calc(var(--featured-line-height) * var(--featured-max-lines) * 1em);
  overflow: hidden;
  text-overflow: ellipsis;
}

#featured-grid .button-row {
  margin-top: auto;
  width: 100%;
}

/* Product Badge Styles - Luxury Celestial Aesthetic */
.product-card-image-container {
  --badge-offset: 0.75rem;
  position: relative;
  overflow: hidden;
}

.product-badge {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding: 0.35rem 0.65rem;
  border-radius: 3px;
  text-transform: uppercase;
}

.product-badge--bestseller {
  position: absolute;
  top: var(--badge-offset);
  left: var(--badge-offset);
  background: linear-gradient(135deg, #d4af37 0%, #f4e4bc 50%, #d4af37 100%);
  color: #1a1a1a;
  border: 1px solid rgba(212, 175, 55, 0.4);
  box-shadow: 0 2px 8px rgba(212, 175, 55, 0.25);
  z-index: 2;
}

.product-badge--scarcity {
  color: #d4af37;
  background: transparent;
  border: 1px solid rgba(212, 175, 55, 0.3);
  font-size: 0.65rem;
  padding: 0.25rem 0.5rem;
  margin-bottom: 0.5rem;
}

/* Dark mode scarcity badge variant */
@media (prefers-color-scheme: dark) {
  .product-badge--scarcity {
    color: #f4e4bc;
    border-color: rgba(244, 228, 188, 0.3);
  }
}

.product-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}

.catalog-card .image::after,
.product-card .image::after,
.product-card__media::after,
.product-image::after {
  content: none !important;
  display: none !important;
  background: none !important;
}

.catalog-card img,
.product-card img,
.product-card__media img,
.product-image img {
  opacity: 1 !important;
  filter: none !important;
}

@media (prefers-contrast: no-preference) {
  .catalog-card img,
  .product-card img,
  .product-card__media img,
  .product-image img {
    filter: contrast(1.06) saturate(1.06);
  }
}

@media (prefers-contrast: more) {
  .catalog-card img,
  .product-card img,
  .product-card__media img,
  .product-image img {
    filter: none;
  }
}

.catalog-card .image img,
.product-card .image img,
.product-card__media img,
.product-image img {
  width: 100%;
  height: var(--product-card-media-height);
  object-fit: cover;
  display: block;
  image-rendering: auto;
}

.product-card,
.oracle-card {
  box-shadow: var(--shadow);
  backdrop-filter: blur(4px);
}

.product-card {
  background: linear-gradient(180deg, rgba(255,255,255,0.02) 0%, rgba(255,255,255,0.01) 100%);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 0.85rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  /* Component-scoped homepage product card tokens */
  --product-card-accent: #d4af37;
  --product-card-primary: #4169E1;
  --product-card-primary-hover: #5179F1;
  --product-card-text-hover: #0f0c29;
  --product-card-padding: 15px;
  height: 100%;
}

.product-card .title {
  min-height: 2.4em;
}

.product-card{position:relative;border-radius:16px;background:rgba(255,255,255,0.04);box-shadow:0 6px 30px rgba(0,0,0,0.35);overflow:hidden}
.product-card .media,
.product-card__media{aspect-ratio:1/1;display:block;overflow:hidden;background:rgba(255,255,255,0.03)}
.product-card__media-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-auto-rows:1fr;gap:6px;height:100%}
.product-card__media-grid.product-card__media-grid--single{grid-template-columns:1fr;grid-auto-rows:1fr;gap:0;display:block}
.product-card__media img{width:100%;height:100%;object-fit:cover;display:block;opacity:0;transition:opacity .3s ease}
.product-card.media-ready .product-card__media img{opacity:1}
.product-card__body{padding:var(--product-card-padding)}
.product-card__title{margin:0 0 .25rem 0;font-weight:600}
.product-card__price{opacity:.9;margin-bottom:.5rem}
.product-card__actions{display:flex;gap:.5rem}
.product-card--highlight{outline:2px solid var(--accent, #c7b1ff);box-shadow:0 0 0 4px rgba(199,177,255,0.28),var(--shadow);transition:box-shadow .3s ease,outline-color .3s ease}

.product-card-image {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  border-radius: 12px;
}

.product-card .product-card-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.product-card .product-card-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: auto;
}

.product-card-button {
  border: none;
  padding: 0;
  width: 100%;
  text-align: left;
  background: transparent;
  color: inherit;
  cursor: pointer;
}

.product-card-button:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 4px;
}

.product-image,
.oracle-image {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 12px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--border);
  display: grid;
  place-items: center;
}

.placeholder {
  font-size: 2rem;
  color: var(--accent);
}

.price {
  color: var(--accent-2);
  font-weight: 700;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  padding: 0.75rem 1rem;
  border-radius: 12px;
  border: 1px solid transparent;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
}

.btn-primary {
  background: linear-gradient(135deg, var(--accent-2), #d97706);
  color: #0b0f1a;
}

.btn-outline {
  border-color: rgba(var(--accent-2-rgb), 0.4);
  color: var(--accent-2);
  background: rgba(255, 255, 255, 0.04);
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}

.product-card-buttons .view-button,
.product-card-buttons .add-to-cart-button {
  width: 100%;
  padding: 12px 20px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
  text-align: center;
}

.product-card-buttons .view-button {
  background: transparent;
  border: 2px solid var(--product-card-accent);
  color: var(--product-card-accent);
}

.product-card-buttons .add-to-cart-button {
  background: var(--product-card-primary);
  color: #ffffff;
  border: none;
  will-change: transform;
}

.product-card-buttons .view-button:hover {
  background: var(--product-card-accent);
  color: var(--product-card-text-hover);
}

.product-card-buttons .add-to-cart-button:hover {
  background: var(--product-card-primary-hover);
  transform: translateY(-2px);
}

.product-card-description {
  font-size: 0.85rem;
  line-height: 1.4;
  max-height: 80px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* SECTION 3: Products */
.section {
  padding: 40px 40px;
  background: linear-gradient(180deg, #0a0820, #0f0c29);
  margin-top: 0;
}

.products-section {
  position: relative;
  padding: 100px 40px 60px;
  margin-top: 0;
}

.products-section .section-title h2 {
  position: relative;
  z-index: 1;
  margin-top: 40px;
}

main > .section:first-of-type {
  margin-top: 0;
  padding-top: 40px;
}

@media (max-width: 768px) {
  .section {
    padding: 60px 40px;
  }

  main > .section:first-of-type {
    margin-top: 0;
    padding-top: 60px;
  }
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.4rem 0.7rem;
  border-radius: 999px;
  background: rgba(167, 139, 250, 0.16);
  color: #fff;
  font-size: 0.9rem;
}

.oracle-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

/* ═══════════════════════════════════════════════════════════
   ORACLE CARD CSS - PROFESSIONAL FIX
   ═══════════════════════════════════════════════════════════ */

.oracle-card {
  background: rgba(10, 8, 32, 0.8);
  border: 2px solid rgba(212, 175, 55, 0.3);
  border-radius: 12px;
  overflow: hidden;
  min-height: 450px;
  height: auto;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
}

.oracle-card:hover {
  transform: translateY(-8px);
  border-color: #d4af37;
  box-shadow: 0 15px 50px rgba(212, 175, 55, 0.4);
}

.oracle-card-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: center;
  display: block;
}

.oracle-card-content {
  padding: 25px 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.oracle-card-title {
  font-size: 1.4rem;
  color: #d4af37;
  margin-bottom: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.oracle-card-price {
  font-size: 2rem;
  color: #d4af37;
  font-weight: 700;
  margin-bottom: 20px;
}

.oracle-card-description {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.7;
  margin-bottom: 20px;
  flex: 1;
  min-height: 80px;
}

.oracle-card-description ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.oracle-card-description li {
  margin-bottom: 10px;
  padding-left: 0;
  line-height: 1.5;
}

.oracle-card-button {
  background: transparent;
  border: 2px solid #d4af37;
  color: #d4af37;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  display: block;
  width: 100%;
}

.oracle-card-button:hover {
  background: #d4af37;
  color: #0f0c29;
}

.reading-card-link,
.compatibility-card-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

/* ═══════════════════════════════════════════════════════════
   GRID LAYOUT
   ═══════════════════════════════════════════════════════════ */

.oracle-products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin: 60px auto;
  max-width: 1200px;
  padding: 0 40px;
}

@media (max-width: 1024px) {
  .oracle-products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .oracle-products-grid {
    grid-template-columns: 1fr;
  }
}

.trust-signals {
  padding: 70px 40px;
  background: rgba(139, 92, 246, 0.06);
  border-top: 1px solid rgba(251, 191, 36, 0.15);
  border-bottom: 1px solid rgba(251, 191, 36, 0.15);
}

.trust-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px;
}

.trust-item {
  text-align: center;
  transition: all 0.3s ease;
}

.trust-item:hover {
  transform: translateY(-5px);
}

.trust-item .icon {
  font-size: 52px;
  margin-bottom: 20px;
  filter: drop-shadow(0 4px 12px rgba(251, 191, 36, 0.3));
}

.trust-item .stat {
  color: #fbbf24;
  font-size: 36px;
  font-weight: 700;
  font-family: 'Cinzel', serif;
  margin-bottom: 10px;
  text-shadow: 0 2px 8px rgba(251, 191, 36, 0.3);
}

.trust-item .label {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 500;
}

@media (max-width: 968px) {
  .trust-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}

@media (max-width: 480px) {
  .trust-container {
    grid-template-columns: 1fr;
    gap: 35px;
  }
}

.light-lamp-section {
  background: rgba(10, 8, 32, 0.6);
  border-top: 1px solid rgba(212, 175, 55, 0.2);
  padding: 60px 40px;
  text-align: center;
  margin-top: 80px;
}

.light-lamp-header {
  font-size: 0.9rem;
  color: rgba(212, 175, 55, 0.7);
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 15px;
}

.light-lamp-title {
  font-size: 1.8rem;
  color: #d4af37;
  margin-bottom: 15px;
  font-weight: 300;
}

.light-lamp-description {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 600px;
  margin: 0 auto 30px;
  line-height: 1.6;
}

.light-lamp-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: transparent;
  border: 2px solid rgba(212, 175, 55, 0.5);
  color: #d4af37;
  padding: 14px 30px;
  border-radius: 8px;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
}

.light-lamp-button:hover {
  background: rgba(212, 175, 55, 0.1);
  border-color: #d4af37;
  transform: translateY(-2px);
}

.lamp-icon {
  font-size: 1.2rem;
}

@media (max-width: 768px) {
  .light-lamp-section {
    padding: 40px 20px;
  }

  .light-lamp-title {
    font-size: 1.4rem;
  }

  .light-lamp-description {
    font-size: 0.9rem;
  }
}

.newsletter-section {
  background: linear-gradient(135deg, rgba(var(--accent-rgb), 0.12), rgba(var(--indigo-rgb), 0.08));
  padding: 30px var(--gutter);
  text-align: center;
  border-top: 1px solid rgba(var(--accent-2-rgb), 0.18);
}

.newsletter-container {
  max-width: 700px;
  margin: 0 auto;
}

.newsletter-container h2 {
  color: var(--accent-2);
  font-family: 'Cinzel', serif;
  font-size: 40px;
  margin-bottom: 16px;
  letter-spacing: 2px;
}

.newsletter-container > p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 40px;
}

.newsletter-form {
  display: flex;
  gap: 12px;
  max-width: 550px;
  margin: 0 auto 20px;
}

.newsletter-form input[type="email"] {
  flex: 1;
  padding: 18px 24px;
  background: rgba(15, 23, 42, 0.6);
  border: 1.5px solid rgba(var(--accent-2-rgb), 0.3);
  border-radius: 12px;
  color: #fff;
  font-size: 16px;
  transition: all 0.3s ease;
}

.newsletter-form input[type="email"]:focus {
  outline: none;
  border-color: rgba(var(--accent-2-rgb), 0.6);
  box-shadow: 0 0 24px rgba(var(--accent-2-rgb), 0.2);
}

.newsletter-form input[type="email"]::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.newsletter-form button {
  padding: 18px 40px;
  background: linear-gradient(135deg, rgba(var(--accent-2-rgb), 0.25), rgba(var(--accent-2-rgb), 0.15));
  border: 1.5px solid rgba(var(--accent-2-rgb), 0.5);
  border-radius: 12px;
  color: var(--accent-2);
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  letter-spacing: 1px;
  white-space: nowrap;
}

.newsletter-form button:hover {
  background: linear-gradient(135deg, rgba(var(--accent-2-rgb), 0.35), rgba(var(--accent-2-rgb), 0.2));
  box-shadow: 0 6px 28px rgba(var(--accent-2-rgb), 0.4);
  transform: translateY(-2px);
}

.privacy-note {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  font-style: italic;
}

@media (max-width: 768px) {
  .newsletter-section {
    padding: 30px var(--gutter-mobile);
  }

  .newsletter-container h2 {
    font-size: 32px;
  }

  .newsletter-form {
    flex-direction: column;
  }

  .newsletter-form button {
    width: 100%;
  }
}

.free-oracle-entry {
  padding: 30px 0;
}

.free-oracle-card {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  padding: 2.25rem;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(16px);
}

.free-oracle-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  align-items: center;
}

.free-oracle-copy {
  text-align: center;
}

.free-oracle-copy h2 {
  margin: 0 0 1rem 0;
}

.free-oracle-copy .muted {
  max-width: 640px;
  margin: 0 auto 1.5rem;
}

.free-oracle-entry .button-row {
  justify-content: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.btn-compact {
  padding: 0.65rem 1.25rem;
  min-width: 160px;
}

.free-oracle-visual {
  display: flex;
  justify-content: center;
}

@media (max-width: 768px) {
  .free-oracle-card {
    padding: 2rem;
  }
}

.cart-table {
  width: 100%;
  border-collapse: collapse;
}

.cart-table th,
.cart-table td {
  border-bottom: 1px solid var(--border);
  padding: 0.9rem 0.5rem;
  text-align: left;
}

.cart-summary {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1rem;
  background: rgba(255, 255, 255, 0.03);
}

.continue-shopping-button {
  background: transparent !important;
  border: 2px solid #d4af37 !important;
  color: #d4af37 !important;
}

.continue-shopping-button:hover {
  background: #d4af37 !important;
  color: #0f0c29 !important;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.payment-helper-text {
  margin-top: 0.5rem;
}

.payment-message {
  min-height: 1.5rem;
  color: var(--muted);
}

.payment-message.error {
  color: var(--error);
}

label {
  font-weight: 600;
}

input, select, textarea {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 0.75rem;
  color: #fff;
}

input:focus,
select:focus,
textarea:focus {
  outline: 2px solid var(--accent);
}

.size-selector {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.size-option {
  border: 1px solid var(--border);
  padding: 0.55rem 0.85rem;
  border-radius: 10px;
  cursor: pointer;
}

.size-option.active {
  border-color: var(--accent);
  background: rgba(167, 139, 250, 0.18);
}

.toast-container {
  position: fixed;
  top: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  z-index: 9999;
}

.toast {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  border-radius: 12px;
  border: 1px solid var(--border);
  background: #0f172a;
  color: #fff;
  box-shadow: var(--shadow);
  opacity: 0;
  transform: translateY(-6px);
  transition: all 0.25s ease;
}

.toast-show {
  opacity: 1;
  transform: translateY(0);
}

.toast-success .toast-icon { color: var(--success); }
.toast-error .toast-icon { color: var(--error); }
.toast-info .toast-icon { color: var(--accent); }

.badge {
  display: inline-block;
  padding: 0.35rem 0.6rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  font-size: 0.85rem;
}

.section-title {
  margin-bottom: 40px;
  text-align: center;
}

.section-title .pill {
  margin-bottom: 0.25rem;
}

.section-title h2 {
  font-size: 3rem;
  margin-bottom: 16px;
  color: #d4af37;
}

.section-title .muted {
  margin-bottom: 16px;
  font-size: 1.2rem;
  color: #ffffff;
}

.muted {
  color: var(--muted);
}

.filters-panel {
  margin-bottom: 1rem;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  align-items: end;
}
.filters-actions {
  display: flex;
  align-items: flex-end;
}
.filters-actions .btn {
  width: fit-content;
}

.two-column-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 2fr 1fr;
}

.button-row {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.button-row.tight {
  gap: 0.5rem;
}

.button-row.space-between {
  justify-content: space-between;
}

.button-row.align-end {
  align-items: flex-end;
}

.gap-1 {
  gap: 1rem;
}

.mt-1 {
  margin-top: 1rem;
}

.price-row {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 900px) {
  .nav {
    position: absolute;
    top: 72px;
    right: 16px;
    flex-direction: column;
    align-items: flex-start;
    background: rgba(10, 15, 29, 0.95);
    padding: 1rem;
    border: 1px solid var(--border);
    border-radius: 12px;
    display: none;
  }

  .nav.active {
    display: flex;
  }

  .mobile-menu-toggle {
    display: inline-flex;
  }
}

@media (max-width: 768px) {
  body {
    background: #0f172a;
  }

  body::before,
  body::after {
    display: none;
  }

  .hero {
    height: auto;
    padding: 40px 20px;
  }
  
  .cosmic-orb-left,
  .cosmic-orb-right {
    position: relative;
    top: 0;
    left: auto;
    right: auto;
    margin: 20px auto;
  }
  
  .products-section {
    padding-top: 40px;
  }
  
  #featured-grid {
    grid-template-columns: 1fr;
  }

  .header-inner {
    align-items: flex-start;
  }

  .nav {
    left: 1rem;
    right: 1rem;
    width: calc(100% - 2rem);
    top: 64px;
  }

  .nav-links {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
  }

  .nav-links a {
    font-size: 0.9rem;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.hidden {
  position: absolute;
  left: -9999px;
  opacity: 0.001;
}

.contact-form-section {
  display: block !important;
  margin: 64px auto;
  padding: 0 var(--gutter);
}

.contact-form-wrap {
  max-width: 880px;
  margin: 0 auto;
  padding: 52px 42px;
  background: linear-gradient(145deg, rgba(15, 23, 42, 0.85), rgba(12, 18, 32, 0.94));
  border: 1px solid rgba(251, 191, 36, 0.16);
  border-radius: 24px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.48), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  position: relative;
  overflow: hidden;
}

.contact-form-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 18% 18%, rgba(251, 191, 36, 0.1), transparent 30%), radial-gradient(circle at 82% 10%, rgba(124, 58, 237, 0.18), transparent 32%);
  opacity: 0.9;
}

.contact-form-wrap .form-header {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 28px;
}

.contact-form-wrap h2 {
  color: #fbbf24;
  font-family: 'Cinzel', serif;
  font-size: clamp(28px, 3vw, 36px);
  margin: 8px 0 6px;
}

.contact-form-wrap .pill {
  display: inline-flex;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(251, 191, 36, 0.12);
  border: 1px solid rgba(251, 191, 36, 0.3);
  color: #f7e7c4;
  letter-spacing: 0.04em;
}

.contact-form {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contact-form .form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.contact-form .form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.contact-form .form-group.full-width {
  grid-column: 1 / -1;
}

.contact-form .form-group label {
  color: #fbbf24;
  font-weight: 600;
  letter-spacing: 0.02em;
  font-size: 14px;
}

.contact-form .form-group input,
.contact-form .form-group select,
.contact-form .form-group textarea {
  width: 100%;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(251, 191, 36, 0.25);
  border-radius: 12px;
  color: #f7e7c4;
  font-size: 16px;
  font-family: inherit;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.contact-form .form-group textarea {
  min-height: 140px;
  resize: vertical;
}

.contact-form .form-group input:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus {
  outline: none;
  border-color: rgba(251, 191, 36, 0.65);
  box-shadow: 0 0 0 3px rgba(251, 191, 36, 0.18), 0 16px 30px rgba(0, 0, 0, 0.35);
  background: rgba(255, 255, 255, 0.06);
}

.honeypot {
  position: absolute;
  left: -9999px;
  opacity: 0.001;
}

.form-status {
  position: relative;
  min-height: 0;
  border-radius: 12px;
  padding: 0;
  border: none;
  background: transparent;
  color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  transform: translateY(-6px);
  transition: opacity 0.3s ease, transform 0.3s ease, border-color 0.3s ease, background 0.3s ease;
  overflow: hidden;
}

.form-status.is-visible {
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
  opacity: 1;
  transform: translateY(0);
}

.form-divider {
  height: 1.5px;
  width: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(251, 191, 36, 0.7), rgba(251, 191, 36, 0.15), transparent);
  opacity: 0.75;
}

.form-status.status-success {
  border-color: rgba(34, 197, 94, 0.5);
  background: radial-gradient(circle at 16% 20%, rgba(34, 197, 94, 0.12), transparent 42%), rgba(12, 20, 16, 0.9);
  color: #d1fae5;
}

.form-status.status-error {
  border-color: rgba(239, 68, 68, 0.55);
  background: radial-gradient(circle at 16% 20%, rgba(239, 68, 68, 0.12), transparent 42%), rgba(24, 12, 12, 0.92);
  color: #fecdd3;
}

.form-status .status-subline {
  margin-top: 4px;
  font-size: 13px;
  opacity: 0.9;
  color: inherit;
}

.submit-btn {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 16px;
  background: linear-gradient(135deg, rgba(251, 191, 36, 0.28), rgba(251, 191, 36, 0.14));
  border: 1.5px solid rgba(251, 191, 36, 0.6);
  border-radius: 999px;
  color: #0b0f1a;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease;
  letter-spacing: 0.02em;
  box-shadow: 0 12px 32px rgba(251, 191, 36, 0.32);
}

.submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 40px rgba(251, 191, 36, 0.42);
}

.submit-btn:disabled {
  opacity: 0.65;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.submit-btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.35), transparent);
  opacity: 0;
  transform: translateX(-100%);
  transition: opacity 0.3s ease;
}

.submit-btn.is-loading::after {
  opacity: 1;
  animation: shimmer 1.4s ease-in-out infinite;
}

.submit-btn.is-loading {
  box-shadow: none;
}

.contact-form .button-row {
  margin-top: 6px;
}

.contact-form.form-sent .form-fields {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-6px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.contact-form.form-sent .form-status {
  border-color: rgba(34, 197, 94, 0.55);
  background: radial-gradient(circle at 14% 22%, rgba(34, 197, 94, 0.16), transparent 50%), rgba(10, 22, 16, 0.92);
  color: #d1fae5;
  box-shadow: 0 20px 50px rgba(16, 185, 129, 0.26);
}

@keyframes shimmer {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .contact-form .form-group input,
  .contact-form .form-group select,
  .contact-form .form-group textarea,
  .submit-btn,
  .form-status {
    transition: none !important;
    transform: none !important;
  }
  .submit-btn::after,
  .submit-btn.is-loading::after {
    animation: none !important;
    opacity: 0 !important;
  }
}

@media (max-width: 768px) {
  .contact-form-wrap {
    padding: 36px 24px;
  }
  .contact-form .form-grid {
    grid-template-columns: 1fr;
  }
}

.fade-lift {
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-lift.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.questions-cta {
  text-align: center;
  padding: 40px 20px;
  margin-top: 60px;
  border-top: 1px solid rgba(251, 191, 36, 0.15);
}

.questions-cta p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
}

.contact-link {
  color: #fbbf24;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  margin-left: 8px;
}

.contact-link:hover {
  color: #fff;
  text-shadow: 0 0 12px rgba(251, 191, 36, 0.6);
}

.follow-section {
  max-width: 1100px;
  margin: 72px auto 100px;
  padding: 0 var(--gutter);
}

.follow-header {
  text-align: center;
  margin-bottom: 28px;
}

.follow-header h2 {
  color: #fbbf24;
  font-family: 'Cinzel', serif;
  font-size: clamp(26px, 3vw, 34px);
  margin: 6px 0;
}

.social-icon-row {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 12px;
}

.social-icon-link {
  width: 72px;
  height: 72px;
  border-radius: 18px;
  border: 1px solid rgba(251, 191, 36, 0.4);
  background: radial-gradient(circle at 30% 30%, rgba(251, 191, 36, 0.18), rgba(14, 20, 34, 0.92));
  display: grid;
  place-items: center;
  color: #fbbf24;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.social-icon-link:hover,
.social-icon-link:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(251, 191, 36, 0.7);
  box-shadow: 0 18px 40px rgba(251, 191, 36, 0.28);
  outline: none;
}

.social-icon-link svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
  stroke: currentColor;
}

.follow-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 18px;
}

.follow-card {
  position: relative;
  background: rgba(15, 23, 42, 0.75);
  border: 1px solid rgba(251, 191, 36, 0.16);
  border-radius: 18px;
  box-shadow: 0 14px 46px rgba(0, 0, 0, 0.38);
  overflow: hidden;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.embed-frame-wrapper {
  position: relative;
  padding-top: 56.25%;
  background: radial-gradient(circle at 18% 18%, rgba(251, 191, 36, 0.1), transparent 40%), rgba(10, 14, 24, 0.92);
}

.social-embed {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 12px;
  overflow: hidden;
  display: none;
}

.follow-card.embed-loaded .social-embed {
  display: block;
}

.embed-fallback {
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.embed-meta {
  display: flex;
  align-items: center;
  gap: 12px;
}

.embed-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: radial-gradient(circle at 30% 30%, rgba(251, 191, 36, 0.35), rgba(124, 58, 237, 0.18));
  display: grid;
  place-items: center;
  font-size: 20px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.32);
}

.embed-title {
  margin: 0;
  font-weight: 700;
  color: #fbbf24;
}

.embed-subtitle {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
}

.embed-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  border-radius: 12px;
  border: 1px solid rgba(251, 191, 36, 0.4);
  background: linear-gradient(135deg, rgba(251, 191, 36, 0.18), rgba(251, 191, 36, 0.08));
  color: #f7e7c4;
  font-weight: 700;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.embed-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(251, 191, 36, 0.28);
}

.upcoming-events {
  padding: 80px 40px;
  max-width: 1400px;
  margin: 0 auto;
}

.events-header {
  text-align: center;
  margin-bottom: 60px;
}

.events-header h2 {
  color: #fbbf24;
  font-family: 'Cinzel', serif;
  font-size: 42px;
  margin-bottom: 16px;
}

.events-header p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
}

.events-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
  gap: 30px;
}

.event-card {
  background: rgba(15, 23, 42, 0.6);
  border: 1px solid rgba(251, 191, 36, 0.2);
  border-radius: 16px;
  padding: 24px;
  max-width: 800px;
  width: 100%;
  margin: 30px auto;
  display: flex;
  gap: 20px;
  transition: all 0.3s ease;
  position: relative;
}

.event-card:hover {
  border-color: rgba(251, 191, 36, 0.5);
  transform: translateY(-5px);
  box-shadow: 0 8px 32px rgba(251, 191, 36, 0.2);
}

.event-card.featured-event {
  border-color: rgba(251, 191, 36, 0.5);
  background: rgba(139, 92, 246, 0.08);
}

.featured-badge {
  position: absolute;
  top: -12px;
  right: 20px;
  background: #fbbf24;
  color: #0f172a;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
}

.event-date {
  background: rgba(251, 191, 36, 0.15);
  border: 1px solid rgba(251, 191, 36, 0.3);
  border-radius: 12px;
  padding: 16px;
  text-align: center;
  min-width: 70px;
  height: fit-content;
}

.event-date .month {
  display: block;
  color: #fbbf24;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.event-date .day {
  display: block;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.event-info {
  flex: 1;
}

.event-category {
  display: inline-block;
  background: rgba(139, 92, 246, 0.2);
  color: #a78bfa;
  padding: 4px 12px;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
}

.event-card h3 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 8px;
  line-height: 1.3;
}

.event-host {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  font-style: italic;
  margin-bottom: 12px;
}

.event-details {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 12px;
}

.event-description {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 16px;
}

.event-btn {
  display: inline-block;
  padding: 10px 24px;
  background: rgba(251, 191, 36, 0.1);
  border: 1px solid rgba(251, 191, 36, 0.4);
  border-radius: 8px;
  color: #fbbf24;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
}

.event-btn:hover {
  background: rgba(251, 191, 36, 0.2);
  box-shadow: 0 4px 16px rgba(251, 191, 36, 0.3);
}


.event-listing-cta {
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.2), rgba(99, 102, 241, 0.1));
  border: 1px solid rgba(251, 191, 36, 0.3);
  border-radius: 20px;
  padding: 60px 40px;
  text-align: center;
  margin: 80px auto;
  max-width: 800px;
}

.event-listing-cta h2 {
  color: #fbbf24;
  font-size: 36px;
  font-family: 'Cinzel', serif;
  margin: 0 0 16px 0;
}

.event-listing-cta p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  line-height: 1.6;
  margin: 0 0 32px 0;
}

.cta-button {
  display: inline-block;
  padding: 16px 40px;
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.4), rgba(139, 92, 246, 0.3));
  border: 1.5px solid rgba(139, 92, 246, 0.6);
  border-radius: 12px;
  color: #a78bfa;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.cta-button:hover {
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.5), rgba(139, 92, 246, 0.4));
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(139, 92, 246, 0.4);
}

@media (max-width: 768px) {
  .events-grid {
    grid-template-columns: 1fr;
  }

  .event-card {
    flex-direction: column;
  }

  .event-date {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 16px;
    padding: 12px;
  }

  .event-date .month,
  .event-date .day {
    display: inline;
  }
}

.event-submission-section {
  padding: 100px 40px;
  background: rgba(139, 92, 246, 0.05);
  margin-top: 80px;
}

.submission-container {
  max-width: 1200px;
  margin: 0 auto;
}

.submission-container h2 {
  color: #fbbf24;
  font-family: 'Cinzel', serif;
  font-size: 38px;
  text-align: center;
  margin-bottom: 16px;
}

.submission-container .subtitle {
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  font-size: 18px;
  margin-bottom: 60px;
}

.pricing-tiers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 60px;
}

.tier {
  background: rgba(15, 23, 42, 0.6);
  border: 1px solid rgba(251, 191, 36, 0.2);
  border-radius: 16px;
  padding: 40px 30px;
  text-align: center;
  position: relative;
  transition: all 0.3s ease;
}

.tier:hover {
  border-color: rgba(251, 191, 36, 0.4);
  transform: translateY(-5px);
  box-shadow: 0 8px 32px rgba(251, 191, 36, 0.2);
}

.tier.featured {
  border-color: rgba(251, 191, 36, 0.5);
  background: rgba(139, 92, 246, 0.08);
}

.tier .badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: #fbbf24;
  color: #0f172a;
  padding: 6px 20px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
}

.tier h3 {
  color: #fbbf24;
  font-family: 'Cinzel', serif;
  font-size: 24px;
  margin-bottom: 16px;
}

.tier .price {
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 24px;
}

.tier ul {
  list-style: none;
  padding-left: 0;
  text-align: left;
}

.tier ul li {
  color: rgba(255, 255, 255, 0.8);
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 15px;
}

.event-form {
  max-width: 800px;
  margin: 0 auto;
  background: rgba(15, 23, 42, 0.4);
  padding: 50px;
  border-radius: 20px;
  border: 1px solid rgba(251, 191, 36, 0.2);
}

.event-form .form-group {
  margin-bottom: 20px;
}

.event-form .form-group label {
  color: #fbbf24;
  font-weight: 600;
  letter-spacing: 1px;
}

.event-form .form-group input,
.event-form .form-group select,
.event-form .form-group textarea {
  width: 100%;
  padding: 14px;
  background: rgba(15, 23, 42, 0.6);
  border: 1px solid rgba(251, 191, 36, 0.3);
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  font-family: inherit;
  transition: all 0.3s ease;
}

.event-form .form-group input:focus,
.event-form .form-group select:focus,
.event-form .form-group textarea:focus {
  outline: none;
  border-color: rgba(251, 191, 36, 0.6);
  box-shadow: 0 0 20px rgba(251, 191, 36, 0.2);
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.submit-event-btn {
  width: 100%;
  padding: 16px;
  background: linear-gradient(135deg, rgba(251, 191, 36, 0.25), rgba(251, 191, 36, 0.15));
  border: 2px solid rgba(251, 191, 36, 0.6);
  border-radius: 12px;
  color: #fbbf24;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  letter-spacing: 1px;
  margin-top: 12px;
}

.submit-event-btn:hover {
  background: linear-gradient(135deg, rgba(251, 191, 36, 0.35), rgba(251, 191, 36, 0.2));
  box-shadow: 0 8px 32px rgba(251, 191, 36, 0.4);
  transform: translateY(-2px);
}

.form-note {
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  margin-top: 16px;
  font-style: italic;
}

@media (max-width: 900px) {
  .pricing-tiers {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .event-form {
    padding: 30px 20px;
  }
}

.oracle-widget { position: fixed; bottom: 30px; right: 30px; z-index: 1000; }
.oracle-widget-trigger { background: linear-gradient(135deg, #8b5cf6, #6366f1); color: white; padding: 16px 24px; border-radius: 50px; display: flex; align-items: center; gap: 10px; cursor: pointer; box-shadow: 0 4px 20px rgba(139,92,246,0.4); transition: all 0.3s; animation: pulse 2s infinite; }
.oracle-widget-trigger:hover { transform: translateY(-3px); box-shadow: 0 6px 30px rgba(139,92,246,0.6); }
@keyframes pulse { 0%, 100% { box-shadow: 0 4px 20px rgba(139,92,246,0.4); } 50% { box-shadow: 0 4px 30px rgba(139,92,246,0.7); } }
.oracle-icon { font-size: 24px; animation: rotate 3s linear infinite; }
@keyframes rotate { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
.oracle-text { font-weight: 600; font-size: 16px; }
.oracle-widget-panel {
 position: fixed;
 bottom: 170px;
 right: 30px;
 width: 380px;
 max-width: calc(100vw - 60px);
 max-height: calc(100vh - 200px);
 background: linear-gradient(135deg, rgba(15, 23, 42, 0.98), rgba(30, 41, 59, 0.98));
 border: 2px solid rgba(139, 92, 246, 0.5);
 border-radius: 20px;
 box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
 z-index: 1001;
 overflow-y: auto;
 backdrop-filter: blur(20px);
 opacity: 0;
 transform: translateY(20px) scale(0.95);
 transition: opacity 0.3s ease, transform 0.3s ease;
 pointer-events: none;
}

.oracle-widget-panel[style*="display: block"] {
 opacity: 1;
 transform: translateY(0) scale(1);
 pointer-events: auto;
}
.oracle-header { background: linear-gradient(135deg, rgba(139,92,246,0.3), rgba(99,102,241,0.2)); padding: 20px; border-bottom: 1px solid rgba(251,191,36,0.2); display: flex; justify-content: space-between; align-items: center; }
.oracle-header h3 { color: #fbbf24; margin: 0; font-size: 18px; font-family: 'Cinzel', serif; }
.oracle-close {
 background: none;
 border: none;
 color: rgba(255, 255, 255, 0.7);
 font-size: 32px;
 cursor: pointer;
 line-height: 1;
 padding: 0;
 width: 32px;
 height: 32px;
 display: flex;
 align-items: center;
 justify-content: center;
 transition: color 0.3s ease;
}

.oracle-close:hover {
 color: #fbbf24;
}
.oracle-content { padding: 24px; max-height: 480px; overflow-y: auto; }
.oracle-intro p { color: rgba(255,255,255,0.9); font-size: 15px; margin-bottom: 20px; }
.oracle-input { width: 100%; padding: 14px; background: rgba(255,255,255,0.05); border: 1px solid rgba(251,191,36,0.3); border-radius: 10px; color: white; font-size: 16px; margin-bottom: 16px; }
.oracle-input:focus { outline: none; border-color: rgba(251,191,36,0.6); }
.oracle-submit, .oracle-cta, .oracle-cta-btn { width: 100%; padding: 14px; background: linear-gradient(135deg, rgba(139,92,246,0.4), rgba(139,92,246,0.3)); border: 1.5px solid rgba(139,92,246,0.6); border-radius: 10px; color: #a78bfa; font-size: 16px; font-weight: 600; cursor: pointer; transition: all 0.3s; }
.oracle-submit:hover, .oracle-cta:hover, .oracle-cta-btn:hover { background: linear-gradient(135deg, rgba(139,92,246,0.5), rgba(139,92,246,0.4)); transform: translateY(-2px); }
.oracle-loading { text-align: center; padding: 40px 20px; }
.oracle-spinner { width: 50px; height: 50px; border: 4px solid rgba(251,191,36,0.2); border-top-color: #fbbf24; border-radius: 50%; animation: spin 1s linear infinite; margin: 0 auto 20px; }
@keyframes spin { to { transform: rotate(360deg); } }
.oracle-loading p { color: rgba(255,255,255,0.8); font-style: italic; }
.oracle-sign { background: linear-gradient(135deg, rgba(251,191,36,0.2), rgba(251,191,36,0.1)); border: 1px solid rgba(251,191,36,0.4); border-radius: 8px; padding: 10px; text-align: center; color: #fbbf24; font-weight: 600; margin-bottom: 16px; }
.oracle-sign-badge { font-size: 48px; text-align: center; }
.oracle-reading-text { color: rgba(255,255,255,0.9); line-height: 1.7; font-size: 15px; margin-bottom: 20px; }
.oracle-urgency, .oracle-urgency-msg { background: linear-gradient(135deg, rgba(239,68,68,0.2), rgba(220,38,38,0.1)); border: 1px solid rgba(239,68,68,0.4); border-radius: 10px; padding: 14px; color: #fca5a5; font-size: 14px; margin-bottom: 20px; animation: glow 2s ease-in-out infinite; }
@keyframes glow { 0%, 100% { box-shadow: 0 0 10px rgba(239,68,68,0.3); } 50% { box-shadow: 0 0 20px rgba(239,68,68,0.6); } }
.oracle-actions { display: flex; gap: 12px; margin-bottom: 16px; }
.oracle-share, .oracle-share-btn { flex: 1; padding: 12px; background: rgba(251,191,36,0.1); border: 1.5px solid rgba(251,191,36,0.4); border-radius: 10px; color: #fbbf24; font-size: 14px; font-weight: 600; cursor: pointer; transition: all 0.3s; }
.oracle-share:hover, .oracle-share-btn:hover { background: rgba(251,191,36,0.2); }
.oracle-reset, .oracle-reset-btn { width: 100%; padding: 10px; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); border-radius: 8px; color: rgba(255,255,255,0.6); font-size: 13px; cursor: pointer; }
.oracle-reset:hover, .oracle-reset-btn:hover { background: rgba(255,255,255,0.1); color: rgba(255,255,255,0.8); }
.oracle-close-bottom-btn {
 width: 100%;
 padding: 10px;
 background: none;
 border: 1px solid rgba(255, 255, 255, 0.2);
 border-radius: 8px;
 color: rgba(255, 255, 255, 0.6);
 font-size: 14px;
 cursor: pointer;
 transition: all 0.3s ease;
 margin-top: 12px;
}

.oracle-close-bottom-btn:hover {
 border-color: rgba(255, 255, 255, 0.4);
 color: rgba(255, 255, 255, 0.9);
 background: rgba(255, 255, 255, 0.05);
}

@media (max-width: 768px) {
  .oracle-widget-panel {
  bottom: 140px;
  right: 20px;
  left: 20px;
  width: auto;
  max-width: none;
  max-height: calc(100vh - 170px);
  }
}

@media (max-width: 480px) {
  .oracle-widget-panel {
  bottom: 120px;
  right: 10px;
  left: 10px;
  max-height: calc(100vh - 150px);
  }
}

/* ========================================
CODEX - TIERED EVENT LISTINGS
======================================== */

/* Events Section */
.events-section {
  max-width: 1400px;
  margin: 0 auto;
  padding: 80px 40px;
}

.events-header {
  text-align: center;
  margin-bottom: 80px;
}

.events-header h1 {
  color: #fbbf24;
  font-size: 56px;
  font-family: 'Cinzel', serif;
  margin: 0 0 16px 0;
}

.events-header p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 20px;
  margin: 0;
}

/* Tier Sections */
.premium-tier-section,
.featured-tier-section,
.standard-tier-section {
  margin-bottom: 80px;
}

/* Tier Badges */
.tier-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 28px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 40px;
}

/* Tiered sizing driven by event value */
.events-section .event-card {
  --event-card-min-height: auto;
  min-height: var(--event-card-min-height);
}

.events-section .event-card[data-event-tier="standard"] {
  --event-card-min-height: 460px;
}

.events-section .event-card[data-event-tier="featured"] {
  --event-card-min-height: 520px;
}

.events-section .event-card[data-event-tier="premium"] {
  --event-card-min-height: 600px;
}

.premium-badge {
  background: linear-gradient(135deg, rgba(251, 191, 36, 0.3), rgba(251, 191, 36, 0.15));
  border: 2px solid rgba(251, 191, 36, 0.6);
  color: #fbbf24;
}

.featured-badge {
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.3), rgba(139, 92, 246, 0.15));
  border: 2px solid rgba(139, 92, 246, 0.6);
  color: #a78bfa;
}

.standard-badge {
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.2), rgba(99, 102, 241, 0.1));
  border: 2px solid rgba(99, 102, 241, 0.4);
  color: #818cf8;
}

.badge-icon {
  font-size: 18px;
}

/* ========================================
PREMIUM TIER CARDS ($350)
======================================== */

.premium-events-grid {
  display: grid;
  gap: 28px;
}

.premium-card {
  background: linear-gradient(135deg, rgba(251, 191, 36, 0.15), rgba(251, 191, 36, 0.05));
  border: 2px solid rgba(251, 191, 36, 0.4);
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.4s ease;
  box-shadow: 0 8px 32px rgba(251, 191, 36, 0.2);
}

.premium-card:hover {
  transform: translateY(-8px);
  border-color: rgba(251, 191, 36, 0.7);
  box-shadow: 0 16px 48px rgba(251, 191, 36, 0.4);
}

.event-banner {
  width: 100%;
  height: 230px;
  position: relative;
  overflow: hidden;
}

.event-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.premium-card:hover .event-banner img {
  transform: scale(1.05);
}

.premium-overlay {
  position: absolute;
  top: 20px;
  right: 20px;
  pointer-events: none;
}

.premium-label {
  background: linear-gradient(135deg, #fbbf24, #f59e0b);
  color: #0f172a;
  padding: 8px 20px;
  border-radius: 20px;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 4px 16px rgba(251, 191, 36, 0.5);
}

.premium-card .event-content {
  padding: 24px;
}

.event-header {
  display: flex;
  gap: 16px;
  margin-bottom: 20px;
  align-items: flex-start;
}

.event-date-badge {
  background: linear-gradient(135deg, rgba(251, 191, 36, 0.2), rgba(251, 191, 36, 0.1));
  border: 2px solid rgba(251, 191, 36, 0.5);
  border-radius: 12px;
  padding: 16px;
  text-align: center;
  min-width: 80px;
}

.date-day {
  color: #fbbf24;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  font-family: 'Cinzel', serif;
}

.date-month {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 4px;
}

.event-title-area h2 {
  color: #fbbf24;
  font-size: 32px;
  font-family: 'Cinzel', serif;
  margin: 0 0 8px 0;
  line-height: 1.2;
}

.event-organizer {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  font-style: italic;
  margin: 0;
}

.event-details {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 18px;
  padding: 14px;
  background: rgba(15, 23, 42, 0.5);
  border-radius: 12px;
}

.detail-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.detail-icon {
  font-size: 18px;
}

.detail-text {
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  font-weight: 500;
}

.event-cta,
.event-btn {
  position: relative;
  z-index: 2;
  pointer-events: auto;
}

.event-description {
  color: rgba(255, 255, 255, 0.85);
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 20px;
}

.premium-cta {
  display: inline-block;
  padding: 14px 32px;
  background: linear-gradient(135deg, #fbbf24, #f59e0b);
  color: #0f172a;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 12px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 16px rgba(251, 191, 36, 0.3);
}

.premium-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(251, 191, 36, 0.5);
}

/* ========================================
FEATURED TIER CARDS ($200)
======================================== */

.featured-events-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  gap: 24px;
}

.featured-card {
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.15), rgba(139, 92, 246, 0.05));
  border: 1.5px solid rgba(139, 92, 246, 0.3);
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.featured-card:hover {
  transform: translateY(-5px);
  border-color: rgba(139, 92, 246, 0.6);
  box-shadow: 0 12px 32px rgba(139, 92, 246, 0.3);
}

.event-image {
  width: 100%;
  height: 170px;
  position: relative;
  overflow: hidden;
}

.event-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.featured-card:hover .event-image img {
  transform: scale(1.05);
}

.featured-overlay {
  position: absolute;
  top: 16px;
  right: 16px;
  pointer-events: none;
}

.featured-label {
  background: linear-gradient(135deg, #a78bfa, #8b5cf6);
  color: white;
  padding: 6px 16px;
  border-radius: 16px;
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 12px rgba(139, 92, 246, 0.4);
}

.featured-card .event-content {
  padding: 28px;
  position: relative;
}

.event-date-badge.small {
  position: absolute;
  top: -30px;
  left: 28px;
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.95), rgba(139, 92, 246, 0.85));
  border: 2px solid rgba(139, 92, 246, 0.6);
  border-radius: 10px;
  padding: 12px;
  min-width: 60px;
  box-shadow: 0 4px 16px rgba(139, 92, 246, 0.4);
}

.event-date-badge.small .date-day {
  font-size: 24px;
  color: white;
}

.event-date-badge.small .date-month {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.9);
}

.featured-card h3 {
  color: #a78bfa;
  font-size: 24px;
  font-family: 'Cinzel', serif;
  margin: 32px 0 8px 0;
  line-height: 1.3;
}

.featured-card .event-organizer {
  font-size: 14px;
  margin-bottom: 16px;
}

.event-details.compact {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 16px 0;
}

.detail-compact {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}

.event-description.short {
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  line-height: 1.6;
  margin: 16px 0 24px 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.featured-cta {
  display: inline-block;
  padding: 12px 32px;
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.3), rgba(139, 92, 246, 0.2));
  border: 1.5px solid rgba(139, 92, 246, 0.6);
  color: #a78bfa;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.featured-cta:hover {
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.4), rgba(139, 92, 246, 0.3));
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(139, 92, 246, 0.4);
}

/* ========================================
STANDARD TIER CARDS ($75)
======================================== */

.standard-events-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 32px;
  grid-auto-rows: minmax(440px, auto);
}

.standard-card {
  background: linear-gradient(145deg, rgba(15, 23, 42, 0.78), rgba(56, 41, 96, 0.45));
  border: 1.5px solid rgba(99, 102, 241, 0.35);
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  box-shadow: 0 14px 40px rgba(99, 102, 241, 0.15);
  transition: all 0.3s ease;
}

.standard-card:hover {
  border-color: rgba(99, 102, 241, 0.6);
  transform: translateY(-4px);
  box-shadow: 0 16px 42px rgba(99, 102, 241, 0.28);
}

.standard-banner {
  position: relative;
  height: 180px;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(129, 140, 248, 0.2), rgba(15, 23, 42, 0.88));
}

.standard-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0.9;
  transition: transform 0.35s ease, opacity 0.35s ease;
}

.standard-card:hover .standard-banner img {
  transform: scale(1.04);
  opacity: 1;
}

.standard-date-pill {
  position: absolute;
  left: 16px;
  top: 16px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.24);
  color: #e0e7ff;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.3px;
  pointer-events: none;
}

.standard-type-chip {
  position: absolute;
  right: 16px;
  top: 16px;
  padding: 7px 14px;
  border-radius: 12px;
  background: rgba(99, 102, 241, 0.2);
  border: 1px solid rgba(99, 102, 241, 0.5);
  color: #c7d2fe;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  pointer-events: none;
}

.standard-type-chip.soft {
  background: rgba(139, 92, 246, 0.22);
  border-color: rgba(139, 92, 246, 0.5);
  color: #e9d5ff;
}

.standard-type-chip.host {
  background: linear-gradient(135deg, rgba(251, 191, 36, 0.3), rgba(251, 191, 36, 0.18));
  border-color: rgba(251, 191, 36, 0.6);
  color: #fef3c7;
}

.standard-card-body {
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}

.standard-card-body h4 {
  color: #e0e7ff;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  line-height: 1.35;
  letter-spacing: 0.2px;
}

.organizer-compact {
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  font-style: italic;
  margin: 0;
}

.standard-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 6px 0 2px 0;
}

.meta-pill {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  letter-spacing: 0.2px;
}

.price-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  border-radius: 999px;
  font-weight: 700;
  background: rgba(251, 191, 36, 0.14);
  border: 1px solid rgba(251, 191, 36, 0.4);
  color: #fbbf24;
}

.price-pill.featured {
  background: rgba(139, 92, 246, 0.16);
  border-color: rgba(139, 92, 246, 0.4);
  color: #e9d5ff;
}

.price-pill.standard {
  background: rgba(99, 102, 241, 0.16);
  border-color: rgba(99, 102, 241, 0.4);
  color: #c7d2fe;
  box-shadow: 0 0 0 1px rgba(99, 102, 241, 0.15);
}

.price-pill.standard.accent {
  background: linear-gradient(135deg, rgba(251, 191, 36, 0.22), rgba(99, 102, 241, 0.12));
  border-color: rgba(251, 191, 36, 0.5);
  color: #fef3c7;
}

.description-compact {
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
  line-height: 1.6;
  margin: 10px 0 16px 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.description-compact.luxe {
  -webkit-line-clamp: 3;
  color: rgba(255, 255, 255, 0.82);
}

.standard-cta {
  display: inline-block;
  padding: 9px 22px;
  background: rgba(99, 102, 241, 0.15);
  border: 1px solid rgba(99, 102, 241, 0.4);
  color: #818cf8;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.standard-cta.standard-solid {
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.4), rgba(139, 92, 246, 0.35));
  border-color: rgba(139, 92, 246, 0.6);
  color: #f3f4ff;
  padding: 11px 22px;
  font-weight: 700;
  box-shadow: 0 10px 28px rgba(99, 102, 241, 0.25);
}

.standard-cta.standard-solid.accent {
  background: linear-gradient(135deg, rgba(251, 191, 36, 0.52), rgba(99, 102, 241, 0.28));
  border-color: rgba(251, 191, 36, 0.65);
  color: #0b1021;
  text-shadow: none;
}

.standard-cta:hover {
  background: rgba(99, 102, 241, 0.25);
  border-color: rgba(99, 102, 241, 0.6);
  transform: translateY(-2px);
}

.standard-cta.standard-solid:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 34px rgba(139, 92, 246, 0.35);
}

.lyrion-card {
  border-color: rgba(251, 191, 36, 0.5);
  box-shadow: 0 14px 46px rgba(251, 191, 36, 0.22);
  background: linear-gradient(145deg, rgba(251, 191, 36, 0.12), rgba(15, 23, 42, 0.8));
}

/* ========================================
EVENT SUBMISSION CTA
======================================== */

.event-submission-cta {
  margin-top: 100px;
  text-align: center;
  padding: 60px 40px;
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.15), rgba(99, 102, 241, 0.1));
  border: 2px solid rgba(139, 92, 246, 0.3);
  border-radius: 20px;
}

.submission-content h2 {
  color: #fbbf24;
  font-size: 36px;
  font-family: 'Cinzel', serif;
  margin: 0 0 16px 0;
}

.submission-content p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  margin: 0 0 32px 0;
}

.submission-btn {
  display: inline-block;
  padding: 16px 48px;
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.4), rgba(139, 92, 246, 0.3));
  border: 2px solid rgba(139, 92, 246, 0.6);
  color: #a78bfa;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 12px;
  transition: all 0.3s ease;
}

.submission-btn:hover {
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.5), rgba(139, 92, 246, 0.4));
  transform: translateY(-3px);
  box-shadow: 0 8px 32px rgba(139, 92, 246, 0.4);
}

/* ========================================
RESPONSIVE DESIGN
======================================== */

@media (max-width: 1024px) {
  .featured-events-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .events-header h1 {
    font-size: 42px;
  }

  .premium-card .event-content {
    padding: 24px;
  }

  .event-header {
    flex-direction: column;
    gap: 16px;
  }

  .event-title-area h2 {
    font-size: 24px;
  }

  .standard-events-grid {
    grid-template-columns: 1fr;
  }

  .event-banner {
    height: 200px;
  }
}

/* Shop Products Section */
.shop-products-section {
  max-width: 1400px;
  margin: 0 auto;
  padding: 80px 40px;
}

.shop-header {
  text-align: center;
  margin-bottom: 60px;
}

.shop-header h1 {
  color: #fbbf24;
  font-size: 48px;
  font-family: 'Cinzel', serif;
  margin: 0 0 16px 0;
}

.shop-header p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 20px;
}

.products-loading {
  text-align: center;
  padding: 80px 20px;
}

.products-loading p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  margin-top: 20px;
}

.products-error {
  text-align: center;
  padding: 80px 20px;
  color: #ef4444;
  font-size: 18px;
}

.shop-products-section .products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 32px;
}

.shop-products-section .product-card {
  background: rgba(15, 23, 42, 0.6);
  border: 1px solid rgba(251, 191, 36, 0.2);
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.shop-products-section .product-card:hover {
  border-color: rgba(251, 191, 36, 0.5);
  transform: translateY(-5px);
  box-shadow: 0 8px 32px rgba(251, 191, 36, 0.2);
}

.shop-products-section .product-image {
  width: 100%;
  height: 350px;
  overflow: hidden;
  background: #1e293b;
}

.shop-products-section .product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.shop-products-section .product-card:hover .product-image img {
  transform: scale(1.05);
}

.shop-products-section .product-info {
  padding: 24px;
}

.shop-products-section .product-info h3 {
  color: #fff;
  font-size: 20px;
  margin: 0 0 12px 0;
  font-weight: 600;
}

.shop-products-section .product-info p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  margin: 0 0 16px 0;
}

.shop-products-section .product-price {
  color: #fbbf24;
  font-size: 24px;
  font-weight: 700;
  margin: 16px 0;
  font-family: 'Cinzel', serif;
}

.shop-products-section .product-btn {
  width: 100%;
  padding: 12px;
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.3), rgba(139, 92, 246, 0.2));
  border: 1.5px solid rgba(139, 92, 246, 0.5);
  border-radius: 10px;
  color: #a78bfa;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.shop-products-section .product-btn:hover {
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.4), rgba(139, 92, 246, 0.3));
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .shop-products-section .products-grid {
    grid-template-columns: 1fr;
  }
}

/* Product Modal */
.product-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(8px);
}

.modal-content {
  position: relative;
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.98), rgba(30, 41, 59, 0.98));
  border: 1px solid rgba(251, 191, 36, 0.3);
  border-radius: 20px;
  max-width: 1000px;
  width: 90%;
  max-height: 90vh;
  overflow-y: auto;
  padding: 40px;
  box-shadow: 0 20px 80px rgba(0, 0, 0, 0.5);
}

.modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.7);
  font-size: 36px;
  cursor: pointer;
  line-height: 1;
  transition: color 0.3s;
  z-index: 10;
}

.modal-close:hover {
  color: #fbbf24;
}

.modal-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.modal-image {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 12px;
  overflow: hidden;
  background: rgba(139, 92, 246, 0.1);
}

.modal-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.modal-details h2 {
  color: #fbbf24;
  font-size: 32px;
  font-family: 'Cinzel', serif;
  margin: 0 0 16px 0;
}

.modal-details p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 24px;
}

.modal-price {
  color: #fbbf24;
  font-size: 36px;
  font-weight: 700;
  font-family: 'Cinzel', serif;
  margin-bottom: 32px;
}

.variant-selectors {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 24px;
}

.selector-group label {
  display: block;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.selector-group select {
  width: 100%;
  padding: 14px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(251, 191, 36, 0.3);
  border-radius: 10px;
  color: white;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s;
}

.selector-group select:hover {
  border-color: rgba(251, 191, 36, 0.5);
}

.selector-group select:focus {
  outline: none;
  border-color: rgba(251, 191, 36, 0.7);
  box-shadow: 0 0 0 3px rgba(251, 191, 36, 0.1);
}

.variant-status {
  min-height: 24px;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 600;
}

.variant-status.status-available {
  color: #10b981;
}

.variant-status.status-unavailable {
  color: #ef4444;
}

.add-to-cart-btn {
  width: 100%;
  padding: 18px;
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.4), rgba(139, 92, 246, 0.3));
  border: 1.5px solid rgba(139, 92, 246, 0.6);
  border-radius: 12px;
  color: #a78bfa;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
}

.add-to-cart-btn:hover:not(:disabled) {
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.5), rgba(139, 92, 246, 0.4));
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(139, 92, 246, 0.4);
}

.add-to-cart-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .modal-content {
    padding: 24px;
  }
  
  .modal-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  
  .modal-details h2 {
    font-size: 24px;
  }
  
  .modal-price {
    font-size: 28px;
  }
}

/* Footer Styling */
.footer {
  background: rgba(15, 23, 42, 0.9);
  border-top: 1px solid rgba(var(--accent-2-rgb), 0.25);
  padding: 30px var(--gutter) 30px;
  margin-top: 30px;
}

.footer-content {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  text-align: center;
}

.footer-content p {
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  font-size: 13px;
}

.footer-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: var(--accent-2);
}

.footer-social {
  display: flex;
  gap: 12px;
  justify-content: center;
  align-items: center;
}

.footer-social__link {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.06);
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.footer-social__link:hover {
  color: var(--brand-gold);
  border-color: rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.09);
}

.footer-social__icon {
  width: 18px;
  height: 18px;
  display: block;
}

@media (max-width: 768px) {
  .footer-content {
    padding: 0 0.5rem;
  }
}

/* ==========================================
 COMPATIBILITY PAGE FIXES
 ========================================== */

.hero-compatibility {
 background: linear-gradient(135deg, rgba(139, 92, 246, 0.2), rgba(99, 102, 241, 0.1));
 padding: 80px 20px 60px;
 text-align: center;
 border-bottom: 1px solid rgba(139, 92, 246, 0.3);
}

.hero-container {
 max-width: 900px;
 margin: 0 auto;
}

.hero-main-title {
 color: #fbbf24;
 font-size: 48px;
 font-family: 'Cinzel', serif;
 font-weight: 700;
 margin: 0 0 20px 0;
 line-height: 1.2;
 letter-spacing: 1px;
}

.hero-tagline {
 color: #a78bfa;
 font-size: 22px;
 font-style: italic;
 font-weight: 400;
 margin: 0 0 20px 0;
 line-height: 1.4;
}

.hero-text {
 color: rgba(255, 255, 255, 0.85);
 font-size: 17px;
 font-weight: 400;
 line-height: 1.6;
 margin: 0;
 max-width: 700px;
 margin-left: auto;
 margin-right: auto;
}

.compatibility-products-section {
 padding: 60px 20px 80px;
 background: rgba(15, 23, 42, 0.3);
}

.products-wrapper {
 max-width: 1400px;
 margin: 0 auto;
}

.products-section-title {
 color: #fbbf24;
 font-size: 36px;
 font-family: 'Cinzel', serif;
 font-weight: 700;
 text-align: center;
 margin: 0 0 50px 0;
}

.compatibility-products {
 padding: 60px 20px 80px;
 background: rgba(15, 23, 42, 0.3);
}

.compatibility-products-grid {
 display: grid;
 grid-template-columns: repeat(4, 1fr);
 gap: 25px;
 max-width: 1400px;
 margin: 60px auto;
 padding: 0 40px;
 align-items: stretch;
 grid-auto-rows: 1fr;
}

.compatibility-product-card {
 background: rgba(10, 8, 32, 0.8);
 border: 2px solid rgba(212, 175, 55, 0.3);
 border-radius: 12px;
 padding: 0;
 overflow: hidden;
 display: flex;
 flex-direction: column;
 height: 100%;
 min-height: 600px;
}

.compatibility-products .compatibility-product-card {
  min-height: 540px;
}

.compatibility-card img,
.compatibility-card-image {
 width: 100%;
 height: auto;
 object-fit: cover;
 border-radius: 8px;
 box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
 transition: transform 0.3s ease;
 display: block;
 flex-shrink: 0;
}

.compatibility-products-grid .compatibility-card-link {
  height: 100%;
}

.compatibility-card img:hover,
.compatibility-card-image:hover {
 transform: scale(1.03);
 box-shadow: 0 6px 20px rgba(212, 175, 55, 0.4);
}

.compatibility-product-title {
 font-size: 1.4rem;
 color: #d4af37;
 text-align: center;
 margin: 20px 0 10px;
 text-transform: uppercase;
 letter-spacing: 1.5px;
 padding: 0 15px;
}

.compatibility-product-price {
 font-size: 2rem;
 color: #d4af37;
 font-weight: 700;
 text-align: center;
 margin-bottom: 20px;
}

.compatibility-product-card ul {
 flex: 1;
 list-style: none;
 padding: 0 25px;
 margin: 0;
}

.compatibility-product-card li {
 font-size: 0.9rem;
 color: rgba(255, 255, 255, 0.9);
 margin-bottom: 10px;
 line-height: 1.5;
 padding-left: 0;
}

.compatibility-product-card button,
.compatibility-product-card .cta-button {
 background: transparent;
 border: 2px solid #d4af37;
 color: #d4af37;
 padding: 12px 30px;
 border-radius: 8px;
 margin: 20px 25px 25px;
 flex-shrink: 0;
 cursor: pointer;
 font-weight: 600;
 transition: all 0.3s ease;
}

.compatibility-product-card button:hover,
.compatibility-product-card .cta-button:hover {
 background: #d4af37;
 color: #0f0c29;
}

.compatibility-products .compatibility-card-actions {
  display: flex;
  gap: 12px;
  padding: 0 25px 25px;
  margin-top: auto;
}

.compatibility-products .compatibility-card-actions .cta-button,
.compatibility-products .compatibility-card-actions .purchase-reading-button {
  margin: 0;
  flex: 1;
  text-align: center;
}

.compat-card {
 background: rgba(15, 23, 42, 0.7);
 border: 2px solid rgba(139, 92, 246, 0.3);
 border-radius: 16px;
 padding: 30px;
 position: relative;
 transition: all 0.3s ease;
 display: flex;
 flex-direction: column;
}

.compat-card:hover {
 border-color: rgba(139, 92, 246, 0.6);
 transform: translateY(-5px);
 box-shadow: 0 10px 30px rgba(139, 92, 246, 0.3);
}

.featured-card {
 border-color: rgba(251, 191, 36, 0.5);
 background: linear-gradient(135deg, rgba(251, 191, 36, 0.08), rgba(251, 191, 36, 0.03));
}

.featured-card:hover {
 border-color: rgba(251, 191, 36, 0.8);
 box-shadow: 0 10px 30px rgba(251, 191, 36, 0.4);
}

.premium-card {
 border-color: rgba(139, 92, 246, 0.5);
}

.featured-tag {
 position: absolute;
 top: -12px;
 left: 50%;
 transform: translateX(-50%);
 background: linear-gradient(135deg, #fbbf24, #f59e0b);
 color: #0f172a;
 padding: 5px 16px;
 border-radius: 12px;
 font-size: 11px;
 font-weight: 700;
 text-transform: uppercase;
 letter-spacing: 0.5px;
}

.card-header {
 text-align: center;
 margin-bottom: 25px;
}

.card-title {
 color: #a78bfa;
 font-size: 24px;
 font-family: 'Cinzel', serif;
 font-weight: 600;
 margin: 0 0 15px 0;
}

.featured-card .card-title {
 color: #fbbf24;
}

.card-price {
 color: #fbbf24;
 font-size: 42px;
 font-weight: 700;
 font-family: 'Cinzel', serif;
 line-height: 1;
}

.card-features {
 list-style: none;
 padding: 0;
 margin: 0 0 30px 0;
 flex-grow: 1;
}

.card-features li {
 color: rgba(255, 255, 255, 0.9);
 font-size: 14px;
 line-height: 1.6;
 padding: 10px 0;
 border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.card-features li:last-child {
 border-bottom: none;
}

.card-cta-btn {
 width: 100%;
 padding: 14px 20px;
 background: linear-gradient(135deg, rgba(139, 92, 246, 0.3), rgba(139, 92, 246, 0.2));
 border: 1.5px solid rgba(139, 92, 246, 0.6);
 border-radius: 10px;
 color: #a78bfa;
 font-size: 15px;
 font-weight: 600;
 cursor: pointer;
 transition: all 0.3s ease;
 text-transform: none;
}

.card-cta-btn:hover {
 background: linear-gradient(135deg, rgba(139, 92, 246, 0.4), rgba(139, 92, 246, 0.3));
 transform: translateY(-2px);
 box-shadow: 0 4px 12px rgba(139, 92, 246, 0.4);
}

@media (max-width: 1200px) {
 .compatibility-products-grid {
  grid-template-columns: repeat(2, 1fr);
 }
}

@media (max-width: 768px) {
 .compatibility-products-grid {
  grid-template-columns: 1fr;
 }
}

.featured-btn {
 background: linear-gradient(135deg, rgba(251, 191, 36, 0.35), rgba(251, 191, 36, 0.25));
 border-color: rgba(251, 191, 36, 0.7);
 color: #fbbf24;
 font-weight: 700;
}

.featured-btn:hover {
 background: linear-gradient(135deg, rgba(251, 191, 36, 0.45), rgba(251, 191, 36, 0.35));
 box-shadow: 0 4px 12px rgba(251, 191, 36, 0.5);
}

.premium-btn {
 background: linear-gradient(135deg, rgba(139, 92, 246, 0.4), rgba(99, 102, 241, 0.3));
 border-color: rgba(139, 92, 246, 0.8);
}

.premium-btn:hover {
 background: linear-gradient(135deg, rgba(139, 92, 246, 0.5), rgba(99, 102, 241, 0.4));
 box-shadow: 0 4px 12px rgba(139, 92, 246, 0.45);
}

@media (max-width: 768px) {
 .hero-main-title {
 font-size: 32px;
 }
 
 .hero-tagline {
 font-size: 18px;
 }
 
 .hero-text {
 font-size: 15px;
 }
 
  .hero {
  padding: 10px 0 10px;
  min-height: 350px;
  }
 
  .cosmic-orb-left,
  .cosmic-orb-right {
   position: relative;
   top: 0;
   left: auto;
   right: auto;
   margin: 20px auto;
  }
 
 .compatibility-products-grid {
 grid-template-columns: 1fr;
 gap: 25px;
 }
 
 .products-section-title {
 font-size: 28px;
 }
 
 .card-price {
 font-size: 36px;
 }
}

.preview-generator {
background: linear-gradient(135deg, rgba(99, 102, 241, 0.1), rgba(139, 92, 246, 0.1));
padding: 80px 0;
border-top: 1px solid rgba(139, 92, 246, 0.3);
border-bottom: 1px solid rgba(139, 92, 246, 0.3);
}

.preview-generator .container {
max-width: 1200px;
}

.generator-container {
max-width: 900px;
margin: 0 auto;
text-align: center;
}

.generator-container h2 {
color: #fbbf24;
font-size: 42px;
font-family: 'Cinzel', serif;
margin: 0 0 16px 0;
}

.generator-container > p {
color: rgba(255, 255, 255, 0.8);
font-size: 18px;
margin-bottom: 40px;
}

.generator-form {
background: rgba(15, 23, 42, 0.6);
border: 1.5px solid rgba(139, 92, 246, 0.3);
border-radius: 20px;
padding: 40px;
margin-bottom: 40px;
}

.form-row {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 20px;
margin-bottom: 20px;
}

.form-group label {
display: block;
color: #a78bfa;
font-size: 14px;
font-weight: 600;
margin-bottom: 8px;
text-align: left;
}

.form-group input {
width: 100%;
padding: 14px;
background: rgba(15, 23, 42, 0.6);
border: 1.5px solid rgba(139, 92, 246, 0.4);
border-radius: 10px;
color: white;
font-size: 16px;
}

.form-group input:focus {
outline: none;
border-color: rgba(139, 92, 246, 0.7);
}

.generate-btn {
width: 100%;
padding: 16px;
background: linear-gradient(135deg, #fbbf24, #f59e0b);
border: none;
border-radius: 12px;
color: #0f172a;
font-size: 18px;
font-weight: 700;
cursor: pointer;
transition: all 0.3s ease;
margin-top: 20px;
}

.generate-btn:hover {
transform: translateY(-2px);
box-shadow: 0 8px 24px rgba(251, 191, 36, 0.4);
}

.preview-loading {
text-align: center;
padding: 40px;
}

.preview-result {
background: rgba(15, 23, 42, 0.6);
border: 1.5px solid rgba(139, 92, 246, 0.3);
border-radius: 20px;
padding: 40px;
}

.compatibility-score-display {
text-align: center;
margin-bottom: 32px;
}

.score-circle {
width: 150px;
height: 150px;
border-radius: 50%;
background: linear-gradient(135deg, rgba(139, 92, 246, 0.3), rgba(99, 102, 241, 0.3));
border: 3px solid #fbbf24;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 16px;
box-shadow: 0 0 40px rgba(251, 191, 36, 0.5);
}

.score-circle span {
color: #fbbf24;
font-size: 56px;
font-weight: 700;
font-family: 'Cinzel', serif;
}

.score-label {
color: #a78bfa;
font-size: 18px;
font-weight: 600;
}

.signs-display {
text-align: center;
font-size: 36px;
margin-bottom: 24px;
}

.preview-narrative {
color: rgba(255, 255, 255, 0.9);
font-size: 16px;
line-height: 1.8;
margin-bottom: 32px;
text-align: left;
}

.preview-cta-text {
color: #fbbf24;
font-size: 18px;
font-weight: 600;
text-align: center;
margin: 0;
}

.how-it-works {
padding: 80px 0;
}

.how-it-works .container {
max-width: 1400px;
}

.how-container {
max-width: 1200px;
margin: 0 auto;
}

.how-container h2 {
color: #fbbf24;
font-size: 42px;
font-family: 'Cinzel', serif;
text-align: center;
margin: 0 0 60px 0;
}

.steps-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 32px;
}

.step {
text-align: center;
padding: 32px;
background: rgba(15, 23, 42, 0.4);
border: 1px solid rgba(139, 92, 246, 0.2);
border-radius: 16px;
}

.step-number {
width: 60px;
height: 60px;
background: linear-gradient(135deg, #fbbf24, #f59e0b);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 20px;
color: #0f172a;
font-size: 28px;
font-weight: 700;
font-family: 'Cinzel', serif;
}

.step h3 {
color: #a78bfa;
font-size: 20px;
margin: 0 0 12px 0;
}

.step p {
color: rgba(255, 255, 255, 0.8);
font-size: 15px;
line-height: 1.6;
margin: 0;
}

@media (max-width: 768px) {
  .nav-toggle {
    display: block;
  }

  .nav-links,
  .mobile-nav,
  #mobile-menu {
    display: none;
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    width: 100%;
    background: rgba(15, 12, 41, 0.98);
    padding: 30px 20px;
    z-index: 9999;
    flex-direction: column;
    gap: 20px;
    border-bottom: 1px solid rgba(139, 92, 246, 0.3);
  }

  .nav-links.active,
  .mobile-nav.active,
  #mobile-menu.active {
    display: flex !important;
    visibility: visible;
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }

  .nav-links a,
  .mobile-nav a,
  #mobile-menu a {
    color: #d4af37;
    font-size: 18px;
    padding: 15px;
    text-decoration: none;
    border-bottom: 1px solid rgba(212, 175, 55, 0.2);
  }

  .nav-links a:last-child,
  .mobile-nav a:last-child,
  #mobile-menu a:last-child {
    border-bottom: none;
  }

  .nav-toggle.active + .nav-links {
    display: flex !important;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .container {
    padding: 0 20px;
  }

  .products-container {
    grid-template-columns: 1fr;
  }

  .hero-compatibility h1 {
    font-size: 36px;
  }

  .hero-subtitle {
    font-size: 20px;
  }

  .hero-description {
    font-size: 16px;
  }

  .compatibility-tier {
    padding: 24px;
  }

  .tier-header h3 {
    font-size: 24px;
  }

  .price-amount {
    font-size: 40px;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .generator-container h2 {
    font-size: 32px;
  }

  .how-container h2 {
    font-size: 32px;
  }

  .steps-grid {
    grid-template-columns: 1fr;
  }
}

/* ==========================================
 COMPATIBILITY PROMO SECTION (HOMEPAGE)
 ========================================== */

.compatibility-promo-section {
  padding: 30px var(--gutter);
  background:
    radial-gradient(circle at 18% 22%, rgba(var(--accent-rgb), 0.1), transparent 32%),
    linear-gradient(135deg, rgba(10, 15, 29, 0.92), rgba(19, 28, 49, 0.9));
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.35);
}

.compatibility-promo-section::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><text y="50" font-size="40" opacity="0.03"> </text></svg>') repeat;
pointer-events: none;
}

.compatibility-promo-container {
max-width: 1400px;
margin: 0 auto;
display: grid;
grid-template-columns: 1fr 1fr;
 gap: 32px;
 padding: 1.5rem;
 background: rgba(255, 255, 255, 0.03);
 border: 1px solid var(--border);
 border-radius: 18px;
 box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
 backdrop-filter: blur(10px);
align-items: center;
position: relative;
z-index: 1;
}

.promo-content {
 text-align: center;
}

.promo-badge {
 display: inline-block;
 background: linear-gradient(135deg, var(--accent-2), #d97706);
 color: #0f172a;
 padding: 8px 20px;
 border-radius: 20px;
 font-size: 12px;
 font-weight: 700;
text-transform: uppercase;
letter-spacing: 1px;
margin-bottom: 24px;
box-shadow: 0 4px 16px rgba(251, 191, 36, 0.3);
}

.promo-content h2 {
 color: var(--accent-2);
 font-size: clamp(32px, 4vw, 44px);
 font-family: 'Cinzel', serif;
 margin: 0 0 16px 0;
 line-height: 1.2;
}

.promo-subtitle {
color: #a78bfa;
font-size: 20px;
font-style: italic;
margin: 0 0 24px 0;
}

.promo-description {
color: rgba(255, 255, 255, 0.9);
font-size: 16px;
line-height: 1.6;
max-width: 640px;
margin: 0 auto 28px;
}

.promo-features {
 display: flex;
 gap: 20px;
 margin-bottom: 28px;
 flex-wrap: wrap;
 padding: 8px 0;
 justify-content: center;
}

.promo-feature {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;

gap: 8px;
}

.feature-icon {
font-size: 32px;
}

.feature-text {
color: rgba(255, 255, 255, 0.9);
font-size: 14px;
font-weight: 600;
}

.promo-cta-group {
 display: flex;
 gap: 16px;
 justify-content: center;
 flex-wrap: wrap;
}

.promo-cta-primary {
 display: inline-block;
 padding: 16px 40px;
 background: linear-gradient(135deg, var(--accent-2), #d97706);
 color: #0f172a;
 font-size: 18px;
 font-weight: 700;
text-decoration: none;
border-radius: 12px;
transition: all 0.3s ease;
box-shadow: 0 4px 20px rgba(251, 191, 36, 0.4);
}

.promo-cta-primary:hover {
transform: translateY(-3px);
box-shadow: 0 8px 32px rgba(251, 191, 36, 0.6);
}

.promo-cta-secondary {
 display: inline-block;
 padding: 16px 40px;
 background: transparent;
 border: 2px solid rgba(var(--accent-2-rgb), 0.6);
 color: var(--accent-2);
 font-size: 18px;
 font-weight: 600;
 text-decoration: none;
 border-radius: 12px;
 transition: all 0.3s ease;
}

.promo-cta-secondary:hover {
 background: rgba(var(--accent-2-rgb), 0.15);
 border-color: rgba(var(--accent-2-rgb), 0.9);
 transform: translateY(-3px);
}

/* Certificate Mockup */
.promo-visual {
display: flex;
justify-content: center;
align-items: center;
}

.certificate-mockup {
position: relative;
animation: float-mockup 6s ease-in-out infinite;
}

@keyframes float-mockup {
0%, 100% { transform: translateY(0px); }
50% { transform: translateY(-20px); }
}

.mockup-frame {
width: 320px;
height: 420px;
background: linear-gradient(135deg, rgba(15, 23, 42, 0.95), rgba(30, 41, 59, 0.95));
border: 3px solid rgba(251, 191, 36, 0.6);
border-radius: 20px;
padding: 32px;
position: relative;
box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
backdrop-filter: blur(10px);
}

.mockup-glow {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: radial-gradient(circle at center, rgba(251, 191, 36, 0.3) 0%, transparent 70%);
border-radius: 20px;
animation: pulse-mockup 3s ease-in-out infinite;
pointer-events: none;
}

@keyframes pulse-mockup {
0%, 100% { opacity: 0.5; transform: scale(1); }
50% { opacity: 1; transform: scale(1.05); }
}

.mockup-content {
text-align: center;
height: 100%;
display: flex;
flex-direction: column;
justify-content: space-between;
}

.mockup-zodiac {
font-size: 48px;
margin-bottom: 20px;
}

.mockup-title {
color: #fbbf24;
font-size: 24px;
font-family: 'Cinzel', serif;
margin-bottom: 24px;
}

.mockup-score {
display: flex;
flex-direction: column;
align-items: center;
gap: 8px;
margin: 32px 0;
}

.score-big {
color: #fbbf24;
font-size: 72px;
font-weight: 700;
font-family: 'Cinzel', serif;
line-height: 1;
}

.score-label {
color: #a78bfa;
font-size: 16px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 1px;
}

.mockup-text-lines {
display: flex;
flex-direction: column;
gap: 12px;
}

.text-line {
height: 3px;
background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
border-radius: 2px;
}

.text-line:nth-child(2) {
width: 90%;
margin: 0 auto;
}

.text-line:nth-child(3) {
width: 70%;
margin: 0 auto;
}

/* Mobile Responsive */
@media (max-width: 1024px) {
.compatibility-promo-container {
grid-template-columns: 1fr;
gap: 60px;
}

.promo-content {
text-align: center;
}

.promo-features {
justify-content: center;
}

.promo-cta-group {
justify-content: center;
}

.mockup-frame {
width: 350px;
height: 440px;
}
}

@media (max-width: 768px) {
.promo-content h2 {
font-size: 36px;
}

.promo-subtitle {
font-size: 20px;
}

.promo-features {
flex-direction: column;
gap: 20px;
}

.promo-cta-group {
flex-direction: column;
}

.mockup-frame {
width: 300px;
height: 380px;
padding: 30px;
}

.score-big {
font-size: 56px;
}
}

/* Cross-Sell Compatibility Section */
.cross-sell-compatibility {
margin: 80px 40px;
padding: 60px;
background: linear-gradient(135deg, rgba(251, 191, 36, 0.15), rgba(251, 191, 36, 0.08));
border: 2px solid rgba(251, 191, 36, 0.3);
border-radius: 20px;
text-align: center;
}

.cross-sell-badge {
display: inline-block;
background: rgba(251, 191, 36, 0.2);
border: 1px solid rgba(251, 191, 36, 0.5);
color: #fbbf24;
padding: 8px 20px;
border-radius: 20px;
font-size: 14px;
font-weight: 600;
margin-bottom: 20px;
}

.cross-sell-content h2 {
color: #fbbf24;
font-size: 36px;
font-family: 'Cinzel', serif;
margin: 0 0 16px 0;
}

.cross-sell-content p {
color: rgba(255, 255, 255, 0.9);
font-size: 18px;
line-height: 1.6;
max-width: 700px;
margin: 0 auto 32px;
}

.cross-sell-btn {
display: inline-block;
padding: 16px 40px;
background: linear-gradient(135deg, #fbbf24, #f59e0b);
color: #0f172a;
font-size: 18px;
font-weight: 700;
text-decoration: none;
border-radius: 12px;
transition: all 0.3s ease;
}

.cross-sell-btn:hover {
transform: translateY(-3px);
box-shadow: 0 8px 32px rgba(251, 191, 36, 0.5);
}

/* Layout safety for compatibility pages */
body {
 margin: 0;
 padding: 0;
 overflow-x: hidden;
}

.compatibility-products-section,
.preview-generator,
.how-it-works {
 width: 100%;
 max-width: 100vw;
 overflow-x: hidden;
}

/* Oracle Readings Section */
.oracle-readings-section {
  padding: 80px 20px;
  background: rgba(15, 23, 42, 0.3);
}

.readings-container {
  max-width: 1400px;
  margin: 0 auto;
}

.section-title {
  color: #fbbf24;
  font-size: 42px;
  font-family: 'Cinzel', serif;
  font-weight: 700;
  text-align: center;
  margin: 0 0 16px 0;
}

.section-subtitle {
  color: #a78bfa;
  font-size: 18px;
  text-align: center;
  margin: 0 0 60px 0;
  font-style: italic;
}

.readings-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  align-items: stretch;
}

.oracle-readings-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  align-items: stretch;
  max-width: 1200px;
  margin: 60px auto;
}

.subscription-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  gap: 30px;
  align-items: stretch;
  max-width: 1200px;
  margin: 0 auto;
}

.subscription-card {
  background: rgba(10, 8, 32, 0.8);
  border: 2px solid rgba(212, 175, 55, 0.3);
  border-radius: 12px;
  padding: 30px 25px;
  min-height: 280px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  max-height: none;
}

.subscription-card:hover {
  transform: translateY(-5px);
  border-color: #d4af37;
  box-shadow: 0 12px 40px rgba(212, 175, 55, 0.4);
}

/* Different border colors for tiers */
.subscription-card.free {
  border-color: rgba(255, 255, 255, 0.3);
}

.subscription-card.most-loved {
  border: 3px solid #d4af37;
  background: rgba(212, 175, 55, 0.05);
  overflow: visible;
}

.subscription-card.premium {
  border: 3px solid #9b59b6;
  background: rgba(155, 89, 182, 0.05);
}

.subscription-card .reading-title {
  font-size: 1.5rem;
  color: #d4af37;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.subscription-card .reading-price {
  font-size: 2.5rem;
  color: #d4af37;
  font-weight: 700;
  margin-bottom: 20px;
}

.subscription-card .reading-description {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.7;
  margin-bottom: 20px;
  flex: 1;
  min-height: 80px;
  display: block;
  -webkit-line-clamp: unset;
  -webkit-box-orient: unset;
  overflow: visible;
  text-overflow: initial;
}

.badge-most-loved {
  position: absolute;
  top: var(--badge-most-loved-offset, -12px);
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #d4af37, #f0c659);
  color: #0f0c29;
  padding: 6px 20px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  box-shadow: 0 4px 12px rgba(212, 175, 55, 0.4);
  z-index: 10;
}

.subscription-button {
  background: #d4af37;
  color: #0f0c29;
  padding: 14px 30px;
  border-radius: 8px;
  border: none;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
}

.subscription-button:hover {
  background: #f0c659;
  transform: translateY(-2px);
}

.reading-card {
  background: rgba(15, 23, 42, 0.7);
  border: 2px solid rgba(139, 92, 246, 0.3);
  border-radius: 16px;
  padding: 0;
  max-height: 450px;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.reading-card:hover {
  border-color: rgba(139, 92, 246, 0.6);
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(139, 92, 246, 0.3);
}

/* Modal Styles */
.cosmic-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  background-color: #0a0a14;
  backdrop-filter: blur(10px);
  animation: fadeIn 0.3s ease;
}

.cosmic-modal.active {
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-content {
  background: linear-gradient(135deg, rgba(30, 27, 75, 0.95), rgba(31, 41, 55, 0.95));
  padding: 50px;
  border-radius: 20px;
  max-width: 500px;
  width: 90%;
  border: 2px solid rgba(139, 92, 246, 0.3);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5);
  position: relative;
}

.modal-content.large {
  max-width: 1000px;
}

.modal-close {
  position: absolute;
  top: 20px;
  right: 25px;
  font-size: 32px;
  color: #9ca3af;
  cursor: pointer;
  background: none;
  border: none;
  transition: color 0.3s;
}

.modal-close:hover {
  color: white;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.modal-title {
  color: #fbbf24;
  font-size: 32px;
  margin-bottom: 15px;
  text-align: center;
}

.modal-subtitle {
  color: #c4b5fd;
  text-align: center;
  margin-bottom: 30px;
}

.cosmic-input {
  width: 100%;
  padding: 16px;
  background: rgba(255,255,255,0.1);
  border: 2px solid rgba(139,92,246,0.3);
  border-radius: 10px;
  color: white;
  font-size: 16px;
  margin-bottom: 20px;
}

.modal-primary-btn {
  width: 100%;
  padding: 16px;
  background: linear-gradient(135deg, #8b5cf6, #6366f1);
  color: white;
  border: none;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
}

.oracle-studio-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
}

.gateway-toast {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 10000;
  background: rgba(30, 27, 75, 0.92);
  color: #fbbf24;
  padding: 14px 18px;
  border-radius: 12px;
  border: 1px solid rgba(139, 92, 246, 0.4);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.25s ease, transform 0.25s ease;
  backdrop-filter: blur(12px);
}

.gateway-toast.visible {
  opacity: 1;
  transform: translateY(0);
}

.reading-image {
  position: relative;
  width: 100%;
  height: 250px;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
}

.reading-image img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 8px 8px 0 0;
}

.featured-reading {
  border-color: rgba(251, 191, 36, 0.5);
  background: linear-gradient(135deg, rgba(251, 191, 36, 0.08), rgba(251, 191, 36, 0.03));
}

.featured-reading:hover {
  border-color: rgba(251, 191, 36, 0.8);
  box-shadow: 0 10px 30px rgba(251, 191, 36, 0.4);
}

.premium-reading {
  border-color: rgba(139, 92, 246, 0.6);
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.15), rgba(99, 102, 241, 0.1));
}

.premium-reading:hover {
  border-color: rgba(139, 92, 246, 0.9);
  box-shadow: 0 10px 40px rgba(139, 92, 246, 0.5);
}

.featured-badge,
.premium-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  padding: 5px 16px !important;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.featured-badge {
  background: linear-gradient(135deg, #fbbf24, #f59e0b) !important;
  color: #0f172a !important;
}

.premium-badge {
  background: linear-gradient(135deg, #a78bfa, #8b5cf6) !important;
  color: #0f172a !important;
}

.card-header {
  text-align: center;
  margin-bottom: 12px;
  padding: 20px var(--reading-card-padding) 0;
}

.reading-title {
  color: #a78bfa;
  font-size: 1.3rem;
  font-family: 'Cinzel', serif;
  font-weight: 600;
  margin: 0 0 8px 0;
}

.featured-reading .reading-title {
  color: #fbbf24;
}

.premium-reading .reading-title {
  color: #a78bfa;
}

.reading-price {
  color: #fbbf24;
  font-size: 1.8rem;
  font-weight: 700;
  font-family: 'Cinzel', serif;
  margin: 12px 0;
}

.reading-description {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.95rem;
  line-height: 1.5;
  margin: 0 0 16px 0;
  padding: 0 var(--reading-card-padding);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.reading-features {
  list-style: none;
  padding: 0 var(--reading-card-padding);
  margin: 0 0 16px 0;
  flex: 1;
}

.reading-features li {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 6px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.reading-features li:last-child {
  border-bottom: none;
}

.book-reading-btn {
  width: calc(100% - (var(--reading-card-padding) * 2));
  margin: 0 var(--reading-card-padding) var(--reading-card-padding);
  padding: 14px 20px;
  background: linear-gradient(135deg, rgba(var(--accent-2-rgb), 0.24), rgba(var(--accent-2-rgb), 0.14));
  border: 1.5px solid rgba(var(--accent-2-rgb), 0.6);
  border-radius: 10px;
  color: var(--accent-2);
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.book-reading-btn:hover {
  background: linear-gradient(135deg, rgba(var(--accent-2-rgb), 0.34), rgba(var(--accent-2-rgb), 0.22));
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(var(--accent-2-rgb), 0.4);
}

.featured-btn {
  background: linear-gradient(135deg, rgba(var(--accent-2-rgb), 0.35), rgba(var(--accent-2-rgb), 0.25));
  border-color: rgba(var(--accent-2-rgb), 0.7);
  color: var(--accent-2);
  font-weight: 700;
}

.featured-btn:hover {
  background: linear-gradient(135deg, rgba(var(--accent-2-rgb), 0.45), rgba(var(--accent-2-rgb), 0.35));
  box-shadow: 0 4px 12px rgba(var(--accent-2-rgb), 0.5);
}

.premium-btn {
  background: linear-gradient(135deg, rgba(var(--accent-2-rgb), 0.38), rgba(var(--accent-2-rgb), 0.26));
  border-color: rgba(var(--accent-2-rgb), 0.8);
  font-weight: 700;
}

.premium-btn:hover {
  background: linear-gradient(135deg, rgba(var(--accent-2-rgb), 0.48), rgba(var(--accent-2-rgb), 0.34));
  box-shadow: 0 4px 16px rgba(var(--accent-2-rgb), 0.55);
}

.chip-row {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin: 0.5rem 0;
}

.chip {
  border: 1px solid #e2e8f0;
  background: #fff;
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.chip:hover {
  border-color: #0f172a;
}

.chip.active {
  background: #0f172a;
  color: #fff;
  border-color: #0f172a;
}

.product-detail-card {
  padding: clamp(1.5rem, 3vw, 2.75rem);
}

.product-detail {
  display: grid;
  gap: clamp(1.5rem, 4vw, 3rem);
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: start;
}

.product-detail__media {
  background: #f8fafc;
  border-radius: 18px;
  padding: clamp(1rem, 3vw, 2.5rem);
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 420px;
  box-shadow: 0 14px 40px rgba(15, 23, 42, 0.25);
}

.product-media-frame {
  width: 100%;
  display: flex;
  justify-content: center;
}

.product-gallery {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}

.product-gallery img {
  width: 100%;
  max-width: 500px;
  height: auto;
  object-fit: contain;
  background: #fff;
  padding: 12px;
  border-radius: 16px;
  box-shadow: 0 16px 45px rgba(0, 0, 0, 0.16);
}

.product-detail__info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.product-detail-card .product-title {
  font-size: clamp(2rem, 3vw, 2.6rem);
  margin: 0;
}

.product-detail-card .product-description {
  font-size: 1.05rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.88);
}

.product-detail-card .product-price {
  font-size: 1.35rem;
  color: #a78bfa;
  margin: 0 0 0.25rem 0;
}

.form-group label,
.size-selector label {
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
}

.size-selector {
  display: grid;
  gap: 0.4rem;
}

.input-select {
  width: min(360px, 100%);
  padding: 0.85rem 1rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
}

.product-meta {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 1rem;
}

.product-meta__section h3 {
  margin: 0 0 0.35rem 0;
  color: #fff;
}

.product-meta__section p {
  margin: 0;
}

.product-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}

.btn-full {
  width: min(360px, 100%);
  padding: 1rem 1.2rem;
  font-size: 1.05rem;
}

@media (max-width: 960px) {
  .product-detail {
    grid-template-columns: 1fr;
  }

  .product-detail__media {
    order: -1;
    min-height: 360px;
  }
}

@media (max-width: 1024px) {
  .readings-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .oracle-readings-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .subscription-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .readings-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .oracle-readings-grid {
    grid-template-columns: 1fr;
  }
  
  .section-title {
    font-size: 32px;
  }
}

.card--empty { background: rgba(255,255,255,0.02); border: 1px dashed rgba(255,255,255,0.08); padding: 2rem; text-align:center; border-radius: 12px; }

.hero-section {
  min-height: 65vh;
  padding: 1.5rem 0;
}

section {
  margin-bottom: 1.5rem;
  padding: 1.5rem 0;
}

.crystal-ball,
.orb {
position: absolute;
width: 200px;
height: 200px;
border-radius: 50%;
background: radial-gradient(circle at 30% 30%,
rgba(255, 255, 255, 0.4) 0%,
rgba(167, 139, 250, 0.6) 20%,
rgba(139, 92, 246, 0.8) 40%,
rgba(99, 102, 241, 0.9) 60%,
rgba(67, 56, 202, 1) 100%
);
box-shadow:
0 0 28px rgba(139, 92, 246, 0.45),
0 0 56px rgba(139, 92, 246, 0.25),
inset 0 0 50px rgba(255, 255, 255, 0.18),
inset -8px -8px 32px rgba(0, 0, 0, 0.35);
cursor: pointer;
transition: transform 0.3s ease;
animation: float 6s ease-in-out infinite;
user-select: none;
-webkit-user-drag: none;
backdrop-filter: none !important;
border: none !important;
}

.crystal-ball::before,
.orb::before {
content: '';
position: absolute;
top: 15%;
left: 20%;
width: 40%;
height: 40%;
background: radial-gradient(circle,
rgba(255, 255, 255, 0.8) 0%,
rgba(255, 255, 255, 0.4) 40%,
transparent 70%
);
border-radius: 50%;
filter: blur(8px);
pointer-events: none;
}

.crystal-ball:hover,
.orb:hover {
transform: scale(1.05) translateY(-5px);
}

.crystal-ball .orb-label,
.orb .orb-label,
.crystal-ball-text,
.orb-text {
color: #FFF4B0 !important;
font-weight: 700;
font-size: 0.875rem;
text-transform: uppercase;
text-shadow:
0 0 12px rgba(255, 244, 176, 0.55),
0 0 24px rgba(255, 244, 176, 0.35);
pointer-events: auto;
user-select: none;
}

@keyframes float {
0%, 100% { transform: translateY(0px); }
50% { transform: translateY(-20px); }
}
/* CRYSTAL BALL ORBS - MANUAL FIX */
.crystal-ball,
.orb {
backdrop-filter: none !important;
border: none !important;
user-select: none;
-webkit-user-drag: none;
}

.crystal-ball .orb-label,
.orb .orb-label,
.crystal-ball-text,
.orb-text {
color: #FFF4B0 !important;
font-weight: 700;
text-shadow:
0 0 12px rgba(255, 244, 176, 0.55),
0 0 24px rgba(255, 244, 176, 0.35);
pointer-events: auto;
}

.hero-section {
min-height: 65vh !important;
}

section {
margin-bottom: 2rem !important;
padding: 2rem 0 !important;
}

.cosmic-community,
.email-signup,
section:has(input[type="email"]) {
display: none !important;
}

/* Mobile-first responsive breakpoints */
/* Extra small phones (320px - 374px) */
@media (max-width: 374px) {
  /* Very small phones like iPhone SE */
}

/* Small phones (375px - 479px) */
@media (min-width: 375px) and (max-width: 479px) {
  /* iPhone 12/13/14 standard */
}

/* Large phones (480px - 767px) */
@media (min-width: 480px) and (max-width: 767px) {
  /* iPhone Plus, large Android */
}

/* Tablets (768px - 1023px) */
@media (min-width: 768px) and (max-width: 1023px) {
  /* iPad, Android tablets */
}

/* Laptops/Desktops (1024px+) */
@media (min-width: 1024px) {
  /* Desktop experience */
}

/* Mobile performance + interaction helpers */
html {
  -webkit-overflow-scrolling: touch !important;
}

body {
  opacity: 0;
  overscroll-behavior-y: contain;
}

body.loaded {
  opacity: 1;
  transition: opacity 0.3s;
}

button,
.button {
  -webkit-user-select: none !important;
  user-select: none !important;
}

* {
  -webkit-tap-highlight-color: rgba(212, 175, 55, 0.2) !important;
}

/* Mobile typography */
@media (max-width: 768px) {
  body {
    font-size: 16px !important;
    line-height: 1.6 !important;
  }
  h1 {
    font-size: 2rem !important;
    line-height: 1.2 !important;
  }
  h2 {
    font-size: 1.6rem !important;
    line-height: 1.3 !important;
  }
  h3 {
    font-size: 1.3rem !important;
    line-height: 1.4 !important;
  }
  p {
    font-size: 1rem !important;
    line-height: 1.7 !important;
    margin-bottom: 15px !important;
  }
  .small-text {
    font-size: 0.9rem !important;
  }
}

/* Mobile spacing & padding */
@media (max-width: 768px) {
  section {
    padding: 60px 20px !important;
  }
  .container {
    padding: 0 20px !important;
    max-width: 100% !important;
  }
  .row {
    margin: 0 !important;
  }
  .col {
    padding: 0 !important;
  }
}

/* Mobile images */
@media (max-width: 768px) {
  img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .hero-image,
  .feature-image {
    width: 100% !important;
    height: auto !important;
    margin: 20px 0 !important;
  }
}

/* Mobile buttons */
@media (max-width: 768px) {
  button,
  .button,
  .btn {
    min-height: 50px !important;
    padding: 15px 25px !important;
    font-size: 1rem !important;
    width: 100% !important;
    cursor: pointer !important;
    -webkit-tap-highlight-color: rgba(212, 175, 55, 0.2) !important;
  }
  button,
  input[type="submit"],
  input[type="button"] {
    -webkit-appearance: none !important;
    appearance: none !important;
  }
}

/* Homepage hero adjustments */
@media (max-width: 768px) {
  .hero {
    padding: 60px 20px !important;
    min-height: auto !important;
    height: auto !important;
    max-height: none !important;
    gap: 20px !important;
  }
  .hero h1,
  .hero-title {
    font-size: 2rem !important;
    line-height: 1.2 !important;
    margin-bottom: 20px !important;
  }
  .hero .muted,
  .hero-subtitle {
    font-size: 1.1rem !important;
    margin-bottom: 30px !important;
  }
  .hero .button-row .btn,
  .hero-cta-button {
    width: 100% !important;
    padding: 18px 20px !important;
    font-size: 1.1rem !important;
  }
  .cosmic-orb-left,
  .cosmic-orb-right,
  .orb {
    display: flex !important;
    opacity: 0.65 !important;
    filter: none !important;
    width: 80px !important;
    height: 80px !important;
    position: absolute !important;
    z-index: 1 !important;
    margin: 0 !important;
  }

  .cosmic-orb-left {
    top: 100px !important;
    left: 20px !important;
    bottom: auto !important;
  }

  .cosmic-orb-right {
    top: auto !important;
    bottom: 150px !important;
    right: 20px !important;
    left: auto !important;
  }
}

/* Product cards grid */
@media (max-width: 768px) {
  .product-grid,
  .products-grid,
  .compatibility-products-grid,
  .oracle-readings-grid,
  .subscription-grid {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
    padding: 20px !important;
  }
  .product-card,
  .compatibility-product-card,
  .oracle-reading-card {
    max-width: 100% !important;
  }
  .product-card-image {
    height: 250px !important;
  }
  .product-card-title {
    font-size: 1.1rem !important;
  }
  .product-card-description {
    font-size: 0.9rem !important;
    max-height: 60px !important;
    -webkit-line-clamp: 3 !important;
  }
  .compatibility-card-image {
    height: auto !important;
  }
}

/* Shop page */
@media (max-width: 768px) {
  .shop-header,
  .section-title {
    padding: 0 0 20px !important;
  }
  .shop-header h1,
  .section-title h1 {
    font-size: 2rem !important;
  }
  .filters-panel {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
    padding: 16px !important;
  }
  .filters-panel .form-group select,
  .filters-panel .btn {
    width: 100% !important;
  }
}

/* Product detail page */
@media (max-width: 768px) {
  .product-detail {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }
  .product-detail__media {
    margin-bottom: 10px !important;
  }
  .product-gallery img,
  .product-detail__media img {
    height: 400px !important;
    width: 100% !important;
    object-fit: cover !important;
  }
  .product-detail__info h1,
  .product-detail__info .product-title {
    font-size: 1.8rem !important;
  }
  .product-price {
    font-size: 1.8rem !important;
    margin: 20px 0 !important;
  }
  .size-selector,
  .product-meta {
    margin: 20px 0 !important;
  }
  .product-actions .btn {
    width: 100% !important;
  }
  .product-actions .btn-primary {
    padding: 18px !important;
    font-size: 1.2rem !important;
    position: sticky !important;
    bottom: 0 !important;
    z-index: 100 !important;
  }
}

/* Oracle page */
@media (max-width: 768px) {
  .oracle-readings-section {
    padding: 20px !important;
  }
  .readings-grid,
  .oracle-readings-grid {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }
}

/* Cart page */
@media (max-width: 768px) {
  .cart-table thead {
    display: none !important;
  }
  .cart-table tbody tr {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    padding: 12px !important;
    border-bottom: 1px solid var(--border) !important;
  }
  .cart-table td {
    width: 100% !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
  }
  .button-row {
    flex-direction: column !important;
    gap: 12px !important;
  }
  .button-row .btn {
    width: 100% !important;
  }
  .cart-summary {
    width: 100% !important;
    position: sticky !important;
    bottom: 0 !important;
    background: rgba(10, 8, 32, 0.98) !important;
    padding: 20px !important;
    border-top: 2px solid #d4af37 !important;
  }
}

/* Forms */
@media (max-width: 768px) {
  .form-group {
    margin-bottom: 20px !important;
  }
  input,
  textarea,
  select {
    width: 100% !important;
    padding: 15px !important;
    font-size: 16px !important;
    border-radius: 8px !important;
    border: 2px solid rgba(212, 175, 55, 0.3) !important;
    background: rgba(10, 8, 32, 0.5) !important;
    color: #ffffff !important;
  }
  input:focus,
  textarea:focus,
  select:focus {
    border-color: #d4af37 !important;
    outline: none !important;
  }
  label {
    font-size: 1rem !important;
    margin-bottom: 8px !important;
    display: block !important;
  }
.submit-button {
  width: 100% !important;
  padding: 18px !important;
  font-size: 1.1rem !important;
  margin-top: 20px !important;
}
}

.site-header {
  background: rgba(10, 8, 32, 0.95);
  border-bottom: 1px solid rgba(212, 175, 55, 0.2);
  position: sticky;
  top: 0;
  z-index: 1000;
}

.main-nav {
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.logo-link {
  display: flex;
  align-items: center;
  gap: 15px;
  text-decoration: none;
}

.logo-img {
  height: var(--logo-height, 50px);
  width: auto;
}

.brand-name {
  color: #d4af37;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 2px;
}

.nav-links {
  display: flex;
  gap: 30px;
}

.nav-links a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  font-size: 1rem;
  transition: color 0.3s ease;
}

.nav-links a:hover {
  color: #d4af37;
}

/* Desktop: Hide mobile dropdown, show on mobile only */
.mobile-dropdown {
  display: none;
}

/* Desktop: Show nav toggle only on mobile */
.nav-toggle {
  display: none;
}

.site-header.scrolled {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
}

@media (max-width: 768px) {
  .main-nav {
    padding: 10px 15px;
  }

  .logo-img {
    height: 40px !important;
    width: auto !important;
  }

  .brand-name {
    font-size: 1rem;
    letter-spacing: 1px;
  }

  .nav-links {
    display: none;
    flex-direction: column;
    gap: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    background: rgba(10, 8, 32, 0.98);
    padding: 80px 20px 30px;
    z-index: 9998;
    overflow-y: auto;
  }

  .nav-links.active {
    display: flex;
  }

  .nav-links a {
    display: block;
    padding: 18px 20px;
    font-size: 1.2rem;
    color: #ffffff;
    border-bottom: 1px solid rgba(212, 175, 55, 0.2);
    text-decoration: none;
    min-height: 44px;
  }

  .nav-links a:hover,
  .nav-links a:focus {
    color: #d4af37;
    background: rgba(212, 175, 55, 0.1);
  }

  .nav-links a:last-child {
    border-bottom: none;
  }

  /* Hamburger menu button */
  .nav-toggle {
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: rgba(212, 175, 55, 0.15);
    border: 1px solid rgba(212, 175, 55, 0.4);
    border-radius: 8px;
    padding: 8px 12px;
    color: #d4af37;
    font-size: 1.8rem;
    cursor: pointer;
    min-width: 44px;
    min-height: 44px;
    z-index: 9999;
    position: relative;
  }

  .nav-toggle:hover,
  .nav-toggle:focus {
    background: rgba(212, 175, 55, 0.25);
    border-color: #d4af37;
    outline: none;
  }

  /* Close button styling when menu is open */
  .nav-toggle.active {
    position: fixed;
    top: 15px;
    right: 15px;
  }

  /* Mobile dropdown - show on mobile */
  .mobile-dropdown {
    display: block !important;
    border-bottom: 1px solid rgba(212, 175, 55, 0.2);
  }

}

@media (max-width: 768px) {
  nav ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: rgba(15, 23, 42, 0.95);
    flex-direction: column;
    padding: 1rem;
  }

  nav ul.active {
    display: flex !important;
  }

  .hamburger {
    display: block !important;
    cursor: pointer;
    z-index: 1001;
  }

  .nav-toggle {
    display: block !important;
  }
}

.compat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 18px;
  align-items: stretch;
}

@media (max-width: 1100px) {
  .compat-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 640px) {
  .compat-grid {
    grid-template-columns: 1fr !important;
  }
}

.compat-card {
  display: flex;
  flex-direction: column;
  height: 540px;
  border-radius: 16px;
  overflow: hidden;
}

.compat-card__media {
  height: 190px;
  overflow: hidden;
}

.compat-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.compat-card__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 16px 16px 18px;
}

.compat-card__bullets {
  margin-top: 12px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
}

.compat-card__cta {
  margin-top: auto;
}

/* ═══════════════════════════════════════════════════════════
   ENHANCED MOBILE RESPONSIVE STYLES
   Complete mobile-first responsive overhaul
   ═══════════════════════════════════════════════════════════ */

/* CORE MOBILE LAYOUT - screens up to 768px */
@media (max-width: 768px) {
  /* Prevent horizontal scrolling */
  html, body {
    overflow-x: hidden !important;
    width: 100% !important;
    max-width: 100vw !important;
  }

  /* All images must scale properly - except logo which has explicit sizing */
  img:not(.logo-img) {
    max-width: 100% !important;
    height: auto !important;
  }

  /* NAVIGATION - Mobile hamburger menu - Full screen overlay */
  .nav-toggle {
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: rgba(212, 175, 55, 0.15) !important;
    border: 1px solid rgba(212, 175, 55, 0.4) !important;
    border-radius: 8px !important;
    padding: 8px 12px !important;
    color: #d4af37 !important;
    font-size: 1.8rem !important;
    cursor: pointer !important;
    min-width: 44px !important;
    min-height: 44px !important;
    z-index: 10001 !important;
  }

  .nav-toggle.active {
    position: fixed !important;
    top: 15px !important;
    right: 15px !important;
  }

  .nav-links {
    display: none !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 100vh !important;
    background: rgba(10, 8, 32, 0.98) !important;
    flex-direction: column !important;
    padding: 80px 20px 30px !important;
    gap: 0 !important;
    overflow-y: auto !important;
    z-index: 10000 !important;
  }

  .nav-links.active {
    display: flex !important;
  }

  .nav-links a {
    display: block !important;
    padding: 18px 20px !important;
    font-size: 1.2rem !important;
    color: #ffffff !important;
    border-bottom: 1px solid rgba(212, 175, 55, 0.2) !important;
    min-height: 44px !important;
    text-decoration: none !important;
  }

  .nav-links a:hover,
  .nav-links a:focus {
    color: #d4af37 !important;
    background: rgba(212, 175, 55, 0.1) !important;
  }

  .nav-links a:last-child {
    border-bottom: none !important;
  }

  /* Mobile dropdown for Shop categories */
  .mobile-dropdown {
    border-bottom: 1px solid rgba(212, 175, 55, 0.2) !important;
  }

  .dropdown-toggle {
    display: block !important;
    width: 100% !important;
    padding: 18px 20px !important;
    font-size: 1.2rem !important;
    color: #ffffff !important;
    background: transparent !important;
    border: none !important;
    text-align: left !important;
    cursor: pointer !important;
    min-height: 44px !important;
    font-family: inherit !important;
  }

  .dropdown-toggle:hover,
  .dropdown-toggle:focus {
    color: #d4af37 !important;
    background: rgba(212, 175, 55, 0.1) !important;
    outline: none !important;
  }

  .dropdown-content {
    display: none !important;
    padding-left: 20px !important;
    background: rgba(0, 0, 0, 0.2) !important;
  }

  .dropdown-content.active {
    display: block !important;
  }

  .dropdown-content a {
    padding: 14px 20px !important;
    font-size: 1rem !important;
    border-bottom: 1px solid rgba(212, 175, 55, 0.1) !important;
  }

  .dropdown-content a:last-child {
    border-bottom: none !important;
  }

  /* MODAL STYLES - Must fit mobile screens */
  .cosmic-modal {
    padding: 10px !important;
  }

  .modal-content {
    max-width: 100% !important;
    width: calc(100% - 20px) !important;
    max-height: 90vh !important;
    overflow-y: auto !important;
    padding: 25px 20px !important;
    margin: 10px !important;
    border-radius: 16px !important;
  }

  .modal-content.large {
    max-width: 100% !important;
    width: calc(100% - 20px) !important;
  }

  .modal-close {
    top: 10px !important;
    right: 15px !important;
    font-size: 28px !important;
    min-width: 44px !important;
    min-height: 44px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .modal-title {
    font-size: 1.5rem !important;
    padding-right: 40px !important;
  }

  /* Oracle Studio Grid - Stack vertically on mobile */
  .oracle-studio-grid {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }

  .oracle-studio-grid .reading-card {
    max-height: none !important;
  }

  /* TRUST SIGNALS - Stack on mobile */
  .trust-signals {
    padding: 40px 20px !important;
  }

  .trust-container {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 25px !important;
  }

  .trust-item .icon {
    font-size: 36px !important;
  }

  .trust-item .stat {
    font-size: 24px !important;
  }

  .trust-item .label {
    font-size: 12px !important;
  }

  /* FOOTER - Mobile layout */
  .footer {
    padding: 40px 20px !important;
  }

  .footer-content {
    text-align: center !important;
  }

  .footer-links {
    flex-direction: column !important;
    gap: 15px !important;
    align-items: center !important;
  }

  .footer-links a {
    display: block !important;
    padding: 10px !important;
    min-height: 44px !important;
    line-height: 24px !important;
  }

  .footer-social {
    justify-content: center !important;
    margin-bottom: 20px !important;
  }

  .footer-social__link {
    min-width: 44px !important;
    min-height: 44px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  /* CROSS-SELL SECTIONS */
  .cross-sell-compatibility {
    margin: 40px 20px !important;
    padding: 40px 20px !important;
  }

  .cross-sell-content h2 {
    font-size: 1.5rem !important;
  }

  .cross-sell-content p {
    font-size: 1rem !important;
  }

  .cross-sell-btn {
    width: 100% !important;
    padding: 15px 25px !important;
  }

  /* COMPATIBILITY PROMO SECTION */
  .compatibility-promo-section {
    padding: 50px 20px !important;
  }

  .compatibility-promo-container {
    grid-template-columns: 1fr !important;
    gap: 40px !important;
    padding: 0 !important;
  }

  .promo-content h2 {
    font-size: 1.8rem !important;
  }

  .promo-subtitle {
    font-size: 1.1rem !important;
  }

  .promo-description {
    font-size: 1rem !important;
  }

  .promo-features {
    flex-direction: column !important;
    gap: 15px !important;
  }

  .promo-feature {
    justify-content: center !important;
  }

  .promo-cta-group {
    flex-direction: column !important;
    gap: 12px !important;
  }

  .promo-cta-primary,
  .promo-cta-secondary {
    width: 100% !important;
    text-align: center !important;
    padding: 16px 30px !important;
  }

  /* CERTIFICATE MOCKUP - Smaller on mobile */
  .mockup-frame {
    width: 260px !important;
    height: 340px !important;
    padding: 25px !important;
  }

  .score-big {
    font-size: 48px !important;
  }

  .mockup-title {
    font-size: 18px !important;
  }

  /* ORACLE CARDS GRID */
  .oracle-readings-grid,
  .readings-grid {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
    padding: 0 10px !important;
  }

  .oracle-card {
    min-height: auto !important;
  }

  .oracle-card-image {
    height: 200px !important;
  }

  .oracle-card-content {
    padding: 20px 15px !important;
  }

  .oracle-card-title {
    font-size: 1.2rem !important;
  }

  .oracle-card-price {
    font-size: 1.5rem !important;
  }

  .oracle-card-button {
    min-height: 50px !important;
    font-size: 1rem !important;
  }

  /* SUBSCRIPTION GRID */
  .subscription-grid {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }

  .subscription-card {
    min-height: auto !important;
    padding: 25px 20px !important;
  }

  .subscription-card .reading-title {
    font-size: 1.3rem !important;
  }

  .subscription-card .reading-price {
    font-size: 2rem !important;
  }

  /* LIGHT LAMP SECTION */
  .light-lamp-section {
    padding: 40px 20px !important;
  }

  .light-lamp-title {
    font-size: 1.3rem !important;
  }

  .light-lamp-button {
    width: 100% !important;
    justify-content: center !important;
  }

  /* READING DETAIL PAGES */
  .reading-container {
    grid-template-columns: 1fr !important;
    gap: 30px !important;
    padding: 0 !important;
  }

  .reading-hero {
    padding: 40px 20px !important;
  }

  .reading-details h1 {
    font-size: 1.8rem !important;
  }

  .reading-price {
    font-size: 1.5rem !important;
  }

  .whats-included {
    padding: 20px !important;
  }

  .purchase-reading-button {
    min-height: 50px !important;
    font-size: 1rem !important;
  }

  /* PRODUCT MODAL */
  #product-modal .modal-content,
  .product-modal .modal-content {
    width: calc(100% - 20px) !important;
    max-height: 90vh !important;
    overflow-y: auto !important;
  }

  .modal-grid {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }

  .modal-image img {
    max-height: 300px !important;
    object-fit: contain !important;
  }

  .variant-selectors {
    flex-direction: column !important;
    gap: 15px !important;
  }

  .selector-group {
    width: 100% !important;
  }

  .selector-group select {
    width: 100% !important;
    min-height: 44px !important;
  }

  .add-to-cart-btn {
    width: 100% !important;
    min-height: 50px !important;
    font-size: 1rem !important;
  }

  /* FORMS - Mobile friendly */
  .form-group {
    margin-bottom: 20px !important;
  }

  input[type="text"],
  input[type="email"],
  input[type="tel"],
  input[type="number"],
  input[type="date"],
  select,
  textarea {
    width: 100% !important;
    min-height: 50px !important;
    padding: 15px !important;
    font-size: 16px !important; /* Prevents iOS Safari auto-zoom on input focus */
    border-radius: 10px !important;
  }

  /* BUTTONS - Tappable on mobile */
  button,
  .btn,
  input[type="submit"],
  input[type="button"],
  .button {
    min-height: 50px !important;
    padding: 15px 20px !important;
    font-size: 1rem !important;
    -webkit-tap-highlight-color: rgba(212, 175, 55, 0.3) !important;
  }

  /* HERO SECTION */
  .hero {
    padding: 40px 20px !important;
    min-height: auto !important;
    max-height: none !important;
    height: auto !important;
  }

  .hero h1 {
    font-size: 1.8rem !important;
    line-height: 1.2 !important;
  }

  .hero .button-row {
    flex-direction: column !important;
    gap: 12px !important;
  }

  .hero .button-row .btn {
    width: 100% !important;
  }

  /* COSMIC ORBS - Smaller on mobile */
  .cosmic-orb-left,
  .cosmic-orb-right {
    width: 100px !important;
    height: 100px !important;
    position: static !important;
    margin: 10px auto !important;
    opacity: 0.8 !important;
  }

  .conversion-orb__glyph {
    font-size: 28px !important;
  }

  .conversion-orb__label {
    font-size: 10px !important;
  }

  /* PRODUCTS SECTION - Account for orbs */
  .products-section {
    padding: 60px 20px 40px !important;
  }

  /* CARD COMPONENT */
  .card {
    padding: 20px 15px !important;
  }

  /* FREE ORACLE ENTRY */
  .free-oracle-card {
    padding: 25px 20px !important;
  }

  .free-oracle-copy h2 {
    font-size: 1.5rem !important;
  }

  .free-oracle-entry .button-row {
    flex-direction: column !important;
  }

  .btn-compact {
    width: 100% !important;
    min-width: auto !important;
  }

  /* CELESTIAL WARDROBE */
  .celestial-wardrobe-section {
    padding: 50px 20px !important;
  }

  .wardrobe-grid {
    grid-template-columns: 1fr !important;
    gap: 25px !important;
  }

  .wardrobe-product-info {
    padding: 20px !important;
  }

  .wardrobe-product-name {
    font-size: 1.2rem !important;
  }

  .wardrobe-shop-button {
    min-height: 50px !important;
  }

  /* ORACLE WIDGET PANEL */
  .oracle-widget-panel,
  #oracle-panel {
    width: calc(100% - 20px) !important;
    max-width: none !important;
    right: 10px !important;
    left: 10px !important;
    bottom: 10px !important;
    max-height: 80vh !important;
  }

  .oracle-content {
    max-height: calc(80vh - 100px) !important;
    overflow-y: auto !important;
  }
}

/* EXTRA SMALL PHONES - screens up to 374px (iPhone SE, small Android) */
@media (max-width: 374px) {
  .hero h1 {
    font-size: 1.5rem !important;
  }

  .section-title h2 {
    font-size: 1.4rem !important;
  }

  .trust-container {
    grid-template-columns: 1fr !important;
  }

  .mockup-frame {
    width: 220px !important;
    height: 290px !important;
    padding: 20px !important;
  }

  .score-big {
    font-size: 36px !important;
  }

  .modal-content {
    padding: 20px 15px !important;
  }

  .oracle-card-image {
    height: 180px !important;
  }

  .main-nav {
    padding: 12px 15px !important;
  }

  .brand-name {
    font-size: 1rem !important;
    letter-spacing: 1px !important;
  }

  .logo-img {
    height: 35px !important;
  }
}

/* TABLETS - 768px to 1024px */
@media (min-width: 769px) and (max-width: 1024px) {
  .nav-toggle {
    display: flex !important;
  }

  .nav-links {
    position: fixed !important;
    top: 70px !important;
    left: 0 !important;
    right: 0 !important;
    background: rgba(10, 8, 32, 0.98) !important;
    flex-direction: column !important;
    padding: 20px !important;
    transform: translateY(-100%) !important;
    opacity: 0 !important;
    pointer-events: none !important;
    transition: transform 0.3s ease, opacity 0.3s ease !important;
    z-index: 1001 !important;
  }

  .nav-links.active {
    transform: translateY(0) !important;
    opacity: 1 !important;
    pointer-events: auto !important;
  }

  .oracle-readings-grid,
  .readings-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .subscription-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .trust-container {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .compatibility-promo-container {
    grid-template-columns: 1fr !important;
  }

  .reading-container {
    grid-template-columns: 1fr !important;
  }
}

/* TOUCH DEVICE OPTIMIZATIONS */
@media (hover: none) and (pointer: coarse) {
  /* Ensure touch targets are at least 44px */
  a, button, input, select, textarea,
  .btn, .button, [role="button"] {
    min-height: 44px !important;
  }

  /* Remove hover effects that don't make sense on touch */
  .product-card:hover,
  .oracle-card:hover,
  .reading-card:hover {
    transform: none !important;
  }

  /* Keep active state for feedback */
  .product-card:active,
  .oracle-card:active,
  .reading-card:active {
    transform: scale(0.98) !important;
  }
}

/* LANDSCAPE MODE ON MOBILE */
@media (max-width: 896px) and (orientation: landscape) {
  .hero {
    min-height: 60vh !important;
    padding: 30px 20px !important;
  }

  .modal-content {
    max-height: 85vh !important;
  }

  .nav-links {
    max-height: 70vh !important;
  }
}

/* PRINT STYLES - Prevent issues */
@media print {
  .nav-toggle,
  .cosmic-orb-left,
  .cosmic-orb-right,
  .modal-content,
  .cosmic-modal {
    display: none !important;
  }
}

/* ═══════════════════════════════════════════════════════════
   LUXURY MOBILE OPTIMIZATION - CRITICAL FIX
   Matches desktop elegance on mobile devices
   ═══════════════════════════════════════════════════════════ */

@media (max-width: 768px) {
  /* ═══ HERO SECTION - "WHY LYRĪON ATELIER" CARD ═══ */
  .hero {
    padding: 50px 20px !important;
    min-height: auto !important;
    height: auto !important;
    max-height: none !important;
    gap: 30px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
  }

  .hero-content {
    display: flex !important;
    flex-direction: column !important;
    gap: 30px !important;
    width: 100% !important;
  }

  .hero h1 {
    font-size: 1.75rem !important;
    line-height: 1.25 !important;
    margin-bottom: 15px !important;
    text-align: center !important;
  }

  .hero p {
    font-size: 1rem !important;
    line-height: 1.6 !important;
    text-align: center !important;
    margin-bottom: 20px !important;
  }

  .hero .eyebrow {
    text-align: center !important;
    display: block !important;
    margin-bottom: 10px !important;
  }

  /* ═══ "WHY LYRĪON ATELIER" CARD - LUXURY STYLING ═══ */
  .hero .card {
    background: linear-gradient(160deg, rgba(30, 41, 59, 0.95) 0%, rgba(36, 48, 74, 0.95) 100%) !important;
    border: 1px solid rgba(212, 175, 55, 0.3) !important;
    border-radius: 16px !important;
    padding: 25px 20px !important;
    margin: 10px 0 !important;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4) !important;
  }

  .hero .card h3 {
    font-size: 1.3rem !important;
    color: #d4af37 !important;
    margin-bottom: 20px !important;
    text-align: center !important;
    letter-spacing: 1px !important;
  }

  /* ═══ BULLET POINTS - CLEAN PROFESSIONAL SPACING ═══ */
  .hero .card ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 18px !important;
  }

  .hero .card ul li {
    font-size: 0.95rem !important;
    line-height: 1.6 !important;
    color: rgba(255, 255, 255, 0.95) !important;
    padding: 12px 15px !important;
    background: rgba(255, 255, 255, 0.04) !important;
    border-radius: 10px !important;
    border-left: 3px solid rgba(212, 175, 55, 0.5) !important;
    margin: 0 !important;
    display: flex !important;
    align-items: flex-start !important;
    gap: 12px !important;
  }

  /* ═══ HERO BUTTON ROW - CENTERED & PROFESSIONAL ═══ */
  .hero .button-row {
    display: flex !important;
    flex-direction: column !important;
    gap: 15px !important;
    width: 100% !important;
    margin-top: 25px !important;
    align-items: center !important;
  }

  .hero .button-row .btn {
    width: 100% !important;
    max-width: 350px !important;
    min-height: 54px !important;
    padding: 16px 30px !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    border-radius: 12px !important;
    text-align: center !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .hero .button-row .btn-primary {
    background: linear-gradient(135deg, #d4af37, #b8941f) !important;
    color: #0f0c29 !important;
    border: none !important;
    box-shadow: 0 8px 25px rgba(212, 175, 55, 0.35) !important;
  }

  .hero .button-row .btn-outline {
    background: transparent !important;
    border: 2px solid rgba(212, 175, 55, 0.6) !important;
    color: #d4af37 !important;
  }

  /* ═══ COSMIC ORBS - REPOSITIONED FOR MOBILE ═══ */
  .products-section {
    position: relative !important;
    padding-top: 100px !important;
  }

  .cosmic-orb-left,
  .cosmic-orb-right {
    position: absolute !important;
    width: 90px !important;
    height: 90px !important;
    opacity: 0.9 !important;
    z-index: 50 !important;
    top: 15px !important;
    padding: 12px !important;
  }

  .cosmic-orb-left {
    left: 15px !important;
    right: auto !important;
  }

  .cosmic-orb-right {
    right: 15px !important;
    left: auto !important;
  }

  .conversion-orb__glyph {
    font-size: 24px !important;
    margin-bottom: 5px !important;
  }

  .conversion-orb__label {
    font-size: 9px !important;
    line-height: 1.2 !important;
  }

  /* ═══ SECTION TITLE - LUXURY APPEARANCE ═══ */
  .section-title {
    padding: 0 15px 30px !important;
    text-align: center !important;
  }

  .section-title h2 {
    font-size: 1.75rem !important;
    margin-bottom: 15px !important;
    line-height: 1.3 !important;
  }

  .section-title .muted {
    font-size: 1rem !important;
    line-height: 1.6 !important;
  }

  /* ═══ PRODUCT CARDS - PROFESSIONAL MOBILE LAYOUT ═══ */
  .product-grid,
  #featured-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 25px !important;
    padding: 20px !important;
  }

  .product-card {
    border-radius: 16px !important;
    overflow: hidden !important;
    max-width: 100% !important;
  }

  .product-card-image {
    height: 280px !important;
    object-fit: cover !important;
  }

  .product-card-content {
    padding: 20px !important;
  }

  .product-card-title {
    font-size: 1.15rem !important;
    margin-bottom: 12px !important;
  }

  .product-card-description {
    font-size: 0.9rem !important;
    line-height: 1.5 !important;
    margin-bottom: 15px !important;
  }

  .product-card-buttons {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
  }

  .product-card-buttons .view-button,
  .product-card-buttons .add-to-cart-button {
    width: 100% !important;
    min-height: 50px !important;
    padding: 14px 20px !important;
    font-size: 1rem !important;
    border-radius: 10px !important;
  }

  /* ═══ FREE ORACLE SECTION - CLEAN LAYOUT ═══ */
  .free-oracle-entry {
    padding: 40px 15px !important;
  }

  .free-oracle-card {
    padding: 30px 20px !important;
    border-radius: 20px !important;
  }

  .free-oracle-copy h2 {
    font-size: 1.5rem !important;
    line-height: 1.3 !important;
    margin-bottom: 15px !important;
  }

  .free-oracle-copy .muted {
    font-size: 0.95rem !important;
    line-height: 1.6 !important;
    margin-bottom: 25px !important;
  }

  .free-oracle-entry .button-row {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    width: 100% !important;
  }

  .free-oracle-entry .button-row .btn {
    width: 100% !important;
    min-height: 50px !important;
  }

  /* ═══ COMPATIBILITY PROMO SECTION ═══ */
  .compatibility-promo-section {
    padding: 50px 20px !important;
  }

  .compatibility-promo-container {
    display: flex !important;
    flex-direction: column !important;
    gap: 40px !important;
  }

  .promo-content {
    text-align: center !important;
  }

  .promo-content h2 {
    font-size: 1.6rem !important;
    line-height: 1.3 !important;
    margin-bottom: 15px !important;
  }

  .promo-subtitle {
    font-size: 1.05rem !important;
    margin-bottom: 20px !important;
  }

  .promo-description {
    font-size: 0.95rem !important;
    line-height: 1.7 !important;
    margin-bottom: 25px !important;
  }

  .promo-features {
    display: flex !important;
    flex-direction: column !important;
    gap: 15px !important;
    margin-bottom: 30px !important;
  }

  .promo-feature {
    justify-content: center !important;
    padding: 10px !important;
    background: rgba(255, 255, 255, 0.03) !important;
    border-radius: 8px !important;
  }

  .promo-cta-group {
    display: flex !important;
    flex-direction: column !important;
    gap: 15px !important;
  }

  .promo-cta-primary,
  .promo-cta-secondary {
    width: 100% !important;
    min-height: 50px !important;
    padding: 16px 25px !important;
    text-align: center !important;
    border-radius: 12px !important;
    font-size: 1rem !important;
  }

  /* ═══ CERTIFICATE MOCKUP ═══ */
  .promo-visual {
    display: flex !important;
    justify-content: center !important;
  }

  .mockup-frame {
    width: 280px !important;
    height: 360px !important;
    padding: 25px !important;
  }

  .mockup-title {
    font-size: 16px !important;
  }

  .score-big {
    font-size: 48px !important;
  }

  /* ═══ FOOTER - MOBILE FRIENDLY ═══ */
  .footer {
    padding: 50px 20px !important;
  }

  .footer-content {
    text-align: center !important;
  }

  .footer-social {
    display: flex !important;
    justify-content: center !important;
    gap: 20px !important;
    margin-bottom: 25px !important;
  }

  .footer-social__link {
    width: 50px !important;
    height: 50px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50% !important;
    background: rgba(212, 175, 55, 0.1) !important;
    transition: all 0.3s ease !important;
  }

  .footer-links {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    margin-bottom: 25px !important;
  }

  .footer-links a {
    padding: 12px !important;
    font-size: 0.95rem !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
  }

  .footer-links a:last-child {
    border-bottom: none !important;
  }

  /* ═══ GENERAL BUTTON STYLES - TOUCH FRIENDLY ═══ */
  button,
  .btn,
  input[type="submit"],
  input[type="button"] {
    min-height: 44px !important; /* iOS Human Interface Guidelines */
    cursor: pointer !important;
    -webkit-tap-highlight-color: rgba(212, 175, 55, 0.25) !important;
  }

  /* ═══ FORM INPUTS - PROPERLY SIZED ═══ */
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  input[type="search"],
  select,
  textarea {
    min-height: 44px !important;
    padding: 12px 16px !important;
    font-size: 16px !important; /* Prevents iOS zoom */
    border-radius: 10px !important;
  }

  /* ═══ GENERAL SPACING REFINEMENTS ═══ */
  section {
    padding: 50px 20px !important;
  }

  .container {
    padding: 0 15px !important;
  }

  /* ═══ TRUST SIGNALS - 2x2 GRID ═══ */
  .trust-signals {
    padding: 40px 15px !important;
  }

  .trust-container {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 20px !important;
  }

  .trust-item {
    padding: 15px 10px !important;
    text-align: center !important;
  }

  .trust-item .icon {
    font-size: 32px !important;
    margin-bottom: 10px !important;
  }

  .trust-item .stat {
    font-size: 1.3rem !important;
    margin-bottom: 5px !important;
  }

  .trust-item .label {
    font-size: 0.75rem !important;
    letter-spacing: 0.5px !important;
  }
}

/* ═══ EXTRA SMALL PHONES - ADDITIONAL HERO CARD STYLES (320px - 374px) ═══ */
@media (max-width: 374px) {
  /* Hero card specific styles for extra small screens */
  .hero .card {
    padding: 20px 15px !important;
  }

  .hero .card h3 {
    font-size: 1.15rem !important;
  }

  .hero .card ul li {
    font-size: 0.9rem !important;
    padding: 10px 12px !important;
  }

  .hero .button-row .btn {
    min-height: 44px !important;
    font-size: 0.95rem !important;
    padding: 14px 20px !important;
  }

  /* Cosmic orbs - smaller on extra small screens */
  .cosmic-orb-left,
  .cosmic-orb-right {
    width: 75px !important;
    height: 75px !important;
  }

  .conversion-orb__glyph {
    font-size: 20px !important;
  }

  .conversion-orb__label {
    font-size: 8px !important;
  }

  /* Additional heading adjustments */
  .free-oracle-copy h2 {
    font-size: 1.3rem !important;
  }

  .promo-content h2 {
    font-size: 1.4rem !important;
  }
}
