:root {
  --ink: #0a2e43;
  --ink-soft: #18495a;
  --teal: #078b9c;
  --aqua: #25c7cc;
  --mint: #a8e7cb;
  --leaf: #74b84f;
  --gold: #f1c76b;
  --coral: #ef816f;
  --cream: #fbf8ef;
  --white: #ffffff;
  --mist: #eefaf7;
  --line: rgba(10, 46, 67, 0.14);
  --shadow: 0 22px 60px rgba(10, 46, 67, 0.16);
  --shadow-soft: 0 14px 36px rgba(10, 46, 67, 0.1);
  --shadow-4d: 0 32px 90px rgba(7, 139, 156, 0.2), 0 14px 34px rgba(10, 46, 67, 0.14);
  --whatsapp: #1fba63;
  --whatsapp-dark: #128c4a;
  --radius: 8px;
  --max: 1180px;
  --header: 86px;
  font-family: "Segoe UI", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(238, 250, 247, 0.94), rgba(255, 255, 255, 0.96) 34%),
    linear-gradient(120deg, rgba(241, 199, 107, 0.08), transparent 28%, rgba(239, 129, 111, 0.08) 78%, transparent),
    radial-gradient(circle at 12% 12%, rgba(37, 199, 204, 0.12), transparent 28%),
    radial-gradient(circle at 88% 20%, rgba(168, 231, 203, 0.18), transparent 32%);
  line-height: 1.6;
  min-width: 320px;
}

body.nav-open {
  overflow: hidden;
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: -60px;
  z-index: 1000;
  background: var(--ink);
  color: var(--white);
  padding: 10px 14px;
  border-radius: var(--radius);
  transition: top 0.2s ease;
}

.skip-link:focus {
  top: 16px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  min-height: var(--header);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.84));
  border-bottom: 1px solid rgba(10, 46, 67, 0.1);
  box-shadow: 0 14px 36px rgba(10, 46, 67, 0.06);
  backdrop-filter: blur(18px);
}

.nav-wrap {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  min-height: var(--header);
  display: flex;
  align-items: center;
  gap: 20px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 210px;
}

.brand-logo {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid rgba(255, 255, 255, 0.88);
  box-shadow: 0 14px 32px rgba(8, 139, 156, 0.3), 0 0 0 8px rgba(168, 231, 203, 0.18);
  background: var(--white);
}

.brand-text {
  display: grid;
  gap: 0;
  line-height: 1.1;
}

.brand-name {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.26rem;
  font-weight: 700;
  color: var(--ink);
}

.brand-subtitle {
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
}

.main-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 4px;
}

.main-nav a {
  position: relative;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  padding: 8px 10px;
  border-radius: var(--radius);
  color: var(--ink-soft);
  font-weight: 700;
  font-size: 0.94rem;
  transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.main-nav a:hover,
.main-nav a:focus-visible,
.main-nav a.active {
  color: var(--ink);
  background: rgba(168, 231, 203, 0.36);
  transform: translateY(-1px);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  margin-left: auto;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  color: var(--ink);
  cursor: pointer;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-soft);
}

.nav-toggle span,
.nav-toggle span::before,
.nav-toggle span::after {
  content: "";
  width: 21px;
  height: 2px;
  border-radius: 4px;
  background: currentColor;
  display: block;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.nav-toggle span::before {
  transform: translateY(-7px);
}

.nav-toggle span::after {
  transform: translateY(5px);
}

.nav-toggle[aria-expanded="true"] span {
  transform: rotate(45deg);
}

.nav-toggle[aria-expanded="true"] span::before {
  opacity: 0;
}

.nav-toggle[aria-expanded="true"] span::after {
  transform: translateY(-2px) rotate(-90deg);
}

.container {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
}

.section {
  padding: 76px 0;
}

.section.compact {
  padding: 48px 0;
}

.section.mist {
  background:
    linear-gradient(135deg, rgba(238, 250, 247, 0.95), rgba(255, 255, 255, 0.92)),
    repeating-linear-gradient(90deg, rgba(8, 139, 156, 0.05) 0 1px, transparent 1px 84px);
}

.section.deep {
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(10, 46, 67, 0.97), rgba(7, 139, 156, 0.94)),
    linear-gradient(45deg, rgba(168, 231, 203, 0.12), transparent 45%);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  color: var(--teal);
  font-weight: 800;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0;
}

