:root {
  --navy: #061a3a;
  --navy2: #0a2b58;
  --navy3: #123d70;
  --gold: #bc8a35;
  --gold2: #ddb96e;
  --cream: #fbf7f1;
  --sand: #eee4d8;
  --ink: #17243b;
  --muted: #656d7b;
  --white: #fff;
  --serif: "Playfair Display", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
  --shadow: 0 26px 70px rgba(6, 26, 58, 0.16);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.7;
  overflow-x: hidden;
}
img {
  display: block;
  max-width: 100%;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
}
.section {
  padding: 116px max(6vw, 24px);
  position: relative;
}
.eyebrow {
  margin: 0 0 20px;
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.eyebrow.light {
  color: var(--gold2);
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1,
h2 {
  font-family: var(--serif);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.035em;
}
h1 {
  font-size: clamp(2.8rem, 4.5vw, 5.15rem);
}
h2 {
  font-size: clamp(2.45rem, 4.3vw, 4.7rem);
}
h2 em {
  color: var(--gold);
  font-weight: 500;
}
.site-header {
  position: absolute;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  height: 132px;
  padding: 12px max(5vw, 24px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  color: #fff;
}
.brand {
  display: block;
  width: 280px;
  height: 104px;
}
.brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 4px 14px rgba(0, 0, 0, 0.1));
}
.site-header nav {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 0.84rem;
  font-weight: 600;
}
.site-header nav > a:not(.nav-cta) {
  position: relative;
}
.site-header nav > a:not(.nav-cta):after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 0;
  height: 1px;
  background: var(--gold2);
  transition: 0.3s;
}
.site-header nav > a:hover:after {
  width: 100%;
}
.nav-cta {
  padding: 13px 20px;
  border: 1px solid var(--gold2);
  background: rgba(6, 26, 58, 0.3);
  backdrop-filter: blur(8px);
  transition: 0.3s;
}
.nav-cta:hover {
  background: var(--gold);
  border-color: var(--gold);
}
.menu-button {
  display: none;
  background: none;
  border: 0;
  width: 42px;
  height: 42px;
}
.hero {
  min-height: 100svh;
  position: relative;
  display: flex;
  align-items: center;
  padding: 165px max(6vw, 24px) 92px;
  background: var(--navy);
  color: #fff;
  isolation: isolate;
  overflow: hidden;
}
.hero-background {
  position: absolute;
  z-index: -3;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-overlay {
  position: absolute;
  z-index: -2;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(3, 15, 36, 0.97) 0%,
    rgba(4, 20, 47, 0.91) 35%,
    rgba(6, 26, 58, 0.42) 62%,
    rgba(6, 26, 58, 0.06) 100%
  );
}
.hero-lines {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: radial-gradient(
    circle at 10% 95%,
    rgba(188, 138, 53, 0.16),
    transparent 27%
  );
}

