:root {
  --oceanic-teal: #46AFA0;
  --bright-mint: #B2EEE5;
  --light-cyan: #E2FFFC;
  --jet-black: #08232A;
  --coral-pink: #F97272;
  --light-coral: #F99192;
  --surface: #ffffff;
  --surface-alt: #f7fdfb;
  --border: rgba(8, 35, 42, 0.08);
  --shadow: 0 24px 60px rgba(8, 35, 42, 0.08);
  --shadow-soft: 0 14px 40px rgba(8, 35, 42, 0.05);
  --shadow-premium: 0 34px 90px rgba(8, 35, 42, 0.13);
  --radius-lg: 32px;
  --radius-md: 24px;
  --radius-sm: 16px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: "DM Sans", sans-serif;
  color: var(--jet-black);
  background: var(--surface);
  line-height: 1.7;
  overflow-x: hidden;
}

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

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

h1,
h2,
h3,
h4,
.navbar-brand strong {
  font-family: "Vastago Grotesk", "DM Sans", sans-serif;
  letter-spacing: -0.02em;
  line-height: 1.1;
}

.section-shell {
  position: relative;
  padding: 8rem 0;
  overflow: hidden;
}

.section-shell + .section-shell {
  border-top: 1px solid rgba(8, 35, 42, 0.06);
}

.container {
  max-width: var(--container);
  width: 100%;
  margin-inline: auto;
  padding-inline: 1.5rem;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  background: rgba(70, 175, 160, 0.14);
  color: var(--oceanic-teal);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.section-heading h2 {
  font-size: clamp(2rem, 3vw, 2.8rem);
  margin-bottom: 1rem;
  max-width: 780px;
}

.section-heading p {
  color: rgba(8, 35, 42, 0.76);
  font-size: 1.05rem;
  max-width: 680px;
}

.section-heading.text-center p {
  margin-inline: auto;
}

.navbar {
  padding: 1.1rem 0;
  transition: background-color 0.25s ease, box-shadow 0.25s ease, padding 0.25s ease, border-color 0.25s ease;
  background: transparent;
  border-bottom: 1px solid transparent;
  z-index: 9999;
}

.navbar.scrolled,
.navbar.is-scrolled,
.navbar.is-menu-open {
  padding: 0.72rem 0;
  border-color: rgba(8, 35, 42, 0.06);
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(22px) saturate(1.18);
  box-shadow: 0 18px 48px rgba(8, 35, 42, 0.08);
}

.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  position: relative;
}

.navbar-brand {
  color: var(--jet-black);
  margin-right: 0;
  padding: 0.65rem 0.8rem;
  border-radius: 20px;
  transition: background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.navbar-brand:hover,
.navbar-brand:focus-visible {
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 12px 32px rgba(8, 35, 42, 0.07);
  transform: translateY(-1px);
}

.brand-logo {
  display: block;
  width: clamp(175px, 18vw, 260px);
  max-width: 100%;
  height: auto;
  max-height: 52px;
  object-fit: contain;
}

.header-panel {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1 1 auto;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 0.25rem;
  padding: 0.35rem;
  border: 1px solid rgba(8, 35, 42, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 18px 46px rgba(8, 35, 42, 0.08);
  backdrop-filter: blur(18px);
}

.site-nav .nav-link {
  position: relative;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  font-weight: 700;
  color: var(--jet-black);
  line-height: 1;
  transition: color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.site-nav .nav-link:hover,
.site-nav .nav-link:focus-visible,
.site-nav .nav-link.active,
.site-nav .nav-link.is-active {
  color: var(--oceanic-teal);
  background: rgba(226, 255, 252, 0.8);
  box-shadow: inset 0 0 0 1px rgba(70, 175, 160, 0.13);
}

.site-nav .nav-link:hover,
.site-nav .nav-link:focus-visible {
  transform: translateY(-1px);
}

.language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 0.15rem;
  padding: 0.2rem;
  border: 1px solid rgba(8, 35, 42, 0.08);
  border-radius: 999px;
  background: rgba(8, 35, 42, 0.05);
}

.language-option {
  min-width: 36px;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: rgba(8, 35, 42, 0.72);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1;
  transition: color 0.2s ease, background-color 0.2s ease;
}

.language-option:hover,
.language-option:focus-visible,
.language-option.active {
  color: #fff;
  background: var(--jet-black);
}

.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid rgba(8, 35, 42, 0.08);
  border-radius: 16px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(70, 175, 160, 0.34), rgba(249, 114, 114, 0.24)) border-box;
  box-shadow: 0 14px 34px rgba(8, 35, 42, 0.1);
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.menu-toggle:hover,
.menu-toggle:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 18px 42px rgba(8, 35, 42, 0.14);
}

.menu-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 999px;
  background: var(--jet-black);
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.navbar.is-menu-open .menu-toggle span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.navbar.is-menu-open .menu-toggle span:nth-child(2) {
  opacity: 0;
}

.navbar.is-menu-open .menu-toggle span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.brand-mark {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--bright-mint), var(--light-cyan));
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.brand-text strong {
  font-weight: 700;
  font-size: 1rem;
}

.brand-text small {
  color: rgba(8, 35, 42, 0.7);
  font-size: 0.72rem;
}

.nav-link {
  font-weight: 500;
  color: var(--jet-black);
}

.nav-link:hover,
.nav-link:focus-visible {
  color: var(--oceanic-teal);
}

.btn {
  border: 0;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.hero-actions .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn i {
  margin-right: 0.55rem;
  font-size: 1rem;
  line-height: 1;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
}

.btn-primary {
  background: linear-gradient(135deg, var(--oceanic-teal), #2f8f86);
  color: #fff;
  box-shadow: 0 14px 30px rgba(70, 175, 160, 0.24);
}

.btn-outline {
  border: 1px solid rgba(8, 35, 42, 0.15);
  background: rgba(255, 255, 255, 0.7);
  color: var(--jet-black);
}

.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.72) 0 44%, rgba(255, 255, 255, 0.34) 44% 100%),
    radial-gradient(circle at 12% 10%, rgba(178, 238, 229, 0.58), transparent 28rem),
    radial-gradient(circle at 88% 18%, rgba(249, 114, 114, 0.17), transparent 24rem),
    linear-gradient(135deg, rgba(226, 255, 252, 0.98), rgba(255, 255, 255, 0.98) 54%, rgba(247, 253, 251, 0.98));
  padding-top: 8rem;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 7rem 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(70, 175, 160, 0.22), transparent);
}

.hero-curve {
  position: absolute;
  inset: auto 0 0 auto;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  border: 1px solid rgba(70, 175, 160, 0.18);
  transform: translate(30%, 32%);
}

.hero .container,
.page-hero .container {
  position: relative;
  z-index: 1;
}