.eyebrow::before {
  content: "";
  width: 32px;
  height: 2px;
  border-radius: 10px;
  background: linear-gradient(90deg, var(--leaf), var(--aqua));
}

h1,
h2,
h3,
h4 {
  color: var(--ink);
  margin: 0;
  line-height: 1.12;
}

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
}

h1 {
  font-size: 4.8rem;
  max-width: 820px;
}

h2 {
  font-size: 3.15rem;
  max-width: 820px;
}

h3 {
  font-size: 1.18rem;
}

p {
  margin: 0;
}

.lead {
  font-size: 1.16rem;
  color: rgba(10, 46, 67, 0.78);
  max-width: 720px;
}

.section.deep h2,
.section.deep h3,
.section.deep .eyebrow {
  color: var(--white);
}

.section.deep .lead,
.section.deep p {
  color: rgba(255, 255, 255, 0.8);
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - var(--header));
  display: flex;
  align-items: center;
  padding: 64px 0 46px;
}

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

.hero::before {
  inset: 0;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.82), rgba(238, 250, 247, 0.72) 52%, rgba(37, 199, 204, 0.18)),
    linear-gradient(45deg, transparent 0 28%, rgba(241, 199, 107, 0.12) 28% 29%, transparent 29% 100%),
    repeating-linear-gradient(135deg, rgba(10, 46, 67, 0.035) 0 1px, transparent 1px 62px);
}

.hero::after {
  width: 52vw;
  max-width: 720px;
  min-width: 320px;
  height: 52vw;
  max-height: 720px;
  min-height: 320px;
  right: -14vw;
  top: 8vh;
  border-radius: 50%;
  border: 1px solid rgba(7, 139, 156, 0.12);
  background: conic-gradient(from 140deg, rgba(168, 231, 203, 0.42), rgba(37, 199, 204, 0.2), rgba(241, 199, 107, 0.18), rgba(168, 231, 203, 0.42));
  filter: blur(1px);
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(330px, 0.78fr);
  gap: 56px;
  align-items: center;
}

.hero-copy {
  display: grid;
  gap: 24px;
}

.doctor-credential {
  width: fit-content;
  display: grid;
  gap: 3px;
  padding: 13px 16px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(238, 250, 247, 0.64));
  box-shadow: 0 18px 44px rgba(7, 139, 156, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(16px);
}

.doctor-credential span {
  color: var(--teal);
  font-size: 0.88rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}

.doctor-credential strong {
  color: var(--ink);
  font-size: 1.02rem;
}

.hero-actions,
.cta-actions,
.form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 18px;
  border-radius: var(--radius);
  border: 1px solid transparent;
  cursor: pointer;
  font-weight: 800;
  color: var(--ink);
  background: var(--white);
  box-shadow: 0 12px 28px rgba(10, 46, 67, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.42);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 22px 44px rgba(10, 46, 67, 0.2);
}

.button.primary {
  color: var(--white);
  background: linear-gradient(135deg, var(--teal), var(--aqua));
}

.button.secondary {
  border-color: rgba(10, 46, 67, 0.18);
  background: rgba(255, 255, 255, 0.72);
}

