/* ============================================
   LIGHT THERAPY PAGE — All Styles (lt- prefix)
   ============================================ */

/* --- Global overflow fix --- */
html, body {
  overflow-x: hidden;
}

/* ============================================
   1. HERO — Centered
   ============================================ */
.lt-hero {
  min-height: 80vh;
  background-color: #fffaf7;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 80px 20px 60px;
}

.lt-hero-center {
  position: relative;
  z-index: 10;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 24px;
}

.lt-hero-title {
  font-size: clamp(26px, 3.5vw, 38px);
  margin-bottom: 12px;
  color: #8b4f4f;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 1.25;
  font-family: 'Cormorant Garamond', 'Cormorant Fallback', Georgia, serif;
}

.lt-hero-subtitle {
  font-size: clamp(17px, 2vw, 20px);
  color: #b46746;
  font-weight: 400;
  margin: 0;
  font-style: italic;
  font-family: 'Cormorant Garamond', 'Cormorant Fallback', Georgia, serif;
}

/* Scroll hint */
.lt-scroll-hint {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.lt-scroll-hint span {
  font-family: 'Mulish', 'Mulish Fallback', 'Helvetica Neue', sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #b46746;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  opacity: 0.6;
}

.lt-scroll-arrow {
  animation: lt-scroll-bounce 2s ease-in-out infinite;
  opacity: 0.5;
}

@keyframes lt-scroll-bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(8px); }
}

/* ============================================
   SCROLL REVEAL TEXT
   ============================================ */
.lt-scroll-section {
  padding: 100px 20px 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60vh;
}

.lt-scroll-text {
  max-width: 850px;
  margin: 0 auto;
  text-align: center;
  padding: 0 20px;
}

.lt-scroll-text p {
  font-family: 'Cormorant Garamond', 'Cormorant Fallback', Georgia, serif;
  font-size: clamp(22px, 3vw, 36px);
  font-weight: 500;
  line-height: 1.6;
  color: #d0c4ba;
  margin: 0;
}

.lt-scroll-text .scroll-word {
  display: inline;
  color: #d0c4ba;
  transition: color 0.2s ease;
}

.lt-scroll-text .scroll-word.revealed {
  color: #5a4a40;
}

/* ============================================
   SHARED SECTION & CONTAINER
   ============================================ */
.lt-section {
  padding: 40px 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.lt-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.lt-section-title {
  font-family: 'Cormorant Garamond', 'Cormorant Fallback', Georgia, serif;
  font-size: 28px;
  font-weight: 600;
  color: #8b4f4f;
  text-align: center;
  margin: 0 0 20px;
}

.lt-section-intro {
  font-size: 16px;
  color: #5a4a40;
  text-align: center;
  max-width: 700px;
  margin: 0 auto 30px;
  line-height: 1.7;
  font-family: 'Mulish', 'Mulish Fallback', 'Helvetica Neue', sans-serif;
}

/* ============================================
   2. INTRO SPLIT — Two Column (text + image)
   ============================================ */
.lt-intro-full {
  max-width: 900px;
  margin: 0 auto;
}

.lt-intro-full .lt-intro-content {
  text-align: center;
}

.lt-intro-full .lt-info-box {
  text-align: left;
}

.lt-intro-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

.lt-intro-content p {
  font-size: 16px;
  color: #5a4a40;
  line-height: 1.7;
  margin-bottom: 16px;
  font-family: 'Mulish', 'Mulish Fallback', 'Helvetica Neue', sans-serif;
}

.lt-intro-content strong {
  color: #8b4f4f;
}

/* Info Boxes */
.lt-info-box {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  background: linear-gradient(135deg, #FEF4EF, #FFFAF8);
  border: 1px solid #f0ddd0;
  border-radius: 14px;
  padding: 20px;
  margin-top: 18px;
}

.lt-info-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(180, 103, 70, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
}

.lt-info-box strong {
  display: block;
  font-family: 'Mulish', 'Mulish Fallback', 'Helvetica Neue', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #8b4f4f;
  margin-bottom: 8px;
}

.lt-info-box p {
  font-size: 14px;
  color: #5a4a40;
  line-height: 1.65;
  margin: 0;
}

/* Brainwave state items */
.lt-brainwave-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 4px;
}

.lt-brainwave-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: 'Mulish', 'Mulish Fallback', 'Helvetica Neue', sans-serif;
  font-size: 14px;
  color: #5a4a40;
}

