:root {
  --bg: #fdfcf9;
  --surface: #ffffff;
  --card: #ffffff;
  --text: #1a140f;
  --muted: #665c52;
  --white: #ffffff;
  --line: rgba(26, 20, 15, 0.08);
  --brand: #826437;
  --brand2: #dfc08d;
  --brand-ink: #2b2210;
  --pastel: #f9f6f0;
  --accent: #e8d5b5;
  --shadow: 0 22px 60px rgba(43, 34, 16, 0.08);
  --shadow-soft: 0 10px 30px rgba(43, 34, 16, 0.04);
  --radius: 20px;
  --max: 1200px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Inter', ui-sans-serif, system-ui, -apple-system, sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
}

h1,
h2,
h3,
.brand__name,
.brand-font {
  font-family: 'Playfair Display', serif;
}

a {
  color: inherit;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: 3px solid rgba(212, 175, 55, .45);
  outline-offset: 3px;
}

.container {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 18px;
}

.top-bar {
  position: relative;
  z-index: 101;
  color: rgba(255, 255, 255, .88);
  background: #120d09;
  font-size: 12px;
}

.top-bar__inner {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.top-bar a {
  color: inherit;
  text-decoration: none;
  transition: color .15s ease;
}

.top-bar a:hover {
  color: var(--brand2);
}

.top-bar__address,
.top-bar__social,
.top-bar__social a {
  display: flex;
  align-items: center;
}

.top-bar__address {
  gap: 8px;
}

.top-bar__address > span:first-child {
  color: var(--brand2);
  font-size: 8px;
}

.top-bar__social {
  gap: 24px;
}

.top-bar__social a {
  gap: 7px;
}

.top-bar__social span {
  color: rgba(255, 255, 255, .56);
}

.top-bar__social strong {
  font-weight: 700;
}

.header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(251, 247, 240, .88);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(212, 175, 55, .22);
  transition: background 0.3s ease, box-shadow 0.3s ease;
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
  gap: 14px;
  transition: padding 0.3s ease;
}

.header--scrolled .header__inner {
  padding: 8px 0;
}

.header--scrolled {
  background: rgba(251, 247, 240, 0.97);
  box-shadow: 0 4px 20px rgba(43, 34, 16, 0.08);
}

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

.brand__mark {
  width: 52px;
  height: 52px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  font-weight: 900;
  color: var(--brand-ink);
  background: linear-gradient(135deg, var(--brand), var(--brand2));
  box-shadow: 0 14px 40px rgba(212, 175, 55, .22);
}

.brand__mark--clinic {
  width: 140px;
  height: 60px;
  padding: 3px 7px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(43, 34, 16, .1);
}

.brand__mark--clinic img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.header .brand__mark--clinic + span {
  display: none;
}

.brand__name {
  display: block;
  font-weight: 900;
  line-height: 1.05;
  font-size: 22px;
}

.brand__sub {
  display: block;
  font-size: 12px;
  color: var(--muted);
  margin-top: 2px;
}

.nav {
  display: flex;
  align-items: center;
  gap: 18px;
}

.nav a {
  font-size: 14px;
  text-decoration: none;
  color: rgba(43, 29, 20, .90);
  padding: 10px 12px;
  border-radius: 999px;
  border: 1px solid transparent;
  transition: background-color .12s ease, border-color .12s ease, transform .12s ease;
}

.nav a:hover {
  background: rgba(212, 175, 55, .10);
  border-color: rgba(212, 175, 55, .22);
  transform: translateY(-1px);
}

.nav a[href*="blog"],
.nav a[href$="#duvidas"] {
  display: none;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  border-radius: 14px;
  font-weight: 800;
  text-decoration: none;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, .92);
  transition: transform .12s ease, box-shadow .12s ease, background-color .12s ease, border-color .12s ease;
}

.btn:hover {
  transform: translateY(-1px);
  box-shadow: var(--shadow-soft);
}

.btn--primary {
  border: none;
  color: var(--brand-ink);
  background: linear-gradient(135deg, var(--brand), var(--brand2));
  box-shadow: 0 14px 40px rgba(212, 175, 55, .22);
}

