/* ═══════════════════════════════════════════════════════════════
   ORA TAROT — PREMIUM MYSTICAL CSS
   Astrology / Tarot Reader Portfolio
   ═══════════════════════════════════════════════════════════════ */

/* ─── DESIGN TOKENS ─────────────────────────────────────────── */
:root {
  /* Backgrounds */
  --bg-main:        #04050f;
  --bg-alt:         #080a1c;
  --bg-soft:        #0e1024;
  --bg-card:        rgba(10, 12, 28, 0.97);

  /* Borders */
  --border-subtle:  rgba(255, 255, 255, 0.07);
  --border-glow:    rgba(168, 85, 247, 0.25);

  /* Accent palette */
  --gold:           #f3cf7a;
  --gold-dim:       rgba(243, 207, 122, 0.10);
  --gold-mid:       rgba(243, 207, 122, 0.35);
  --violet:         #c28cff;
  --violet-dim:     rgba(194, 140, 255, 0.08);
  --purple:         #a855f7;
  --indigo:         #6366f1;
  --danger:         #ff647c;

  /* Shared accent used in blog / payment / admin UI */
  --accent:         #c6a75e;
  --accent-soft:    rgba(198, 167, 94, 0.14);

  /* Typography */
  --text-main:      #f0edff;
  --text-muted:     #9b9bbf;
  --text-soft:      #6e6e96;

  /* Radius */
  --radius-xl:      28px;
  --radius-lg:      20px;
  --radius-md:      14px;
  --radius-sm:      10px;
  --radius-pill:    999px;

  /* Shadows */
  --shadow-card:    0 28px 80px rgba(0, 0, 0, 0.80);
  --shadow-glow:    0 0 50px rgba(168, 85, 247, 0.35);
  --shadow-gold:    0 0 30px rgba(243, 207, 122, 0.30);

  /* Easing */
  --ease-spring:    cubic-bezier(0.34, 1.56, 0.64, 1);
  --ease-out:       cubic-bezier(0.16, 1, 0.3, 1);

  /* Layout */
  --container-width: min(1120px, 100% - 3rem);
  --tap-min:        44px;

  /* Gradient definitions */
  --grad-gold:      linear-gradient(135deg, #f3cf7a 0%, #fde9a2 50%, #c28cff 100%);
  --grad-cta:       linear-gradient(135deg, #a855f7 0%, #6366f1 100%);
  --grad-card:      linear-gradient(155deg, rgba(25, 18, 48, 0.98) 0%, rgba(10, 12, 28, 0.99) 100%);
  --grad-hero:      linear-gradient(135deg, rgba(168,85,247,0.12), rgba(99,102,241,0.08));
}

/* ─── RESET & BASE ───────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; }

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
}

html, body { margin: 0; padding: 0; }

body {
  font-family: "Poppins", system-ui, -apple-system, "Segoe UI", sans-serif;
  background: #04050f;
  background-image:
    radial-gradient(ellipse 80% 50% at 50% -10%, rgba(106, 98, 255, 0.18) 0%, transparent 60%),
    radial-gradient(ellipse 60% 40% at 100% 50%, rgba(168, 85, 247, 0.10) 0%, transparent 55%),
    radial-gradient(ellipse 70% 40% at 0% 80%, rgba(99, 102, 241, 0.08) 0%, transparent 55%);
  background-attachment: fixed;
  color: var(--text-main);
  min-height: 100vh;
  line-height: 1.65;
  font-size: 16px;
  max-width: 100vw;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Premium noise texture overlay */
body::after {
  content: '';
  position: fixed;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.03'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 0;
  opacity: 0.3;
}

img  { max-width: 100%; height: auto; display: block; }
a    { color: inherit; text-decoration: none; }

/* ─── LAYOUT ─────────────────────────────────────────────────── */
.container {
  width: var(--container-width);
  max-width: 100%;
  margin: 0 auto;
  padding: 0 1rem;
  min-width: 0;
}

@media (min-width: 481px) { .container { padding: 0 1.25rem; } }
@media (min-width: 769px) { .container { padding: 0 1.5rem;  } }

.section, .section-alt, .section-highlight {
  padding: 5.5rem 0;
  position: relative;
}

.section-alt {
  background: radial-gradient(ellipse 80% 50% at 50% 0%, rgba(20, 18, 46, 0.8) 0%, transparent 70%);
}

.section-highlight {
  background: radial-gradient(ellipse 80% 60% at 50% 0%, rgba(38, 28, 72, 0.75) 0%, transparent 70%);
  padding: 3rem 0 5.5rem;
}

@media (max-width: 768px) {
  .section, .section-alt, .section-highlight { padding: 3.5rem 1rem; }
  .section-highlight { padding: 2.5rem 1rem 3.5rem; }
}

/* ─── SECTION HEADER ─────────────────────────────────────────── */
.section-header {
  max-width: 620px;
  margin: 0 auto 3.5rem;
  text-align: center;
}

.section-header h2 {
  font-family: "Marcellus", "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: 0.04em;
  margin-bottom: 0.85rem;
  font-size: clamp(1.9rem, 3.2vw, 2.5rem);
  line-height: 1.25;
  background: linear-gradient(160deg, #fff 20%, var(--violet) 80%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-header p {
  color: var(--text-muted);
  font-size: 0.975rem;
  line-height: 1.7;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  font-size: 0.68rem;
  font-weight: 600;
  color: var(--gold);
  margin-bottom: 0.85rem;
}

.eyebrow::before,
.eyebrow::after {
  content: "";
  display: block;
  width: 22px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-mid));
}
.eyebrow::after { background: linear-gradient(90deg, var(--gold-mid), transparent); }

/* ─── STARFIELD ──────────────────────────────────────────────── */
.star-particles {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.star-particles::before,
.star-particles::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(1px   1px   at  15% 12%, rgba(255,255,255,0.90), transparent),
    radial-gradient(1px   1px   at  72%  8%, rgba(255,255,255,0.75), transparent),
    radial-gradient(1.5px 1.5px at  45% 22%, var(--violet),           transparent),
    radial-gradient(1px   1px   at  88% 35%, rgba(255,255,255,0.65), transparent),
    radial-gradient(1.5px 1.5px at  28% 55%, var(--gold),             transparent),
    radial-gradient(1px   1px   at  62% 68%, rgba(255,255,255,0.80), transparent),
    radial-gradient(1px   1px   at   5% 82%, rgba(255,255,255,0.55), transparent),
    radial-gradient(1.5px 1.5px at  95% 75%, var(--violet),           transparent),
    radial-gradient(1px   1px   at  38% 90%, rgba(255,255,255,0.70), transparent),
    radial-gradient(1px   1px   at  80% 95%, rgba(255,255,255,0.60), transparent);
  background-size: 400px 400px;
  animation: stars-drift 90s linear infinite;
  opacity: 0.55;
}

.star-particles::after {
  background-size: 260px 260px;
  animation-duration: 60s;
  animation-direction: reverse;
  opacity: 0.3;
}

@keyframes stars-drift {
  from { transform: translateY(0)   rotate(0deg); }
  to   { transform: translateY(-400px) rotate(3deg); }
}

/* ─── SITE HEADER ────────────────────────────────────────────── */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  background: rgba(4, 5, 15, 0.72);
  border-bottom: 1px solid rgba(168, 85, 247, 0.12);
  transition: background 0.5s ease, border-color 0.5s ease, box-shadow 0.5s ease;
}

