/* ============================================================
   THE BOUJEE HEALER — STYLES
   Colors: Deep plum #451038, Purple #5b2655, Lavender #e1c4f5,
   Cream #f5f3ef, Light mauve #f3e6fa, Soft pink #dec5d8
   ============================================================ */

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

html { scroll-behavior: smooth; }

body {
  background-color: #451038;
  color: #f5f3ef;
  font-family: 'Poppins', Arial, sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { display: block; max-width: 100%; }
a { text-decoration: none; }

/* ============================================================
   BUTTONS
   ============================================================ */
.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border-radius: 30px;
  background: linear-gradient(180deg, #823e7a 0%, #5a2654 100%);
  border: 1px solid #5b2655;
  color: #fff;
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.02em;
  cursor: pointer;
  transition: opacity 0.2s, transform 0.2s;
  white-space: nowrap;
}
.btn-primary:hover { opacity: 0.85; transform: translateY(-1px); }

.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border-radius: 30px;
  background: transparent;
  border: 1px solid #e1c4f5;
  color: #fff;
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.02em;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
  white-space: nowrap;
}
.btn-secondary:hover { background: rgba(255,255,255,0.08); transform: translateY(-1px); }

/* ============================================================
   BADGE
   ============================================================ */
.badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px 6px 10px;
  border-radius: 100px;
  background: rgba(255,255,255,0.1);
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 15px;
  letter-spacing: -0.02em;
  color: #fff;
  margin-bottom: 20px;
}
.badge-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: #ce8ff7;
  flex-shrink: 0;
}
.badge-dot--purple {
  background: radial-gradient(circle, #fff, #eb87ff);
  box-shadow: 0 0 7px rgba(229,160,250,0.93);
}
.badge-dot--glow {
  background: radial-gradient(circle, #fff, #eb87ff);
  box-shadow: 0 0 7px rgba(229,160,250,0.93);
}

/* ============================================================
   SHARED SECTION TYPOGRAPHY
   ============================================================ */
.section-heading {
  font-family: 'Nohemi', Arial, sans-serif;
  font-weight: 300;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: #f5f3ef;
  margin-bottom: 18px;
}
.section-heading--center { text-align: center; }

.section-sub {
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  color: rgba(245,243,239,0.8);
  margin-bottom: 28px;
}
.section-sub--center { text-align: center; max-width: 600px; margin-left: auto; margin-right: auto; }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 600px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #e0cadf;
  -webkit-mask: linear-gradient(#000 0% 75%, transparent 100%);
  mask: linear-gradient(#000 0% 75%, transparent 100%);
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero-sky-img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center top;
}

.hero-moon {
  position: absolute;
  bottom: calc(180px + 20vh);
  left: 50%;
  transform: translateX(-50%);
  width: min(55%, 450px);
  z-index: 2;
  filter: drop-shadow(30px -7px 27px rgba(255,255,255,0.92));
  overflow: visible;
}
.hero-moon img { width: 100%; height: auto; }

.moon-label-left,
.moon-label-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-family: 'Poppins', Arial, sans-serif;
  font-size: clamp(14px, 1.4vw, 22px);
  font-weight: 300;
  white-space: nowrap;
  letter-spacing: 0.04em;
  text-shadow: 0 0 18px rgba(255,255,255,0.6);
  pointer-events: none;
}

.moon-label-left {
  right: calc(100% + 18px);
  text-align: right;
}

.moon-label-right {
  left: calc(100% + 18px);
  text-align: left;
  margin-left: 20%;
}

.hero-gayle {
  position: absolute;
  bottom: 30px;
  left: 48%;
  transform: translateX(-50%);
  width: min(70.2%, 676px);
  min-width: 390px;
  z-index: 8;
}
.hero-gayle img { width: 100%; height: auto; object-fit: contain; }

.hero-mask {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: #fff;
  -webkit-mask: linear-gradient(transparent 80%, #000 100%);
  mask: linear-gradient(transparent 80%, #000 100%);
}

.hero-blur {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 225px;
  z-index: 10;
  background-color: #441038;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  -webkit-mask: linear-gradient(transparent 0%, #000 84%);
  mask: linear-gradient(transparent 0%, #000 84%);
}

.hero-content {
  position: relative;
  z-index: 7;
  width: 100%;
  max-width: 1200px;
  padding: 120px 64px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-top-bar {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

.hero-title {
  font-family: 'Nohemi', Arial, sans-serif;
  font-weight: 100;
  font-size: clamp(60px, 10vw, 172px);
  line-height: 0.85;
  letter-spacing: -0.06em;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
}

.hero-ig-link {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 20px;
  font-weight: 300;
  text-decoration: none;
  overflow: hidden;
}
.hero-ig-link svg { flex-shrink: 0; }

/* ============================================================
   HERO DETAIL
   ============================================================ */
.hero-detail {
  background: linear-gradient(180deg, #451038 0%, #451038 100%);
  padding: 24px 32px 60px;
  display: flex;
  justify-content: center;
}
.hero-detail-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 38px;
  width: 100%;
  max-width: 1115px;
  background: linear-gradient(180deg, #5e204f 0%, #451038 100%);
  border-radius: 36px;
  padding: 9px;
  min-height: 672px;
  box-shadow: 0.67px 0.5px 0.84px -0.22px rgba(0,0,0,0.1), 1.59px 1.19px 1.99px -0.44px rgba(0,0,0,0.1), 40px 30px 50px -1.75px rgba(0,0,0,0.18);
  overflow: hidden;
}

.hero-detail-visual {
  flex: 0 0 42%;
  max-width: 450px;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 640px;
  padding-left: 10px;
}

.hero-detail-portrait-wrap {
  position: absolute;
  bottom: 0;
  left: 32px;
  z-index: 0;
}
.hero-detail-portrait-border {
  border: 2px solid #5b2655;
  border-radius: 400px 400px 8px 8px;
  padding: 4px;
  width: 300px;
  height: 490px;
  overflow: hidden;
}
.hero-detail-portrait-border img {
  width: 100%; height: 100%;
  object-fit: cover;
  border-radius: 396px 396px 4px 4px;
}

.hero-detail-overlay-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 440px;
  z-index: 1;
}
.hero-detail-overlay-img img {
  width: 100%; height: auto;
  object-fit: contain;
}

.hero-detail-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  padding: 48px 48px 48px 0;
}

.hero-logo-wrap {
  width: 121px;
  height: 130px;
  margin-bottom: 24px;
}
.hero-logo-wrap img { width: 100%; height: 100%; object-fit: contain; }

.hero-detail-heading {
  font-family: 'Nohemi', Arial, sans-serif;
  font-weight: 300;
  font-size: clamp(26px, 3.5vw, 48px);
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: #f5f3ef;
  margin-bottom: 18px;
}

.hero-detail-sub {
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  color: rgba(245,243,239,0.8);
  margin-bottom: 28px;
}

.hero-detail-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

/* ============================================================
   PROCESS / WHY GAYLE
   ============================================================ */
.process {
  background: linear-gradient(180deg, #451038 0%, #451038 100%);
  padding: 80px 32px;
}
.process-inner {
  display: flex;
  gap: 48px;
  max-width: 1200px;
  margin: 0 auto;
  align-items: flex-start;
}

.process-image {
  flex: 0 0 38%;
  max-width: 480px;
  border-radius: 16px;
  overflow: hidden;
  position: sticky;
  top: 100px;
  align-self: flex-start;
}
.process-image img {
  width: 100%; height: auto;
  object-fit: cover;
  border-radius: 16px;
  object-position: center 25%;
}

.process-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.process-cta { margin-bottom: 32px; }

.process-divider {
  width: 100%;
  height: 1px;
  background: rgba(255,255,255,0.1);
  margin-bottom: 32px;
}

.process-cards { display: flex; flex-direction: column; gap: 24px; }

.process-card {
  background: #451038;
  border-radius: 30px;
  padding: 32px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.3);
  position: sticky;
  top: 120px;
}

.process-card-icon {
  width: 44px; height: 44px;
  margin-bottom: 16px;
  display: flex; align-items: center; justify-content: center;
}

.process-card-title {
  font-family: 'Nohemi', Arial, sans-serif;
  font-weight: 700;
  font-size: clamp(20px, 2.5vw, 32px);
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: #fff;
  margin-bottom: 16px;
}

.process-card-divider {
  width: 100%;
  height: 1px;
  background: rgba(255,255,255,0.1);
  margin-bottom: 16px;
}

.process-card-text {
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: -0.02em;
  color: rgba(255,255,255,0.6);
  line-height: 1.7;
}

/* ============================================================
   ABOUT
   ============================================================ */
.about {
  position: relative;
  padding: 100px 32px;
  overflow: hidden;
}
.about-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.about-bg img {
  width: 100%; height: 100%;
  object-fit: cover;
}
.about-bg-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(69,16,56,0.7) 0%, rgba(69,16,56,0.9) 100%);
}

.about-inner {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
}

.about-card {
  background: rgba(21,21,23,0.14);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border-radius: 36px;
  padding: 48px;
  display: flex;
  gap: 48px;
  align-items: flex-start;
}

.about-portrait-col { flex: 0 0 auto; }

.about-portrait-border {
  border: 2px solid #f3e6fa;
  border-radius: 400px 400px 8px 8px;
  padding: 4px;
  width: 280px;
  height: 420px;
  overflow: hidden;
}
.about-portrait-inner {
  border-radius: 396px 396px 4px 4px;
  overflow: hidden;
  width: 100%; height: 100%;
}
.about-portrait-inner img {
  width: 100%; height: 100%;
  object-fit: cover;
}

.about-content-col {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.about-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 16px;
  border-radius: 20px;
  background: #711a82;
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #fff;
  margin-bottom: 24px;
  width: fit-content;
}

.about-heading {
  font-family: 'Nohemi', Arial, sans-serif;
  font-weight: 300;
  font-size: clamp(22px, 3vw, 36px);
  line-height: 1.15;
  color: #f3e6fa;
  margin-bottom: 20px;
  font-style: normal;
}

.about-text p {
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.7;
  color: #f0dff7;
  margin-bottom: 14px;
}

.modalities-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0;
}

.modality-tag {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border: 1px solid rgba(241,214,255,0.4);
  border-radius: 20px;
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 13px;
  font-weight: 300;
  color: #f0dff7;
}

.modality-tag svg path {
  stroke: #e8c5f5;
}

.about-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 8px;
}

/* ============================================================
   MEDITATIONS
   ============================================================ */
.meditations {
  background: #451038;
  padding: 80px 32px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
.meditations-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 700px;
  text-align: center;
  margin-bottom: 48px;
}

.meditations-visual {
  width: 100%;
  max-width: 1200px;
  height: 500px;
  overflow: hidden;
  position: relative;
  box-shadow: inset 0 -59px 52px rgba(0,0,0,0.36);
}

.meditations-phone-stack {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.med-phone-img {
  position: absolute;
  left: 53%;
  transform: translateX(-50%);
  top: 23%;
  width: 170px;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,0.5);
}
.med-phone-img img { width: 100%; height: auto; object-fit: cover; }

.med-hand-img {
  position: absolute;
  left: 40%;
  top: 15%;
  width: 420px;
  z-index: 2;
}
.med-hand-img img { width: 100%; height: auto; object-fit: contain; }

/* ============================================================
   COMMUNITY
   ============================================================ */
.community {
  background: #451038;
  padding: 80px 32px;
}
.community-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 700px;
  margin: 0 auto 60px;
  text-align: center;
}

.community-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
}