.hero {
  position: relative;
  padding: 64px 0 32px;
  background:
    radial-gradient(900px 420px at 10% 5%, rgba(212, 175, 55, .14), transparent 55%),
    radial-gradient(900px 420px at 90% 5%, rgba(245, 197, 66, .12), transparent 55%),
    linear-gradient(to bottom, rgba(43, 29, 20, .04), rgba(255, 255, 255, 1) 60%);
}

.hero--split {
  padding: 80px 0;
  overflow: hidden;
}

.hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr);
  gap: clamp(30px, 5vw, 64px);
  align-items: center;
}

.hero__content .h1 {
  font-size: clamp(38px, 4.2vw, 66px);
}

.kicker {
  font-size: 13px;
  font-weight: 900;
  color: rgba(43, 29, 20, .86);
  letter-spacing: .04em;
  text-transform: uppercase;
  display: none;
}

.h1 {
  margin: 10px 0 0;
  font-size: clamp(38px, 6vw, 72px);
  line-height: 1.02;
  letter-spacing: -.04em;
}

.h2 {
  margin: 0;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.08;
  letter-spacing: -.03em;
}

.h3 {
  margin: 0;
  font-size: 18px;
}

.lead {
  margin: 16px 0 0;
  font-size: 17px;
  line-height: 1.7;
  color: rgba(60, 41, 29, .88);
  max-width: 60ch;
}

.small {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.hero__cta {
  margin-top: 22px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.hero__image-wrapper {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
  display: none;
}

.hero__image-wrapper--massage {
  min-height: 500px;
  background:
    radial-gradient(380px 220px at 30% 25%, rgba(255, 255, 255, .26), transparent 60%),
    radial-gradient(520px 300px at 70% 70%, rgba(223, 192, 141, .36), transparent 66%),
    linear-gradient(135deg, rgba(43, 34, 16, .92), rgba(130, 100, 55, .78));
}

.hero__placeholder {
  min-height: 500px;
  display: grid;
  place-content: center;
  text-align: center;
  padding: 34px;
  color: #fff;
}

.hero__placeholder span {
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  opacity: .84;
}

.hero__placeholder strong {
  display: block;
  margin-top: 10px;
  font-family: 'Playfair Display', serif;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1;
}

.hero__placeholder small {
  display: block;
  margin-top: 14px;
  opacity: .78;
}

.hero__image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, var(--bg) 0%, transparent 20%);
  pointer-events: none;
}

.panel {
  border: 1px solid rgba(60, 41, 29, .14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .85);
  box-shadow: var(--shadow);
  padding: 20px;
}

.panel--floating {
  max-width: var(--max);
  margin: -34px auto 0;
  position: relative;
  z-index: 2;
}

.panel__title {
  font-weight: 900;
  margin: 0 0 12px;
}

.grid2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.chip {
  padding: 14px;
  border-radius: 16px;
  border: 1px solid rgba(60, 41, 29, .14);
  background: rgba(255, 255, 255, .92);
  text-decoration: none;
  font-weight: 800;
}

.chip:hover {
  background: #fff;
  border-color: rgba(212, 175, 55, .35);
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  align-items: center;
}

.split--compact {
  margin-top: 16px;
}

.box {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--pastel);
  padding: 16px;
}

.box h3,
.box ul {
  margin-top: 0;
}

.box ul {
  margin-bottom: 0;
  padding-left: 20px;
  color: var(--muted);
}

.section {
  padding: 56px 0;
}

.section--light {
  background: rgba(43, 29, 20, .03);
}

.clinic-hero {
  padding: 68px 0;
}

.clinic-hero__grid,
.clinic-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .88fr);
  gap: 48px;
  align-items: center;
}

.clinic-hero__media {
  position: relative;
  min-height: 500px;
  border-radius: 32px 8px 32px 8px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.clinic-hero__media img,
.clinic-intro__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.clinic-hero__badge {
  position: absolute;
  right: 22px;
  bottom: 22px;
  max-width: 240px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 16px;
  color: #fff;
  background: rgba(18, 13, 9, .78);
  backdrop-filter: blur(8px);
  font-size: 13px;
  line-height: 1.5;
}

.clinic-intro__image {
  min-height: 420px;
  border-radius: 26px;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}

.clinic-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 28px;
}

.clinic-feature {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--surface);
}

