/* =========================================
   1. VARIABLES & REFINED PALETTE
   ========================================= */
:root {
  --orange-brand: #ff7518;
  --orange-hover: #e66410;
  --bg-sand: #fdf8f3;
  --bg-peach: #fff0e5;
  --bg-white: #ffffff;
  --text-dark: #2d241e;
  --text-main: #4a3e36;
  /* Added missing variable */
  --text-muted: #6b5d54;
  --text-white: #ffffff;

  --radius: 24px;
  --font-head: "Playfair Display", serif;
  --font-body: "Manrope", sans-serif;
  --shadow: 0 10px 40px rgba(45, 36, 30, 0.08);
  --transition: all 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
}

/* =========================================
   2. GLOBAL RESET & BASE STYLES
   ========================================= */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  height: 100%;
}

body {
  background-color: var(--bg-sand);
  color: var(--text-dark);
  font-family: var(--font-body);
  line-height: 1.7;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  min-height: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
}

h1,
h2,
h3,
h4 {
  font-family: var(--font-head);
  font-weight: 500;
  color: var(--text-dark);
  line-height: 1.2;
}

.container {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}

.section-pad {
  padding: 100px 0;
}

.text-center {
  text-align: center;
}

/* Background Alternator */
section:nth-of-type(even) {
  background-color: var(--bg-peach);
}

.eyebrow-dark {
  display: block;
  font-family: var(--font-body);
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.18rem;
  color: var(--orange-brand);
  margin-bottom: 1rem;
  font-weight: 700;
}

/* =========================================
   3. NAVIGATION
   ========================================= */
.glass-nav {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  padding: 1.2rem 0;
  background: rgba(253, 248, 243, 0.9);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 117, 24, 0.1);
}

.nav-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.brand {
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--orange-brand) !important;
  text-decoration: none;
}

/* =========================================
   4. HERO SECTION (RESTORED LAYOUT)
   ========================================= */
.hero-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 140px 0 80px;
}

.hero-layout {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 4rem;
  align-items: center;
}

.display-title {
  font-size: clamp(3rem, 6vw, 5rem);
  margin-bottom: 1.5rem;
}

.hero-sub {
  font-size: 1.1rem;
  color: var(--text-muted);
  margin-bottom: 2.5rem;
  max-width: 550px;
}

.italic-soft {
  font-family: var(--font-head);
  font-style: italic;
  font-weight: inherit;
  color: var(--orange-brand);
}

/* Timer Box Styling */
.timer-box {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-top: 3rem;
  padding: 1.5rem;
  background: var(--bg-white);
  border-radius: 15px;
  display: inline-flex;
  box-shadow: var(--shadow);
}

.timer-display {
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--orange-brand);
  font-family: monospace;
}

.timer-label {
  font-size: 0.85rem;
  line-height: 1.3;
  font-weight: 600;
  color: var(--text-muted);
}

/* Video Wrapper Styling */
.video-wrapper {
  position: relative;
  border-radius: 180px 180px 40px 40px;
  overflow: hidden;
  box-shadow: 25px 25px 60px rgba(45, 36, 30, 0.12);
  border: 10px solid var(--bg-white);
  aspect-ratio: 4 / 5;
}

#introVideo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}

.play-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.play-btn-circle {
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: var(--orange-brand);
}

/* =========================================
   5. FEATURE SECTIONS (RESTORED)
   ========================================= */

/* Invisible Walls / Symptoms */
.split-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}

.highlight-card {
  background: var(--bg-white);
  padding: 3rem;
  border-radius: var(--radius);
  border-left: 6px solid var(--orange-brand);
  box-shadow: var(--shadow);
  text-align: left;
  /* Always keep text left-aligned for checklist */
}

.styled-list {
  list-style: none;
  margin-top: 1.5rem;
}

.styled-list li {
  padding-left: 2rem;
  position: relative;
  margin-bottom: 1rem;
}

.styled-list li::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  color: var(--orange-brand);
}

.display-quote {
  font-family: var(--font-head);
  font-size: 2.2rem;
  line-height: 1.4;
  margin-bottom: 2rem;
}

/* Methods Grid */
.cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.method-card {
  background: var(--bg-white);
  padding: 3rem;
  border-radius: var(--radius);
  transition: 0.4s;
  text-align: center;
}

.method-card:hover {
  transform: translateY(-10px);
}

.card-icon {
  font-size: 3rem;
  color: var(--orange-brand);
  margin-bottom: 1.5rem;
  display: block;
}

/* Steps Grid */
.steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 2rem;
}

.step-card {
  background: var(--bg-white);
  padding: 2.5rem;
  border-radius: var(--radius);
  position: relative;
}

.step-number {
  font-family: var(--font-head);
  font-size: 4rem;
  color: var(--bg-peach);
  position: absolute;
  top: 10px;
  right: 25px;
  opacity: 0.6;
}

.cta-card {
  background: var(--orange-brand);
  padding: 2.5rem;
  border-radius: var(--radius);
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cta-card h3 {
  color: #fff;
  margin-bottom: 1rem;
}

/* Founder Layout */
.founder-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 5rem;
  align-items: center;
}

.founder-img {
  width: 100%;
  border-radius: var(--radius);
  box-shadow: 25px 25px 0px var(--bg-peach);
}

/* Testimonials / Stories */
.story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
}

.story-card {
  background: var(--bg-white);
  padding: 3rem;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  position: relative;
}

.quote-mark {
  font-size: 5rem;
  color: var(--orange-brand);
  opacity: 0.1;
  position: absolute;
  top: 10px;
  left: 20px;
  line-height: 1;
}

.story-author {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-top: 2rem;
}

.author-avatar {
  width: 55px;
  height: 55px;
  background: var(--bg-peach);
  border-radius: 50%;
}

/* =========================================
   6. UI ELEMENTS & MODALS
   ========================================= */
.btn-primary,
.btn-white {
  padding: 16px 36px;
  border-radius: 50px;
  font-weight: 700;
  cursor: pointer;
  transition: var(--transition);
  border: none;
  text-decoration: none;
  display: inline-block;
}

.btn-primary {
  background: var(--orange-brand);
  color: #fff !important;
}

