/* ==========================================================================
   AL Dental Tourism
   Complete premium white and blue stylesheet
   ========================================================================== */

:root {
  --white: #ffffff;
  --paper: #fbfdff;
  --paper-soft: #f5f9ff;
  --paper-blue: #eef6ff;
  --ice: #e6f2ff;
  --ice-strong: #d7ebff;
  --blue-50: #f2f8ff;
  --blue-100: #dcebff;
  --blue-200: #b9dcff;
  --blue-300: #82c4ff;
  --blue-400: #42a5ff;
  --blue-500: #0b7ee8;
  --blue-600: #075fb5;
  --blue-700: #064987;
  --blue-800: #073664;
  --blue-900: #062447;
  --navy: #06192f;
  --navy-soft: #0b2745;
  --ink: #071827;
  --ink-soft: #18324a;
  --muted: #647789;
  --muted-strong: #40566d;
  --line: rgba(7, 54, 100, 0.12);
  --line-strong: rgba(7, 54, 100, 0.2);
  --glass: rgba(255, 255, 255, 0.78);
  --glass-strong: rgba(255, 255, 255, 0.92);
  --shadow-xs: 0 1px 2px rgba(6, 25, 47, 0.05);
  --shadow-sm: 0 10px 28px rgba(6, 25, 47, 0.08);
  --shadow-md: 0 20px 60px rgba(6, 25, 47, 0.12);
  --shadow-lg: 0 32px 100px rgba(6, 25, 47, 0.18);
  --ring: 0 0 0 4px rgba(66, 165, 255, 0.18);
  --radius-xs: 4px;
  --radius-sm: 6px;
  --radius: 8px;
  --radius-lg: 14px;
  --radius-xl: 22px;
  --container: 1160px;
  --header-height: 76px;
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-soft: cubic-bezier(0.22, 0.61, 0.36, 1);
}

* {
  box-sizing: border-box;
}

*::before,
*::after {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  scroll-behavior: smooth;
  background: var(--paper);
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(238, 246, 255, 0.84) 0%, rgba(255, 255, 255, 0) 260px),
    linear-gradient(180deg, var(--white) 0%, var(--paper) 48%, var(--white) 100%);
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
}

body.nav-open {
  overflow: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    linear-gradient(115deg, rgba(11, 126, 232, 0.08), transparent 36%),
    linear-gradient(245deg, rgba(130, 196, 255, 0.1), transparent 42%);
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(7, 54, 100, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 54, 100, 0.035) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.52), transparent 72%);
}

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

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

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

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

button {
  border: 0;
}

input,
select,
textarea {
  min-width: 0;
}

::selection {
  background: rgba(66, 165, 255, 0.24);
  color: var(--navy);
}

:focus-visible {
  outline: none;
  box-shadow: var(--ring);
}

.skip-link {
  position: fixed;
  top: 14px;
  left: 14px;
  z-index: 1000;
  transform: translateY(-84px);
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--blue-700);
  color: var(--white);
  font-weight: 800;
  box-shadow: var(--shadow-md);
  transition: transform 220ms var(--ease-out);
}

.skip-link:focus {
  transform: translateY(0);
}

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

.section {
  position: relative;
  padding: 112px 0;
}

.section-tight {
  padding: 84px 0;
}

.stone {
  background:
    linear-gradient(180deg, rgba(245, 249, 255, 0.92), rgba(255, 255, 255, 0.96)),
    var(--paper-soft);
  border-block: 1px solid rgba(7, 54, 100, 0.07);
}

.ink {
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(6, 25, 47, 0.98), rgba(7, 54, 100, 0.96) 52%, rgba(11, 126, 232, 0.9));
}

.ink::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(110deg, rgba(255, 255, 255, 0.11), transparent 34%),
    linear-gradient(270deg, rgba(130, 196, 255, 0.18), transparent 44%);
}

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

h1,
h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: 0;
}

h1 {
  max-width: 900px;
  margin-bottom: 24px;
  font-size: 5.9rem;
}

h2 {
  margin-bottom: 20px;
  font-size: 3.75rem;
}

h3 {
  margin-bottom: 12px;
  color: var(--ink);
  font-size: 1.08rem;
  font-weight: 800;
  line-height: 1.24;
  letter-spacing: 0;
}

p {
  margin-bottom: 18px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  color: var(--blue-500);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  line-height: 1.2;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 28px;
  height: 1px;
  background: currentColor;
  opacity: 0.7;
}