.hero-content {
  max-width: 760px;
}
.hero .eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
}
.hero .eyebrow span {
  width: 34px;
  height: 1px;
  background: var(--gold2);
}
.hero h1 {
  margin-bottom: 25px;
}
.hero-lead {
  max-width: 690px;
  color: #d5dbe4;
  font-size: 1.08rem;
}
.hero-lead strong {
  color: #fff;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 34px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  padding: 16px 24px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.76rem;
  font-weight: 700;
  transition: 0.3s;
  box-shadow: 0 13px 35px rgba(3, 15, 36, 0.24);
}
.button.gold {
  background: var(--gold);
  color: #fff;
}
.button:hover {
  transform: translateY(-3px);
  background: #fff;
  color: var(--navy);
}
.availability {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #ccd3df;
  font-size: 0.78rem;
  line-height: 1.45;
}
.availability i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #4fc17b;
  box-shadow: 0 0 0 6px rgba(79, 193, 123, 0.15);
}
.availability strong {
  color: #fff;
}
.signature {
  margin-top: 42px;
  padding-left: 17px;
  border-left: 2px solid var(--gold);
  display: flex;
  flex-direction: column;
}
.signature strong {
  font-family: var(--serif);
  font-size: 1.28rem;
}
.signature span {
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #aeb8c8;
}
.hero-badge {
  position: absolute;
  right: 5vw;
  bottom: 8%;
  width: 148px;
  height: 148px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  background: rgba(6, 26, 58, 0.56);
  backdrop-filter: blur(9px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: rotate(-7deg);
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.1);
}
.hero-badge small,
.hero-badge span {
  font-size: 0.58rem;
  text-transform: uppercase;
  letter-spacing: 0.13em;
}
.hero-badge strong {
  font-family: var(--serif);
  font-style: italic;
  color: var(--gold2);
  font-size: 1.3rem;
}
.scroll-cue {
  position: absolute;
  left: max(6vw, 24px);
  bottom: 25px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #bbc4d1;
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.scroll-cue span {
  width: 30px;
  height: 30px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--gold2);
}
.decorated-light {
  background: radial-gradient(
      circle at 3% 10%,
      rgba(188, 138, 53, 0.1),
      transparent 24%
    ),
    linear-gradient(135deg, #fff 0%, #fbf8f3 65%, #f1e8dc 100%);
}
.decorated-light:after,
.decorated-cream:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 56px;
  background: linear-gradient(
    170deg,
    transparent 0 49%,
    rgba(188, 138, 53, 0.12) 50%,
    transparent 51%
  );
  pointer-events: none;
}
.positioning {
  display: grid;
  grid-template-columns: 0.95fr 1fr;
  gap: 8vw;
  align-items: center;
}
.collage {
  height: 690px;
  position: relative;
}
.collage figure {
  margin: 0;
  position: absolute;
  overflow: hidden;
  box-shadow: var(--shadow);
  background: #ddd;
}
.collage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.collage-main {
  left: 0;
  bottom: 0;
  width: 62%;
  height: 68%;
  border-radius: 90px 14px 90px 14px;
}
.collage-top {
  right: 0;
  top: 0;
  width: 62%;
  height: 52%;
  border-radius: 14px 90px 14px 90px;
}
.collage-top img {
  object-position: 50% 26%;
}
.collage-small {
  right: 0;
  bottom: 3%;
  width: 40%;
  height: 31%;
  border-radius: 50px 10px 50px 10px;
}
.collage-seal {
  position: absolute;
  left: 47%;
  top: 43%;
  width: 132px;
  height: 132px;
  border-radius: 50%;
  background: var(--navy);
  color: #fff;
  border: 6px solid var(--cream);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 2;
  box-shadow: 0 15px 40px rgba(6, 26, 58, 0.25);
}
.collage-seal strong {
  font-family: var(--serif);
  font-size: 1.65rem;
  color: var(--gold2);
}
.collage-seal span {
  max-width: 85px;
  text-align: center;
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.positioning-copy {
  max-width: 720px;
}
.positioning-copy h2 {
  color: var(--navy);
}
.positioning-copy > p {
  color: #5f6671;
  margin-bottom: 18px;
}
.check-list {
  list-style: none;
  padding: 0;
  margin: 30px 0;
  display: grid;
  gap: 10px;
}
.check-list li {
  position: relative;
  padding-left: 30px;
  font-weight: 600;
  color: var(--navy);
}
.check-list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--gold);
}
.positioning-contact {
  margin-top: 34px;
  padding: 20px 22px;
  background: #f3ede6;
  border-radius: 18px;
  display: grid;
  grid-template-columns: 46px 1fr auto;
  align-items: center;
  gap: 13px;
}
.contact-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--navy);
  color: var(--gold2);
  display: grid;
  place-items: center;
}
.positioning-contact div {
  display: flex;
  flex-direction: column;
}
.positioning-contact small {
  color: #7a7e86;
}
.positioning-contact strong {
  color: var(--navy);
  font-size: 0.88rem;
}
.positioning-contact a {
  background: var(--gold);
  color: #fff;
  padding: 12px 17px;
  border-radius: 30px;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.treatments {
  color: #fff;
  overflow: hidden;
  isolation: isolate;
}
.treatments-bg {
  position: absolute;
  z-index: -3;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 45%;
  filter: saturate(0.8);
}
.treatments-overlay {
  position: absolute;
  z-index: -2;
  inset: 0;
  background: linear-gradient(
      120deg,
      rgba(4, 22, 51, 0.97),
      rgba(8, 42, 83, 0.88)
    ),
    radial-gradient(circle at 90% 0, rgba(188, 138, 53, 0.25), transparent 30%);
}
.treatments:after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(
    120deg,
    transparent 0 72%,
    rgba(255, 255, 255, 0.04) 72.2%,
    transparent 72.5%
  );
}
.section-heading {
  position: relative;
  display: grid;
  grid-template-columns: 1.1fr 0.65fr;
  gap: 9vw;
  align-items: end;
  max-width: 1450px;
  margin: 0 auto 62px;
}
.section-heading h2 {
  margin: 0;
}
.section-heading > p {
  margin: 0 0 10px;
  color: #c0cad8;
}
.treatment-grid {
  max-width: 1450px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  position: relative;
}
.treatment-card {
  background: rgba(255, 255, 255, 0.96);
  color: var(--ink);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.18);
  transition: 0.4s;
}
.treatment-card:nth-child(2) {
  transform: translateY(-16px);
}
.treatment-card:hover {
  transform: translateY(-10px);
}
.treatment-card:nth-child(2):hover {
  transform: translateY(-26px);
}
.treatment-image {
  height: 260px;
  position: relative;
  overflow: hidden;
}
.treatment-image:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(6, 26, 58, 0.48), transparent 56%);
}
.treatment-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.7s;
}
.treatment-card:hover .treatment-image img {
  transform: scale(1.05);
}
.treatment-image span {
  position: absolute;
  z-index: 2;
  right: 18px;
  bottom: 12px;
  color: #fff;
  font-family: var(--serif);
  font-size: 2.4rem;
}
.treatment-body {
  padding: 28px 30px 30px;
}
.treatment-body h3 {
  font-family: var(--serif);
  font-size: 1.75rem;
  line-height: 1.15;
  color: var(--navy);
}
.treatment-body p {
  color: #6b7079;
  font-size: 0.91rem;
  min-height: 92px;
}
.treatment-body a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 18px;
  border-top: 1px solid #e4ded6;
  color: var(--gold);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.treatment-note {
  position: relative;
  text-align: center;
  max-width: 900px;
  margin: 38px auto 0;
  color: #ccd5e0;
}
.treatment-note strong {
  color: #fff;
}
.decorated-cream {
  background: radial-gradient(
      circle at 95% 10%,
      rgba(6, 26, 58, 0.07),
      transparent 26%
    ),
    linear-gradient(155deg, #f7f0e8, #fff 54%, #eee5da);
}
.method {
  display: grid;
  grid-template-columns: 0.82fr 0.72fr;
  gap: 4vw 8vw;
  align-items: center;
}
.method-copy h2 {
  color: var(--navy);
}
.method-copy > p:not(.eyebrow) {
  color: #656b75;
}
.text-link {
  display: inline-flex;
  gap: 30px;
  border-bottom: 1px solid var(--gold);
  padding: 10px 0;
  color: var(--navy);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.09em;
}
.method-visual {
  height: 540px;
  position: relative;
}
.method-visual > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 110px 18px 110px 18px;
  box-shadow: var(--shadow);
}
.method-card {
  position: absolute;
  right: -30px;
  bottom: 28px;
  max-width: 260px;
  padding: 22px;
  background: var(--navy);
  color: #fff;
  border-radius: 14px;
  box-shadow: 0 20px 45px rgba(6, 26, 58, 0.28);
  display: flex;
  flex-direction: column;
}
.method-card small {
  color: var(--gold2);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.method-card strong {
  font-family: var(--serif);
  font-size: 1.2rem;
}
.steps {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 35px;
  border-top: 1px solid #d6cabd;
}
.step {
  padding: 27px 22px;
  border-right: 1px solid #d6cabd;
}
.step:last-child {
  border-right: 0;
}
.step > span {
  font-family: var(--serif);
  font-size: 1.65rem;
  color: var(--gold);
}
.step h3 {
  font-family: var(--serif);
  font-size: 1.35rem;
  color: var(--navy);
  margin: 12px 0 6px;
}
.step p {
  color: #70747d;
  font-size: 0.85rem;
  margin: 0;
}
.about {
  background: linear-gradient(125deg, #04142f, #0c315f);
  color: #fff;
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: 9vw;
  align-items: center;
  overflow: hidden;
}
.about:after {
  content: "";
  position: absolute;
  right: -8%;
  bottom: -45%;
  width: 720px;
  height: 720px;
  border: 1px solid rgba(221, 185, 110, 0.18);
  border-radius: 50%;
}
.about-glow {
  position: absolute;
  left: 5%;
  top: 15%;
  width: 36vw;
  height: 36vw;
  border-radius: 50%;
  background: rgba(188, 138, 53, 0.12);
  filter: blur(70px);
}
.about-photo {
  height: 690px;
  position: relative;
  z-index: 1;
}
.about-photo > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 30%;
  border-radius: 34px 150px 34px 150px;
  box-shadow: 0 35px 85px rgba(0, 0, 0, 0.38);
  position: relative;
  z-index: 2;
}
.photo-outline {
  position: absolute;
  inset: -14px 20px 20px -14px;
  border: 1px solid var(--gold);
  border-radius: 34px 150px 34px 150px;
  z-index: 1;
}
.credential {
  position: absolute;
  z-index: 3;
  right: -45px;
  bottom: 40px;
  width: 145px;
  height: 145px;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--gold2), #9b6c24);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.35);
}
.credential span,
.credential small {
  text-transform: uppercase;
  font-size: 0.58rem;
  letter-spacing: 0.13em;
}
.credential strong {
  font-family: var(--serif);
  font-size: 2.15rem;
}
.about-copy {
  position: relative;
  z-index: 2;
  max-width: 700px;
}
.about-copy > p:not(.eyebrow) {
  color: #c2ccda;
}
.about-copy blockquote {
  margin: 34px 0;
  padding: 7px 0 7px 24px;
  border-left: 2px solid var(--gold);
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.35rem;
}
.instagram {
  display: inline-flex;
  gap: 26px;
  color: var(--gold2);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.results {
  overflow: hidden;
}
.section-heading.dark h2 {
  color: var(--navy);
}
.section-heading.dark > p {
  color: #656d7a;
}
.results-grid {
  max-width: 1450px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr 0.85fr;
  grid-template-rows: 290px 290px;
  gap: 18px;
}
.result-card,
.result-video {
  border: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  background: #ddd;
  color: #fff;
  cursor: pointer;
  border-radius: 16px;
  box-shadow: 0 15px 40px rgba(6, 26, 58, 0.1);
}
.result-main {
  grid-row: 1/3;
}
.result-card img,
.result-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.7s;
}
.result-card:hover img {
  transform: scale(1.04);
}
.result-card:after,
.result-video:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(6, 26, 58, 0.67), transparent 56%);
  pointer-events: none;
}
.result-card span,
.result-video > span {
  position: absolute;
  z-index: 2;
  left: 20px;
  bottom: 17px;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.result-video .video-sound,
.result-video .video-expand {
  position: absolute;
  z-index: 3;
  top: 14px;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  background: rgba(6, 26, 58, 0.52);
  color: #fff;
  font-size: 1.15rem;
  cursor: pointer;
  backdrop-filter: blur(6px);
}

.result-video .video-sound {
  right: 62px;
  font-size: 1rem;
}

.result-video .video-expand {
  right: 14px;
}

.result-video video {
  cursor: pointer;
}

.result-video video:focus-visible,
.result-video .video-sound:focus-visible,
.result-video .video-expand:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: -3px;
}