.btn-white {
  background: #fff;
  color: var(--orange-brand) !important;
}

.btn-outline {
  background: transparent;
  border: 2px solid var(--orange-brand);
  color: var(--orange-brand);
  padding: 14px 32px;
  border-radius: 50px;
  font-weight: 700;
  cursor: pointer;
}

/* Modals */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(45, 36, 30, 0.85);
  backdrop-filter: blur(10px);
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: 0.4s;
}

.modal-overlay.active {
  opacity: 1;
  pointer-events: auto;
}

.modal-card {
  background: #fff;
  padding: 4rem;
  border-radius: var(--radius);
  position: relative;
  width: 95%;
  max-width: 550px;
}

.close-modal {
  position: absolute;
  right: 25px;
  top: 25px;
  font-size: 2.5rem;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--text-muted);
}

/* =========================================
   7. FOOTER
   ========================================= */
.site-footer {
  background: var(--text-dark);
  color: #fff;
  padding: 80px 0 40px;
  position: relative;
  z-index: 10;
  margin-top: auto;
}

.footer-content {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
  gap: 4rem;
}

.link-col a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  display: block;
  margin-bottom: 1rem;
  transition: 0.3s;
}

.link-col a:hover {
  color: var(--orange-brand);
  transform: translateX(5px);
}

/* =========================================
   8. RESPONSIVE DESIGN
   ========================================= */
@media (max-width: 992px) {
  .hero-layout,
  .split-grid,
  .founder-layout,
  .story-grid,
  .footer-content {
    grid-template-columns: 1fr;
    text-align: center;
  }

  /* Reorder Hero Section */
  .hero-layout {
    display: flex;
    flex-direction: column;
  }

  .hero-text {
    display: contents;
  }

  .hero-header-group {
    order: 1;
  }

  .hero-visual {
    order: 2;
    width: 100%;
  }

  .hero-actions-group {
    order: 3;
    width: 100%;
  }

  .hero-sub {
    margin-left: auto;
    margin-right: auto;
  }

  .video-wrapper {
    max-width: 400px;
    margin: 3rem auto 0;
  }

  .founder-img {
    max-width: 400px;
    margin: 0 auto 3rem;
  }

  .timer-box {
    justify-content: center;
  }

  /* Footer Mobile Fixes */
  .social-links {
    justify-content: center;
    margin-top: 1rem;
  }

  .copyright {
    text-align: center;
    margin-top: 2rem;
  }
}

/* =========================================
   🔁 RESTORED FEATURES (FROM OLD CSS)
   Compatible with NEW THEME
   ========================================= */

/* ---------- Scroll Animations ---------- */
.animate-on-scroll {
  opacity: 0;
  transition: all 0.9s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.slide-left {
  transform: translateX(-40px);
}

.slide-right {
  transform: translateX(40px);
}

.slide-up {
  transform: translateY(40px);
}

.visible.animate-on-scroll {
  opacity: 1;
  transform: translate(0);
}

/* ---------- Stagger Cards ---------- */
.stagger-card {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease;
}

.visible .stagger-card:nth-child(1) {
  transition-delay: 0.1s;
  opacity: 1;
  transform: translateY(0);
}

.visible .stagger-card:nth-child(2) {
  transition-delay: 0.2s;
  opacity: 1;
  transform: translateY(0);
}

.visible .stagger-card:nth-child(3) {
  transition-delay: 0.3s;
  opacity: 1;
  transform: translateY(0);
}

/* ---------- Particle Layer ---------- */
#particle-container {
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
  /* Prevent particles causing scroll */
}

.particle {
  background: rgba(255, 117, 24, 0.15);
  border-radius: 50%;
  position: absolute;
}

/* ---------- Diagnosis Tiles ---------- */
.tiles-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 15px;
}

.tile-btn {
  background: var(--bg-white);
  border-radius: 18px;
  padding: 1.4rem;
  font-weight: 700;
  transition: 0.3s;
}

.tile-btn:hover,
.tile-btn.active {
  background: var(--orange-brand);
  color: #fff;
}

.result-box {
  display: none;
  margin-top: 3rem;
}

/* ---------- Accordion ---------- */
details {
  border-bottom: 1px solid #e6ddd6;
  padding: 1.6rem 0;
}

summary {
  font-size: 1.25rem;
  cursor: pointer;
  position: relative;
  padding-right: 40px;
  list-style: none;
}

summary::after {
  content: "+";
  position: absolute;
  right: 0;
  font-size: 1.4rem;
  color: var(--orange-brand);
}

details[open] summary::after {
  content: "−";
}

/* ---------- Quiz ---------- */
.quiz-options-container button {
  width: 100%;
  padding: 1.2rem;
  margin-bottom: 10px;
  background: var(--bg-white);
  border: 1px solid #eee;
  border-radius: 12px;
  text-align: left;
  font-weight: 600;
}

.quiz-options-container button:hover {
  background: var(--orange-brand);
  color: #fff;
}

.chart-container {
  height: 12px;
  background: #eee;
  border-radius: 10px;
  overflow: hidden;
  margin: 20px 0;
}

.chart-bar {
  height: 100%;
  background: var(--orange-brand);
  width: 0%;
  transition: 1s;
}

/* ---------- Toast ---------- */
.toast {
  position: fixed;
  bottom: -100px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--bg-white);
  color: var(--text-dark);
  padding: 15px 30px;
  border-radius: 50px;
  box-shadow: var(--shadow);
  z-index: 3000;
  transition: 0.5s;
  font-weight: 700;
}

.toast.active {
  bottom: 30px;
}

/* ---------- Modal Scroll ---------- */
.modal-body-scroll {
  max-height: 400px;
  overflow-y: auto;
  padding-right: 10px;
}

.modal-body-scroll::-webkit-scrollbar {
  width: 6px;
}

.modal-body-scroll::-webkit-scrollbar-thumb {
  background: var(--bg-peach);
  border-radius: 10px;
}

/* ---------- Footer Social Icons ---------- */
.social-links {
  display: flex;
  gap: 15px;
}