.section-heading {
  max-width: 780px;
  margin-bottom: 46px;
}

.section-heading p,
.section-copy p,
.long-copy p {
  color: var(--muted);
}

.section-heading.center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section-heading.center .eyebrow {
  justify-content: center;
}

.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  height: var(--header-height);
  padding: 0 28px;
  color: var(--white);
  transition:
    background 320ms var(--ease-soft),
    border-color 320ms var(--ease-soft),
    box-shadow 320ms var(--ease-soft),
    color 320ms var(--ease-soft);
}

.site-header.is-scrolled,
.site-header.nav-active {
  color: var(--ink);
  border-bottom: 1px solid rgba(7, 54, 100, 0.1);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 64px rgba(6, 25, 47, 0.1);
  backdrop-filter: blur(22px) saturate(160%);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 236px;
  color: currentColor;
  transition: transform 220ms var(--ease-out);
}

.brand:hover {
  transform: translateY(-1px);
}

.brand-mark {
  position: relative;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  overflow: hidden;
  border: 1px solid currentColor;
  border-radius: 50%;
  color: currentColor;
  font-weight: 900;
  line-height: 1;
}

.brand-mark::after {
  content: "";
  position: absolute;
  inset: 6px;
  border: 1px solid currentColor;
  border-radius: inherit;
  opacity: 0.22;
}

.brand-logo {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  padding: 3px;
  border: 1px solid rgba(255, 255, 255, 0.46);
  border-radius: 50%;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(238, 246, 255, 0.9));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 14px 34px rgba(6, 25, 47, 0.16);
  transition:
    transform 260ms var(--ease-out),
    box-shadow 260ms var(--ease-out),
    border-color 260ms var(--ease-out);
}

.brand-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brand:hover .brand-logo {
  transform: translateY(-2px) rotate(-3deg);
  border-color: rgba(130, 196, 255, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.96),
    0 20px 46px rgba(11, 126, 232, 0.24);
}

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

.brand strong {
  font-size: 0.98rem;
  font-weight: 900;
  line-height: 1.1;
}

.brand small {
  margin-top: 3px;
  color: currentColor;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.2;
  opacity: 0.74;
}

.site-nav {
  position: relative;
  isolation: isolate;
  justify-self: center;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  overflow: hidden;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.06));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 18px 50px rgba(6, 25, 47, 0.14);
  backdrop-filter: blur(16px);
}

.site-nav::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: -1;
  background:
    linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.32) 45%, transparent 62%);
  transform: translateX(-115%);
  animation: navSheen 8s var(--ease-soft) infinite;
}

.site-header.is-scrolled .site-nav,
.site-header.nav-active .site-nav {
  border-color: rgba(7, 54, 100, 0.12);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(238, 246, 255, 0.82));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    0 18px 54px rgba(6, 25, 47, 0.1);
}

.site-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 12px;
  border-radius: 999px;
  color: currentColor;
  font-size: 0.82rem;
  font-weight: 850;
  line-height: 1;
  opacity: 0.84;
  transition:
    background 220ms var(--ease-soft),
    color 220ms var(--ease-soft),
    box-shadow 220ms var(--ease-soft),
    opacity 220ms var(--ease-soft),
  transform 220ms var(--ease-soft);
}

.site-nav a::after {
  content: "";
  position: absolute;
  right: 14px;
  bottom: 5px;
  left: 14px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  opacity: 0;
  transform: scaleX(0);
  transform-origin: center;
  transition:
    opacity 220ms var(--ease-soft),
    transform 220ms var(--ease-soft);
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: var(--blue-900);
  background: var(--white);
  box-shadow: 0 10px 28px rgba(6, 25, 47, 0.12);
  opacity: 1;
  transform: translateY(-1px);
}

.site-nav a:hover::after,
.site-nav a[aria-current="page"]::after {
  opacity: 0.38;
  transform: scaleX(1);
}

.site-header.is-scrolled .site-nav a:hover,
.site-header.is-scrolled .site-nav a[aria-current="page"],
.site-header.nav-active .site-nav a:hover,
.site-header.nav-active .site-nav a[aria-current="page"] {
  color: var(--white);
  background: linear-gradient(135deg, var(--blue-600), var(--blue-400));
  box-shadow: 0 12px 30px rgba(11, 126, 232, 0.22);
}