.clinic-feature__number {
  display: block;
  margin-bottom: 8px;
  color: var(--brand);
  font: 700 28px/1 'Playfair Display', serif;
}

.clinic-feature h3 {
  margin: 0 0 6px;
  font-size: 18px;
}

.clinic-feature p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.trust-professional__grid {
  display: grid;
  grid-template-columns: minmax(320px, .85fr) minmax(0, 1.15fr);
  gap: 44px;
  align-items: center;
}

.trust-professional__media {
  min-height: 520px;
  overflow: hidden;
  border-radius: 28px 8px 28px 8px;
  box-shadow: var(--shadow);
}

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

.trust-professional__points {
  display: grid;
  gap: 10px;
  margin: 24px 0;
}

.trust-professional__points > div {
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 14px;
  display: grid;
  gap: 3px;
  background: var(--surface);
}

.trust-professional__points strong {
  font-family: 'Playfair Display', serif;
}

.trust-professional__points span {
  color: var(--muted);
  font-size: 13px;
}

.internal-silo {
  margin: 30px 0;
  padding: 22px;
  border: 1px solid rgba(130, 100, 55, .2);
  border-radius: 20px;
  background: var(--pastel);
}

.internal-silo__eyebrow {
  color: var(--brand);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.internal-silo h2 {
  margin: 6px 0 8px;
}

.internal-silo p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.internal-silo ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 24px;
  margin: 18px 0 0;
  padding-left: 20px;
}

.internal-silo a,
.silo-grid a {
  color: var(--brand);
  font-weight: 700;
  text-decoration: none;
}

.internal-silo a:hover,
.silo-grid a:hover {
  text-decoration: underline;
}

.silo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.silo-grid a {
  min-height: 64px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 14px;
  display: flex;
  align-items: center;
  background: var(--surface);
}

.clinic-gallery {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 210px;
  gap: 14px;
  margin-top: 28px;
}

.clinic-gallery figure {
  position: relative;
  grid-column: span 4;
  margin: 0;
  overflow: hidden;
  border-radius: 22px;
  background: var(--pastel);
}

.clinic-gallery figure:nth-child(1),
.clinic-gallery figure:nth-child(6) {
  grid-column: span 8;
}

.clinic-gallery figure:nth-child(1) {
  grid-row: span 2;
}

.clinic-gallery figure:nth-child(2),
.clinic-gallery figure:nth-child(3) {
  grid-row: span 1;
}

.clinic-gallery img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .45s ease;
}

.clinic-gallery figure:hover img {
  transform: scale(1.035);
}

.clinic-gallery figcaption {
  position: absolute;
  right: 12px;
  bottom: 12px;
  left: 12px;
  padding: 10px 12px;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(135deg, rgba(18, 13, 9, .88), rgba(18, 13, 9, .58));
  font-size: 12px;
  font-weight: 600;
}

.p {
  margin: 12px 0 0;
  color: rgba(60, 41, 29, .88);
  line-height: 1.75;
  max-width: 75ch;
}

.cards {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  width: 100%;
}

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

.card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 20px;
  background: #fff;
  text-decoration: none;
  box-shadow: var(--shadow-soft);
  transition: all .3s ease;
  display: flex;
  flex-direction: column;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
  border-color: var(--brand);
}

.card__visual {
  width: 100%;
  aspect-ratio: 16/10;
  border-radius: 16px;
  margin-bottom: 20px;
  display: grid;
  place-items: center;
  color: #fff;
  font-family: 'Playfair Display', serif;
  font-size: 34px;
  font-weight: 800;
  background:
    radial-gradient(280px 180px at 20% 20%, rgba(255, 255, 255, .28), transparent 60%),
    linear-gradient(135deg, rgba(43, 34, 16, .95), rgba(130, 100, 55, .72));
  display: none;
}

.card__image {
  max-width: 100%;
  width: 100%;
  height: 190px;
  margin-bottom: 20px;
  border-radius: 16px;
  display: block;
  object-fit: cover;
}

.card__k {
  font-size: 11px;
  font-weight: 800;
  color: var(--brand);
  letter-spacing: .1em;
  text-transform: uppercase;
}

.card__t {
  margin: 6px 0 0;
  font-size: 22px;
  font-weight: 800;
}

.card__d {
  margin: 12px 0 0;
  font-size: 14px;
  line-height: 1.6;
  color: var(--muted);
  flex-grow: 1;
}