.social-links a {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.social-links a:hover {
  background: var(--orange-brand);
  transform: translateY(-3px);
}

/* ---------- Mobile Tiles ---------- */
@media (max-width: 600px) {
  .tiles-grid {
    grid-template-columns: 1fr 1fr;
  }
}

/* =========================================
   🧠 SECTION HEADINGS – GLOBAL CONSISTENCY
   ========================================= */

/* Wrapper spacing */
.section-head-center {
  margin-bottom: 4.5rem;
  /* space before content */
}

/* Eyebrow (The Method, The Symptoms, etc.) */
.section-head-center .eyebrow-dark {
  margin-bottom: 0.8rem;
  font-size: 0.85rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

/* Main section heading */
.section-head-center h2 {
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  margin-bottom: 1.8rem;
  /* GAP between heading and content */
  line-height: 1.2;
}

/* Heading emphasis word */
.section-head-center h2 .italic-soft {
  color: var(--orange-brand);
  font-style: italic;
}

/* Left-aligned sections (like Symptoms) */
.split-grid .eyebrow-dark {
  margin-bottom: 0.7rem;
}

.split-grid h2 {
  margin-bottom: 2rem;
}

/* Mobile refinement */
@media (max-width: 600px) {
  .section-head-center {
    margin-bottom: 3rem;
  }

  .section-head-center h2 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
}

/* =========================================
   🎯 FORCE ALL SECTION HEADINGS TO CENTER
   ========================================= */

/* Universal section heading container */
.section-pad > .container > .section-head-center,
.section-pad > .container > .animate-on-scroll > .section-head-center {
  text-align: center;
}

/* (Redundant rules removed) */
/* =========================================
   responsive adjustments
   ========================================= */
@media (max-width: 992px) {
  .section-head-center {
    margin-bottom: 2.5rem;
  }

  .section-head-center h2 {
    font-size: 2.5rem;
  }

  /* Improve Split Grid Alignment on Mobile */
  .split-grid > div:first-child p {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}

/* =========================================
   📋 BOOK SESSION FORM STYLING
   ========================================= */

.input-group {
  margin-bottom: 1.5rem;
}

.input-group input,
.input-group select {
  width: 100%;
  padding: 14px 18px;
  border-radius: 14px;
  border: 1px solid #e7ddd6;
  font-family: var(--font-body);
  font-size: 1rem;
  background: var(--bg-sand);
  transition: var(--transition);
}

.input-group input:focus,
.input-group select:focus {
  outline: none;
  border-color: var(--orange-brand);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(255, 117, 24, 0.15);
}

/* Submit Button */
.btn-razorpay {
  width: 100%;
  padding: 16px;
  border-radius: 50px;
  border: none;
  background: var(--orange-brand);
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
  transition: var(--transition);
}

.btn-razorpay:hover {
  background: var(--orange-hover);
  transform: translateY(-2px);
}

.modal-card h3 {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
  font-family: var(--font-head);
}

/* Copyright Styling */
.copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 2rem;
  padding-top: 1.5rem;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.9rem;
}

/* =========================================
   9. TRANSFORMATION SECTION
   ========================================= */
.transformation-section {
  background: linear-gradient(135deg, var(--bg-sand) 0%, var(--bg-peach) 100%);
  position: relative;
  overflow: hidden;
}

.glow-blob {
  position: absolute;
  top: -50px;
  right: -50px;
  width: 300px;
  height: 300px;
  background: rgba(255, 117, 24, 0.05);
  border-radius: 50%;
  filter: blur(60px);
}

/* =========================================
     11. STAGE 2 TRANSFORMATION ANIMATIONS
     ========================================= */

/* Initial Visibility States */
.problem-state {
  transition: opacity 0.5s ease;
}

.healed-state {
  display: none;
  opacity: 0;
  transition: opacity 0.8s ease;
}

/* Healed State Triggered */
.bud-item.healed .problem-state {
  display: none;
}

.bud-item.healed .healed-state {
  display: block;
  animation: fade-in-up 0.8s forwards;
}

/* Bud Dissolve Animation */
.bud-item.healed .bud-trigger {
  animation: dissolve-petals 1s forwards ease-out;
  pointer-events: none;
}

@keyframes dissolve-petals {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }

  100% {
    transform: translate(-50%, -50%) scale(3);
    opacity: 0;
    filter: blur(10px);
  }
}

/* Plant Growth Ripple (applied to tree-bg via JS class) */
.tree-bg.growing {
  animation: gentle-grow 1s ease-out;
}

@keyframes gentle-grow {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.02);
    filter: brightness(1.1);
  }

  100% {
    transform: scale(1);
  }
}

/* Healed Text Styling */
.affirmation-text {
  font-size: 1.1rem;
  color: var(--orange-brand);
  font-weight: 500;
  line-height: 1.6;
  font-family: var(--font-head);
}

.healed-state i {
  animation: icon-float 3s infinite ease-in-out;
}

@keyframes icon-float {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-5px);
  }
}

/* Start Healing Button */
.btn-heal-trigger {
  background: var(--orange-brand);
  color: #fff;
  border: none;
  padding: 10px 24px;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  margin-top: 1rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 117, 24, 0.3);
}

.btn-heal-trigger:hover {
  background: var(--orange-hover);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 117, 24, 0.4);
}

@keyframes fade-in-up {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* =========================================
   12. MISSING STYLES RECOVERY
   ========================================= */

/* Typography */
.eyebrow-dark {
  display: block;
  font-family: var(--font-body);
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--text-main);
  margin-bottom: 0.5rem;
  font-weight: 500;
  opacity: 0.7;
}

.italic-soft {
  font-family: var(--font-head);
  font-style: italic;
  font-weight: 400;
  color: var(--orange-brand);
}

/* Buttons */
.btn-outline {
  display: inline-block;
  padding: 0.9rem 2.2rem;
  background-color: transparent;
  color: var(--orange-brand);
  border: 1px solid var(--orange-brand);
  border-radius: 50px;
  font-family: var(--font-body);
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 1rem;
}

.btn-outline:hover {
  background-color: var(--orange-brand);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(255, 117, 24, 0.25);
}

/* Toast and Modal styles consolidated */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(8px);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  pointer-events: none;
  /* Prevent interaction when hidden */
}

