:root {
  --bg: #040102;
  --bg-soft: #090203;
  --bg-soft-2: #130304;
  --card: rgba(255, 255, 255, 0.04);
  --card-strong: rgba(255, 255, 255, 0.07);

  --text: #f8efea;
  --text-soft: #dccaca;
  --text-muted: #ab9191;

  --red-1: #ff4d57;
  --red-2: #e21f36;
  --red-3: #a40c1e;
  --red-4: #5f0711;

  --gold: #d7a05f;
  --gold-soft: #f2d6a4;
  --gold-strong: #f5c37a;

  --border: rgba(255, 255, 255, 0.09);

  --shadow-lg: 0 30px 90px rgba(0, 0, 0, 0.55);
  --shadow-md: 0 18px 50px rgba(0, 0, 0, 0.35);

  --radius-xl: 34px;
  --radius-lg: 26px;

  --container: 1200px;
  --transition: 0.4s ease;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

::selection {
  background: rgba(226, 31, 54, 0.25);
  color: #fff;
}

body {
  font-family: "Inter", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top, rgba(226, 31, 54, 0.22), transparent 30%),
    radial-gradient(circle at 82% 18%, rgba(255, 77, 87, 0.14), transparent 20%),
    radial-gradient(circle at 18% 82%, rgba(164, 12, 30, 0.18), transparent 24%),
    linear-gradient(180deg, #020000 0%, #080102 42%, #030102 100%);
  overflow-x: hidden;
  position: relative;
}

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

button,
input,
textarea {
  font: inherit;
}

ul {
  list-style: none;
}

.container {
  width: min(100% - 40px, var(--container));
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.narrow {
  width: min(100% - 40px, 900px);
  margin: 0 auto;
}

.page-noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.04;
  background-image:
    radial-gradient(circle at 20% 20%, #ffffff 0.6px, transparent 0.6px),
    radial-gradient(circle at 80% 40%, #ffffff 0.5px, transparent 0.5px),
    radial-gradient(circle at 40% 80%, #ffffff 0.4px, transparent 0.4px);
  background-size: 180px 180px;
  z-index: 1;
}

.bg-grid {
  position: fixed;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.018) 1px, transparent 1px);
  background-size: 88px 88px;
  mask-image: radial-gradient(circle at center, black 38%, transparent 85%);
  -webkit-mask-image: radial-gradient(circle at center, black 38%, transparent 85%);
  opacity: 0.32;
  pointer-events: none;
  z-index: 0;
}

.bg-orb {
  position: fixed;
  border-radius: 999px;
  filter: blur(90px);
  pointer-events: none;
  z-index: 0;
  opacity: 0.45;
}

.orb-1 {
  width: 320px;
  height: 320px;
  background: rgba(226, 31, 54, 0.28);
  top: 8%;
  left: -50px;
}

.orb-2 {
  width: 260px;
  height: 260px;
  background: rgba(255, 205, 120, 0.12);
  top: 28%;
  right: 6%;
}

.orb-3 {
  width: 300px;
  height: 300px;
  background: rgba(164, 12, 30, 0.24);
  bottom: 10%;
  left: 18%;
}

.header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(18px);
  background: rgba(5, 2, 8, 0.55);
  border-bottom: 1px solid rgba(255,255,255,0.05);
}

.nav {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
}

.brand-symbol {
  color: var(--gold);
  font-size: 1.1rem;
}

.brand-name {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.55rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.menu {
  display: flex;
  gap: 28px;
}

.menu a {
  color: var(--text-soft);
  font-size: 0.95rem;
  transition: var(--transition);
}

.menu a:hover {
  color: #ffe0b7;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 26px;
  border-radius: 999px;
  font-weight: 700;
  transition: transform var(--transition), box-shadow var(--transition), filter var(--transition);
  border: 1px solid transparent;
  cursor: pointer;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  color: #fff5f4;
  background: linear-gradient(135deg, #ff3c4d 0%, #d3112b 48%, #b97a34 100%);
  box-shadow: 0 12px 30px rgba(211, 17, 43, 0.34);
}

.hero {
  position: relative;
  padding: 105px 0 75px;
  overflow: hidden;
}

.hero-stars {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 15% 25%, rgba(255,255,255,0.7) 0.7px, transparent 0.9px),
    radial-gradient(circle at 75% 40%, rgba(255,225,170,0.45) 0.8px, transparent 1px),
    radial-gradient(circle at 55% 80%, rgba(255,255,255,0.35) 0.7px, transparent 1px),
    radial-gradient(circle at 90% 12%, rgba(255,220,170,0.55) 0.7px, transparent 1px);
  background-size: 240px 240px;
  opacity: 0.32;
  pointer-events: none;
}

.hero-sigil {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 760px;
  height: 760px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px solid rgba(226, 31, 54, 0.10);
  box-shadow:
    0 0 0 80px rgba(226, 31, 54, 0.03),
    0 0 0 180px rgba(215, 160, 95, 0.02);
  opacity: 0.75;
  pointer-events: none;
}

.hero-content {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: center;
  gap: 40px;
}

.eyebrow,
.section-tag,
.offer-eyebrow,
.audience-label {
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 700;
  color: #ffd2d8;
}

.hero-copy h1 {
  margin-top: 18px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3rem, 6vw, 5.8rem);
  line-height: 0.96;
  letter-spacing: -0.03em;
  max-width: 760px;
}

.text-gradient {
  background: linear-gradient(135deg, #ffe3dc 0%, #ff6b78 24%, #ff3246 52%, #cc1730 76%, #f2d6a4 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.text-gold {
  display: block;
  background: linear-gradient(135deg, #fff0d6 0%, #f2d6a4 40%, #d7a05f 78%, #ffd08b 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-description {
  margin-top: 24px;
  color: var(--text-soft);
  font-size: 1.08rem;
  line-height: 1.85;
  max-width: 690px;
}

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.hero-trust {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 34px;
}

.trust-item {
  min-width: 160px;
  padding: 16px 18px;
  border: 1px solid rgba(215, 160, 95, 0.18);
  border-radius: 20px;
  background: rgba(255,255,255,0.035);
  backdrop-filter: blur(14px);
}

.trust-item strong {
  display: block;
  color: #ffe5c5;
  margin-bottom: 6px;
}

.trust-item span {
  color: var(--text-muted);
  font-size: 0.92rem;
}

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

.hero-card {
  position: relative;
  width: min(100%, 460px);
  padding: 22px;
  border-radius: 34px;
  border: 1px solid rgba(255,255,255,0.08);
  background: linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.025));
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow-lg);
}

