/*
 * Propshaft — estilos globais + tema curso
 */

:root {
  --cdi-gold: #a34c26;
  --cdi-gold-dim: #7a3818;
  --cdi-bg: #0a0a0a;
  --cdi-card: #141414;
  --cdi-border: #2a2a2a;
}

.course-gold {
  color: var(--cdi-gold);
}

.course-gold-bg {
  background-color: var(--cdi-gold);
}

.btn-cta-gold {
  background-color: var(--cdi-gold);
  color: #fff;
  border: none;
  -webkit-appearance: none;
  appearance: none;
}

.btn-cta-gold:hover {
  background-color: var(--cdi-gold-dim);
}

.banner-carousel {
  position: relative;
  overflow: visible;
  min-height: 380px;
}

@media (min-width: 768px) {
  .banner-carousel {
    min-height: 480px;
  }
}

.banner-slide {
  display: none;
  animation: bannerFade 0.45s ease;
}

.banner-slide.is-active {
  display: block;
}

@keyframes bannerFade {
  from {
    opacity: 0.6;
  }
  to {
    opacity: 1;
  }
}

.progress-ring circle {
  fill: none;
  stroke-width: 6;
}

.progress-ring .bg {
  stroke: #333;
}

.progress-ring .fg {
  stroke: var(--cdi-gold);
  stroke-linecap: round;
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
}

.course-progress-lamp {
  --lamp-progress: 0;
  display: inline-flex;
  width: 2.15rem;
  height: 2.15rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background:
    radial-gradient(circle at 50% 38%, rgba(163, 76, 38, 0.22), transparent 58%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
  box-shadow: inset 0 0 0 1px rgba(163, 76, 38, 0.22), 0 0 18px rgba(163, 76, 38, 0.1);
}

.course-lamp-widget {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.course-lamp-widget__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 9999px;
  background: transparent;
  padding: 0;
  color: inherit;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.course-lamp-widget__button:focus-visible {
  outline: 2px solid var(--cdi-gold);
  outline-offset: 3px;
}

.course-lamp-widget__button:hover .course-progress-lamp {
  box-shadow: inset 0 0 0 1px rgba(163, 76, 38, 0.38), 0 0 22px rgba(163, 76, 38, 0.22);
  transform: translateY(-1px);
}

.course-progress-lamp__svg {
  width: 1.72rem;
  height: 1.72rem;
  overflow: visible;
}

.course-progress-lamp--sidebar {
  width: 6rem;
  height: 6rem;
  background:
    radial-gradient(circle at 50% 42%, rgba(213, 138, 69, 0.22), transparent 56%),
    radial-gradient(circle at 50% 50%, rgba(163, 76, 38, 0.14), transparent 72%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
  box-shadow: inset 0 0 0 1px rgba(232, 220, 196, 0.11), 0 0 30px rgba(163, 76, 38, 0.16);
}

.course-progress-lamp--sidebar .course-progress-lamp__svg {
  width: 4.75rem;
  height: 4.75rem;
}

.course-progress-lamp--large {
  width: 8.75rem;
  height: 8.75rem;
  background:
    radial-gradient(circle at 50% 42%, rgba(213, 138, 69, 0.25), transparent 58%),
    radial-gradient(circle at 50% 50%, rgba(163, 76, 38, 0.16), transparent 72%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.025));
  box-shadow: inset 0 0 0 1px rgba(232, 220, 196, 0.14), 0 0 44px rgba(163, 76, 38, 0.26);
}

.course-progress-lamp--large .course-progress-lamp__svg {
  width: 6.9rem;
  height: 6.9rem;
}

.course-progress-lamp--journey {
  position: relative;
  z-index: 1;
  width: 11.5rem;
  height: 11.5rem;
  background:
    radial-gradient(circle at 50% 42%, rgba(213, 138, 69, 0.28), transparent 58%),
    radial-gradient(circle at 50% 50%, rgba(163, 76, 38, 0.16), transparent 72%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.025));
  box-shadow:
    inset 0 0 0 1px rgba(232, 220, 196, 0.14),
    0 0 56px rgba(163, 76, 38, 0.28),
    0 28px 70px rgba(0, 0, 0, 0.34);
}

.course-progress-lamp--journey .course-progress-lamp__svg {
  width: 9rem;
  height: 9rem;
}

.course-progress-lamp__frame,
.course-progress-lamp__glass,
.course-progress-lamp__lid,
.course-progress-lamp__shoulder,
.course-progress-lamp__base,
.course-progress-lamp__flame-line {
  fill: none;
  stroke: rgba(217, 153, 70, 0.96);
  stroke-linecap: round;
  stroke-linejoin: round;
}

.course-progress-lamp__lid,
.course-progress-lamp__shoulder,
.course-progress-lamp__base {
  stroke-width: 1.8;
}

.course-progress-lamp__glass {
  stroke-width: 2;
}

.course-progress-lamp__frame {
  stroke-width: 2.55;
}

.course-progress-lamp__flame-line {
  stroke-width: 1.1;
  opacity: 0.42;
}

.course-progress-lamp__base-fill {
  fill: rgba(217, 153, 70, 0.96);
  stroke: rgba(217, 153, 70, 0.96);
  stroke-linejoin: round;
}

.course-progress-lamp__fill {
  transform: scaleY(var(--lamp-progress));
  transform-box: fill-box;
  transform-origin: center bottom;
  transition: transform 0.45s ease, filter 0.45s ease;
  filter: drop-shadow(0 0 4px rgba(163, 76, 38, 0.55));
}

.course-lamp-dialog {
  width: min(26rem, calc(100vw - 2rem));
  border: 1px solid rgba(163, 76, 38, 0.38);
  border-radius: 1.5rem;
  background:
    radial-gradient(circle at 50% 0%, rgba(163, 76, 38, 0.26), transparent 46%),
    linear-gradient(180deg, rgba(20, 20, 20, 0.98), rgba(5, 5, 5, 0.98));
  color: #fff;
  padding: 0;
  box-shadow: 0 26px 90px rgba(0, 0, 0, 0.72), 0 0 42px rgba(163, 76, 38, 0.18);
}

.course-lamp-dialog::backdrop {
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(5px);
}

.course-lamp-dialog__panel {
  position: relative;
  overflow: hidden;
  padding: 2rem;
  text-align: center;
}

.course-lamp-dialog__panel::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 35%),
    radial-gradient(circle at 50% 38%, rgba(163, 76, 38, 0.16), transparent 45%);
}