.site-header.scrolled {
  background: rgba(4, 5, 15, 0.92);
  border-bottom-color: rgba(168, 85, 247, 0.25);
  box-shadow: 0 4px 40px rgba(0, 0, 0, 0.65), 0 1px 0 rgba(168,85,247,0.08);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.85rem 0;
  gap: 1.5rem;
}

/* Brand */
.brand { display: flex; align-items: center; gap: 0.75rem; }

.brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 30%;
  background: conic-gradient(from 200deg, #f3cf7a, #c28cff 40%, #6962ff 70%, #f3cf7a);
  display: grid;
  place-items: center;
  font-family: "Marcellus", serif;
  font-size: 1.05rem;
  letter-spacing: 0.08em;
  color: #0a0214;
  box-shadow:
    0 0 20px rgba(243, 207, 122, 0.45),
    0 0 50px rgba(194, 140, 255, 0.20);
  flex-shrink: 0;
  transition: box-shadow 0.4s ease, transform 0.4s var(--ease-spring);
  animation: brandGlow 4s ease-in-out infinite;
}

@keyframes brandGlow {
  0%, 100% { box-shadow: 0 0 20px rgba(243,207,122,0.45), 0 0 50px rgba(194,140,255,0.20); }
  50%      { box-shadow: 0 0 28px rgba(243,207,122,0.55), 0 0 60px rgba(194,140,255,0.28); }
}

.brand:hover .brand-mark {
  transform: rotate(-8deg) scale(1.08);
  box-shadow: 0 0 30px rgba(243, 207, 122, 0.65), 0 0 60px rgba(194, 140, 255, 0.30);
}

.brand-text { display: flex; flex-direction: column; gap: 1px; }

.brand-name    { font-weight: 600; font-size: 0.96rem; letter-spacing: 0.01em; }
.brand-tagline { font-size: 0.72rem; color: var(--text-soft); letter-spacing: 0.02em; }

/* Nav */
.nav { display: flex; align-items: center; gap: 1.5rem; }

.nav-links {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 1.8rem;
  font-size: 0.84rem;
}

.nav-links a {
  color: var(--text-soft);
  transition: color 0.25s ease;
  position: relative;
  padding-bottom: 3px;
  letter-spacing: 0.01em;
}

.nav-links a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--grad-gold);
  transition: width 0.3s var(--ease-out);
  border-radius: 999px;
}

