:root {
  --forest: #173d3a;
  --forest-dark: #102c2a;
  --teal: #178578;
  --mint: #dff1eb;
  --coral: #e58c72;
  --apricot: #f5c9aa;
  --cream: #f7f2ea;
  --paper: #fffdfa;
  --ink: #202726;
  --muted: #65716e;
  --line: rgba(23, 61, 58, 0.14);
  --shadow: 0 28px 80px rgba(16, 44, 42, 0.13);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
}

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

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

p {
  line-height: 1.7;
}

.container {
  width: min(calc(100% - 48px), 1180px);
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 999;
  top: 10px;
  left: 10px;
  padding: 12px 16px;
  border-radius: 10px;
  background: #fff;
  color: var(--forest);
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: none;
}

.insurance-bar {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 7px 16px;
  background: var(--mint);
  color: var(--forest);
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

.insurance-bar .check {
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--teal);
  color: #fff;
}

.insurance-bar a {
  margin-left: 8px;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.header {
  position: sticky;
  z-index: 50;
  top: 0;
  border-bottom: 1px solid transparent;
  background: rgba(255, 253, 250, 0.88);
  backdrop-filter: blur(18px);
  transition: 0.3s;
}

.header.scrolled {
  border-color: var(--line);
  box-shadow: 0 10px 35px rgba(16, 44, 42, 0.07);
}

.nav {
  min-height: 84px;
  display: flex;
  align-items: center;
  gap: 26px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-right: auto;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50% 50% 45% 55%;
  background: var(--forest);
  color: #fff;
  font-family: "Lora", serif;
  font-size: 18px;
  font-style: italic;
}

.brand-logo-mark {
  width: 76px;
  height: 48px;
  overflow: hidden;
  border: 1px solid rgba(23, 61, 58, 0.1);
  border-radius: 12px;
  background: #d3dad6;
  flex: 0 0 76px;
}

.brand-logo-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(2.2);
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-family: "Lora", serif;
  font-size: 18px;
}

.brand small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.desktop-nav {
  display: flex;
  gap: 25px;
  font-size: 13px;
  font-weight: 600;
}

.desktop-nav a {
  position: relative;
}

.desktop-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 1px;
  background: var(--teal);
  transform: scaleX(0);
  transition: transform 0.3s;
}

.desktop-nav a:hover::after {
  transform: scaleX(1);
}

.nav-instagram {
  display: grid;
  place-items: center;
  width: 43px;
  height: 43px;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--forest);
}

.nav-instagram svg,
.instagram-icon svg {
  width: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
}

.nav-instagram .fill,
.instagram-icon .fill {
  fill: currentColor;
  stroke: none;
}

.button {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 14px 22px;
  border: 1px solid var(--forest);
  border-radius: 15px;
  background: var(--forest);
  color: #fff;
  box-shadow: 0 15px 34px rgba(23, 61, 58, 0.16);
  font-size: 15px;
  font-weight: 700;
  transition: 0.35s;
}

.button:hover {
  background: var(--teal);
  border-color: var(--teal);
  transform: translateY(-3px);
}

.button-small {
  min-height: 45px;
  padding: 10px 17px;
  border-radius: 12px;
  font-size: 12px;
}

.menu-toggle,
.mobile-menu {
  display: none;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 76px 0 0;
  background: var(--cream);
}

.hero-orbit {
  position: absolute;
  border: 1px solid rgba(23, 61, 58, 0.11);
  border-radius: 50%;
  pointer-events: none;
}

.orbit-one {
  width: 660px;
  height: 660px;
  top: -230px;
  right: -180px;
}

.orbit-two {
  width: 420px;
  height: 420px;
  top: -110px;
  right: -60px;
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 70px;
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--teal);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eyebrow i {
  width: 32px;
  height: 1px;
  background: currentColor;
}

.eyebrow.dark {
  color: var(--forest);
}

.eyebrow.light {
  color: var(--mint);
}

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