.button.gold {
  color: var(--ink);
  background: linear-gradient(135deg, var(--gold), #ffe5a3);
}

.button.text {
  min-height: auto;
  padding: 0;
  border: 0;
  box-shadow: none;
  background: transparent;
  color: var(--teal);
}

.hero-panel {
  position: relative;
  min-height: 560px;
  perspective: 1200px;
}

.hero-panel.portrait-hero {
  min-height: 610px;
}

.aura-card {
  position: absolute;
  inset: 20px 0 80px;
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.76), rgba(238, 250, 247, 0.96)),
    linear-gradient(45deg, rgba(37, 199, 204, 0.12), transparent);
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow-4d);
  transform: rotateY(-9deg) rotateX(5deg) translateZ(0);
}

.aura-card::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 22px;
  border: 1px solid rgba(8, 139, 156, 0.18);
}

.aura-card::after {
  content: "";
  position: absolute;
  inset: 44px;
  border-radius: 24px;
  border: 1px solid rgba(241, 199, 107, 0.24);
  box-shadow: inset 0 0 44px rgba(37, 199, 204, 0.12);
}

.hero-logo {
  position: absolute;
  width: min(74%, 410px);
  aspect-ratio: 1;
  left: 50%;
  top: 46%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  object-fit: cover;
  background: var(--white);
  box-shadow: 0 34px 80px rgba(7, 139, 156, 0.32), 0 0 0 16px rgba(255, 255, 255, 0.9), 0 0 0 24px rgba(168, 231, 203, 0.16);
  animation: floatLogo 7s ease-in-out infinite;
}

.hero-logo-mini {
  width: 112px;
  left: auto;
  right: 22px;
  top: 90px;
  transform: none;
  z-index: 3;
  border: 5px solid rgba(255, 255, 255, 0.92);
  box-shadow: 0 22px 52px rgba(7, 139, 156, 0.28), 0 0 0 12px rgba(168, 231, 203, 0.18);
  animation: floatMiniLogo 6s ease-in-out infinite;
}

.doctor-portrait {
  position: absolute;
  z-index: 1;
  overflow: hidden;
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.86), rgba(238, 250, 247, 0.72));
  box-shadow: var(--shadow-4d);
}

.doctor-portrait::before {
  content: "";
  position: absolute;
  inset: 12px;
  z-index: 1;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 20px;
}

.doctor-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% center;
  filter: saturate(1.05) contrast(1.02);
}

.hero-portrait {
  width: min(86%, 450px);
  height: 540px;
  right: 28px;
  top: 38px;
  transform: rotateY(-7deg) rotateX(3deg);
}

.floating-note {
  position: absolute;
  z-index: 2;
  display: grid;
  gap: 4px;
  width: min(220px, 48%);
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.84);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow-soft), inset 0 1px 0 rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(16px);
}

.floating-note strong {
  color: var(--ink);
  font-size: 0.98rem;
}

.floating-note span {
  color: rgba(10, 46, 67, 0.7);
  font-size: 0.88rem;
}

.floating-note.top {
  left: -6px;
  top: 82px;
}

.floating-note.bottom {
  right: 10px;
  bottom: 26px;
}

.portrait-hero .floating-note.top {
  left: -14px;
  top: 108px;
}

.portrait-hero .floating-note.bottom {
  right: -2px;
  bottom: 32px;
}

.doctor-showcase {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.78), rgba(238, 250, 247, 0.9)),
    radial-gradient(circle at 22% 16%, rgba(241, 199, 107, 0.18), transparent 34%);
  box-shadow: var(--shadow-4d);
}

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

.doctor-showcase::before {
  inset: 18px;
  z-index: 2;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: inset 0 0 48px rgba(37, 199, 204, 0.12);
}

.doctor-showcase::after {
  width: 240px;
  height: 240px;
  right: -70px;
  bottom: -70px;
  border-radius: 50%;
  background: conic-gradient(from 140deg, rgba(37, 199, 204, 0.24), rgba(168, 231, 203, 0.28), rgba(241, 199, 107, 0.2), rgba(37, 199, 204, 0.24));
  filter: blur(1px);
}

.doctor-showcase img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
  object-position: 58% center;
}