.hero h1 {
  font-size: clamp(2.4rem, 5vw, 4.4rem);
  max-width: 700px;
  margin-bottom: 1.2rem;
  text-wrap: balance;
}

.hero .lead {
  font-size: 1.18rem;
  color: rgba(8, 35, 42, 0.75);
  max-width: 620px;
  margin-bottom: 2rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1.4rem;
}

.hero-trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  max-width: 660px;
  margin-top: 1.6rem;
}

.hero-trust-grid div {
  min-height: 92px;
  padding: 1rem;
  border: 1px solid rgba(8, 35, 42, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.62);
  backdrop-filter: blur(16px);
  box-shadow: 0 12px 30px rgba(8, 35, 42, 0.05);
}

.hero-trust-grid span,
.service-kicker,
.authority-label,
.profile-image-caption span,
.hero-credential-card span,
.contact-cta-strip span {
  display: block;
  color: var(--oceanic-teal);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  line-height: 1.2;
  text-transform: uppercase;
}

.hero-trust-grid strong {
  display: block;
  margin-top: 0.45rem;
  color: var(--jet-black);
  font-size: 0.94rem;
  line-height: 1.25;
}

.hero-copy {
  min-width: 0;
}

.hero-visual {
  position: relative;
  padding: 0.85rem;
  border-radius: var(--radius-lg);
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(70, 175, 160, 0.42), rgba(249, 114, 114, 0.3)) border-box;
  border: 1px solid transparent;
  box-shadow: var(--shadow-premium);
}

.hero-visual::before,
.hero-visual::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  z-index: -1;
}

.hero-visual::before {
  width: 150px;
  height: 150px;
  background: rgba(70, 175, 160, 0.16);
  bottom: -20px;
  left: -20px;
}

.hero-visual::after {
  width: 200px;
  height: 200px;
  background: rgba(249, 114, 114, 0.1);
  top: -20px;
  right: -20px;
}

.hero-visual img {
  width: 100%;
  border-radius: calc(var(--radius-lg) - 8px);
  object-fit: cover;
  height: auto;
  min-height: 360px;
  max-height: 720px;
}

.hero-credential-card {
  position: absolute;
  right: clamp(0.8rem, 2vw, 1.4rem);
  bottom: clamp(0.8rem, 2vw, 1.4rem);
  width: min(280px, calc(100% - 1.6rem));
  padding: 1rem 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 44px rgba(8, 35, 42, 0.16);
}

.hero-credential-card strong {
  display: block;
  margin-top: 0.35rem;
  font-size: 1rem;
  line-height: 1.2;
}

.about-section .image-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(70, 175, 160, 0.32), rgba(249, 114, 114, 0.22)) border-box;
  padding: 1rem;
  border: 1px solid transparent;
}