.lt-brainwave-badge {
  display: inline-block;
  padding: 4px 14px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  min-width: 65px;
  text-align: center;
}

.lt-brainwave-badge--alpha {
  background: rgba(180, 103, 70, 0.12);
  color: #b46746;
}

.lt-brainwave-badge--theta {
  background: rgba(139, 79, 79, 0.12);
  color: #8b4f4f;
}

.lt-brainwave-badge--gamma {
  background: rgba(202, 157, 117, 0.15);
  color: #CA9D75;
}

/* Glass card image */
.lt-intro-image {
  position: relative;
}

.lt-intro-aura {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(180, 103, 70, 0.15), rgba(202, 157, 117, 0.2), rgba(139, 79, 79, 0.1));
  filter: blur(50px);
  border-radius: 50%;
  animation: lt-aura-breathe 4s ease-in-out infinite;
  z-index: 0;
}

@keyframes lt-aura-breathe {
  0%, 100% { transform: scale(1); opacity: 0.25; }
  50% { transform: scale(1.06); opacity: 0.4; }
}

.lt-intro-glass {
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 2rem;
  padding: 10px;
  animation: lt-card-float 6s ease-in-out infinite;
}

@keyframes lt-card-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

.lt-intro-img-wrap {
  overflow: hidden;
  border-radius: 1.5rem;
  aspect-ratio: 4/5;
}

.lt-intro-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.05);
  transition: transform 1s ease;
}

.lt-intro-glass:hover .lt-intro-img-wrap img {
  transform: scale(1.1);
}

/* Floating tags */
.lt-intro-tag {
  position: absolute;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  font-size: 13px;
  font-weight: 500;
  color: #57534e;
  font-family: 'Mulish', 'Mulish Fallback', 'Helvetica Neue', sans-serif;
  animation: lt-card-float 6s ease-in-out infinite;
}

.lt-intro-tag--1 { right: -10px; top: 60px; animation-delay: 1s; }
.lt-intro-tag--2 { left: -10px; bottom: 100px; animation-delay: 2s; }

/* ============================================
   3. WHY CHOOSE — Two column: benefits + image
   ============================================ */
.lt-why-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

.lt-why-card {
  background: linear-gradient(to left, #FEF4EF, #FFFAF8);
  border-radius: 20px;
  padding: 36px 28px;
  border: 1px solid #f0ddd0;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.lt-why-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.lt-why-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.lt-why-bullet {
  color: #b46746;
  font-size: 18px;
  flex-shrink: 0;
  margin-top: 2px;
}

.lt-why-item strong {
  display: block;
  font-family: 'Mulish', 'Mulish Fallback', 'Helvetica Neue', sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #8b4f4f;
  margin-bottom: 4px;
}

.lt-why-item p {
  font-size: 14px;
  color: #5a4a40;
  line-height: 1.6;
  margin: 0;
  font-family: 'Mulish', 'Mulish Fallback', 'Helvetica Neue', sans-serif;
  font-weight: 300;
}

/* Glass card image */
.lt-why-image {
  position: relative;
}

.lt-why-aura {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(217, 175, 120, 0.2), rgba(220, 160, 140, 0.15), rgba(180, 103, 70, 0.1));
  filter: blur(50px);
  border-radius: 50%;
  animation: lt-aura-breathe 4s ease-in-out infinite;
  z-index: 0;
}

@keyframes lt-aura-breathe {
  0%, 100% { transform: scale(1); opacity: 0.25; }
  50% { transform: scale(1.06); opacity: 0.4; }
}