.stats-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 24px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
  box-shadow: 0 20px 52px rgba(7, 139, 156, 0.12);
}

.stat {
  padding: 18px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.88), rgba(238, 250, 247, 0.72));
}

.stat strong {
  display: block;
  color: var(--teal);
  font-size: 1.42rem;
  line-height: 1;
}

.stat span {
  color: rgba(10, 46, 67, 0.68);
  font-weight: 700;
  font-size: 0.9rem;
}

.section-head {
  display: grid;
  gap: 14px;
  margin-bottom: 34px;
}

.section-head.center {
  text-align: center;
  justify-items: center;
}

.grid {
  display: grid;
  gap: 22px;
}

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

.grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid.four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.card {
  position: relative;
  min-height: 100%;
  padding: 24px;
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(247, 253, 251, 0.78));
  border: 1px solid rgba(10, 46, 67, 0.1);
  box-shadow: var(--shadow-soft), inset 0 1px 0 rgba(255, 255, 255, 0.82);
  overflow: hidden;
  transform-style: preserve-3d;
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, var(--teal), var(--leaf), var(--gold), var(--coral));
}

.card:hover {
  transform: translateY(-8px) rotateX(2deg);
  box-shadow: var(--shadow-4d);
  border-color: rgba(7, 139, 156, 0.22);
}

.card h3 {
  margin-bottom: 10px;
}

.section.deep .card h3 {
  color: var(--ink);
}

.section.deep .card p,
.section.deep .card li {
  color: rgba(10, 46, 67, 0.72);
}

.card p,
.card li {
  color: rgba(10, 46, 67, 0.72);
}

.icon-badge {
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--white);
  font-weight: 900;
  background: linear-gradient(135deg, var(--teal), var(--leaf));
  box-shadow: 0 12px 24px rgba(7, 139, 156, 0.18);
}

.feature-list,
.plain-list {
  list-style: none;
  padding: 0;
  margin: 16px 0 0;
  display: grid;
  gap: 10px;
}

.feature-list li,
.plain-list li {
  position: relative;
  padding-left: 26px;
}

.feature-list li::before,
.plain-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--leaf), var(--aqua));
  box-shadow: 0 0 0 4px rgba(168, 231, 203, 0.34);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.78fr);
  gap: 46px;
  align-items: center;
}

.split.reverse {
  grid-template-columns: minmax(320px, 0.78fr) minmax(0, 0.92fr);
}

.visual-panel {
  position: relative;
  min-height: 420px;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.72);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.58), rgba(238, 250, 247, 0.92)),
    repeating-linear-gradient(135deg, rgba(7, 139, 156, 0.1) 0 2px, transparent 2px 34px);
  box-shadow: var(--shadow-4d);
}

.visual-panel.logo-center {
  display: grid;
  place-items: center;
}

.visual-panel.logo-center img {
  width: min(74%, 340px);
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 28px 56px rgba(7, 139, 156, 0.25);
}

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

.visual-panel::before {
  width: 78%;
  height: 78%;
  left: -18%;
  bottom: -26%;
  border-radius: 44%;
  background: linear-gradient(135deg, rgba(116, 184, 79, 0.34), rgba(37, 199, 204, 0.22));
}

.visual-panel::after {
  width: 56%;
  height: 56%;
  right: -14%;
  top: -14%;
  border-radius: 46%;
  border: 30px solid rgba(255, 255, 255, 0.48);
}

.timeline {
  display: grid;
  gap: 18px;
  counter-reset: step;
}

.timeline-item {
  position: relative;
  padding: 22px 22px 22px 72px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}

.timeline-item::before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  left: 22px;
  top: 22px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  font-weight: 900;
  background: linear-gradient(135deg, var(--teal), var(--aqua));
}