.nav-links a:hover        { color: #fff; }
.nav-links a:hover::after { width: 100%; }

/* Mobile nav toggle */
.nav-toggle {
  display: none;
  width: var(--tap-min);
  min-width: var(--tap-min);
  height: var(--tap-min);
  border-radius: 12px;
  border: 1px solid rgba(168, 85, 247, 0.22);
  background: rgba(10, 12, 28, 0.85);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  padding: 0;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.nav-toggle:hover { border-color: rgba(168, 85, 247, 0.50); }

.nav-toggle span {
  width: 18px;
  height: 1.5px;
  background: #fff;
  border-radius: 999px;
  transition: transform 0.22s ease, opacity 0.22s ease, width 0.22s ease;
}

.nav-open .nav-toggle span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.nav-open .nav-toggle span:nth-child(2) { opacity: 0; width: 0; }
.nav-open .nav-toggle span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

.nav-open .nav-links {
  max-height: 380px;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

/* ─── HERO ───────────────────────────────────────────────────── */
.hero {
  position: relative;
  padding: 7rem 0 5.5rem;
  overflow: hidden;
}

/* Atmospheric glows */
.hero::before {
  content: "";
  position: absolute;
  inset: -60% -30%;
  background:
    radial-gradient(circle at 12%  -8%,  rgba(243,207,122,0.18) 0%, transparent 40%),
    radial-gradient(circle at 88%   2%,  rgba(194,140,255,0.28) 0%, transparent 45%),
    radial-gradient(circle at 50% 110%,  rgba(99,102,241,0.15)  0%, transparent 40%);
  z-index: -1;
  pointer-events: none;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at top, rgba(6,7,22,0.05), #030410 72%);
  z-index: -1;
  pointer-events: none;
}

.hero-inner {
  display: grid;
  gap: 3rem;
  align-items: center;
}

@media (min-width: 992px) {
  .hero-inner {
    grid-template-columns: 1.15fr 0.85fr;
    gap: 5rem;
  }
}

/* Hero copy */
.hero-copy h1 {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-size: clamp(2.4rem, 4.5vw, 3.1rem);
  letter-spacing: 0.04em;
  line-height: 1.2;
  margin: 0 0 1rem;
  background: linear-gradient(150deg, #fff 10%, rgba(255,255,255,0.88) 40%, var(--violet) 80%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0;
  transform: translateY(24px);
  animation: hero-fade-up 0.7s var(--ease-out) forwards;
}

.hero-subtitle {
  color: var(--text-muted);
  font-size: 0.975rem;
  max-width: 34rem;
  margin-bottom: 0;
  line-height: 1.75;
  opacity: 0;
  transform: translateY(24px);
  animation: hero-fade-up 0.7s var(--ease-out) forwards;
  animation-delay: 0.15s;
}

.hero-subtitle .highlight {
  color: #fff;
  font-weight: 500;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin: 1.75rem 0 1.25rem;
  opacity: 0;
  transform: translateY(24px);
  animation: hero-fade-up 0.7s var(--ease-out) forwards;
  animation-delay: 0.3s;
}

@keyframes hero-fade-up {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  font-size: 0.77rem;
  color: var(--text-soft);
}

.hero-meta span {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.3rem 0.75rem;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(10, 12, 28, 0.65);
  backdrop-filter: blur(6px);
  letter-spacing: 0.01em;
}

/* Hero card / portrait side */
.hero-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  z-index: 1;
}

.hero-portrait {
  position: relative;
  width: min(380px, 100%);
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid rgba(168, 85, 247, 0.30);
  box-shadow:
    0 0 0 1px rgba(243, 207, 122, 0.10),
    0 0 40px rgba(168, 85, 247, 0.22),
    0 24px 70px rgba(0, 0, 0, 0.65);
  background: radial-gradient(circle, rgba(243,207,122,0.10) 0%, transparent 70%);
  transition: transform 0.5s var(--ease-spring), box-shadow 0.5s ease;
  will-change: transform, box-shadow;
}

.hero-portrait:hover {
  transform: scale(1.025) translateY(-4px);
  box-shadow:
    0 0 0 1px rgba(243, 207, 122, 0.18),
    0 0 60px rgba(168, 85, 247, 0.38),
    0 32px 80px rgba(0, 0, 0, 0.70);
}

.portrait-img { width: 100%; height: 100%; object-fit: cover; }

/* Floating orbs */
.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(55px);
  opacity: 0;
  mix-blend-mode: screen;
  pointer-events: none;
  animation: orb-pulse 8s ease-in-out infinite;
  will-change: transform, opacity;
}

.orb-1 {
  width: 280px; height: 280px;
  background: radial-gradient(circle, rgba(168,85,247,0.7), transparent 70%);
  top: -15%; right: -15%;
  animation-delay: 0s;
}

.orb-2 {
  width: 220px; height: 220px;
  background: radial-gradient(circle, rgba(99,102,241,0.6), transparent 70%);
  bottom: 5%; left: -18%;
  animation-delay: -4s;
}

@keyframes orb-pulse {
  0%, 100% { opacity: 0.35; transform: scale(1); }
  50%       { opacity: 0.55; transform: scale(1.12); }
}

/* Reading card */
.reading-card {
  position: relative;
  width: 100%;
  max-width: 340px;
  padding: 1.5rem 1.6rem 1.7rem;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(168, 85, 247, 0.20);
  background: var(--grad-card);
  box-shadow: var(--shadow-card), 0 0 0 1px rgba(255,255,255,0.04) inset;
  backdrop-filter: blur(16px);
  margin-top: -2.5rem;
  transition: box-shadow 0.4s ease, border-color 0.4s ease;
}

.reading-card:hover {
  border-color: rgba(168, 85, 247, 0.38);
  box-shadow: var(--shadow-card), var(--shadow-glow);
}

/* Hero portrait info */
.hero-portrait-info {
  text-align: center;
  z-index: 10;
  width: 100%;
  position: relative;
}

.hero-portrait-info h3 {
  font-family: "Marcellus", serif;
  font-size: 1.85rem;
  margin: 0;
  font-weight: 400;
  letter-spacing: 0.05em;
  background: linear-gradient(90deg, #fff 0%, #c084fc 38%, #fbbf24 62%, #fff 100%);
  background-size: 250% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shimmer 4s linear infinite;
}

.hero-portrait-info p {
  font-size: 0.92rem;
  color: #c2acff;
  margin: 0.3rem 0 0;
  letter-spacing: 0.025em;
  opacity: 0;
  animation: fade-up 1s ease forwards 0.7s;
}

@keyframes shimmer {
  from { background-position: 250% center; }
  to   { background-position: -250% center; }
}

@keyframes fade-up {
  from { opacity: 0; transform: translateY(12px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ─── TRUST BAR ──────────────────────────────────────────────── */
.trust { padding: 1.5rem 0 0.5rem; }

.trust-inner {
  text-align: center;
  color: var(--text-soft);
  font-size: 0.78rem;
  letter-spacing: 0.01em;
}

.trust-badges {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 0.75rem;
}

.trust-badges span {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.28rem 0.75rem;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(10, 12, 28, 0.75);
  font-size: 0.73rem;
  letter-spacing: 0.02em;
  transition: border-color 0.25s ease, background 0.25s ease;
}

.trust-badges span:hover {
  border-color: rgba(243, 207, 122, 0.30);
  background: rgba(243, 207, 122, 0.05);
}

/* ─── CARDS ──────────────────────────────────────────────────── */
.card {
  border-radius: var(--radius-lg);
  background: var(--bg-card);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid var(--border-subtle);
  padding: 1.75rem;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.75);
  transition: border-color 0.35s ease, box-shadow 0.35s ease, transform 0.4s var(--ease-out);
  position: relative;
  overflow: hidden;
}

.card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 10%;
  right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(194,140,255,0.25), transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.card:hover {
  border-color: rgba(168, 85, 247, 0.28);
  transform: translateY(-5px);
  box-shadow: 0 24px 70px rgba(0,0,0,0.80), 0 0 40px rgba(168,85,247,0.06);
}

.card:hover::before {
  opacity: 1;
}

.grid { display: grid; gap: 1.6rem; }

/* ─── SERVICE CARDS ──────────────────────────────────────────── */
.service-card {
  padding: 2.25rem 2rem;
  background: var(--grad-card);
  border: 1px solid rgba(168, 85, 247, 0.12);
  border-radius: var(--radius-lg);
  position: relative;
  overflow: hidden;
  transition:
    transform   0.45s var(--ease-spring),
    box-shadow  0.45s ease,
    border-color 0.35s ease;
}

/* Subtle glimmer on top edge */
.service-card::before {
  content: "";
  position: absolute;
  top: 0; left: 10%; right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(194,140,255,0.45), transparent);
  transition: opacity 0.3s ease;
  opacity: 0;
}

/* Soft internal glow on hover */
.service-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(168,85,247,0.06), transparent 65%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.service-card:hover {
  transform: translateY(-8px);
  border-color: rgba(168, 85, 247, 0.40);
  box-shadow:
    -8px 0 24px rgba(168, 85, 247, 0.12),
    0 24px 50px rgba(0, 0, 0, 0.50),
    0 0 60px rgba(168,85,247,0.06);
}

.service-card:hover::before { opacity: 1; }
.service-card:hover::after  { opacity: 1; }

.service-card h3 {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-size: 1.3rem;
  margin: 0 0 0.35rem;
  background: var(--grad-gold);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.02em;
}

.service-tagline {
  font-size: 0.88rem;
  color: var(--text-muted);
  margin-bottom: 1rem;
  line-height: 1.6;
}

.service-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.2rem;
  font-size: 0.85rem;
  color: var(--text-main);
}

.service-list li {
  padding-left: 1.15rem;
  position: relative;
  margin-bottom: 0.4rem;
  color: var(--text-muted);
}

.service-list li::before {
  content: "✦";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0.55rem;
  color: var(--gold);
  line-height: 1.85;
}

.service-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  font-size: 0.76rem;
  color: var(--text-soft);
}

.service-meta span {
  padding: 0.22rem 0.6rem;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(10, 12, 28, 0.90);
}

@media (min-width: 768px) {
  .services-grid     { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .testimonials-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

/* ─── ABOUT ──────────────────────────────────────────────────── */
.about-grid {
  display: grid;
  gap: 2.5rem;
  align-items: flex-start;
}

@media (min-width: 900px) {
  .about-grid { grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.85fr); }
}

.about-content h2 {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-size: clamp(1.75rem, 2.8vw, 2.15rem);
  margin: 0 0 0.9rem;
  line-height: 1.25;
}

.about-content p {
  color: var(--text-muted);
  font-size: 0.945rem;
  line-height: 1.75;
}

.about-content p + p { margin-top: 0.65rem; }

.about-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.5rem;
  font-size: 0.78rem;
}

.about-highlights span {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.32rem 0.75rem;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(10, 12, 28, 0.80);
  color: var(--text-soft);
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.about-highlights span:hover {
  border-color: var(--gold-mid);
  color: var(--gold);
  background: var(--gold-dim);
}

.about-card h3 {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-size: 1.1rem;
  margin: 0 0 0.9rem;
}

.about-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0.9rem;
  font-size: 0.9rem;
}

.about-card li {
  padding-left: 1.15rem;
  position: relative;
  margin-bottom: 0.45rem;
  color: var(--text-muted);
}

.about-card li::before {
  content: "☉";
  position: absolute;
  left: 0;
  font-size: 0.72rem;
  color: var(--gold);
  line-height: 1.9;
}

.about-card p {
  color: var(--text-muted);
  font-size: 0.9rem;
  line-height: 1.7;
}

/* ─── PROCESS STEPS ──────────────────────────────────────────── */
.process-grid { grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); }

.step {
  padding: 1.5rem 1.4rem 1.6rem;
  border-radius: var(--radius-md);
  background: rgba(8, 9, 26, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.055);
  position: relative;
  overflow: hidden;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.step::after {
  content: "";
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 2px;
  background: var(--grad-cta);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s var(--ease-out);
}

.step:hover {
  border-color: rgba(168, 85, 247, 0.25);
  box-shadow: 0 12px 40px rgba(0,0,0,0.40);
}

.step:hover::after { transform: scaleX(1); }

.step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(243, 207, 122, 0.55);
  font-size: 0.78rem;
  color: var(--gold);
  margin-bottom: 0.6rem;
  background: var(--gold-dim);
}

.step h3 {
  font-size: 0.98rem;
  font-weight: 600;
  margin: 0 0 0.4rem;
  letter-spacing: 0.01em;
}

.step p {
  color: var(--text-muted);
  font-size: 0.875rem;
  line-height: 1.65;
}

/* ─── TESTIMONIALS ───────────────────────────────────────────── */
.testimonial-card {
  transition: border-color 0.3s ease, transform 0.3s ease;
}

.testimonial-card:hover {
  border-color: rgba(194, 140, 255, 0.22);
  transform: translateY(-3px);
}

.testimonial-card blockquote {
  margin: 0 0 0.9rem;
  font-size: 0.89rem;
  color: var(--text-muted);
  line-height: 1.7;
  font-style: italic;
}

.testimonial-card figcaption {
  font-size: 0.78rem;
  color: var(--text-soft);
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

/* Stars */
.testimonial-stars {
  display: flex;
  gap: 2px;
  margin-bottom: 0.7rem;
}

.testimonial-stars span {
  color: var(--gold);
  font-size: 0.8rem;
}

/* ─── BOOKING ────────────────────────────────────────────────── */
.booking-grid {
  display: grid;
  gap: 2.5rem;
  align-items: flex-start;
}

@media (min-width: 880px) {
  .booking-grid { grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.1fr); }
}

.booking-copy h2 {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-size: clamp(1.75rem, 2.6vw, 2.1rem);
  margin: 0 0 0.85rem;
  line-height: 1.25;
}

.booking-copy p {
  color: var(--text-muted);
  font-size: 0.945rem;
  line-height: 1.75;
}

.booking-highlights {
  list-style: none;
  padding: 0;
  margin: 1.2rem 0 0;
  font-size: 0.875rem;
}

.booking-highlights li {
  padding-left: 1.2rem;
  position: relative;
  margin-bottom: 0.55rem;
  color: var(--text-muted);
  line-height: 1.6;
}

.booking-highlights li::before {
  content: "✺";
  position: absolute;
  left: 0;
  font-size: 0.75rem;
  color: var(--gold);
  line-height: 1.75;
}

.booking-card { background: rgba(6, 7, 20, 0.98); }

/* Direct booking CTA */
.direct-booking {
  text-align: center;
  padding: 3.5rem 2rem;
  background: rgba(6, 7, 20, 0.99);
  border: 1px solid rgba(168, 85, 247, 0.30);
  border-radius: var(--radius-xl);
  box-shadow: 0 0 60px rgba(168, 85, 247, 0.12), inset 0 0 40px rgba(168,85,247,0.04);
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: border-color 0.4s ease, box-shadow 0.4s ease;
}

.direct-booking:hover {
  border-color: rgba(168, 85, 247, 0.50);
  box-shadow: 0 0 80px rgba(168, 85, 247, 0.20), inset 0 0 40px rgba(168,85,247,0.06);
}

.direct-booking h3 {
  font-family: "Marcellus", serif;
  font-size: 1.75rem;
  margin: 0 0 0.85rem;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.02em;
}

.booking-subheading {
  font-size: 0.94rem;
  color: var(--text-muted);
  max-width: 320px;
  line-height: 1.65;
  margin: 0 0 2rem;
}

.booking-reassurance {
  font-size: 0.76rem;
  color: var(--text-soft);
  margin: 1.25rem 0 0;
  letter-spacing: 0.01em;
}

/* ─── TAROT CARD WIDGET ──────────────────────────────────────── */
.live-tarot-grid {
  display: grid;
  gap: 2rem;
  align-items: center;
}

@media (min-width: 880px) {
  .live-tarot-grid { grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.75fr); }
}

