﻿:root {
  --orange: #e48b47;
  --orange-dark: #b9652f;
  --brown: #8a5a3c;
  --graphite: #2c2c2c;
  --muted: #76685f;
  --off-white: #f8f5f1;
  --white: #ffffff;
  --gray: #eaeaea;
  --line: rgba(44, 44, 44, 0.12);
  --shadow: 0 22px 70px rgba(138, 90, 60, 0.14);
  --soft-shadow: 0 12px 36px rgba(138, 90, 60, 0.1);
  --radius: 8px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--off-white);
  color: var(--graphite);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}
body.nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 16px clamp(18px, 5vw, 76px);
  background: rgba(248, 245, 241, 0.9);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 220px; }
.brand-mark {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 50%;
  background: var(--graphite);
  color: var(--orange);
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
}
.brand strong, .brand small { display: block; }
.brand strong { line-height: 1.1; }
.brand small { color: var(--muted); font-size: 0.76rem; }
.main-nav { display: flex; justify-content: center; gap: clamp(14px, 2.3vw, 30px); color: var(--muted); font-weight: 700; font-size: 0.92rem; }
.main-nav a { border-bottom: 1px solid transparent; }
.main-nav a:hover { color: var(--graphite); border-color: var(--orange); }
.nav-toggle { display: none; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.nav-toggle span { display: block; width: 18px; height: 2px; margin: 4px auto; background: var(--graphite); }

.header-cta, .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  cursor: pointer;
  font-weight: 800;
  line-height: 1.1;
  text-transform: uppercase;
  font-size: 0.82rem;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, border-color 180ms ease;
}
.header-cta, .button.primary { background: var(--orange); color: var(--white); box-shadow: 0 14px 30px rgba(228, 139, 71, 0.28); }
.button.secondary { background: var(--white); border-color: rgba(138, 90, 60, 0.24); color: var(--brown); }
.button.compact { min-height: 40px; padding: 0 16px; }
.header-cta:hover, .button:hover { transform: translateY(-2px); }
.full { width: 100%; }

.hero-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 0.82fr);
  gap: clamp(30px, 5vw, 74px);
  align-items: center;
  min-height: calc(100vh - 78px);
  padding: clamp(36px, 7vw, 92px) clamp(18px, 5vw, 76px) clamp(28px, 5vw, 70px);
  background:
    linear-gradient(115deg, rgba(248,245,241,0.98) 0%, rgba(248,245,241,0.88) 57%, rgba(228,139,71,0.14) 100%),
    var(--off-white);
}
.eyebrow, .section-kicker {
  margin: 0 0 12px;
  color: var(--orange-dark);
  font-size: 0.77rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: "Playfair Display", Georgia, serif; line-height: 1.04; color: var(--graphite); }