h1,
h2 {
  font-family: "Lora", serif;
  font-weight: 600;
  letter-spacing: -0.04em;
}

h1 {
  max-width: 650px;
  margin: 24px 0;
  color: var(--forest-dark);
  font-size: clamp(60px, 6.1vw, 88px);
  line-height: 0.98;
}

h1 em,
h2 em {
  color: var(--coral);
  font-weight: 500;
}

.hero-copy > p {
  max-width: 540px;
  color: var(--muted);
  font-size: 18px;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 32px;
}

.phone-link {
  display: flex;
  align-items: center;
  gap: 11px;
}

.phone-link > span:first-child {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--teal);
}

.phone-link small,
.phone-link strong {
  display: block;
}

.phone-link small {
  color: var(--muted);
  font-size: 10px;
}

.phone-link strong {
  margin-top: 3px;
  font-size: 14px;
}

.trust-row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 34px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.stars {
  color: #e8a858;
  letter-spacing: 2px;
}

.trust-row p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.4;
}

.trust-row strong {
  color: var(--ink);
}

.hero-visual {
  position: relative;
  min-height: 610px;
}

.portrait-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 72%;
  height: 560px;
  overflow: hidden;
  border-radius: 190px 190px 32px 32px;
  box-shadow: var(--shadow);
}

.portrait-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(16, 44, 42, 0.45));
}

.portrait-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.portrait-caption {
  position: absolute;
  z-index: 2;
  right: 28px;
  bottom: 25px;
  color: #fff;
  text-align: right;
}

.portrait-caption span,
.portrait-caption strong {
  display: block;
}

.portrait-caption span {
  font-size: 10px;
  letter-spacing: 0.13em;
}

.portrait-caption strong {
  margin-top: 4px;
  font-family: "Lora", serif;
  font-size: 20px;
}

.booking-card {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  width: 350px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 26px;
  background: rgba(255, 253, 250, 0.94);
  box-shadow: var(--shadow);
  backdrop-filter: blur(15px);
}

.booking-kicker {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--teal);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.booking-kicker i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #46bd86;
  box-shadow: 0 0 0 5px rgba(70, 189, 134, 0.12);
}

.booking-card h2 {
  margin: 15px 0 22px;
  font-size: 31px;
  line-height: 1.08;
}

.booking-step {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 12px;
  align-items: center;
  padding: 12px 0;
  border-top: 1px solid var(--line);
}

.booking-step > span {
  color: var(--coral);
  font-size: 11px;
  font-weight: 700;
}

.booking-step small,
.booking-step strong {
  display: block;
}

.booking-step small {
  color: var(--muted);
  font-size: 8px;
  letter-spacing: 0.08em;
}

.booking-step strong {
  margin-top: 3px;
  font-size: 13px;
}

.button-full {
  width: 100%;
  margin-top: 18px;
}

.booking-card > p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.4;
}

.booking-card > p span {
  color: var(--teal);
  font-weight: 800;
}

.hero-metrics {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 60px;
  border-top: 1px solid var(--line);
}

.hero-metrics div {
  min-height: 135px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 25px;
  border-right: 1px solid var(--line);
}

.hero-metrics div:first-child {
  border-left: 1px solid var(--line);
}

.hero-metrics strong {
  color: var(--forest);
  font-family: "Lora", serif;
  font-size: 25px;
  line-height: 1;
}