.result-video video:fullscreen,
.result-video video:-webkit-full-screen {
  width: 100vw;
  height: 100vh;
  object-fit: contain;
  background: #000;
}
.results-disclaimer {
  max-width: 1450px;
  margin: 18px auto 0;
  color: #898e97;
  font-size: 0.72rem;
}
.testimonials {
  background: linear-gradient(150deg, #efe5d9, #fbf8f4 55%, #e9edf3);
}
.testimonial-title {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 55px;
}
.testimonial-title h2 {
  color: var(--navy);
}
.testimonial-grid {
  max-width: 1320px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.testimonial {
  background: #fff;
  padding: 32px;
  border-radius: 18px;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 12px 35px rgba(6, 26, 58, 0.07);
}
.testimonial.featured {
  background: var(--navy);
  color: #fff;
  transform: translateY(-16px);
}
.stars {
  color: var(--gold);
  letter-spacing: 0.18em;
  font-size: 0.78rem;
}
.testimonial > p {
  font-family: var(--serif);
  font-size: 1.2rem;
  margin: 22px 0 32px;
}
.testimonial > div:last-child {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 13px;
}
.testimonial > div:last-child > span {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--gold);
  color: #fff;
  font-size: 0.7rem;
}
.testimonial strong {
  display: flex;
  flex-direction: column;
  font-size: 0.78rem;
}
.testimonial small {
  font-weight: 400;
  color: #9298a2;
}
.featured small {
  color: #aeb9ca;
}
.final-cta {
  background: linear-gradient(150deg, #f6efe7, #fff);
  padding-top: 100px;
  padding-bottom: 100px;
}
.cta-panel {
  height: 650px;
  max-width: 1450px;
  margin: auto;
  border-radius: 34px;
  overflow: hidden;
  position: relative;
  color: #fff;
  box-shadow: var(--shadow);
}
.cta-panel > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cta-panel-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(4, 18, 43, 0.98) 0%,
    rgba(6, 26, 58, 0.9) 43%,
    rgba(6, 26, 58, 0.18) 74%
  );
}
.cta-copy {
  position: absolute;
  z-index: 2;
  left: 6%;
  top: 50%;
  transform: translateY(-50%);
  max-width: 660px;
}
.cta-copy h2 {
  font-size: clamp(2.3rem, 4vw, 4.2rem);
}
.cta-copy > p:not(.eyebrow) {
  color: #d2d9e3;
  max-width: 590px;
}
.location-card {
  position: relative;
  z-index: 3;
  max-width: 1120px;
  margin: -64px auto 0;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 22px 60px rgba(6, 26, 58, 0.17);
  padding: 28px 34px;
  display: grid;
  grid-template-columns: 0.7fr 1fr 1fr;
  gap: 28px;
  align-items: center;
}
.location-top {
  display: flex;
  align-items: center;
  gap: 12px;
}
.location-top span {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--gold);
  color: #fff;
  display: grid;
  place-items: center;
}
.location-top p {
  margin: 0;
  color: var(--gold);
  text-transform: uppercase;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}