.course-lamp-dialog__close {
  position: absolute;
  top: 0.85rem;
  right: 0.95rem;
  z-index: 1;
  display: inline-flex;
  width: 2rem;
  height: 2rem;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
}

.course-lamp-dialog__close:hover {
  color: #fff;
  border-color: rgba(163, 76, 38, 0.5);
}

.course-lamp-dialog__icon,
.course-lamp-dialog__content,
.course-lamp-dialog__progress {
  position: relative;
  z-index: 1;
}

.course-lamp-dialog__icon {
  display: flex;
  justify-content: center;
  margin-bottom: 1.25rem;
}

.course-lamp-dialog__eyebrow {
  margin: 0 0 0.35rem;
  color: var(--cdi-gold);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.course-lamp-dialog__title {
  margin: 0;
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: clamp(1.65rem, 6vw, 2.15rem);
  font-weight: 700;
  line-height: 1.05;
}

.course-lamp-dialog__text {
  margin: 0.85rem auto 0;
  max-width: 21rem;
  color: rgba(232, 220, 196, 0.76);
  font-size: 0.95rem;
  line-height: 1.6;
}

.course-lamp-dialog__progress {
  margin-top: 1.45rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.04);
  padding: 0.9rem;
}

.course-lamp-dialog__progress-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.85rem;
}

.course-lamp-dialog__progress-row strong {
  color: #fff;
  font-size: 1rem;
}

