:root {
  color-scheme: light;
  --graphite: #545358;
  --ash: #55565a;
  --ash-soft: #7a7172;
  --ash-violet: #64606f;
  --ash-dark: #3f4045;
  --cta-gray: #44434a;
  --cta-gray-dark: #303137;
  --cta-gray-light: #5a5961;
  --white: #ffffff;
  --black: #0e0e0e;
  --bronze: #9c6c18;
  --gold: #ba8736;
  --paper: #ffffff;
  --paper-warm: #f6f0e6;
  --paper-soft: #fbf8f2;
  --line: rgba(156, 108, 24, 0.28);
  --line-dark: rgba(14, 14, 14, 0.12);
  --shadow: 0 18px 42px rgba(84, 83, 88, 0.18);
  --max: 1120px;
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--white);
}

body {
  margin: 0;
  background: var(--white);
  color: var(--black);
  font-family: "Instrument Sans", "Aptos", "Segoe UI", system-ui, -apple-system, sans-serif;
  line-height: 1.42;
  letter-spacing: 0;
  text-rendering: optimizeLegibility;
}

img,
picture {
  display: block;
  max-width: 100%;
}

img {
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
summary {
  font: inherit;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  padding: 10px 14px;
  border-radius: var(--radius);
  background: var(--black);
  color: var(--white);
  transform: translateY(-160%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.section-inner {
  width: min(calc(100% - 40px), var(--max));
  margin-inline: auto;
}

.section-inner.narrow {
  max-width: 620px;
}

.topbar {
  background:
    linear-gradient(90deg, #070707 0%, var(--black) 48%, #151515 100%);
  color: var(--white);
  border-bottom: 4px solid var(--gold);
}

.topbar-inner {
  width: min(calc(100% - 40px), var(--max));
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-inline: auto;
}

.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  min-width: 0;
}

.brand-logo {
  width: 42px;
  height: 32px;
  object-fit: contain;
  filter: drop-shadow(0 5px 12px rgba(186, 135, 54, 0.22));
  flex: 0 0 auto;
}

.brand-copy {
  display: flex;
  align-items: baseline;
  gap: 5px;
  min-width: 0;
  color: var(--white);
  font-size: 0.98rem;
  line-height: 1;
}

.brand-copy strong {
  font-weight: 900;
  white-space: nowrap;
}

.brand-copy span {
  color: rgba(255, 255, 255, 0.86);
  font-weight: 750;
  white-space: nowrap;
}

.topbar-location {
  color: var(--gold);
  font-size: 0.91rem;
  font-weight: 900;
  line-height: 1.1;
  text-align: right;
  white-space: nowrap;
}

.hero {
  position: relative;
  min-height: 810px;
  overflow: hidden;
  background: var(--white);
}

.hero-inner {
  position: relative;
  width: min(calc(100% - 40px), var(--max));
  min-height: 810px;
  display: grid;
  align-items: center;
  margin-inline: auto;
  padding: 58px 0 70px;
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 580px;
}

.eyebrow,
.spaced-label {
  margin: 0 0 12px;
  color: var(--bronze);
  font-size: 0.9rem;
  font-weight: 850;
  text-transform: uppercase;
}

.spaced-label {
  color: var(--black);
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.1rem;
  font-weight: 600;
  text-transform: none;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 750;
  line-height: 1.08;
  letter-spacing: 0;
}

.hero h1 {
  max-width: 620px;
  margin: 0 0 28px;
  font-size: 2.95rem;
}

.hero-subtitle {
  max-width: 560px;
  margin-bottom: 28px;
  font-size: 1.18rem;
  font-weight: 400;
}

.hero-text {
  display: grid;
  gap: 18px;
  margin-bottom: 34px;
  font-size: 1.08rem;
}

.hero-text p {
  margin: 0;
}

.hero-portrait {
  position: absolute;
  inset: 0 min(-140px, calc((var(--max) - 100vw) / 2)) 0 auto;
  z-index: 1;
  width: min(62vw, 820px);
  display: flex;
  align-items: stretch;
  justify-content: center;
  pointer-events: none;
}

.hero-portrait::before,
.hero-portrait::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.hero-portrait::before {
  inset: 0 auto 0 0;
  width: 64%;
  background:
    linear-gradient(90deg, var(--white) 0%, rgba(255, 255, 255, 0.86) 28%, rgba(255, 255, 255, 0.35) 62%, rgba(255, 255, 255, 0) 100%);
  z-index: 2;
}

.hero-portrait::after {
  inset: auto 0 0;
  z-index: 3;
  height: 430px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.82) 70%, var(--white) 100%);
}

.hero-portrait picture {
  width: 100%;
  height: 100%;
}

.hero-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 0;
  transform: scaleX(-1);
  filter: saturate(0.9);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  min-width: 360px;
  max-width: 100%;
  padding: 14px 22px;
  border: 1px solid transparent;
  border-radius: 3px;
  background: var(--gold);
  color: var(--white);
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
  box-shadow: 0 14px 28px rgba(156, 108, 24, 0.18);
  transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  background: var(--bronze);
  box-shadow: 0 16px 32px rgba(156, 108, 24, 0.28);
}