.lt-why-glass {
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 2rem;
  padding: 10px;
  box-shadow: 0 20px 40px rgba(120, 90, 60, 0.04);
  animation: lt-card-float 6s ease-in-out infinite;
}

@keyframes lt-card-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

.lt-why-img-wrap {
  overflow: hidden;
  border-radius: 1.5rem;
  aspect-ratio: 4/5;
}

.lt-why-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.05);
  transition: transform 1s ease;
}

.lt-why-glass:hover .lt-why-img-wrap img {
  transform: scale(1.1);
}

/* Floating tags */
.lt-why-tag {
  position: absolute;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  font-size: 13px;
  font-weight: 500;
  color: #57534e;
  animation: lt-card-float 6s ease-in-out infinite;
}

.lt-why-tag--1 { right: -10px; top: 60px; animation-delay: 1s; }
.lt-why-tag--2 { left: -10px; bottom: 100px; animation-delay: 2s; }

@media (max-width: 900px) {
  .lt-why-split {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .lt-why-image {
    max-width: 400px;
    margin: 0 auto;
  }

  .lt-why-tag--1 { right: 5px; top: 30px; }
  .lt-why-tag--2 { left: 5px; bottom: 60px; }
}

/* ============================================
   4. EXPERIENCE CARDS — 3 column grid
   ============================================ */
.lt-exp-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.lt-exp-card {
  background: #fff;
  padding: 28px 24px;
  border-radius: 16px;
  border: 1px solid #f0ddd0;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.lt-exp-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(180, 103, 70, 0.1);
}

.lt-exp-img {
  width: 120px;
  height: 120px;
  margin: 0 auto 18px;
}

.lt-exp-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.lt-exp-card h3 {
  font-family: 'Mulish', 'Mulish Fallback', 'Helvetica Neue', sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: #8b4f4f;
  margin: 0 0 10px;
}

.lt-exp-card p {
  font-size: 15px;
  color: #5a4a40;
  line-height: 1.6;
  margin: 0;
  text-align: center;
  font-family: 'Mulish', 'Mulish Fallback', 'Helvetica Neue', sans-serif;
}

/* ============================================
   5. PRICING — Offering Cards (image + content + pricing)
   ============================================ */
.lt-pricing {
  padding: 50px 20px 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.lt-offering-grid {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 30px;
}

.lt-offering-card {
  display: flex;
  background: #fff;
  border: 1px solid #f0ddd0;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(180, 103, 70, 0.08);
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  font-family: 'Mulish', 'Mulish Fallback', 'Helvetica Neue', sans-serif;
}

.lt-offering-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 40px rgba(180, 103, 70, 0.15);
}

.lt-offering-card--featured {
  border-color: #b46746;
  border-width: 2px;
}

.lt-offering-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 5;
  background: linear-gradient(135deg, #d4a574, #b46746);
  color: white;
  padding: 6px 18px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

/* Offering image */
.lt-offering-image {
  flex: 0 0 30%;
  overflow: hidden;
}

.lt-offering-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.lt-offering-card:hover .lt-offering-image img {
  transform: scale(1.05);
}

/* Offering content */
.lt-offering-content {
  flex: 1;
  padding: 35px 30px;
}

.lt-offering-content h3 {
  font-family: 'Cormorant Garamond', 'Cormorant Fallback', Georgia, serif;
  font-size: 24px;
  font-weight: 600;
  color: #8b4f4f;
  margin: 0 0 12px;
}

.lt-offering-content > p {
  font-size: 15px;
  color: #5a4a40;
  line-height: 1.7;
  margin: 0 0 18px;
}

.lt-offering-highlights {
  list-style: none;
  padding: 0;
  margin: 0;
}

.lt-offering-highlights li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #5a4a40;
  padding: 6px 0;
}

.lt-offering-highlights li svg {
  flex-shrink: 0;
}

/* Offering pricing column */
.lt-offering-pricing {
  flex: 0 0 220px;
  padding: 35px 25px;
  border-left: 1px solid #f0ddd0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}

.lt-price-row {
  text-align: center;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(240, 221, 208, 0.5);
}

.lt-price-row:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}

.lt-price-row--single {
  border-bottom: none;
  padding-bottom: 0;
}

.lt-price-label {
  font-size: 13px;
  font-weight: 600;
  color: #8b4f4f;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 4px;
}

.lt-price-value {
  font-family: 'Cormorant Garamond', 'Cormorant Fallback', Georgia, serif;
  font-size: 36px;
  font-weight: 600;
  color: #b46746;
  line-height: 1.1;
}

.lt-price-duration {
  font-size: 13px;
  color: #8b7b73;
  margin-top: 2px;
}

/* Offering buttons */
.lt-offering-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border-radius: 50px;
  font-family: 'Mulish', 'Mulish Fallback', 'Helvetica Neue', sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s cubic-bezier(0.22, 1, 0.36, 1), background-color 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  cursor: pointer;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(10px);
  color: #8b4f4f;
  border: 1.5px solid rgba(180, 103, 70, 0.3);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  white-space: nowrap;
  animation: lt-btn-pulse 3s ease-in-out infinite;
}