.hero-metrics span {
  margin-top: 9px;
  color: var(--muted);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.section {
  padding: 110px 0;
}

.intro-grid {
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: 110px;
}

.section-heading h2 {
  margin: 22px 0 0;
  color: var(--forest-dark);
  font-size: clamp(45px, 5vw, 69px);
  line-height: 1.03;
}

.intro-copy .lead {
  color: var(--forest);
  font-family: "Lora", serif;
  font-size: 25px;
  line-height: 1.45;
}

.intro-copy > p:not(.lead) {
  color: var(--muted);
}

.credentials {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 32px;
}

.credentials span {
  padding: 13px 14px;
  border: 1px solid var(--line);
  border-radius: 12px;
  color: var(--forest);
  font-size: 11px;
  font-weight: 600;
}

.care {
  background: var(--cream);
}

.section-heading.split {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 55px;
}

.section-heading.split > div {
  max-width: 740px;
}

.section-heading.split > p {
  max-width: 340px;
  color: var(--muted);
}

.care-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.care-card {
  position: relative;
  min-height: 106px;
  display: grid;
  grid-template-columns: 44px 1fr;
  grid-template-rows: auto auto;
  column-gap: 14px;
  align-content: center;
  padding: 16px 18px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: var(--paper);
  transition: 0.35s;
}

.care-card:hover {
  border-color: rgba(23, 133, 120, 0.38);
  transform: translateY(-3px);
  box-shadow: 0 15px 36px rgba(16, 44, 42, 0.08);
}

.care-card.featured,
.care-card.dark {
  background: var(--paper);
  color: var(--ink);
}

.number {
  display: none;
}

.care-icon {
  display: grid;
  place-items: center;
  grid-row: 1 / 3;
  width: 42px;
  height: 42px;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--mint);
  color: var(--teal);
  font-family: "Lora", serif;
  font-size: 18px;
  overflow: hidden;
  background: #d7e5e0;
}

.care-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.care-icon-wide img {
  object-fit: cover;
  transform: scale(1.65);
}

.care-card h3 {
  align-self: end;
  margin: 0 0 3px;
  font-family: "Lora", serif;
  font-size: 21px;
  line-height: 1.2;
}

.care-card p {
  align-self: start;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.4;
}

.care-card a {
  display: none;
}

.insurance {
  background: var(--forest);
  color: #fff;
}

.insurance-grid {
  display: grid;
  grid-template-columns: 0.85fr 1fr;
  gap: 90px;
  align-items: center;
}

.insurance-copy h2 {
  margin: 20px 0;
  font-size: clamp(43px, 5vw, 66px);
  line-height: 1.03;
}

.insurance-copy p {
  max-width: 520px;
  color: #bfd0cc;
}

.button-light {
  margin-top: 18px;
  border-color: #fff;
  background: #fff;
  color: var(--forest);
}

.plans {
  display: grid;
  gap: 12px;
}

.plan {
  min-height: 92px;
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 15px;
  align-items: center;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 19px;
  background: #fff;
  color: var(--forest);
}

.featured-plan {
  background: #fff;
  color: var(--forest);
}

.plan .check {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--mint);
  color: var(--teal);
}

.featured-plan .check {
  background: var(--mint);
  color: var(--teal);
}

.plan small,
.plan strong {
  display: block;
}

.plan small {
  margin-bottom: 4px;
  color: var(--teal);
  font-size: 8px;
  letter-spacing: 0.1em;
}

.proof {
  background: var(--paper);
}

.proof-top {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 30px;
  align-items: center;
}

.google-mark {
  width: 86px;
  height: 86px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(16, 44, 42, 0.1);
  color: #4285f4;
  font-family: Arial, sans-serif;
  font-size: 48px;
  font-weight: 700;
}

.proof-top h2 {
  max-width: 800px;
  margin: 12px 0 0;
  font-size: clamp(42px, 5vw, 66px);
  line-height: 1.05;
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-top: 55px;
}

.proof-card {
  min-height: 270px;
  padding: 27px;
  border-top: 1px solid var(--line);
}

.proof-card > small {
  color: var(--teal);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.13em;
}

.proof-card h3 {
  margin: 35px 0 13px;
  font-family: "Lora", serif;
  font-size: 24px;
}

.proof-card p {
  color: var(--muted);
  font-size: 13px;
}

.google-rating-card {
  border-top-color: var(--coral);
  border-radius: 0 0 22px 22px;
  background: var(--cream);
}