.home-profile-section {
  background:
    linear-gradient(90deg, rgba(226, 255, 252, 0.5) 0 38%, #ffffff 38% 100%),
    repeating-linear-gradient(90deg, rgba(8, 35, 42, 0.03) 0 1px, transparent 1px 92px);
}

.home-profile-section::before {
  content: "";
  position: absolute;
  inset: 4rem auto 4rem 0;
  width: min(40vw, 520px);
  border-right: 1px solid rgba(70, 175, 160, 0.16);
  background: linear-gradient(180deg, rgba(178, 238, 229, 0.22), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.home-profile-section .container {
  position: relative;
  z-index: 1;
}

.about-section .image-card img {
  width: 100%;
  height: auto;
  max-height: 560px;
  object-fit: cover;
  border-radius: calc(var(--radius-lg) - 10px);
}

.about-section .image-card .presentation-image {
  height: min(680px, 72vh);
  max-height: none;
  object-fit: contain;
  object-position: center top;
  background: var(--surface-alt);
}

.profile-image-caption {
  position: absolute;
  left: 2rem;
  right: 2rem;
  bottom: 2rem;
  padding: 1rem 1.15rem;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 42px rgba(8, 35, 42, 0.12);
}

.profile-image-caption strong {
  display: block;
  margin-top: 0.25rem;
  font-size: 1.03rem;
  line-height: 1.2;
}

.profile-proof-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
  margin-top: 1.4rem;
}

.profile-proof-row div {
  padding: 1rem;
  border: 1px solid rgba(70, 175, 160, 0.16);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: var(--shadow-soft);
}

.profile-proof-row strong,
.profile-proof-row span {
  display: block;
}

.profile-proof-row strong {
  color: var(--jet-black);
  font-size: 1.02rem;
  line-height: 1.2;
}

.profile-proof-row span {
  margin-top: 0.25rem;
  color: rgba(8, 35, 42, 0.68);
  font-size: 0.92rem;
  line-height: 1.35;
}

.shadow-soft {
  box-shadow: var(--shadow-soft);
}

.about-highlights {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.about-tag-card {
  min-height: 64px;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(8, 35, 42, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.8);
  color: var(--jet-black);
  box-shadow: var(--shadow-soft);
}

.about-tag-card i {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: rgba(70, 175, 160, 0.14);
  color: var(--oceanic-teal);
  font-size: 1rem;
}

.about-tag-card h3 {
  margin: 0;
  font-size: 1rem;
  line-height: 1.2;
}

.about-tag-link {
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.about-tag-link:hover,
.about-tag-link:focus-visible {
  color: var(--jet-black);
  transform: translateY(-2px);
  box-shadow: var(--shadow);
}

.highlight-card,
.service-card,
.benefit-card,
.testimonial-card,
.contact-card {
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  background: var(--surface);
  box-shadow: var(--shadow-soft);
}

.highlight-card {
  padding: 1.2rem;
}

.highlight-card h3,
.service-card h3,
.benefit-card h3,
.testimonial-card h3,
.contact-card h3 {
  font-size: 1.16rem;
  margin-bottom: 0.5rem;
}

.section-accent {
  background: linear-gradient(180deg, var(--surface-alt), #ffffff);
}

.home-services-section {
  background:
    radial-gradient(circle at 82% 7rem, rgba(249, 114, 114, 0.18), transparent 21rem),
    radial-gradient(circle at 10% 10rem, rgba(70, 175, 160, 0.22), transparent 24rem),
    linear-gradient(180deg, var(--jet-black) 0 32rem, var(--surface-alt) 32rem 100%);
  color: var(--jet-black);
}

.home-services-section .section-heading {
  max-width: 820px;
  margin-inline: auto;
}

.home-services-section .eyebrow {
  background: rgba(178, 238, 229, 0.14);
  color: var(--bright-mint);
}

.home-services-section .section-heading h2 {
  color: #ffffff;
}

.home-services-section .section-heading p {
  color: rgba(255, 255, 255, 0.72);
}

.home-services-section .service-card {
  border-color: rgba(70, 175, 160, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 253, 251, 0.98));
  box-shadow: 0 24px 60px rgba(8, 35, 42, 0.14);
}

.home-services-section .service-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  border-radius: var(--radius-md) var(--radius-md) 0 0;
  background: linear-gradient(90deg, var(--oceanic-teal), var(--coral-pink));
}

.service-card {
  position: relative;
  padding: 1.7rem;
  height: 100%;
  transition: transform 180ms ease, box-shadow 180ms ease;
  overflow: hidden;
}

.service-card:hover,
.service-card:focus-within {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.service-icon {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(70, 175, 160, 0.16), rgba(178, 238, 229, 0.34));
  color: var(--oceanic-teal);
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

.service-kicker {
  margin-bottom: 0.55rem;
  color: rgba(8, 35, 42, 0.5);
}

.service-card p {
  color: rgba(8, 35, 42, 0.72);
}

.service-card a {
  font-weight: 700;
  color: var(--oceanic-teal);
}

.dental-summary-section {
  background:
    radial-gradient(circle at 12% 20%, rgba(70, 175, 160, 0.18), transparent 20rem),
    radial-gradient(circle at 88% 18%, rgba(249, 114, 114, 0.12), transparent 18rem),
    linear-gradient(180deg, #ffffff, var(--surface-alt));
}

.dental-summary-band {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(226, 255, 252, 0.68));
  border-color: rgba(70, 175, 160, 0.16);
}

.dental-summary-band h2 {
  max-width: 760px;
  margin-bottom: 1rem;
  font-size: clamp(2rem, 3vw, 2.7rem);
}

.dental-summary-band p {
  max-width: 720px;
  color: rgba(8, 35, 42, 0.74);
}

.dental-feature-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.35rem;
}

.dental-feature-row span {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 42px;
  padding: 0.55rem 0.85rem;
  border: 1px solid rgba(70, 175, 160, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: rgba(8, 35, 42, 0.78);
  font-weight: 700;
  line-height: 1.2;
}

.dental-feature-row i {
  color: var(--oceanic-teal);
}

.dental-summary-card {
  height: 100%;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(1.4rem, 3vw, 2rem);
  border: 1px solid rgba(8, 35, 42, 0.08);
  border-radius: var(--radius-md);
  background: var(--jet-black);
  color: #ffffff;
  box-shadow: var(--shadow-premium);
}

.dental-summary-card > i {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.2rem;
  border-radius: 18px;
  background: rgba(178, 238, 229, 0.14);
  color: var(--bright-mint);
  font-size: 1.45rem;
}

.dental-summary-card span {
  display: block;
  color: var(--bright-mint);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  line-height: 1.2;
  text-transform: uppercase;
}

.dental-summary-card strong {
  display: block;
  margin: 0.6rem 0 1.4rem;
  font-size: clamp(1.25rem, 2vw, 1.55rem);
  line-height: 1.16;
}

.dental-page-hero::before {
  content: "";
  position: absolute;
  inset: 7rem 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(70, 175, 160, 0.22), transparent);
}

.dental-services-section {
  background:
    radial-gradient(circle at 82% 7rem, rgba(249, 114, 114, 0.13), transparent 20rem),
    linear-gradient(180deg, var(--surface-alt), #ffffff);
}

.dental-services-section .service-card {
  border-color: rgba(70, 175, 160, 0.14);
}

.dental-care-section {
  background:
    linear-gradient(90deg, rgba(226, 255, 252, 0.48) 0 34%, #ffffff 34% 100%),
    repeating-linear-gradient(90deg, rgba(8, 35, 42, 0.03) 0 1px, transparent 1px 92px);
}

.content-list {
  display: grid;
  gap: 0.85rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.content-list li {
  position: relative;
  padding-left: 1.5rem;
  color: rgba(8, 35, 42, 0.76);
}

.content-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72rem;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--oceanic-teal);
}

.detail-band {
  padding: 2rem;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow-soft);
}

.page-hero {
  padding-top: 10rem;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.74) 0 46%, rgba(255, 255, 255, 0.26) 46% 100%),
    radial-gradient(circle at top left, rgba(178, 238, 229, 0.42), transparent 30rem),
    radial-gradient(circle at 92% 18%, rgba(249, 114, 114, 0.12), transparent 23rem),
    linear-gradient(135deg, rgba(226, 255, 252, 0.92), rgba(255, 255, 255, 0.98));
}

.page-hero h1 {
  font-size: clamp(2.35rem, 4vw, 4rem);
  max-width: 860px;
  text-wrap: balance;
}

.page-hero .lead {
  max-width: 760px;
  color: rgba(8, 35, 42, 0.75);
}

.about-page-hero,
.contact-page-hero {
  min-height: auto;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.74) 0 46%, rgba(255, 255, 255, 0.28) 46% 100%),
    radial-gradient(circle at 12% 16%, rgba(178, 238, 229, 0.5), transparent 27rem),
    radial-gradient(circle at 88% 18%, rgba(249, 114, 114, 0.16), transparent 23rem),
    linear-gradient(135deg, rgba(226, 255, 252, 0.94), rgba(255, 255, 255, 0.96) 58%, rgba(247, 253, 251, 0.96));
}

.about-page-hero::before,
.contact-page-hero::before,
.services-hero::before {
  content: "";
  position: absolute;
  inset: 7rem 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(70, 175, 160, 0.22), transparent);
}

.about-hero-visual {
  position: relative;
  overflow: hidden;
  padding: 1rem;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(70, 175, 160, 0.34), rgba(249, 114, 114, 0.24)) border-box;
  border-radius: var(--radius-lg);
  border: 1px solid transparent;
  box-shadow: var(--shadow-premium);
}

.about-hero-visual img {
  width: 100%;
  aspect-ratio: 3 / 4;
  height: auto;
  min-height: 0;
  max-height: 620px;
  object-fit: cover;
  object-position: center top;
  border-radius: calc(var(--radius-lg) - 10px);
}

.about-hero-grid {
  max-width: 720px;
}

.about-profile-detail {
  background:
    linear-gradient(90deg, rgba(226, 255, 252, 0.5) 0 36%, #ffffff 36% 100%),
    repeating-linear-gradient(90deg, rgba(8, 35, 42, 0.03) 0 1px, transparent 1px 92px);
}

.premium-summary-card {
  position: relative;
  overflow: hidden;
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(1.4rem, 3vw, 2rem);
  border: 1px solid rgba(70, 175, 160, 0.16);
  border-radius: var(--radius-md);
  background:
    radial-gradient(circle at 18% 12%, rgba(178, 238, 229, 0.38), transparent 12rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(247, 253, 251, 0.94));
  box-shadow: var(--shadow-premium);
}

.premium-summary-card::after {
  content: "";
  position: absolute;
  right: -3rem;
  top: -3rem;
  width: 12rem;
  height: 12rem;
  border: 1px solid rgba(249, 114, 114, 0.2);
  border-radius: 50%;
}

.premium-summary-card i {
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.2rem;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(70, 175, 160, 0.16), rgba(249, 114, 114, 0.1));
  color: var(--oceanic-teal);
  font-size: 1.35rem;
}