.header-cta {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  color: var(--white);
  background: linear-gradient(135deg, var(--blue-600), var(--blue-400));
  box-shadow: 0 14px 34px rgba(11, 126, 232, 0.28);
  font-size: 0.88rem;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
  transition:
    transform 220ms var(--ease-out),
    box-shadow 220ms var(--ease-out);
}

.header-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 54px rgba(11, 126, 232, 0.38);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  color: currentColor;
  background: transparent;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition:
    transform 220ms var(--ease-soft),
    opacity 220ms var(--ease-soft);
}

.nav-toggle span + span {
  margin-top: 5px;
}

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

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

.hero {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: flex-end;
  min-height: 92vh;
  overflow: hidden;
  padding: calc(var(--header-height) + 90px) 0 58px;
  color: var(--white);
  background:
    linear-gradient(135deg, var(--navy), var(--blue-800) 54%, var(--blue-600));
}

.hero-media,
.page-hero-media {
  position: absolute;
  inset: 0;
  z-index: -3;
  overflow: hidden;
  background:
    linear-gradient(135deg, var(--navy), var(--blue-800)),
    var(--navy);
}

.hero-media img,
.page-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.84;
  filter: saturate(1.04) contrast(1.02);
  transform: scale(1.06);
  animation: heroDrift 22s var(--ease-soft) infinite alternate;
}

.hero-media::after,
.page-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(6, 25, 47, 0.94) 0%, rgba(7, 54, 100, 0.72) 48%, rgba(11, 126, 232, 0.2) 100%),
    linear-gradient(0deg, rgba(6, 25, 47, 0.82) 0%, transparent 45%),
    linear-gradient(180deg, rgba(6, 25, 47, 0.35) 0%, transparent 32%);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.14), transparent 28%),
    linear-gradient(270deg, rgba(130, 196, 255, 0.15), transparent 38%);
}

.hero-content {
  max-width: 980px;
  color: var(--white);
}

.hero-content .eyebrow {
  color: var(--blue-200);
}

.hero-copy {
  max-width: 710px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.16rem;
}

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

.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  max-width: 100%;
  overflow: hidden;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  white-space: normal;
  transition:
    transform 220ms var(--ease-out),
    box-shadow 220ms var(--ease-out),
    background 220ms var(--ease-out),
    color 220ms var(--ease-out),
    border-color 220ms var(--ease-out);
}

.btn::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -60%;
  width: 42%;
  transform: skewX(-18deg);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.32), transparent);
  opacity: 0;
  transition:
    left 620ms var(--ease-out),
    opacity 320ms var(--ease-out);
}

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

.btn:hover::before {
  left: 120%;
  opacity: 1;
}

.btn-primary {
  color: var(--white);
  background: linear-gradient(135deg, var(--blue-600), var(--blue-400));
  box-shadow: 0 18px 46px rgba(11, 126, 232, 0.28);
}

.btn-primary:hover {
  box-shadow: 0 28px 72px rgba(11, 126, 232, 0.4);
}

.btn-secondary {
  color: var(--blue-900);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 48px rgba(6, 25, 47, 0.14);
}

.btn-secondary:hover {
  box-shadow: 0 24px 62px rgba(6, 25, 47, 0.18);
}

.btn-ghost {
  color: var(--blue-800);
  border-color: rgba(7, 54, 100, 0.16);
  background: rgba(255, 255, 255, 0.66);
}

.btn-ghost:hover {
  border-color: rgba(11, 126, 232, 0.34);
  background: var(--white);
  box-shadow: var(--shadow-sm);
}

.hero .btn-ghost,
.hero .btn-secondary,
.page-hero .btn-secondary {
  border-color: rgba(255, 255, 255, 0.28);
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  max-width: 990px;
  margin-top: 42px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 20px 62px rgba(6, 25, 47, 0.22);
  backdrop-filter: blur(16px) saturate(140%);
}

.trust-strip span {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 76px;
  padding: 16px;
  color: rgba(255, 255, 255, 0.88);
  background: rgba(255, 255, 255, 0.09);
  font-size: 0.88rem;
  font-weight: 850;
}

.trust-strip span::before {
  content: "";
  flex: 0 0 auto;
  width: 7px;
  height: 7px;
  margin-right: 10px;
  border-radius: 50%;
  background: var(--blue-200);
  box-shadow: 0 0 0 5px rgba(130, 196, 255, 0.14);
}