.google-rating-card > strong {
  display: block;
  margin: 24px 0 2px;
  color: var(--forest);
  font-family: "Lora", serif;
  font-size: 68px;
  line-height: 1;
}

.google-rating-card .stars {
  display: block;
  margin-bottom: 20px;
  font-size: 18px;
}

.google-reviews-link {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 45px auto 0;
  padding: 14px 20px;
  border: 1px solid var(--line);
  border-radius: 14px;
  font-size: 13px;
  font-weight: 700;
}

.google-mini {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #fff;
  color: #4285f4;
  box-shadow: 0 3px 12px rgba(16, 44, 42, 0.12);
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.instagram {
  background: var(--mint);
}

.instagram-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: var(--coral);
  color: #fff;
  flex: 0 0 58px;
}

.instagram-heading {
  display: grid;
  grid-template-columns: 58px 1fr auto;
  gap: 22px;
  align-items: center;
  margin-bottom: 50px;
}

.instagram-heading h2 {
  margin: 10px 0 7px;
  color: var(--forest);
  font-size: clamp(44px, 5vw, 66px);
  line-height: 1.03;
}

.instagram-heading p {
  margin: 0;
  color: var(--muted);
}

.instagram-profile {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--forest);
  font-size: 13px;
  font-weight: 700;
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.reels-component {
  position: relative;
  padding: 0 58px;
}

.reels-viewport {
  width: 100%;
  overflow-x: auto;
  border-radius: 26px;
  cursor: grab;
  overscroll-behavior-inline: contain;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.reels-viewport::-webkit-scrollbar {
  display: none;
}

.reels-viewport:active {
  cursor: grabbing;
}

.reels-track {
  display: flex;
  gap: 22px;
}

.reel-card {
  position: relative;
  flex: 0 0 calc((100% - 44px) / 3);
  aspect-ratio: 9 / 16;
  overflow: hidden;
  border-radius: 25px;
  background: var(--forest);
  color: #fff;
  box-shadow: 0 18px 45px rgba(16, 44, 42, 0.16);
  scroll-snap-align: start;
}

.reel-media,
.reel-media img {
  width: 100%;
  height: 100%;
}

.reel-media img {
  object-fit: cover;
  transition: transform 0.55s;
}

.reel-card:hover .reel-media img,
.reel-card:focus-visible .reel-media img {
  transform: scale(1.055);
}

.reel-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(16, 44, 42, 0.05) 28%,
    rgba(16, 44, 42, 0.9)
  );
  transition: background 0.4s;
}

.reel-card:hover .reel-shade {
  background: linear-gradient(
    180deg,
    rgba(16, 44, 42, 0.18),
    rgba(16, 44, 42, 0.94)
  );
}

.reel-top {
  position: absolute;
  z-index: 2;
  top: 20px;
  right: 20px;
  left: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.reel-label {
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 20px;
  background: rgba(16, 44, 42, 0.36);
  backdrop-filter: blur(9px);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.reel-number {
  font-size: 10px;
  font-weight: 700;
}

.reel-play {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.17);
  backdrop-filter: blur(10px);
  transform: translate(-50%, -50%);
  transition: 0.4s;
}

.reel-play svg {
  width: 22px;
}

.reel-card:hover .reel-play {
  background: var(--coral);
  border-color: var(--coral);
  transform: translate(-50%, -50%) scale(1.08);
}

.reel-info {
  position: absolute;
  z-index: 3;
  right: 23px;
  bottom: 23px;
  left: 23px;
}

.reel-info h3 {
  margin-bottom: 15px;
  font-family: "Lora", serif;
  font-size: 22px;
  line-height: 1.25;
}

.reel-watch {
  display: flex;
  justify-content: space-between;
  padding-top: 13px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 12px;
  font-weight: 700;
}

.reels-arrow {
  position: absolute;
  z-index: 5;
  top: calc(50% - 27px);
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fff;
  color: var(--forest);
  box-shadow: 0 12px 34px rgba(16, 44, 42, 0.13);
  cursor: pointer;
  transition: 0.3s;
}

.reels-arrow:hover {
  background: var(--forest);
  color: #fff;
  transform: scale(1.06);
}

.reels-arrow:disabled {
  opacity: 0.35;
  cursor: default;
  transform: none;
}

.reels-arrow svg {
  width: 22px;
}

.reels-prev {
  left: 0;
}

.reels-next {
  right: 0;
}

.reels-pagination {
  min-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 28px;
}

.reels-dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(23, 61, 58, 0.24);
  cursor: pointer;
  transition: 0.35s;
}

