:root {
  --bg: #ffffff;
  --surface: #faf7f2;
  --surface-soft: #f5edff;
  --ink: #1c1530;
  --ink-soft: #4a4263;
  --purple: #6B2F8B;
  --purple-dark: #4D1F66;
  --cyan: #3FB8E5;
  --cyan-dark: #2A8BB5;
  --gold: #F4C81B;
  --border: #ece2da;
  --shadow: 0 8px 24px rgba(28, 21, 48, 0.08);
  --shadow-lg: 0 20px 50px rgba(107, 47, 139, 0.18);
  --radius: 14px;
  --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --font-serif: "Cormorant Garamond", "Georgia", serif;
}

/* ADA: skip-to-content link — visually hidden until keyboard focus */
.skip-link {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}
.skip-link:focus {
  position: fixed;
  top: 0; left: 0;
  width: auto; height: auto;
  margin: 0; padding: 0.75rem 1.25rem;
  clip: auto; white-space: normal;
  z-index: 1000;
  background: var(--purple-dark); color: #fff;
  font-weight: 700; text-decoration: none;
  border-radius: 0 0 8px 0;
}

:focus-visible { outline: 3px solid var(--cyan-dark); outline-offset: 2px; }

/* Legal / policy pages */
.legal-page { padding: clamp(2rem, 5vw, 3.5rem) 0 clamp(2.5rem, 6vw, 4rem); }
.legal-page .container { max-width: 820px; }
.legal-page h1 { margin-bottom: 0.5rem; }
.legal-page .updated { color: var(--ink-soft); font-size: 0.92rem; margin: 0 0 2rem; }
.legal-page h2 {
  font-size: 1.4rem; margin: 2.25rem 0 0.75rem;
  padding-top: 1.25rem; border-top: 1px solid var(--border);
}
.legal-page h3 { font-size: 1.1rem; margin: 1.25rem 0 0.4rem; color: var(--ink); }
.legal-page p, .legal-page li { color: var(--ink-soft); }
.legal-page ul, .legal-page ol { padding-left: 1.25rem; }
.legal-page li { margin-bottom: 0.4rem; }
.legal-page a { color: var(--cyan-dark); text-decoration: underline; }
.legal-callout {
  background: var(--surface-soft); border-left: 4px solid var(--purple);
  border-radius: 8px; padding: 1rem 1.25rem; margin: 1.25rem 0;
}
.legal-callout p { color: var(--purple-dark); margin: 0; font-weight: 500; }

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: var(--font-sans);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

.container { width: min(1140px, 92%); margin-inline: auto; }
img { max-width: 100%; height: auto; display: block; }

a { color: var(--cyan-dark); text-decoration: none; }
a:hover { text-decoration: underline; }

h1, h2, h3, h4 { font-family: var(--font-serif); font-weight: 700; color: var(--purple-dark); letter-spacing: -0.01em; }
h1 { font-size: clamp(2.2rem, 5.2vw, 3.6rem); line-height: 1.1; margin: 0 0 1rem; }
h2 { font-size: clamp(1.7rem, 3.4vw, 2.3rem); margin: 0 0 1rem; line-height: 1.2; }
h3 { font-size: 1.2rem; margin: 0 0 0.5rem; line-height: 1.3; }
p { margin: 0 0 1rem; }

/* Header */
.site-header {
  background: var(--bg);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 10;
}
.header-inner {
  display: flex; align-items: center; gap: 1.25rem;
  padding: 0.75rem 0;
}
.brand { display: inline-flex; align-items: center; gap: 0.7rem; text-decoration: none; }
.brand-icon { height: 44px; width: 44px; object-fit: contain; }
.brand-text {
  font-family: var(--font-serif); font-size: 1.2rem; color: var(--cyan-dark);
  font-weight: 700; line-height: 1; letter-spacing: 0.01em;
}
.brand-text small { display: block; font-family: var(--font-sans); font-size: 0.68rem; color: var(--purple); font-style: italic; font-weight: 500; margin-top: 0.25rem; letter-spacing: 0.02em; }