.premium-summary-card span {
  display: block;
  color: var(--oceanic-teal);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  line-height: 1.2;
  text-transform: uppercase;
}

.premium-summary-card strong {
  display: block;
  max-width: 320px;
  margin-top: 0.55rem;
  color: var(--jet-black);
  font-size: clamp(1.2rem, 2vw, 1.45rem);
  line-height: 1.15;
}

.premium-summary-card > * {
  position: relative;
  z-index: 1;
}

.premium-highlight-card {
  position: relative;
  overflow: hidden;
  padding: 1.5rem;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(70, 175, 160, 0.2), rgba(249, 114, 114, 0.16)) border-box;
  border: 1px solid transparent;
}

.premium-highlight-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: linear-gradient(180deg, var(--oceanic-teal), var(--coral-pink));
}

.link-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.3rem;
}

.related-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.related-links a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0.55rem 0.9rem;
  border: 1px solid rgba(70, 175, 160, 0.2);
  border-radius: 999px;
  background: rgba(70, 175, 160, 0.1);
  color: var(--jet-black);
  font-weight: 700;
}

.placeholder-card {
  border-style: dashed;
  background: rgba(226, 255, 252, 0.35);
}

.category-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 2rem;
}

.category-strip span {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0.5rem 0.85rem;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: var(--surface);
  font-weight: 700;
  color: rgba(8, 35, 42, 0.78);
}

.service-detail-section {
  scroll-margin-top: 96px;
}

.services-hero {
  overflow: hidden;
  padding-top: 7rem;
  padding-bottom: 4.5rem;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.74) 0 46%, rgba(255, 255, 255, 0.28) 46% 100%),
    radial-gradient(circle at 86% 18%, rgba(249, 114, 114, 0.14), transparent 23rem),
    radial-gradient(circle at 12% 8%, rgba(178, 238, 229, 0.48), transparent 26rem),
    linear-gradient(135deg, rgba(226, 255, 252, 0.94), #ffffff 58%);
}

.services-hero::after {
  content: "";
  position: absolute;
  right: -8rem;
  bottom: -10rem;
  width: 30rem;
  height: 30rem;
  border: 1px solid rgba(70, 175, 160, 0.14);
  border-radius: 50%;
  pointer-events: none;
}

.services-hero .section-heading {
  position: relative;
  z-index: 1;
}

.services-hero-card {
  min-height: 280px;
}

.services-index-section {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
  background:
    linear-gradient(180deg, var(--jet-black) 0 8.5rem, var(--surface-alt) 8.5rem 100%);
}

.services-index-section .service-card {
  min-height: 86px;
  padding: 0.9rem 6.4rem 0.9rem 4.35rem;
  border-color: rgba(70, 175, 160, 0.14);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 12px 26px rgba(8, 35, 42, 0.08);
}

.services-index-section .service-icon {
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border-radius: 12px;
  font-size: 1rem;
  margin-bottom: 0;
}

.services-index-section .service-card h3 {
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.2;
}

.services-index-section .service-kicker {
  margin-bottom: 0.25rem;
  font-size: 0.66rem;
}

.services-index-section .service-card p {
  display: none;
}

.services-index-section .service-card a {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  white-space: nowrap;
  font-size: 0.88rem;
}

.services-index-section .service-card::before {
  content: none;
}

.service-panel {
  padding-top: 4rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(226, 255, 252, 0.5) 0 30%, #ffffff 30% 100%);
}

.service-panel.section-accent {
  background:
    linear-gradient(90deg, #ffffff 0 62%, rgba(226, 255, 252, 0.58) 62% 100%);
}

.service-panel-dark {
  background:
    linear-gradient(135deg, rgba(8, 35, 42, 0.98), rgba(8, 35, 42, 0.92));
}

.service-panel-coral {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(249, 145, 146, 0.13));
}

.service-panel-featured {
  background:
    radial-gradient(circle at 84% 18%, rgba(249, 114, 114, 0.11), transparent 20rem),
    linear-gradient(135deg, rgba(226, 255, 252, 0.78), #ffffff 58%);
}

.service-detail-card {
  position: relative;
  overflow: hidden;
  padding: clamp(1.2rem, 2.4vw, 2rem);
  border-color: rgba(70, 175, 160, 0.16);
  background: rgba(255, 255, 255, 0.94);
}

.service-detail-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 6px;
  background: linear-gradient(180deg, var(--oceanic-teal), var(--bright-mint));
}

.service-detail-card::after {
  content: "Especialidad";
  position: absolute;
  right: 1.6rem;
  top: 1.4rem;
  color: rgba(8, 35, 42, 0.06);
  font-size: clamp(2rem, 5vw, 4rem);
  font-weight: 800;
  line-height: 1;
  pointer-events: none;
}

html[lang="en"] .service-detail-card::after {
  content: "Specialty";
}

.service-detail-card > * {
  position: relative;
  z-index: 1;
}

.service-detail-card h2 {
  max-width: 820px;
  margin-bottom: 0.75rem;
  font-size: clamp(1.55rem, 2.5vw, 2.25rem);
}

.service-detail-card > p {
  max-width: 840px;
  color: rgba(8, 35, 42, 0.74);
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 0.75rem;
}

.service-detail-card h3 {
  font-size: 1rem;
  margin-bottom: 0.7rem;
}

.service-detail-card .row > [class*="col-"] > h3 {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(8, 35, 42, 0.08);
}

.service-panel-dark .service-detail-card {
  border-color: rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 253, 251, 0.96));
  box-shadow: 0 30px 76px rgba(0, 0, 0, 0.24);
}

.service-panel-coral .service-detail-card::before {
  background: linear-gradient(180deg, var(--coral-pink), var(--light-coral));
}

.service-panel-featured .service-detail-card {
  border-color: rgba(249, 114, 114, 0.18);
  box-shadow: 0 30px 78px rgba(8, 35, 42, 0.11);
}

.service-panel-featured .service-detail-card::before {
  background: linear-gradient(180deg, var(--coral-pink), var(--oceanic-teal));
}

.service-detail-card .benefit-card {
  padding: 1.05rem;
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff, rgba(247, 253, 251, 0.96));
  box-shadow: none;
}

.service-detail-card .benefit-card h3 {
  font-size: 0.98rem;
}

.service-detail-card .benefit-card p,
.service-detail-card .content-list li {
  font-size: 0.94rem;
  line-height: 1.55;
}