.modal-overlay.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.modal-card {
  background: var(--bg-white);
  padding: 2.5rem;
  border-radius: 24px;
  width: 90%;
  max-width: 500px;
  position: relative;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
  transform: scale(0.95);
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.modal-overlay.active .modal-card {
  transform: scale(1);
}

.close-modal {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  background: transparent;
  border: none;
  font-size: 1.5rem;
  color: var(--text-muted);
  cursor: pointer;
  transition: color 0.3s ease;
}

.close-modal:hover {
  color: var(--orange-brand);
}

.toast {
  position: fixed;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%) translateY(20px);
  background: #111;
  color: #fff;
  padding: 1rem 2rem;
  border-radius: 50px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 10000;
  font-size: 0.9rem;
}

.toast.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

/* ===============================
   🔧 FOOTER GAP FIX (FINAL)
   Paste at END of CSS
   =============================== */

/* Remove extra bottom padding before footer */
section.section-pad:last-of-type {
  padding-bottom: 0 !important;
}

/* Prevent footer from being pushed artificially */
.site-footer {
  margin-top: 0 !important;
}

/* Ensure page height follows content only */
html,
body {
  height: auto !important;
}

/* Safety: prevent invisible overflow at bottom */
body {
  overflow-x: hidden;
  overflow-y: auto;
}
/* ===============================
   🌿 JOIN WEBINAR – FLOW DESIGN
   =============================== */

.webinar-flow {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, var(--bg-sand), var(--bg-peach));
}

/* soft ambient glow */
.flow-glow {
  position: absolute;
  width: 380px;
  height: 380px;
  background: rgba(255, 117, 24, 0.12);
  border-radius: 50%;
  filter: blur(120px);
  top: -120px;
  right: -120px;
}

/* layout */
.flow-wrapper {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 5rem;
  align-items: center;
}

/* text side */
.flow-text h2 {
  font-size: clamp(2.6rem, 4vw, 3.4rem);
  margin-bottom: 1.5rem;
}

.flow-lead {
  font-size: 1.15rem;
  opacity: 0.85;
  margin-bottom: 2rem;
  line-height: 1.8;
}

.flow-points {
  list-style: none;
  margin-bottom: 2.5rem;
}

.flow-points li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 1.1rem;
  opacity: 0.9;
}

.flow-points li::before {
  content: "✦";
  position: absolute;
  left: 0;
  color: var(--orange-brand);
  font-size: 0.9rem;
}

/* right floating orbs */
.flow-orbs {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.orb {
  padding: 1.4rem 1.8rem;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(10px);
  box-shadow: 0 12px 30px rgba(45, 36, 30, 0.12);
  font-weight: 500;
  animation: floatOrb 6s ease-in-out infinite;
}

.orb:nth-child(2) {
  animation-delay: 1.2s;
}
.orb:nth-child(3) {
  animation-delay: 2.4s;
}
.orb:nth-child(4) {
  animation-delay: 3.6s;
}

@keyframes floatOrb {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}

/* mobile */
@media (max-width: 900px) {
  .flow-wrapper {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .flow-orbs {
    align-items: center;
  }
}
/* ===============================
   📝 WORK WITH KETAKI – FORM
   =============================== */

.ketaki-form {
  background: var(--bg-white);
  padding: 3rem;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.ketaki-form .input-group {
  margin-bottom: 1.4rem;
}

.ketaki-form input,
.ketaki-form select,
.ketaki-form textarea {
  width: 100%;
  padding: 14px 18px;
  border-radius: 14px;
  border: 1px solid #e7ddd6;
  font-family: var(--font-body);
  font-size: 1rem;
  background: var(--bg-sand);
  transition: var(--transition);
}

.ketaki-form input:focus,
.ketaki-form select:focus,
.ketaki-form textarea:focus {
  outline: none;
  border-color: var(--orange-brand);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(255, 117, 24, 0.15);
}

.ketaki-form textarea {
  resize: vertical;
}

.ketaki-form .full-width {
  width: 100%;
  margin-top: 0.5rem;
}

.form-note {
  margin-top: 1.2rem;
  font-size: 0.85rem;
  opacity: 0.7;
  text-align: center;
}
/* =========================================
   📱 WEBINAR SECTION – MOBILE OPTIMIZATION
   ========================================= */

@media (max-width: 768px) {
  /* Reduce section padding */
  .webinar-flow {
    padding: 70px 0;
  }

  /* Stack layout cleanly */
  .flow-wrapper {
    grid-template-columns: 1fr;
    gap: 3rem;
    text-align: center;
  }

  /* Headline tuning */
  .flow-text h2 {
    font-size: 2.1rem;
    line-height: 1.25;
  }

  /* Subtitle */
  .flow-lead {
    font-size: 1rem;
    margin-left: auto;
    margin-right: auto;
  }

  /* Bullet list → centered but readable */
  .flow-points {
    text-align: left;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }

  /* CTA button */
  .flow-text .btn-primary {
    width: 100%;
    max-width: 280px;
    margin: 2rem auto 0;
  }

  /* Floating orbs container */
  .flow-orbs {
    align-items: center;
    gap: 1.2rem;
  }

  /* Individual orbs */
  .orb {
    width: 100%;
    max-width: 340px;
    padding: 1.1rem 1.4rem;
    font-size: 0.95rem;
    text-align: center;
  }

  /* Glow adjustment */
  .flow-glow {
    width: 260px;
    height: 260px;
    top: -100px;
    right: -100px;
    filter: blur(90px);
  }
}

/* Extra small devices */
@media (max-width: 480px) {
  .flow-text h2 {
    font-size: 1.9rem;
  }

  .orb {
    font-size: 0.9rem;
  }
}
/* ===============================
   🎁 WEBINAR GIFT CARD STYLING
   =============================== */

#webinarGiftCardModal .modal-card {
  padding: 3rem 2.2rem;
  max-width: 500px;
  border-radius: var(--radius);
}

#webinarGiftCardModal h2 {
  font-family: var(--font-head);
  font-size: 2rem;
  margin-bottom: 0.6rem;
  color: var(--orange-brand);
}

#webinarGiftCardModal .modal-sub {
  font-size: 1.05rem;
  font-weight: 500;
  margin-bottom: 1rem;
  color: var(--text-dark);
}

