/* ==========================================================================
   Shaked Ouzan - Sanctuary Landing Page Stylesheet
   Aesthetic: Ethereal, Dreamy Pastel, Celestial, Deeply Somatic & Magnetic
   ========================================================================== */

:root {
  /* Color Palette */
  --bg-lavender-light: #f8f4fc;
  --bg-lavender-base: #f0e9f7;
  --bg-lavender-deep: #e5daf0;
  
  --blush-light: #fdf2f4;
  --blush-base: #fbe6eb;
  --blush-accent: #f8d3dc;
  
  --cream-card: #fdfcf9;
  --cream-card-glass: rgba(253, 252, 249, 0.88);
  --cream-card-border: rgba(230, 219, 242, 0.65);
  
  --gold-glow: #e8c782;
  --gold-accent: #cf9b44;
  --gold-subtle: #eedbb2;
  --gold-dark: #9e732c;
  
  --sage-muted: #5e7364;
  --sage-light: #eef3ef;
  --sage-border: #cad7cd;
  
  --text-primary: #2d2430;
  --text-secondary: #5a4f60;
  --text-muted: #827588;
  --text-highlight: #735178;
  
  /* Radii & Shadows */
  --radius-card: 28px;
  --radius-pill: 9999px;
  --shadow-soft: 0 10px 30px -10px rgba(162, 142, 185, 0.18), 0 4px 12px -4px rgba(110, 80, 130, 0.06);
  --shadow-glow: 0 0 35px rgba(232, 199, 130, 0.28), 0 8px 24px -6px rgba(140, 110, 160, 0.15);
  --shadow-card-hover: 0 16px 36px -12px rgba(140, 110, 165, 0.22), 0 0 25px rgba(232, 199, 130, 0.2);
  
  /* Font Families */
  --font-serif: 'Cormorant Garamond', Garamond, Georgia, serif;
  --font-sans: 'Plus Jakarta Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* Reset & Base Setup */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: var(--font-sans);
  color: var(--text-primary);
  background-color: var(--bg-lavender-base);
  background-image: 
    radial-gradient(at 0% 0%, rgba(251, 230, 235, 0.75) 0px, transparent 50%),
    radial-gradient(at 100% 20%, rgba(229, 218, 240, 0.8) 0px, transparent 50%),
    radial-gradient(at 20% 60%, rgba(254, 242, 244, 0.7) 0px, transparent 50%),
    radial-gradient(at 90% 85%, rgba(238, 219, 178, 0.35) 0px, transparent 50%),
    radial-gradient(at 50% 100%, rgba(240, 233, 247, 0.9) 0px, transparent 60%);
  background-attachment: fixed;
  min-height: 100vh;
  line-height: 1.68;
  letter-spacing: -0.01em;
  overflow-x: hidden;
  position: relative;
}

/* Ambient Animated Celestial Orbs in Background */
.celestial-ambient {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.ambient-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  opacity: 0.6;
  animation: floatOrb 18s ease-in-out infinite alternate;
}

.orb-1 {
  width: 380px;
  height: 380px;
  background: radial-gradient(circle, rgba(253, 217, 225, 0.7) 0%, rgba(243, 207, 230, 0) 70%);
  top: -60px;
  left: -80px;
  animation-duration: 22s;
}

.orb-2 {
  width: 440px;
  height: 440px;
  background: radial-gradient(circle, rgba(238, 219, 178, 0.45) 0%, rgba(240, 226, 250, 0) 70%);
  top: 35%;
  right: -100px;
  animation-duration: 26s;
  animation-delay: -5s;
}

.orb-3 {
  width: 360px;
  height: 360px;
  background: radial-gradient(circle, rgba(216, 196, 238, 0.5) 0%, rgba(248, 219, 227, 0) 70%);
  bottom: 5%;
  left: -60px;
  animation-duration: 20s;
  animation-delay: -10s;
}

@keyframes floatOrb {
  0% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(30px, 40px) scale(1.08); }
  100% { transform: translate(-25px, -30px) scale(0.96); }
}