.services-cta-heading h2,
.services-cta-heading p {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.scholar-section {
  background:
    radial-gradient(circle at 82% 12%, rgba(249, 114, 114, 0.1), transparent 20rem),
    linear-gradient(180deg, rgba(226, 255, 252, 0.42), #ffffff);
}

.premium-cta-band {
  position: relative;
  overflow: hidden;
  border-color: rgba(70, 175, 160, 0.16);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(247, 253, 251, 0.94));
  box-shadow: var(--shadow-premium);
}

.premium-cta-band::after {
  content: "";
  position: absolute;
  right: -4rem;
  bottom: -4rem;
  width: 14rem;
  height: 14rem;
  border: 1px solid rgba(70, 175, 160, 0.18);
  border-radius: 50%;
}

.premium-cta-band > * {
  position: relative;
  z-index: 1;
}

.scholar-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 1.35rem;
  max-width: 34rem;
}

.scholar-metrics div {
  padding: 0.95rem 1rem;
  border: 1px solid rgba(70, 175, 160, 0.18);
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.72);
}

.scholar-metrics strong {
  display: block;
  color: var(--jet-black);
  font-family: "DM Sans", sans-serif;
  font-size: clamp(1.65rem, 4vw, 2.25rem);
  line-height: 1;
}

.scholar-metrics span,
.scholar-tags span {
  color: rgba(8, 35, 42, 0.68);
  font-size: 0.88rem;
  font-weight: 700;
}

.scholar-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1rem;
}

.scholar-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.35rem 0.75rem;
  border: 1px solid rgba(249, 114, 114, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.68);
  color: #c94747;
}

.seo-faq-section {
  background:
    linear-gradient(90deg, #ffffff 0 58%, rgba(226, 255, 252, 0.52) 58% 100%);
}

.seo-faq-section .benefit-card {
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.92);
}

.seo-faq-section .benefit-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--oceanic-teal), var(--coral-pink));
}

.services-final-cta {
  background:
    radial-gradient(circle at 18% 20%, rgba(178, 238, 229, 0.38), transparent 22rem),
    linear-gradient(135deg, rgba(8, 35, 42, 0.98), rgba(8, 35, 42, 0.92));
  color: #ffffff;
}

.services-final-cta .section-heading h2 {
  color: #ffffff;
}

.services-final-cta .section-heading p {
  color: rgba(255, 255, 255, 0.72);
}

.services-final-cta .eyebrow {
  background: rgba(249, 114, 114, 0.16);
  color: var(--light-coral);
}

.benefit-card {
  padding: 1.5rem;
  height: 100%;
}

.home-benefits-section {
  background:
    radial-gradient(circle at 86% 16%, rgba(178, 238, 229, 0.38), transparent 23rem),
    linear-gradient(90deg, #ffffff 0 58%, rgba(226, 255, 252, 0.56) 58% 100%);
}

.home-benefits-section .section-heading {
  padding-left: 1.25rem;
  border-left: 4px solid var(--coral-pink);
}

.home-benefits-section .benefit-card {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.home-benefits-section .benefit-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: linear-gradient(180deg, var(--oceanic-teal), var(--bright-mint));
}

.home-benefits-section .benefit-card h3,
.home-benefits-section .benefit-card p {
  position: relative;
  z-index: 1;
}

.home-benefits-section .benefit-card > i {
  position: relative;
  z-index: 1;
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(70, 175, 160, 0.15), rgba(249, 114, 114, 0.1));
  color: var(--oceanic-teal);
  font-size: 1.15rem;
}

.home-benefits-section .benefit-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}

.benefit-card p {
  color: rgba(8, 35, 42, 0.7);
  margin-bottom: 0;
}

.testimonials-section {
  background: linear-gradient(135deg, rgba(226, 255, 252, 0.32), rgba(255, 255, 255, 0.96));
}

.home-authority-section {
  background:
    radial-gradient(circle at 12% 12%, rgba(70, 175, 160, 0.24), transparent 24rem),
    radial-gradient(circle at 88% 18%, rgba(249, 114, 114, 0.14), transparent 22rem),
    linear-gradient(135deg, rgba(8, 35, 42, 0.98), rgba(8, 35, 42, 0.92)),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 18px);
  color: #ffffff;
}

.home-authority-section .eyebrow {
  background: rgba(249, 114, 114, 0.16);
  color: var(--light-coral);
}

.home-authority-section .section-heading h2 {
  color: #ffffff;
  margin-inline: auto;
}

.home-authority-section .section-heading p {
  color: rgba(255, 255, 255, 0.7);
  margin-inline: auto;
}

.home-authority-section .testimonial-card {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.96);
  color: var(--jet-black);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.2);
}

.home-authority-section .carousel-control-prev,
.home-authority-section .carousel-control-next {
  background: rgba(255, 255, 255, 0.92);
}

.testimonial-card {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 1.6rem;
  align-items: center;
  padding: 1.1rem 1.6rem 1.1rem 1.1rem;
  max-width: 860px;
  margin: 0 auto;
}

.testimonial-card img {
  width: 180px;
  height: 220px;
  object-fit: cover;
  border-radius: 20px;
}

.stars {
  color: var(--coral-pink);
  margin-bottom: 0.6rem;
  font-size: 1.25rem;
}

.authority-label {
  margin-bottom: 0.6rem;
  color: var(--oceanic-teal);
}

.testimonial-card p {
  font-size: 1.12rem;
  line-height: 1.55;
  color: rgba(8, 35, 42, 0.76);
}

.carousel-control-prev,
.carousel-control-next {
  width: 52px;
  height: 52px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.75);
  box-shadow: var(--shadow-soft);
}

.contact-card {
  padding: 1.5rem;
}