#webinarGiftCardModal .modal-description {
  font-size: 0.95rem;
  margin-bottom: 1.6rem;
  color: var(--text-muted);
  opacity: 0.9;
}

#webinarGiftCardModal .btn-razorpay {
  background: var(--orange-brand);
  color: #fff;
  padding: 14px 32px;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  margin: 0.8rem 0;
  transition: var(--transition);
}

#webinarGiftCardModal .btn-razorpay:hover {
  background: var(--orange-hover);
  transform: translateY(-2px);
}

#webinarGiftCardModal .modal-note {
  font-size: 0.85rem;
  margin-top: 1rem;
  opacity: 0.7;
}

/* ensure close button is visible */
#webinarGiftCardModal .close-modal {
  font-size: 2rem;
  top: 18px;
  right: 18px;
  color: var(--text-muted);
} /* ===============================
   💳 RAZORPAY BUTTON – INVERT STYLE
   =============================== */

/* Base Razorpay button */
.btn-razorpay,
a.btn-primary[href*="rzp"],
button.btn-primary,
.open-gift-card {
  background-color: var(--orange-brand);
  color: var(--text-white) !important;
  border: 2px solid var(--orange-brand);
  border-radius: 50px;
  padding: 16px 38px;
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.35s cubic-bezier(0.2, 0.8, 0.2, 1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 10px 25px rgba(255, 117, 24, 0.25);
}

/* Hover → INVERT COLORS */
.btn-razorpay:hover,
a.btn-primary[href*="rzp"]:hover,
button.btn-primary:hover,
.open-gift-card:hover {
  background-color: var(--bg-white);
  color: var(--orange-brand) !important;
  border-color: var(--orange-brand);
  transform: translateY(-2px);
  box-shadow: 0 14px 35px rgba(255, 117, 24, 0.3);
}

/* Active / Clicked */
.btn-razorpay:active,
a.btn-primary[href*="rzp"]:active,
button.btn-primary:active,
.open-gift-card:active {
  background-color: var(--bg-white);
  color: var(--orange-brand) !important;
  transform: scale(0.96);
  box-shadow: 0 6px 18px rgba(255, 117, 24, 0.25);
}

/* Focus (keyboard + accessibility) */
.btn-razorpay:focus-visible,
a.btn-primary[href*="rzp"]:focus-visible {
  outline: none;
  box-shadow: 0 0 0 4px rgba(255, 117, 24, 0.25);
}

/* Disabled state */
.btn-razorpay:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  box-shadow: none;
}
/* ===============================
   🔧 FIX BLUE TEXT INSIDE BUTTONS
   =============================== */

/* Force anchor text to inherit button color */
button a {
  color: inherit !important;
  text-decoration: none !important;
  display: inline-block;
}

/* Ensure hover / active also inherit */
button:hover a,
button:active a {
  color: inherit !important;
}
/* ==================================
   FLOATING CONTACT BUTTONS – PREMIUM
================================== */

.floating-contact {
  position: fixed;
  right: 20px;
  bottom: 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  z-index: 9999;
}

/* Base Button */
.float-btn {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
  transition: all 0.3s ease;
}

/* Hover */
.float-btn:hover {
  transform: translateY(-4px) scale(1.06);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
}

/* WhatsApp – ORANGE VERSION */
.whatsapp-orange {
  background: linear-gradient(135deg, #ff8a3d, #ff6a00);
}

/* Phone – CLEAN & MODERN */
.phone-clean {
  background: linear-gradient(135deg, #ff7518, #ff9b55);
}

/* Icon refinement */
.float-btn i {
  font-size: 1.45rem;
}

/* Mobile tweak */
@media (max-width: 600px) {
  .float-btn {
    width: 48px;
    height: 48px;
    font-size: 1.3rem;
  }
}
/* ======================================
   🔧 SECTION-TO-SECTION GAP FIX
   ====================================== */

/* Reduce overall section padding */
.section-pad {
  padding: 70px 0;
}

/* Reduce gap when sections come back-to-back */
.section-pad + .section-pad {
  padding-top: 40px;
}

/* Reduce excessive spacing below section headers */
.section-head-center {
  margin-bottom: 2.8rem;
}

/* Reduce paragraph spacing inside sections */
.section-pad p {
  margin-bottom: 1.2rem;
}

/* Mobile refinement */
@media (max-width: 600px) {
  .section-pad {
    padding: 55px 0;
  }

  .section-pad + .section-pad {
    padding-top: 30px;
  }
}
/* ======================================
   🌸 HERO LINE HIGHLIGHT (FIXED)
   ====================================== */

.hero-sub {
  position: relative;
}

/* Highlight only the last sentence */
.hero-sub::after {
  content: "Listen to your body, heal your soul, and bloom where you are.";
  display: inline-block;
  margin-top: 0.7rem;

  padding: 0.45rem 1.1rem;
  border-radius: 999px;

  /* 🌸 white-ish light orange / cream glow */
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.9),
    #fffbdc,
    rgba(255, 255, 255, 0.9)
  );

  color: var(--orange-brand);
  font-weight: 600;
  font-style: italic;
  font-size: 0.95rem;
  line-height: 1.4;
}
@media (max-width: 600px) {
  .hero-sub {
    text-align: center;
  }

  .hero-sub::after {
    display: inline-block;
    margin: 1rem auto 0;
    white-space: normal;
    max-width: 90%;
    font-size: 0.9rem;
  }
}

/* ======================================
   🚨 HERO → NEXT SECTION GAP FIX (FINAL)
   ====================================== */

/* Reduce unnecessary hero bottom space */
.hero-section {
  min-height: auto !important;
  padding-bottom: 40px !important;
}

/* Pull first section upward */
.hero-section + .section-pad {
  margin-top: -60px;
}

/* Desktop fine-tuning */
@media (min-width: 992px) {
  .hero-section {
    padding-bottom: 30px !important;
  }

  .hero-section + .section-pad {
    margin-top: -80px;
  }
}