.card-glow {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    radial-gradient(circle at top, rgba(226, 31, 54, 0.22), transparent 35%),
    radial-gradient(circle at bottom, rgba(215, 160, 95, 0.10), transparent 40%);
  pointer-events: none;
}

.tarot-frame {
  position: relative;
  border-radius: 28px;
  min-height: 620px;
  padding: 24px;
  border: 1px solid rgba(226, 31, 54, 0.22);
  background:
    linear-gradient(180deg, rgba(12, 2, 4, 0.96), rgba(8, 1, 2, 0.98)),
    radial-gradient(circle at center, rgba(226, 31, 54, 0.12), transparent 45%);
  overflow: hidden;
}

.tarot-frame::before,
.tarot-frame::after {
  content: "";
  position: absolute;
  inset: 16px;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,0.04);
  pointer-events: none;
}

.tarot-top,
.tarot-bottom {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  color: #cba989;
  font-size: 0.74rem;
  letter-spacing: 0.16em;
}

.tarot-center {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px;
}

.tree-life {
  --tree-width: clamp(220px, 24vw, 270px);
  position: relative;
  width: min(100%, var(--tree-width));
  aspect-ratio: 320 / 520;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.tree-aura {
  position: absolute;
  inset: 24px 14% 16px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.04);
  box-shadow:
    0 0 0 14px rgba(226, 31, 54, 0.03),
    0 0 42px rgba(215, 160, 95, 0.08);
  pointer-events: none;
}