.home-contact-section {
  background:
    radial-gradient(circle at 16% 24%, rgba(249, 114, 114, 0.1), transparent 20rem),
    linear-gradient(180deg, #ffffff, rgba(226, 255, 252, 0.42));
}

.contact-page-section {
  background:
    radial-gradient(circle at 16% 24%, rgba(249, 114, 114, 0.1), transparent 20rem),
    linear-gradient(180deg, #ffffff, rgba(226, 255, 252, 0.42));
}

.contact-page-section .contact-card,
.contact-page-section .contact-info-item {
  border-color: rgba(70, 175, 160, 0.16);
}

.contact-page-section .contact-map-card {
  background:
    linear-gradient(180deg, #ffffff, rgba(247, 253, 251, 0.96));
  box-shadow: var(--shadow-premium);
}

.contact-hero-card {
  min-height: 250px;
}

.home-contact-section .contact-card,
.home-contact-section .contact-info-item {
  border-color: rgba(70, 175, 160, 0.16);
}

.home-contact-section .contact-map-card {
  background:
    linear-gradient(180deg, #ffffff, rgba(247, 253, 251, 0.96));
  box-shadow: var(--shadow-premium);
}

.contact-cta-strip {
  display: inline-grid;
  gap: 0.2rem;
  margin-top: 0.9rem;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(70, 175, 160, 0.18);
  border-radius: 18px;
  background: rgba(226, 255, 252, 0.5);
}

.contact-cta-strip strong {
  font-size: 1.1rem;
  line-height: 1.1;
}

.contact-map-card {
  width: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.contact-info-panel {
  display: grid;
  gap: 1rem;
  margin-top: 1.5rem;
}

.contact-info-item {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 1rem;
  align-items: start;
  padding: 1.2rem;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  background: var(--surface);
  box-shadow: var(--shadow-soft);
}

.contact-info-item i {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: rgba(70, 175, 160, 0.14);
  color: var(--oceanic-teal);
  font-size: 1.25rem;
}

.contact-info-item h3 {
  font-size: 1rem;
  margin-bottom: 0.25rem;
}

.contact-info-item p {
  margin: 0;
  color: rgba(8, 35, 42, 0.74);
  overflow-wrap: anywhere;
}

.contact-info-item a {
  color: var(--jet-black);
  font-weight: 700;
}

.contact-phone-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.1rem;
}

.contact-phone-numbers {
  display: grid;
  gap: 0.55rem;
  min-width: 0;
  flex: 1 1 auto;
}

.phone-chip {
  display: grid;
  gap: 0.08rem;
  width: fit-content;
  max-width: 100%;
  padding: 0.55rem 0.75rem;
  border: 1px solid rgba(8, 35, 42, 0.08);
  border-radius: 14px;
  background: rgba(226, 255, 252, 0.55);
  color: var(--jet-black);
  line-height: 1.15;
}

.phone-chip span {
  color: rgba(8, 35, 42, 0.58);
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.contact-phone-action {
  min-width: 132px;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1rem;
  border-radius: 999px;
  background: var(--oceanic-teal);
  color: #fff !important;
  font-size: 0.92rem;
  font-weight: 800 !important;
  line-height: 1.1;
  box-shadow: 0 14px 28px rgba(70, 175, 160, 0.24);
  text-align: center;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.contact-phone-action:hover,
.contact-phone-action:focus-visible {
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(70, 175, 160, 0.3);
}

.contact-card p {
  overflow-wrap: anywhere;
}

.map-frame {
  margin-top: 1rem;
  border-radius: 20px;
  overflow: hidden;
  flex: 1 1 auto;
  min-height: 420px;
}

.map-frame iframe {
  width: 100%;
  height: 100%;
  min-height: inherit;
  border: 0;
}

.site-footer {
  position: relative;
  isolation: isolate;
  padding: 5.5rem 0 2rem;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 0%, rgba(70, 175, 160, 0.24), transparent 34rem),
    linear-gradient(135deg, #06191f 0%, var(--jet-black) 48%, #0c2f36 100%);
  color: rgba(255, 255, 255, 0.86);
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 1px 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(178, 238, 229, 0.58), transparent);
}

.site-footer::after {
  content: "";
  position: absolute;
  right: -8rem;
  bottom: -12rem;
  z-index: -1;
  width: 32rem;
  height: 32rem;
  border: 1px solid rgba(178, 238, 229, 0.14);
  border-radius: 50%;
  box-shadow: inset 0 0 70px rgba(178, 238, 229, 0.05);
}

.site-footer .container {
  position: relative;
}

.footer-main {
  padding: clamp(1.2rem, 2vw, 1.8rem);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.035));
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(18px);
}

.site-footer p {
  max-width: 22rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
}

.site-footer h3 {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 0.82rem;
  font-weight: 800;
  margin-bottom: 1rem;
  color: #fff;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.site-footer h3::before {
  content: "";
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: var(--coral-pink);
  box-shadow: 0 0 0 5px rgba(249, 114, 114, 0.12);
}

.site-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.site-footer li + li {
  margin-top: 0.65rem;
}

.site-footer a {
  color: rgba(255, 255, 255, 0.76);
  transition: color 180ms ease, transform 180ms ease, background-color 180ms ease;
}

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

.site-footer ul a {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
}

.site-footer ul a i {
  width: 1rem;
  flex: 0 0 1rem;
  color: var(--bright-mint);
  font-size: 0.95rem;
  opacity: 0.88;
}

.site-footer ul a:hover,
.site-footer ul a:focus-visible {
  transform: translateX(4px);
}

.footer-brand {
  display: inline-flex;
  max-width: 100%;
  padding: 0.8rem 1rem;
  margin-left: -1rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.footer-logo {
  display: block;
  width: min(300px, 100%);
  height: auto;
  object-fit: contain;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.social-links a {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.14);
}

.social-links a:hover,
.social-links a:focus-visible {
  color: var(--jet-black);
  background: var(--bright-mint);
  transform: translateY(-3px);
}

.footer-bottom {
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;
  padding-top: 1.2rem;
  font-size: 0.95rem;
  text-align: center;
  color: rgba(255, 255, 255, 0.64);
}

.footer-bottom span {
  width: 100%;
  padding-top: 1.1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.floating-whatsapp {
  position: fixed;
  right: 1.4rem;
  bottom: 1.4rem;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--coral-pink), var(--light-coral));
  color: #fff;
  box-shadow: 0 20px 36px rgba(249, 114, 114, 0.3);
  z-index: 10001;
  animation: pulse 2.2s infinite ease-in-out;
}

@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}

:focus-visible {
  outline: 3px solid rgba(70, 175, 160, 0.35);
  outline-offset: 2px;
}

/* Navbar toggler custom icon and mobile panel */
.navbar-toggler {
  border: 0;
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Ensure hamburger icon is visible and tappable */
.navbar-toggler {
  background: transparent;
  color: var(--oceanic-teal);
  z-index: 10001;
  position: relative;
  border: 1.5px solid rgba(70, 175, 160, 0.18);
  border-radius: 10px;
  padding: 0.45rem;
}

.navbar-toggler .bi {
  font-size: 1.25rem;
  color: var(--oceanic-teal);
}

.navbar-toggler-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  color: var(--jet-black);
  width: auto;
  height: auto;
  background: transparent;
}

@media (max-width: 991px) {
  .navbar {
    padding: 0.7rem 0;
  }

  .navbar > .header-container,
  .header-container {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 44px;
    align-items: center;
    gap: 0.55rem;
    max-width: 100%;
    width: 100%;
    padding-inline: 1rem;
  }

  .navbar-brand {
    min-width: 0;
    max-width: calc(100% - 3.8rem);
    overflow: hidden;
  }

  .brand-mark {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
  }

  .brand-text {
    min-width: 0;
    overflow: hidden;
  }

  .brand-text strong,
  .brand-text small {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .brand-logo {
    width: min(180px, calc(100vw - 6.5rem));
    max-height: 46px;
  }

  .menu-toggle {
    display: inline-flex !important;
    width: 44px;
    height: 44px;
    position: absolute;
    top: 50%;
    right: 1rem;
    z-index: 10001;
    transform: translateY(-50%);
  }

  .menu-toggle:hover,
  .menu-toggle:focus-visible {
    transform: translateY(-50%);
  }

  .header-panel {
    position: fixed;
    top: calc(64px + env(safe-area-inset-top));
    left: max(1rem, env(safe-area-inset-left));
    right: max(1rem, env(safe-area-inset-right));
    z-index: 10000;
    width: auto;
    min-width: 0;
    flex-direction: column;
    align-items: stretch;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    border: 1px solid transparent;
    border-radius: 18px;
    background: transparent;
    transition: max-height 0.3s ease, opacity 0.25s ease, padding 0.25s ease, margin 0.25s ease;
  }

  .navbar.is-menu-open .header-panel {
    max-height: calc(100dvh - 84px - env(safe-area-inset-top));
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    opacity: 1;
    pointer-events: auto;
    margin-top: 0;
    padding: 0.75rem;
    border-color: rgba(8, 35, 42, 0.08);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 14px 36px rgba(8, 35, 42, 0.08);
  }

  .site-nav {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 0.5rem;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
  }

  .site-nav .nav-link {
    width: 100%;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0.75rem 1rem;
    background: rgba(8, 35, 42, 0.04);
    box-shadow: none;
  }

  .language-switcher {
    width: 100%;
    justify-content: stretch;
    padding: 0.25rem;
    background: rgba(8, 35, 42, 0.04);
  }

  .language-option {
    flex: 1 1 0;
    min-height: 42px;
  }

  .floating-whatsapp {
    right: max(1rem, env(safe-area-inset-right));
    bottom: max(1rem, env(safe-area-inset-bottom));
    width: 54px;
    height: 54px;
  }

  .premium-summary-card,
  .services-hero-card,
  .contact-hero-card {
    min-height: 180px;
  }

  .premium-summary-card strong {
    max-width: 620px;
  }

  .site-footer {
    padding-top: 4rem;
  }

  .footer-main {
    border-radius: 20px;
  }

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

@media (max-width: 767px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
  }

  .container {
    padding-inline: 1rem;
  }

  .row {
    --bs-gutter-x: 1.5rem;
  }

  main,
  .hero,
  .section-shell,
  .hero .container,
  .hero .row,
  .hero [class*="col-"] {
    min-width: 0;
    max-width: 100%;
  }

  .hero .container,
  .hero-copy,
  .hero-visual {
    width: 100%;
    max-width: calc(100vw - 2rem);
  }

  .hero-copy > * {
    max-width: 100%;
  }

  .hero {
    overflow-x: hidden;
    min-height: auto;
    padding-top: 7.5rem;
    padding-bottom: 5.5rem;
  }

  .hero .row {
    --bs-gutter-x: 0;
    gap: 2rem;
  }

  .hero h1 {
    font-size: clamp(2.05rem, 9.6vw, 2.75rem);
    line-height: 1.06;
    text-wrap: auto;
    overflow-wrap: anywhere;
  }

  .eyebrow {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    white-space: normal;
    line-height: 1.35;
  }

  .hero-curve,
  .hero-visual::before,
  .hero-visual::after {
    display: none;
  }

  .hero h1,
  .hero .lead {
    max-width: 100%;
    overflow-wrap: break-word;
  }

  .section-shell {
    padding: 5.25rem 0;
  }

  .hero-actions {
    max-width: 100%;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .hero-actions .btn {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    white-space: normal;
  }

  .hero-trust-grid,
  .profile-proof-row {
    grid-template-columns: 1fr;
  }

  .scholar-metrics {
    grid-template-columns: 1fr;
  }

  .hero-trust-grid div {
    min-height: auto;
  }

  .hero-visual {
    padding: 0.75rem;
  }

  .hero-visual img {
    min-height: 0;
  }

  .hero-credential-card,
  .profile-image-caption {
    position: static;
    width: 100%;
    margin-top: 0.75rem;
  }

  .profile-image-caption {
    left: auto;
    right: auto;
    bottom: auto;
  }

  .about-highlights {
    grid-template-columns: 1fr;
  }

  .testimonial-card {
    grid-template-columns: 1fr;
    padding: 1rem;
  }

  .testimonial-card img {
    width: 100%;
    height: 260px;
  }

  .carousel-control-prev,
  .carousel-control-next {
    display: none;
  }

  .map-frame {
    min-height: 340px;
  }

  .site-footer {
    padding: 3rem 0 1.5rem;
  }

  .footer-main {
    padding: 1.15rem;
    gap: 0.7rem;
  }

  .site-footer h3 {
    margin-bottom: 0.7rem;
  }

  .footer-logo {
    width: min(250px, 100%);
  }

  .footer-bottom {
    font-size: 0.85rem;
  }
}

@media (max-width: 480px) {
  .navbar > .header-container,
  .header-container {
    grid-template-columns: minmax(0, 1fr) 46px;
    gap: 0.6rem;
    padding-inline: 0.85rem;
  }

  .navbar-brand {
    padding: 0.35rem 0;
    border-radius: 14px;
  }

  .menu-toggle {
    display: inline-flex !important;
    visibility: visible;
    position: absolute;
    right: 0.85rem;
    z-index: 10001;
    width: 46px;
    height: 46px;
  }

  .header-panel {
    top: calc(62px + env(safe-area-inset-top));
    left: max(0.85rem, env(safe-area-inset-left));
    right: max(0.85rem, env(safe-area-inset-right));
  }

  .map-frame {
    min-height: 320px;
    border-radius: 16px;
  }

  .contact-info-item {
    grid-template-columns: 44px 1fr;
    gap: 0.85rem;
    padding: 1rem;
  }

  .contact-info-item i {
    width: 44px;
    height: 44px;
    border-radius: 14px;
  }

  .contact-phone-action {
    width: 100%;
  }

  .contact-phone-row {
    align-items: stretch;
    flex-direction: column;
    gap: 0.75rem;
  }

  .phone-chip {
    width: 100%;
  }

  .brand-logo {
    width: min(154px, calc(100vw - 6.75rem));
    max-height: 38px;
  }

  .brand-text small {
    display: none;
  }

  .brand-text strong {
    font-size: 0.92rem;
  }

  .navbar-brand {
    gap: 0.55rem !important;
  }
}

@media (max-width: 575px) {
  .navbar.is-menu-open .header-panel {
    padding: 0.8rem;
    border-radius: 20px;
    border-color: rgba(70, 175, 160, 0.16);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 22px 58px rgba(8, 35, 42, 0.16);
  }

  .site-nav .nav-link {
    min-height: 48px;
    border-radius: 14px;
    font-weight: 800;
  }

  .site-nav .nav-link.active,
  .site-nav .nav-link.is-active {
    color: var(--jet-black);
    background: rgba(178, 238, 229, 0.62);
  }

  .hero-copy {
    width: min(330px, calc(100vw - 2rem));
    max-width: calc(100vw - 2rem);
  }

  .hero-visual,
  .hero .container {
    max-width: min(100%, 358px);
  }

  .hero h1 {
    width: 100%;
    font-size: clamp(1.95rem, 8vw, 2.15rem);
    overflow-wrap: normal;
  }

  .eyebrow {
    font-size: 0.68rem;
    letter-spacing: 0.1em;
  }
}

@media (max-width: 991px) {
  .navbar-collapse {
    position: fixed;
    top: 64px;
    left: 0;
    right: 0;
    margin: 0;
    z-index: 1150;
    background: rgba(255, 255, 255, 0.98);
    padding: 1rem;
    border-radius: 0 0 12px 12px;
    box-shadow: var(--shadow-soft);
    max-height: calc(100vh - 64px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transform-origin: top;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-6px);
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms;
  }

  .navbar-collapse.show {
    visibility: visible;
    opacity: 1;
    transform: none;
    z-index: 10000;
  }

  .navbar-nav {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }

  .navbar-nav .nav-item {
    width: 100%;
  }

  .navbar-nav .nav-link {
    display: block;
    padding: 0.6rem 0.5rem;
  }
}

@media (max-width: 991px) {
  .hero {
    padding-top: 7rem;
  }

  .about-highlights {
    grid-template-columns: 1fr;
  }

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

  .testimonial-card img {
    width: 96px;
    height: 96px;
  }
}

@media (max-width: 767px) {
  .section-shell {
    padding: 5.5rem 0;
  }

  .services-hero {
    padding-top: 6.5rem;
    padding-bottom: 3.25rem;
  }

  .services-index-section,
  .service-panel {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .services-index-section {
    background:
      linear-gradient(180deg, var(--jet-black) 0 10.5rem, var(--surface-alt) 10.5rem 100%);
  }

  .services-index-section .service-card {
    min-height: auto;
    padding: 0.95rem 1rem 0.95rem 4.1rem;
  }

  .services-index-section .service-card a {
    position: static;
    display: inline-block;
    margin-top: 0.45rem;
    transform: none;
  }

  .services-index-section .service-icon {
    top: 1rem;
    transform: none;
  }

  .dental-services-section .container {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-inline: 1rem;
  }

  .dental-services-section .section-heading {
    width: 100%;
    max-width: 100%;
    margin-inline: auto;
    padding-inline: 0;
    text-align: left !important;
  }

  .dental-services-section .section-heading h2 {
    width: min(330px, calc(100vw - 2rem));
    max-width: calc(100vw - 2rem);
    margin-left: 0;
    margin-right: auto;
    font-size: clamp(1.75rem, 7.4vw, 2.1rem);
    overflow-wrap: break-word;
  }

  .dental-services-section .section-heading p {
    width: min(330px, calc(100vw - 2rem));
    max-width: calc(100vw - 2rem);
    margin-left: 0;
    margin-right: auto;
    overflow-wrap: break-word;
  }

  .service-detail-card {
    padding: 1.15rem;
    border-radius: 20px;
  }

  .service-detail-card::after {
    display: none;
  }

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

  .hero .lead {
    font-size: 1rem;
  }

  .hero-visual img {
    min-height: 0;
  }

  .about-section .image-card img {
    max-height: 400px;
  }

  .about-section .image-card .presentation-image {
    height: min(560px, 72vh);
    max-height: none;
  }

  .carousel-control-prev,
  .carousel-control-next {
    display: none;
  }

  /* Ensure hero leaves space for fixed header and make hero actions stack */
  .hero {
    padding-top: 6.2rem;
    padding-bottom: 5rem;
  }

  .hero .container,
  .hero .row,
  .hero [class*="col-"] {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .hero .row {
    margin-left: 0;
    margin-right: 0;
  }

  .hero [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
  }

  .hero h1,
  .hero .lead,
  .hero-actions {
    width: 100%;
    max-width: calc(100vw - 2rem);
    min-width: 0;
  }

  .hero-copy {
    width: min(100%, calc(100vw - 2rem));
    max-width: calc(100vw - 2rem);
    overflow: hidden;
  }

  .hero-copy > * {
    max-width: 100%;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    align-items: stretch;
  }

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

  .navbar-collapse {
    z-index: 1150;
  }
}

@media (min-width: 992px) {
  .hero-visual img {
    min-height: 520px;
    max-height: 720px;
  }
}

@media (max-width: 575px) {
  .hero-copy,
  .hero h1,
  .hero .lead,
  .hero-actions {
    width: min(330px, calc(100vw - 2rem));
    max-width: calc(100vw - 2rem);
  }

  .hero h1 {
    font-size: clamp(1.95rem, 8vw, 2.15rem);
    text-wrap: auto;
    overflow-wrap: normal;
  }

  .eyebrow {
    display: flex;
    flex-wrap: wrap;
    max-width: min(330px, calc(100vw - 2rem));
    font-size: 0.68rem;
    letter-spacing: 0.1em;
    white-space: normal;
  }

  .page-hero .container,
  .page-hero .section-heading,
  .page-hero h1,
  .page-hero .lead,
  .page-hero .hero-actions,
  .premium-summary-card {
    width: min(330px, calc(100vw - 2rem));
    max-width: calc(100vw - 2rem);
  }

  .page-hero .container {
    width: 100%;
    max-width: 100%;
    padding-inline: 1rem;
  }

  .page-hero .row {
    margin-left: 0;
    margin-right: 0;
  }

  .page-hero [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
  }

  .page-hero h1 {
    font-size: clamp(1.95rem, 8vw, 2.15rem);
    text-wrap: auto;
    overflow-wrap: normal;
  }

  .premium-summary-card {
    min-height: 160px;
    padding: 1.35rem;
  }

  .premium-summary-card strong {
    font-size: 1.12rem;
  }
}

@media (max-width: 575px) {
  .menu-toggle {
    display: inline-flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: fixed !important;
    top: max(1rem, env(safe-area-inset-top)) !important;
    right: max(0.85rem, env(safe-area-inset-right)) !important;
    z-index: 10050 !important;
    transform: none !important;
    border-color: rgba(178, 238, 229, 0.42);
    background: rgba(8, 35, 42, 0.92);
    box-shadow: 0 18px 44px rgba(8, 35, 42, 0.22);
    backdrop-filter: blur(16px);
  }

  .menu-toggle span {
    background: #fff;
  }

  .menu-toggle:hover,
  .menu-toggle:focus-visible {
    transform: none !important;
  }
}