.live-tarot-sub {
  color: var(--text-muted);
  max-width: 540px;
  font-size: 0.945rem;
  line-height: 1.7;
}

.live-tarot-cta {
  display: flex;
  gap: 0.8rem;
  margin-top: 1rem;
  flex-wrap: wrap;
}

.live-tarot-stage {
  display: grid;
  place-items: center;
  min-height: 300px;
}

.tarot-card {
  width: 210px;
  height: 345px;
  perspective: 1200px;
  cursor: pointer;
}

.tarot-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 0.65s var(--ease-out);
}

.tarot-card.flipped .tarot-card-inner { transform: rotateY(180deg); }

.tarot-card-front,
.tarot-card-back {
  position: absolute;
  inset: 0;
  backface-visibility: hidden;
  border-radius: 16px;
  border: 1px solid rgba(243, 207, 122, 0.28);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.80), 0 0 0 1px rgba(255,255,255,0.04);
  overflow: hidden;
}

.tarot-card-front {
  background: rgba(8, 9, 26, 0.97);
  display: grid;
  place-items: center;
}

.tarot-back {
  width: 88%;
  height: 88%;
  border-radius: 12px;
  background:
    radial-gradient(circle at 30% 20%, rgba(243,207,122,0.12), transparent 45%),
    radial-gradient(circle at 70% 80%, rgba(194,140,255,0.18), transparent 50%),
    repeating-linear-gradient(45deg, rgba(255,255,255,0.04) 0 3px, transparent 3px 7px);
  display: grid;
  place-items: center;
}