.reels-dot[aria-current="true"] {
  width: 28px;
  border-radius: 10px;
  background: var(--forest);
}

.instagram-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  margin-top: 35px;
  color: var(--muted);
  font-size: 14px;
}

.contact {
  background: var(--cream);
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: 90px;
  align-items: center;
}

.contact-copy h2 {
  margin: 22px 0;
  font-size: clamp(48px, 5.2vw, 70px);
  line-height: 1.03;
}

.contact-copy p {
  color: var(--muted);
}

.contact-card {
  padding: 38px;
  border-radius: 28px;
  background: #fff;
  box-shadow: var(--shadow);
}

.contact-row {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 16px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}

.contact-row > span {
  color: var(--coral);
  font-size: 10px;
}

.contact-row small,
.contact-row strong {
  display: block;
}

.contact-row small {
  color: var(--muted);
  font-size: 9px;
  letter-spacing: 0.1em;
}

.contact-row strong,
.contact-row a {
  margin-top: 7px;
  color: var(--forest);
  font-family: "Lora", serif;
  font-size: 22px;
  font-weight: 600;
}

.contact-row p {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 12px;
}

.contact-actions {
  display: flex;
  gap: 12px;
  margin-top: 28px;
}

.button-outline {
  border-color: var(--line);
  background: transparent;
  box-shadow: none;
  color: var(--forest);
}

footer {
  padding: 75px 0 25px;
  background: var(--forest-dark);
  color: #fff;
}

.footer-main {
  display: grid;
  grid-template-columns: 1.6fr repeat(3, 1fr);
  gap: 50px;
}

.footer-brand {
  align-self: start;
}

.footer-brand .brand-mark {
  background: var(--coral);
}

.footer-brand small,
.footer-main p,
.footer-main a {
  color: #b8cbc7;
}