.lt-offering-btn:hover {
  transform: translateY(-3px);
  border-color: #b46746;
  background: #b46746;
  color: white;
  box-shadow: 0 8px 25px rgba(180, 103, 70, 0.25);
  animation: none;
}

.lt-offering-btn--primary {
  background: linear-gradient(135deg, #d4a574, #b46746, #c27d60);
  background-size: 200% 200%;
  animation: lt-gradient-shift 6s ease infinite, lt-btn-pulse 3s ease-in-out infinite;
  color: white;
  border-color: transparent;
  box-shadow: 0 8px 25px rgba(180, 103, 70, 0.3);
}

.lt-offering-btn--primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(180, 103, 70, 0.4);
  color: white;
  animation: lt-gradient-shift 6s ease infinite;
}

@keyframes lt-gradient-shift {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

@keyframes lt-btn-pulse {
  0%, 100% { box-shadow: 0 4px 15px rgba(180, 103, 70, 0.1); }
  50% { box-shadow: 0 6px 20px rgba(180, 103, 70, 0.2); }
}

.lt-pricing-note {
  text-align: center;
  font-size: 15px;
  color: #8b4f4f;
  font-style: italic;
  margin-top: 24px;
  font-family: 'Mulish', 'Mulish Fallback', 'Helvetica Neue', sans-serif;
}

/* ============================================
   6. DEVICE + WHAT TO EXPECT — Two column split
   ============================================ */
.lt-device-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}

/* Left: Device card */
.lt-device-card {
  background: linear-gradient(to left, #FEF4EF, #FFFAF8);
  border-radius: 20px;
  padding: 32px;
  border: 1px solid #f0ddd0;
  box-shadow: 0 10px 30px rgba(180, 103, 70, 0.06);
}

.lt-device-img-wrap {
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 24px;
}

.lt-device-img-wrap img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.8s ease;
}

.lt-device-card:hover .lt-device-img-wrap img {
  transform: scale(1.03);
}

.lt-device-card h3 {
  font-family: 'Cormorant Garamond', 'Cormorant Fallback', Georgia, serif;
  font-size: 24px;
  font-weight: 600;
  color: #8b4f4f;
  margin: 0 0 12px;
}

.lt-device-card > p {
  font-size: 15px;
  color: #5a4a40;
  line-height: 1.7;
  margin: 0 0 20px;
}

.lt-device-benefits {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.lt-device-benefits li {
  font-size: 14px;
  color: #5a4a40;
  padding-left: 20px;
  position: relative;
  line-height: 1.5;
}

.lt-device-benefits li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #b46746;
  font-weight: 600;
}

/* Right: Expect card */
.lt-expect-card {
  background: #fff;
  border: 1px solid #f0ddd0;
  border-radius: 20px;
  padding: 32px;
  box-shadow: 0 8px 24px rgba(180, 103, 70, 0.06);
}

