@font-face {
  font-family: "Manrope";
  src: url("assets/fonts/manrope-variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
}

:root {
  --navy: #182952;
  --navy-soft: #30436a;
  --purple: #8566d8;
  --purple-dark: #7052c8;
  --purple-pale: #eee8ff;
  --teal: #5fcac8;
  --teal-dark: #31b4b3;
  --teal-pale: #e8fbfb;
  --gold: #ffbd3f;
  --white: #fff;
  --page: #fbfdff;
  --border: #e7edf7;
  --shadow: 0 9px 25px rgba(44, 69, 124, .09);
  --shell: min(88vw, 1320px);
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--navy);
  background:
    radial-gradient(circle at 78% 12%, rgba(139, 108, 226, .07), transparent 24%),
    linear-gradient(180deg, #fff 0%, #fbfdff 57%, #f8fbff 100%);
  font-family: "Manrope", "Segoe UI", Arial, sans-serif;
  font-size: clamp(9px, 1.16vw, 17px);
  line-height: 1.45;
  -webkit-font-smoothing: antialiased;
}

button,
input {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  color: inherit;
}

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

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

img.asset-missing {
  visibility: hidden;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  left: 1rem;
  top: -5rem;
  padding: .75rem 1rem;
  border-radius: .8rem;
  color: #fff;
  background: var(--navy);
}

.skip-link:focus {
  top: 1rem;
}

.page-shell {
  width: var(--shell);
  margin-inline: auto;
}

.button {
  display: inline-flex;
  min-height: clamp(36px, 4.63vw, 67px);
  align-items: center;
  justify-content: center;
  gap: .8em;
  border: 0;
  border-radius: 999px;
  padding: 0 clamp(18px, 2.45vw, 36px);
  color: #fff;
  background: linear-gradient(135deg, #9977e7 0%, #7656ca 100%);
  box-shadow: 0 8px 18px rgba(118, 84, 202, .25);
  font-weight: 750;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 11px 24px rgba(118, 84, 202, .31);
  filter: saturate(1.08);
}

.button:focus-visible,
a:focus-visible,
summary:focus-visible {
  outline: 3px solid rgba(95, 202, 200, .6);
  outline-offset: 3px;
}

.button:disabled {
  cursor: wait;
  filter: grayscale(.35);
  opacity: .72;
}

.section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .85em;
  margin: 0;
  color: var(--navy);
  font-size: clamp(24px, 2.57vw, 37px);
  font-weight: 850;
  letter-spacing: -.035em;
  line-height: 1.1;
  text-align: center;
}

.section-title > span {
  color: var(--teal);
  font-size: .75em;
  font-weight: 900;
}

.section-title > span:last-child {
  color: #c4b6f3;
}

.soft-card {
  border: 1px solid rgba(222, 232, 246, .85);
  border-radius: clamp(15px, 1.93vw, 28px);
  background: rgba(255, 255, 255, .94);
  box-shadow: var(--shadow);
}

/* Header */
.site-header {
  position: relative;
  z-index: 40;
  height: clamp(61px, 7.84vw, 113px);
  padding-top: clamp(10px, 1.285vw, 19px);
  overflow: hidden;
}

.header-inner {
  width: min(calc(100% - 32px), 1380px);
  height: clamp(51px, 6.55vw, 94px);
  margin-inline: auto;
  padding: 0 clamp(14px, 1.8vw, 26px);
  display: flex;
  align-items: center;
  gap: clamp(10px, 1.8vw, 26px);
  border: 1px solid rgba(231, 237, 247, .86);
  border-radius: 0 0 clamp(16px, 2.05vw, 30px) clamp(16px, 2.05vw, 30px);
  background: rgba(255, 255, 255, .95);
  box-shadow: 0 6px 24px rgba(42, 70, 120, .08);
  backdrop-filter: blur(12px);
}

.brand {
  position: relative;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: clamp(5px, .7vw, 11px);
  white-space: nowrap;
}

.site-header .brand::after {
  content: "\2726";
  position: absolute;
  left: 61px;
  top: -8px;
  color: var(--teal);
  font-size: 12px;
  line-height: 1;
}

.brand-mark {
  width: clamp(32px, 4.1vw, 59px);
  color: #4b66ad;
}

.brand-mark svg {
  width: 100%;
}

.brand-copy {
  display: grid;
}

.brand-copy strong {
  color: var(--teal-dark);
  font-size: clamp(12px, 2.05vw, 30px);
  font-weight: 850;
  letter-spacing: -.03em;
  line-height: 1;
}

.brand-copy em {
  color: var(--purple);
  font-style: normal;
}

.brand-copy small {
  margin-top: .3em;
  color: #6f7b98;
  font-size: clamp(5px, .95vw, 14px);
}

.main-nav {
  display: flex;
  min-width: 0;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
  gap: clamp(10px, 2.25vw, 33px);
  font-size: clamp(6.5px, .95vw, 14px);
  font-weight: 650;
  white-space: nowrap;
}

.main-nav a {
  transition: color .2s ease;
}

.main-nav a:hover {
  color: var(--purple-dark);
}

.header-actions {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: clamp(9px, 1.15vw, 17px);
}

.header-phone {
  display: flex;
  align-items: center;
  gap: .55em;
  min-width: clamp(163px, 14.5vw, 209px);
  font-size: clamp(5.5px, .9vw, 13px);
}

.header-phone > span:last-child {
  display: grid;
}

.header-phone b {
  font-size: clamp(7px, 1.1vw, 16px);
}

.header-phone small {
  color: #78849e;
}

.round-icon {
  display: grid;
  width: clamp(22px, 2.83vw, 41px);
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid #e4eafa;
  border-radius: 50%;
  color: var(--navy);
  font-size: 1.6em;
}

.round-icon svg {
  width: 48%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.button-small {
  min-height: clamp(30px, 3.85vw, 56px);
  padding-inline: clamp(12px, 1.55vw, 23px);
  font-size: clamp(6.5px, .84vw, 13px);
}

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

/* Hero */
.hero {
  position: relative;
  height: clamp(368px, 47.3vw, 682px);
  overflow: hidden;
  background:
    radial-gradient(circle at 66% 25%, rgba(123, 218, 238, .21), transparent 25%),
    radial-gradient(circle at 90% 16%, rgba(247, 190, 209, .2), transparent 28%),
    linear-gradient(180deg, #fbfdff, #f7fbff 80%, #eaf9fb);
}

.hero-layout {
  position: relative;
  z-index: 3;
  height: 100%;
  display: grid;
  grid-template-columns: 39% 61%;
}

.hero-copy {
  position: relative;
  z-index: 4;
  padding-top: clamp(24px, 3.08vw, 44px);
}

.hero-copy::before,
.hero-copy::after {
  position: absolute;
  z-index: 1;
  line-height: 1;
  pointer-events: none;
}

.hero-copy::before {
  content: "\2726";
  left: 270px;
  top: 38px;
  color: #9a80df;
  font-size: 12px;
}

.hero-copy::after {
  content: "\2661";
  right: 55px;
  top: 100px;
  color: var(--teal);
  font-size: 27px;
  font-weight: 800;
  transform: rotate(-9deg);
}

.hero h1 {
  width: 115%;
  max-width: none;
  margin: 0;
  color: var(--navy);
  font-size: clamp(39px, 4.86vw, 70px);
  font-weight: 900;
  letter-spacing: -.055em;
  line-height: .98;
  transform: translateX(-4px);
}

.hero h1::after {
  content: "";
  position: absolute;
  left: 4px;
  top: calc(100% + 11px);
  width: 8.5vw;
  max-width: 100px;
  height: 4px;
  border-radius: 999px;
  background: var(--teal);
}

.hero-line {
  display: block;
  width: max-content;
  white-space: nowrap;
  transform-origin: left center;
}

.hero-line-1 {
  transform: scaleX(1.086);
}

.hero-line-2 {
  transform: translate(-2px, 2px) scaleX(.995);
}

.hero-line-3 {
  transform: translateX(-2px);
}

.hero h1 .hero-accent {
  color: var(--purple);
  font-style: normal;
}

.hero-copy > p {
  max-width: 23.5em;
  margin: clamp(16px, 2.22vw, 32px) 0 clamp(14px, 1.88vw, 27px);
  color: #5e6a86;
  font-size: clamp(8.5px, 1.23vw, 17.7px);
  line-height: 1.48;
  transform: translate(-3px, -2px);
}

.button-hero {
  min-height: clamp(35px, 4.5vw, 65px);
  min-width: clamp(180px, 22.75vw, 328px);
  margin-left: -11px;
  font-size: clamp(9px, 1.16vw, 17px);
}

.calendar-glyph {
  width: clamp(22px, 2.85vw, 41px);
  height: clamp(26px, 3.34vw, 48px);
  flex: 0 0 auto;
  object-fit: contain;
  overflow: visible;
}

.hero-features article:nth-child(4) .feature-icon img {
  width: 100%;
  height: 100%;
}

.hero-features {
  display: grid;
  width: 104%;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(7px, .9vw, 13px);
  margin-top: clamp(16px, 2.15vw, 31px);
  margin-left: -12px;
}

.hero-features article {
  min-width: 0;
}

.feature-icon {
  display: grid;
  width: clamp(31px, 3.98vw, 58px);
  aspect-ratio: 1;
  place-items: center;
  margin-bottom: .55em;
  border-radius: 50%;
}

.feature-icon.mint { background: #e1f9f7; }
.feature-icon.lilac { background: #f0eafe; }
.feature-icon.peach { background: #fff0e8; }
.feature-icon.blue { background: #e9f5ff; }

.feature-icon img {
  width: 68%;
  height: 68%;
  object-fit: contain;
}

.hero-features b,
.hero-features small {
  display: block;
}

.hero-features b {
  font-size: clamp(6.5px, .97vw, 14px);
  line-height: 1.22;
}

.hero-features small {
  margin-top: .55em;
  color: #75819b;
  font-size: clamp(4.8px, .7vw, 10px);
  line-height: 1.35;
}

.hero-art {
  position: relative;
  min-width: 0;
}

.hero-main-image {
  position: absolute;
  z-index: 2;
  left: 1.5%;
  top: -15px;
  right: auto;
  bottom: auto;
  width: 110.6%;
  height: 107.3%;
  max-width: none;
  object-fit: fill;
  object-position: center;
  filter: drop-shadow(0 18px 24px rgba(49, 77, 116, .12));
}

.hero-canonical-patch {
  display: none;
}

.hero-bubble {
  position: absolute;
  z-index: 4;
  left: 54%;
  top: 10.3%;
  width: min(14.65vw, 211px);
  height: min(8.25vw, 119px);
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid #edf0f8;
  border-radius: 46% 48% 42% 50%;
  background: rgba(255,255,255,.95);
  box-shadow: 0 8px 18px rgba(69, 79, 132, .13);
  font-size: clamp(7px, .9vw, 13px);
  font-weight: 700;
  line-height: 1.45;
  transform: rotate(-7deg);
}

.hero-bubble::after {
  content: "";
  position: absolute;
  left: 10%;
  bottom: -14%;
  border: .7em solid transparent;
  border-top-color: #fff;
  transform: rotate(27deg);
}

.hero-poster {
  position: absolute;
  z-index: 1;
  right: 4%;
  top: 19%;
  width: 15%;
  opacity: .85;
}

.hero-mascot {
  position: absolute;
  z-index: 5;
  left: 30.5%;
  bottom: 38.5%;
  width: 8.2%;
  height: 15.2%;
  object-fit: contain;
  filter: drop-shadow(0 8px 11px rgba(52, 74, 116, .12));
}

.hero-wave {
  position: absolute;
  z-index: 3;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 12%;
}

.hero-flight {
  position: absolute;
  z-index: 4;
  left: 13.3%;
  top: 87.5%;
  width: 23%;
  height: 12%;
  overflow: visible;
  pointer-events: none;
}

.hero-flight-path {
  fill: none;
  stroke: #a68ce7;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-dasharray: 7 9;
  transform: translateY(26px);
}

.hero-flight-plane {
  fill: none;
  stroke: #826bd2;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-cloud {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, .7);
  filter: blur(1px);
}

.hero-cloud-a { width: 20%; height: 45%; left: -8%; top: 7%; }
.hero-cloud-b { width: 25%; height: 55%; right: -8%; top: 4%; }

/* Why */
.why {
  height: clamp(229px, 29.44vw, 424px);
  padding-top: clamp(15px, 1.93vw, 28px);
  background: #fff;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(10px, 1.53vw, 22px);
  margin-top: clamp(14px, 1.4vw, 21px);
  width: calc(100% - 23px);
  margin-left: 4px;
  margin-right: auto;
}

.why-grid article {
  height: clamp(172px, 22.1vw, 319px);
  padding: clamp(12px, 1.54vw, 23px) clamp(15px, 2.36vw, 34px);
}

.why-grid img {
  width: clamp(64px, 8.23vw, 119px);
  height: clamp(64px, 8.23vw, 119px);
  margin: -1.5em auto calc(.9em + 7px);
  object-fit: contain;
  filter: drop-shadow(0 7px 10px rgba(63, 77, 128, .09));
  transform: translateY(13px) scale(1.25);
}

.why-grid article:first-child img {
  transform: translateY(13px) scale(1.45);
}

.why-grid article:nth-child(4) img {
  transform: translate(8px, 13px) scale(1.25);
}

.why-grid h3 {
  margin: 0 0 .55em;
  font-size: clamp(9px, 1.53vw, 22px);
  line-height: 1.2;
  transform: scaleX(.94);
  transform-origin: left center;
}

.why-grid p {
  width: 100%;
  max-width: 188px;
  margin: 0;
  color: #67738e;
  font-size: clamp(6px, .97vw, 14px);
  font-weight: 550;
  line-height: 1.35;
}

/* Services */
.services {
  height: clamp(302px, 38.82vw, 560px);
  padding-top: clamp(8px, 1.03vw, 15px);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(8px, 1.03vw, 15px);
  margin-top: clamp(10px, 1.28vw, 19px);
}

.service-card {
  display: grid;
  height: clamp(117px, 15.7vw, 226px);
  grid-template-columns: 49% 51%;
  overflow: hidden;
  border: 1px solid rgba(229, 235, 246, .92);
  border-radius: clamp(15px, 1.93vw, 28px);
  background: rgba(255,255,255,.95);
  box-shadow: 0 7px 20px rgba(45, 67, 115, .07);
}

.service-visual {
  display: grid;
  place-items: center;
  padding: 3%;
}

.service-visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: translate(4px, -20px);
}

.service-card > div:last-child {
  position: relative;
  padding: 14.5% 2% 8% 0;
}

.service-card h3 {
  min-height: 2.4em;
  margin: 0 0 .55em;
  font-size: clamp(8px, 1.48vw, 21px);
  line-height: 1.15;
  transform: scaleX(.91);
  transform-origin: left center;
}

.service-card p {
  min-height: 4.3em;
  margin: 0;
  color: #71809a;
  font-size: clamp(5.2px, .97vw, 14px);
  font-weight: 500;
  line-height: 1.35;
}

.service-card button {
  margin-top: .35em;
  padding: 0;
  border: 0;
  color: var(--purple);
  background: transparent;
  font-size: clamp(5.5px, .9vw, 13px);
  font-weight: 750;
  cursor: pointer;
}

.service-card button span {
  margin-left: .5em;
}

/* Process */
.process {
  height: clamp(167px, 21.47vw, 310px);
  padding-top: clamp(6px, .77vw, 11px);
}

.process-heading {
  position: relative;
  z-index: 2;
  font-weight: 900;
}

.process-heading b {
  padding-inline: .55em;
  background: var(--page);
}

.process-panel {
  position: relative;
  height: clamp(144px, 18.51vw, 267px);
  min-height: clamp(144px, 18.51vw, 267px);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: clamp(-4px, -.51vw, -7px);
  padding: clamp(20px, 2.57vw, 38px) clamp(14px, 1.8vw, 26px) clamp(9px, 1.16vw, 17px);
  border: 1px solid #dce5f3;
  border-radius: clamp(15px, 1.93vw, 28px);
  background: rgba(255,255,255,.55);
}

.process-panel article {
  position: relative;
  z-index: 2;
  width: 18%;
}

.process-panel article img {
  width: clamp(48px, 6.17vw, 89px);
  height: clamp(50px, 6.43vw, 93px);
  margin: -.5em auto .8em;
  object-fit: contain;
  transform: translate(13px, 5px);
}

.step-number {
  position: absolute;
  left: 0;
  top: 0;
  display: grid;
  width: clamp(21px, 2.7vw, 39px);
  aspect-ratio: 1;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--purple);
  font-size: clamp(9px, 1.16vw, 17px);
  font-weight: 800;
}

.process-panel h3 {
  margin: calc(.25em + 13px) 0 calc(.25em + 1px) 44px;
  font-size: clamp(8px, 1.39vw, 20px);
}

.process-panel p {
  width: calc(100% - 44px);
  max-width: 140px;
  margin: 0 0 0 44px;
  color: #71809a;
  font-size: clamp(5px, .97vw, 14px);
  line-height: 1.45;
}

.step-arrow {
  width: clamp(58px, 7.78vw, 112px);
  height: clamp(19px, 2.43vw, 35px);
  align-self: center;
  margin: .5em -.4em 0;
  font-style: normal;
  white-space: nowrap;
  transform: translateY(-50px);
}

.step-arrow img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.process-mascot {
  align-self: flex-start;
  width: 10.8%;
  height: auto;
  margin-top: -.9em;
  object-fit: contain;
  transform: translateX(5px);
}

.process-panel article:first-child::after {
  content: "";
  position: absolute;
  z-index: 3;
  left: 122px;
  top: 37px;
  width: 36px;
  aspect-ratio: 1;
  border: 3px solid #7584b0;
  border-radius: 50%;
  background:
    linear-gradient(#7584b0, #7584b0) 50% 25% / 3px 12px no-repeat,
    linear-gradient(110deg, transparent 46%, #7584b0 47% 53%, transparent 54%) 58% 58% / 15px 12px no-repeat,
    #fff;
  box-shadow: 0 2px 4px rgba(46, 65, 111, .14);
}

/* Fear */
.fear {
  height: clamp(210px, 26.99vw, 389px);
  padding-top: clamp(9px, 1.16vw, 17px);
}

.fear-grid {
  display: grid;
  height: clamp(193px, 25.42vw, 366px);
  grid-template-columns: 51.15% calc(48.85% - clamp(24px, 3.2vw, 46px));
  gap: clamp(24px, 3.2vw, 46px);
}

.fear-photo {
  position: relative;
  overflow: hidden;
  border-radius: clamp(22px, 2.83vw, 41px);
  background: linear-gradient(145deg, #bcecf2, #f9cfe1);
}

.fear-photo > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fear-photo > span {
  position: absolute;
  top: 8%;
  right: 18%;
  padding: 1.1em 1.35em;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 7px 17px rgba(64, 83, 124, .13);
  font-size: clamp(7px, .9vw, 13px);
  font-weight: 700;
  text-align: center;
  transform: rotate(-7deg);
}

.fear-copy {
  position: relative;
  padding-top: clamp(5px, .64vw, 10px);
}

.fear-copy h2 {
  margin: 0;
  font-size: clamp(24px, 2.78vw, 40px);
  font-weight: 850;
  letter-spacing: -.04em;
  line-height: 1.05;
  transform: scaleX(.92);
  transform-origin: left center;
}

.fear-copy ul {
  display: grid;
  gap: .9em;
  margin: 1.4em 0 2em;
  padding: 0;
  list-style: none;
  color: #66738e;
  font-size: clamp(8px, 1.18vw, 17px);
}

.fear-copy li::before {
  content: "✓";
  display: inline-grid;
  width: 1.45em;
  aspect-ratio: 1;
  place-items: center;
  margin-right: .85em;
  border-radius: 50%;
  color: #fff;
  background: var(--teal);
  font-size: .7em;
  font-weight: 900;
}

.fear-note {
  width: calc(100% + 20px);
  margin-left: -20px;
  padding: 1em;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(90deg, #906fe1, #7252ca);
  box-shadow: 0 7px 16px rgba(115, 83, 200, .2);
  font-size: clamp(7px, 1.25vw, 18px);
  font-weight: 700;
  text-align: center;
}

.fear-doodle {
  position: absolute;
  z-index: 0;
  right: 8.5%;
  top: 4%;
  width: 23%;
  height: 34%;
  overflow: visible;
  fill: none;
  stroke: #b5a2ee;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.fear-doodle path:first-child {
  stroke-dasharray: 7 5;
}

.fear-mascot {
  position: absolute;
  right: 3%;
  bottom: 22%;
  width: 21.5%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 7px 9px rgba(58, 73, 117, .1));
}

/* Doctors */
.doctors {
  height: clamp(219px, 28.15vw, 406px);
  padding-top: clamp(3px, .39vw, 6px);
}

.doctors-heading {
  margin-bottom: clamp(9px, 1.16vw, 17px);
}

.doctors-grid {
  display: grid;
  grid-template-columns: 34.5% calc(65.5% - 4px);
  gap: 4px;
}

.doctors-intro {
  position: relative;
  height: clamp(172px, 22.11vw, 319px);
  padding: clamp(18px, 2.31vw, 34px);
  overflow: hidden;
}

.doctors-intro p {
  width: 100%;
  margin: 0;
  color: #64728c;
  font-size: clamp(6.5px, 1.15vw, 16.5px);
  line-height: 1.45;
}

.button-compact {
  min-height: clamp(31px, 3.98vw, 58px);
  margin-top: 1.4em;
  margin-left: 13px;
  padding-inline: 2.1em;
  font-size: clamp(6px, 1.04vw, 15px);
}

.doctors-intro img {
  position: absolute;
  right: auto;
  left: 22.5%;
  bottom: -4%;
  width: 38%;
}

.doctor-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(9px, 1.16vw, 17px);
}

.doctor-card {
  height: clamp(172px, 22.11vw, 319px);
  padding: clamp(10px, 1.29vw, 19px);
  text-align: center;
}

.doctor-card > img {
  width: clamp(80px, 11.8vw, 170px);
  aspect-ratio: 1;
  margin: -.25em auto .4em;
  border-radius: 50%;
  object-fit: cover;
  background: #e8f7fa;
  transform: translate(-7px, -13px) scale(1.18);
}

.doctor-card:nth-child(2) > img { background: #f7e7f1; }
.doctor-card:nth-child(3) > img { background: #e4f4f2; }

.doctor-card h3 {
  margin: 0;
  font-size: clamp(7px, 1.25vw, 18px);
  line-height: 1.25;
}

.doctor-card p {
  margin: .45em 0;
  color: #748099;
  font-size: clamp(5.5px, .97vw, 14px);
}

.rating {
  color: var(--gold);
  font-size: clamp(7px, 1.18vw, 17px);
}

.rating b {
  margin-left: .45em;
  color: var(--navy);
}

/* Reviews */
.reviews {
  height: clamp(143px, 18.38vw, 265px);
  padding-top: clamp(4px, .51vw, 8px);
}

.reviews-wrap {
  position: relative;
  margin-top: clamp(9px, 1.16vw, 17px);
}

.reviews-track {
  display: grid;
  width: 86.5%;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(9px, .83vw, 12px);
  margin-left: 3.6%;
}

.review-card {
  height: clamp(92px, 14.15vw, 204px);
  padding: clamp(13px, 1.67vw, 25px);
}

.review-card p {
  min-height: 4.5em;
  margin: 0;
  color: #60708d;
  font-size: clamp(5.6px, 1.04vw, 15px);
  line-height: 1.45;
}

.review-card b {
  display: block;
  margin-top: .8em;
  font-size: clamp(5.5px, 1.04vw, 15px);
}

.review-card div {
  margin-top: .5em;
  color: var(--gold);
  font-size: clamp(7px, 1.32vw, 19px);
  letter-spacing: .15em;
}

.review-arrow {
  position: absolute;
  z-index: 2;
  top: 25%;
  display: grid;
  width: clamp(29px, 3.73vw, 54px);
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid #e2e9f5;
  border-radius: 50%;
  color: var(--purple);
  background: #fff;
  box-shadow: 0 6px 14px rgba(51, 72, 121, .1);
  font-size: clamp(19px, 2.44vw, 36px);
  line-height: 1;
  cursor: pointer;
}

.review-prev { left: -2.5%; }
.review-next { right: -2.5%; }

.reviews-mascot {
  position: absolute;
  right: -.5%;
  bottom: 28%;
  width: 9.3%;
}

/* FAQ */
.faq {
  height: clamp(151px, 19.41vw, 280px);
  padding-top: clamp(5px, .64vw, 10px);
}

.faq-panel {
  height: clamp(143px, 18.38vw, 265px);
  display: grid;
  grid-template-columns: 30% 70%;
  overflow: hidden;
  border-radius: clamp(18px, 2.31vw, 34px);
  background:
    radial-gradient(circle at 8% 15%, rgba(255,255,255,.95), transparent 23%),
    linear-gradient(135deg, #f3f6ff, #f6f3ff);
  width: min(90.5vw, 1358px);
}

.faq-side {
  position: relative;
}

.faq-side img {
  position: absolute;
  left: 6.5%;
  top: 46px;
  bottom: auto;
  width: 32.5%;
}

.faq-side span {
  position: absolute;
  left: 36%;
  top: 19%;
  padding: 1.2em 3.75em;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 7px 16px rgba(55, 77, 122, .1);
  font-size: clamp(6.5px, .84vw, 13px);
  font-weight: 700;
  text-align: center;
}

.faq-content {
  padding: 15px clamp(18px, 2.31vw, 34px) 0 0;
}

.faq-content h2 {
  margin: 0 0 .15em 16px;
  font-size: clamp(16px, 2.06vw, 30px);
  font-weight: 850;
  transform: scaleX(.86);
  transform-origin: left center;
}

.accordion {
  display: grid;
  gap: clamp(3px, .39vw, 5px);
}

.accordion details {
  overflow: hidden;
  border: 1px solid #e8ebf6;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 4px 10px rgba(64, 76, 125, .035);
}

.accordion summary {
  min-height: clamp(21px, 2.7vw, 39px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.5em 0 1.8em;
  cursor: pointer;
  font-size: clamp(6.5px, 1.15vw, 16.5px);
  font-weight: 700;
  list-style: none;
}

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

.accordion summary span {
  color: var(--purple);
  font-size: 1.65em;
  font-weight: 400;
  transition: transform .2s ease;
}

.accordion details[open] {
  border-radius: clamp(11px, 1.41vw, 21px);
}

.accordion details[open] summary span {
  transform: rotate(45deg);
}

.accordion details p {
  margin: 0;
  padding: 0 1.5em 1em;
  color: #6b7891;
  font-size: clamp(5.8px, .75vw, 11px);
}

/* CTA + footer */
.final-cta {
  position: relative;
  height: clamp(80px, 10.28vw, 149px);
  padding-top: clamp(8px, 1.39vw, 20px);
  overflow: visible;
}

.cta-panel {
  position: relative;
  height: clamp(69px, 8.85vw, 128px);
  display: grid;
  grid-template-columns: 45% 22% 33%;
  align-items: center;
  overflow: visible;
  padding: 0 clamp(26px, 3.34vw, 49px);
  border-radius: clamp(17px, 2.18vw, 32px);
  color: #fff;
  background: linear-gradient(90deg, #8064cf 0%, #8468cf 100%);
  width: min(90.5vw, 1358px);
}

.cta-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 68% 14%, rgba(255,255,255,.16) 0 2px, transparent 3px);
  background-size: 37px 37px;
  opacity: .35;
}

.cta-panel > div,
.cta-panel > button,
.cta-panel > img {
  position: relative;
  z-index: 2;
}

.cta-panel h2 {
  margin: 0;
  font-size: clamp(13px, 1.67vw, 25px);
  line-height: 1.15;
}

.cta-panel p {
  margin: .45em 0 0;
  font-size: clamp(6px, 1.04vw, 15px);
  opacity: .92;
}

.button-white {
  min-height: clamp(34px, 4.8vw, 69px);
  padding-inline: 1.45em;
  color: var(--purple-dark);
  background: #fff;
  box-shadow: 0 7px 18px rgba(48, 34, 101, .16);
  font-size: clamp(7px, .9vw, 13px);
}

.cta-tooth {
  position: absolute !important;
  right: 18.7%;
  bottom: 0;
  width: 10.8%;
}

.cta-clinic {
  position: absolute !important;
  right: .15%;
  bottom: -107%;
  width: 25.55%;
  transform: scaleY(1.058);
  transform-origin: center bottom;
}

.cta-canonical-patch {
  display: none;
}

.site-footer {
  height: clamp(91px, 11.83vw, 171px);
  width: min(90.5vw, 1358px);
  margin-inline: auto;
  padding-top: clamp(9px, .9vw, 13px);
  border: 1px solid rgba(222, 232, 246, .85);
  border-top: 0;
  border-radius: 0 0 clamp(17px, 2.18vw, 32px) clamp(17px, 2.18vw, 32px);
  background: #fff;
}

.footer-grid {
  display: grid;
  grid-template-columns: 25.5% 13.2% 16.2% 24%;
  justify-content: start;
}

.footer-brand .brand-mark {
  width: clamp(27px, 3.47vw, 50px);
}

.footer-grid nav,
.footer-grid address {
  display: grid;
  align-content: start;
  gap: .25em;
  color: #67748e;
  font-size: clamp(5.4px, .94vw, 13.5px);
  font-style: normal;
}

.footer-grid b {
  margin-bottom: .3em;
  color: var(--navy);
  font-size: 1.12em;
}

.socials {
  display: flex;
  gap: clamp(9px, 1.25vw, 18px);
  margin: .75em 0 0 2.8em;
}

.socials a {
  display: grid;
  width: clamp(17px, 2.43vw, 35px);
  aspect-ratio: 1;
  place-items: center;
  border-radius: .3em;
  color: #fff;
  background: #4f8fdc;
  font-size: clamp(6px, .77vw, 12px);
  font-weight: 800;
}

.socials a:nth-child(2) { background: #3f86ca; }
.socials a:nth-child(3) { background: linear-gradient(135deg, #8566d8, #ed557c, #f0aa37); }

.footer-bottom {
  display: flex;
  justify-content: center;
  gap: 16%;
  margin-top: clamp(5px, .64vw, 9px);
  color: #8792a7;
  font-size: clamp(4.5px, .58vw, 9px);
}

/* Dialogs + toast */
dialog {
  width: min(92vw, 470px);
  padding: clamp(26px, 4vw, 45px);
  border: 0;
  border-radius: 30px;
  color: var(--navy);
  background: #fff;
  box-shadow: 0 30px 90px rgba(27, 42, 79, .28);
}

dialog::backdrop {
  background: rgba(20, 32, 63, .55);
  backdrop-filter: blur(8px);
}

.dialog-close {
  position: absolute;
  right: 15px;
  top: 12px;
  display: grid;
  width: 36px;
  aspect-ratio: 1;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: var(--navy);
  background: #f2f4fb;
  font-size: 24px;
  cursor: pointer;
}

.dialog-mark {
  width: 90px;
  height: 75px;
  margin: -15px auto 5px;
}

.dialog-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

dialog h2 {
  margin: 0;
  font-size: 28px;
  text-align: center;
}

dialog > p {
  margin: 10px 0 22px;
  color: #687691;
  text-align: center;
}

.lead-dialog form {
  display: grid;
  gap: 13px;
}

.lead-dialog label:not(.dialog-consent) {
  display: grid;
  gap: 6px;
  color: #5f6c87;
  font-size: 12px;
  font-weight: 650;
}

.lead-dialog input[type="text"],
.lead-dialog input[type="tel"] {
  min-height: 48px;
  padding: 0 16px;
  border: 1px solid #dde5f2;
  border-radius: 14px;
  color: var(--navy);
  background: #fafcff;
  font-size: 15px;
  outline: none;
}

.lead-dialog input:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(95,202,200,.16);
}

.dialog-consent {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: #78849a;
  font-size: 11px;
}

.lead-dialog .button {
  width: 100%;
  margin-top: 5px;
  font-size: 14px;
}

.privacy-dialog p {
  font-size: 14px;
  line-height: 1.7;
}

.toast {
  position: fixed;
  z-index: 100;
  left: 50%;
  bottom: 24px;
  max-width: min(92vw, 520px);
  padding: 13px 18px;
  border-radius: 999px;
  color: #fff;
  background: var(--navy);
  box-shadow: 0 14px 35px rgba(24,41,82,.24);
  font-size: 13px;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 22px);
  transition: .25s ease;
}

.toast.show {
  opacity: 1;
  transform: translate(-50%, 0);
}

.toast.error {
  background: #a8405b;
}

/* Motion */
[data-reveal] {
  opacity: 1;
  transform: translateY(0);
  transition: opacity .55s ease, transform .55s cubic-bezier(.2,.7,.2,1);
}

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

.hero-main-image {
  animation: heroFloat 5.5s ease-in-out infinite;
}

.hero-mascot {
  animation: mascotBob 3.8s ease-in-out infinite;
}

@keyframes heroFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-4px); }
}

@keyframes mascotBob {
  0%, 100% { transform: rotate(-2deg) translateY(0); }
  50% { transform: rotate(2deg) translateY(-5px); }
}

/* Tablet */
@media (max-width: 900px) and (min-width: 681px) {
  .main-nav { gap: 1.35vw; }
  .hero-features { width: 113%; }
  .reviews-track { width: 86.5%; }
}

@media (min-width: 901px) {
  .hero {
    overflow: visible;
  }
  .hero-cloud-b {
    display: none;
  }
  .hero-canonical-patch {
    position: absolute;
    z-index: 8;
    left: 41.7738%;
    top: 0;
    display: block;
    width: 58.2262%;
    height: 100.546%;
    max-width: none;
    object-fit: fill;
    pointer-events: none;
  }
  .hero-main-image,
  .hero-bubble,
  .hero-poster {
    display: none;
  }
  .hero-main-image { animation: none; }
  .hero-flight {
    clip-path: inset(0 0 10px 0);
    transform: translate(17px, -3.5px) scale(.949, 1.22);
    transform-origin: left top;
  }
  .site-header .brand { transform: translateX(-7px); }
  .why .section-title {
    font-size: 35px;
    transform: translateX(-18px);
  }
  .why-grid { margin-top: 27px; }
  .why-grid article:nth-child(3) p {
    transform: translateY(11px);
  }
  .why-grid article:nth-child(4) p {
    width: 230px;
    max-width: 230px;
    transform: translate(11px, 9px);
  }
  .why-grid article:nth-child(4) {
    min-width: 0;
  }
  .services .section-title {
    font-size: 39px;
    transform: translateX(-5px);
  }
  .services-grid {
    grid-template-columns: 32.4% 32% 33.2%;
    column-gap: 1.2%;
    row-gap: 15px;
    margin-top: 15px;
  }
  .service-card:nth-child(3n + 1) {
    grid-template-columns: 50.2% 49.8%;
  }
  .service-card:nth-child(3n + 2) {
    grid-template-columns: 49% 51%;
  }
  .service-card:nth-child(3n) {
    grid-template-columns: 46% 54%;
  }
  .service-card:nth-child(1) p {
    max-width: 160px;
    transform: scaleX(.96);
    transform-origin: left top;
  }
  .service-card:nth-child(2) p {
    transform: scaleX(.94);
    transform-origin: left top;
  }
  .service-card:nth-child(3) p {
    transform: translateY(-4px) scaleX(.94);
    transform-origin: left top;
  }
  .service-card:nth-child(4) .service-visual img,
  .service-card:nth-child(5) .service-visual img {
    transform: translate(4px, -20px) scale(.88);
  }
  .service-card button {
    position: absolute;
    left: 0;
    bottom: 20px;
  }
  .process .section-title {
    font-size: 36px;
    transform: translate(10px, -11px);
  }
  .process-panel {
    margin-top: -24px;
    padding-left: 42px;
    padding-right: 8px;
  }
  .process-panel article:first-child img {
    width: 89px;
    height: 93px;
    transform: translate(14.5px, 21px) scale(1.28);
  }
  .process-panel h3 {
    font-size: 21px;
    transform: translateY(-6px) scaleX(.94);
    transform-origin: left center;
  }
  .process-panel p {
    font-size: 14.7px;
    transform: translateY(-6px);
  }
  .step-arrow:nth-of-type(1) { transform: translate(-10px, -44.5px); }
  .step-arrow:nth-of-type(2) { transform: translate(-28px, -44.5px); }
  .step-arrow:nth-of-type(3) { transform: translate(-24px, -59.5px); }
  .process-panel article:nth-of-type(2) { transform: translateX(-15px); }
  .process-panel article:nth-of-type(3) { transform: translateX(-22px); }
  .process-panel article:nth-of-type(4) { transform: translateX(-30px); }
  .process-panel article:nth-of-type(4) p {
    width: 150px;
    max-width: 150px;
  }
  .process-panel article:nth-of-type(2) img {
    width: 89px;
    height: 93px;
    transform: translate(-2px, 8px) scale(1.15);
  }
  .process-panel article:nth-of-type(3) img {
    width: 89px;
    height: 93px;
    transform: translate(11px, 8px) scale(1.12);
  }
  .process-panel article:nth-of-type(4) img {
    width: 89px;
    height: 93px;
    transform: translate(9px, 8px) scale(1.25);
  }
  .doctors .section-title,
  .reviews .section-title { font-size: 33px; }
  .reviews .section-title {
    font-size: 30px;
    transform: translateX(4px);
  }
  .doctors-heading { margin-bottom: 21px; }
  .doctors-intro { padding: 7px 20px 34px 40px; }
  .doctors-intro .button-compact {
    position: absolute;
    left: 48px;
    top: 160px;
    margin: 0;
  }
  .doctor-card > img {
    transform: translate(-7px, -13px) scale(1.13);
  }
  .doctor-card:nth-child(3) > img {
    transform: translate(-20px, -13px) scale(1.13);
  }
  .reviews-wrap { margin-top: 12px; }
  .reviews-track { gap: 28px; }
  .review-card { padding-inline: 36px; }
  .review-card p { min-height: calc(4.5em + 22px); }
  .review-card b { font-size: 16px; }
  .review-card div {
    margin-top: .32em;
    font-size: 27px;
    letter-spacing: .07em;
    transform-origin: left center;
  }
  .review-card:nth-child(1) div {
    transform: translateY(-6px) scaleX(1.07);
  }
  .review-card:nth-child(2) > p,
  .review-card:nth-child(2) > b {
    transform: translateX(13px);
  }
  .review-card:nth-child(2) > div {
    transform: translate(13px, -2px) scaleX(1.085);
  }
  .review-card:nth-child(3) > p,
  .review-card:nth-child(3) > b {
    transform: translateX(15px);
  }
  .review-card:nth-child(3) > div {
    transform: translate(15px, -2px) scaleX(1.05);
  }
  .review-next { display: none; }
  .cta-clinic {
    display: none;
  }
  .cta-canonical-patch {
    position: absolute;
    z-index: 20;
    left: 71.9794%;
    top: -9.34px;
    display: block;
    width: 28.0206%;
    height: auto;
    max-width: none;
    pointer-events: none;
  }
  .cta-panel > div { transform: translateX(24px); }
  .button-white { transform: translateX(44px); }
  .footer-grid { transform: translate(6px, 7px); }
  .footer-brand { transform: translateX(-6px); }
  .footer-brand .brand-copy strong { font-size: 22px; }
  .footer-brand .brand-copy small { font-size: 10px; }
  .footer-brand .brand-mark {
    width: 67px;
    transform: scale(1.1);
    transform-origin: left center;
  }
  .socials { margin-left: 7px; }
  .footer-bottom {
    position: relative;
    display: block;
    transform: translateY(7px);
  }
  .footer-bottom span,
  .footer-bottom a {
    position: absolute;
    top: 0;
  }
  .footer-bottom span:first-child { left: 238px; }
  .footer-bottom a { left: 824px; }
}

@media (min-width: 1200px) {
  .header-actions { transform: translateX(64px); }
}

/* Mobile */
@media (max-width: 680px) {
  :root {
    --shell: min(calc(100% - 32px), 540px);
  }

  body {
    font-size: 15px;
  }

  .section {
    height: auto;
  }

  .section-title {
    font-size: 28px;
    gap: .7em;
  }

  .site-header {
    position: sticky;
    top: 0;
    height: 68px;
    padding-top: 0;
    background: rgba(255,255,255,.9);
    backdrop-filter: blur(12px);
  }

  .header-inner {
    width: 100%;
    height: 68px;
    padding-inline: 16px;
    border: 0;
    border-radius: 0;
  }

  .brand-mark { width: 38px; }
  .brand-copy strong { font-size: 16px; }
  .brand-copy small { font-size: 7px; }
  .main-nav,
  .header-actions { display: none; }

  .menu-toggle {
    display: grid;
    width: 42px;
    height: 42px;
    margin-left: auto;
    padding: 10px;
    align-content: center;
    gap: 5px;
    border: 0;
    border-radius: 13px;
    background: #f1edff;
  }

  .menu-toggle span {
    height: 2px;
    border-radius: 2px;
    background: var(--purple-dark);
    transition: .2s ease;
  }

  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-7px) rotate(-45deg); }

  .mobile-nav {
    position: absolute;
    left: 12px;
    right: 12px;
    top: 72px;
    display: grid;
    gap: 2px;
    padding: 12px;
    border: 1px solid #e7ebf4;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 18px 40px rgba(38,58,100,.17);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: .2s ease;
  }

  .mobile-nav.open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .mobile-nav a {
    padding: 10px 12px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 650;
  }

  .mobile-nav a:hover { background: #f4f1ff; }
  .mobile-nav .button { margin-top: 5px; }

  .hero {
    height: auto;
    min-height: 0;
    padding-bottom: 34px;
  }

  .hero-layout {
    display: flex;
    flex-direction: column;
    height: auto;
  }

  .hero-copy {
    padding-top: 34px;
  }

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

  .hero h1 {
    width: 100%;
    max-width: 8.3em;
    font-size: clamp(43px, 12.4vw, 60px);
  }

  .hero-copy > p {
    max-width: 30em;
    margin-block: 18px;
    font-size: 14px;
    line-height: 1.45;
    transform: none;
  }

  .button-hero {
    min-height: 52px;
    min-width: 220px;
    font-size: 14px;
  }

  .hero-features {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px 14px;
    margin-top: 22px;
  }

  .hero-features article {
    display: grid;
    min-height: 46px;
    grid-template-columns: 40px 1fr;
    align-items: center;
    gap: 8px;
  }

  .feature-icon {
    width: 40px;
    margin: 0;
  }

  .hero-features b {
    font-size: 10px;
    line-height: 1.2;
  }

  .hero-features small {
    display: none;
  }

  .hero-art {
    position: relative;
    inset: auto;
    width: calc(100% + 32px);
    height: auto;
    aspect-ratio: 1.18;
    margin: 22px -16px 0;
    overflow: hidden;
    border-radius: 28px 28px 0 0;
    opacity: .98;
  }

  .hero-main-image {
    inset: -14px 0 0;
    width: 100%;
    height: calc(100% + 14px);
    object-fit: cover;
    object-position: center top;
  }

  .hero-bubble {
    left: 38%;
    top: 10%;
    width: auto;
    height: auto;
    padding: 1.2em 1.4em;
    display: block;
    font-size: 9px;
  }

  .hero-mascot {
    left: auto;
    right: 4%;
    bottom: 5%;
    width: 18%;
    height: auto;
    object-fit: contain;
  }

  .hero-line { transform: none; }
  .hero h1::after { display: none; }
  .button-hero,
  .hero-features { margin-left: 0; }

  .hero-wave { height: 5%; }

  .why,
  .services,
  .process,
  .fear,
  .doctors,
  .reviews,
  .faq,
  .final-cta {
    padding-block: 48px;
  }

  .why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 28px;
    width: 100%;
    margin-inline: 0;
  }

  .why-grid article {
    height: 220px;
    padding: 21px;
  }

  .why-grid img {
    width: 90px;
    height: 82px;
    margin: -14px auto .15em;
    transform: none;
  }

  .why-grid article:first-child img { transform: none; }

  .why-grid h3 { font-size: 15px; transform: none; }
  .why-grid p { width: 100%; max-width: none; font-size: 11px; }

  .services-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 28px;
  }

  .service-card {
    height: 158px;
  }

  .service-visual img { transform: none; }

  .service-card h3 { font-size: 16px; transform: none; }
  .service-card p { font-size: 10px; }
  .service-card button { font-size: 11px; }

  .process-panel {
    height: auto;
    min-height: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 18px;
    margin-top: 20px;
    padding: 28px 22px;
  }

  .process-panel article { width: auto; }
  .process-panel article img { width: 82px; height: 78px; transform: none; }
  .step-number { width: 27px; font-size: 12px; }
  .process-panel h3 { margin: .25em 0; font-size: 15px; }
  .process-panel p { width: auto; max-width: none; margin: 0; font-size: 10px; }
  .step-arrow { display: none; }
  .process-mascot { position: absolute; right: 2%; bottom: 0; width: 25%; height: auto; opacity: .2; }

  .fear-grid {
    height: auto;
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .fear-photo { min-height: 280px; }
  .fear-copy h2 { font-size: 35px; }
  .fear-copy ul { font-size: 13px; }
  .fear-note { width: 100%; margin-left: 0; font-size: 11px; }
  .fear-mascot { right: 0; bottom: 9%; width: 20%; }

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

  .doctors-intro {
    height: 250px;
    padding: 28px;
  }

  .doctors-intro p { font-size: 12px; }
  .doctors-intro img { left: 24%; bottom: -4%; width: 32%; }
  .button-compact { position: static; min-height: 44px; margin-left: 0; font-size: 11px; }
  .doctor-list { grid-template-columns: 1fr; }

  .doctor-card {
    height: 330px;
    padding: 24px;
  }

  .doctor-card > img { width: 190px; transform: none; }
  .doctor-card h3 { font-size: 16px; }
  .doctor-card p { font-size: 12px; }
  .rating { font-size: 14px; }

  .reviews-track {
    width: 100%;
    display: flex;
    margin-left: 0;
    overflow: hidden;
    scroll-snap-type: x mandatory;
  }

  .review-card {
    height: 180px;
    min-width: 100%;
    padding: 25px;
    scroll-snap-align: start;
  }

  .review-card p { min-height: 5em; font-size: 12px; }
  .review-card b { font-size: 11px; }
  .review-card div { font-size: 14px; }
  .review-prev { left: -10px; }
  .review-next { right: -10px; }
  .reviews-mascot { display: none; }

  .faq-panel {
    height: auto;
    grid-template-columns: 1fr;
    padding: 26px 18px;
  }

  .faq-side { display: none; }
  .faq-content { padding: 0; }
  .faq-content h2 { margin-bottom: 18px; font-size: 25px; text-align: center; transform: none; }
  .accordion { gap: 7px; }
  .accordion details { border-radius: 18px; }
  .accordion summary { min-height: 54px; padding: 0 16px; font-size: 11px; }
  .accordion details p { font-size: 11px; }

  .cta-panel {
    height: 260px;
    display: block;
    overflow: hidden;
    padding: 30px 26px;
  }

  .cta-panel h2 { width: 78%; font-size: 23px; }
  .cta-panel p { width: 72%; font-size: 12px; }
  .button-white { min-height: 48px; margin-top: 22px; font-size: 12px; }
  .cta-tooth { right: 5%; bottom: 31%; width: 23%; }
  .cta-clinic { right: -7%; bottom: -5%; width: 51%; opacity: .88; transform: none; }

  .site-footer {
    height: auto;
    padding-block: 34px 22px;
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px 20px;
  }

  .footer-grid nav,
  .footer-grid address { font-size: 10px; }
  .footer-brand .brand-mark { width: 38px; }
  .socials { margin-left: 0; }
  .socials a { width: 28px; font-size: 10px; }
  .footer-bottom { justify-content: space-between; gap: 10px; margin-top: 28px; font-size: 8px; }
}

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

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