.page-hero {
  position: relative;
  overflow: hidden;
  padding: 78px 0 58px;
  background:
    linear-gradient(120deg, rgba(238, 250, 247, 0.96), rgba(255, 255, 255, 0.9)),
    repeating-linear-gradient(135deg, rgba(10, 46, 67, 0.04) 0 1px, transparent 1px 72px);
}

.page-hero::after {
  right: 9%;
  bottom: -120px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  border: 36px solid rgba(37, 199, 204, 0.12);
}

.page-hero .container {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 16px;
}

.breadcrumb {
  color: var(--teal);
  font-weight: 800;
  font-size: 0.9rem;
}

.doctor-panel {
  display: grid;
  gap: 18px;
  padding: 28px;
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(10, 46, 67, 0.98), rgba(8, 139, 156, 0.92));
  color: var(--white);
  box-shadow: var(--shadow);
}

.profile-panel {
  align-content: start;
}

.profile-photo,
.side-doctor-photo {
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 20px 48px rgba(10, 46, 67, 0.22);
}

.profile-photo {
  aspect-ratio: 4 / 3;
  margin-bottom: 6px;
}

.profile-photo img,
.side-doctor-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% center;
}

.side-doctor-photo {
  aspect-ratio: 4 / 3;
  margin-bottom: 22px;
  border-color: rgba(10, 46, 67, 0.1);
  box-shadow: 0 18px 42px rgba(7, 139, 156, 0.16);
}

.doctor-panel h3,
.doctor-panel p {
  color: var(--white);
}

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

.meta-box {
  padding: 14px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.meta-box span {
  display: block;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

.meta-box strong {
  color: var(--white);
  font-size: 1rem;
}

.treatment-tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.tag {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 5px 10px;
  border-radius: 999px;
  color: var(--ink);
  background: rgba(168, 231, 203, 0.52);
  border: 1px solid rgba(10, 46, 67, 0.08);
  font-size: 0.84rem;
  font-weight: 800;
}

.info-band {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 30px;
  border-radius: var(--radius);
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(10, 46, 67, 0.98), rgba(7, 139, 156, 0.94)),
    linear-gradient(90deg, rgba(241, 199, 107, 0.2), transparent);
  box-shadow: var(--shadow);
}

.info-band h2,
.info-band p {
  color: var(--white);
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(360px, 1fr);
  gap: 28px;
  align-items: start;
}

.contact-card,
.form-card {
  padding: 28px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}

.contact-stack {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.contact-row {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 12px;
  align-items: start;
}

.contact-row .icon-badge {
  width: 44px;
  height: 44px;
  margin: 0;
  font-size: 0.9rem;
}

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

.field {
  display: grid;
  gap: 7px;
}

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

label {
  color: var(--ink);
  font-weight: 800;
  font-size: 0.92rem;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid rgba(10, 46, 67, 0.16);
  border-radius: var(--radius);
  background: var(--white);
  color: var(--ink);
  padding: 12px 13px;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

textarea {
  min-height: 126px;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 4px rgba(37, 199, 204, 0.16);
}

.form-message {
  display: none;
  margin-top: 16px;
  padding: 13px 14px;
  border-radius: var(--radius);
  color: #0d5739;
  background: rgba(168, 231, 203, 0.52);
  border: 1px solid rgba(13, 87, 57, 0.18);
  font-weight: 800;
}

.form-message.show {
  display: block;
}

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

.faq-item {
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}

.faq-question {
  width: 100%;
  min-height: 62px;
  border: 0;
  background: transparent;
  color: var(--ink);
  display: grid;
  grid-template-columns: 1fr 36px;
  gap: 14px;
  align-items: center;
  padding: 18px 20px;
  cursor: pointer;
  text-align: left;
  font-weight: 900;
}

.faq-question span:last-child {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(168, 231, 203, 0.54);
  color: var(--teal);
  font-size: 1.32rem;
  transition: transform 0.2s ease;
}

.faq-question[aria-expanded="true"] span:last-child {
  transform: rotate(45deg);
}

.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.24s ease;
}

.faq-answer > div {
  overflow: hidden;
}

.faq-answer p {
  padding: 0 20px 20px;
  color: rgba(10, 46, 67, 0.72);
}

.faq-question[aria-expanded="true"] + .faq-answer {
  grid-template-rows: 1fr;
}

.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 120;
  display: grid;
  justify-items: end;
  gap: 12px;
}

.whatsapp-panel {
  display: grid;
  gap: 9px;
  width: min(260px, calc(100vw - 44px));
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(238, 250, 247, 0.88));
  box-shadow: 0 24px 62px rgba(10, 46, 67, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.84);
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px) scale(0.96);
  transform-origin: bottom right;
  transition: opacity 0.2s ease, transform 0.2s ease;
  backdrop-filter: blur(16px);
}