h1 { max-width: 760px; margin-bottom: 12px; font-size: clamp(3rem, 7vw, 6.4rem); }
h2 { margin-bottom: 18px; font-size: clamp(2rem, 4.5vw, 4.1rem); }
h3 { margin-bottom: 10px; line-height: 1.22; font-size: 1.15rem; }
.subheadline { color: var(--brown); font-size: clamp(1.28rem, 2.4vw, 2rem); font-family: "Playfair Display", Georgia, serif; font-weight: 700; }
.hero-text { max-width: 650px; color: var(--muted); font-size: clamp(1.03rem, 1.8vw, 1.24rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 30px 0; }
.trust-badges { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; max-width: 660px; }
.trust-badges span {
  position: relative;
  min-height: 44px;
  padding: 12px 14px 12px 38px;
  border: 1px solid rgba(138, 90, 60, 0.18);
  border-radius: var(--radius);
  background: rgba(255,255,255,0.68);
  color: var(--brown);
  font-weight: 800;
}
.trust-badges span::before { position: absolute; left: 14px; top: 12px; content: ""; width: 13px; height: 13px; border: 2px solid var(--orange); border-radius: 50%; }
.hero-visual { position: relative; min-height: 585px; margin: 0; overflow: hidden; border-radius: var(--radius); background: var(--gray); box-shadow: var(--shadow); }
.hero-visual img { width: 100%; height: 100%; min-height: 585px; object-fit: cover; object-position: center top; }
.hero-visual::after { position: absolute; inset: auto 0 0; height: 38%; content: ""; background: linear-gradient(0deg, rgba(44,44,44,0.64), transparent); }
.hero-visual figcaption { position: absolute; left: 24px; right: 24px; bottom: 22px; z-index: 1; color: var(--white); }
.hero-visual figcaption span, .hero-visual figcaption strong { display: block; }
.hero-visual figcaption span { font-family: "Playfair Display", Georgia, serif; font-size: clamp(1.7rem, 3vw, 2.6rem); }
.hero-visual figcaption strong { font-size: 0.86rem; text-transform: uppercase; }

.about-section, .video-section, .pain-section, .method-section, .benefits-section, .testimonials-section, .booking-section, .payment-section, .faq-section, .final-cta {
  padding: clamp(58px, 8vw, 108px) clamp(18px, 5vw, 76px);
}
.about-section { background: var(--white); }
.about-grid { display: grid; grid-template-columns: minmax(0, 0.82fr) minmax(320px, 1fr); gap: clamp(28px, 6vw, 86px); }
.rich-text { color: var(--muted); font-size: 1.05rem; }
.rich-text p:first-child { color: var(--graphite); font-weight: 800; }
.video-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  background: #fffaf5;
}
.video-copy p { color: var(--muted); }
.video-frame {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(138, 90, 60, 0.18);
  border-radius: var(--radius);
  background: var(--graphite);
  box-shadow: var(--shadow);
}
.video-frame::before {
  display: block;
  padding-top: 56.25%;
  content: "";
}
.video-frame video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-heading { max-width: 850px; margin-bottom: 34px; }
.section-heading.centered { margin-left: auto; margin-right: auto; text-align: center; }
.section-heading p { color: var(--muted); }

.pain-section { background: #fffaf5; }
.pain-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.pain-grid article, .benefit-grid article, .testimonial-card, .scheduler, .payment-card, .faq-list details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--soft-shadow);
}
.pain-grid article { min-height: 106px; padding: 22px; display: flex; align-items: end; color: var(--brown); font-weight: 800; }
.iceberg-note { max-width: 880px; margin: 30px auto 0; padding: 24px; border-left: 4px solid var(--orange); background: var(--white); box-shadow: var(--soft-shadow); }
.iceberg-note strong { display: block; margin-bottom: 6px; font-family: "Playfair Display", Georgia, serif; font-size: 1.45rem; }
.iceberg-note p { margin-bottom: 0; color: var(--muted); }

.method-section { background: var(--off-white); }
.timeline { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--line); }
.timeline article { position: relative; padding: 28px 24px 0 0; }
.timeline article::before { position: absolute; top: -7px; left: 0; width: 13px; height: 13px; border-radius: 50%; background: var(--orange); content: ""; }
.timeline span { display: block; margin-bottom: 28px; color: var(--orange); font-family: "Playfair Display", Georgia, serif; font-size: 2.2rem; }
.timeline p { color: var(--muted); }

.benefits-section { background: var(--white); }
.benefit-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.benefit-grid article { display: flex; align-items: center; gap: 12px; min-height: 82px; padding: 18px; color: var(--graphite); font-weight: 800; }
.benefit-grid span { width: 14px; height: 14px; flex: 0 0 14px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 5px rgba(228,139,71,0.15); }

