:root {
  color-scheme: dark;
  --bg: #03060b;
  --navy: #07111d;
  --ink: #fff6dc;
  --muted: #b7ad96;
  --gold: #d8af4e;
  --gold-bright: #ffe28a;
  --panel: rgba(9, 15, 23, 0.76);
  --line: rgba(216, 175, 78, 0.26);
  --line-strong: rgba(216, 175, 78, 0.58);
  --emerald: #4dd68d;
  --rose: #e16eac;
  --violet: #a78bfa;
  --cyan: #5dd7ff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  margin: 0;
  background:
    radial-gradient(circle at 20% 10%, rgba(216, 175, 78, 0.16), transparent 28%),
    radial-gradient(circle at 82% 16%, rgba(93, 215, 255, 0.12), transparent 24%),
    radial-gradient(circle at 70% 78%, rgba(225, 110, 172, 0.1), transparent 28%),
    linear-gradient(135deg, #020306 0%, #07111d 52%, #03060b 100%);
  color: var(--ink);
  font-family: Inter, Arial, sans-serif;
  letter-spacing: 0;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(216, 175, 78, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(216, 175, 78, 0.028) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(to bottom, black, transparent 78%);
}

button,
input,
select {
  font: inherit;
}

a {
  color: inherit;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px clamp(18px, 4vw, 54px);
  border-bottom: 1px solid rgba(216, 175, 78, 0.16);
  background: rgba(3, 6, 11, 0.78);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--gold-bright);
  font-family: Cinzel, Georgia, serif;
  font-weight: 800;
  text-decoration: none;
}

.brand img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 0 26px rgba(216, 175, 78, 0.28);
}

.site-header nav,
.site-footer nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.site-header nav a,
.site-footer nav a {
  padding: 9px 12px;
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 800;
  text-decoration: none;
}

.site-header nav a:hover,
.site-footer nav a:hover {
  color: var(--gold-bright);
  background: rgba(216, 175, 78, 0.1);
}

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

main {
  position: relative;
  z-index: 1;
}

.hero-section {
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(320px, 0.96fr);
  align-items: center;
  gap: clamp(28px, 5vw, 80px);
  padding: 104px clamp(20px, 5vw, 72px) 34px;
  overflow: hidden;
}

.hero-section::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 130px;
  background: linear-gradient(to bottom, transparent, rgba(3, 6, 11, 0.92));
  pointer-events: none;
}

.cosmic-field {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.cosmic-field span {
  position: absolute;
  color: rgba(255, 226, 138, 0.16);
  font-family: Cinzel, Georgia, serif;
  font-size: clamp(4rem, 10vw, 9rem);
  font-weight: 800;
  text-shadow: 0 0 28px rgba(216, 175, 78, 0.28);
  animation: driftNumber 12s ease-in-out infinite;
}

.cosmic-field span:nth-child(1) { left: 7%; top: 18%; animation-delay: -1s; }
.cosmic-field span:nth-child(2) { left: 34%; top: 72%; animation-delay: -5s; }
.cosmic-field span:nth-child(3) { right: 8%; top: 18%; animation-delay: -2s; }
.cosmic-field span:nth-child(4) { right: 29%; bottom: 8%; animation-delay: -7s; }
.cosmic-field span:nth-child(5) { left: 48%; top: 10%; animation-delay: -9s; }

.hero-copy {
  position: relative;
  max-width: 760px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--ink);
  font-family: Cinzel, Georgia, serif;
}

h1 {
  max-width: 820px;
  font-size: clamp(3rem, 6.4vw, 6.9rem);
  line-height: 0.92;
  text-shadow: 0 0 42px rgba(216, 175, 78, 0.22);
}

h2 {
  font-size: clamp(2rem, 4.2vw, 4.1rem);
  line-height: 1;
}

h3 {
  font-size: 1.32rem;
  line-height: 1.18;
}