.whatsapp-float.is-open .whatsapp-panel {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.whatsapp-panel a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 48px;
  padding: 11px 13px;
  border-radius: var(--radius);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(10, 46, 67, 0.1);
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(10, 46, 67, 0.08);
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.whatsapp-panel a::after {
  content: "WA";
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: linear-gradient(135deg, var(--whatsapp), var(--whatsapp-dark));
  font-size: 0.72rem;
}

.whatsapp-panel a:hover,
.whatsapp-panel a:focus-visible {
  transform: translateX(-2px);
  border-color: rgba(31, 186, 99, 0.34);
}

.whatsapp-toggle {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  align-items: center;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  color: var(--white);
  background: linear-gradient(135deg, var(--whatsapp), var(--whatsapp-dark));
  box-shadow: 0 14px 30px rgba(31, 186, 99, 0.36), 0 0 0 7px rgba(31, 186, 99, 0.12);
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
  animation: whatsappBlink 1.35s ease-in-out infinite;
}

.whatsapp-toggle:hover,
.whatsapp-toggle:focus-visible {
  transform: translateY(-3px);
  filter: brightness(1.05);
  box-shadow: 0 18px 40px rgba(31, 186, 99, 0.44), 0 0 0 9px rgba(31, 186, 99, 0.16);
}

.whatsapp-icon {
  width: 34px;
  height: 34px;
  color: var(--white);
  filter: drop-shadow(0 2px 4px rgba(10, 46, 67, 0.22));
}

.site-footer {
  color: rgba(255, 255, 255, 0.8);
  background:
    linear-gradient(135deg, #08283b, #0a5665),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px 64px);
  padding-bottom: 78px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.8fr 0.8fr 0.9fr;
  gap: 26px;
  padding: 54px 0 34px;
}

.site-footer h3,
.site-footer h4,
.site-footer strong {
  color: var(--white);
}

.footer-logo {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 14px;
  border: 3px solid rgba(255, 255, 255, 0.3);
}

.footer-links {
  list-style: none;
  display: grid;
  gap: 9px;
  margin: 14px 0 0;
  padding: 0;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--mint);
}

.footer-bottom {
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
  font-size: 0.9rem;
}

body.reveal-ready [data-reveal] {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

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

@keyframes floatLogo {
  0%,
  100% {
    transform: translate(-50%, -50%) translateY(0);
  }

  50% {
    transform: translate(-50%, -50%) translateY(-14px);
  }
}

@keyframes floatMiniLogo {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }

  50% {
    transform: translateY(-10px) rotate(2deg);
  }
}

@keyframes whatsappBlink {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
    box-shadow: 0 14px 30px rgba(31, 186, 99, 0.36), 0 0 0 7px rgba(31, 186, 99, 0.12);
  }

  50% {
    opacity: 0.74;
    transform: scale(1.08);
    box-shadow: 0 18px 42px rgba(31, 186, 99, 0.5), 0 0 0 13px rgba(31, 186, 99, 0.06);
  }
}