/* Mobile correction */
@media (max-width: 600px) {
  .hero-section {
    padding-bottom: 20px !important;
  }

  .hero-section + .section-pad {
    margin-top: -40px;
  }
}
/* ======================================
   📱 MOBILE HERO GAP FIX (VIDEO → CONTENT)
   ====================================== */

@media (max-width: 600px) {
  /* Remove forced hero height */
  .hero-section {
    min-height: auto !important;
    padding-bottom: 0 !important;
  }

  /* Tighten hero layout stacking */
  .hero-layout {
    gap: 1.5rem !important;
  }

  /* Reduce video spacing */
  .video-wrapper {
    margin-top: 1.2rem !important;
    margin-bottom: 0 !important;
  }

  /* Reduce space below highlighted line */
  .hero-sub::after {
    margin-bottom: 1rem !important;
  }

  /* Reduce timer spacing */
  .timer-box {
    margin-top: 1.2rem !important;
  }

  /* Pull next section closer */
  .hero-section + .section-pad {
    margin-top: -20px !important;
  }
}
/* ======================================
   👩‍🦰 GUIDE SECTION – IMAGE ↔ CONTENT GAP FIX
   (MOBILE ONLY)
   ====================================== */

@media (max-width: 600px) {
  /* Reduce gap between image & text */
  .founder-layout {
    gap: 1.5rem !important;
  }

  /* Remove extra space under image */
  .founder-img {
    margin-bottom: 0 !important;
  }

  /* Pull text content slightly upward */
  .founder-layout > div:last-child {
    margin-top: -10px;
  }

  /* Tighten heading spacing */
  .founder-layout h2 {
    margin-top: 0.5rem !important;
  }

  /* Reduce paragraph spacing */
  .founder-layout p {
    margin-bottom: 1.2rem;
  }
}
/* =========================================
   🎨 GLOBAL BACKGROUND OVERRIDE – FFD3A5
   ========================================= */

/* Base page background */
body {
  background-color: #ffd3a5 !important;
}

/* Ensure sections sit cleanly on background */
.section-pad {
  position: relative;
  background-color: transparent;
}

/* Alternate sections get soft white cards instead of heavy color blocks */
.section-pad > .container {
  position: relative;
  z-index: 2;
}

/* Prevent decorative glows from covering text */
.flow-glow,
.glow-blob,
.bg-orb,
#particle-container {
  z-index: 0 !important;
  pointer-events: none;
}

/* Ensure ALL readable content stays above background effects */
.container,
.section-head-center,
.hero-text,
.hero-actions-group,
.split-grid,
.cards-grid,
.steps-grid,
.founder-layout,
.story-grid,
.webinar-flow,
.ketaki-form {
  position: relative;
  z-index: 2;
}

/* Improve contrast for text-heavy sections */
.highlight-card,
.method-card,
.step-card,
.story-card,
.ketaki-form,
.modal-card {
  background-color: #ffffff;
}

/* Hero section fix (text must stay readable) */
.hero-section {
  background: transparent;
}

/* Hero subtitle contrast */
.hero-sub {
  color: #4a3e36;
}

/* Section headings contrast */
.section-head-center h2,
.section-head-center p {
  color: #2d241e;
}

/* Eyebrow text stays visible */
.eyebrow-dark {
  color: #ff7518;
}

/* Footer should remain dark (do NOT inherit bg) */
.site-footer {
  background: #2d241e !important;
}

/* =========================================
   📱 MOBILE SAFETY – NO OVERLAP
   ========================================= */
@media (max-width: 768px) {
  body {
    background-color: #ffd3a5 !important;
  }

  /* Reduce glow intensity on mobile */
  .flow-glow,
  .glow-blob {
    opacity: 0.35;
    filter: blur(80px);
  }

  /* Prevent accidental vertical gaps */
  .section-pad {
    padding: 70px 0;
  }
}
/* ==================================================
   🔥 GLOBAL BACKGROUND FORCE – FFD3A5 (ALL SECTIONS)
   ================================================== */

/* Page background */
html,
body {
  background-color: #ffd3a5 !important;
}

/* FORCE all main sections to be transparent */
section,
.section-pad,
.hero-section,
.webinar-flow,
.site-footer::before {
  background: transparent !important;
}

/* Containers sit cleanly on peach background */
section > .container,
.section-pad > .container {
  position: relative;
  z-index: 2;
}

/* Keep cards readable */
.highlight-card,
.method-card,
.step-card,
.story-card,
.ketaki-form,
.modal-card,
.cta-card,
.tile-btn,
.result-box {
  background-color: #ffffff !important;
}

/* Disable background gradients that override body */
section[style*="background"],
.section-pad[style*="background"] {
  background: transparent !important;
}

/* Keep footer dark */
.site-footer {
  background: #2d241e !important;
}

/* Fix glow & particle overlap */
#particle-container,
.flow-glow,
.glow-blob,
.bg-orb {
  z-index: 0 !important;
  pointer-events: none;
}

/* Force all readable content above background */
.container,
.hero-text,
.hero-visual,
.section-head-center,
.split-grid,
.cards-grid,
.steps-grid,
.founder-layout,
.story-grid,
.tiles-grid,
.webinar-flow,
.ketaki-form {
  position: relative;
  z-index: 2;
}

/* ================= MOBILE SAFETY ================= */
@media (max-width: 768px) {
  html,
  body {
    background-color: #ffd3a5 !important;
  }

  section,
  .section-pad {
    background: transparent !important;
  }
}
/* ==================================================
   🧭 NAV BAR FIX FOR FFD3A5 BACKGROUND
   ================================================== */

/* Glass nav base */
.glass-nav {
  background: rgba(255, 211, 165, 0.75) !important; /* peach glass */
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  z-index: 9999;
}

/* Brand text */
.glass-nav .brand {
  color: #2d241e !important;
}

/* Dot accent */
.glass-nav .brand .dot {
  color: #ff7518;
}

