:root {
  --black: #090909;
  --ink: #161313;
  --muted: #5d5252;
  --white: #ffffff;
  --paper: #fff8f7;
  --nude: #f7e9e6;
  --rose: #d88896;
  --rose-dark: #c87483;
  --line: rgba(22, 19, 19, .12);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 14px;
  line-height: 1.5;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: 170px 1fr auto;
  align-items: center;
  gap: 28px;
  height: 72px;
  padding: 0 clamp(38px, 5.6vw, 72px);
  background: rgba(255, 255, 255, .96);
  border-bottom: 1px solid rgba(0, 0, 0, .08);
  box-shadow: 0 8px 28px rgba(0, 0, 0, .06);
  backdrop-filter: blur(16px);
}

.brand {
  display: flex;
  align-items: center;
  height: 100%;
}

.brand img {
  width: 88px;
  height: 64px;
  object-fit: contain;
  object-position: left center;
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: clamp(22px, 3vw, 43px);
  color: #111;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .035em;
  text-transform: uppercase;
}

.main-nav a:first-child { color: var(--rose-dark); }

.header-cta,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 27px;
  border: 1px solid transparent;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .035em;
  text-transform: uppercase;
  transition: transform .2s ease, box-shadow .2s ease;
}

.header-cta,
.btn-primary {
  background: var(--rose);
  color: #fff;
  box-shadow: 0 14px 32px rgba(216, 136, 150, .26);
}

.btn-secondary {
  background: rgba(255, 255, 255, .6);
  color: #111;
  border-color: var(--rose-dark);
}

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

.menu-toggle { display: none; }

.hero {
  display: grid;
  grid-template-columns: 50.2% 49.8%;
  min-height: 371px;
  background: linear-gradient(90deg, #fff8f7 0%, #fff 44%, #ead8d3 100%);
}

.hero-copy {
  align-self: center;
  padding: 46px 34px 42px clamp(50px, 6.5vw, 82px);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--rose-dark);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .07em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.03;
  letter-spacing: 0;
}

h1,
h2 {
  font-family: var(--serif);
  font-weight: 500;
}

h1 {
  max-width: 520px;
  font-size: clamp(42px, 5.3vw, 56px);
}

em {
  color: var(--rose-dark);
  font-family: var(--serif);
  font-style: italic;
}

.hero-text {
  max-width: 440px;
  margin: 24px 0 0;
  color: #171313;
  font-size: 15px;
}

.hero-actions,
.location-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.hero-visual {
  margin: 0;
  min-height: 371px;
  overflow: hidden;
}

.hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #fff;
  padding: 20px clamp(50px, 7vw, 94px) 34px;
}

.benefits article {
  display: grid;
  justify-items: center;
  gap: 7px;
  min-height: 86px;
  padding: 6px 18px;
  border-right: 1px solid rgba(0, 0, 0, .08);
  text-align: center;
}

.benefits article:last-child { border-right: 0; }
.benefits span { color: #242121; font-size: 25px; line-height: 1; }
.benefits h2 {
  max-width: 112px;
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 900;
  line-height: 1.15;
  text-transform: uppercase;
}

.section {
  padding: 28px clamp(49px, 5.6vw, 76px) 58px;
  background: linear-gradient(90deg, #fff8f7, #fff 52%, #fff8f7);
}

.section-title {
  margin-bottom: 26px;
}

.section-title h2,
.location-section h2,
.courses-head h2 {
  font-size: clamp(35px, 4.2vw, 48px);
}

.cards-grid,
.course-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 17px;
}

.service-card,
.course-card {
  position: relative;
  overflow: visible;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .07);
  box-shadow: 0 16px 40px rgba(42, 29, 27, .08);
  text-align: center;
}

.service-card > img,
.course-card > img {
  width: 100%;
  aspect-ratio: 1.58 / 1;
  object-fit: cover;
}

.card-icon {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin: -27px auto 12px;
  border: 1px solid var(--rose);
  border-radius: 50%;
  background: #fff;
  color: #111;
  font-family: var(--serif);
  font-size: 26px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .09);
}

.service-card h3,
.course-card h3 {
  font-size: 19px;
  font-weight: 900;
  text-transform: uppercase;
}

.service-card p,
.course-card p {
  min-height: 56px;
  max-width: 210px;
  margin: 12px auto 22px;
  color: #3e3636;
  font-size: 13px;
  line-height: 1.35;
}

.service-card a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin: 0 16px 26px;
  border: 1px solid var(--rose-dark);
  color: #111;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.premium-section {
  display: grid;
  grid-template-columns: 38.7% 61.3%;
  gap: 38px;
  padding: 46px clamp(49px, 5.6vw, 76px);
  background: radial-gradient(circle at 15% 15%, rgba(216, 136, 150, .12), transparent 25%), #080808;
  color: #fff;
}

.premium-copy {
  padding-right: 34px;
  border-right: 1px solid rgba(255, 255, 255, .22);
}

.premium-copy h2 {
  max-width: 350px;
  font-size: clamp(29px, 3.2vw, 38px);
}

.premium-copy ul {
  display: grid;
  gap: 6px;
  margin: 24px 0 24px;
  padding: 0;
  list-style: none;
}