.page-hero {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: flex-end;
  min-height: 68vh;
  overflow: hidden;
  padding: calc(var(--header-height) + 92px) 0 72px;
  color: var(--white);
  background:
    linear-gradient(135deg, var(--navy), var(--blue-800) 54%, var(--blue-600));
}

.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.12), transparent 30%),
    linear-gradient(270deg, rgba(130, 196, 255, 0.16), transparent 42%);
}

.page-hero-content {
  max-width: 820px;
}

.page-hero-content .eyebrow {
  color: var(--blue-200);
}

.page-hero-content h1 {
  font-size: 5rem;
}

.page-hero-content p {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.12rem;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: 64px;
  align-items: start;
}

.split-center {
  align-items: center;
}

.portfolio-preview {
  min-width: 0;
}

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

.treatment-grid {
  align-items: stretch;
}

.treatment-card,
.case-card,
.testimonial-card,
.role-card,
.counter-card,
.timeline-step {
  position: relative;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 249, 255, 0.92));
  box-shadow: var(--shadow-xs);
}

.treatment-card,
.testimonial-card,
.role-card,
.counter-card,
.timeline-step {
  overflow: hidden;
}

.treatment-card::before,
.case-card::before,
.testimonial-card::before,
.role-card::before,
.counter-card::before,
.timeline-step::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.64), transparent 34%),
    linear-gradient(315deg, rgba(130, 196, 255, 0.16), transparent 42%);
  opacity: 0;
  transition: opacity 360ms var(--ease-soft);
}

.treatment-card:hover::before,
.case-card:hover::before,
.testimonial-card:hover::before,
.role-card:hover::before,
.counter-card:hover::before,
.timeline-step:hover::after {
  opacity: 1;
}

.treatment-card {
  display: flex;
  min-height: 326px;
  flex-direction: column;
  padding: 26px;
  transition:
    transform 260ms var(--ease-out),
    border-color 260ms var(--ease-out),
    box-shadow 260ms var(--ease-out);
}

.treatment-card:hover {
  transform: translateY(-7px);
  border-color: rgba(11, 126, 232, 0.28);
  box-shadow: var(--shadow-md);
}

.treatment-card p {
  color: var(--muted);
}

.treatment-card span {
  display: block;
  margin-top: auto;
  color: var(--muted-strong);
  font-size: 0.9rem;
  font-weight: 800;
}

.icon-badge {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 44px;
  border: 1px solid rgba(11, 126, 232, 0.12);
  border-radius: 50%;
  color: var(--blue-600);
  background:
    linear-gradient(135deg, var(--white), var(--blue-50));
  box-shadow: 0 10px 24px rgba(11, 126, 232, 0.1);
  font-weight: 900;
}

.text-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-top: 18px;
  color: var(--blue-600);
  font-weight: 900;
}

.text-link::after {
  content: "";
  width: 34px;
  height: 1px;
  margin-left: 10px;
  background: currentColor;
  transform-origin: left;
  transition: width 220ms var(--ease-out);
}

.text-link:hover::after {
  width: 50px;
}

.case-card {
  overflow: hidden;
  background: var(--white);
  transition:
    transform 260ms var(--ease-out),
    box-shadow 260ms var(--ease-out),
    border-color 260ms var(--ease-out);
}

.case-card:hover {
  transform: translateY(-7px);
  border-color: rgba(11, 126, 232, 0.28);
  box-shadow: var(--shadow-md);
}

.featured-case {
  box-shadow: var(--shadow-md);
}

.case-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  min-height: 262px;
  background: var(--line);
}

.case-images figure {
  position: relative;
  min-height: 262px;
  margin: 0;
  overflow: hidden;
  background: var(--blue-900);
}

.case-images img,
.single-result img {
  transition:
    transform 700ms var(--ease-out),
    filter 700ms var(--ease-out);
}

.case-card:hover .case-images img,
.case-card:hover .single-result img {
  transform: scale(1.045);
  filter: saturate(1.04) contrast(1.02);
}

.case-images figcaption {
  position: absolute;
  bottom: 12px;
  left: 12px;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: 999px;
  color: var(--blue-900);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 24px rgba(6, 25, 47, 0.14);
  font-size: 0.72rem;
  font-weight: 900;
  backdrop-filter: blur(10px);
}