/* Subtle starlight canvas overlay */
#starlight-canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

/* Outer Container - Mobile-first luxury single column layout */
.app-wrapper {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 540px;
  margin: 0 auto;
  padding: 24px 18px 60px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

@media (min-width: 768px) {
  .app-wrapper {
    max-width: 620px;
    padding: 40px 24px 80px;
    gap: 36px;
  }
}

/* Typography Helpers */
h1, h2, h3, h4, .font-serif {
  font-family: var(--font-serif);
  color: var(--text-primary);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.015em;
}

.serif-italic {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 400;
}

/* Celestial Moon Phase Divider */
.celestial-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: var(--gold-accent);
  opacity: 0.85;
  margin: 12px 0;
  user-select: none;
}

.celestial-divider .line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(207, 155, 68, 0.4), transparent);
}

.celestial-divider .moons {
  font-size: 0.95rem;
  letter-spacing: 0.25em;
  color: var(--gold-accent);
  text-shadow: 0 0 10px rgba(232, 199, 130, 0.5);
}

.star-icon {
  display: inline-block;
  color: var(--gold-accent);
  animation: pulseStar 4s ease-in-out infinite;
}

@keyframes pulseStar {
  0%, 100% { opacity: 0.7; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.15); filter: drop-shadow(0 0 6px var(--gold-glow)); }
}

/* Glassmorphic Warm Cream Card Component */
.card-sanctuary {
  background: var(--cream-card-glass);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid var(--cream-card-border);
  border-radius: var(--radius-card);
  padding: 30px 24px;
  box-shadow: var(--shadow-soft);
  position: relative;
  overflow: hidden;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s ease, border-color 0.35s ease;
}

.card-sanctuary::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(232, 199, 130, 0.6), rgba(251, 218, 226, 0.8), transparent);
}

.card-sanctuary:hover {
  border-color: rgba(220, 195, 150, 0.5);
  box-shadow: var(--shadow-card-hover);
}

@media (min-width: 768px) {
  .card-sanctuary {
    padding: 38px 34px;
  }
}

/* Badge / Pills */
.pill-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border-radius: var(--radius-pill);
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  width: fit-content;
}

.pill-badge.sage {
  background: var(--sage-light);
  color: var(--sage-muted);
  border: 1px solid var(--sage-border);
}

.pill-badge.gold {
  background: rgba(254, 247, 233, 0.95);
  color: var(--gold-dark);
  border: 1px solid rgba(222, 185, 114, 0.5);
  box-shadow: 0 2px 10px rgba(222, 185, 114, 0.15);
}

.pill-badge.lavender {
  background: rgba(244, 236, 252, 0.9);
  color: var(--text-highlight);
  border: 1px solid rgba(216, 198, 235, 0.6);
}

/* ==========================================================================
   Section 1: Hero & Header
   ========================================================================== */
.hero-section {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10px;
}

.hero-handle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 12px;
  padding: 6px 16px;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(215, 195, 235, 0.6);
  border-radius: var(--radius-pill);
  color: var(--text-highlight);
  font-size: 0.85rem;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.25s ease;
  box-shadow: 0 2px 8px rgba(130, 95, 150, 0.08);
}

.hero-handle:hover {
  background: #ffffff;
  color: var(--text-primary);
  border-color: var(--gold-glow);
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(207, 155, 68, 0.2);
}

.hero-name {
  font-size: 2.75rem;
  line-height: 1.1;
  margin-bottom: 6px;
  background: linear-gradient(135deg, #2d2430 20%, #684a6e 65%, #9b7245 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 2px 15px rgba(255, 255, 255, 0.8);
}

@media (min-width: 768px) {
  .hero-name {
    font-size: 3.4rem;
  }
}

.hero-subtitle-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  margin-bottom: 24px;
}

.hero-subtitle-tag {
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--sage-muted);
  font-weight: 600;
  margin-bottom: 0;
}