@media (max-width: 1040px) {
  h1 {
    font-size: 3.8rem;
  }

  h2 {
    font-size: 2.55rem;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .main-nav {
    position: fixed;
    inset: var(--header) 0 auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 16px;
    background: rgba(255, 255, 255, 0.97);
    border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow);
  }

  body.nav-open .main-nav {
    display: flex;
  }

  .main-nav a {
    justify-content: center;
  }

  .hero-grid,
  .split,
  .split.reverse,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .hero-panel {
    min-height: 480px;
  }

  .hero-panel.portrait-hero {
    min-height: 560px;
  }

  .hero-portrait {
    width: min(72%, 430px);
    height: 500px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }

  .hero-logo-mini {
    right: calc(50% - 226px);
  }

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

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

@media (max-width: 720px) {
  :root {
    --header: 74px;
  }

  h1 {
    font-size: 2.72rem;
  }

  h2 {
    font-size: 2.18rem;
  }

  .lead {
    font-size: 1.04rem;
  }

  .container,
  .nav-wrap {
    width: min(100% - 24px, var(--max));
  }

  .brand {
    min-width: auto;
  }

  .brand-logo {
    width: 50px;
    height: 50px;
  }

  .brand-name {
    font-size: 1.05rem;
  }

  .brand-subtitle {
    font-size: 0.68rem;
  }

  .section {
    padding: 54px 0;
  }

  .hero {
    min-height: auto;
    padding: 44px 0 40px;
  }

  .hero-grid {
    gap: 34px;
  }

  .hero-panel {
    min-height: 430px;
  }

  .hero-panel.portrait-hero {
    min-height: 500px;
  }

  .aura-card {
    inset: 12px 0 72px;
    transform: none;
  }

  .hero-portrait {
    width: min(86%, 360px);
    height: 430px;
    top: 28px;
    transform: translateX(-50%);
  }

  .hero-logo-mini {
    width: 86px;
    right: calc(50% - 178px);
    top: 62px;
  }

  .doctor-showcase {
    min-height: 430px;
  }

  .doctor-showcase img {
    min-height: 430px;
  }

  .floating-note {
    width: min(210px, 56%);
  }

  .floating-note.top {
    left: 2px;
    top: 30px;
  }

  .floating-note.bottom {
    right: 2px;
    bottom: 18px;
  }

  .stats-strip,
  .grid.two,
  .grid.three,
  .grid.four,
  .doctor-meta,
  .form-grid,
  .info-band,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .info-band {
    padding: 24px;
  }

  .contact-layout {
    gap: 18px;
  }

  .contact-card,
  .form-card,
  .card {
    padding: 20px;
  }

  .page-hero {
    padding: 58px 0 42px;
  }

  .visual-panel {
    min-height: 330px;
  }

  .footer-bottom {
    display: grid;
  }

  .whatsapp-float {
    right: 12px;
    bottom: 12px;
  }

  .whatsapp-toggle {
    width: 50px;
    height: 50px;
  }

  .whatsapp-panel {
    width: min(246px, calc(100vw - 24px));
  }
}

@media (max-width: 430px) {
  h1 {
    font-size: 2.34rem;
  }

  h2 {
    font-size: 1.92rem;
  }

  .brand-text {
    max-width: 170px;
  }

  .hero-actions,
  .cta-actions,
  .form-actions {
    align-items: stretch;
  }

  .button {
    width: 100%;
  }

  .hero-panel {
    min-height: 320px;
  }

  .hero-panel.portrait-hero {
    min-height: 390px;
  }

  .floating-note {
    display: none;
  }

  .hero-logo {
    width: min(78%, 280px);
    top: 50%;
  }

  .hero-logo-mini {
    width: 72px;
    right: 16px;
    top: 28px;
  }

  .hero-portrait {
    width: min(92%, 320px);
    height: 354px;
    top: 18px;
  }

  .doctor-showcase {
    min-height: 360px;
  }

  .doctor-showcase img {
    min-height: 360px;
  }
}

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