.case-body {
  position: relative;
  z-index: 1;
  padding: 22px;
}

.case-body span {
  display: inline-flex;
  align-items: center;
  margin-bottom: 12px;
  color: var(--blue-500);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.case-body h3 {
  margin-bottom: 0;
}

.single-result {
  min-height: 320px;
  overflow: hidden;
  background: var(--blue-900);
}

.result-card .case-body {
  border-top: 1px solid var(--line);
}

.collaboration-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.75fr);
  gap: 34px;
  align-items: center;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(245, 249, 255, 0.92));
  box-shadow: var(--shadow-md);
}

.collaboration-panel p {
  color: var(--muted);
}

.collab-photo {
  min-height: 430px;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--blue-900);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
}

.value-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 46px;
}

.value-list {
  display: grid;
  gap: 16px;
}

.value-list div {
  display: grid;
  gap: 6px;
  padding: 0 0 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.value-list strong {
  color: var(--white);
  font-size: 1.08rem;
}

.value-list span {
  color: rgba(255, 255, 255, 0.72);
}

.counter-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.counter-card {
  padding: 26px;
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
}

.counter-card strong {
  display: block;
  margin-bottom: 7px;
  color: var(--blue-100);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 3.75rem;
  line-height: 1;
}

.counter-card span {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 800;
}

.timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.timeline-step {
  min-height: 244px;
  padding: 24px;
  background: var(--white);
}

.timeline-step::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--blue-600), var(--blue-300));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 780ms var(--ease-out);
}

.timeline-step.is-visible::before {
  transform: scaleX(1);
}

.timeline-step span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 48px;
  border: 1px solid rgba(11, 126, 232, 0.14);
  border-radius: 50%;
  color: var(--blue-700);
  background: linear-gradient(135deg, var(--white), var(--blue-50));
  box-shadow: 0 10px 24px rgba(11, 126, 232, 0.1);
  font-weight: 900;
}

.timeline-step p {
  color: var(--muted);
}

.center-cta {
  display: flex;
  justify-content: center;
  margin-top: 38px;
}

.clinic-band {
  display: grid;
  grid-template-columns: minmax(300px, 0.74fr) minmax(0, 1.26fr);
  min-height: 620px;
  color: var(--white);
  background:
    linear-gradient(135deg, var(--navy), var(--blue-800) 56%, var(--blue-600));
}

.clinic-band-copy {
  align-self: center;
  padding: 80px max(40px, calc((100vw - var(--container)) / 2)) 80px 40px;
}

.clinic-band-copy .eyebrow {
  color: var(--blue-200);
}

.clinic-band-copy p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.72);
}

.clinic-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 1px;
  background: rgba(255, 255, 255, 0.18);
}

.clinic-gallery img {
  min-height: 260px;
  transition: transform 800ms var(--ease-out);
}

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

.clinic-gallery img:first-child {
  grid-row: span 2;
}

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

.trust-list span,
.contact-points span {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 62px;
  padding: 14px 16px 14px 42px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--ink-soft);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow-xs);
  font-weight: 850;
}

.trust-list span::before,
.contact-points span::before {
  content: "";
  position: absolute;
  left: 17px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--blue-500);
  box-shadow: 0 0 0 5px rgba(11, 126, 232, 0.12);
}

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

.testimonial-card {
  padding: 28px;
}

.testimonial-card p {
  color: var(--ink-soft);
  font-size: 1rem;
}

.testimonial-card span {
  color: var(--blue-600);
  font-weight: 900;
}

.faq-section {
  background:
    linear-gradient(180deg, var(--white), var(--paper-soft));
}

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

.faq-list details {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow-xs);
  transition:
    border-color 220ms var(--ease-soft),
    box-shadow 220ms var(--ease-soft);
}

.faq-list details[open] {
  border-color: rgba(11, 126, 232, 0.28);
  box-shadow: var(--shadow-sm);
}

.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 66px;
  padding: 18px 22px;
  cursor: pointer;
  color: var(--ink);
  font-weight: 900;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: var(--blue-700);
  background: var(--blue-50);
  box-shadow: inset 0 0 0 1px rgba(11, 126, 232, 0.14);
  font-weight: 900;
}

.faq-list details[open] summary::after {
  content: "-";
  color: var(--white);
  background: linear-gradient(135deg, var(--blue-600), var(--blue-400));
}