.tree-svg {
  width: 100%;
  height: 100%;
  display: block;
  overflow: visible;
  flex-shrink: 0;
}

.tree-lines line {
  stroke: rgba(244, 205, 132, 0.96);
  stroke-width: 3;
  stroke-linecap: round;
  opacity: 0.95;
  filter: drop-shadow(0 0 5px rgba(255, 211, 138, 0.28));
}

.sephira-node {
  color: #ffffff;
}

.sephira-node .orb-core {
  fill: currentColor;
  stroke: rgba(255, 245, 220, 0.72);
  stroke-width: 2.2;
  vector-effect: non-scaling-stroke;
  transform-box: fill-box;
  transform-origin: center;
  animation: orbGlow 3.2s ease-in-out infinite;
}

.sephira-node .orb-shine {
  fill: rgba(255, 255, 255, 0.38);
  filter: blur(1.2px);
  opacity: 0.95;
  transform-box: fill-box;
  transform-origin: center;
  animation: orbShine 3.2s ease-in-out infinite;
}

.s1  { color: #f4f1ea; }
.s2  { color: #07090d; }
.s3  { color: #4e423e; }
.s4  { color: #d82423; }
.s5  { color: #f0c52b; }
.s6  { color: #1d55dc; }
.s7  { color: #ff6d1c; }
.s8  { color: #14a23f; }
.s9  { color: #6f1dd4; }
.s10 { color: #4b2508; }


.section {
  position: relative;
  padding: 95px 0;
}

.center {
  text-align: center;
}

.section-heading {
  max-width: 860px;
  margin-bottom: 46px;
}

.section-heading.center {
  margin-left: auto;
  margin-right: auto;
}

.section-heading h2 {
  margin-top: 16px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.3rem, 4vw, 4rem);
  line-height: 1.02;
}

.section-heading p {
  margin-top: 16px;
  color: var(--text-soft);
  line-height: 1.8;
  font-size: 1.04rem;
}

.intro {
  padding-top: 50px;
}

.tension-box {
  margin-top: 28px;
  padding: 24px 26px;
  border-radius: 24px;
  border: 1px solid rgba(215,160,95,0.18);
  background: linear-gradient(180deg, rgba(226,31,54,0.10), rgba(255,255,255,0.025));
  box-shadow: var(--shadow-md);
}

.tension-box p {
  color: var(--text-soft);
  line-height: 1.8;
  font-size: 1.02rem;
}

.dark-section {
  background: linear-gradient(180deg, rgba(255,255,255,0.01), rgba(255,255,255,0.015));
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.info-card,
.video-box,
.final-cta-box,
.audience-spot {
  border: 1px solid var(--border);
  background: linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.025));
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow-md);
}

.info-card {
  padding: 28px;
  border-radius: 26px;
  transition: transform var(--transition), border-color var(--transition), box-shadow var(--transition);
}

.info-card:hover,
.testimonial-card:hover,
.video-box:hover,
.audience-spot:hover {
  transform: translateY(-6px);
  border-color: rgba(215, 160, 95, 0.28);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.3);
}

.icon {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  font-size: 1.35rem;
  color: #ffe6c8;
  background: radial-gradient(circle, rgba(226, 31, 54, 0.18), rgba(215,160,95,0.12));
  border: 1px solid rgba(226, 31, 54, 0.28);
  margin-bottom: 18px;
}

.info-card h3 {
  font-size: 1.18rem;
  margin-bottom: 12px;
}

.info-card p {
  color: var(--text-soft);
  line-height: 1.75;
}

.audience-section {
  background: linear-gradient(180deg, rgba(255,255,255,0.01), rgba(226,31,54,0.045));
}

.audience-duo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.audience-spot {
  position: relative;
  padding: 32px;
  border-radius: 30px;
  overflow: hidden;
  transition: transform var(--transition), border-color var(--transition), box-shadow var(--transition);
}

.audience-spot h3 {
  margin: 14px 0 18px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  line-height: 1.05;
}

.audience-yes {
  border: 1px solid rgba(226, 31, 54, 0.34);
  background: linear-gradient(180deg, rgba(226,31,54,0.12), rgba(255,255,255,0.03));
  box-shadow: 0 0 40px rgba(226,31,54,0.12), var(--shadow-md);
}

.audience-no {
  border: 1px solid rgba(215,160,95,0.24);
  background: linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.02));
}

.audience-list {
  display: grid;
  gap: 14px;
}

.audience-list li {
  position: relative;
  padding-left: 24px;
  color: var(--text-soft);
  line-height: 1.75;
}

.audience-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #ffcf8a;
}

.video-box {
  padding: 22px;
  border-radius: 30px;
  transition: transform var(--transition), border-color var(--transition), box-shadow var(--transition);
}

.video-frame {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(215,160,95,0.18);
  background: rgba(0,0,0,0.3);
}

.video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.mentor-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 34px;
  align-items: center;
}

.mentor-photo-card {
  border-radius: 30px;
  padding: 18px;
  border: 1px solid rgba(226, 31, 54, 0.16);
  background: linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.025));
  box-shadow: var(--shadow-lg);
}