.testimonials-section { background: #fbf1e8; }
.carousel { position: relative; max-width: 900px; margin: 0 auto; }
.testimonial-track { overflow: hidden; }
.testimonial-card { display: none; min-height: 260px; padding: clamp(24px, 4vw, 42px); text-align: center; }
.testimonial-card.is-active { display: grid; place-content: center; }
.stars { color: var(--orange); font-size: 1.4rem; letter-spacing: 4px; }
.video-slot { display: grid; width: 82px; height: 82px; place-items: center; margin: 0 auto 18px; border-radius: 50%; background: var(--graphite); color: var(--white); font-weight: 800; }
.carousel-btn { position: absolute; top: 50%; z-index: 2; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; background: var(--white); color: var(--brown); cursor: pointer; font-size: 2rem; transform: translateY(-50%); }
.carousel-btn.prev { left: -22px; }
.carousel-btn.next { right: -22px; }

.booking-section { display: grid; grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1fr); gap: clamp(28px, 5vw, 72px); align-items: start; background: var(--white); }
.booking-copy { position: sticky; top: 108px; }
.booking-copy p { color: var(--muted); }
.session-value { margin-top: 24px; padding: 24px; border-radius: var(--radius); background: var(--off-white); border: 1px solid var(--line); }
.session-value span, .session-value small { display: block; color: var(--muted); }
.session-value strong { display: block; margin: 6px 0; font-family: "Playfair Display", Georgia, serif; font-size: clamp(2.3rem, 5vw, 4rem); line-height: 1; color: var(--brown); }
.scheduler { padding: clamp(18px, 3vw, 28px); }
.scheduler-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.icon-button { display: grid; width: 40px; height: 40px; place-items: center; border: 1px solid var(--line); border-radius: var(--radius); background: var(--off-white); cursor: pointer; color: var(--brown); font-size: 1.5rem; }
.weekdays, .calendar-grid { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 6px; }
.weekdays { margin-bottom: 8px; color: var(--muted); font-size: 0.74rem; font-weight: 800; text-align: center; text-transform: uppercase; }
.calendar-day { aspect-ratio: 1; border: 1px solid transparent; border-radius: var(--radius); background: #fffaf5; cursor: pointer; color: var(--graphite); font-weight: 800; }
.calendar-day[disabled] { cursor: not-allowed; color: #b7aaa0; background: #f2eee9; }
.calendar-day.is-selected { border-color: var(--orange); background: var(--orange); color: var(--white); }
.calendar-day.is-today { border-color: rgba(228,139,71,0.5); }
.timezone-row { display: grid; gap: 8px; margin: 18px 0; color: var(--muted); font-weight: 800; }
.time-panel h3 { margin-bottom: 12px; }
.time-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; }
.time-slot { min-height: 42px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); cursor: pointer; color: var(--brown); font-weight: 800; }
.time-slot[disabled] { color: #b7aaa0; background: #f2eee9; cursor: not-allowed; text-decoration: line-through; }
.time-slot.is-selected { background: var(--graphite); color: var(--white); }
.booking-form { display: grid; gap: 14px; margin-top: 24px; }
.form-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.booking-form label { display: grid; gap: 7px; color: var(--graphite); font-weight: 800; }
.booking-form input, .booking-form textarea, .booking-form select, .timezone-row select { width: 100%; border: 1px solid rgba(44,44,44,0.16); border-radius: var(--radius); background: #fffdfb; color: var(--graphite); padding: 13px 14px; }
.booking-form textarea { resize: vertical; }
.consent { display: flex !important; grid-template-columns: none; align-items: flex-start; gap: 10px !important; color: var(--muted) !important; font-size: 0.9rem; font-weight: 600 !important; }
.consent input { width: 18px; margin-top: 3px; }
.honeypot { position: absolute; left: -9999px; opacity: 0; }
.form-status { min-height: 22px; margin: 0; color: var(--orange-dark); font-weight: 800; }

.payment-section { background: var(--off-white); }
.payment-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.payment-card { display: grid; min-height: 140px; align-content: end; padding: 24px; transition: transform 180ms ease; }
.payment-card:hover { transform: translateY(-3px); }
.payment-card strong { font-family: "Playfair Display", Georgia, serif; font-size: 1.7rem; }
.payment-card span { color: var(--muted); }

.faq-section { background: var(--white); }
.faq-list { display: grid; gap: 12px; max-width: 900px; }
.faq-list details { padding: 18px 20px; }
.faq-list summary { cursor: pointer; font-weight: 800; }
.faq-list p { margin: 12px 0 0; color: var(--muted); }

.final-cta { text-align: center; background: var(--graphite); color: var(--white); }
.final-cta h2 { color: var(--white); max-width: 850px; margin-left: auto; margin-right: auto; }
.final-cta p { max-width: 680px; margin-left: auto; margin-right: auto; color: rgba(255,255,255,0.76); }
.final-cta .eyebrow { color: var(--orange); }

.site-footer { display: flex; justify-content: space-between; gap: 24px; padding: 34px clamp(18px, 5vw, 76px); background: #262321; color: var(--white); }
.site-footer p, .site-footer a { display: block; margin: 6px 0 0; color: rgba(255,255,255,0.74); }
.site-footer a:hover { color: var(--white); }
.floating-whatsapp { position: fixed; right: 18px; bottom: 18px; z-index: 25; display: inline-flex; min-height: 48px; align-items: center; padding: 0 18px; border-radius: 999px; background: #1f8f55; color: var(--white); font-weight: 800; box-shadow: 0 16px 36px rgba(31,143,85,0.3); }
.cookie-banner { position: fixed; left: 18px; right: 18px; bottom: 18px; z-index: 40; display: none; max-width: 760px; align-items: center; gap: 16px; padding: 16px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.cookie-banner.is-visible { display: flex; }
.cookie-banner p { margin: 0; color: var(--muted); font-size: 0.9rem; }
.payment-dialog { width: min(540px, calc(100vw - 32px)); border: 0; border-radius: var(--radius); padding: clamp(22px, 4vw, 34px); box-shadow: var(--shadow); }
.payment-dialog::backdrop { background: rgba(44,44,44,0.38); backdrop-filter: blur(3px); }
.dialog-close { position: absolute; top: 12px; right: 12px; width: 36px; height: 36px; border: 1px solid var(--line); border-radius: 50%; background: var(--white); cursor: pointer; font-size: 1.4rem; }
.dialog-actions { display: grid; gap: 10px; margin: 18px 0 12px; }
.payment-dialog small { color: var(--muted); }
.section-reveal { opacity: 0; transform: translateY(18px); transition: opacity 600ms ease, transform 600ms ease; }
.section-reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1040px) {
  .site-header { grid-template-columns: auto auto auto; }
  .main-nav { position: fixed; inset: 77px 0 auto 0; display: none; flex-direction: column; align-items: stretch; padding: 20px; background: var(--off-white); border-bottom: 1px solid var(--line); }
  body.nav-open .main-nav { display: flex; }
  .nav-toggle { display: block; }
  .hero-section, .about-grid, .video-section, .booking-section { grid-template-columns: 1fr; }
  .booking-copy { position: static; }
  .hero-section { min-height: auto; }
  .pain-grid, .benefit-grid, .timeline { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .payment-grid { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .site-header { padding: 12px 16px; gap: 10px; }
  .brand { min-width: 0; }
  .brand small { display: none; }
  .header-cta { min-height: 42px; padding: 0 12px; font-size: 0.72rem; }
  .hero-section, .about-section, .video-section, .pain-section, .method-section, .benefits-section, .testimonials-section, .booking-section, .payment-section, .faq-section, .final-cta { padding-left: 16px; padding-right: 16px; }
  h1 { font-size: clamp(2.7rem, 14vw, 4.2rem); }
  .hero-actions, .trust-badges, .pain-grid, .benefit-grid, .timeline, .form-row { grid-template-columns: 1fr; display: grid; }
  .hero-visual, .hero-visual img { min-height: 430px; }
  .time-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .calendar-grid { gap: 4px; }
  .calendar-day { font-size: 0.82rem; }
  .carousel-btn { position: static; transform: none; margin: 14px 4px 0; }
  .site-footer { display: grid; }
  .cookie-banner { display: none; left: 12px; right: 12px; bottom: 78px; align-items: stretch; }
  .cookie-banner.is-visible { display: grid; }
  .floating-whatsapp { right: 12px; bottom: 12px; }
}


/* Video presentation: mobile-first and keeps the original portrait proportion. */
.video-section {
  grid-template-columns: 1fr;
  align-items: center;
}

.video-frame {
  width: min(100%, 430px);
  margin: 0 auto;
  aspect-ratio: 9 / 16;
  display: grid;
  place-items: center;
}

.video-frame::before {
  display: none;
}

.video-frame video {
  position: static;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: var(--graphite);
}

@media (min-width: 1041px) {
  .video-section {
    grid-template-columns: minmax(280px, 0.78fr) minmax(300px, 0.72fr);
  }

  .video-frame {
    width: min(100%, 460px);
  }
}