.hero-subtitle-mentor {
  font-family: var(--font-serif);
  font-size: 1.15rem;
  font-style: italic;
  letter-spacing: 0.04em;
  text-transform: none;
  color: var(--text-highlight);
  font-weight: 500;
}

.inner-section-divider {
  margin: 36px 0 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  position: relative;
}

.inner-section-divider .line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(207, 155, 68, 0.35), transparent);
}

.inner-section-divider .moons {
  color: var(--gold-accent);
  font-size: 0.85rem;
  letter-spacing: 0.2em;
  opacity: 0.8;
}

/* Portrait Arch Frame with Golden Glow */
.arch-frame-wrapper {
  position: relative;
  margin: 10px auto 26px;
  width: 210px;
  height: 270px;
}

@media (min-width: 768px) {
  .arch-frame-wrapper {
    width: 240px;
    height: 310px;
  }
}

/* Golden celestial halo glow behind arch */
.arch-frame-wrapper::before {
  content: '';
  position: absolute;
  inset: -10px;
  border-radius: 120px 120px 32px 32px;
  background: radial-gradient(circle at 50% 30%, rgba(238, 203, 130, 0.55), rgba(251, 218, 226, 0.4) 55%, transparent 75%);
  filter: blur(14px);
  z-index: 0;
  animation: auraGlow 6s ease-in-out infinite alternate;
}

@keyframes auraGlow {
  0% { opacity: 0.6; transform: scale(0.98); }
  100% { opacity: 0.95; transform: scale(1.03); }
}

.arch-frame-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 110px 110px 24px 24px;
  padding: 5px;
  background: linear-gradient(145deg, rgba(245, 222, 160, 0.9) 0%, rgba(255, 255, 255, 0.95) 40%, rgba(218, 192, 236, 0.8) 100%);
  box-shadow: 0 14px 30px -8px rgba(118, 88, 140, 0.28), 0 0 20px rgba(232, 199, 130, 0.25);
}

.arch-portrait {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 25%;
  border-radius: 106px 106px 20px 20px;
  display: block;
}

/* Floating Celestial Embellishments around the Arch */
.arch-badge-floating {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
  border: 1px solid var(--gold-subtle);
  padding: 6px 16px;
  border-radius: var(--radius-pill);
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--text-highlight);
  box-shadow: 0 6px 18px rgba(140, 110, 160, 0.16);
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

.hero-headline-card {
  margin-top: 14px;
  text-align: center;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(230, 215, 245, 0.7);
  padding: 22px 20px;
  border-radius: 22px;
  box-shadow: var(--shadow-soft);
}

.hero-headline-text {
  font-family: var(--font-serif);
  font-size: 1.32rem;
  line-height: 1.48;
  color: var(--text-primary);
  font-weight: 400;
}

@media (min-width: 768px) {
  .hero-headline-text {
    font-size: 1.48rem;
  }
}

.hero-headline-text em {
  font-style: italic;
  color: var(--text-highlight);
}

/* ==========================================================================
   Section 2: About Me
   ========================================================================== */
.section-title-wrap {
  text-align: center;
  margin-bottom: 20px;
}

.section-title {
  font-size: 2.1rem;
  margin-bottom: 6px;
  color: var(--text-primary);
}

@media (min-width: 768px) {
  .section-title {
    font-size: 2.45rem;
  }
}

.about-text {
  font-size: 1.02rem;
  color: var(--text-secondary);
  line-height: 1.78;
  margin-bottom: 18px;
}

.about-quote-box {
  margin-top: 20px;
  padding: 16px 20px;
  background: linear-gradient(135deg, rgba(254, 243, 246, 0.75), rgba(247, 239, 253, 0.75));
  border-left: 3px solid var(--gold-accent);
  border-radius: 0 16px 16px 0;
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 1.15rem;
  color: var(--text-primary);
  line-height: 1.5;
}

/* ==========================================================================
   Section 3: 1-on-1 Mentorship Sales Letter
   ========================================================================== */