.tarot-card-back {
  transform: rotateY(180deg);
  background: rgba(8, 9, 26, 0.99);
  display: grid;
  place-items: center;
}

.tarot-face { padding: 1.2rem; text-align: center; }

.tarot-title {
  font-family: "Marcellus", serif;
  letter-spacing: 0.04em;
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
  color: #fff;
}

.tarot-meaning {
  color: var(--text-muted);
  font-size: 0.9rem;
  line-height: 1.6;
}

/* ─── BOOKING FORM ───────────────────────────────────────────── */
.booking-form {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}

.form-row { display: grid; gap: 0.9rem; }

@media (min-width: 640px) {
  .form-row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

.field { display: flex; flex-direction: column; gap: 0.35rem; }

.field label {
  font-size: 0.8rem;
  color: var(--text-soft);
  letter-spacing: 0.02em;
  font-weight: 500;
}

input, select, textarea {
  background: rgba(6, 7, 20, 0.92);
  border-radius: var(--radius-md);
  border: 1px solid rgba(255, 255, 255, 0.10);
  padding: 0.7rem 0.85rem;
  color: var(--text-main);
  font: inherit;
  font-size: 0.9rem;
  outline: none;
  transition:
    border-color 0.22s ease,
    box-shadow   0.22s ease,
    background   0.22s ease;
  width: 100%;
}

textarea {
  resize: vertical;
  min-height: 115px;
}

input::placeholder, textarea::placeholder {
  color: rgba(160, 160, 195, 0.55);
}

input:focus, select:focus, textarea:focus {
  border-color: rgba(243, 207, 122, 0.55);
  box-shadow: 0 0 0 3px rgba(243, 207, 122, 0.08);
  background: rgba(6, 7, 20, 0.97);
}

.form-note  { font-size: 0.77rem; color: var(--text-soft); margin: 0; }
.status-success { color: #86efac; }
.status-error   { color: var(--danger); }
.btn-full { width: 100%; justify-content: center; }

/* ─── FAQ ────────────────────────────────────────────────────── */
.faq-list {
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.faq-item {
  border-radius: var(--radius-md);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(8, 9, 26, 0.92);
  padding: 0.8rem 1.1rem;
  transition: border-color 0.25s ease;
}

.faq-item[open] { border-color: rgba(168, 85, 247, 0.25); }

.faq-item summary {
  cursor: pointer;
  list-style: none;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--text-main);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  min-height: var(--tap-min);
}

.faq-item summary::-webkit-details-marker { display: none; }

.faq-item summary::after {
  content: "+";
  font-size: 1.1rem;
  color: var(--gold);
  transition: transform 0.25s ease;
  flex-shrink: 0;
  line-height: 1;
}

.faq-item[open] summary::after {
  transform: rotate(45deg);
}

.faq-item p {
  margin: 0.6rem 0 0.15rem;
  font-size: 0.875rem;
  color: var(--text-muted);
  line-height: 1.7;
}

/* ─── BUTTONS ────────────────────────────────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.65rem 1.2rem;
  min-height: var(--tap-min);
  border-radius: var(--radius-pill);
  border: 1px solid transparent;
  font-size: 0.84rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: all 0.3s var(--ease-out);
  -webkit-tap-highlight-color: transparent;
  white-space: nowrap;
  font-family: inherit;
  will-change: transform, box-shadow;
  position: relative;
  overflow: hidden;
}

/* Shimmer sweep on hover */
.btn::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.1) 50%, transparent 60%);
  transform: translateX(-100%);
  transition: transform 0.6s ease;
}