.mentor-photo {
  width: 100%;
  min-height: 560px;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 24px;
  border: 1px solid rgba(226, 31, 54, 0.2);
}

.mentor-copy h2 {
  margin-top: 16px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.2rem, 4vw, 3.7rem);
  line-height: 1.04;
}

.mentor-copy p {
  margin-top: 18px;
  color: var(--text-soft);
  line-height: 1.85;
}

.mentor-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.mentor-points span {
  padding: 12px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255,215,170,0.16);
  background: rgba(255,255,255,0.03);
  color: #ffe0be;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.testimonial-card {
  position: relative;
  padding: 26px;
  border-radius: 26px;
  border: 1px solid rgba(215, 160, 95, 0.18);
  background: linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.025));
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow-md);
  overflow: hidden;
  transition: transform var(--transition), border-color var(--transition), box-shadow var(--transition);
}

.testimonial-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
  position: relative;
  z-index: 1;
}

.testimonial-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 800;
  color: #fff4e8;
  background: linear-gradient(135deg, #d3112b 0%, #b97a34 100%);
  border: 1px solid rgba(255,255,255,0.12);
}

.testimonial-header h3 {
  font-size: 1rem;
  color: #ffe4c1;
  margin-bottom: 2px;
}

.testimonial-header span {
  font-size: 0.88rem;
  color: var(--text-muted);
}

.testimonial-content {
  position: relative;
  z-index: 1;
  transition: max-height 0.35s ease;
  overflow: hidden;
}

.testimonial-content.collapsed {
  max-height: 168px;
}

.testimonial-content.expanded {
  max-height: 1200px;
}

.testimonial-content p {
  color: var(--text-soft);
  line-height: 1.78;
  font-size: 0.97rem;
  white-space: pre-line;
}

.testimonial-content.collapsed::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 70px;
  background: linear-gradient(180deg, rgba(4,1,2,0) 0%, rgba(4,1,2,0.96) 100%);
  pointer-events: none;
}

.testimonial-toggle {
  position: relative;
  z-index: 1;
  margin-top: 18px;
  border: 1px solid rgba(215,160,95,0.24);
  background: rgba(255,255,255,0.03);
  color: #ffe0b7;
  padding: 12px 16px;
  border-radius: 999px;
  font-weight: 700;
  cursor: pointer;
}

.offer-section {
  padding-top: 42px;
}