.faq-list details p {
  margin: 0;
  padding: 0 22px 22px;
  color: var(--muted);
}

.final-cta {
  position: relative;
  overflow: hidden;
  padding: 108px 0;
  color: var(--white);
  background:
    linear-gradient(135deg, var(--navy), var(--blue-800) 54%, var(--blue-600));
}

.final-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.12), transparent 30%),
    linear-gradient(270deg, rgba(130, 196, 255, 0.18), transparent 42%);
}

.final-cta .container {
  position: relative;
  z-index: 1;
}

.final-cta .eyebrow {
  color: var(--blue-200);
}

.final-cta h1,
.final-cta h2 {
  max-width: 760px;
}

.final-cta p {
  max-width: 640px;
  color: rgba(255, 255, 255, 0.74);
}

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

.quote-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.12);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 24px 70px rgba(6, 25, 47, 0.18);
  backdrop-filter: blur(20px) saturate(150%);
}

.quote-form label {
  display: grid;
  gap: 8px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.82rem;
  font-weight: 900;
}

.quote-form input,
.quote-form select,
.quote-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 11px 12px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: var(--radius);
  outline: none;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.94);
  transition:
    border-color 180ms var(--ease-soft),
    box-shadow 180ms var(--ease-soft),
    background 180ms var(--ease-soft);
}

.quote-form input:focus,
.quote-form select:focus,
.quote-form textarea:focus {
  border-color: var(--blue-300);
  background: var(--white);
  box-shadow: 0 0 0 4px rgba(130, 196, 255, 0.22);
}

.quote-form textarea {
  resize: vertical;
}

.quote-form input[type="file"] {
  padding: 0;
  color: transparent;
  cursor: pointer;
}

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

.quote-form button.full {
  width: 100%;
}

.contact-page {
  min-height: 100vh;
  padding-top: calc(var(--header-height) + 96px);
}

.contact-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 28px 0;
}

.contact-points span {
  border-color: rgba(255, 255, 255, 0.22);
  color: var(--white);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.contact-points span::before {
  background: var(--blue-200);
  box-shadow: 0 0 0 5px rgba(130, 196, 255, 0.14);
}

.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}

.filter-bar button {
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow-xs);
  cursor: pointer;
  font-size: 0.84rem;
  font-weight: 900;
  transition:
    transform 180ms var(--ease-out),
    color 180ms var(--ease-out),
    background 180ms var(--ease-out),
    border-color 180ms var(--ease-out),
    box-shadow 180ms var(--ease-out);
}

.filter-bar button:hover,
.filter-bar button.active {
  transform: translateY(-1px);
  border-color: var(--blue-500);
  color: var(--white);
  background: linear-gradient(135deg, var(--blue-600), var(--blue-400));
  box-shadow: 0 14px 30px rgba(11, 126, 232, 0.2);
}

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

.portfolio-grid .case-card.is-hidden {
  display: none;
}

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

.treatment-detail {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 249, 255, 0.92));
  box-shadow: var(--shadow-xs);
  transition:
    transform 220ms var(--ease-out),
    border-color 220ms var(--ease-out),
    box-shadow 220ms var(--ease-out);
}

.treatment-detail:hover {
  transform: translateY(-3px);
  border-color: rgba(11, 126, 232, 0.24);
  box-shadow: var(--shadow-sm);
}

.treatment-detail > span {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(11, 126, 232, 0.14);
  border-radius: 50%;
  color: var(--blue-700);
  background: linear-gradient(135deg, var(--white), var(--blue-50));
  box-shadow: 0 10px 24px rgba(11, 126, 232, 0.1);
  font-weight: 900;
}

.treatment-detail h2 {
  margin-bottom: 10px;
  font-size: 2.42rem;
}

.treatment-detail p {
  margin-bottom: 8px;
  color: var(--muted);
}

.treatment-detail strong {
  color: var(--ink-soft);
}

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

.role-card {
  padding: 34px;
}

.role-card ul {
  display: grid;
  gap: 0;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.role-card li {
  position: relative;
  padding: 14px 0 14px 24px;
  border-bottom: 1px solid var(--line);
  color: var(--ink-soft);
  font-weight: 800;
}

.role-card li::before {
  content: "";
  position: absolute;
  top: 23px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--blue-500);
  box-shadow: 0 0 0 5px rgba(11, 126, 232, 0.1);
}