.nav { margin-left: auto; }
.nav-toggle { display: none; background: none; border: 1px solid var(--border); padding: 0.4rem 0.7rem; border-radius: 8px; cursor: pointer; }
.nav-list { list-style: none; display: flex; gap: 1.4rem; margin: 0; padding: 0; }
.nav-list a { color: var(--ink-soft); font-weight: 500; }
.nav-list a:hover { color: var(--purple); text-decoration: none; }
.nav-list a.is-active, .mega-trigger.is-active { color: var(--purple); font-weight: 700; }

/* Mega menu */
.has-mega { position: relative; }
.mega-trigger {
  font: inherit; color: var(--ink-soft); font-weight: 500;
  background: none; border: 0; padding: 0; cursor: pointer;
  display: inline-flex; align-items: center; gap: 0.3rem;
}
.mega-trigger::after {
  content: ""; width: 0.45rem; height: 0.45rem;
  border-right: 2px solid currentColor; border-bottom: 2px solid currentColor;
  transform: rotate(45deg); transition: transform 0.15s ease;
  margin-bottom: 2px;
}
.has-mega[aria-expanded="true"] .mega-trigger,
.mega-trigger:hover { color: var(--purple); }
.has-mega[aria-expanded="true"] .mega-trigger::after { transform: rotate(225deg); }

.mega-panel {
  position: absolute; top: 100%; left: 50%;
  transform: translateX(-50%) translateY(8px);
  margin-top: 0.7rem;
  width: min(640px, 90vw);
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
  padding: 1rem;
  opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity 0.16s ease, transform 0.16s ease, visibility 0.16s 0.12s;
  z-index: 50;
}
/* Invisible bridge across the visual gap so hover isn't lost between
   the trigger and the panel */
.mega-panel::before {
  content: ""; position: absolute;
  left: 0; right: 0; top: -0.9rem; height: 0.9rem;
}
.has-mega:hover .mega-panel,
.has-mega:focus-within .mega-panel,
.has-mega[aria-expanded="true"] .mega-panel {
  opacity: 1; visibility: visible; pointer-events: auto;
  transform: translateX(-50%) translateY(0);
  transition: opacity 0.16s ease, transform 0.16s ease, visibility 0s;
}
.mega-grid {
  list-style: none; margin: 0; padding: 0;
  display: grid; grid-template-columns: 1fr 1fr; gap: 0.35rem;
}
.mega-grid a {
  display: block; padding: 0.65rem 0.8rem; border-radius: 8px;
  color: var(--ink); text-decoration: none; line-height: 1.3;
}
.mega-grid a:hover { background: var(--surface-soft); text-decoration: none; }
.mega-grid strong { display: block; color: var(--purple-dark); font-weight: 700; font-size: 0.95rem; }
.mega-grid span { display: block; color: var(--ink-soft); font-size: 0.8rem; }