.community-feature-card {
  background: #451038;
  border: 1px solid #e1c4f5;
  border-radius: 32px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.cf-visual {
  width: 100%;
  height: 260px;
  overflow: hidden;
  position: relative;
  -webkit-mask: linear-gradient(#000 57%, transparent 100%);
  mask: linear-gradient(#000 57%, transparent 100%);
}

.cf-copy {
  padding: 24px;
}

.cf-heading {
  font-family: 'Nohemi', Arial, sans-serif;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: -0.02em;
  color: #f5f3ef;
  margin-bottom: 10px;
}
.cf-sub {
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: rgba(245,243,239,0.7);
  line-height: 1.6;
}

/* Notifications */
.cf-notifications {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: radial-gradient(ellipse at 50% -20%, rgba(225,196,245,0.15), transparent 70%);
}

.notification-item {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  background: rgba(252,252,252,0.53);
  border: 1px solid #eff1f3;
  backdrop-filter: blur(4px);
  border-radius: 16px;
  padding: 12px 14px;
}
.notif-icon {
  width: 36px; height: 36px;
  border-radius: 8px;
  object-fit: cover;
  flex-shrink: 0;
}
.notif-body { flex: 1; }
.notif-header {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 4px;
}
.notif-title {
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #3d0000;
}
.notif-time {
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 12px;
  color: #7d6161;
  flex-shrink: 0;
}
.notif-text {
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 12px;
  color: #7d6161;
}
.notif-1 { opacity: 0.6; }
.notif-2 { opacity: 0.8; }
.notif-3 { opacity: 1; }

/* Faces/Community */
.cf-faces {
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(ellipse at 50% -20%, rgba(225,196,245,0.15), transparent 70%);
}
.faces-ring {
  position: relative;
  width: 200px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faces-rings-bg { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; }
.ring {
  position: absolute;
  border: solid #e1c4f5;
  border-radius: 50%;
}
.ring-1 { width: 200px; height: 200px; border-width: 7px; opacity: 0.6; }
.ring-2 { width: 160px; height: 160px; border-width: 6px; opacity: 0.4; }
.ring-3 { width: 120px; height: 120px; border-width: 5px; opacity: 0.2; }

.center-face {
  width: 80px; height: 80px;
  border-radius: 50%;
  border: 3px solid #e1c4f5;
  overflow: hidden;
  z-index: 2;
  position: relative;
}
.center-face img { width: 100%; height: 100%; object-fit: cover; }

.orbit-face {
  position: absolute;
  width: 44px; height: 44px;
  border-radius: 50%;
  border: 2px solid #e1c4f5;
  object-fit: cover;
}
.face-a { top: 0; left: 50%; transform: translateX(-50%) translateY(-50%); }
.face-b { top: 50%; right: 0; transform: translateY(-50%) translateX(50%); }
.face-c { bottom: 0; left: 50%; transform: translateX(-50%) translateY(50%); }
.face-d { top: 50%; left: 0; transform: translateY(-50%) translateX(-50%); }
.face-e { top: 15%; right: 10%; }

/* Photos */
.cf-photos {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 10px;
  padding: 24px 16px 0;
  background: radial-gradient(ellipse at 50% -20%, rgba(225,196,245,0.15), transparent 70%);
}
.cf-photo {
  border-radius: 20px;
  overflow: hidden;
  flex: 0 0 30%;
  height: 200px;
}
.cf-photo img { width: 100%; height: 100%; object-fit: cover; }
.cf-photo-1 { transform: rotate(-11deg); }
.cf-photo-2 { transform: rotate(-3deg); }
.cf-photo-3 { transform: rotate(8deg); }

/* Phones */
.cf-phones {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 16px;
  padding: 24px 16px 0;
  background: radial-gradient(ellipse at 50% -20%, rgba(225,196,245,0.15), transparent 70%);
}
.cf-iphone {
  flex: 0 0 auto;
  width: 100px;
  height: 200px;
  border-radius: 18px;
  overflow: hidden;
  border: 2px solid rgba(255,255,255,0.15);
  background: #1a0d16;
}
.cf-iphone-screen { width: 100%; height: 100%; }
.cf-iphone-screen img { width: 100%; height: 100%; object-fit: cover; }
.cf-iphone-left { transform: rotate(-7deg); }
.cf-iphone-right { transform: rotate(12deg); }

/* ============================================================
   JOIN / DESTINATIONS
   ============================================================ */
.join {
  background: linear-gradient(180deg, #451038 0%, #451038 100%);
  padding: 80px 32px;
}
.join-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.join-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 700px;
  text-align: center;
  margin-bottom: 48px;
}
.join-cards {
  display: flex;
  gap: 24px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.join-btns {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}

.destination-card {
  width: 280px;
  height: 360px;
  border-radius: 32px;
  overflow: hidden;
  position: relative;
  background: #050505;
  flex-shrink: 0;
}
.dest-card-inner {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.dest-sky {
  position: absolute;
  inset: 0;
}
.dest-sky img { width: 100%; height: 100%; object-fit: cover; }

.dest-title {
  position: absolute;
  top: 48px;
  left: 50%;
  transform: translateX(-50%);
  font-family: 'Nohemi', Arial, sans-serif;
  font-weight: 700;
  font-size: clamp(28px, 5vw, 42px);
  letter-spacing: -0.03em;
  color: #fff;
  white-space: nowrap;
  z-index: 2;
  text-shadow: 0 2px 20px rgba(0,0,0,0.5);
}

.dest-image {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 1;
}
.dest-image img { width: 100%; height: auto; object-fit: contain; }
.dest-image--shasta { width: 120%; }

.dest-footer {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  z-index: 4;
  padding: 16px 20px;
  background: linear-gradient(transparent, rgba(5,7,22,0.85) 60%);
  display: flex;
  align-items: flex-end;
  gap: 10px;
}
.dest-footer-icon {
  width: 28px; height: 28px;
  background: rgba(255,255,255,0.1);
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.dest-footer-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.dest-name {
  font-family: 'Inter', Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  letter-spacing: -0.02em;
}
.dest-sub {
  font-family: 'Inter', Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: rgba(255,255,255,0.65);
}
.dest-overlay-link {
  position: absolute;
  inset: 0;
  z-index: 5;
}

/* ============================================================
   TESTIMONIALS
   ============================================================ */
.testimonials {
  background: #451038;
  padding: 80px 32px 100px;
}
.testimonials-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.testimonials-carousel {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.testimonials-track {
  display: flex;
  gap: 20px;
  transition: transform 0.5s ease;
}

.testimonial-card {
  background: linear-gradient(180deg, #5e204f 0%, #451038 100%);
  border-radius: 24px;
  padding: 32px;
  flex: 0 0 calc(33.333% - 14px);
  min-width: 280px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.stars {
  color: #e1c4f5;
  font-size: 18px;
  letter-spacing: 2px;
}

.testimonial-card p {
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.7;
  color: rgba(245,243,239,0.9);
  flex: 1;
}
.testimonial-name {
  font-family: 'Nohemi', Arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #f5f3ef;
  letter-spacing: -0.02em;
}

.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 28px;
}
.carousel-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: rgba(225,196,245,0.3);
  cursor: pointer;
  border: none;
  padding: 0;
  transition: background 0.2s;
}
.carousel-dot.active { background: #e1c4f5; }

/* ============================================================
   QUOTE SECTION
   ============================================================ */
.quote-section {
  background: #451038;
  padding: 160px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.quote-crystals {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.crystal {
  position: absolute;
  object-fit: contain;
}
.crystal-1 {
  width: 200px;
  top: -18px; left: 24px;
  transform: perspective(1200px) rotate(-30deg) scale(0.8);
}
.crystal-2 {
  width: 160px;
  bottom: 23px; left: 103px;
  transform: perspective(1200px) rotate(-105deg) scale(0.8);
}
.crystal-3 {
  width: 120px;
  top: -30px; right: 64px;
  transform: perspective(1200px) rotate(26deg) scale(0.8);
}
.crystal-4 {
  width: 100px;
  bottom: -19px; right: 152px;
  transform: perspective(1200px) scale(0.8);
}

.quote-text-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px 20px;
  max-width: 900px;
  text-align: center;
}

.quote-line {
  font-family: 'Coconat', Georgia, serif;
  font-weight: 400;
  font-size: clamp(22px, 3.5vw, 38px);
  color: #fff;
  line-height: 1.1;
}

.quote-pill {
  width: 90px; height: 50px;
  border-radius: 100px;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: 0 4px 16px rgba(0,0,0,0.4);
}
.quote-pill img { width: 100%; height: 100%; object-fit: cover; }

/* ============================================================
   FAQ
   ============================================================ */
.faq {
  background: #451038;
  padding: 80px 32px 100px;
}
.faq-inner {
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  gap: 60px;
  align-items: flex-start;
}

.faq-headline {
  flex: 0 0 340px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: sticky;
  top: 100px;
}

.faq-heading {
  font-family: 'Nohemi', Arial, sans-serif;
  font-weight: 300;
  font-size: clamp(22px, 2.8vw, 36px);
  line-height: 1.15;
  letter-spacing: -0.04em;
  color: #fff;
}
.faq-heading-accent { color: #e1c4f5; }

.faq-btns { display: flex; flex-direction: column; gap: 12px; align-items: flex-start; }

.faq-list {
  flex: 1;
  background: #451038;
  border-radius: 24px;
  padding: 24px 8px 8px;
}

.faq-item { padding: 20px 25px; }

.faq-question {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  padding: 0;
}
.faq-question span {
  font-family: 'Nohemi', Arial, sans-serif;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: -0.035em;
  color: #f3e6fa;
}

.faq-icon {
  width: 32px; height: 32px;
  border-radius: 1000px;
  background: rgb(206,143,247);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  transition: transform 0.3s;
}
.faq-item.faq-open .faq-icon { transform: rotate(45deg); }

.faq-answer {
  padding-top: 16px;
}
.faq-answer[hidden] { display: none; }
.faq-answer p {
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.035em;
  color: #e1c4f5;
  line-height: 1.6;
}

.faq-divider {
  height: 1px;
  background: rgba(13,13,13,0.05);
  margin: 0 25px;
}

/* ============================================================
   CTA
   ============================================================ */
.cta-section {
  background: #451038;
  padding: 0 32px 70px;
}
.cta-outer {
  max-width: 1280px;
  margin: 0 auto;
}
.cta-card {
  background: linear-gradient(180deg, #5e204f 0%, #451038 100%);
  border-radius: 16px;
  padding: 80px 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.06);
}

.cta-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 16px;
  border-radius: 20px;
  background: #711a82;
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}

.cta-heading {
  font-family: 'Nohemi', Arial, sans-serif;
  font-weight: 300;
  font-size: clamp(28px, 4vw, 52px);
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: #f5f3ef;
}

.cta-sub {
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  color: #ebe7e0;
  max-width: 580px;
}

/* ============================================================
   INSTAGRAM FLOATING
   ============================================================ */
.ig-floating {
  position: fixed;
  bottom: 28px;
  right: 28px;
  width: 48px; height: 48px;
  background: rgba(69,16,56,0.9);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  z-index: 100;
  transition: transform 0.2s;
  backdrop-filter: blur(8px);
}
.ig-floating:hover { transform: scale(1.1); }

/* ============================================================
   FOOTER
   ============================================================ */
.footer {
  background: #451038;
  padding: 40px 48px;
  text-align: center;
}
.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 20px;
}
.footer-nav {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.footer-nav a {
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 15px;
  font-weight: 300;
  color: #e1c4f5;
  text-decoration: none;
  transition: color 0.2s;
}
.footer-nav a:hover { color: #fff; }
.footer-credit {
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 13px;
  font-weight: 300;
  color: rgba(255,255,255,0.5);
}
.footer-credit a {
  color: rgba(255,255,255,0.7);
  text-decoration: underline;
}
.footer-vibe {
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 13px;
  margin-top: 8px;
}

/* ============================================================
   SCROLL REVEAL ANIMATIONS
   ============================================================ */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .hero-detail-inner {
    flex-direction: column;
    min-height: auto;
    padding: 32px;
  }
  .hero-detail-visual {
    height: 320px;
    width: 100%;
    flex: none;
  }
  .hero-detail-overlay-img { width: 280px; }
  .hero-detail-portrait-wrap { left: 50%; transform: translateX(-50%); }
  .hero-detail-text { padding: 24px 0 0; }

  .process-inner { flex-direction: column; }
  .process-image { position: static; max-width: 100%; }

  .about-card { flex-direction: column; }
  .about-portrait-border { width: 200px; height: 300px; margin: 0 auto; }

  .faq-inner { flex-direction: column; gap: 32px; }
  .faq-headline { position: static; flex: none; }
  .faq-btns { flex-direction: row; }

  .community-features { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  .hero-content { padding: 80px 24px 0; }
  .hero-title { font-size: clamp(40px, 10vw, 90px); }
  .moon-label-left, .moon-label-right { font-size: 13px; letter-spacing: 0.02em; }

  .hero-detail { padding: 24px 16px 40px; }
  .hero-detail-inner { padding: 24px; border-radius: 24px; }
  .hero-detail-text { padding: 16px 0 0; }
  .hero-detail-visual { height: 260px; }
  .hero-detail-portrait-border { width: 180px; height: 260px; }
  .hero-detail-overlay-img { width: 220px; }

  .process { padding: 60px 20px; }
  .about { padding: 60px 20px; }
  .meditations { padding: 60px 20px 0; }
  .community { padding: 60px 20px; }
  .join { padding: 60px 20px; }
  .testimonials { padding: 60px 20px 80px; }
  .quote-section { padding: 100px 20px; }
  .faq { padding: 60px 20px 80px; }
  .cta-section { padding: 0 20px 50px; }

  .community-features { grid-template-columns: 1fr; }

  .testimonial-card { flex: 0 0 calc(100% - 0px); min-width: 260px; }

  .quote-text-row { flex-direction: column; align-items: center; }

  .hero-ig-link { font-size: 14px; }

  .join-cards { flex-direction: column; align-items: center; }

  .cta-card { padding: 48px 24px; }

  .med-hand-img { width: 280px; left: 38%; }

  .footer { padding: 32px 20px; }
  .footer-inner { flex-direction: column; align-items: center; text-align: center; }

  .crystal-1, .crystal-2, .crystal-3, .crystal-4 { display: none; }
}

@media (max-width: 480px) {
  .hero-title { font-size: 38px; letter-spacing: -0.04em; }
  .hero-ig-link { gap: 6px; font-size: 12px; }
  .moon-label-left, .moon-label-right { font-size: 11px; }

  .btn-primary, .btn-secondary { font-size: 13px; padding: 12px 20px; }

  .hero-detail-btns { flex-direction: column; }
  .about-btns { flex-direction: column; }
  .hero-detail-portrait-border { width: 140px; height: 200px; }
  .hero-detail-overlay-img { width: 170px; }

  .faq-btns { flex-direction: column; }
  .join-btns { flex-direction: column; align-items: center; }
}