.section {
  padding: 86px 0;
}

.center-heading {
  max-width: 680px;
  margin: 0 auto 46px;
  text-align: center;
}

.center-heading h2 {
  margin: 0;
  color: var(--black);
  font-size: 2.45rem;
}

.center-heading p:not(.spaced-label) {
  margin: 14px auto 0;
  max-width: 560px;
  font-size: 1.04rem;
}

.method {
  background: var(--white);
}

.method .center-heading h2,
.results .center-heading h2 {
  color: var(--black);
}

.method-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 28px;
  align-items: start;
}

.method-card {
  position: relative;
  min-height: 280px;
  grid-column: span 2;
  padding: 56px 26px 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper-soft);
}

.method-card:nth-child(4) {
  grid-column: 2 / span 2;
}

.method-card:nth-child(5) {
  grid-column: 4 / span 2;
}

.method-card span {
  position: absolute;
  top: -62px;
  left: 24px;
  color: #75500d;
  font-family: "Fraunces", Georgia, serif;
  font-size: 7rem;
  line-height: 1;
}

.method-card h3 {
  margin-bottom: 18px;
  font-size: 1.02rem;
  line-height: 1.2;
}

.method-card p {
  margin: 0;
  font-size: 0.94rem;
}

.method-card p + p {
  margin-top: 10px;
}

.section-cta {
  max-width: 520px;
  display: grid;
  justify-items: center;
  gap: 22px;
  margin: 42px auto 0;
  text-align: center;
}

.section-cta p {
  margin: 0;
  font-size: 1.08rem;
  font-weight: 850;
}

.results {
  background: var(--white);
}

.results-grid {
  max-width: 980px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 0 auto;
  scrollbar-color: rgba(186, 135, 54, 0.65) transparent;
}

.results-grid::-webkit-scrollbar {
  height: 8px;
}

.results-grid::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(186, 135, 54, 0.55);
}

.result-card {
  margin: 0;
  padding: 10px;
  border: 1px solid rgba(156, 108, 24, 0.22);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(186, 135, 54, 0.08), rgba(255, 255, 255, 0.8)),
    var(--paper-soft);
  box-shadow: 0 18px 38px rgba(84, 83, 88, 0.11);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.result-card:hover {
  transform: translateY(-4px);
  border-color: rgba(186, 135, 54, 0.52);
  box-shadow: 0 22px 46px rgba(84, 83, 88, 0.16);
}

.result-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  border-radius: calc(var(--radius) - 2px);
  background:
    radial-gradient(circle at 50% 20%, rgba(186, 135, 54, 0.1), rgba(255, 255, 255, 0) 48%),
    var(--white);
}

.result-card figcaption {
  display: grid;
  align-content: start;
  gap: 7px;
  padding: 11px 4px 2px;
}

.result-card span {
  color: var(--bronze);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
  white-space: nowrap;
}

.result-card strong {
  color: var(--black);
  font-size: 0.9rem;
  font-weight: 850;
  line-height: 1.35;
  text-align: left;
}

.testimonials {
  padding: 16px 0 86px;
  background:
    linear-gradient(180deg, var(--white) 0%, var(--paper-soft) 100%),
    var(--white);
}

.testimonial-heading {
  max-width: 700px;
  margin: 0 auto 30px;
  text-align: center;
}

.testimonial-heading h2 {
  max-width: 640px;
  margin: 0 auto;
  color: var(--black);
  font-size: 2.15rem;
}

.testimonial-grid {
  max-width: 940px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 0 auto;
  scrollbar-color: rgba(186, 135, 54, 0.65) transparent;
}

.testimonial-grid::-webkit-scrollbar {
  height: 8px;
}

.testimonial-grid::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(186, 135, 54, 0.55);
}