.btn:hover::after {
  transform: translateX(100%);
}

.btn-sm { padding: 0.48rem 0.95rem; min-height: 2.5rem; font-size: 0.79rem; }

.btn-primary {
  background: var(--grad-cta);
  color: #fff;
  box-shadow: 0 0 22px rgba(168, 85, 247, 0.38), 0 4px 14px rgba(0,0,0,0.30);
}

.btn-primary:hover {
  box-shadow: 0 0 42px rgba(168, 85, 247, 0.55), 0 8px 24px rgba(0,0,0,0.35);
  transform: translateY(-3px);
}

.btn-primary:active { transform: translateY(0) scale(0.98); }

.btn-primary.btn-large {
  padding: 0.85rem 1.85rem;
  font-size: 0.9rem;
  animation: cta-pulse 3.5s ease-in-out infinite;
}

@keyframes cta-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(168,85,247,0.55), 0 4px 14px rgba(0,0,0,0.30); }
  50%       { box-shadow: 0 0 0 14px rgba(168,85,247,0), 0 4px 14px rgba(0,0,0,0.30); }
}

.btn-outline {
  border-color: rgba(243, 207, 122, 0.50);
  color: var(--gold);
  background: rgba(10, 12, 28, 0.75);
}

.btn-outline:hover {
  background: var(--gold-dim);
  border-color: rgba(243, 207, 122, 0.80);
  box-shadow: 0 0 20px rgba(243,207,122,0.1);
  transform: translateY(-2px);
}

.btn-ghost {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(10, 12, 28, 0.70);
  color: #fff;
}

.btn-ghost:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255,255,255,0.18);
  transform: translateY(-1px);
}

/* ─── PROSE / BLOG ───────────────────────────────────────────── */
.prose {
  line-height: 1.75;
  color: var(--text-main);
  max-width: 65ch;
}

.prose h1, .prose h2, .prose h3 {
  font-family: "Marcellus", serif;
  font-weight: 400;
  margin: 1.1rem 0 0.55rem;
  line-height: 1.3;
}

.prose p {
  margin: 0.65rem 0;
  color: var(--text-muted);
}

.prose img {
  max-width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.30);
}

.prose a {
  color: var(--gold);
  text-decoration: underline;
  text-underline-offset: 3px;
  word-break: break-word;
}