.course-lamp-dialog__track {
  height: 0.55rem;
  margin-top: 0.7rem;
  overflow: hidden;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.08);
}

.course-lamp-dialog__bar {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--cdi-gold-dim), var(--cdi-gold), #d58a45);
  box-shadow: 0 0 18px rgba(163, 76, 38, 0.45);
}

.journey-progress-section {
  position: relative;
  overflow: hidden;
  padding: 4.5rem 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(20, 12, 9, 0.56) 46%, rgba(0, 0, 0, 0)),
    #050505;
}

.journey-progress-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent, rgba(213, 138, 69, 0.08) 48%, transparent),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 7rem);
  opacity: 0.55;
}

.journey-progress {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  align-items: center;
  gap: 3.5rem;
  min-height: 24rem;
}

.journey-progress::before,
.journey-progress::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(213, 138, 69, 0.34), transparent);
}

.journey-progress::before {
  top: 0;
}

.journey-progress::after {
  bottom: 0;
}

.journey-progress__lamp-wrap {
  position: relative;
  display: flex;
  min-height: 18rem;
  align-items: center;
  justify-content: center;
}

.journey-progress__lamp-halo {
  position: absolute;
  width: 16rem;
  height: 16rem;
  border-radius: 9999px;
  background:
    radial-gradient(circle at 50% 50%, rgba(213, 138, 69, 0.24), rgba(163, 76, 38, 0.08) 48%, transparent 70%);
  filter: blur(10px);
}

.journey-progress__content {
  position: relative;
  max-width: 38rem;
}

.journey-progress__eyebrow {
  margin: 0 0 0.75rem;
  color: var(--cdi-gold);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

.journey-progress__title {
  margin: 0;
  max-width: 32rem;
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.05;
}

.journey-progress__text {
  margin: 1rem 0 0;
  max-width: 35rem;
  color: rgba(232, 220, 196, 0.78);
  font-size: 1.05rem;
  line-height: 1.75;
}

.journey-progress__status {
  width: min(100%, 34rem);
  margin-top: 1.75rem;
  border: 1px solid rgba(213, 138, 69, 0.22);
  border-radius: 1.1rem;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025)),
    rgba(0, 0, 0, 0.32);
  padding: 1rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.journey-progress__status-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.95rem;
}

.journey-progress__status-row strong {
  color: #fff;
  font-size: 1.35rem;
}

.journey-progress__track {
  height: 0.7rem;
  margin-top: 0.85rem;
  overflow: hidden;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.09);
}

.journey-progress__bar {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--cdi-gold-dim), var(--cdi-gold), #d58a45);
  box-shadow: 0 0 22px rgba(163, 76, 38, 0.5);
}

@media (max-width: 900px) {
  .journey-progress-section {
    padding: 3.25rem 0;
  }

  .journey-progress {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    min-height: 0;
    text-align: center;
  }

  .journey-progress__lamp-wrap {
    min-height: 13.5rem;
  }

  .course-progress-lamp--journey {
    width: 9rem;
    height: 9rem;
  }

  .course-progress-lamp--journey .course-progress-lamp__svg {
    width: 7rem;
    height: 7rem;
  }

  .journey-progress__lamp-halo {
    width: 12rem;
    height: 12rem;
  }

  .journey-progress__content,
  .journey-progress__title,
  .journey-progress__text,
  .journey-progress__status {
    margin-left: auto;
    margin-right: auto;
  }

  .journey-progress__title {
    font-size: 2.25rem;
  }
}

@media (max-width: 520px) {
  .journey-progress__status-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.35rem;
  }

  .journey-progress__title {
    font-size: 2rem;
  }
}

.dialog-panel::backdrop {
  background: rgba(0, 0, 0, 0.72);
}

/* Modal close: no browser default (blue) focus ring */
.dialog-close {
  outline: none;
  -webkit-tap-highlight-color: transparent;
  box-shadow: none;
}

.dialog-close:focus,
.dialog-close:focus-visible,
.dialog-close:active {
  outline: none;
  box-shadow: none;
}