.testimonial-card {
  position: relative;
  min-height: 268px;
  display: grid;
  align-content: space-between;
  gap: 16px;
  padding: 24px;
  border: 1px solid rgba(156, 108, 24, 0.22);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 16px 34px rgba(84, 83, 88, 0.09);
}

.testimonial-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 24px;
  right: 24px;
  height: 3px;
  border-radius: 0 0 999px 999px;
  background: linear-gradient(90deg, rgba(186, 135, 54, 0), var(--gold), rgba(186, 135, 54, 0));
}

.testimonial-card.featured {
  background:
    linear-gradient(180deg, rgba(186, 135, 54, 0.09), rgba(255, 255, 255, 0.92)),
    var(--white);
  box-shadow: 0 22px 48px rgba(156, 108, 24, 0.15);
  transform: translateY(-8px);
}

.stars {
  color: var(--gold);
  font-size: 1.05rem;
  letter-spacing: 1px;
}

.testimonial-card p {
  margin: 0;
  color: rgba(14, 14, 14, 0.82);
  font-size: 0.98rem;
  font-weight: 650;
}

.testimonial-card strong {
  color: var(--bronze);
  font-size: 0.86rem;
  font-weight: 900;
  text-transform: uppercase;
}

.testimonial-cta {
  max-width: 680px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin: 34px auto 0;
  text-align: center;
}

.testimonial-cta p {
  margin: 0;
  font-size: 1.18rem;
  font-weight: 850;
}

.testimonial-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 12px 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: var(--gold);
  color: var(--white);
  font-size: 1rem;
  font-weight: 900;
  white-space: nowrap;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}

.testimonial-cta a:hover,
.testimonial-cta a:focus-visible {
  transform: translateY(-1px);
  background: var(--bronze);
  color: var(--white);
}

.fit {
  padding-top: 92px;
  padding-bottom: 76px;
  background: var(--paper-warm);
}

.fit-card {
  position: relative;
  max-width: 420px;
  margin: 0 auto;
  padding: 58px 34px 26px;
  border: 1px solid var(--gold);
  border-radius: var(--radius);
  background: #fffdf8;
  box-shadow: 0 22px 58px rgba(156, 108, 24, 0.16);
}

.fit-label {
  position: absolute;
  top: -34px;
  left: 50%;
  width: min(340px, calc(100% - 36px));
  min-height: 56px;
  display: grid;
  place-items: center;
  transform: translateX(-50%);
  border-radius: var(--radius);
  background: var(--gold);
  color: var(--white);
  font-weight: 900;
  text-align: center;
  box-shadow: 0 14px 34px rgba(156, 108, 24, 0.2);
}

.fit ul {
  display: grid;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.fit li {
  position: relative;
  padding-left: 34px;
  font-size: 1.02rem;
}

.fit li::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--black);
}

.fit li::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 5px;
  width: 9px;
  height: 5px;
  border-left: 2px solid var(--white);
  border-bottom: 2px solid var(--white);
  transform: rotate(-45deg);
}

.about {
  padding: 0;
  overflow: hidden;
  background: linear-gradient(90deg, var(--white) 0%, var(--white) 50%, rgba(84, 83, 88, 0.18) 100%);
}

.about-inner {
  position: relative;
  width: min(calc(100% - 40px), var(--max));
  min-height: 610px;
  display: grid;
  align-items: center;
  margin-inline: auto;
  padding: 72px 0;
}

.about-copy {
  position: relative;
  z-index: 2;
  max-width: 520px;
}

.about h2,
.final-offer h2,
.faq h2 {
  margin-bottom: 4px;
  font-size: 2.55rem;
}

.about h2 {
  display: inline-block;
  border-bottom: 2px solid var(--gold);
}

.about-subtitle {
  margin-bottom: 24px;
  font-weight: 900;
}

.about-copy p {
  margin-bottom: 20px;
  font-size: 1.04rem;
}

.about-copy .button {
  margin-top: 16px;
}

.about-image {
  position: absolute;
  inset: 0 -80px 0 auto;
  width: 630px;
  display: flex;
  align-items: end;
  justify-content: center;
  pointer-events: none;
}

.about-image::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(90deg, var(--white) 0%, rgba(255, 255, 255, 0.45) 34%, rgba(255, 255, 255, 0) 70%);
}

.about-image img {
  width: 430px;
}

.final-offer {
  background: var(--paper-warm);
  text-align: center;
}

.final-offer h2 {
  max-width: 560px;
  margin-inline: auto;
}