/* ─── FOOTER ─────────────────────────────────────────────────── */
.site-footer {
  border-top: 1px solid rgba(168, 85, 247, 0.20);
  box-shadow: 0 -12px 50px rgba(168, 85, 247, 0.08);
  padding: 5rem 0 3.5rem;
  background: radial-gradient(ellipse 80% 40% at 50% 0%, rgba(14,11,36,0.90) 0%, #04050f 70%);
  position: relative;
}

.site-footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 20%;
  right: 20%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(168,85,247,0.3), transparent);
}

@media (max-width: 768px) { .site-footer { padding: 3.5rem 1rem 2.5rem; } }

.footer-inner {
  display: grid;
  gap: 2rem;
}

@media (min-width: 900px) {
  .footer-inner { grid-template-columns: 1.6fr 1.2fr; align-items: flex-start; }
}

.footer-brand { display: flex; align-items: flex-start; gap: 0.85rem; }
.footer-brand .brand-mark { box-shadow: none; }

.footer-title    { margin: 0 0 0.3rem; font-weight: 600; font-size: 0.94rem; }
.footer-subtitle { margin: 0; font-size: 0.79rem; color: var(--text-soft); max-width: 300px; line-height: 1.65; }

.footer-links { display: flex; gap: 4.5rem; flex-wrap: wrap; }
@media (max-width: 768px) { .footer-links { gap: 2rem; } }

.footer-column { display: flex; flex-direction: column; gap: 0.4rem; font-size: 0.81rem; }
.footer-heading { font-weight: 600; margin: 0 0 0.3rem; font-size: 0.8rem; letter-spacing: 0.04em; color: var(--text-main); }

.footer-column a {
  color: var(--text-soft);
  transition: color 0.25s ease, padding-left 0.25s ease;
  width: fit-content;
}

.footer-column a:hover { color: var(--violet); padding-left: 4px; }

