:root {
  --ink: #fff7ec;
  --muted: #cdbfae;
  --bg: #08070c;
  --bg-soft: #111018;
  --wine: #43172a;
  --plum: #23112f;
  --gold: #f1c66b;
  --teal: #3ed6c7;
  --rose: #d95a87;
  --line: rgba(255, 247, 236, 0.16);
  --glass: rgba(255, 247, 236, 0.07);
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 18% 12%, rgba(217, 90, 135, 0.22), transparent 28rem),
    radial-gradient(circle at 86% 20%, rgba(62, 214, 199, 0.15), transparent 24rem),
    linear-gradient(135deg, #08070c 0%, #160f1d 48%, #09080d 100%);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}

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

.stars {
  position: fixed;
  inset: 0;
  z-index: -1;
  opacity: 0.72;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 18px 0;
  backdrop-filter: blur(18px);
}

.brand,
.nav-links,
.hero-actions,
.trust-row,
.mini-deck,
footer {
  display: flex;
  align-items: center;
}

.brand {
  gap: 0.7rem;
  font-family: Cinzel, serif;
  font-weight: 700;
}

.brand-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(241, 198, 107, 0.65);
  border-radius: 50%;
  color: var(--gold);
  background: rgba(8, 7, 12, 0.76);
  box-shadow: 0 0 34px rgba(241, 198, 107, 0.22);
}

.nav-links {
  gap: 1.35rem;
  color: var(--muted);
  font-size: 0.94rem;
}

.nav-links a:hover {
  color: var(--ink);
}

.header-cta,
.primary-action,
.secondary-action,
.inline-whatsapp {
  border-radius: 999px;
  font-weight: 800;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.header-cta,
.primary-action {
  background: linear-gradient(135deg, var(--gold), #ff8fb3);
  color: #1a0d14;
  box-shadow: 0 16px 42px rgba(217, 90, 135, 0.28);
}

.header-cta {
  padding: 0.78rem 1.05rem;
}

.header-cta:hover,
.primary-action:hover,
.secondary-action:hover,
.inline-whatsapp:hover {
  transform: translateY(-2px);
}

main {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
  gap: clamp(2rem, 5vw, 5rem);
  min-height: calc(100vh - 74px);
  align-items: center;
  padding: 46px 0 78px;
}

.eyebrow,
.section-kicker {
  color: var(--teal);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: Cinzel, serif;
  line-height: 1;
}

h1 {
  max-width: 780px;
  margin-bottom: 1.1rem;
  font-size: clamp(4.6rem, 12vw, 9.4rem);
  text-shadow: 0 22px 70px rgba(217, 90, 135, 0.35);
}

h2 {
  margin-bottom: 0;
  font-size: clamp(2rem, 5vw, 4.8rem);
}

h3 {
  margin-bottom: 0.65rem;
  font-size: 1.13rem;
}

p {
  color: var(--muted);
  line-height: 1.75;
}

.hero-lead {
  max-width: 680px;
  font-size: clamp(1.05rem, 2vw, 1.32rem);
}

.hero-actions {
  flex-wrap: wrap;
  gap: 0.8rem;
  margin: 2rem 0 1.5rem;
}

.primary-action,
.secondary-action,
.inline-whatsapp {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0.9rem 1.25rem;
}

.secondary-action,
.inline-whatsapp {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.055);
}

.trust-row {
  flex-wrap: wrap;
  gap: 0.65rem;
}

.trust-row span {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.55rem 0.75rem;
  color: var(--muted);
  font-size: 0.9rem;
  background: rgba(8, 7, 12, 0.46);
}

.hero-oracle {
  position: relative;
  display: grid;
  min-height: 620px;
  place-items: center;
}

.moon-ring {
  position: absolute;
  width: min(34vw, 420px);
  aspect-ratio: 1;
  border: 1px solid rgba(241, 198, 107, 0.4);
  border-radius: 50%;
  box-shadow: inset 0 0 90px rgba(241, 198, 107, 0.08), 0 0 90px rgba(62, 214, 199, 0.14);
}

.orbital {
  position: absolute;
  width: min(42vw, 520px);
  aspect-ratio: 1;
  border: 1px dashed rgba(255, 247, 236, 0.2);
  border-radius: 50%;
  animation: spin 22s linear infinite;
}

.orbital-two {
  width: min(30vw, 360px);
  transform: rotate(25deg);
  animation-duration: 15s;
  animation-direction: reverse;
}

.tarot-stack {
  position: relative;
  width: 360px;
  height: 520px;
  perspective: 1000px;
}

.tarot-card {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(241, 198, 107, 0.48);
  border-radius: 26px;
  background: linear-gradient(155deg, rgba(67, 23, 42, 0.94), rgba(35, 17, 47, 0.95));
  box-shadow: var(--shadow), inset 0 0 0 12px rgba(255, 247, 236, 0.035);
}

.main-card {
  z-index: 3;
  transform: rotate(-2deg);
  animation: float 5s ease-in-out infinite;
}

.left-card {
  transform: rotate(-14deg) translate(-62px, 38px);
}

.right-card {
  transform: rotate(13deg) translate(64px, 48px);
}

.card-back span,
.card-lines {
  position: absolute;
  inset: 28px;
  border: 1px solid rgba(241, 198, 107, 0.22);
  border-radius: 18px;
}

.card-frame {
  position: absolute;
  inset: 28px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(241, 198, 107, 0.32);
  border-radius: 18px;
  background:
    radial-gradient(circle at center, rgba(241, 198, 107, 0.14), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent);
}

.card-moon {
  width: 156px;
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 62% 38%, #fff6cd 0 8%, transparent 9%),
    radial-gradient(circle at 42% 48%, #f1c66b 0 48%, transparent 49%);
  box-shadow: 0 0 52px rgba(241, 198, 107, 0.34);
}

.card-frame strong {
  align-self: end;
  margin-bottom: 2.6rem;
  font-family: Cinzel, serif;
  font-size: 2.2rem;
}

.card-frame small {
  position: absolute;
  bottom: 2rem;
  color: var(--muted);
}

.intro-band,
.pick-card,
.final-cta {
  display: grid;
  gap: 2rem;
  margin: 24px 0;
  padding: clamp(2rem, 5vw, 4rem);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 247, 236, 0.055);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.intro-band {
  grid-template-columns: 0.9fr 1.1fr;
  align-items: end;
}

.services,
.process,
.reviews {
  padding: clamp(3.5rem, 8vw, 6.5rem) 0;
}

.section-heading {
  display: grid;
  gap: 0.65rem;
  margin-bottom: 1.5rem;
}

.service-grid,
.steps,
.review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.service-card,
.steps article,
.review-grid article {
  min-height: 230px;
  padding: 1.4rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 247, 236, 0.08), rgba(255, 247, 236, 0.035));
}