.final-box {
  max-width: 560px;
  margin: 28px auto 32px;
  padding: 22px 28px;
  border: 1px solid var(--gold);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

.final-box p {
  margin: 0;
  font-size: 1.04rem;
}

.final-box p + p {
  margin-top: 18px;
}

.faq {
  background:
    linear-gradient(180deg, var(--paper-warm) 0%, var(--paper-soft) 58%, var(--white) 100%),
    var(--paper-warm);
  color: var(--black);
  border-top: 1px solid rgba(156, 108, 24, 0.16);
}

.faq-clean {
  max-width: 780px;
}

.faq-heading {
  margin-bottom: 30px;
}

.faq-heading h2 {
  color: var(--black);
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-clean .faq-list {
  max-width: 720px;
  margin-inline: auto;
}

details {
  overflow: hidden;
  border: 1px solid rgba(156, 108, 24, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.96);
  color: var(--black);
  box-shadow: 0 16px 36px rgba(84, 83, 88, 0.1);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

summary {
  min-height: 74px;
  display: grid;
  grid-template-columns: 54px 1fr 28px;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  padding: 14px 18px;
  font-weight: 900;
}

summary span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(156, 108, 24, 0.34);
  border-radius: var(--radius);
  background: var(--paper-soft);
  color: var(--bronze);
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.18rem;
}

summary strong {
  line-height: 1.2;
}

summary::after {
  content: "+";
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--black);
  color: var(--gold);
  font-size: 1.15rem;
  line-height: 1;
}

details[open] {
  border-color: rgba(186, 135, 54, 0.56);
  background: var(--paper-soft);
  box-shadow: 0 18px 42px rgba(84, 83, 88, 0.16);
  transform: translateY(-1px);
}

details[open] summary {
  color: var(--black);
}

details[open] summary::after {
  content: "-";
  background: var(--gold);
  color: var(--white);
}

details p {
  margin: 0;
  padding: 0 24px 22px 88px;
  color: rgba(14, 14, 14, 0.72);
  font-size: 0.98rem;
}

details[open] p {
  animation: answer-reveal 220ms ease both;
}

@keyframes answer-reveal {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.site-footer {
  display: grid;
  justify-items: center;
  gap: 8px;
  padding: 28px 20px;
  background: var(--black);
  color: rgba(255, 255, 255, 0.78);
  text-align: center;
}

.site-footer p {
  margin: 0;
}

.site-footer a {
  color: var(--gold);
  font-weight: 800;
}

.floating-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 22;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 14px 18px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  background: var(--gold);
  color: var(--white);
  font-weight: 900;
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.22);
  opacity: 0;
  pointer-events: none;
  transform: translateY(14px);
  transition: opacity 180ms ease, transform 180ms ease, background 160ms ease;
}

.floating-whatsapp.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

[data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 540ms ease, transform 540ms ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}

@media (min-width: 1500px) {
  :root {
    --max: 1220px;
  }

  .hero,
  .hero-inner {
    min-height: 840px;
  }

  .hero h1 {
    font-size: 3.18rem;
  }

  .hero-copy {
    max-width: 620px;
  }

  .hero-portrait {
    right: min(-150px, calc((var(--max) - 100vw) / 2));
    width: min(63vw, 1060px);
  }
}

@media (max-width: 980px) {
  .topbar-inner {
    min-height: 64px;
  }

  .hero,
  .hero-inner {
    min-height: auto;
  }

  .hero {
    background: var(--white);
  }

  .hero .hero-inner {
    width: 100%;
  }

  .hero-inner {
    padding: 0 0 62px;
  }

  .hero-copy {
    display: grid;
    position: relative;
    z-index: 4;
    width: min(calc(100% - 40px), 620px);
    max-width: 620px;
    margin: -142px auto 0;
    padding-top: 0;
    margin-inline: auto;
    text-align: left;
  }

  .hero-portrait {
    position: relative;
    inset: auto;
    order: -1;
    width: 100%;
    margin: 0 auto;
  }

  .hero-portrait::before {
    display: none;
  }

  .hero-portrait::after {
    display: block;
    inset: auto 0 0;
    height: 340px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.76) 62%, var(--white) 94%);
  }

  .hero-portrait picture {
    width: 100%;
    height: clamp(560px, 90vw, 760px);
    max-height: none;
    overflow: hidden;
    border-radius: 0;
  }

  .hero-portrait img {
    height: 100%;
    object-fit: cover;
    object-position: 50% 8%;
  }

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

  .method-card,
  .method-card:nth-child(4),
  .method-card:nth-child(5) {
    grid-column: auto;
  }

  .method-card:nth-child(5) {
    grid-column: 1 / -1;
    max-width: 360px;
    justify-self: center;
  }

  .results-grid {
    grid-template-columns: repeat(2, 1fr);
    max-width: 760px;
  }

  .testimonials {
    padding-top: 0;
  }

  .testimonial-grid {
    grid-template-columns: 1fr;
    max-width: 520px;
  }

  .testimonial-card,
  .testimonial-card.featured {
    min-height: auto;
    transform: none;
  }

  .about {
    background: var(--white);
  }

  .about .about-inner {
    width: 100%;
  }

  .about-inner {
    min-height: auto;
    padding: 0 0 72px;
  }

  .about-copy {
    position: relative;
    z-index: 4;
    width: min(calc(100% - 40px), 620px);
    max-width: 620px;
    margin: -150px auto 0;
    margin-inline: auto;
  }

  .about-image {
    position: relative;
    inset: auto;
    order: -1;
    width: 100%;
    margin: 0 auto;
  }

  .about-image::before {
    display: block;
    inset: auto 0 0;
    height: 305px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), var(--white) 92%);
  }

  .about-image picture {
    width: 100%;
    height: clamp(540px, 124vw, 690px);
    aspect-ratio: auto;
    max-height: none;
    overflow: hidden;
    border-radius: 0;
  }

  .about-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 32%;
  }

}