.premium-copy li {
  position: relative;
  padding-left: 24px;
  color: rgba(255, 255, 255, .86);
  font-size: 13px;
}

.premium-copy li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 1px;
  display: grid;
  place-items: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--rose);
  color: #fff;
  font-size: 10px;
  font-weight: 900;
}

.results {
  align-self: center;
  padding-top: 10px;
  text-align: center;
}

.results > p {
  margin: 0 0 18px;
  color: #e9c2c7;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.results-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
}

.results-grid img {
  width: 100%;
  aspect-ratio: 1 / .9;
  object-fit: cover;
}

.results strong {
  display: block;
  margin: 18px 0 18px;
  font-size: 14px;
}

.courses-section {
  padding-top: 32px;
  padding-bottom: 58px;
}

.courses-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 30px;
  margin-bottom: 26px;
}

.courses-head p:not(.eyebrow) {
  max-width: 610px;
  margin: 12px 0 0;
  color: #3c3434;
}

.course-card {
  text-align: left;
}

.course-card .card-icon {
  margin-left: 27px;
  margin-right: 0;
}

.course-card h3 {
  padding: 0 22px;
  font-size: 16px;
}

.course-card p {
  min-height: 48px;
  margin: 9px 22px 25px;
}

.location-section {
  display: grid;
  grid-template-columns: 44% 56%;
  gap: 42px;
  align-items: center;
  padding: 30px clamp(49px, 5.6vw, 76px) 44px;
  background: #fff;
}

.location-section p:not(.eyebrow) {
  max-width: 470px;
  margin: 11px 0 0;
  color: #2f2929;
}

.location-section img {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, .06);
}

.faq-section {
  padding: 26px clamp(49px, 5.6vw, 76px) 34px;
  background: var(--paper);
  text-align: center;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 36px;
  margin-top: 15px;
  text-align: left;
}

details {
  border-bottom: 1px solid rgba(83, 54, 54, .2);
}

summary {
  position: relative;
  cursor: pointer;
  padding: 15px 28px 15px 0;
  list-style: none;
  font-size: 14px;
}

summary::-webkit-details-marker { display: none; }
summary::after {
  content: "+";
  position: absolute;
  top: 12px;
  right: 4px;
  color: #743b45;
  font-size: 22px;
}

details[open] summary::after { content: "-"; }
details p {
  margin: 0;
  padding: 0 24px 14px 0;
  color: var(--muted);
}

.footer {
  display: grid;
  grid-template-columns: 1.25fr .6fr .6fr 1fr;
  gap: 48px;
  padding: 42px clamp(49px, 5.6vw, 76px) 18px;
  background: radial-gradient(circle at 12% 18%, rgba(216, 136, 150, .08), transparent 28%), #070707;
  color: #fff;
}

.footer-logo img {
  width: 128px;
  height: auto;
  padding: 8px;
  background: #fff;
}

.footer h2 {
  margin: 0 0 16px;
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.footer a,
.footer p {
  display: block;
  margin: 7px 0;
  color: rgba(255, 255, 255, .76);
}

.social-links {
  display: flex;
  gap: 14px;
  margin-top: 18px;
}

.footer small {
  grid-column: 1 / -1;
  padding-top: 18px;
  color: rgba(255, 255, 255, .68);
  text-align: center;
}

.whatsapp-float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 60;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: var(--rose);
  color: #fff;
  font-size: 27px;
  font-weight: 800;
  box-shadow: 0 14px 34px rgba(216, 136, 150, .45);
}

@media (max-width: 1020px) {
  .site-header {
    grid-template-columns: auto auto;
    height: 78px;
    padding: 0 22px;
  }

  .brand img {
    width: 82px;
    height: 68px;
  }

  .header-cta { display: none; }

  .menu-toggle {
    justify-self: end;
    display: grid;
    place-content: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    border: 0;
    background: var(--black);
  }

  .menu-toggle span {
    width: 20px;
    height: 2px;
    background: #fff;
  }

  .main-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    padding: 20px 24px 26px;
    background: #fff;
    border-bottom: 1px solid var(--line);
  }

  .main-nav.is-open {
    display: grid;
    gap: 16px;
    justify-content: stretch;
  }

  .hero,
  .premium-section,
  .location-section {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    order: -1;
    min-height: 360px;
  }

  .premium-copy {
    padding-right: 0;
    padding-bottom: 34px;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.22);
  }

  .cards-grid,
  .course-grid,
  .footer,
  .faq-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  h1 { font-size: 39px; }

  .hero-copy,
  .section,
  .premium-section,
  .location-section,
  .faq-section,
  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .benefits,
  .cards-grid,
  .course-grid,
  .results-grid,
  .courses-head,
  .faq-grid,
  .footer {
    grid-template-columns: 1fr;
  }

  .benefits {
    padding: 12px 20px 20px;
  }

  .benefits article {
    border-right: 0;
    border-bottom: 1px solid rgba(0,0,0,.08);
  }

  .benefits article:last-child { border-bottom: 0; }

  .hero-actions .btn,
  .location-actions .btn,
  .courses-head .btn {
    width: 100%;
  }

  .service-card p,
  .course-card p {
    min-height: 0;
  }

  .footer small { grid-column: auto; }
}