.whatsapp-fab {
  position: fixed;
  bottom: 1.25rem;
  right: 1.25rem;
  z-index: 50;
  width: 3.5rem;
  height: 3.5rem;
  border: none;
  padding: 0;
  border-radius: 9999px;
  background: #25d366;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.45);
  cursor: pointer;
  transition: filter 0.2s ease, transform 0.2s ease;
}

.whatsapp-fab:hover {
  filter: brightness(1.08);
}

/* Banner Carousel - 1 item per view */
.banner-carousel-single {
  position: relative;
}

.banner-wrapper {
  position: relative;
}

.banner-controls {
  position: absolute;
  top: 16px;
  right: 16px;
  display: flex;
  gap: 8px;
  z-index: 10;
}

.banner-controls .carousel-btn {
  background: rgba(0, 0, 0, 0.5);
  border-color: rgba(255, 255, 255, 0.3);
}

.banner-controls .carousel-btn:hover {
  background: rgba(0, 0, 0, 0.7);
  border-color: rgba(255, 255, 255, 0.5);
}

.banner-track {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  flex: 1;
  padding: 4px 0;
}

.banner-track::-webkit-scrollbar {
  display: none;
}

.banner-track,
.carousel-track {
  cursor: grab;
  touch-action: pan-x;
}

.banner-track.grabbing,
.carousel-track.grabbing {
  cursor: grabbing;
  user-select: none;
  scroll-snap-type: none;
}

.banner-item {
  scroll-snap-align: center;
  flex-shrink: 0;
  width: 100%;
}

.banner-image {
  width: 100%;
  height: auto;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  aspect-ratio: 1280 / 720;
  object-fit: cover;
}

/* Module Carousels */
.module-carousel {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
}

.carousel-track {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  flex: 1;
  padding: 4px 0;
}

.carousel-track::-webkit-scrollbar {
  display: none;
}

.carousel-item {
  scroll-snap-align: start;
  flex-shrink: 0;
}

/* Responsive sizing: 2 items on mobile/tablet, 5 on desktop */
.carousel-item {
  width: calc((100% - 16px) / 2);
}

@media (min-width: 1024px) {
  .carousel-item {
    width: calc((100% - 64px) / 5);
  }
}

.carousel-btn {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: white;
  cursor: pointer;
  transition: all 0.2s ease;
}

.carousel-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.3);
}

.carousel-btn:active {
  transform: scale(0.95);
}

/* Module Cards */
.module-card {
  display: block;
  text-decoration: none;
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.module-card:not(.coming-soon):hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.4);
}

.module-image-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 9 / 16;
  overflow: hidden;
  border-radius: 12px;
}

.module-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

/* Coming Soon Overlay */
.coming-soon-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
}

.coming-soon-text {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  color: white;
  letter-spacing: 0;
  padding: 0.5rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 9999px;
  background: rgba(0, 0, 0, 0.3);
}

@media (min-width: 768px) {
  .coming-soon-text {
    font-size: 1.25rem;
  }
}

/* ============================================
   LANDING PAGE STYLES
   ============================================ */

/* Scroll Reveal Animation */
.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

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

.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }
.reveal-delay-4 { transition-delay: 0.4s; }
.reveal-delay-5 { transition-delay: 0.5s; }

/* Hero gradient mesh background */
.hero-bg {
  background:
    radial-gradient(ellipse 80% 60% at 20% 40%, rgba(163, 76, 38, 0.12) 0%, transparent 60%),
    radial-gradient(ellipse 60% 50% at 80% 60%, rgba(139, 58, 58, 0.08) 0%, transparent 50%),
    radial-gradient(ellipse 50% 40% at 50% 100%, rgba(201, 169, 110, 0.06) 0%, transparent 50%),
    #0a0a0a;
}

/* Noise texture overlay */
.noise-overlay::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
  opacity: 0.03;
  pointer-events: none;
  z-index: 1;
}