.nav-cta {
  display: inline-flex; flex-direction: column; align-items: center;
  padding: 0.45rem 1.05rem;
  background: var(--cyan);
  color: #fff;
  border-radius: 999px;
  text-decoration: none;
  line-height: 1.1;
  box-shadow: 0 4px 12px rgba(63, 184, 229, 0.35);
  transition: background 0.15s ease, transform 0.06s ease;
}
.nav-cta:hover { background: var(--cyan-dark); transform: translateY(-1px); text-decoration: none; color: #fff; }
.nav-cta-reason {
  font-size: 0.68rem; color: rgba(255,255,255,0.95);
  text-transform: uppercase; letter-spacing: 0.08em; font-weight: 600;
}
.nav-cta-number { font-size: 1rem; color: #fff; font-weight: 700; }

/* Hero — full-width brand image with dark gradient overlay, text on top */
.hero {
  position: relative;
  background: var(--purple-dark);
  color: #fff;
  padding: clamp(3rem, 8vw, 5.5rem) 0 clamp(2.5rem, 6vw, 4.5rem);
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute; inset: 0;
  background-image:
    linear-gradient(135deg, rgba(28, 21, 48, 0.78) 0%, rgba(77, 31, 102, 0.68) 55%, rgba(63, 184, 229, 0.32) 100%),
    var(--hero-img, url('../img/phone-psychic-readings.jpg'));
  background-size: cover;
  background-position: center;
  z-index: 0;
}
.hero .container { position: relative; z-index: 1; }
.hero-grid {
  display: block;
  max-width: 720px;
}
.eyebrow {
  text-transform: uppercase; letter-spacing: 0.14em; font-size: 0.8rem;
  color: var(--gold); margin: 0 0 0.85rem; font-weight: 700;
}
.hero h1 { color: #fff; }
.hero .lede { font-size: 1.12rem; color: rgba(255, 255, 255, 0.94); margin: 0 0 1.5rem; max-width: 36rem; }
.hero-cta { display: flex; gap: 0.75rem; flex-wrap: wrap; margin-bottom: 1.25rem; }
.stars { color: var(--gold); letter-spacing: 0.1em; font-size: 1.1rem; }
.hero-trust {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-wrap: wrap; gap: 0.5rem;
}
.hero-trust li {
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.30);
  border-radius: 999px;
  padding: 0.4rem 0.95rem;
  font-size: 0.84rem;
  color: #fff;
  font-weight: 600;
  backdrop-filter: blur(4px);
}
.hero-trust li::before {
  content: "✓ ";
  color: var(--gold);
  font-weight: 800;
}
.hero .btn-ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.05);
}
.hero .btn-ghost:hover { background: rgba(255, 255, 255, 0.16); }
.hero-img { display: none; }