.animated-headline {
  min-height: 62px;
  margin-top: 22px;
  color: var(--gold-bright);
  font-size: clamp(1.55rem, 3.3vw, 3rem);
  font-weight: 900;
  line-height: 1.05;
  display: grid;
  align-items: center;
  text-shadow: 0 0 28px rgba(216, 175, 78, 0.34);
}

.animated-headline span {
  grid-area: 1 / 1;
  opacity: 0;
  transform: translateY(16px);
  animation: rotateHeadline 15s infinite;
}

.animated-headline span:nth-child(2) { animation-delay: 3s; }
.animated-headline span:nth-child(3) { animation-delay: 6s; }
.animated-headline span:nth-child(4) { animation-delay: 9s; }
.animated-headline span:nth-child(5) { animation-delay: 12s; }

.hero-subtitle {
  max-width: 660px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.55vw, 1.22rem);
  line-height: 1.72;
}

.hero-actions,
.consultation-copy .primary-action {
  margin-top: 30px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.hero-proof span {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(216, 175, 78, 0.2);
  border-radius: 999px;
  padding: 0 13px;
  background: rgba(216, 175, 78, 0.08);
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 800;
}

.primary-action,
.secondary-action,
.diagnosis-form button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 0 22px;
  font-weight: 900;
  text-decoration: none;
}

.primary-action,
.diagnosis-form button {
  border: 1px solid rgba(255, 226, 138, 0.72);
  background: linear-gradient(135deg, #ffe28a, #c8902c);
  color: #1b1204;
  box-shadow: 0 16px 36px rgba(216, 175, 78, 0.24);
}

.secondary-action {
  border: 1px solid var(--line-strong);
  background: rgba(8, 15, 25, 0.72);
  color: var(--gold-bright);
}

.primary-action,
.secondary-action,
.diagnosis-form button,
.site-header nav a,
.site-footer nav a {
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}

.primary-action:hover,
.secondary-action:hover,
.diagnosis-form button:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 44px rgba(216, 175, 78, 0.32);
}

.hero-oracle {
  position: relative;
  min-height: min(68vh, 620px);
  display: grid;
  place-items: center;
}

.hero-oracle::before {
  content: "";
  position: absolute;
  width: min(72vw, 460px);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 18%, rgba(217, 70, 239, 0.2), transparent 16%),
    radial-gradient(circle at 50% 34%, rgba(129, 140, 248, 0.18), transparent 16%),
    radial-gradient(circle at 50% 50%, rgba(56, 189, 248, 0.16), transparent 18%),
    radial-gradient(circle at 50% 66%, rgba(34, 197, 94, 0.16), transparent 18%),
    radial-gradient(circle at 50% 82%, rgba(249, 115, 22, 0.16), transparent 16%);
  filter: blur(28px);
  opacity: 0.72;
  animation: chakraAura 7s ease-in-out infinite;
}

.gold-particles {
  position: absolute;
  inset: 6%;
  pointer-events: none;
  z-index: 4;
}

.gold-particles i {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold-bright);
  box-shadow: 0 0 18px rgba(255, 226, 138, 0.9);
  opacity: 0.82;
  animation: particleFloat 6s ease-in-out infinite;
}

.gold-particles i:nth-child(1) { left: 9%; top: 18%; animation-delay: -0.4s; }
.gold-particles i:nth-child(2) { left: 18%; bottom: 20%; animation-delay: -2.1s; }
.gold-particles i:nth-child(3) { right: 13%; top: 12%; animation-delay: -1.2s; }
.gold-particles i:nth-child(4) { right: 8%; bottom: 22%; animation-delay: -3.3s; }
.gold-particles i:nth-child(5) { left: 45%; top: 4%; animation-delay: -4.4s; }
.gold-particles i:nth-child(6) { left: 4%; top: 52%; animation-delay: -5.2s; }
.gold-particles i:nth-child(7) { right: 34%; bottom: 6%; animation-delay: -2.8s; }
.gold-particles i:nth-child(8) { right: 2%; top: 50%; animation-delay: -1.7s; }

