:root {
  --cream: #fbf1e8;
  --cream-2: #fffaf5;
  --paper: #fffdf9;
  --text: #30221d;
  --muted: #756057;
  --terracotta: #a9533d;
  --terracotta-dark: #843a2b;
  --sand: #e9d7c8;
  --gold: #c79a61;
  --shadow: 0 18px 50px rgba(80, 50, 38, .12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #fff7f0;
  color: var(--text);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--text);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 700;
  line-height: 1.04;
}

p {
  color: var(--muted);
  line-height: 1.75;
}

.section-pad {
  width: min(1210px, calc(100% - 40px));
  margin: 0 auto;
  padding: 56px 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255, 250, 245, .86);
  border-bottom: 1px solid rgba(233, 215, 200, .7);
  backdrop-filter: blur(18px);
}

.site-header.is-scrolled {
  box-shadow: 0 10px 30px rgba(80, 50, 38, .08);
}

.main-nav {
  width: min(1210px, calc(100% - 32px));
  min-height: 68px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.brand-mark {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid var(--sand);
  border-radius: 50%;
  color: var(--terracotta);
  font-family: Georgia, serif;
  font-size: 24px;
}

.brand-copy {
  display: grid;
  gap: 2px;
}

.brand-copy strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 23px;
  line-height: 1;
}