.mentorship-card {
  position: relative;
}

.mentorship-header {
  text-align: center;
  margin-bottom: 24px;
}

.mentorship-intro {
  font-family: var(--font-serif);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  color: var(--text-highlight);
  text-align: center;
  padding: 14px 16px;
  background: rgba(246, 238, 252, 0.65);
  border-radius: 18px;
  margin-bottom: 22px;
  border: 1px solid rgba(225, 208, 242, 0.6);
}

.sales-letter-body {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.sales-letter-body p {
  font-size: 0.98rem;
  color: var(--text-secondary);
  line-height: 1.75;
}

.sales-letter-body p strong {
  color: var(--text-primary);
  font-weight: 600;
}

/* Thematic Pillar Cards Inside Sales Letter */
.pillars-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin: 16px 0 8px;
}

@media (min-width: 540px) {
  .pillars-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.pillar-item {
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(230, 218, 240, 0.7);
  border-radius: 18px;
  padding: 16px 14px;
  text-align: center;
  transition: all 0.25s ease;
}

.pillar-item:hover {
  transform: translateY(-2px);
  background: #ffffff;
  border-color: var(--gold-subtle);
  box-shadow: 0 8px 18px rgba(150, 120, 170, 0.1);
}

.pillar-icon {
  font-size: 1.35rem;
  margin-bottom: 6px;
  color: var(--gold-accent);
}

.pillar-title {
  font-family: var(--font-serif);
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 4px;
}

.pillar-desc {
  font-size: 0.8rem;
  color: var(--text-muted);
  line-height: 1.4;
}

/* ==========================================================================
   Section 4: Investment & Call-to-Action
   ========================================================================== */
.pricing-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 22px 0;
}

@media (min-width: 540px) {
  .pricing-container {
    flex-direction: row;
  }
}

.pricing-box {
  flex: 1;
  background: rgba(255, 255, 255, 0.82);
  border: 1.5px solid rgba(225, 210, 240, 0.8);
  border-radius: 24px;
  padding: 24px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: all 0.3s ease;
}

.pricing-box.featured {
  background: linear-gradient(180deg, rgba(255, 252, 247, 0.95) 0%, rgba(253, 245, 248, 0.95) 100%);
  border-color: var(--gold-accent);
  box-shadow: 0 10px 30px rgba(222, 185, 114, 0.22), 0 2px 10px rgba(170, 130, 190, 0.1);
}

.pricing-box:hover {
  transform: translateY(-3px);
}

.pricing-badge-corner {
  position: absolute;
  top: -11px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #d8a84e, #be872b);
  color: #ffffff;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 14px;
  border-radius: var(--radius-pill);
  box-shadow: 0 3px 10px rgba(190, 135, 43, 0.35);
  white-space: nowrap;
}

.pricing-name {
  font-family: var(--font-serif);
  font-size: 1.45rem;
  color: var(--text-primary);
  margin-top: 4px;
  margin-bottom: 6px;
}

.pricing-price {
  font-family: var(--font-serif);
  font-size: 2.6rem;
  font-weight: 600;
  color: var(--text-highlight);
  line-height: 1;
  margin: 10px 0;
}

.pricing-price span {
  font-size: 1.3rem;
  font-weight: 400;
  vertical-align: top;
  margin-right: 2px;
}

.pricing-subtext {
  font-size: 0.84rem;
  color: var(--text-muted);
  margin-bottom: 14px;
}