.compact-cta {
  display: grid;
  gap: 18px;
  justify-items: start;
}

.site-footer {
  padding: 52px 0;
  color: var(--white);
  background:
    linear-gradient(135deg, #031426, #061f3b 60%, #073664);
}

.footer-layout {
  display: grid;
  grid-template-columns: 1.4fr 0.7fr 0.8fr;
  gap: 36px;
}

.footer-brand {
  color: var(--white);
}

.footer-layout p {
  max-width: 430px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.64);
}

.footer-layout > div:not(:first-child) {
  display: grid;
  align-content: start;
  gap: 10px;
}

.footer-layout strong {
  margin-bottom: 8px;
  color: var(--blue-200);
}

.footer-layout a {
  width: fit-content;
  color: rgba(255, 255, 255, 0.74);
  transition:
    color 180ms var(--ease-soft),
    transform 180ms var(--ease-soft);
}

.footer-layout a:hover {
  color: var(--white);
  transform: translateX(2px);
}

.sticky-whatsapp {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 90;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 20px;
  border-radius: 999px;
  color: var(--white);
  background: linear-gradient(135deg, var(--blue-600), var(--blue-400));
  box-shadow: 0 18px 48px rgba(11, 126, 232, 0.36);
  font-weight: 950;
  animation: premiumPulse 2.9s ease-in-out infinite;
}

.sticky-whatsapp:hover {
  animation-play-state: paused;
  transform: translateY(-3px);
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: grid;
  place-items: center;
  padding: 40px;
  background: rgba(3, 20, 38, 0.9);
  opacity: 0;
  pointer-events: none;
  transition: opacity 240ms var(--ease-soft);
}

.lightbox.is-open {
  opacity: 1;
  pointer-events: auto;
}

.lightbox img {
  width: min(920px, 100%);
  max-height: 76vh;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  object-fit: contain;
  background: var(--white);
  box-shadow: var(--shadow-lg);
}

.lightbox button {
  position: absolute;
  top: 22px;
  right: 22px;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.12);
  cursor: pointer;
  font-weight: 900;
  backdrop-filter: blur(14px);
}

.lightbox p {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.82);
}

.image-missing {
  position: relative;
  min-height: 220px;
  background:
    linear-gradient(135deg, var(--blue-50), var(--white));
}

.image-missing::after {
  content: "Image asset missing";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 20px;
  color: var(--muted);
  background:
    linear-gradient(135deg, rgba(11, 126, 232, 0.06), rgba(255, 255, 255, 0.42)),
    repeating-linear-gradient(135deg, rgba(7, 54, 100, 0.08) 0 1px, transparent 1px 16px);
  font-weight: 850;
  text-align: center;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  filter: blur(7px);
  transition:
    opacity 860ms var(--ease-out),
    transform 860ms var(--ease-out),
    filter 860ms var(--ease-out);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.reveal-delay-1 {
  transition-delay: 120ms;
}

.reveal-delay-2 {
  transition-delay: 220ms;
}

.reveal-delay-3 {
  transition-delay: 320ms;
}

.reveal-delay-4 {
  transition-delay: 420ms;
}

@keyframes heroDrift {
  0% {
    transform: scale(1.04) translate3d(0, 0, 0);
  }

  100% {
    transform: scale(1.12) translate3d(-1.4%, -1%, 0);
  }
}

@keyframes premiumPulse {
  0%,
  100% {
    transform: translateY(0) scale(1);
    box-shadow: 0 18px 48px rgba(11, 126, 232, 0.34);
  }

  50% {
    transform: translateY(-3px) scale(1.025);
    box-shadow: 0 26px 70px rgba(11, 126, 232, 0.52);
  }
}

@keyframes navSheen {
  0%,
  58% {
    transform: translateX(-115%);
  }

  72%,
  100% {
    transform: translateX(115%);
  }
}

@keyframes uploadPop {
  0% {
    transform: scale(1);
  }

  45% {
    transform: scale(1.12);
  }

  100% {
    transform: scale(1);
  }
}

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

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

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

  h2 {
    font-size: 3.2rem;
  }

  .site-header {
    gap: 16px;
    padding: 0 20px;
  }

  .site-nav a {
    padding: 0 10px;
    font-size: 0.78rem;
  }
}