.brand-copy small {
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.main-nav__panel {
  display: flex;
  align-items: center;
  gap: 24px;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu a {
  color: var(--text);
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.mobile-menu-toggle {
  display: none;
  border: 0;
  background: transparent;
  color: var(--text);
}

.mobile-menu-toggle span {
  width: 24px;
  height: 2px;
  display: block;
  margin: 5px 0;
  background: currentColor;
}

.mobile-menu-toggle small {
  font-size: 11px;
}

.btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.btn--with-note {
  display: inline-grid;
  gap: 3px;
  min-width: 250px;
  padding-top: 11px;
  padding-bottom: 11px;
}

.btn--with-note small {
  color: rgba(255, 255, 255, .78);
  font-size: 11px;
  font-weight: 600;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn--primary {
  background: var(--terracotta);
  color: #fff;
  box-shadow: 0 14px 28px rgba(169, 83, 61, .24);
}

.btn--primary:hover {
  background: var(--terracotta-dark);
  color: #fff;
}

.btn--outline {
  border: 1px solid var(--sand);
  background: rgba(255, 255, 255, .62);
  color: var(--terracotta-dark);
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--terracotta);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.text-center {
  text-align: center;
}

.hero {
  width: 100%;
  max-width: none;
  min-height: 520px;
  display: grid;
  grid-template-columns: minmax(24px, 1fr) minmax(0, 570px) minmax(0, 660px) minmax(24px, 1fr);
  align-items: center;
  gap: 42px;
  padding: 0;
  background: linear-gradient(90deg, #fff5ec 0%, #fff8f2 48%, rgba(255,248,242,.46) 100%);
  overflow: hidden;
}

.hero__copy {
  grid-column: 2;
  padding: 54px 0 44px;
}

.hero h1 {
  max-width: 620px;
  font-size: clamp(52px, 6vw, 78px);
}

.hero h1 em {
  display: block;
  color: var(--terracotta);
  font-style: italic;
  font-weight: 600;
}

.hero__lead {
  max-width: 520px;
  margin: 22px 0 0;
  font-size: 16px;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 34px;
}

.hero-proof {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 26px;
}

.avatar-stack {
  display: flex;
}

.avatar-stack span {
  width: 34px;
  height: 34px;
  display: block;
  margin-left: -8px;
  border: 2px solid #fff7f0;
  border-radius: 50%;
  background: linear-gradient(135deg, #c98a74, #f6d8c6);
}

.avatar-stack span:first-child {
  margin-left: 0;
}

.avatar-stack span:nth-child(2) {
  background: linear-gradient(135deg, #6c7b65, #d7c7af);
}

.avatar-stack span:nth-child(3) {
  background: linear-gradient(135deg, #a85c42, #f3c69f);
}

.avatar-stack span:nth-child(4) {
  background: linear-gradient(135deg, #4d332b, #d7a590);
}

.hero-proof p {
  font-size: 13px;
}

.hero__media {
  grid-column: 3 / 5;
  align-self: stretch;
  min-height: 520px;
  position: relative;
  overflow: hidden;
}

.hero__media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, #fff7f0 0%, rgba(255,247,240,.48) 27%, rgba(255,247,240,0) 62%);
}

.hero__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  filter: sepia(.1) saturate(.84) brightness(1.08);
}

.problem {
  display: grid;
  grid-template-columns: .95fr 1fr;
  align-items: center;
  gap: 62px;
}

.problem h2,
.method h2,
.roadmap h2,
.testimonials h2,
.final-cta h2 {
  font-size: clamp(34px, 4.4vw, 54px);
}

.problem__copy {
  max-width: 560px;
}

.soft-list {
  margin: 26px 0;
  padding: 0;
  list-style: none;
}

.soft-list li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 28px;
  color: var(--muted);
}

.soft-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .65em;
  width: 9px;
  height: 9px;
  border: 1px solid var(--terracotta);
  border-radius: 50%;
}

.problem__media {
  position: relative;
}

.problem__media img {
  width: 100%;
  height: 330px;
  display: block;
  object-fit: cover;
  border-radius: 34px;
  box-shadow: var(--shadow);
}

.round-note {
  position: absolute;
  right: -20px;
  bottom: -28px;
  width: 158px;
  height: 158px;
  display: grid;
  place-items: center;
  padding: 22px;
  border: 1px solid var(--sand);
  border-radius: 50%;
  background: var(--paper);
  color: var(--terracotta-dark);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 20px;
  line-height: 1.1;
  text-align: center;
  box-shadow: var(--shadow);
}

.method,
.roadmap,
.testimonials {
  text-align: center;
}

.method-grid,
.roadmap-grid,
.testimonial-grid {
  display: grid;
  gap: 18px;
  margin-top: 30px;
}

.method-grid {
  grid-template-columns: repeat(5, 1fr);
}

.testimonial-grid {
  grid-template-columns: repeat(3, 1fr);
}

.roadmap-grid {
  grid-template-columns: repeat(4, 1fr);
}

.method-grid article,
.roadmap-grid article,
.coach-grid article,
.testimonial-grid article {
  border: 1px solid var(--sand);
  border-radius: 8px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 16px 38px rgba(80, 50, 38, .08);
}

.method-grid article {
  padding: 24px 18px;
}

.roadmap {
  width: 100%;
  max-width: none;
  padding-left: max(20px, calc((100% - 1210px) / 2));
  padding-right: max(20px, calc((100% - 1210px) / 2));
  background: #fffdf9;
}

.roadmap__intro {
  max-width: 780px;
  margin: 0 auto;
}

.roadmap-grid article {
  padding: 28px 24px;
}

.coach-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 280px));
  justify-content: center;
  gap: 18px;
  margin-top: 24px;
}

.coach-grid article {
  display: grid;
  gap: 6px;
  padding: 22px;
  background: #fff8f2;
}

.coach-grid strong {
  color: var(--terracotta-dark);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 28px;
  line-height: 1;
}

.coach-grid span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.card-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin: 0 auto 14px;
  border: 1px solid var(--sand);
  border-radius: 50%;
  color: #7d9a82;
  font-weight: 800;
}

.method-grid h3,
.roadmap-grid h3 {
  margin-bottom: 10px;
  font-size: 25px;
}

.method-grid p,
.roadmap-grid p,
.testimonial-grid p {
  font-size: 15px;
}

.method-cta {
  margin-top: 28px;
}

.testimonials {
  width: 100%;
  max-width: none;
  padding-left: max(20px, calc((100% - 1210px) / 2));
  padding-right: max(20px, calc((100% - 1210px) / 2));
  background:
    linear-gradient(90deg, rgba(251,243,234,.92), rgba(255,250,245,.84)),
    url("../images/velas-flores.jpg") center / cover;
}

.testimonial-grid article {
  padding: 26px;
  text-align: left;
}

.testimonial-grid article::after {
  content: "5.0";
  display: block;
  margin-top: 18px;
  color: var(--gold);
  font-weight: 800;
}

.final-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  width: 100%;
  max-width: none;
  padding-left: max(20px, calc((100% - 1210px) / 2));
  padding-right: max(20px, calc((100% - 1210px) / 2));
  border-top: 1px solid var(--sand);
  border-bottom: 1px solid var(--sand);
  background: var(--cream-2);
}

.final-cta__image {
  width: 250px;
  align-self: stretch;
  margin: -56px 0;
  overflow: hidden;
  border-radius: 0 80px 80px 0;
}

.final-cta__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.final-cta p {
  max-width: 680px;
}

.legal-note {
  padding-top: 34px;
  padding-bottom: 34px;
}

.legal-note h2 {
  font-size: 30px;
}