.location-card h3 {
  font-family: var(--serif);
  font-size: 1.8rem;
  line-height: 1.1;
  color: var(--navy);
  margin: 0;
}
.location-card address {
  font-style: normal;
  color: #646b75;
  font-size: 0.86rem;
}
.location-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-left: 1px solid #e4ddd4;
  padding-left: 25px;
}
.location-meta p {
  display: flex;
  flex-direction: column;
  margin: 0;
}
.location-meta small {
  color: #92969d;
}
.location-meta strong {
  font-size: 0.76rem;
  color: var(--navy);
}
.location-meta a {
  color: var(--gold);
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  white-space: nowrap;
}
footer {
  padding: 52px max(6vw, 24px) 30px;
  background: #e9edf2;
  color: #687284;
  display: grid;
  grid-template-columns: 270px 1fr auto;
  gap: 34px;
  align-items: center;
  font-size: 0.76rem;
}
footer img {
  width: 255px;
  height: 105px;
  object-fit: contain;
}
footer p {
  margin: 0;
}
footer div {
  display: flex;
  gap: 24px;
  color: var(--navy);
}
footer small {
  grid-column: 1/-1;
  text-align: center;
  border-top: 1px solid rgba(6, 26, 58, 0.1);
  padding-top: 22px;
}
.floating-whatsapp {
  position: fixed;
  z-index: 70;
  right: 24px;
  bottom: 24px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #1fbf66;
  display: grid;
  place-items: center;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.22);
  transition: 0.3s;
}
.floating-whatsapp:hover {
  transform: scale(1.08);
}
.floating-whatsapp svg {
  width: 28px;
  fill: #fff;
}
.lightbox {
  position: fixed;
  z-index: 100;
  inset: 0;
  background: rgba(2, 10, 25, 0.94);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 35px;
}
.lightbox.open {
  display: flex;
}
.lightbox img {
  max-height: 88vh;
  max-width: 90vw;
  object-fit: contain;
}
.lightbox button {
  position: absolute;
  right: 25px;
  top: 15px;
  color: #fff;
  background: none;
  border: 0;
  font-size: 3rem;
  cursor: pointer;
}
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.75s ease,
    transform 0.75s ease;
}
.reveal.visible {
  opacity: 1;
  transform: none;
}
@media (max-width: 1050px) {
  .site-header nav {
    position: fixed;
    inset: 0 0 0 20%;
    background: var(--navy);
    color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 45px;
    transform: translateX(110%);
    transition: 0.4s;
    font-size: 1.05rem;
  }
  .site-header nav.open {
    transform: none;
  }
  .menu-button {
    display: block;
    position: relative;
    z-index: 2;
  }
  .menu-button span {
    display: block;
    width: 27px;
    height: 2px;
    background: #fff;
    margin: 7px auto;
  }
  .positioning,
  .about {
    grid-template-columns: 1fr;
  }
  .collage {
    max-width: 720px;
    width: 100%;
    margin: auto;
  }
  .positioning-copy {
    max-width: 850px;
  }
  .treatment-grid {
    grid-template-columns: 1fr;
  }
  .treatment-card {
    display: grid;
    grid-template-columns: 0.75fr 1fr;
  }
  .treatment-card:nth-child(2) {
    transform: none;
  }
  .treatment-image {
    height: 100%;
    min-height: 340px;
  }
  .method {
    grid-template-columns: 1fr;
  }
  .method-visual {
    max-width: 700px;
  }
  .steps {
    grid-template-columns: 1fr 1fr;
  }
  .step {
    border-bottom: 1px solid #d6cabd;
  }
  .about-photo {
    max-width: 690px;
  }
  .results-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 480px 270px 270px;
  }
  .result-main {
    grid-column: 1/-1;
    grid-row: auto;
  }
  .location-card {
    grid-template-columns: 1fr 1fr;
  }
  .location-meta {
    grid-column: 1/-1;
    border-left: 0;
    border-top: 1px solid #e4ddd4;
    padding: 18px 0 0;
  }
  .section-heading {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  footer {
    grid-template-columns: 1fr;
    text-align: center;
    justify-items: center;
  }
  footer small {
    grid-column: auto;
  }
  .section {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media (max-width: 650px) {
  .site-header {
    position: fixed;
    height: 100px;
    padding: 8px 20px;
    background: rgba(4, 18, 43, 0.88);
    backdrop-filter: blur(13px);
  }
  .brand {
    width: 205px;
    height: 84px;
  }
  .site-header nav {
    inset: 0 0 0 8%;
  }
  .hero {
    min-height: auto;
    padding: 135px 22px 78px;
    align-items: flex-end;
  }
  .hero-background {
    object-position: 63% center;
  }
  .hero-overlay {
    background: linear-gradient(
      90deg,
      rgba(3, 15, 36, 0.94),
      rgba(4, 20, 47, 0.72) 65%,
      rgba(6, 26, 58, 0.35)
    );
  }
  .hero-content {
    padding-top: 230px;
  }
  .hero h1 {
    font-size: clamp(2.4rem, 11vw, 3.4rem);
  }
  .hero-lead {
    font-size: 1rem;
  }
  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }
  .button {
    width: 100%;
  }
  .hero-badge,
  .scroll-cue {
    display: none;
  }
  .section {
    padding: 74px 22px;
  }
  h2 {
    font-size: 2.65rem;
  }
  .collage {
    height: 510px;
  }
  .collage-main {
    width: 66%;
    height: 64%;
    border-radius: 55px 12px;
  }
  .collage-top {
    width: 64%;
    height: 50%;
    border-radius: 12px 55px;
  }
  .collage-small {
    width: 42%;
    height: 28%;
  }
  .collage-seal {
    width: 105px;
    height: 105px;
    left: 42%;
  }
  .positioning-contact {
    grid-template-columns: 40px 1fr;
  }
  .positioning-contact > a {
    grid-column: 1/-1;
    text-align: center;
  }
  .treatment-card {
    display: block;
  }
  .treatment-image {
    height: 270px;
    min-height: 0;
  }
  .treatment-body p {
    min-height: 0;
  }
  .method-visual {
    height: 480px;
  }
  .method-card {
    right: 12px;
    left: 12px;
  }
  .steps {
    grid-template-columns: 1fr;
  }
  .step {
    border-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .about {
    padding-top: 74px;
  }
  .about-photo {
    height: 540px;
  }
  .about-photo > img {
    border-radius: 25px 90px 25px 90px;
  }
  .photo-outline {
    border-radius: 25px 90px 25px 90px;
  }
  .credential {
    right: 10px;
    width: 118px;
    height: 118px;
  }
  .results-grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    margin-right: -22px;
    padding-right: 22px;
  }
  .result-card,
  .result-video {
    min-width: 83vw;
    height: 460px;
    scroll-snap-align: start;
  }
  .testimonial-grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    margin-right: -22px;
    padding-right: 22px;
  }
  .testimonial {
    min-width: 84vw;
    scroll-snap-align: start;
  }
  .testimonial.featured {
    transform: none;
  }
  .final-cta {
    padding-left: 14px;
    padding-right: 14px;
  }
  .cta-panel {
    height: 720px;
    border-radius: 24px;
  }
  .cta-panel > img {
    object-position: 66% center;
  }
  .cta-panel-overlay {
    background: linear-gradient(
      to top,
      rgba(3, 16, 39, 0.98) 0 55%,
      rgba(6, 26, 58, 0.2) 85%
    );
  }
  .cta-copy {
    left: 24px;
    right: 24px;
    top: auto;
    bottom: 32px;
    transform: none;
  }
  .cta-copy h2 {
    font-size: 2.5rem;
  }
  .location-card {
    margin: 18px 0 0;
    grid-template-columns: 1fr;
    padding: 25px;
  }
  .location-meta {
    grid-column: auto;
    display: block;
  }
  .location-meta a {
    display: inline-block;
    margin-top: 15px;
  }
  footer div {
    flex-direction: column;
    gap: 8px;
  }
  .floating-whatsapp {
    right: 16px;
    bottom: 16px;
  }
  .lightbox {
    padding: 14px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
  * {
    animation: none !important;
    transition: none !important;
  }
}

/* Refinamentos finais */
:root {
  --container: 1220px;
}

h1 {
  font-size: clamp(2.55rem, 4vw, 4.45rem);
}

.section,
.hero {
  padding-left: max(24px, calc((100vw - var(--container)) / 2));
  padding-right: max(24px, calc((100vw - var(--container)) / 2));
}

.site-header {
  left: 50%;
  width: min(calc(100% - 48px), var(--container));
  padding-left: 0;
  padding-right: 0;
  transform: translateX(-50%);
}

.brand {
  width: 315px;
  height: 112px;
}

.hero-content {
  max-width: 680px;
}

.hero-badge {
  right: max(24px, calc((100vw - var(--container)) / 2));
  width: 168px;
  height: 168px;
  padding: 24px 20px;
  overflow: hidden;
  text-align: center;
  background: rgba(4, 24, 56, 0.78);
  border-color: rgba(255, 255, 255, 0.68);
  box-shadow:
    0 0 0 8px rgba(255, 255, 255, 0.13),
    0 18px 45px rgba(0, 0, 0, 0.24);
}

.hero-badge small,
.hero-badge span,
.hero-badge strong {
  display: block;
  width: 100%;
  max-width: 124px;
  margin-inline: auto;
  text-align: center;
  white-space: normal;
}

.hero-badge small {
  margin-bottom: 3px;
}

.hero-badge strong {
  font-size: 1.35rem;
  line-height: 1.1;
  margin-bottom: 6px;
}

.hero-badge span {
  font-size: 0.56rem;
  line-height: 1.45;
  letter-spacing: 0.1em;
}

.scroll-cue {
  left: max(24px, calc((100vw - var(--container)) / 2));
}

.section-heading,
.treatment-grid,
.results-grid,
.results-disclaimer,
.cta-panel,
.location-card {
  max-width: var(--container);
}

.treatments {
  background-image: url("assets/clinica-fundo-v2.png");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.treatments-overlay {
  background: linear-gradient(
      120deg,
      rgba(4, 22, 51, 0.84),
      rgba(8, 42, 83, 0.7)
    ),
    radial-gradient(circle at 90% 0, rgba(188, 138, 53, 0.2), transparent 30%);
}

.treatment-image {
  height: 310px;
}

.treatment-image img {
  object-position: center 38%;
}

.testimonial-carousel {
  position: relative;
  max-width: var(--container);
  margin: auto;
  padding: 0 58px;
}

.testimonial-viewport {
  overflow: hidden;
  padding: 18px 0 24px;
}

.testimonial-track {
  display: flex;
  gap: 20px;
  transition: transform 0.62s cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: transform;
}

.testimonial-track .testimonial {
  flex: 0 0 calc((100% - 40px) / 3);
  min-width: 0;
}

.testimonial.featured {
  transform: none;
}

.testimonial-arrow {
  position: absolute;
  z-index: 3;
  top: 50%;
  width: 42px;
  height: 42px;
  padding: 0;
  transform: translateY(-50%);
  border: 1px solid rgba(6, 26, 58, 0.14);
  border-radius: 50%;
  background: #fff;
  color: var(--navy);
  box-shadow: 0 10px 25px rgba(6, 26, 58, 0.1);
  cursor: pointer;
  transition: 0.25s ease;
}

.testimonial-arrow:hover {
  background: var(--navy);
  color: #fff;
}

.testimonial-prev {
  left: 0;
}

.testimonial-next {
  right: 0;
}

.location-card {
  grid-template-columns: 0.8fr 0.85fr 1.1fr 1.25fr;
  padding: 32px 40px;
  gap: 34px;
}

.location-card > * + * {
  position: relative;
}

.location-card > * + *::before {
  content: "";
  position: absolute;
  left: -18px;
  top: 8%;
  bottom: 8%;
  width: 1px;
  background: #e4ddd4;
}

.location-meta {
  padding-left: 0;
  border-left: 0;
}

.site-footer {
  padding: 58px max(24px, calc((100vw - var(--container)) / 2)) 28px;
  display: block;
  background: radial-gradient(
      circle at 8% 20%,
      rgba(188, 138, 53, 0.12),
      transparent 22%
    ),
    linear-gradient(140deg, #eef1f5, #e4e9f0);
}

.footer-inner {
  width: 100%;
  max-width: var(--container);
  margin: auto;
  display: grid;
  grid-template-columns: 1.4fr 0.75fr 0.95fr 0.45fr;
  align-items: start;
  gap: 52px;
}

.footer-brand img {
  width: 285px;
  height: 116px;
  object-fit: contain;
}

.footer-brand p {
  max-width: 340px;
  margin: 8px 0 0;
}

.footer-nav,
.footer-legal,
.footer-social {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 9px;
}

.footer-inner strong {
  margin-bottom: 7px;
  color: var(--navy);
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-nav a,
.footer-legal a,
.footer-legal button {
  padding: 0;
  border: 0;
  background: none;
  color: #566174;
  font-size: 0.75rem;
  cursor: pointer;
  transition: color 0.2s ease;
}

.footer-nav a:hover,
.footer-legal a:hover,
.footer-legal button:hover {
  color: var(--gold);
}

.footer-social a {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 50%;
  background: var(--navy);
  color: #fff;
  transition: 0.25s ease;
}

.footer-social a:hover {
  transform: translateY(-3px);
  background: var(--gold);
}

.footer-social svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.footer-social .instagram-dot {
  fill: currentColor;
  stroke: none;
}

.site-footer > small {
  display: block;
  max-width: var(--container);
  margin: 40px auto 0;
  padding-top: 22px;
  border-top: 1px solid rgba(6, 26, 58, 0.1);
  text-align: center;
}

.legal-modal {
  position: fixed;
  z-index: 200;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(2, 11, 27, 0.82);
  backdrop-filter: blur(8px);
}

.legal-modal[hidden] {
  display: none;
}

.legal-dialog {
  position: relative;
  width: min(760px, 100%);
  max-height: min(760px, 88vh);
  overflow-y: auto;
  border: 1px solid rgba(188, 138, 53, 0.35);
  border-radius: 24px;
  background: radial-gradient(
      circle at 100% 0,
      rgba(188, 138, 53, 0.13),
      transparent 28%
    ),
    #fbf7f1;
  box-shadow: 0 35px 90px rgba(0, 0, 0, 0.38);
}

.legal-content {
  padding: 54px 58px;
}

.legal-content h2 {
  margin-bottom: 26px;
  color: var(--navy);
  font-size: clamp(2.2rem, 4vw, 3.25rem);
}

.legal-content h3 {
  margin: 28px 0 8px;
  color: var(--navy);
  font-family: var(--serif);
  font-size: 1.25rem;
}

.legal-content p {
  color: #5f6671;
}

.legal-updated {
  margin: 32px 0 0;
  padding-top: 20px;
  border-top: 1px solid #e1d7ca;
  font-size: 0.76rem;
}

.legal-close {
  position: sticky;
  z-index: 2;
  top: 16px;
  float: right;
  width: 42px;
  height: 42px;
  margin: 16px 16px -58px 0;
  border: 0;
  border-radius: 50%;
  background: var(--navy);
  color: #fff;
  font-size: 1.55rem;
  line-height: 1;
  cursor: pointer;
}

body.modal-open {
  overflow: hidden;
}

@media (max-width: 1050px) {
  .testimonial-track .testimonial {
    flex-basis: calc((100% - 20px) / 2);
  }

  .location-card {
    grid-template-columns: 1fr 1fr;
  }

  .location-card > * + *::before {
    display: none;
  }

  .location-meta {
    grid-column: 1/-1;
    border-top: 1px solid #e4ddd4;
    padding-top: 18px;
  }

  .footer-inner {
    grid-template-columns: 1.3fr 0.7fr 0.9fr;
  }

  .footer-social {
    grid-column: 1/-1;
    flex-direction: row;
    align-items: center;
  }
}

@media (max-width: 650px) {
  .site-header {
    width: 100%;
    padding: 8px 20px;
  }

  .brand {
    width: 235px;
    height: 88px;
  }

  .hero h1 {
    font-size: clamp(2.2rem, 10vw, 3rem);
  }

  .treatments {
    background-attachment: scroll;
  }

  .testimonial-carousel {
    padding: 0 44px;
  }

  .testimonial-track .testimonial {
    flex-basis: 100%;
    min-width: 100%;
  }

  .testimonial-arrow {
    width: 36px;
    height: 36px;
  }

  .location-card {
    grid-template-columns: 1fr;
  }

  .location-meta {
    grid-column: auto;
  }

  .footer-inner {
    grid-template-columns: 1fr 1fr;
    gap: 36px 24px;
    text-align: left;
  }

  .footer-brand,
  .footer-social {
    grid-column: 1/-1;
  }

  .footer-brand img {
    width: 260px;
    margin: auto;
  }

  .footer-brand p {
    margin-inline: auto;
    text-align: center;
  }

  .footer-social {
    justify-content: center;
  }

  .legal-content {
    padding: 48px 26px 34px;
  }
}

/* Ajustes responsivos v5 */
.site-header .brand {
  margin-left: -24px;
}

.hero-mobile,
.cta-mobile {
  display: none;
}

.treatments-overlay {
  background: linear-gradient(
      120deg,
      rgba(4, 22, 51, 0.87),
      rgba(8, 42, 83, 0.74)
    ),
    radial-gradient(circle at 90% 0, rgba(188, 138, 53, 0.2), transparent 30%);
}

.method-visual::before,
.method-visual::after {
  display: none !important;
}

.method-visual > img {
  opacity: 1;
  filter: none;
  mix-blend-mode: normal;
}

@media (min-width: 2500px) {
  .hero .hero-background {
    inset: 4% 0 auto;
    height: 100%;
    object-position: center 62%;
  }
}

@media (max-width: 650px) {
  .site-header .brand {
    margin-left: -18px;
  }

  .hero {
    min-height: 1280px;
    margin-top: 100px;
    padding: 30px 22px 64px;
    align-items: flex-start;
    background: var(--navy);
  }

  .hero-desktop,
  .cta-desktop {
    display: none;
  }

  .hero .hero-mobile {
    display: block;
    inset: auto 0 0;
    width: 100%;
    height: 60%;
    object-fit: cover;
    object-position: center bottom;
  }

  .hero-overlay {
    background: linear-gradient(
      to bottom,
      rgba(3, 15, 36, 0.98) 0 46%,
      rgba(4, 20, 47, 0.8) 57%,
      rgba(6, 26, 58, 0.1) 78%,
      rgba(6, 26, 58, 0.03) 100%
    );
  }

  .hero-content {
    padding-top: 0;
    max-width: 100%;
  }

  .hero h1 {
    font-size: clamp(2.1rem, 9.4vw, 2.8rem);
  }

  .hero-lead {
    font-size: 0.96rem;
    line-height: 1.65;
  }

  .results-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: none;
    gap: 16px;
    margin: 0;
    padding: 0;
    overflow: visible;
  }

  .result-main {
    grid-column: auto;
    grid-row: auto;
  }

  .result-card,
  .result-video {
    width: 100%;
    min-width: 0;
    height: 430px;
    scroll-snap-align: none;
  }

  .cta-panel {
    height: 1000px;
    background: var(--navy);
  }

  .cta-panel > .cta-mobile {
    display: block;
    inset: auto 0 0;
    width: 100%;
    height: 66%;
    object-fit: cover;
    object-position: center bottom;
  }

  .cta-panel-overlay {
    background: linear-gradient(
      to bottom,
      rgba(3, 16, 39, 0.99) 0 42%,
      rgba(6, 26, 58, 0.78) 54%,
      rgba(6, 26, 58, 0.08) 78%,
      transparent 100%
    );
  }

  .cta-copy {
    top: 42px;
    right: 24px;
    bottom: auto;
    left: 24px;
    transform: none;
  }
}

/* Correções finais de alinhamento e navegação */
.site-header .brand {
  margin-left: -36px;
}

.method-visual > img {
  opacity: 1;
  filter: brightness(0.92) contrast(1.22) saturate(1.16);
}

@media (max-width: 650px) {
  .site-header {
    left: 0;
    transform: none;
  }

  .site-header .brand {
    margin-left: -28px;
  }

  .site-header nav {
    position: fixed;
    inset: 100px 14px auto;
    width: auto;
    max-height: calc(100dvh - 116px);
    overflow-y: auto;
    padding: 20px 24px 24px;
    gap: 0;
    align-items: stretch;
    justify-content: flex-start;
    border: 1px solid rgba(221, 185, 110, 0.22);
    border-top: 0;
    border-radius: 0 0 18px 18px;
    background: rgba(4, 18, 43, 0.98);
    box-shadow: 0 24px 55px rgba(0, 0, 0, 0.32);
    backdrop-filter: blur(16px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-16px);
    transition:
      opacity 0.25s ease,
      transform 0.25s ease,
      visibility 0.25s ease;
  }

  .site-header nav.open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
  }

  .site-header nav > a {
    width: 100%;
    padding: 14px 2px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  }

  .site-header nav > a:last-child {
    margin-top: 16px;
    padding: 14px 18px;
    border-bottom: 0;
    text-align: center;
  }

  .menu-button {
    z-index: 55;
    flex: 0 0 auto;
  }

  .hero {
    min-height: 1180px;
  }

  .hero .hero-mobile {
    inset: auto auto 0 -18%;
    width: 112%;
    height: 60%;
    object-position: center bottom;
  }
}

/* Correção do enquadramento da capa */
@media (min-width: 2500px) {
  .hero .hero-background {
    inset: 4% 0 auto;
    height: 100%;
    transform: none;
    object-position: center top;
  }
}

@media (max-width: 650px) {
  .hero {
    min-height: 1120px;
    margin-top: 0;
    padding-top: 130px;
  }

  .hero .hero-mobile {
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% bottom;
  }
}

/* Ajustes de acabamento: moldura do planejamento e capa mobile */
.method-visual::before {
  content: "";
  display: block !important;
  position: absolute;
  inset: -14px 20px 20px -14px;
  z-index: 0;
  border: 1px solid var(--gold);
  border-radius: 110px 18px 110px 18px;
  pointer-events: none;
}

.method-visual::after {
  display: none !important;
}

.method-visual > img {
  position: relative;
  z-index: 1;
}

@media (max-width: 650px) {
  .method-visual::before {
    inset: -10px 14px 14px -10px;
  }

  .hero .hero-mobile {
    inset: 18% 0 auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% bottom;
  }
}

/* Títulos extensos sem comprometer a grade responsiva */
.long-section-title {
  max-width: 820px;
  font-size: clamp(2.35rem, 3.65vw, 4rem);
  text-wrap: balance;
  overflow-wrap: normal;
}

@media (max-width: 980px) {
  .long-section-title {
    max-width: 760px;
  }
}

@media (max-width: 650px) {
  .long-section-title {
    font-size: clamp(2.15rem, 10.5vw, 2.65rem);
    line-height: 1.08;
  }
}

/* Mesmo enquadramento da Hero na seção de próximo passo */
@media (max-width: 650px) {
  .cta-panel {
    height: 1120px;
  }

  .cta-panel > .cta-mobile {
    display: block;
    inset: 18% 0 auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% bottom;
  }
}