.pricing-features {
  list-style: none;
  text-align: left;
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid rgba(230, 220, 240, 0.6);
  font-size: 0.85rem;
  color: var(--text-secondary);
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.pricing-features li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.pricing-features li::before {
  content: '✦';
  color: var(--gold-accent);
  font-size: 0.75rem;
  line-height: 1.6;
}

/* Invitation Note in Soft Blush / Gold */
.invitation-callout {
  background: linear-gradient(135deg, rgba(254, 238, 242, 0.88), rgba(250, 244, 232, 0.88));
  border: 1px solid rgba(232, 199, 130, 0.5);
  border-radius: 22px;
  padding: 22px 20px;
  margin: 20px 0 26px;
  text-align: center;
  position: relative;
}

.invitation-callout p {
  font-size: 1.08rem;
  line-height: 1.8;
  color: var(--text-primary);
  font-style: italic;
  font-family: var(--font-serif);
}

.invitation-callout .heart-signoff {
  font-style: normal;
  display: block;
  margin-top: 12px;
  font-weight: 600;
  color: #a44865;
  font-size: 1.05rem;
}

/* Primary High-Converting CTA Button */
.cta-button-wrap {
  text-align: center;
  margin: 10px 0 6px;
}

.btn-primary-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  max-width: 360px;
  padding: 18px 28px;
  background: linear-gradient(135deg, #d8a84e 0%, #c48c34 50%, #ad7622 100%);
  color: #ffffff;
  font-family: var(--font-sans);
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-decoration: none;
  border-radius: var(--radius-pill);
  border: none;
  cursor: pointer;
  box-shadow: 0 10px 28px rgba(196, 140, 52, 0.38), 0 0 20px rgba(232, 199, 130, 0.4);
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
}

.btn-primary-cta::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(60deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transform: rotate(25deg) translateY(-100%);
  animation: shimmerCTA 4.5s infinite;
}

@keyframes shimmerCTA {
  0% { transform: rotate(25deg) translateY(-100%); }
  25%, 100% { transform: rotate(25deg) translateY(100%); }
}

.btn-primary-cta:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 14px 34px rgba(196, 140, 52, 0.48), 0 0 30px rgba(232, 199, 130, 0.6);
  color: #ffffff;
}

.btn-primary-cta:active {
  transform: translateY(1px) scale(0.99);
}

/* ==========================================================================
   Section 5: Coming Soon Section
   ========================================================================== */
.coming-soon-card {
  background: linear-gradient(145deg, rgba(253, 251, 247, 0.9), rgba(245, 237, 252, 0.9));
  border: 1.5px dashed rgba(188, 160, 215, 0.7);
  text-align: center;
}

.coming-soon-badge {
  margin-bottom: 12px;
}

.coming-soon-title {
  font-size: 1.6rem;
  margin-bottom: 10px;
  color: var(--text-primary);
}

.coming-soon-desc {
  font-size: 0.95rem;
  color: var(--text-secondary);
  line-height: 1.68;
  max-width: 440px;
  margin: 0 auto 20px;
}

/* Quick interactive email notify form */
.notify-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 380px;
  margin: 0 auto;
}

@media (min-width: 460px) {
  .notify-form {
    flex-direction: row;
  }
}

.notify-input {
  flex: 1;
  padding: 13px 18px;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(200, 180, 220, 0.6);
  background: rgba(255, 255, 255, 0.95);
  font-family: var(--font-sans);
  font-size: 0.9rem;
  color: var(--text-primary);
  outline: none;
  transition: all 0.25s ease;
}

.notify-input:focus {
  border-color: var(--gold-accent);
  box-shadow: 0 0 12px rgba(207, 155, 68, 0.25);
}

.notify-btn {
  padding: 13px 22px;
  border-radius: var(--radius-pill);
  border: none;
  background: var(--text-highlight);
  color: #ffffff;
  font-family: var(--font-sans);
  font-size: 0.88rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.25s ease;
  white-space: nowrap;
}

.notify-btn:hover {
  background: #5d3b64;
  transform: translateY(-1px);
}

.notify-success-msg {
  display: none;
  font-size: 0.85rem;
  color: var(--sage-muted);
  font-weight: 600;
  margin-top: 10px;
}

/* ==========================================================================
   Section 6: Contact & Footer
   ========================================================================== */
.footer-card {
  text-align: center;
  padding-bottom: 24px;
}

.socials-links-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin: 18px 0;
}

.social-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(220, 205, 235, 0.7);
  color: var(--text-primary);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  transition: all 0.25s ease;
  cursor: pointer;
}