.site-footer {
  background: #4a2f27;
  color: #fff7ef;
  padding: 54px 0 24px;
}

.site-footer a,
.site-footer p,
.footer-bottom {
  color: rgba(255, 247, 239, .78);
}

.footer-grid,
.footer-bottom {
  width: min(1210px, calc(100% - 40px));
  margin: 0 auto;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 30px;
}

.site-footer h2,
.site-footer h3 {
  color: #fff;
}

.site-footer h2 {
  font-size: 32px;
}

.site-footer h3 {
  margin: 0 0 14px;
  font-family: Inter, sans-serif;
  font-size: 13px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.site-footer a {
  display: block;
  margin-bottom: 10px;
  text-decoration: none;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 36px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.16);
  font-size: 13px;
}

.whatsapp-float,
.back-to-top {
  position: fixed;
  z-index: 60;
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(47, 33, 29, .18);
}

.whatsapp-float {
  left: 20px;
  bottom: 20px;
  padding: 12px 18px;
  border: 1px solid var(--sand);
  background: var(--paper);
  color: var(--terracotta-dark);
  font-weight: 800;
  text-decoration: none;
}

.back-to-top {
  right: 20px;
  bottom: 20px;
  width: 48px;
  height: 48px;
  border: 0;
  background: var(--terracotta);
  color: #fff;
  font-size: 22px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity .2s ease, transform .2s ease;
}

.back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.calendar-box {
  width: min(980px, 100%);
  margin: 0 auto;
  padding: 32px;
  border: 1px solid var(--sand);
  border-radius: 12px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.calendar-box h2 {
  font-size: 38px;
}

.calendar-box iframe {
  margin-top: 20px;
  border-radius: 8px;
}

.calendar-placeholder {
  display: grid;
  gap: 8px;
  margin-top: 20px;
  padding: 28px;
  border: 1px dashed var(--sand);
  border-radius: 8px;
  background: #fff8f2;
  color: var(--muted);
}

.calendar-placeholder strong {
  color: var(--terracotta-dark);
}

.single-service {
  display: grid;
  grid-template-columns: .9fr 1fr;
  gap: 52px;
  align-items: start;
}

.single-service__media,
.single-service__summary,
.single-service__content {
  border: 1px solid var(--sand);
  border-radius: 8px;
  background: rgba(255,255,255,.72);
  padding: 28px;
  box-shadow: var(--shadow);
}

.single-service__summary h1 {
  font-size: clamp(42px, 5vw, 68px);
}

.single-service__content {
  grid-column: 1 / -1;
}

.single-service__content h2 {
  font-size: 36px;
}

@media (max-width: 980px) {
  .mobile-menu-toggle {
    display: block;
  }

  .main-nav__panel {
    position: fixed;
    inset: 72px 16px auto 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 20px;
    border: 1px solid var(--sand);
    border-radius: 12px;
    background: var(--paper);
    box-shadow: var(--shadow);
  }

  .main-nav__panel.is-open {
    display: flex;
  }

  .nav-menu,
  .header-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero,
  .problem,
  .single-service {
    grid-template-columns: 1fr;
  }

  .hero {
    width: min(100% - 32px, 1210px);
    max-width: 1210px;
    margin: 0 auto;
    padding-top: 28px;
    background: transparent;
  }

  .hero__copy,
  .hero__media {
    grid-column: auto;
  }

  .hero__media {
    order: -1;
    border-radius: 24px;
  }

  .hero__media,
  .hero__media img {
    min-height: 360px;
  }

  .method-grid,
  .roadmap-grid,
  .testimonial-grid,
  .footer-grid,
  .coach-grid {
    grid-template-columns: 1fr;
  }

  .final-cta {
    display: grid;
  }

  .final-cta__image {
    display: none;
  }

  .footer-bottom {
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .section-pad {
    width: min(100% - 28px, 1180px);
    padding: 54px 0;
  }

  .brand-copy strong {
    font-size: 21px;
  }

  .cta-header {
    width: 100%;
  }

  .hero h1 {
    font-size: 42px;
  }

  .hero__actions,
  .final-cta {
    align-items: stretch;
  }

  .btn {
    width: 100%;
  }

  .hero-proof {
    align-items: flex-start;
  }

  .problem__media img {
    height: 280px;
  }

  .round-note {
    right: 14px;
    width: 132px;
    height: 132px;
    font-size: 17px;
  }

  .whatsapp-float {
    right: 78px;
    left: 14px;
    text-align: center;
  }
}