.service-icon,
.steps span {
  display: inline-grid;
  width: 44px;
  height: 44px;
  place-items: center;
  margin-bottom: 1.3rem;
  border-radius: 50%;
  color: #1a0d14;
  font-weight: 900;
  background: var(--gold);
}

.pick-card {
  grid-template-columns: 0.85fr 1.15fr;
  align-items: center;
}

.reader-panel {
  min-width: 0;
}

.mini-deck {
  justify-content: center;
  gap: clamp(0.55rem, 1.5vw, 1rem);
}

.mini-card {
  width: min(31%, 160px);
  aspect-ratio: 0.68;
  border: 1px solid rgba(241, 198, 107, 0.5);
  border-radius: 16px;
  color: var(--ink);
  cursor: pointer;
  background:
    radial-gradient(circle at center 35%, rgba(62, 214, 199, 0.2), transparent 34%),
    linear-gradient(155deg, var(--wine), var(--plum));
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.mini-card:hover,
.mini-card.is-selected {
  transform: translateY(-10px) rotate(-1deg);
  box-shadow: 0 22px 60px rgba(217, 90, 135, 0.32);
}

.mini-card span {
  font-family: Cinzel, serif;
  font-size: clamp(0.9rem, 1.5vw, 1.1rem);
}

.reading-result {
  min-height: 96px;
  margin-top: 1rem;
  padding: 1rem;
  border: 1px solid rgba(62, 214, 199, 0.28);
  border-radius: 8px;
  color: var(--ink);
  line-height: 1.65;
  background: rgba(62, 214, 199, 0.08);
}

.review-grid article {
  min-height: 190px;
}

.review-grid strong {
  color: var(--gold);
}

.final-cta {
  justify-items: center;
  margin-bottom: 4rem;
  text-align: center;
}

.final-cta p {
  max-width: 560px;
}

footer {
  justify-content: space-between;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 1.5rem 0 2.2rem;
  border-top: 1px solid var(--line);
}

footer p {
  margin: 0;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes float {
  50% {
    transform: translateY(-18px) rotate(2deg);
  }
}

@media (max-width: 900px) {
  .site-header {
    align-items: flex-start;
  }

  .nav-links {
    display: none;
  }

  .hero,
  .intro-band,
  .pick-card {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 32px;
  }

  .hero-oracle {
    min-height: 470px;
  }

  .tarot-stack {
    width: min(78vw, 310px);
    height: 450px;
  }

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

@media (max-width: 560px) {
  main,
  .site-header,
  footer {
    width: min(100% - 22px, 1180px);
  }

  .brand {
    font-size: 0.96rem;
  }

  .header-cta {
    padding: 0.72rem 0.88rem;
  }

  h1 {
    font-size: clamp(3.65rem, 18vw, 5rem);
  }

  .hero-oracle {
    min-height: 390px;
  }

  .tarot-stack {
    width: min(76vw, 250px);
    height: 365px;
  }

  .left-card {
    transform: rotate(-13deg) translate(-28px, 28px);
  }

  .right-card {
    transform: rotate(12deg) translate(30px, 34px);
  }

  .mini-deck {
    gap: 0.45rem;
  }

  .mini-card {
    width: 32%;
    border-radius: 13px;
  }

  footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.7rem;
  }
}