.card__more {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 800;
  color: var(--text);
  display: flex;
  align-items: center;
  gap: 8px;
}

.card__more::after {
  content: '→';
}

.features-grid {
  display: grid;
  gap: 20px;
}

.feature-item {
  display: flex;
  gap: 15px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
}

.feature-item > div:first-child {
  color: var(--brand);
  font-size: 24px;
  font-weight: 900;
}

.procedure {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  align-items: center;
}

.procedure__media {
  border-radius: 26px;
  border: 1px dashed rgba(212, 175, 55, .35);
  background:
    radial-gradient(680px 260px at 10% 10%, rgba(212, 175, 55, .18), transparent 62%),
    radial-gradient(680px 260px at 90% 10%, rgba(245, 197, 66, .14), transparent 62%),
    linear-gradient(180deg, rgba(43, 29, 20, .04), rgba(255, 255, 255, 1));
  box-shadow: var(--shadow-soft);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(60, 41, 29, .72);
  font-weight: 900;
  letter-spacing: .04em;
}

.procedure__body {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.proc-box {
  border-radius: 30px;
  border: 1px solid rgba(212, 175, 55, .20);
  background: var(--pastel);
  box-shadow: 0 18px 50px rgba(30, 20, 14, .08);
  padding: 22px;
}

.proc-acc {
  margin-top: 4px;
}

.proc-acc details {
  border: 1px solid rgba(60, 41, 29, .14);
  border-radius: 20px;
  padding: 14px;
  background: rgba(255, 255, 255, .92);
}

.proc-acc details + details {
  margin-top: 10px;
}

.proc-acc summary {
  cursor: pointer;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.proc-acc summary:after {
  content: '▾';
  color: rgba(72, 50, 36, .70);
  font-weight: 900;
}

.proc-acc details[open] summary:after {
  content: '▴';
}

.proc-acc details p {
  margin: 10px 0 0;
  color: rgba(60, 41, 29, .88);
  line-height: 1.8;
}

.cta-dark {
  background: linear-gradient(180deg, rgba(16, 10, 7, .97), rgba(30, 20, 14, .92));
  color: #fff;
  border-top: 1px solid rgba(212, 175, 55, .22);
}

.cta-dark .h2 {
  color: #fff;
}

.cta-dark .p {
  color: rgba(255, 255, 255, .84);
}

.cta-dark .panel {
  background: rgba(255, 255, 255, .96);
  color: var(--text);
}

.narrow {
  max-width: 820px;
}

.promotion-section {
  background: linear-gradient(135deg, #f6ead7 0%, #fffaf3 55%, #f3e2c7 100%);
}

.promotion {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
  align-items: center;
  gap: clamp(28px, 5vw, 64px);
}

.promotion__media {
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(130, 100, 55, .22);
  box-shadow: var(--shadow);
  background: #fff;
}

.promotion__media img {
  display: block;
  width: 100%;
  height: auto;
}

.promotion__eyebrow {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--brand);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.promotion__list {
  margin: 22px 0;
  padding: 0;
  list-style: none;
}

.promotion__list li {
  position: relative;
  padding-left: 28px;
  color: var(--muted);
}

.promotion__list li + li {
  margin-top: 10px;
}

.promotion__list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--brand);
  font-weight: 900;
}

.promotion__note {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 12px;
}

.contact-section {
  background: #19110b;
  color: #fff;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(420px, 1.2fr);
  gap: clamp(30px, 6vw, 72px);
  align-items: start;
}

.contact-intro .h2 {
  color: #fff;
}

.contact-intro .p {
  color: rgba(255, 255, 255, .75);
}

.contact-benefit {
  display: flex;
  flex-direction: column;
  margin-top: 28px;
  padding: 18px;
  border: 1px solid rgba(223, 192, 141, .25);
  border-radius: 18px;
  color: rgba(255, 255, 255, .72);
}

.contact-benefit strong {
  color: #fff;
}

.whatsapp-form {
  padding: clamp(20px, 4vw, 34px);
  border-radius: 28px;
  background: #fff;
  color: var(--text);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .28);
}