/* Buttons */
.btn {
  display: inline-block; padding: 0.9rem 1.5rem;
  border-radius: 999px; font-weight: 700; text-decoration: none;
  transition: transform 0.06s ease, background 0.15s ease, box-shadow 0.15s ease;
  font-size: 1rem;
}
.btn:hover { text-decoration: none; transform: translateY(-1px); }
.btn-primary { background: var(--cyan); color: #fff; box-shadow: var(--shadow); }
.btn-primary:hover { background: var(--cyan-dark); }
.btn-secondary { background: var(--purple); color: #fff; }
.btn-secondary:hover { background: var(--purple-dark); }
.btn-ghost { background: transparent; color: var(--purple-dark); border: 2px solid var(--purple); }
.btn-ghost:hover { background: var(--surface-soft); }
.btn-lg { padding: 1.05rem 1.9rem; font-size: 1.1rem; }

/* Sections */
section { padding: clamp(2.5rem, 6vw, 4.5rem) 0; }
.section-soft { background: var(--surface); }
.section-purple { background: linear-gradient(135deg, var(--purple) 0%, var(--purple-dark) 100%); color: #fff; }
.section-purple h2, .section-purple h3 { color: #fff; }
.section-purple a { color: var(--gold); }
.section-cyan { background: linear-gradient(135deg, var(--cyan) 0%, var(--cyan-dark) 100%); color: #fff; }
.section-cyan h2, .section-cyan h3 { color: #fff; }

.intro-grid {
  display: grid; gap: 2rem;
  grid-template-columns: 1.2fr 0.8fr;
  align-items: start;
}
.intro-grid img { border-radius: var(--radius); box-shadow: var(--shadow); aspect-ratio: 4/3; object-fit: cover; background: var(--surface-soft); }

/* Service grid */
.service-grid {
  list-style: none; padding: 0; margin: 1.5rem 0 0;
  display: grid; gap: 1.1rem;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}
.service-grid li {
  background: var(--bg);
  border: 1px solid var(--border);
  border-top: 4px solid var(--cyan);
  border-radius: var(--radius);
  padding: 1.4rem;
}
.service-grid li:nth-child(2n) { border-top-color: var(--purple); }
.service-grid li:nth-child(3n) { border-top-color: var(--gold); }
.service-grid p { margin: 0; color: var(--ink-soft); font-size: 0.95rem; }
.service-grid h3 a { color: var(--purple-dark); text-decoration: none; }
.service-grid h3 a:hover { color: var(--cyan-dark); text-decoration: underline; }
.service-grid li.svc { display: flex; flex-direction: column; }
.service-grid li.svc .svc-more { margin-top: 0.6rem; font-size: 0.82rem; font-weight: 600; color: var(--cyan-dark); text-decoration: none; }
.service-grid li.svc .svc-more:hover { text-decoration: underline; }

/* Plain branded hero (no photo) for category/index pages */
.hero.hero-plain::before {
  background-image: linear-gradient(135deg, var(--purple) 0%, var(--purple-dark) 55%, var(--cyan-dark) 100%);
}

/* GBP category section */
.category {
  display: grid; gap: 2rem;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  margin-bottom: clamp(2rem, 5vw, 3.5rem);
}
.category:nth-child(even) .category-media { order: -1; }
.category-media img { border-radius: var(--radius); box-shadow: var(--shadow); aspect-ratio: 4/3; object-fit: cover; width: 100%; background: var(--surface-soft); }
.category h2 { margin-bottom: 0.5rem; }
.category .service-tags { list-style: none; padding: 0; margin: 1rem 0 0; display: flex; flex-wrap: wrap; gap: 0.5rem; }
.category .service-tags li {
  background: var(--surface-soft); color: var(--purple-dark);
  padding: 0.35rem 0.85rem; border-radius: 999px; font-size: 0.85rem; font-weight: 500;
}
.category h2 a { color: inherit; text-decoration: none; }
.category h2 a:hover { color: var(--cyan-dark); text-decoration: underline; }
.cat-all-link {
  display: inline-block; margin-top: 1rem; font-weight: 700;
  color: var(--cyan-dark); text-decoration: none;
}
.cat-all-link:hover { text-decoration: underline; }

/* Blog post grid */
.post-grid {
  list-style: none; padding: 0; margin: 1.75rem 0 0;
  display: grid; gap: 1.25rem;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.post-card {
  display: flex; flex-direction: column;
  background: var(--bg); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 1.5rem;
  box-shadow: var(--shadow); transition: transform 0.08s ease, box-shadow 0.15s ease;
}
.post-card:hover { transform: translateY(-2px); box-shadow: var(--shadow-lg); }
.post-meta { font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.06em; color: var(--cyan-dark); font-weight: 700; margin: 0 0 0.5rem; }
.post-card h2 { font-size: 1.2rem; line-height: 1.3; margin: 0 0 0.6rem; }
.post-card h2 a { color: var(--purple-dark); text-decoration: none; }
.post-card h2 a:hover { color: var(--cyan-dark); }
.post-card p { color: var(--ink-soft); font-size: 0.95rem; margin: 0 0 1rem; flex: 1; }
.post-card .read-more { font-weight: 700; color: var(--cyan-dark); text-decoration: none; align-self: flex-start; }
.post-card .read-more:hover { text-decoration: underline; }

/* Blog article */
.article { padding: clamp(2rem,5vw,3.25rem) 0 clamp(2rem,5vw,3.5rem); }
.article .container { max-width: 800px; }
.article h1 { margin-bottom: 0.4rem; }
.article .post-meta {
  color: var(--ink-soft); font-size: 0.9rem; margin: 0 0 2rem;
  text-transform: none; letter-spacing: 0; font-weight: 500;
}
.article h2 { font-size: 1.4rem; margin: 2rem 0 0.6rem; }
.article h3 { font-size: 1.1rem; margin: 1.25rem 0 0.35rem; color: var(--ink); }
.article p, .article li { color: var(--ink-soft); }
.article ul, .article ol { padding-left: 1.25rem; }
.article li { margin-bottom: 0.4rem; }
.article a { color: var(--cyan-dark); text-decoration: underline; }
.article .lead { font-size: 1.12rem; color: var(--ink); }
.article-figure {
  margin: 0 0 1.75rem; border-radius: var(--radius); overflow: hidden;
  box-shadow: var(--shadow);
}
.article-figure img {
  width: 100%; aspect-ratio: 16 / 7; object-fit: cover; display: block;
  background: var(--surface-soft);
}
.card-figure {
  margin: 0 auto 2rem; max-width: 300px; text-align: center;
}
.card-figure img {
  width: 100%; height: auto; display: block;
  border-radius: 14px; box-shadow: var(--shadow);
  background: var(--surface-soft);
}
.card-figure figcaption {
  margin-top: 0.6rem; font-size: 0.85rem; opacity: 0.7;
}
/* Card shown inside the hero (right on desktop, under text on mobile) */
.hero-card { margin: 0; }
.hero-card img {
  width: 100%; max-width: 240px; height: auto; display: block;
  margin: 1.5rem auto 0; border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
  background: rgba(255, 255, 255, 0.06);
}
.hero-card figcaption {
  margin-top: 0.5rem; text-align: center;
  font-size: 0.78rem; color: rgba(255, 255, 255, 0.8);
}
.hero-grid:has(.hero-card) {
  display: grid; gap: 2rem; max-width: 1060px;
  grid-template-columns: 1fr; align-items: center;
}
@media (min-width: 760px) {
  .hero-grid:has(.hero-card) { grid-template-columns: 1.25fr 0.75fr; }
  .hero-card img { margin-top: 0; max-width: 260px; }
}
/* Card-thumbnail grid (Major/Minor Arcana overview) */
.service-grid.card-grid {
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
}
.card-grid li {
  display: flex; flex-direction: column; align-items: center;
  text-align: center;
}
.card-grid li img {
  width: 100%; max-width: 150px; height: auto; display: block;
  border-radius: 10px; box-shadow: var(--shadow);
  margin: 0 0 0.9rem; background: var(--surface-soft);
}
.card-grid li h3 { margin: 0 0 0.35rem; }
.card-grid li p { flex: 1 0 auto; }
.card-grid li .svc-more {
  margin-top: 0.7rem; font-size: 0.82rem; font-weight: 600;
  color: var(--cyan-dark); text-decoration: none;
}
.card-grid li .svc-more:hover { text-decoration: underline; }
/* Contact page */
.contact-grid {
  display: grid; gap: 2rem; align-items: start;
  grid-template-columns: 1fr;
}
@media (min-width: 820px) { .contact-grid { grid-template-columns: 1fr 1fr; } }
.contact-methods { list-style: none; padding: 0; margin: 1.25rem 0 0; }
.contact-methods li {
  display: flex; gap: 0.9rem; align-items: flex-start;
  padding: 1rem 0; border-bottom: 1px solid var(--border);
}
.contact-methods li:last-child { border-bottom: 0; }
.contact-methods strong { display: block; color: var(--purple-dark); }
.contact-methods a { color: var(--cyan-dark); font-weight: 700; text-decoration: none; }
.contact-methods a:hover { text-decoration: underline; }
.contact-form { display: flex; flex-direction: column; gap: 0.9rem; }
.contact-form label { font-weight: 600; font-size: 0.92rem; display: block; margin-bottom: 0.3rem; }
.contact-form input, .contact-form textarea {
  width: 100%; padding: 0.8rem 0.9rem; font: inherit;
  border: 1px solid var(--border); border-radius: 10px;
  background: var(--bg); color: var(--ink); box-sizing: border-box;
}
.contact-form textarea { min-height: 140px; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus {
  outline: 2px solid var(--cyan); outline-offset: 1px;
}
.contact-form .hp { position: absolute; left: -9999px; }
.breadcrumb { font-size: 0.85rem; padding: 0.75rem 0 0; }
.breadcrumb .container { color: var(--ink-soft); }
.breadcrumb a { color: var(--ink-soft); text-decoration: none; }
.breadcrumb a:hover { text-decoration: underline; }
.breadcrumb span { color: var(--ink); }
.toc {
  background: var(--surface-soft); border-radius: var(--radius);
  padding: 1.25rem 1.5rem; margin: 0 0 2rem;
}
.toc h2 { margin: 0 0 0.6rem; font-size: 1.05rem; border: 0; padding: 0; }
.toc ol { margin: 0; padding-left: 1.25rem; columns: 2; column-gap: 2rem; }
.toc li { margin-bottom: 0.35rem; }
.toc a { color: var(--cyan-dark); text-decoration: none; }
.toc a:hover { text-decoration: underline; }
.article h2 { scroll-margin-top: 90px; }
@media (max-width: 640px) { .toc ol { columns: 1; } }
.related-box {
  background: var(--surface-soft); border-radius: var(--radius);
  padding: 1.25rem 1.5rem; margin: 2.25rem 0 0;
}
.related-box h2 { margin: 0 0 0.5rem; font-size: 1.15rem; }
.related-box ul { display: flex; flex-wrap: wrap; gap: 0.4rem 1.25rem; list-style: none; padding: 0; margin: 0; }

/* Trust strip */
.trust { background: var(--ink); color: #fff; padding: 1.8rem 0; }
.trust-inner {
  display: grid; gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  text-align: center;
}
.trust-inner strong { display: block; font-family: var(--font-serif); font-size: 1.55rem; color: var(--gold); }
.trust-inner span { font-size: 0.88rem; opacity: 0.85; }

/* Trust pillars */
.pillars {
  display: grid; gap: 1.25rem;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  margin-top: 1.75rem;
}
.pillar {
  background: var(--bg); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 1.5rem;
}
.pillar h3 { color: var(--purple-dark); display: flex; align-items: center; gap: 0.5rem; }
.pillar h3::before { content: "★"; color: var(--gold); font-size: 1.3rem; }
.pillar p { margin: 0; color: var(--ink-soft); font-size: 0.95rem; }

/* Testimonials */
.quote-grid {
  display: grid; gap: 1.1rem;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  margin-top: 1.75rem;
}
blockquote {
  margin: 0; background: var(--bg);
  border: 1px solid var(--border);
  border-left: 4px solid var(--cyan);
  border-radius: var(--radius);
  padding: 1.4rem 1.4rem;
}
blockquote .stars { display: block; margin-bottom: 0.5rem; }
blockquote p { margin: 0 0 0.9rem; font-size: 1rem; color: var(--ink); }
.quote-author { display: flex; align-items: center; gap: 0.7rem; }
.quote-author img {
  width: 48px; height: 48px; border-radius: 50%;
  object-fit: cover; flex-shrink: 0;
  border: 2px solid var(--surface-soft);
}
blockquote cite { color: var(--ink); font-style: normal; font-size: 0.92rem; font-weight: 600; }

/* FAQ */
.faq details {
  background: var(--bg); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 1rem 1.25rem; margin-bottom: 0.75rem;
}
.faq summary { cursor: pointer; font-weight: 600; color: var(--purple-dark); font-family: var(--font-serif); font-size: 1.1rem; }
.faq p { margin: 0.75rem 0 0; color: var(--ink-soft); }

/* CTA band */
.cta-band {
  background: linear-gradient(135deg, var(--purple) 0%, var(--purple-dark) 100%);
  color: #fff; text-align: center;
}
.cta-band h2 { color: #fff; margin-bottom: 0.5rem; }
.cta-band p { color: #e9d8f4; margin-bottom: 1.5rem; max-width: 40rem; margin-left: auto; margin-right: auto; }
.cta-band .stars { display: inline-block; margin-top: 1rem; }
.cta-band .btn-primary { background: var(--gold); color: var(--purple-dark); }
.cta-band .btn-primary:hover { background: #fad547; }

/* Pricing card */
.pricing-card {
  background: var(--bg); border: 2px solid var(--cyan);
  border-radius: var(--radius); padding: 1.75rem; margin: 1.5rem auto; max-width: 480px;
  text-align: center; box-shadow: var(--shadow);
}
.pricing-card .price { font-family: var(--font-serif); font-size: 2.6rem; color: var(--purple-dark); display: block; line-height: 1; }
.pricing-card .price small { font-size: 1rem; color: var(--ink-soft); }
.pricing-card .bundle { display: block; margin-top: 0.5rem; color: var(--ink-soft); }

/* Footer */
.site-footer {
  background: #14102a; color: #d6cfee;
  padding: 2.5rem 0 1.5rem; margin-top: 0;
}
.footer-inner {
  display: grid; gap: 1.5rem;
  grid-template-columns: 2fr 1fr;
  align-items: start;
}
.footer-brand { font-family: var(--font-serif); font-size: 1.25rem; color: #fff; margin: 0 0 0.4rem; }
.site-footer nav ul { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: flex-end; }
.site-footer a { color: #d6cfee; }
.site-footer a:hover { color: #fff; }
.footer-social { list-style: none; padding: 0; margin: 0.75rem 0 0; display: flex; flex-wrap: wrap; gap: 0.85rem; font-size: 0.85rem; }
.nap-block { font-style: normal; line-height: 1.6; }
.map-embed { margin-top: 1rem; }
.map-embed iframe { width: 100%; max-width: 600px; height: 340px; border: 0; border-radius: 12px; }
.legal { grid-column: 1 / -1; font-size: 0.8rem; color: #8c83b0; border-top: 1px solid #2a2452; padding-top: 1rem; margin: 1rem 0 0; }

/* Responsive */
@media (max-width: 860px) {
  .intro-grid, .category { grid-template-columns: 1fr; }
  .category:nth-child(even) .category-media { order: 0; }

  /* Mobile hero: tighter padding, fluid type, full-width CTAs.
     (Image-as-bg + white text already applied at base.) */
  .hero { padding: 2.25rem 0 2.75rem; }
  .hero::before {
    background-image:
      linear-gradient(180deg, rgba(28, 21, 48, 0.55) 0%, rgba(77, 31, 102, 0.85) 100%),
      var(--hero-img, url('../img/phone-psychic-readings.jpg'));
  }
  .hero h1 { font-size: clamp(1.7rem, 6.2vw, 2.3rem); }
  .hero .lede { font-size: 1.02rem; }
  .hero-cta .btn { flex: 1 1 auto; text-align: center; }
}
@media (max-width: 720px) {
  .header-inner { flex-wrap: wrap; gap: 0.75rem; }
  .nav-toggle { display: inline-block; }
  .nav-list {
    display: none; flex-direction: column; gap: 0.5rem;
    flex-basis: 100%; padding: 0.75rem 0 0;
  }
  .nav.open .nav-list { display: flex; }
  .footer-inner { grid-template-columns: 1fr; }
  .site-footer nav ul { justify-content: flex-start; }
  .brand-text { font-size: 1.05rem; }
  .brand-icon { height: 38px; width: 38px; }

  /* Mega menu collapses inline on mobile */
  .mega-panel {
    position: static; transform: none; width: 100%;
    margin-top: 0;
    box-shadow: none; border: 0; padding: 0.25rem 0 0.25rem 0.75rem;
    opacity: 1; visibility: hidden; pointer-events: none;
    max-height: 0; overflow: hidden;
    transition: max-height 0.2s ease, visibility 0.2s;
  }
  .mega-panel::before { display: none; }
  .has-mega[aria-expanded="true"] .mega-panel {
    visibility: visible; pointer-events: auto; max-height: 30rem;
  }
  .has-mega:hover .mega-panel,
  .has-mega:focus-within .mega-panel { transform: none; }
  .mega-grid { grid-template-columns: 1fr; }
  .mega-trigger { padding: 0.25rem 0; }
}
@media (max-width: 420px) {
  /* Smallest screens: tighten nav button so logo + button fit on one row */
  .nav-cta { padding: 0.35rem 0.75rem; }
  .nav-cta-reason { font-size: 0.6rem; }
  .nav-cta-number { font-size: 0.9rem; }
  .brand-text small { display: none; }
}