.loshu-orbit {
  position: absolute;
  width: min(82vw, 520px);
  aspect-ratio: 1;
  border: 1px solid rgba(216, 175, 78, 0.24);
  border-radius: 50%;
  background:
    conic-gradient(from 0deg, rgba(216, 175, 78, 0.06), rgba(93, 215, 255, 0.16), rgba(225, 110, 172, 0.14), rgba(216, 175, 78, 0.06));
  filter: blur(0.2px);
  animation: orbitPulse 9s ease-in-out infinite;
}

.loshu-grid {
  position: relative;
  z-index: 2;
  width: min(86vw, 430px);
  aspect-ratio: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  padding: 12px;
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 226, 138, 0.12), rgba(255, 255, 255, 0.025)),
    rgba(5, 9, 15, 0.7);
  box-shadow: 0 0 68px rgba(216, 175, 78, 0.22), inset 0 0 42px rgba(255, 226, 138, 0.08);
  backdrop-filter: blur(14px);
}

.loshu-grid span {
  display: grid;
  place-items: center;
  border: 1px solid rgba(216, 175, 78, 0.28);
  border-radius: 8px;
  background: radial-gradient(circle at 35% 25%, rgba(255, 226, 138, 0.2), rgba(7, 17, 29, 0.72));
  color: var(--gold-bright);
  font-family: Cinzel, Georgia, serif;
  font-size: clamp(2.4rem, 8vw, 4.6rem);
  font-weight: 800;
  text-shadow: 0 0 22px rgba(255, 226, 138, 0.58);
  animation: floatCell 4.8s ease-in-out infinite;
}

.loshu-grid span:nth-child(2n) {
  animation-delay: -1.2s;
}

.loshu-grid span:nth-child(3n) {
  animation-delay: -2.3s;
}

.loshu-grid span.is-missing {
  border-color: rgba(225, 110, 172, 0.82);
  background:
    radial-gradient(circle at 35% 25%, rgba(225, 110, 172, 0.36), rgba(7, 17, 29, 0.78));
  color: #ffd1ec;
  box-shadow: 0 0 26px rgba(225, 110, 172, 0.45), inset 0 0 18px rgba(225, 110, 172, 0.18);
}

.grid-hint {
  position: absolute;
  bottom: 4%;
  max-width: 330px;
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 800;
  text-align: center;
}

.chakra-column {
  position: absolute;
  right: 5%;
  width: 18px;
  display: grid;
  gap: 13px;
  z-index: 3;
}

.chakra-column i {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  filter: blur(0.1px);
  box-shadow: 0 0 24px currentColor;
  animation: chakraGlow 3.2s ease-in-out infinite;
}