@media (max-width: 680px) {
  .section-inner,
  .hero-inner,
  .about-inner,
  .topbar-inner {
    width: min(calc(100% - 28px), var(--max));
  }

  .topbar-inner {
    justify-content: center;
    min-height: 60px;
  }

  .brand {
    justify-content: center;
    gap: 9px;
  }

  .brand-logo {
    width: 40px;
    height: 30px;
  }

  .brand-copy {
    font-size: 0.92rem;
  }

  .topbar-location {
    display: none;
  }

  .hero h1 {
    font-size: 2.18rem;
  }

  .hero-copy {
    margin-top: -124px;
  }

  .hero-portrait picture {
    height: clamp(530px, 116vw, 650px);
  }

  .hero-portrait img {
    object-position: 50% 12%;
  }

  .hero-subtitle {
    font-size: 1.04rem;
  }

  .hero-inner {
    padding-bottom: 36px;
  }

  .hero-text {
    order: 4;
    margin-bottom: 22px;
    font-size: 1rem;
  }

  .hero-button {
    order: 5;
    margin-bottom: 0;
  }

  .section.method {
    padding-top: 36px;
    padding-bottom: 38px;
  }

  .section.results {
    padding-top: 38px;
  }

  .button {
    width: 100%;
    min-width: 0;
  }

  .section {
    padding: 68px 0;
  }

  .section.fit {
    padding-bottom: 26px;
  }

  .section.about {
    padding: 0;
  }

  .center-heading {
    margin-bottom: 34px;
  }

  .center-heading h2,
  .testimonial-heading h2,
  .about h2,
  .final-offer h2,
  .faq h2 {
    font-size: 2.05rem;
  }

  .testimonial-cta {
    display: grid;
    gap: 12px;
  }

  .testimonial-cta p {
    font-size: 1.08rem;
  }

  .testimonial-cta a {
    width: auto;
    min-width: 210px;
    justify-self: center;
  }

  .results-grid {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: minmax(286px, 86vw);
    max-width: none;
    justify-content: start;
    gap: 14px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    padding: 2px 2px 12px;
  }

  .result-card {
    scroll-snap-align: center;
  }

  .result-card img {
    aspect-ratio: 1 / 1;
  }

  .testimonial-grid {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: minmax(286px, 86vw);
    max-width: none;
    justify-content: start;
    gap: 14px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    padding: 2px 2px 12px;
  }

  .testimonial-card {
    scroll-snap-align: center;
  }

  summary {
    grid-template-columns: 44px 1fr 26px;
    gap: 12px;
    padding: 12px 14px;
  }

  summary span {
    width: 36px;
    height: 36px;
    font-size: 1rem;
  }

  details p {
    padding: 0 16px 18px 70px;
  }

  .method-grid {
    grid-template-columns: 1fr;
    gap: 58px;
  }

  .method-card:nth-child(5) {
    grid-column: auto;
    max-width: none;
  }

  .method-card {
    min-height: auto;
  }

  .method-card span {
    top: -52px;
    font-size: 6rem;
  }

  .fit-card {
    padding-inline: 22px;
  }

  .floating-whatsapp {
    left: 14px;
    right: 14px;
    bottom: 14px;
  }

  .site-footer {
    padding-bottom: 86px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