.social-pill:hover {
  background: #ffffff;
  border-color: var(--gold-accent);
  color: var(--text-highlight);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(150, 110, 170, 0.15);
}

.footer-closing-note {
  font-family: var(--font-serif);
  font-size: 1.15rem;
  font-style: italic;
  color: var(--text-secondary);
  line-height: 1.65;
  margin: 20px auto 14px;
  max-width: 440px;
}

.footer-copyright {
  font-size: 0.78rem;
  color: var(--text-muted);
  margin-top: 18px;
}

/* Toast Notification for Clipboard Copy */
.toast-msg {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%) translateY(100px);
  background: rgba(45, 36, 48, 0.92);
  color: #ffffff;
  padding: 10px 22px;
  border-radius: var(--radius-pill);
  font-size: 0.85rem;
  font-weight: 500;
  backdrop-filter: blur(10px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  pointer-events: none;
  opacity: 0;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 1000;
}

.toast-msg.show {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
}

/* Subtle Self-Inquiry Mirror */
.inquiry-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 16px 0;
}

.inquiry-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(230, 218, 240, 0.6);
  padding: 13px 16px;
  border-radius: 18px;
  transition: all 0.25s ease;
}

.inquiry-item:hover {
  background: rgba(255, 255, 255, 0.95);
  border-color: var(--gold-subtle);
  transform: translateX(3px);
}

.inquiry-bullet {
  color: var(--gold-accent);
  font-size: 0.85rem;
  line-height: 1.6;
  flex-shrink: 0;
}

.inquiry-text {
  font-size: 0.93rem;
  color: var(--text-secondary);
  line-height: 1.62;
}

/* Subtle Session Flow */
.session-flow {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 18px 0 10px;
}

.flow-step {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(232, 222, 242, 0.65);
  border-radius: 18px;
  padding: 15px 16px;
  transition: all 0.25s ease;
}

.flow-step:hover {
  background: #ffffff;
  border-color: var(--gold-subtle);
  box-shadow: 0 6px 16px rgba(150, 120, 170, 0.08);
}

.flow-step-num {
  font-family: var(--font-serif);
  font-size: 1.1rem;
  font-style: italic;
  color: var(--gold-dark);
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(250, 242, 228, 0.95);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 1px solid rgba(220, 185, 115, 0.45);
  margin-top: 1px;
}

.flow-step-content h5 {
  font-family: var(--font-serif);
  font-size: 1.08rem;
  color: var(--text-primary);
  margin-bottom: 2px;
  font-weight: 600;
}

.flow-step-content p {
  font-size: 0.87rem;
  color: var(--text-secondary);
  line-height: 1.55;
}

/* Subtle FAQ Accordion */
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 18px 0 10px;
}

.faq-item {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(230, 218, 240, 0.7);
  border-radius: 18px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-question {
  width: 100%;
  padding: 15px 18px;
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  text-align: left;
  font-family: var(--font-serif);
  font-size: 1.12rem;
  color: var(--text-primary);
  font-weight: 500;
  cursor: pointer;
  outline: none;
}

.faq-icon {
  font-size: 0.9rem;
  color: var(--gold-accent);
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

.faq-item.open .faq-icon {
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s cubic-bezier(0.16, 1, 0.3, 1), padding 0.3s ease;
  padding: 0 18px;
}

.faq-item.open .faq-answer {
  max-height: 300px;
  padding: 0 18px 16px;
}

.faq-answer p {
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.68;
}

/* Sacred Readiness Note */
.readiness-note {
  margin: 22px 0 6px;
  padding: 14px 18px;
  background: rgba(248, 242, 252, 0.6);
  border-left: 2.5px solid var(--gold-accent);
  border-radius: 0 16px 16px 0;
  font-size: 0.88rem;
  color: var(--text-secondary);
  line-height: 1.65;
}

.readiness-note strong {
  font-family: var(--font-serif);
  font-size: 0.98rem;
  color: var(--text-primary);
}