.footer-meta {
  grid-column: 1 / -1;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  padding-top: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.footer-meta p { margin: 0; font-size: 0.77rem; color: var(--text-soft); }
.footer-note    { max-width: 480px; line-height: 1.65; }

/* ─── MOBILE NAV ─────────────────────────────────────────────── */
@media (max-width: 768px) {
  .nav-toggle { display: inline-flex; }

  .nav-links {
    position: absolute;
    top: calc(100% + 0.5rem);
    right: 0;
    flex-direction: column;
    align-items: stretch;
    background: rgba(6, 7, 20, 0.98);
    border-radius: 18px;
    border: 1px solid rgba(168, 85, 247, 0.18);
    padding: 0.75rem;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.90);
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    transform: translateY(-8px);
    transition: max-height 0.28s ease, opacity 0.22s ease, transform 0.25s ease;
    width: min(270px, calc(100vw - 2rem));
  }

  .nav-links li { width: 100%; }

  .nav-links a {
    display: flex;
    align-items: center;
    padding: 0.6rem 0.85rem;
    min-height: var(--tap-min);
    border-radius: 12px;
    color: var(--text-muted);
  }

  .nav-links a:hover { background: rgba(255,255,255,0.05); color: #fff; }

  .nav-links .btn-sm {
    width: 100%;
    margin-top: 0.4rem;
    min-height: var(--tap-min);
  }

  .site-header .header-inner {
    position: relative;
    padding: 0.72rem 0;
  }

  .brand-mark    { width: 38px; height: 38px; font-size: 0.88rem; }
  .brand-name    { font-size: 0.88rem; }
  .brand-tagline { font-size: 0.67rem; }
}

/* ─── RESPONSIVE — SMALL SCREENS ────────────────────────────── */
@media (max-width: 600px) {
  .hero { padding-top: 4rem; padding-bottom: 4rem; text-align: center; }
  .hero-copy h1 { font-size: clamp(1.9rem, 6.5vw, 2.4rem); line-height: 1.22; }
  .hero-subtitle { font-size: 0.9rem; padding: 0 0.5rem; margin-inline: auto; }
  .hero-cta { flex-direction: column; width: 100%; padding: 0 0.5rem; }
  .hero-cta .btn { width: 100%; }
  .hero-meta { justify-content: center; }
  .hero-portrait { width: min(240px, 100%); margin-inline: auto; }
  .hero-portrait-info { margin-top: 100px; }
  .hero-portrait-info h3 { font-size: 1.55rem; }
}

/* ─── RESPONSIVE — TABLET ────────────────────────────────────── */
@media (min-width: 481px) and (max-width: 767px) {
  .services-grid,
  .testimonials-grid,
  .process-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

/* ─── RESPONSIVE — MOBILE ────────────────────────────────────── */
@media (max-width: 480px) {
  body { font-size: 15px; }

  .container { padding-inline: 0.85rem; }

  .section, .section-alt, .section-highlight { padding: 2.75rem 0; }

  .section-header h2 { font-size: clamp(1.5rem, 6vw, 1.95rem); }
  .section-header p  { font-size: 0.88rem; }

  .card { padding: 1.3rem 1.1rem; border-radius: 16px; }

  .services-grid,
  .testimonials-grid,
  .process-grid,
  .about-grid,
  .booking-grid,
  .footer-inner { grid-template-columns: 1fr; gap: 1.5rem; }

  /* Full-width buttons ONLY for call-to-action / form submit buttons.
     Filter pills, nav btns, and search btns are excluded below. */
  .btn { width: 100%; }
  .btn.btn-sm,
  .filter-pill,
  .mobile-nav-btn,
  .page-btn,
  .mobile-search-btn,
  .sidebar-search .btn,
  .mobile-search-bar .btn {
    width: auto;
  }

  .direct-booking { padding: 2rem 1.2rem; }
  .booking-subheading { max-width: 100%; }

  .hero-portrait { max-width: 240px; }

  .prose { font-size: 0.925rem; max-width: 100%; }

  .faq-item { padding: 0.65rem 0.9rem; }
  .trust-badges { gap: 0.45rem; }
}

/* ─── RESPONSIVE — SMALL LAPTOP ─────────────────────────────── */
@media (min-width: 769px) and (max-width: 1024px) {
  :root { --container-width: min(960px, 100% - 2rem); }

  .services-grid,
  .testimonials-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }

  .process-grid { grid-template-columns: repeat(2, minmax(200px, 1fr)); }
}

/* ─── TOUCH DEVICES ──────────────────────────────────────────── */
@media (hover: none) {
  .service-card:hover  { transform: none; }
  .btn-primary:hover   { transform: none; }
  .hero-portrait:hover { transform: none; box-shadow: 0 0 40px rgba(168,85,247,0.22), 0 24px 70px rgba(0,0,0,0.65); }
  .reading-card:hover  { box-shadow: var(--shadow-card); }
  .direct-booking:hover { border-color: rgba(168, 85, 247, 0.30); box-shadow: 0 0 60px rgba(168,85,247,0.12); }
}

/* ─── SCROLL REVEAL (JS-driven class) ───────────────────────── */
.reveal,
.fade-in,
.slide-up,
.animate-on-scroll {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.65s var(--ease-out), transform 0.65s var(--ease-out);
  will-change: transform, opacity;
}

.reveal.visible,
.fade-in.visible,
.slide-up.visible,
.animate-on-scroll.visible,
/* ─── ANIMATIONS & REVEALS ───────────────────────────────────── */
.reveal, .reveal-group > *, .fade-in, .slide-up {
  opacity: 0;
  will-change: transform, opacity;
  transition: opacity 0.8s var(--ease-out), transform 0.8s var(--ease-out);
}

.reveal { transform: translateY(30px); }
.slide-up { transform: translateY(40px); }
.reveal-group > * { transform: translateY(20px); }

.reveal.visible, .reveal.is-visible, .reveal.animated,
.fade-in.visible, .fade-in.is-visible, .fade-in.animated,
.slide-up.visible, .slide-up.is-visible, .slide-up.animated,
.reveal-group.visible > *, .reveal-group.is-visible > *, .reveal-group.animated > * {
  opacity: 1;
  transform: translateY(0);
}

/* Staggered delays for reveal-group children */
.reveal-group > *:nth-child(1) { transition-delay: 0.1s; }
.reveal-group > *:nth-child(2) { transition-delay: 0.2s; }
.reveal-group > *:nth-child(3) { transition-delay: 0.3s; }
.reveal-group > *:nth-child(4) { transition-delay: 0.4s; }
.reveal-group > *:nth-child(5) { transition-delay: 0.5s; }
.reveal-group > *:nth-child(6) { transition-delay: 0.6s; }

/* Card-specific scroll-in states */
.service-card,
.blog-card {
  opacity: 0;
  transform: translateY(24px);
}

.service-card.visible,
.service-card.is-visible,
.service-card.animated,
.blog-card.visible,
.blog-card.is-visible,
.blog-card.animated {
  opacity: 1;
  transform: translateY(0);
}

/* ─── REDUCED MOTION SUPPORT ─────────────────────────────────── */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* ─── AD SLOTS ───────────────────────────────────────────────── */
.ad-slot {
  margin: 1.75rem 0;
  min-height: 1px;
  max-width: 100%;
  overflow: hidden;
}
.ad-slot *, .ad-slot iframe, .ad-slot img { max-width: 100%; height: auto; }

/* ─── TABLE ──────────────────────────────────────────────────── */
.table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  max-width: 100%;
}

/* ─── SELECTION ──────────────────────────────────────────────── */
::selection {
  background: rgba(168, 85, 247, 0.35);
  color: #fff;
}

::-moz-selection {
  background: rgba(168, 85, 247, 0.35);
  color: #fff;
}

/* ─── FOCUS VISIBLE ──────────────────────────────────────────── */
:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
  border-radius: 4px;
}

/* ─── BACK TO TOP ────────────────────────────────────────────── */
.back-to-top {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 44px;
  height: 44px;
  background: var(--bg-card);
  border: 1px solid var(--violet-dim);
  color: var(--gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 90;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.4s var(--ease-out);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.back-to-top.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.back-to-top:hover {
  background: var(--gold);
  color: var(--bg-main);
  border-color: var(--gold);
  transform: scale(1.12) translateY(-2px);
  box-shadow: 0 8px 24px rgba(243,207,122,0.25);
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 1.5rem;
    right: 1.5rem;
    width: 40px;
    height: 40px;
  }
}

/* ─── SCROLLBAR (Webkit) ─────────────────────────────────────── */
::-webkit-scrollbar       { width: 7px; height: 7px; }
::-webkit-scrollbar-track { background: #04050f; }
::-webkit-scrollbar-thumb { background: rgba(168,85,247,0.28); border-radius: 999px; }
::-webkit-scrollbar-thumb:hover { background: rgba(168,85,247,0.50); }

/* ─── SMOOTH LOADING ─────────────────────────────────────────── */
@keyframes pageLoad {
  from { opacity: 0; }
  to   { opacity: 1; }
}

.bk-page,
.site-header + .container,
main {
  animation: pageLoad 0.5s ease-out;
}