@media (max-width: 980px) {
  :root {
    --header-height: 72px;
  }

  h1 {
    font-size: 4.25rem;
  }

  h2 {
    font-size: 2.85rem;
  }

  .site-header {
    grid-template-columns: auto auto auto;
  }

  .nav-toggle {
    display: grid;
    justify-self: end;
    order: 3;
  }

  .site-nav {
    position: fixed;
    inset: var(--header-height) 14px auto;
    display: none;
    grid-template-columns: 1fr;
    justify-self: stretch;
    padding: 12px;
    border-radius: var(--radius-lg);
    color: var(--ink);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: var(--shadow-lg);
  }

  .site-nav.is-open {
    display: grid;
  }

  .site-nav a {
    justify-content: flex-start;
    min-height: 46px;
    padding: 0 14px;
    border-radius: var(--radius);
    font-size: 0.95rem;
  }

  .site-header.is-scrolled .site-nav a:hover,
  .site-header.is-scrolled .site-nav a[aria-current="page"],
  .site-header.nav-active .site-nav a:hover,
  .site-header.nav-active .site-nav a[aria-current="page"] {
    color: var(--white);
  }

  .header-cta {
    justify-self: end;
  }

  .trust-strip,
  .card-grid,
  .portfolio-grid,
  .timeline,
  .testimonial-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .split,
  .value-layout,
  .contact-layout,
  .collaboration-panel,
  .clinic-band,
  .role-grid {
    grid-template-columns: 1fr;
  }

  .collab-photo {
    min-height: 360px;
  }

  .clinic-band-copy {
    padding: 72px 40px 36px;
  }

  .clinic-gallery {
    min-height: 520px;
  }

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

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

  body {
    font-size: 15px;
  }

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

  .site-header {
    gap: 10px;
    padding: 0 14px;
  }

  .brand {
    min-width: 0;
    gap: 9px;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
    font-size: 0.88rem;
  }

  .brand-logo {
    width: 40px;
    height: 40px;
    padding: 2px;
  }

  .brand strong {
    max-width: 154px;
    font-size: 0.9rem;
    white-space: normal;
  }

  .brand small {
    display: none;
  }

  .header-cta {
    min-height: 38px;
    padding: 0 12px;
    font-size: 0.78rem;
  }

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

  h1 {
    font-size: 3.25rem;
  }

  h2 {
    font-size: 2.35rem;
  }

  .page-hero-content h1 {
    font-size: 3.1rem;
  }

  .hero,
  .page-hero {
    min-height: 86vh;
    padding-bottom: 36px;
  }

  .page-hero {
    min-height: 68vh;
  }

  .hero-copy,
  .page-hero-content p {
    font-size: 1rem;
  }

  .hero-actions,
  .button-row {
    align-items: stretch;
  }

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

  .trust-strip,
  .card-grid,
  .portfolio-grid,
  .timeline,
  .testimonial-grid,
  .trust-list,
  .contact-points,
  .quote-form {
    grid-template-columns: 1fr;
  }

  .section,
  .final-cta {
    padding: 76px 0;
  }

  .section-tight {
    padding: 64px 0;
  }

  .case-images,
  .case-images figure {
    min-height: 218px;
  }

  .single-result {
    min-height: 260px;
  }

  .treatment-card {
    min-height: auto;
  }

  .icon-badge {
    margin-bottom: 28px;
  }

  .collaboration-panel {
    padding: 18px;
  }

  .collab-photo {
    min-height: 300px;
  }

  .clinic-gallery {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    min-height: 0;
  }

  .clinic-gallery img:first-child {
    grid-row: auto;
  }

  .treatment-detail {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .treatment-detail h2 {
    font-size: 2rem;
  }

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

  .sticky-whatsapp {
    right: 14px;
    bottom: 14px;
    min-height: 50px;
  }

  .lightbox {
    padding: 18px;
  }
}

@media (max-width: 440px) {
  .site-header {
    grid-template-columns: minmax(0, 1fr) auto auto;
  }

  .brand strong {
    max-width: 126px;
    font-size: 0.84rem;
  }

  .header-cta {
    padding: 0 10px;
  }

  h1 {
    font-size: 2.7rem;
  }

  h2 {
    font-size: 2.05rem;
  }

  .page-hero-content h1 {
    font-size: 2.65rem;
  }

  .btn {
    min-height: 48px;
    padding: 0 18px;
  }

  .quote-form {
    padding: 18px;
  }
}