.offer-portal {
  position: relative;
  padding: 48px;
  border-radius: 34px;
  background: linear-gradient(180deg, #090102, #140305);
  border: 1px solid rgba(226, 31, 54, 0.34);
  box-shadow:
    0 0 140px rgba(226, 31, 54, 0.18),
    0 0 70px rgba(215, 160, 95, 0.07),
    0 30px 80px rgba(0,0,0,0.72);
  overflow: hidden;
}

.offer-section.offer-highlighted .offer-portal {
  box-shadow:
    0 0 0 1px rgba(255, 70, 90, 0.22),
    0 0 40px rgba(220, 30, 60, 0.15),
    0 0 90px rgba(220, 30, 60, 0.12),
    0 0 55px rgba(215, 160, 95, 0.08),
    0 30px 80px rgba(0,0,0,0.72);
  transform: translateY(-2px);
}

.energy-glow {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at center, rgba(226,31,54,0.34), transparent 60%),
    radial-gradient(circle at 72% 18%, rgba(215,160,95,0.14), transparent 28%);
  filter: blur(60px);
  opacity: 0.8;
  pointer-events: none;
}

.offer-sigil {
  position: absolute;
  top: 50%;
  right: -120px;
  transform: translateY(-50%);
  width: 420px;
  height: 420px;
  border-radius: 50%;
  border: 1px solid rgba(226,31,54,0.12);
  box-shadow:
    0 0 0 40px rgba(226,31,54,0.03),
    0 0 0 90px rgba(215,160,95,0.02);
  pointer-events: none;
}

.offer-header {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin-bottom: 30px;
}

.offer-header h2 {
  margin-top: 14px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.4rem, 5vw, 4.4rem);
  line-height: 1.02;
}

.offer-header p {
  margin-top: 16px;
  color: var(--text-soft);
  line-height: 1.85;
}

.offer-content-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 28px;
  align-items: start;
}

.offer-includes {
  padding: 28px;
  border-radius: 28px;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.035);
  backdrop-filter: blur(14px);
}

.offer-includes h3 {
  font-size: 1.28rem;
  margin-bottom: 12px;
  color: #ffe7c8;
}

.feature-list {
  margin-top: 22px;
  display: grid;
  gap: 14px;
}

.feature-list li {
  position: relative;
  padding-left: 24px;
  color: var(--text-soft);
  line-height: 1.7;
}

.feature-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--gold-strong);
}

.feature-note {
  display: block;
  margin-top: 6px;
  color: #cdbfb1 !important;
  font-style: italic;
}

.price-oracle {
  padding: 34px;
  border-radius: 28px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255, 77, 87, 0.30);
  box-shadow: 0 0 45px rgba(226, 31, 54, 0.14);
  text-align: center;
}

.price-label {
  letter-spacing: 0.2em;
  font-size: 0.74rem;
  color: #ffd3a0;
  font-weight: 700;
}

.price-old {
  margin-top: 14px;
  color: #d6b0b4;
  font-size: 1.05rem;
  text-decoration: line-through;
  opacity: 0.9;
}

.price-main {
  margin-top: 10px;
  font-size: clamp(2.4rem, 4vw, 3.8rem);
  font-weight: 800;
  line-height: 1.05;
}

.price-main span {
  color: #ffcf8a;
}

.price-main small {
  font-size: 1.2rem;
  vertical-align: super;
  color: #ffd6db;
  margin-left: 3px;
}

.price-alt {
  margin-top: 12px;
  color: var(--text-soft);
  font-size: 1.08rem;
}

.price-alt strong {
  color: #fff0dc;
}

.btn-mystic {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 60px;
  margin-top: 26px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: #fff6f5;
  background: linear-gradient(135deg, #ff3c4d 0%, #d3112b 48%, #b97a34 100%);
  box-shadow: 0 0 34px rgba(211, 17, 43, 0.44);
}

.price-secure {
  margin-top: 15px;
  font-size: 0.9rem;
  color: #ffd9dd;
  font-weight: 700;
  line-height: 1.6;
  text-transform: uppercase;
}

.value-compare {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.07);
}

.value-compare h3 {
  color: #ffc98b;
  margin-bottom: 10px;
  font-size: 1rem;
}

.value-compare ul {
  display: grid;
  gap: 8px;
}