/* Gold line decoration */
.gold-line {
  width: 60px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #c9a96e, transparent);
}

.gold-line-left {
  width: 80px;
  height: 1px;
  background: linear-gradient(90deg, #c9a96e, transparent);
}

.mentor-section-header .welcome-editable,
.mentor-section-content .space-y-5 .welcome-editable {
  display: block;
  width: 100%;
}

/* Section label */
.section-label {
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.875rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #c9a96e;
}

/* Decorative frame */
.decor-frame {
  position: relative;
}

.decor-frame::before,
.decor-frame::after {
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(201, 169, 110, 0.3);
}

.decor-frame::before {
  top: -10px;
  left: -10px;
  border-right: none;
  border-bottom: none;
}

.decor-frame::after {
  bottom: -10px;
  right: -10px;
  border-left: none;
  border-top: none;
}

/* Module card on landing */
.module-land-card {
  position: relative;
  background: linear-gradient(145deg, #141414 0%, #0f0f0f 100%);
  border: 1px solid rgba(42, 42, 42, 0.8);
  border-radius: 16px;
  padding: 2rem;
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  overflow: hidden;
}

.module-land-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(201, 169, 110, 0.4), transparent);
  opacity: 0;
  transition: opacity 0.5s ease;
}

.module-land-card:hover {
  border-color: rgba(163, 76, 38, 0.4);
  transform: translateY(-6px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5), 0 0 40px rgba(163, 76, 38, 0.08);
}

.module-land-card:hover::before {
  opacity: 1;
}

.module-land-card .module-number {
  font-family: 'Playfair Display', serif;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1;
  color: rgba(163, 76, 38, 0.3);
  transition: color 0.5s ease;
}

.module-land-card:hover .module-number {
  color: rgba(163, 76, 38, 0.6);
}

/* Testimonial card */
.testimonial-card {
  background: linear-gradient(145deg, #141414 0%, #0f0f0f 100%);
  border: 1px solid rgba(42, 42, 42, 0.6);
  border-radius: 20px;
  padding: 2.5rem;
  position: relative;
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.testimonial-card:hover {
  border-color: rgba(163, 76, 38, 0.3);
  transform: translateY(-4px);
}

.testimonial-card::before {
  content: '"';
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  font-family: 'Playfair Display', serif;
  font-size: 5rem;
  line-height: 1;
  color: rgba(163, 76, 38, 0.15);
  pointer-events: none;
}

/* Quote mark for purpose section */
.big-quote {
  font-family: 'Playfair Display', serif;
  font-size: clamp(4rem, 10vw, 8rem);
  line-height: 0.7;
  color: rgba(163, 76, 38, 0.12);
  position: absolute;
  top: -1rem;
  left: -1rem;
  pointer-events: none;
  user-select: none;
}

/* CTA section background */
.cta-bg {
  background:
    radial-gradient(ellipse 60% 80% at 30% 50%, rgba(163, 76, 38, 0.1) 0%, transparent 60%),
    radial-gradient(ellipse 50% 60% at 70% 50%, rgba(139, 58, 58, 0.06) 0%, transparent 50%),
    #0a0a0a;
}

/* Smooth scroll */
html {
  scroll-behavior: smooth;
}

/* Custom scrollbar */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #0a0a0a;
}

::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #3a3a3a;
}