.whatsapp-form--hero {
  position: relative;
  z-index: 1;
  padding: 26px;
  border: 1px solid rgba(130, 100, 55, .16);
  box-shadow: 0 24px 70px rgba(43, 34, 16, .14);
}

.hero-form__heading {
  margin-bottom: 20px;
}

.hero-form__heading .promotion__eyebrow {
  margin-bottom: 5px;
}

.hero-form__heading h2 {
  margin: 0;
  font-size: 26px;
  line-height: 1.15;
}

.hero-form__heading p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.form-field--full {
  grid-column: 1 / -1;
}

.form-field label {
  font-size: 13px;
  font-weight: 800;
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  min-height: 50px;
  border: 1px solid rgba(26, 20, 15, .16);
  border-radius: 13px;
  padding: 12px 14px;
  background: #fff;
  color: var(--text);
  font: inherit;
  transition: border-color .15s ease, box-shadow .15s ease;
}

.form-field textarea {
  min-height: 110px;
  resize: vertical;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: var(--brand);
  outline: none;
  box-shadow: 0 0 0 4px rgba(130, 100, 55, .11);
}

.form-field input:user-invalid,
.form-field select:user-invalid {
  border-color: #b42318;
}

.form-error {
  min-height: 20px;
  margin: 14px 0 0;
  color: #b42318;
  font-size: 13px;
  font-weight: 700;
}

.btn--whatsapp {
  width: 100%;
  min-height: 54px;
  border: 0;
  background: #25d366;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
}

.form-privacy {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 11px;
  text-align: center;
}

.component-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr);
  gap: clamp(30px, 5vw, 64px);
  align-items: center;
}

.component-hero__content {
  min-width: 0;
}

.component-hero__content .h1 {
  font-size: clamp(36px, 4.2vw, 64px);
}

.whatsapp-form--page {
  padding: 26px;
  border: 1px solid rgba(130, 100, 55, .16);
  box-shadow: 0 24px 70px rgba(43, 34, 16, .14);
}

.component-promotion .promotion {
  grid-template-columns: minmax(280px, .78fr) minmax(0, 1.22fr);
}

.component-promotion .promotion__media {
  max-width: 520px;
}

.component-promotion .btn {
  margin-top: 24px;
}

.article-conversion {
  position: relative;
  overflow: hidden;
  padding: 72px 0;
  background:
    radial-gradient(700px 360px at 8% 5%, rgba(223, 192, 141, .2), transparent 65%),
    linear-gradient(145deg, #18110c, #2c1e13);
}

.article-conversion--drenagem {
  background:
    radial-gradient(700px 360px at 8% 5%, rgba(213, 225, 204, .22), transparent 65%),
    linear-gradient(145deg, #111711, #293828);
}

.article-conversion > .container {
  display: grid;
  grid-template-columns: minmax(300px, .82fr) minmax(500px, 1.18fr);
  gap: 24px;
  align-items: stretch;
}

.article-offer {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 28px;
  background: rgba(255, 255, 255, .06);
  color: #fff;
  box-shadow: 0 24px 60px rgba(0, 0, 0, .18);
}

.article-offer__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
  justify-content: flex-start;
  padding: 28px;
  order: 2;
}

.article-offer__copy .h2 {
  color: #fff;
  font-size: clamp(27px, 3vw, 38px);
}

.article-offer__copy .p {
  color: rgba(255, 255, 255, .76);
}

.article-offer__copy .btn {
  margin-top: auto;
  padding-top: 12px;
}

.article-offer__visual {
  order: 1;
  width: 100%;
  max-width: 440px;
  aspect-ratio: 1;
  align-self: center;
  overflow: hidden;
  background: #f6ead7;
}

.article-offer__visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.article-form-wrap {
  min-width: 0;
  display: flex;
}

.whatsapp-form--article {
  width: 100%;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, .12);
  box-shadow: 0 28px 70px rgba(0, 0, 0, .28);
}

.floating-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 110;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 18px;
  border-radius: 999px;
  background: #25d366;
  color: #fff;
  text-decoration: none;
  font-weight: 900;
  box-shadow: 0 18px 36px rgba(37, 211, 102, 0.28);
}

.footer {
  background: #120d09;
  color: #fff;
  padding: 44px 0 28px;
}

.footer__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 40px;
}

.footer .brand__sub,
.footer .small {
  color: rgba(255, 255, 255, .72);
}