.footer-main > div {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-main > div > small {
  margin-bottom: 8px;
  color: #6f938c;
  font-size: 9px;
  letter-spacing: 0.14em;
}

.footer-main a,
.footer-main p {
  margin: 0;
  font-size: 13px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 58px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #789a94;
  font-size: 10px;
}

.mobile-cta {
  display: none;
}

.phone-float {
  position: fixed;
  z-index: 75;
  right: 24px;
  bottom: 24px;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 50%;
  background: var(--teal);
  color: #fff;
  box-shadow: 0 16px 38px rgba(16, 44, 42, 0.24);
  transition:
    transform 0.3s,
    background 0.3s;
}

.phone-float:hover {
  background: var(--forest);
  transform: translateY(-3px);
}

.phone-float svg {
  width: 27px;
  height: 27px;
}

.button > span:last-child,
.instagram-profile > span:last-child,
.reel-watch > span:last-child,
.google-reviews-link > span:last-child,
.css-arrow {
  width: 16px;
  height: 16px;
  display: inline-block;
  flex: 0 0 16px;
  background: currentColor;
  font-size: 0;
  line-height: 0;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 17 17 7M9 7h8v8' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 17 17 7M9 7h8v8' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    center / contain no-repeat;
}

.css-arrow-up {
  transform: rotate(-45deg);
}

/* Leitura ampliada sem alterar a escala dos títulos */
.hero-copy > p,
.section-heading.split > p,
.insurance-copy p,
.instagram-heading p,
.contact-copy p,
.intro-copy > p:not(.lead) {
  font-size: 18px;
}

.care-card p,
.proof-card p,
.contact-row p {
  font-size: 16px;
}

.credentials span,
.hero-metrics span,
.booking-card > p,
.phone-link small {
  font-size: 13px;
}

.booking-step small,
.plan small {
  font-size: 12px;
}

.booking-step strong,
.phone-link strong,
.plan strong {
  font-size: 16px;
}

.reel-watch,
.instagram-profile,
.google-reviews-link {
  font-size: 14px;
}

.footer-main a,
.footer-main p {
  font-size: 15px;
}

.footer-bottom {
  font-size: 12px;
}

.reveal {
  opacity: 0;
  transform: translateY(25px);
  transition:
    opacity 0.75s,
    transform 0.75s;
}

.reveal.visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 1050px) {
  .desktop-nav,
  .header-cta {
    display: none;
  }

  .menu-toggle {
    width: 44px;
    height: 44px;
    display: block;
    padding: 12px;
    border: 0;
    border-radius: 50%;
    background: var(--forest);
  }

  .menu-toggle span {
    display: block;
    height: 2px;
    margin: 5px 0;
    background: #fff;
  }

  .mobile-menu {
    position: absolute;
    top: 84px;
    right: 24px;
    left: 24px;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 20px;
    background: #fff;
    box-shadow: var(--shadow);
  }

  .mobile-menu.open {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .mobile-menu > a:not(.button) {
    padding: 12px 10px;
    border-bottom: 1px solid var(--line);
  }

  .mobile-menu .button {
    margin-top: 10px;
  }

  .hero-grid,
  .intro-grid,
  .insurance-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    gap: 60px;
  }

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

  .hero-visual {
    min-height: 650px;
  }

  .portrait-wrap {
    width: 68%;
  }

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

  .insurance-grid {
    gap: 55px;
  }

  .contact-grid {
    gap: 55px;
  }

  .reels-component {
    padding: 0 50px;
  }

  .reel-card {
    flex-basis: calc((100% - 20px) / 2);
  }

  .reels-track {
    gap: 20px;
  }

  .footer-main {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 650px) {
  body {
    padding-bottom: 72px;
    font-size: 18px;
  }

  .container {
    width: min(calc(100% - 28px), 1180px);
  }

  .insurance-bar {
    font-size: 10px;
  }

  .insurance-bar a {
    display: none;
  }

  .nav {
    min-height: 74px;
    gap: 10px;
  }

  .brand {
    gap: 8px;
  }

  .brand-mark {
    width: 40px;
    height: 40px;
    font-size: 15px;
  }

  .brand-logo-mark {
    width: 60px;
    height: 40px;
    flex-basis: 60px;
    border-radius: 10px;
  }

  .brand strong {
    font-size: 15px;
  }

  .brand small {
    font-size: 7px;
    letter-spacing: 0.08em;
  }

  .nav-instagram {
    width: 40px;
    height: 40px;
  }

  .menu-toggle {
    width: 40px;
    height: 40px;
  }

  .mobile-menu {
    top: 74px;
    right: 14px;
    left: 14px;
  }

  .hero {
    padding-top: 55px;
  }

  .hero-orbit {
    opacity: 0.6;
  }

  h1 {
    font-size: clamp(51px, 15vw, 68px);
  }

  .hero-copy > p {
    font-size: 17px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-actions .button {
    width: 100%;
  }

  .phone-link {
    justify-content: center;
  }

  .trust-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-visual {
    min-height: 730px;
  }

  .portrait-wrap {
    width: 100%;
    height: 470px;
    border-radius: 150px 150px 26px 26px;
  }

  .booking-card {
    right: 12px;
    bottom: 0;
    left: 12px;
    width: auto;
    padding: 25px;
  }

  .hero-metrics {
    grid-template-columns: 1fr 1fr;
    margin-top: 40px;
  }

  .hero-metrics div {
    min-height: 118px;
    padding: 18px;
    border-bottom: 1px solid var(--line);
  }

  .hero-metrics strong {
    font-size: 21px;
  }

  .section {
    padding: 80px 0;
  }

  .section-heading h2,
  .insurance-copy h2,
  .instagram-heading h2,
  .contact-copy h2,
  .proof-top h2 {
    font-size: clamp(40px, 12vw, 53px);
  }

  .intro-grid {
    gap: 40px;
  }

  .intro-copy .lead {
    font-size: 22px;
  }

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

  .section-heading.split {
    align-items: flex-start;
    flex-direction: column;
    gap: 22px;
    margin-bottom: 38px;
  }

  .care-grid,
  .proof-grid {
    grid-template-columns: 1fr;
  }

  .care-card {
    min-height: 104px;
    padding: 15px 16px;
  }

  .insurance-grid {
    gap: 45px;
  }

  .plan {
    grid-template-columns: 42px 1fr;
    padding: 15px;
  }

  .proof-top {
    grid-template-columns: 50px 1fr;
    gap: 10px;
  }

  .google-mark {
    width: 48px;
    height: 48px;
    border-radius: 15px;
    font-size: 28px;
  }

  .proof-grid {
    gap: 8px;
    margin-top: 24px;
  }

  .proof-card {
    min-height: auto;
    padding: 18px 16px;
  }

  .proof-card h3 {
    margin: 18px 0 8px;
  }

  .google-rating-card > strong {
    margin-top: 17px;
    font-size: 58px;
  }

  .google-rating-card .stars {
    margin-bottom: 12px;
  }

  .google-reviews-link {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .instagram-heading {
    grid-template-columns: 52px 1fr;
    gap: 15px;
    align-items: start;
    margin-bottom: 38px;
  }

  .instagram-icon {
    width: 52px;
    height: 52px;
    flex-basis: 52px;
  }

  .instagram-profile {
    grid-column: 1 / -1;
    margin-left: 67px;
  }

  .reels-component {
    padding: 0 0 62px;
  }

  .reels-track {
    gap: 15px;
  }

  .reel-card {
    flex-basis: 85%;
    border-radius: 22px;
  }

  .reels-arrow {
    top: auto;
    bottom: 0;
    width: 46px;
    height: 46px;
  }

  .reels-prev {
    left: calc(50% - 58px);
  }

  .reels-next {
    right: calc(50% - 58px);
  }

  .reels-pagination {
    min-height: 18px;
    margin-top: 25px;
  }

  .instagram-footer {
    align-items: center;
    flex-direction: column;
    gap: 15px;
    margin-top: 24px;
    text-align: center;
  }

  .instagram-footer .button {
    width: min(100%, 280px);
  }

  .contact-card {
    padding: 24px;
  }

  .contact-row {
    grid-template-columns: 30px 1fr;
  }

  .contact-row strong,
  .contact-row a {
    font-size: 18px;
    overflow-wrap: anywhere;
  }

  .contact-actions {
    flex-direction: column;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .mobile-cta {
    position: fixed;
    z-index: 80;
    right: 10px;
    bottom: 10px;
    left: 10px;
    display: grid;
    grid-template-columns: 0.75fr 1.25fr;
    gap: 8px;
    padding: 7px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 18px;
    background: rgba(255, 253, 250, 0.94);
    box-shadow: 0 16px 45px rgba(16, 44, 42, 0.2);
    backdrop-filter: blur(14px);
  }

  .phone-float {
    z-index: 85;
    right: 16px;
    bottom: 92px;
    width: 54px;
    height: 54px;
  }

  .mobile-cta a {
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border-radius: 12px;
    color: var(--forest);
    font-size: 12px;
    font-weight: 700;
  }

  .mobile-cta a:last-child {
    background: var(--forest);
    color: #fff;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