/* Image placeholder styling */
.img-placeholder {
  background: linear-gradient(135deg, #1a1a1a 0%, #0f0f0f 100%);
  border: 1px dashed rgba(201, 169, 110, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: rgba(201, 169, 110, 0.4);
  text-align: center;
  padding: 2rem;
}

.img-placeholder svg {
  width: 48px;
  height: 48px;
  margin-bottom: 1rem;
  opacity: 0.4;
}

.img-placeholder .placeholder-label {
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* Feature icon container */
.feature-icon {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(163, 76, 38, 0.15) 0%, rgba(139, 58, 58, 0.1) 100%);
  border: 1px solid rgba(163, 76, 38, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}

.feature-icon:hover {
  background: linear-gradient(135deg, rgba(163, 76, 38, 0.25) 0%, rgba(139, 58, 58, 0.15) 100%);
  border-color: rgba(163, 76, 38, 0.4);
  transform: scale(1.05);
}

/* Stagger animation for grid items */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate-fade-in-up {
  animation: fadeInUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

/* Glow effect for CTA buttons */
.glow-gold {
  box-shadow: 0 0 40px rgba(163, 76, 38, 0.2);
}

.glow-gold:hover {
  box-shadow: 0 0 60px rgba(163, 76, 38, 0.35);
}

/* Responsive typography */
@media (max-width: 640px) {
  .section-label {
    font-size: 0.75rem;
    letter-spacing: 0.2em;
  }
}

/* Welcome CMS inline editing */
.welcome-editable {
  position: relative;
}

.welcome-editable-image {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.welcome-editable-image img,
.welcome-editable-image .img-placeholder {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.welcome-edit-btn {
  position: absolute;
  top: 0.25rem;
  right: 0.25rem;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 9999px;
  background: rgba(163, 76, 38, 0.95);
  color: white;
  border: none;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.2s ease, transform 0.2s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.welcome-editable:hover .welcome-edit-btn,
.welcome-editable-image:hover .welcome-edit-btn,
.welcome-editable-image:hover .welcome-image-overlay {
  opacity: 1;
}

.welcome-edit-btn:hover {
  transform: scale(1.08);
}

.welcome-edit-btn--image {
  position: static;
  width: 2.5rem;
  height: 2.5rem;
}

.welcome-image-overlay {
  position: absolute;
  inset: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.45);
  opacity: 0;
  transition: opacity 0.2s ease;
  pointer-events: none;
}

.welcome-image-overlay .welcome-edit-btn {
  opacity: 1;
  pointer-events: auto;
  position: static;
}

.welcome-edit-form {
  display: block;
  width: 100%;
  margin-top: 0.5rem;
}

.welcome-edit-textarea {
  width: 100%;
  min-height: 4rem;
  padding: 0.75rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(201, 169, 110, 0.4);
  background: rgba(10, 10, 10, 0.95);
  color: white;
  font-family: 'Lora', serif;
  font-size: 0.95rem;
  line-height: 1.5;
  resize: vertical;
}

.welcome-edit-actions {
  display: flex;
  gap: 0.5rem;
  margin-top: 0.5rem;
}

.welcome-edit-save,
.welcome-edit-cancel {
  padding: 0.375rem 0.875rem;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-family: 'Lora', serif;
  cursor: pointer;
  border: none;
}

.welcome-edit-save {
  background: #A34C26;
  color: white;
}

.welcome-edit-cancel {
  background: transparent;
  color: #a3a3a3;
  border: 1px solid #404040;
}

/* Pricing cards */
.pricing-grid {
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
  }
}

.pricing-card {
  position: relative;
  overflow: hidden;
  min-height: 540px;
  background: linear-gradient(100deg, rgba(0, 0, 0, 0.96) 0%, rgba(31, 31, 29, 0.94) 100%);
  border: 1px solid rgba(201, 169, 110, 0.35);
  border-radius: 1.5rem;
  transition: border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.pricing-card:hover {
  border-color: rgba(201, 169, 110, 0.62);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.38);
  transform: translateY(-4px);
}

.pricing-card--featured {
  min-height: 590px;
  border-color: rgba(201, 169, 110, 0.75);
  background: linear-gradient(145deg, rgba(122, 47, 38, 0.98) 0%, rgba(163, 76, 38, 0.94) 52%, rgba(93, 31, 38, 0.96) 100%);
  box-shadow: 0 28px 90px rgba(95, 35, 30, 0.36);
}

.pricing-card--featured:hover {
  border-color: rgba(238, 209, 147, 0.95);
}

.pricing-featured-ribbon {
  display: flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
  font-family: "Lora", serif;
  font-size: 1.05rem;
  font-weight: 700;
}

.pricing-card-body {
  display: flex;
  min-height: inherit;
  flex-direction: column;
  padding: 2.35rem 1.75rem 1.65rem;
}

.pricing-card--featured .pricing-card-body {
  min-height: calc(590px - 54px);
}

.pricing-card-title {
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: clamp(1.9rem, 3.2vw, 3rem);
  font-weight: 700;
  line-height: 1;
  margin-bottom: 1.75rem;
  text-align: center;
}

.pricing-feature-list {
  display: grid;
  gap: 0.75rem;
  color: #fff;
  font-family: "Lora", serif;
  font-size: clamp(0.92rem, 1.5vw, 1.05rem);
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 1.75rem;
}

.pricing-feature-list li {
  display: grid;
  grid-template-columns: 1.15rem 1fr;
  gap: 0.7rem;
  align-items: start;
}

.pricing-check {
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 1.15rem;
  font-weight: 900;
  line-height: 1;
}

.pricing-card--featured .pricing-check {
  color: #f2d58b;
}

.pricing-access-label {
  color: rgba(255, 255, 255, 0.72);
  font-family: "Lora", serif;
  font-size: 0.9rem;
  font-weight: 700;
  margin-top: auto;
  text-align: center;
}

.pricing-old-price {
  position: relative;
  display: inline-block;
  color: rgba(255, 255, 255, 0.78);
  font-family: "Lora", serif;
  font-size: 1rem;
  font-weight: 700;
  margin-top: 0.75rem;
  text-align: center;
  align-self: center;
}

.pricing-old-price::after {
  content: "";
  position: absolute;
  left: -0.2rem;
  right: -0.2rem;
  top: 52%;
  border-top: 0.2rem solid #e64a45;
  transform: rotate(-4deg);
  transform-origin: center;
}

.pricing-price {
  color: #fff;
  font-family: "Lora", serif;
  font-size: clamp(1.75rem, 3.1vw, 2.65rem);
  font-weight: 800;
  line-height: 1.1;
  margin: 0.75rem 0 1.5rem;
  text-align: center;
}

.pricing-price--featured {
  color: #fff8e6;
}

.pricing-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 23rem);
  min-height: 3.25rem;
  margin: 0 auto;
  border-radius: 9999px;
  background: #fff;
  color: #0f0f0f;
  font-family: "Lora", serif;
  font-size: clamp(1rem, 1.7vw, 1.2rem);
  font-weight: 800;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.pricing-button:hover {
  background: #c9a96e;
  color: #fff;
  transform: translateY(-2px);
}

.pricing-button--featured:hover {
  background: #fff4d8;
  color: #5d1f26;
}

@media (max-width: 767px) {
  .pricing-card,
  .pricing-card--featured {
    min-height: auto;
  }

  .pricing-card--featured .pricing-card-body {
    min-height: auto;
  }

  .pricing-card-body {
    min-height: auto;
    padding: 2.1rem 1.25rem 1.35rem;
  }

  .pricing-featured-ribbon {
    min-height: 48px;
    font-size: 0.98rem;
  }
}

/* Landing modules carousel */
.landing-modules-carousel {
  gap: 12px;
}

.landing-modules-carousel .carousel-track {
  padding: 8px 4px 16px;
}

.landing-module-slide {
  width: calc((100% - 16px) / 2);
}

@media (min-width: 640px) {
  .landing-module-slide {
    width: calc((100% - 32px) / 3);
  }
}

@media (min-width: 1024px) {
  .landing-module-slide {
    width: calc((100% - 48px) / 4);
  }
}

.landing-module-cover {
  aspect-ratio: 9 / 16;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid rgba(201, 169, 110, 0.2);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.landing-module-slide:hover .landing-module-cover {
  transform: translateY(-4px);
  border-color: rgba(163, 76, 38, 0.45);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45);
}

.landing-module-caption {
  margin-top: 0.75rem;
  padding: 0 0.25rem;
  line-height: 1.35;
}