.lt-schedule {
  display: flex;
  flex-direction: column;
}

.lt-schedule-item {
  display: flex;
  gap: 14px;
  padding: 16px 0;
  border-bottom: 1px solid #f0ddd0;
  align-items: flex-start;
}

.lt-schedule-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.lt-schedule-header {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  flex-shrink: 0;
  min-width: 160px;
}

.lt-schedule-number {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: linear-gradient(135deg, #b46746, #c27d60);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 600;
  font-size: 13px;
  flex-shrink: 0;
}

.lt-schedule-header h3 {
  color: #8b4f4f;
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  font-family: 'Mulish', 'Mulish Fallback', 'Helvetica Neue', sans-serif;
  padding-top: 4px;
}

.lt-schedule-body {
  flex: 1;
}

.lt-schedule-body p {
  color: #5a4a40;
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
}

@media (max-width: 900px) {
  .lt-device-split {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .lt-device-benefits {
    grid-template-columns: 1fr;
  }

  .lt-schedule-item {
    flex-direction: column;
    gap: 6px;
  }

  .lt-schedule-header {
    min-width: auto;
  }
}

/* ============================================
   7. FAQ — White bg, warm border
   ============================================ */
.lt-faq-section {
  padding: 60px 20px;
  max-width: 1200px;
  margin: 0 auto;
  font-family: 'Mulish', 'Mulish Fallback', 'Helvetica Neue', sans-serif;
}

.lt-faq-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  max-width: 1000px;
  margin: 0 auto;
}

.lt-faq-item {
  background-color: #fff;
  border: 1px solid #f0ddd0;
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}

.lt-faq-question {
  padding: 22px 28px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  font-size: 1.05rem;
  color: #8b4f4f;
  gap: 15px;
}

.lt-faq-toggle {
  width: 20px;
  height: 20px;
  position: relative;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

.lt-faq-toggle::before,
.lt-faq-toggle::after {
  content: '';
  position: absolute;
  background-color: #8b4f4f;
}

.lt-faq-toggle::before {
  width: 12px;
  height: 2px;
  top: 9px;
  left: 4px;
}

.lt-faq-toggle::after {
  width: 2px;
  height: 12px;
  top: 4px;
  left: 9px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.lt-faq-item.active .lt-faq-toggle::after {
  transform: rotate(90deg);
  opacity: 0;
}

.lt-faq-answer {
  padding: 0 28px;
  max-height: 0;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  color: #5a4a40;
  font-size: 15px;
  line-height: 1.7;
}

.lt-faq-item.active .lt-faq-answer {
  padding: 0 28px 22px;
  max-height: 500px;
}

/* ============================================
   BUTTONS (shared)
   ============================================ */
.lt-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 30px;
  border-radius: 50px;
  font-family: 'Mulish', 'Mulish Fallback', 'Helvetica Neue', sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  cursor: pointer;
}

.lt-btn--primary {
  background: linear-gradient(135deg, #b46746, #8b4f4f);
  color: white;
  box-shadow: 0 6px 20px rgba(180, 103, 70, 0.3);
}

.lt-btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(180, 103, 70, 0.4);
  color: white;
}

.lt-btn--outline {
  background: transparent;
  color: #b46746;
  border: 1.5px solid rgba(180, 103, 70, 0.3);
}

.lt-btn--outline:hover {
  background: #b46746;
  color: white;
  transform: translateY(-2px);
}

/* ============================================
   MEET TYAS — Shared from other pages
   (tyas-hero-unique, etc. loaded from style.css)
   Fallback definitions below
   ============================================ */
.tyas-hero-unique {
  width: 100%;
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px;
}

.tyas-bg-unique {
  background: linear-gradient(to left, #FEF4EF 0%, #FFFAF8 100%);
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(180, 103, 70, 0.1);
  position: relative;
  overflow: hidden;
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}

.tyas-content-unique {
  display: flex;
  min-height: 500px;
  width: 100%;
}

.tyas-text-unique {
  width: 50%;
  padding: 60px;
  position: relative;
  z-index: 5;
}

.tyas-media-unique {
  width: 50%;
  position: relative;
  overflow: visible;
}

.tyas-video-wrap-unique {
  position: absolute;
  top: -50px;
  bottom: -50px;
  right: -20px;
  width: 350px;
  height: calc(100% + 100px);
  border-top-left-radius: 200px;
  overflow: hidden;
  box-shadow: -10px 10px 40px rgba(180, 103, 70, 0.15);
}

.tyas-video-unique {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
}

.tyas-overlay-unique {
  position: absolute;
  top: -50px;
  bottom: -50px;
  left: 0;
  right: -20px;
  background: linear-gradient(to right, rgba(255,255,255,0.2), transparent);
  z-index: 2;
  border-top-left-radius: 200px;
}

.tyas-label-unique {
  display: inline-block;
  background-color: rgba(180, 103, 70, 0.1);
  color: #b46746;
  font-size: 14px;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 50px;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Mulish', 'Mulish Fallback', 'Helvetica Neue', sans-serif;
}

.tyas-heading-unique {
  font-size: 54px;
  font-weight: 600;
  color: #8b4f4f;
  margin-bottom: 20px;
  line-height: 1.2;
  font-family: 'Cormorant Garamond', 'Cormorant Fallback', Georgia, serif;
}

.tyas-paragraph-unique {
  font-size: 17px;
  color: #4a2d25;
  margin-bottom: 30px;
  line-height: 1.8;
  font-family: 'Mulish', 'Mulish Fallback', 'Helvetica Neue', sans-serif;
}

.tyas-deco-unique {
  position: absolute;
  border-radius: 50%;
  opacity: 0.03;
  pointer-events: none;
}

.tyas-deco-1-unique {
  width: 300px;
  height: 300px;
  background: #b46746;
  top: -50px;
  right: -50px;
}

.tyas-deco-2-unique {
  width: 200px;
  height: 200px;
  background: #8b4f4f;
  bottom: -30px;
  left: 50px;
}

.tyas-deco-3-unique {
  width: 150px;
  height: 150px;
  background: #b46746;
  top: 50%;
  left: 30%;
}

.tyas-quote-unique {
  background: #fff;
  max-width: 700px;
  margin: -40px auto 0;
  padding: 40px 50px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(180, 103, 70, 0.08);
  position: relative;
  z-index: 10;
  text-align: center;
  border: 1px solid #f0ddd0;
}

.tyas-quote-mark-unique {
  font-size: 60px;
  color: #f0ddd0;
  font-family: Georgia, serif;
  line-height: 0.5;
  display: block;
  margin-bottom: 10px;
}

.tyas-quote-text-unique {
  font-family: 'Cormorant Garamond', 'Cormorant Fallback', Georgia, serif;
  font-size: 20px;
  font-style: italic;
  color: #5a4a40;
  line-height: 1.7;
  margin-bottom: 15px;
}

.tyas-quote-author-unique {
  font-family: 'Mulish', 'Mulish Fallback', 'Helvetica Neue', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #b46746;
}

.tyas-heart-indicator-unique {
  text-align: center;
  margin-top: 25px;
}

.tyas-heart-indicator-unique svg {
  width: 22px;
  height: 22px;
  fill: #e8c4b0;
  animation: lt-heart-beat 2s ease-in-out infinite;
}

@keyframes lt-heart-beat {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.15); }
}

/* ============================================
   RESPONSIVE — 900px
   ============================================ */
@media (max-width: 900px) {
  .lt-hero {
    min-height: 85vh;
  }

  .lt-intro-split {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .lt-intro-content {
    text-align: center;
  }

  .lt-intro-content .lt-section-title {
    text-align: center !important;
  }

  .lt-intro-image {
    max-width: 400px;
    margin: 0 auto;
  }

  .lt-intro-tag--1 { right: 5px; top: 30px; }
  .lt-intro-tag--2 { left: 5px; bottom: 60px; }

  .lt-why-card {
    padding: 30px 22px;
  }

  .lt-exp-grid {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin: 0 auto;
  }

  /* Offering cards stack vertically */
  .lt-offering-card {
    flex-direction: column;
  }

  .lt-offering-image {
    flex: none;
    height: auto;
    max-height: 350px;
  }

  .lt-offering-image img {
    object-fit: contain;
    object-position: center;
    height: auto;
  }

  .lt-offering-pricing {
    flex: none;
    border-left: none;
    border-top: 1px solid #f0ddd0;
    padding: 25px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }

  .lt-price-row {
    border-bottom: none;
    padding-bottom: 0;
    flex: 0 0 auto;
  }

  .lt-offering-btn {
    flex: 0 0 100%;
    text-align: center;
  }

  /* Timeline stacks */
  .lt-schedule-item {
    flex-direction: column;
    gap: 10px;
  }

  .lt-schedule-header {
    width: 100%;
    min-width: unset;
  }

  .lt-schedule {
    padding: 25px 20px;
  }

  /* Meet Tyas responsive */
  .tyas-content-unique {
    flex-direction: column;
    min-height: auto;
  }

  .tyas-text-unique {
    width: 100%;
    padding: 40px 30px;
    text-align: center;
  }

  .tyas-media-unique {
    width: 100%;
    height: 300px;
  }

  .tyas-video-wrap-unique {
    position: relative;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 300px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }

  .tyas-overlay-unique {
    top: 0;
    bottom: 0;
    border-top-left-radius: 0;
  }

  .tyas-heading-unique {
    font-size: 36px !important;
  }

  .tyas-quote-unique {
    margin: -30px 20px 0;
    padding: 30px 25px;
  }
}

/* ============================================
   RESPONSIVE — 768px
   ============================================ */
@media (max-width: 768px) {
  .lt-section {
    padding: 30px 16px;
  }

  .lt-section-title {
    font-size: 24px;
  }

  .lt-scroll-section {
    padding: 70px 16px 90px;
    min-height: 50vh;
  }

  .lt-offering-content {
    padding: 25px 20px;
  }

  .lt-offering-content h3 {
    font-size: 20px;
  }

  .lt-faq-question {
    padding: 18px 20px;
    font-size: 0.95rem;
  }

  .lt-faq-answer {
    font-size: 14px;
  }

  .lt-faq-item.active .lt-faq-answer {
    padding: 0 20px 18px;
  }

  .lt-expect {
    padding: 40px 16px;
  }

  .lt-pricing {
    padding: 40px 16px;
  }
}

/* ============================================
   RESPONSIVE — 480px
   ============================================ */
@media (max-width: 480px) {
  .lt-hero {
    min-height: 90vh;
    padding: 70px 16px 50px;
  }

  .lt-hero-title {
    font-size: 24px;
  }

  .lt-hero-subtitle {
    font-size: 16px;
  }

  .lt-scroll-text p {
    font-size: 20px;
  }

  .lt-info-box {
    flex-direction: column;
    gap: 10px;
  }

  .lt-intro-tag {
    font-size: 11px;
    padding: 6px 12px;
  }

  .lt-why-item {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  .lt-price-value {
    font-size: 28px;
  }

  .lt-offering-image {
    max-height: 300px;
  }

  .lt-offering-pricing {
    flex-direction: column;
    align-items: center;
  }

  .lt-schedule-header h3 {
    font-size: 15px;
  }

  .lt-schedule-body p {
    font-size: 14px;
  }

  .tyas-bg-unique {
    width: 95%;
  }

  .tyas-text-unique {
    padding: 30px 20px;
  }

  .tyas-heading-unique {
    font-size: 28px !important;
  }

  .tyas-paragraph-unique {
    font-size: 15px;
  }

  .tyas-quote-unique {
    padding: 25px 20px;
  }

  .tyas-quote-text-unique {
    font-size: 17px;
  }
}