.value-compare li {
  color: #d6c4c4;
}

.faq-list {
  display: grid;
  gap: 16px;
}

.faq-item {
  border: 1px solid var(--border);
  border-radius: 22px;
  background: rgba(255,255,255,0.035);
  overflow: hidden;
}

.faq-question {
  width: 100%;
  background: transparent;
  color: var(--text);
  border: none;
  padding: 22px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  font-weight: 600;
  cursor: pointer;
}

.faq-question span {
  color: #ffc27e;
  font-size: 1.4rem;
  transition: transform var(--transition);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.faq-answer p {
  padding: 0 24px 22px;
  color: var(--text-soft);
  line-height: 1.75;
}

.faq-item.active .faq-question span {
  transform: rotate(45deg);
}

.final-cta-box {
  padding: 48px 34px;
  border-radius: 34px;
  text-align: center;
}

.final-cta-box h2 {
  margin-top: 16px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.2rem, 4vw, 4rem);
  line-height: 1.04;
}

.final-cta-box p {
  max-width: 680px;
  margin: 16px auto 0;
  color: var(--text-soft);
  line-height: 1.8;
}

.final-cta-box .btn {
  margin-top: 24px;
}

.footer {
  padding: 34px 0 40px;
  border-top: 1px solid rgba(255,255,255,0.06);
  background: rgba(255,255,255,0.015);
}

.footer-content {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
}

.footer-content p,
.footer-links a {
  color: var(--text-muted);
}

.footer-links {
  display: flex;
  gap: 22px;
}