.chakra-column i:nth-child(1) { color: #d84040; background: currentColor; }
.chakra-column i:nth-child(2) { color: #f97316; background: currentColor; animation-delay: -0.2s; }
.chakra-column i:nth-child(3) { color: #facc15; background: currentColor; animation-delay: -0.4s; }
.chakra-column i:nth-child(4) { color: #22c55e; background: currentColor; animation-delay: -0.6s; }
.chakra-column i:nth-child(5) { color: #38bdf8; background: currentColor; animation-delay: -0.8s; }
.chakra-column i:nth-child(6) { color: #818cf8; background: currentColor; animation-delay: -1s; }
.chakra-column i:nth-child(7) { color: #d946ef; background: currentColor; animation-delay: -1.2s; }

.diagnosis-section,
.funnel-section,
.sample-section,
.reveal-section,
.interactive-section,
.report-pages-section,
.balancing-section,
.consult-reasons-section,
.chakra-section,
.rajiev-section,
.testimonials-section,
.faq-section,
.consultation-section,
.about-section {
  width: min(100% - 40px, 1180px);
  margin: 0 auto;
  padding: clamp(42px, 6vw, 76px) 0;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 28px;
}

.section-heading p:not(.eyebrow) {
  margin: 14px 0 0;
  color: var(--muted);
  line-height: 1.7;
}

.diagnosis-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(320px, 1.04fr);
  gap: 24px;
  align-items: stretch;
}

.diagnosis-form,
.teaser-result,
.funnel-grid article,
.sample-card,
.reveal-grid article,
.interactive-section,
.report-page-stack article,
.balancing-section,
.balancing-steps article,
.reason-grid article,
.chakra-grid article,
.rajiev-section,
.testimonial-grid article,
.faq-list details,
.consultation-section,
.about-section {
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 226, 138, 0.08), rgba(255, 255, 255, 0.02)),
    var(--panel);
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(16px);
}

.reveal-grid,
.reason-grid {
  display: grid;
  gap: 16px;
}

.reveal-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.reveal-grid article,
.reason-grid article {
  min-height: 250px;
  padding: 22px;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.reveal-grid article:hover,
.reason-grid article:hover,
.report-page-stack article:hover,
.balancing-steps article:hover,
.faq-list details:hover {
  transform: translateY(-5px);
  border-color: var(--line-strong);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.38), 0 0 26px rgba(216, 175, 78, 0.15);
}

.reveal-grid span,
.report-page-stack span,
.balancing-steps span {
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.reveal-grid h3,
.reason-grid h3 {
  margin-top: 22px;
}

.reveal-grid p,
.interactive-section p,
.gold-list,
.report-page-stack p,
.balancing-section p,
.reason-grid p,
.rajiev-section p,
.faq-list p {
  color: var(--muted);
  line-height: 1.65;
}

.interactive-section,
.balancing-section,
.rajiev-section {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  gap: 28px;
  align-items: center;
  padding: clamp(24px, 4vw, 42px);
}

.gold-list {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.gold-list li,
.rajiev-points span {
  position: relative;
  padding-left: 22px;
}

.gold-list li::before,
.rajiev-points span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold-bright);
  box-shadow: 0 0 14px rgba(255, 226, 138, 0.65);
}

.interactive-grid-wrap {
  display: grid;
  justify-items: center;
  gap: 18px;
}

.mini-loshu-grid {
  width: min(100%, 390px);
  aspect-ratio: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding: 12px;
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  background: rgba(2, 5, 9, 0.58);
  box-shadow: 0 0 46px rgba(216, 175, 78, 0.18);
}

.mini-loshu-grid span {
  display: grid;
  place-items: center;
  border: 1px solid rgba(216, 175, 78, 0.24);
  border-radius: 8px;
  color: var(--gold-bright);
  font-family: Cinzel, Georgia, serif;
  font-size: clamp(2rem, 6vw, 4rem);
  font-weight: 800;
  animation: discoveredPulse 4.8s ease-in-out infinite;
}

.mini-loshu-grid .missing {
  border-color: rgba(225, 110, 172, 0.72);
  color: #ffd1ec;
  box-shadow: inset 0 0 18px rgba(225, 110, 172, 0.16), 0 0 16px rgba(225, 110, 172, 0.24);
}

.mini-loshu-grid .discovered {
  background: radial-gradient(circle at 35% 25%, rgba(255, 226, 138, 0.22), rgba(7, 17, 29, 0.74));
  box-shadow: inset 0 0 18px rgba(255, 226, 138, 0.12), 0 0 20px rgba(216, 175, 78, 0.22);
}

.grid-legend {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 800;
}

.grid-legend span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.grid-legend i {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
}

.legend-discovered {
  background: var(--gold-bright);
  box-shadow: 0 0 14px rgba(255, 226, 138, 0.8);
}

.legend-missing {
  background: var(--rose);
  box-shadow: 0 0 14px rgba(225, 110, 172, 0.8);
}

.diagnosis-form {
  display: grid;
  gap: 16px;
  padding: clamp(18px, 3vw, 28px);
}

.diagnosis-form label {
  display: grid;
  gap: 8px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.diagnosis-form input,
.diagnosis-form select {
  min-height: 52px;
  width: 100%;
  border: 1px solid rgba(216, 175, 78, 0.22);
  border-radius: 8px;
  padding: 0 14px;
  background: rgba(2, 5, 9, 0.72);
  color: var(--ink);
  outline: none;
}

.diagnosis-form select {
  appearance: none;
  background:
    linear-gradient(45deg, transparent 50%, var(--gold-bright) 50%) calc(100% - 18px) 21px / 7px 7px no-repeat,
    linear-gradient(135deg, var(--gold-bright) 50%, transparent 50%) calc(100% - 13px) 21px / 7px 7px no-repeat,
    rgba(2, 5, 9, 0.72);
}

.diagnosis-form input:focus,
.diagnosis-form select:focus {
  border-color: var(--gold-bright);
  box-shadow: 0 0 0 3px rgba(216, 175, 78, 0.14);
}

.diagnosis-form button {
  cursor: pointer;
}

.lead-save-status {
  min-height: 1.2rem;
  margin: -4px 0 0;
  color: rgba(244, 237, 216, 0.72);
  font-size: 0.86rem;
  font-weight: 800;
}

.lead-save-status[data-status="success"] {
  color: #ffe28a;
}

.lead-save-status[data-status="error"] {
  color: #ff7ab8;
}

.teaser-result {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: clamp(18px, 3vw, 28px);
}

.teaser-result div {
  min-height: 132px;
  display: grid;
  align-content: center;
  gap: 10px;
  padding: 18px;
  border: 1px solid rgba(216, 175, 78, 0.18);
  border-radius: 8px;
  background: rgba(2, 5, 9, 0.38);
}

.teaser-result div:nth-child(4) {
  grid-column: span 2;
}

.teaser-result span,
.funnel-grid span {
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.teaser-result strong {
  color: var(--gold-bright);
  font-family: Cinzel, Georgia, serif;
  font-size: clamp(1.6rem, 3vw, 2.8rem);
  line-height: 1;
  text-shadow: 0 0 22px rgba(255, 226, 138, 0.26);
}

.sample-card {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1fr);
  gap: 24px;
  padding: clamp(20px, 4vw, 36px);
}

.sample-numbers {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.sample-numbers div {
  min-height: 150px;
  display: grid;
  align-content: center;
  gap: 10px;
  border: 1px solid rgba(216, 175, 78, 0.2);
  border-radius: 8px;
  padding: 16px;
  background: rgba(2, 5, 9, 0.42);
  text-align: center;
}

.sample-numbers span {
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.sample-numbers strong {
  color: var(--gold-bright);
  font-family: Cinzel, Georgia, serif;
  font-size: 3rem;
  line-height: 1;
  text-shadow: 0 0 22px rgba(255, 226, 138, 0.3);
}

.sample-copy {
  display: grid;
  align-content: center;
  justify-items: start;
}

.sample-copy p {
  color: var(--muted);
  line-height: 1.7;
}

.report-page-stack {
  min-height: 480px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  align-items: end;
}

.report-page-stack article {
  min-height: 360px;
  display: grid;
  align-content: start;
  padding: 22px;
  position: relative;
  overflow: hidden;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.report-page-stack article::after {
  content: "";
  position: absolute;
  inset: auto 18px 18px;
  height: 96px;
  border: 1px solid rgba(216, 175, 78, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(255, 226, 138, 0.18), transparent 55%),
    repeating-linear-gradient(to bottom, rgba(255, 246, 220, 0.1), rgba(255, 246, 220, 0.1) 5px, transparent 5px, transparent 16px);
}

.report-page-stack article:nth-child(2) { transform: translateY(22px); }
.report-page-stack article:nth-child(3) { transform: translateY(44px); }
.report-page-stack article:nth-child(4) { transform: translateY(22px); }

.balancing-section {
  grid-template-columns: minmax(0, 0.86fr) minmax(320px, 1.14fr);
}

.balancing-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.balancing-steps article {
  min-height: 210px;
  padding: 20px;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.reason-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.funnel-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.funnel-grid article {
  min-height: 250px;
  padding: 22px;
  transition: transform 220ms ease, border-color 220ms ease;
}

.funnel-grid article:hover {
  transform: translateY(-6px);
  border-color: var(--line-strong);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.38), 0 0 28px rgba(216, 175, 78, 0.16);
}

.funnel-grid h3 {
  margin-top: 24px;
}

.funnel-grid p,
.about-section p,
.consultation-copy li,
.chakra-grid p,
.testimonial-grid p,
.rajiev-points {
  color: var(--muted);
  line-height: 1.65;
}

.price {
  display: block;
  margin-top: 18px;
  color: var(--gold-bright);
  font-family: Cinzel, Georgia, serif;
  font-size: clamp(1.55rem, 2.3vw, 2.15rem);
  line-height: 1;
}

.featured-price {
  border-color: rgba(255, 226, 138, 0.7) !important;
  background:
    linear-gradient(145deg, rgba(255, 226, 138, 0.14), rgba(225, 110, 172, 0.06)),
    rgba(9, 15, 23, 0.82) !important;
}

.chakra-grid,
.testimonial-grid {
  display: grid;
  gap: 16px;
}

.chakra-grid {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.chakra-grid article,
.testimonial-grid article {
  min-height: 210px;
  padding: 20px;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.chakra-grid article:hover,
.testimonial-grid article:hover,
.sample-card:hover {
  transform: translateY(-5px);
  border-color: var(--line-strong);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.38), 0 0 26px rgba(216, 175, 78, 0.15);
}

.chakra-grid article > span {
  width: 42px;
  height: 42px;
  display: block;
  margin-bottom: 18px;
  border-radius: 50%;
  background: var(--chakra);
  box-shadow: 0 0 28px var(--chakra);
}

.chakra-grid h3 {
  font-size: 1.05rem;
}

.testimonial-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.testimonial-grid article {
  min-height: 230px;
  display: grid;
  align-content: space-between;
}

.testimonial-grid p {
  margin: 0;
  font-size: 1.02rem;
}

.testimonial-grid strong {
  color: var(--gold-bright);
}

.rajiev-section {
  grid-template-columns: minmax(260px, 0.46fr) minmax(0, 1fr);
}

.photo-placeholder {
  min-height: 430px;
  display: grid;
  place-items: center;
  position: relative;
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 20%, rgba(255, 226, 138, 0.22), transparent 28%),
    linear-gradient(145deg, rgba(255, 226, 138, 0.08), rgba(255, 255, 255, 0.02));
  overflow: hidden;
}

.photo-placeholder::before {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  border: 1px solid rgba(216, 175, 78, 0.24);
  top: 82px;
  background: rgba(216, 175, 78, 0.08);
}

.photo-placeholder::after {
  content: "";
  position: absolute;
  width: 260px;
  height: 190px;
  border-radius: 48% 48% 0 0;
  bottom: 0;
  background: linear-gradient(145deg, rgba(216, 175, 78, 0.22), rgba(7, 17, 29, 0.72));
}

.photo-placeholder img {
  position: relative;
  z-index: 2;
  width: 112px;
  height: 112px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 0 34px rgba(216, 175, 78, 0.24);
}

.photo-placeholder span {
  position: absolute;
  bottom: 24px;
  z-index: 3;
  color: var(--gold);
  font-weight: 900;
  text-transform: uppercase;
}

.rajiev-points {
  display: grid;
  gap: 10px;
  margin-top: 22px;
  font-weight: 800;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-list details {
  padding: 18px 20px;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.faq-list summary {
  cursor: pointer;
  color: var(--gold-bright);
  font-weight: 900;
}

.faq-list p {
  margin: 12px 0 0;
}

.consultation-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.68fr);
  gap: 30px;
  align-items: center;
  padding: clamp(28px, 5vw, 52px);
}

.consultation-copy ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.consultation-copy li {
  position: relative;
  padding-left: 24px;
}

.consultation-copy li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--gold-bright);
  box-shadow: 0 0 16px rgba(255, 226, 138, 0.55);
}

.report-preview {
  justify-self: center;
}

.report-preview img {
  width: min(100%, 330px);
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.38), 0 0 38px rgba(216, 175, 78, 0.22);
}

.about-section {
  padding: clamp(28px, 5vw, 48px);
}

.about-section p {
  max-width: 930px;
  margin: 18px 0 0;
  font-size: 1.05rem;
}

.site-footer {
  width: min(100% - 40px, 1180px);
  min-height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 0 auto;
  padding: 28px 0 42px;
  border-top: 1px solid var(--line);
  color: var(--muted);
}


@keyframes rotateHeadline {
  0%, 18% { opacity: 1; transform: translateY(0); }
  24%, 100% { opacity: 0; transform: translateY(-16px); }
}

@keyframes driftNumber {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(0deg); }
  50% { transform: translate3d(14px, -22px, 0) rotate(4deg); }
}

@keyframes floatCell {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-7px) scale(1.025); }
}

@keyframes orbitPulse {
  0%, 100% { transform: rotate(0deg) scale(0.96); opacity: 0.72; }
  50% { transform: rotate(18deg) scale(1.04); opacity: 1; }
}

@keyframes chakraGlow {
  0%, 100% { transform: scale(0.9); opacity: 0.55; }
  50% { transform: scale(1.18); opacity: 1; }
}

@keyframes chakraAura {
  0%, 100% { transform: scale(0.96); opacity: 0.58; }
  50% { transform: scale(1.05); opacity: 0.84; }
}

@keyframes particleFloat {
  0%, 100% { transform: translate3d(0, 0, 0) scale(0.8); opacity: 0.38; }
  50% { transform: translate3d(10px, -24px, 0) scale(1.22); opacity: 1; }
}

@keyframes discoveredPulse {
  0%, 100% { transform: translateY(0); opacity: 0.78; }
  50% { transform: translateY(-5px); opacity: 1; }
}



.payment-action {
  position: relative;
  z-index: 5;
  width: 100%;
  min-height: 52px;
  margin-top: 18px;
  border: 1px solid rgba(255, 226, 138, 0.72);
  border-radius: 8px;
  background: linear-gradient(135deg, #ffe28a, #c8902c);
  color: #1b1204;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(255, 226, 138, 0.25);
  font-weight: 900;
  box-shadow: 0 14px 32px rgba(216, 175, 78, 0.2);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.payment-action:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 44px rgba(216, 175, 78, 0.32);
}

.payment-action:disabled {
  cursor: wait;
  opacity: 0.82;
  transform: none;
}

.payment-helper[hidden],
.payment-fallback-link[hidden] {
  display: none;
}

.payment-helper,
.payment-fallback-link {
  position: relative;
  z-index: 5;
}

.payment-helper {
  margin-top: 12px;
  border: 1px solid rgba(216, 175, 78, 0.26);
  border-radius: 8px;
  padding: 11px 12px;
  background: rgba(255, 226, 138, 0.08);
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.45;
}

.payment-helper[data-status="warning"] {
  border-color: rgba(255, 226, 138, 0.48);
  color: var(--gold-bright);
}

.payment-helper[data-status="error"] {
  border-color: rgba(255, 105, 180, 0.5);
  color: #ff7ac2;
}

.payment-fallback-link {
  min-height: 46px;
  margin-top: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 1px solid rgba(255, 226, 138, 0.42);
  border-radius: 8px;
  color: var(--gold-bright);
  background: rgba(2, 5, 9, 0.38);
  font-weight: 900;
  text-decoration: none;
  touch-action: manipulation;
}

.trust-notes {
  display: grid;
  gap: 8px;
  margin-top: 16px;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.45;
}

.trust-notes span,
.trust-notes a {
  position: relative;
  padding-left: 18px;
}

.trust-notes span::before,
.trust-notes a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold-bright);
  box-shadow: 0 0 12px rgba(255, 226, 138, 0.65);
}

.trust-notes a {
  color: var(--gold-bright);
  font-weight: 800;
  text-decoration: none;
}

.footer-business {
  display: grid;
  gap: 7px;
  max-width: 560px;
}

.footer-business > span {
  color: var(--gold-bright);
  font-family: Cinzel, Georgia, serif;
  font-weight: 800;
}

.footer-business small {
  color: var(--muted);
  line-height: 1.45;
}

.footer-business a {
  color: var(--gold-bright);
  text-decoration: none;
}

.legal-main {
  width: min(100% - 40px, 980px);
  margin: 0 auto;
  padding: 132px 0 64px;
}

.legal-article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(255, 226, 138, 0.08), rgba(255, 255, 255, 0.02)), var(--panel);
  padding: clamp(22px, 4vw, 44px);
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.28);
}