.footer-brand {
  margin-bottom: 14px;
}

.article-byline {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.6;
}

.article-byline a {
  color: var(--brand);
  font-weight: 700;
  text-underline-offset: 3px;
}

.promotion__notice {
  margin: 4px 0 18px;
  padding: 12px 14px;
  border-left: 4px solid var(--brand);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--ink);
  font-size: 0.95rem;
  line-height: 1.55;
}

.foot-title {
  font-weight: 900;
  margin-bottom: 12px;
}

.foot-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.foot-list li + li {
  margin-top: 8px;
}

.foot-list a {
  color: rgba(255, 255, 255, .78);
  text-decoration: none;
}

.copy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 34px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, .1);
  color: rgba(255, 255, 255, .58);
  font-size: 12px;
}

.footer-credit {
  margin-left: auto;
  white-space: nowrap;
}

.footer-credit a {
  color: rgba(255, 255, 255, .82);
  font-weight: 700;
  text-decoration: none;
  transition: color .15s ease;
}

.footer-credit a:hover {
  color: var(--brand2);
  text-decoration: underline;
}

@media (max-width: 980px) {
  .nav {
    display: none;
  }

  .hero__grid,
  .clinic-hero__grid,
  .clinic-intro,
  .trust-professional__grid,
  .component-hero,
  .split,
  .procedure,
  .promotion,
  .contact-layout,
  .cards,
  .cards--two {
    grid-template-columns: 1fr;
  }

  .clinic-features {
    grid-template-columns: 1fr;
  }

  .clinic-gallery figure,
  .clinic-gallery figure:nth-child(1),
  .clinic-gallery figure:nth-child(6) {
    grid-column: span 6;
    grid-row: span 1;
  }

  .component-hero {
    max-width: 760px;
  }

  .article-offer {
    grid-template-columns: 1fr;
  }

  .article-conversion > .container {
    grid-template-columns: 1fr;
    max-width: 760px;
  }

  .hero__grid {
    max-width: 760px;
  }

  .hero__image-wrapper--massage,
  .hero__placeholder {
    min-height: 340px;
  }

  .hero__image-overlay {
    background: linear-gradient(to bottom, var(--bg) 0%, transparent 20%);
  }
}

@media (max-width: 620px) {
  .internal-silo ul,
  .silo-grid {
    grid-template-columns: 1fr;
  }

  .top-bar__inner {
    min-height: 0;
    padding-top: 7px;
    padding-bottom: 7px;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
  }

  .top-bar__social span {
    display: none;
  }

  .top-bar__address {
    width: 100%;
    justify-content: center;
    text-align: center;
    font-size: 10px;
  }

  .top-bar__social {
    width: 100%;
    justify-content: center;
    gap: 14px;
  }

  .top-bar__social strong {
    font-size: 11px;
  }

  .card__image {
    height: 160px;
  }

  .copy {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .footer-credit {
    margin-left: 0;
  }

  .header__inner > .btn {
    display: none;
  }

  .brand__mark {
    width: 44px;
    height: 44px;
    border-radius: 14px;
  }

  .brand__mark--clinic {
    width: 108px;
    height: 48px;
    padding: 3px 6px;
    border-radius: 10px;
  }

  .brand__name {
    font-size: 19px;
  }

  .hero--split {
    padding: 56px 0;
  }

  .clinic-hero {
    padding: 48px 0;
  }

  .clinic-hero__media,
  .clinic-intro__image,
  .trust-professional__media {
    min-height: 340px;
  }

  .clinic-gallery {
    grid-auto-rows: 280px;
  }

  .clinic-gallery figure,
  .clinic-gallery figure:nth-child(1),
  .clinic-gallery figure:nth-child(6) {
    grid-column: 1 / -1;
  }

  .grid2 {
    grid-template-columns: 1fr;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .form-field--full {
    grid-column: auto;
  }

  .article-conversion {
    padding: 48px 0;
  }

  .article-offer__copy {
    padding: 22px;
  }

  .panel--floating {
    margin-left: 12px;
    margin-right: 12px;
  }

  .hero__cta .btn,
  .cta-dark .btn {
    width: 100%;
  }

  .floating-whatsapp {
    left: 16px;
    right: 16px;
  }
}