.btn-animated,
.btn-mystic.btn-animated {
  position: relative;
  overflow: hidden;
  background: linear-gradient(120deg, #ff4257, #d5122b, #8f091d, #c48640);
  background-size: 300% 300%;
  border: none;
  color: #fff;
  box-shadow:
    0 10px 30px rgba(211, 17, 43, 0.28),
    inset 0 1px 0 rgba(255,255,255,0.16);
  animation: gradientFlow 6s ease infinite;
}

.floating {
  animation: cardLevitate 7s ease-in-out infinite;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.delay-1 {
  transition-delay: 0.12s;
}

.delay-2 {
  transition-delay: 0.24s;
}

@keyframes gradientFlow {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

@keyframes orbGlow {
  0%, 100% {
    opacity: 0.92;
    filter:
      drop-shadow(0 0 8px currentColor)
      drop-shadow(0 0 20px currentColor);
  }
  50% {
    opacity: 1;
    filter:
      drop-shadow(0 0 12px currentColor)
      drop-shadow(0 0 28px currentColor);
  }
}

@keyframes orbShine {
  0%, 100% {
    opacity: 0.72;
  }
  50% {
    opacity: 1;
  }
}

@keyframes cardLevitate {
  0%, 100% { transform: translateY(0px) rotate(0deg); }
  50% { transform: translateY(-8px) rotate(-0.4deg); }
}


/* ===== REDES SOCIAIS ===== */

.social-section {
  padding-top: 0;
  padding-bottom: 20px;
}

.social-box {
  max-width: 320px;
  margin: 0 auto;
  padding: 14px 18px;
  border-radius: 18px;
  background: linear-gradient(
    180deg,
    rgba(255,255,255,0.04),
    rgba(255,255,255,0.02)
  );
  border: 1px solid rgba(255,255,255,0.06);
  backdrop-filter: blur(14px);
  box-shadow: 0 10px 28px rgba(0,0,0,0.22);
  text-align: center;
}

.social-title {
  color: var(--text-muted);
  font-size: 0.82rem;
  line-height: 1.5;
  margin-bottom: 12px;
  letter-spacing: 0.03em;
  text-transform: lowercase;
}

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

.social-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.06);
  transition: 0.25s ease;
  box-shadow: 0 6px 16px rgba(0,0,0,0.16);
}

.social-icon img,
.social-logo {
  width: 20px;
  height: 20px;
  object-fit: contain;
  display: block;
}

.social-icon:hover {
  transform: translateY(-2px);
}

.instagram:hover {
  background: rgba(255, 0, 102, 0.10);
}

.tiktok:hover {
  background: rgba(0, 255, 255, 0.08);
}


@media (max-width: 1100px) {
  .hero-content,
  .mentor-grid,
  .offer-content-grid,
  .cards-grid,
  .testimonials-grid,
  .audience-duo {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    text-align: center;
  }

  .hero-description {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-actions,
  .hero-trust {
    justify-content: center;
  }
}

@media (max-width: 820px) {
  .menu {
    display: none;
  }

  .section {
    padding: 78px 0;
  }

  .hero-copy h1 {
    font-size: clamp(2.6rem, 12vw, 4.1rem);
  }

  .section-heading h2,
  .mentor-copy h2,
  .final-cta-box h2,
  .offer-header h2,
  .audience-spot h3 {
    font-size: clamp(2rem, 8vw, 3rem);
  }

  .tarot-frame {
    min-height: 540px;
  }

  .tarot-center {
    min-height: 390px;
  }

  .tree-life {
    --tree-width: 240px;
  }

  .mentor-photo {
    min-height: 420px;
  }

  .offer-portal,
  .final-cta-box,
  .testimonial-card,
  .info-card,
  .video-box,
  .audience-spot,
  .tension-box {
    padding: 24px;
  }

  .offer-includes,
  .price-oracle {
    padding: 24px;
  }

  .footer-content {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 560px) {
  .container,
  .narrow {
    width: min(100% - 24px, var(--container));
  }

  .hero-actions {
    flex-direction: column;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .trust-item {
    width: 100%;
  }

  .tarot-frame {
    min-height: 500px;
    padding: 18px;
  }

  .tarot-center {
    min-height: 340px;
  }

  .tree-life {
    --tree-width: 210px;
  }

  .tree-aura {
    inset: 20px 12% 12px;
  }

  .tree-lines line {
    stroke-width: 2.5;
  }

  .sephira-node .orb-core {
    stroke-width: 2;
  }

  .tarot-top,
  .tarot-bottom {
    font-size: 0.62rem;
    letter-spacing: 0.1em;
  }

  .faq-question {
    padding: 20px 18px;
  }

  .faq-answer p {
    padding: 0 18px 18px;
  }

  .btn-mystic {
    font-size: 0.92rem;
    padding: 0 16px;
  }

  .social-section {
    padding-top: 0;
    padding-bottom: 16px;
  }

  .social-box {
    max-width: 280px;
    padding: 12px 14px;
  }

  .social-title {
    font-size: 0.76rem;
    margin-bottom: 10px;
  }

  .social-container {
    gap: 10px;
  }

  .social-icon {
    width: 38px;
    height: 38px;
  }

  .social-icon img,
  .social-logo {
    width: 18px;
    height: 18px;
  }
}


.whatsapp-float {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #ffffff;
  background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
  box-shadow:
    0 18px 34px rgba(0, 0, 0, 0.32),
    0 0 0 1px rgba(255,255,255,0.12);
  z-index: 999;
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

.whatsapp-float:hover {
  transform: translateY(-3px) scale(1.04);
  box-shadow:
    0 22px 40px rgba(0, 0, 0, 0.36),
    0 0 0 1px rgba(255,255,255,0.16);
  filter: brightness(1.04);
}

.whatsapp-icon {
  width: 30px;
  height: 30px;
  display: block;
  position: relative;
  z-index: 2;
}

.whatsapp-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.whatsapp-pulse {
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 1px solid rgba(37, 211, 102, 0.42);
  animation: whatsappPulse 2.2s ease-out infinite;
  pointer-events: none;
}

@keyframes whatsappPulse {
  0% {
    transform: scale(0.92);
    opacity: 0.8;
  }
  70% {
    transform: scale(1.18);
    opacity: 0;
  }
  100% {
    transform: scale(1.18);
    opacity: 0;
  }
}