.legal-article h1 {
  font-size: clamp(2.4rem, 6vw, 4.6rem);
  line-height: 1;
}

.legal-article h2 {
  margin-top: 32px;
  font-size: clamp(1.4rem, 3vw, 2.1rem);
}

.legal-article p,
.legal-article li {
  color: var(--muted);
  line-height: 1.75;
}

.legal-article a {
  color: var(--gold-bright);
}

.legal-meta,
.payment-status-card {
  margin-top: 22px;
  border: 1px solid rgba(216, 175, 78, 0.22);
  border-radius: 8px;
  padding: 18px;
  background: rgba(2, 5, 9, 0.42);
}

.payment-status-card strong {
  color: var(--gold-bright);
  font-size: 1.2rem;
}

@media (max-width: 960px) {
  .site-header {
    position: absolute;
    align-items: flex-start;
  }

  .site-header nav {
    justify-content: flex-end;
  }

  .hero-section,
  .diagnosis-layout,
  .sample-card,
  .interactive-section,
  .balancing-section,
  .rajiev-section,
  .consultation-section {
    grid-template-columns: 1fr;
  }

  .hero-section {
    padding-top: 132px;
  }

  .hero-oracle {
    min-height: 420px;
  }

  .funnel-grid,
  .reveal-grid,
  .report-page-stack,
  .balancing-steps,
  .reason-grid,
  .chakra-grid,
  .testimonial-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .report-page-stack {
    min-height: auto;
    align-items: stretch;
  }

  .report-page-stack article,
  .report-page-stack article:nth-child(2),
  .report-page-stack article:nth-child(3),
  .report-page-stack article:nth-child(4) {
    min-height: 300px;
    transform: none;
  }
}

@media (max-width: 640px) {
  .site-header,
  .site-footer {
    display: grid;
    justify-items: start;
  }

  .brand span {
    font-size: 0.94rem;
  }

  .site-header nav a,
  .site-footer nav a {
    padding: 8px 7px;
    font-size: 0.78rem;
  }

  .hero-section {
    min-height: auto;
    padding-top: 166px;
    padding-bottom: 28px;
  }

  .hero-actions,
  .primary-action,
  .secondary-action {
    width: 100%;
  }

  .funnel-grid,
  .reveal-grid,
  .sample-numbers,
  .report-page-stack,
  .balancing-steps,
  .reason-grid,
  .chakra-grid,
  .testimonial-grid,
  .teaser-result,
  .consultation-copy ul {
    grid-template-columns: 1fr;
  }

  .teaser-result div:nth-child(4) {
    grid-column: auto;
  }

  .funnel-grid article {
    min-height: 0;
  }
  .payment-action,
  .payment-fallback-link {
    min-height: 56px;
    font-size: 0.96rem;
  }

  .payment-helper {
    font-size: 0.86rem;
  }

  .chakra-column {
    right: 0;
  }

  .grid-hint {
    position: static;
    margin-top: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
}