/* Nav buttons */
.glass-nav .btn-primary,
.glass-nav .btn-outline {
  background: linear-gradient(135deg, #ff8a3d, #ff6a00);
  color: #fff;
  border: none;
}

/* Button hover */
.glass-nav .btn-primary:hover,
.glass-nav .btn-outline:hover {
  transform: translateY(-1px);
}

/* Fix overlap with hero */
.hero-section {
  padding-top: 110px;
}

/* ================= MOBILE NAV FIX ================= */
@media (max-width: 768px) {
  .glass-nav {
    background: rgba(255, 211, 165, 0.9) !important;
    backdrop-filter: blur(10px);
  }

  .glass-nav .brand {
    font-size: 1.4rem;
  }
}
/* =========================================
   👁️ CONTENT VISIBILITY FIX (CRITICAL)
   ========================================= */

/* STEP SECTION TEXT – FORCE CONTRAST */
.steps-grid .step-card h3,
.steps-grid .step-card p {
  color: #2d241e !important;
  opacity: 1 !important;
}

/* Reduce decorative step number dominance */
.step-number {
  color: rgba(255, 117, 24, 0.18) !important;
  z-index: 0;
}

/* Ensure step content stays above number */
.step-card {
  position: relative;
  z-index: 1;
}

/* SELF INQUIRY TEXT FIX */
.tiles-grid .tile-btn {
  color: #2d241e !important;
  background-color: #ffffff !important;
  border: 2px solid rgba(45, 36, 30, 0.15);
}

/* Active tile visibility */
.tile-btn.active {
  background: #ff7518 !important;
  color: #ffffff !important;
}

/* INSIGHT BOX TEXT FIX */
.result-box,
.result-box h4,
.result-box p,
.result-box .diag-summary {
  color: #2d241e !important;
  opacity: 1 !important;
}

/* Section headings clarity */
.section-head-center h2,
.section-head-center p {
  color: #2d241e !important;
  opacity: 1 !important;
}

/* Fix “From Conflict to Clarity” specifically */
.section-head-center h2 .italic-soft {
  color: #ff7518 !important;
}

/* MOBILE EXTRA SAFETY */
@media (max-width: 768px) {
  .step-card {
    padding: 2rem;
  }

  .step-number {
    font-size: 3rem;
    top: 6px;
    right: 16px;
  }

  .tiles-grid {
    margin-top: 1rem;
  }

  .result-box {
    margin-top: 2rem;
  }
}
/* ==================================================
   🔧 FINAL FIX — JOURNEY SECTION UNIFICATION
   ================================================== */

/* Force ONE background for the Journey section */
section:has(.steps-grid) {
  background-color: #ffd3a5 !important;
}

/* Remove any inherited/inline backgrounds */
section:has(.steps-grid)[style],
section:has(.steps-grid) .section-pad {
  background: transparent !important;
}

/* Steps grid spacing */
.steps-grid {
  margin-top: 3rem;
}

/* Step cards – consistent look */
.step-card {
  background-color: #ffffff !important;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
}

/* CTA CARD — MAKE IT INTENTIONAL */
.cta-card {
  background: linear-gradient(135deg, #ff8a3d, #ff6a00) !important;
  color: #ffffff !important;
  box-shadow: 0 25px 60px rgba(255, 117, 24, 0.45);
}

/* CTA card text */
.cta-card h3,
.cta-card p {
  color: #ffffff !important;
}

/* CTA button */
.cta-card a,
.cta-card button {
  background: #ffffff !important;
  color: #ff6a00 !important;
  font-weight: 700;
}

/* Align CTA card height with others */
.cta-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* Ensure decorative numbers don’t clash */
.step-number {
  color: rgba(255, 255, 255, 0.25) !important;
}

/* =========================================
   📱 MOBILE STACK FIX
   ========================================= */
@media (max-width: 768px) {
  .steps-grid {
    gap: 1.8rem;
  }

  .cta-card {
    order: 4;
    padding: 2.5rem 2rem;
  }
}
/* =========================================
   🚫 REMOVE EXTRA BOX AROUND "HEAL THIS PATTERN"
   ========================================= */

/* Kill any inherited border / outline / shadow */
.result-box .btn-primary,
.result-box a.btn-primary {
  border: none !important;
  outline: none !important;
  box-shadow: 0 14px 35px rgba(255, 117, 24, 0.45) !important;
  background: linear-gradient(135deg, #ff8a3d, #ff6a00) !important;
}

/* Ensure no wrapper box appears */
.result-box .diag-summary {
  display: none !important;
}

/* Center the button properly */
.result-box .btn-primary {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: auto !important;
  padding: 14px 32px !important;
  border-radius: 40px !important;
}

/* Remove full-width behavior ONLY here */
.result-box .full-width {
  width: auto !important;
}

/* Hover polish */
.result-box .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 45px rgba(255, 117, 24, 0.6);

  /* =========================================
   🧭 NAV BAR – RAZORPAY BOOK SESSION (FINAL)
   ========================================= */

  .glass-nav .nav-book-session {
    background: linear-gradient(135deg, #ff8a3d, #ff6a00);
    color: #ffffff !important;
    padding: 14px 34px;
    border-radius: 50px;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.35s ease;
    box-shadow: 0 12px 30px rgba(255, 117, 24, 0.35);
  }

  /* Hover */
  .glass-nav .nav-book-session:hover {
    transform: translateY(-1px);
    box-shadow: 0 18px 40px rgba(255, 117, 24, 0.45);
    color: #ffffff !important;
  }

  /* Click / Active */
  .glass-nav .nav-book-session:active {
    transform: scale(0.97);
    box-shadow: 0 8px 20px rgba(255, 117, 24, 0.4);
    color: #ffffff !important;
  }

  /* Focus (keyboard + mobile tap) */
  .glass-nav .nav-book-session:focus,
  .glass-nav .nav-book-session:focus-visible {
    outline: none;
    color: #ffffff !important;
  }

  /* Prevent text fade */
  .glass-nav .nav-book-session * {
    opacity: 1 !important;
  }
}
/* =========================================
   🔁 NAV BAR BOOK SESSION – VICE-VERSA EFFECT
   ========================================= */

/* Default state */
.glass-nav .btn-primary.open-gift-card {
  background: linear-gradient(135deg, #ff8a3d, #ff6a00);
  color: #ffffff !important;
  border-radius: 50px;
  padding: 14px 34px;
  font-weight: 700;
  border: 2px solid #ff6a00;
  transition: all 0.35s ease;
  box-shadow: 0 12px 30px rgba(255, 117, 24, 0.35);
}

/* Hover – VICE VERSA */
.glass-nav .btn-primary.open-gift-card:hover {
  background: #ffffff !important;
  color: #ff6a00 !important;
  border-color: #ff6a00;
  box-shadow: 0 16px 40px rgba(255, 117, 24, 0.45);
  transform: translateY(-1px);
}

/* Click / Active */
.glass-nav .btn-primary.open-gift-card:active {
  background: #ffffff !important;
  color: #ff6a00 !important;
  transform: scale(0.96);
  box-shadow: 0 8px 20px rgba(255, 117, 24, 0.4);
}

/* Focus (mobile tap / keyboard) */
.glass-nav .btn-primary.open-gift-card:focus,
.glass-nav .btn-primary.open-gift-card:focus-visible {
  outline: none;
  background: #ffffff !important;
  color: #ff6a00 !important;
}

/* Prevent inner text fading */
.glass-nav .btn-primary.open-gift-card * {
  opacity: 1 !important;
}
/* =========================================
   🧠 INSIGHT TEXT VISIBILITY FIX
   ========================================= */

.result-box {
  padding: 2.5rem 3rem;
}

.result-box h4 {
  color: #2d241e !important;
  opacity: 1 !important;
  margin-bottom: 1rem;
}

.result-box .diag-summary,
.result-box p {
  color: #2d241e !important;
  opacity: 1 !important;
  font-size: 1.05rem;
  line-height: 1.7;
  margin-bottom: 1.8rem;
}
/* =========================================
   🔁 HEAL THIS PATTERN – VICE VERSA BUTTON
   ========================================= */

.result-box .btn-primary {
  background: linear-gradient(135deg, #ff8a3d, #ff6a00);
  color: #ffffff !important;
  border-radius: 50px;
  padding: 14px 34px;
  font-weight: 700;
  border: 2px solid #ff6a00;
  transition: all 0.35s ease;
  box-shadow: 0 12px 30px rgba(255, 117, 24, 0.35);
}

/* Hover */
.result-box .btn-primary:hover {
  background: #ffffff !important;
  color: #ff6a00 !important;
  border-color: #ff6a00;
  box-shadow: 0 18px 45px rgba(255, 117, 24, 0.45);
  transform: translateY(-1px);
}

/* Click / Active */
.result-box .btn-primary:active {
  background: #ffffff !important;
  color: #ff6a00 !important;
  transform: scale(0.96);
  box-shadow: 0 8px 20px rgba(255, 117, 24, 0.4);
}

/* Focus (mobile tap / keyboard) */
.result-box .btn-primary:focus,
.result-box .btn-primary:focus-visible {
  outline: none;
  background: #ffffff !important;
  color: #ff6a00 !important;
}

/* Prevent inner fade */
.result-box .btn-primary * {
  opacity: 1 !important;
}
/* =========================================
   🔁 HEAL THIS PATTERN – VICE VERSA BUTTON
   ========================================= */

.result-box .btn-primary {
  background: linear-gradient(135deg, #ff8a3d, #ff6a00);
  color: #ffffff !important;
  border-radius: 50px;
  padding: 14px 34px;
  font-weight: 700;
  border: 2px solid #ff6a00;
  transition: all 0.35s ease;
  box-shadow: 0 12px 30px rgba(255, 117, 24, 0.35);
}

/* Hover */
.result-box .btn-primary:hover {
  background: #ffffff !important;
  color: #ff6a00 !important;
  border-color: #ff6a00;
  box-shadow: 0 18px 45px rgba(255, 117, 24, 0.45);
  transform: translateY(-1px);
}

/* Click / Active */
.result-box .btn-primary:active {
  background: #ffffff !important;
  color: #ff6a00 !important;
  transform: scale(0.96);
  box-shadow: 0 8px 20px rgba(255, 117, 24, 0.4);
}

/* Focus (mobile tap / keyboard) */
.result-box .btn-primary:focus,
.result-box .btn-primary:focus-visible {
  outline: none;
  background: #ffffff !important;
  color: #ff6a00 !important;
}

/* Prevent inner fade */
.result-box .btn-primary * {
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .result-box {
    padding: 2rem 1.8rem;
  }

  .result-box .btn-primary {
    width: auto;
  }
}
/* =========================================
   ✅ FIX: INSIGHT CONTENT NOT SHOWING
   ========================================= */

/* SHOW the injected insight text */
.result-box .diag-summary {
  display: block !important;
  color: #2d241e !important;
  opacity: 1 !important;
  font-size: 1.05rem;
  line-height: 1.7;
  margin-bottom: 1.8rem;
}

/* Ensure paragraph text inside is visible */
.result-box .diag-summary p,
.result-box .diag-summary span,
.result-box .diag-summary div {
  color: #2d241e !important;
  opacity: 1 !important;
}

/* Insight heading */
.result-box h4 {
  color: #2d241e !important;
  margin-bottom: 0.8rem;
}

/* Maintain spacing between text & button */
.result-box .btn-primary {
  margin-top: 0.5rem;
}

/* Mobile safety */
@media (max-width: 768px) {
  .result-box .diag-summary {
    font-size: 1rem;
  }
}
/* =========================================
   🍊 Eyebrow Text – Orange & Strong
   ========================================= */

.eyebrow-dark {
  font-weight: 800;                 /* extra bold */
  font-size: 1rem;                  /* clearer size */
  letter-spacing: 0.14em;           /* premium spacing */
  color: var(--orange-brand);       /* brand orange */
  opacity: 1;                       /* fully visible */
  text-transform: uppercase;
}
@media (max-width: 600px) {
  .eyebrow-dark {
    font-size: 0.9rem;
    letter-spacing: 0.12em;
    text-align: center;
  }
}
/* Equalize transformation cards */
.method-card > div:last-child {
  min-height: 180px;   /* adjust if needed */
  display: flex;
  flex-direction: column;
  justify-content: center;
}
