:root {
  --primary-blue: #062B63;
  --deep-blue: #031B45;
  --accent-green: #5D9F3A;
  --soft-blue: #EAF6FF;
  --white: #FFFFFF;
  --text-blue: #0A2555;
  --border-blue: #C9DDF3;
  --cta-orange: #FF8818;
  --muted: #5A7197;
  --shadow: 0 20px 55px rgba(6, 43, 99, 0.13);
  --shadow-soft: 0 12px 30px rgba(6, 43, 99, 0.09);
  --radius: 8px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

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

body {
  background: var(--white);
  color: var(--text-blue);
  font-family: "Inter", "Noto Sans Devanagari", sans-serif;
  line-height: 1.7;
  overflow-x: hidden;
}

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

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

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

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

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  border-bottom: 1px solid rgba(201, 221, 243, 0.55);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 28px rgba(3, 27, 69, 0.07);
  backdrop-filter: blur(18px);
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1240px, calc(100% - 40px));
  min-height: 112px;
  margin: 0 auto;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  min-width: 0;
}

.brand__logo {
  display: block;
  width: clamp(300px, 28vw, 430px);
  height: 96px;
  object-fit: contain;
  object-position: left center;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 3px;
  list-style: none;
}

.nav-menu a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 999px;
  color: var(--text-blue);
  font-family: "Poppins", sans-serif;
  font-size: 0.92rem;
  font-weight: 600;
  transition: 0.25s ease;
}

.nav-menu a:hover,
.nav-menu a.active {
  background: var(--soft-blue);
  color: var(--primary-blue);
  box-shadow: inset 0 0 0 1px var(--border-blue);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--border-blue);
  border-radius: 8px;
  background: var(--white);
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  border-radius: 2px;
  background: var(--primary-blue);
  transition: 0.25s ease;
}

.hero {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  background: var(--deep-blue);
}

.hero-slider,
.hero-slide {
  min-height: 760px;
}

.hero-slide {
  position: absolute;
  inset: 0;
  display: grid;
  align-items: center;
  padding: 150px 0 110px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.8s ease;
}

.hero-slide.active {
  position: relative;
  opacity: 1;
  pointer-events: auto;
}

.hero-slide__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-slide::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background: linear-gradient(90deg, rgba(3, 27, 69, 0.82) 0%, rgba(3, 27, 69, 0.62) 42%, rgba(3, 27, 69, 0.18) 72%, rgba(3, 27, 69, 0.28) 100%);
}

.hero-slide::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 7px;
  content: "";
  background: linear-gradient(90deg, var(--primary-blue), var(--accent-green), transparent);
}

.hero__content {
  position: relative;
  z-index: 2;
  width: min(760px, calc(100% - 40px));
  margin-right: auto;
  margin-left: max(20px, calc((100% - 1180px) / 2));
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.eyebrow,
.kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: var(--accent-green);
  font-family: "Poppins", sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.hero .eyebrow {
  min-height: 34px;
  margin-bottom: 18px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: var(--white);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.14);
  backdrop-filter: blur(10px);
}

.hero .eyebrow i {
  color: var(--accent-green);
}

.hero h1,
.hero h2,
.section-copy h2,
.section-heading h2,
.appointment-info h2 {
  color: var(--primary-blue);
  font-family: "Cinzel", serif;
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: 0;
}

.hero h1,
.hero h2 {
  color: var(--white);
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-shadow: 0 14px 34px rgba(0, 0, 0, 0.26);
}

.hero h1,
.hero h2 {
  max-width: 720px;
  font-size: clamp(2.25rem, 4.2vw, 4rem);
  line-height: 1.14;
}

.hero p {
  max-width: 690px;
  margin: 20px 0 30px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  font-weight: 500;
  text-shadow: 0 10px 25px rgba(0, 0, 0, 0.28);
}

.section-line {
  display: block;
  width: 86px;
  height: 4px;
  margin-top: 14px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accent-green), var(--border-blue));
}

.hero__actions,
.info-card-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 0 22px;
  border: 0;
  border-radius: 8px;
  font-family: "Poppins", sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

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

.btn--primary {
  background: linear-gradient(135deg, var(--accent-green), #78b653);
  color: var(--white);
  box-shadow: 0 14px 30px rgba(93, 159, 58, 0.32);
}

.btn--outline {
  border: 1px solid rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.92);
  color: var(--primary-blue);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.16);
}

.btn--outline:hover {
  background: var(--primary-blue);
  color: var(--white);
}

.treatment-actions .btn--outline:hover {
  color: var(--primary-blue);
}

.hero-icons {
  display: none;
}

.hero-icons span {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 210px;
  padding: 12px 16px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 999px;
  background: rgba(3, 27, 69, 0.78);
  color: var(--white);
  box-shadow: 0 15px 40px rgba(3, 27, 69, 0.24);
  backdrop-filter: blur(14px);
}

.hero-icons i {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--accent-green);
}

.slider-dots {
  position: absolute;
  left: 50%;
  bottom: 34px;
  z-index: 4;
  display: flex;
  gap: 9px;
  transform: translateX(-50%);
}

.dot {
  width: 11px;
  height: 11px;
  border: 0;
  border-radius: 999px;
  background: rgba(6, 43, 99, 0.32);
  cursor: pointer;
  transition: 0.25s ease;
}

.dot.active {
  width: 34px;
  background: var(--accent-green);
}

.hero-wave {
  display: none;
}

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

.about__grid,
.appointment__grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 58px;
}

.image-frame {
  position: relative;
  isolation: isolate;
}

.image-frame::before {
  position: absolute;
  inset: 24px -22px -22px 24px;
  z-index: -1;
  content: "";
  border-radius: var(--radius);
  background: linear-gradient(135deg, var(--primary-blue), var(--accent-green));
}

.image-frame img,
.appointment-info img {
  width: 100%;
  border: 10px solid var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  object-fit: cover;
}

.image-frame img {
  aspect-ratio: 4 / 5;
}

.experience-card {
  position: absolute;
  right: -18px;
  bottom: 26px;
  max-width: 250px;
  padding: 18px;
  border-left: 5px solid var(--accent-green);
  border-radius: var(--radius);
  background: var(--deep-blue);
  color: var(--white);
  box-shadow: var(--shadow);
}

.experience-card strong {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
}

.experience-card span {
  display: block;
  margin-top: 4px;
  color: #d8e8fb;
  font-size: 0.9rem;
}

.section-copy h2,
.section-heading h2,
.appointment-info h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
}

.section-copy p,
.appointment-info p {
  margin-top: 20px;
  color: var(--muted);
}

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

.trust-item {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 74px;
  padding: 16px;
  border: 1px solid var(--border-blue);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow-soft);
  color: var(--text-blue);
  font-weight: 700;
}

.trust-item i {
  display: grid;
  place-items: center;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--soft-blue);
  color: var(--primary-blue);
}

.treatments {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 8%, rgba(201, 221, 243, 0.9), transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(93, 159, 58, 0.12), transparent 28%),
    linear-gradient(180deg, #f3fbff 0%, var(--soft-blue) 48%, #f9fdff 100%);
}

.treatments::before {
  position: absolute;
  inset: 48px auto auto -120px;
  width: 320px;
  height: 320px;
  content: "";
  border: 28px solid rgba(6, 43, 99, 0.06);
  border-radius: 50%;
}

.treatments::after {
  position: absolute;
  right: -90px;
  bottom: 42px;
  width: 260px;
  height: 260px;
  content: "";
  border-radius: 50%;
  background: rgba(93, 159, 58, 0.08);
}

.section-heading {
  position: relative;
  z-index: 1;
  max-width: 920px;
  margin: 0 auto 50px;
  text-align: center;
}

.section-heading .section-line {
  margin-right: auto;
  margin-left: auto;
}

.section-heading h2 span {
  font-family: "Noto Sans Devanagari", sans-serif;
}

.treatment-showcase {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin: 0 auto;
}

.treatment-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
  counter-reset: treatment;
}

.treatment-card {
  position: relative;
  display: flex;
  flex-direction: column;
  isolation: isolate;
  min-height: 100%;
  padding: 0;
  border: 1px solid rgba(201, 221, 243, 0.95);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(248, 252, 255, 0.98));
  box-shadow: 0 18px 40px rgba(6, 43, 99, 0.09);
  text-align: left;
  overflow: hidden;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.treatment-card::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  content: "";
  background: linear-gradient(90deg, var(--primary-blue), var(--accent-green));
  opacity: 0.92;
}

.treatment-card::after {
  position: absolute;
  top: 16px;
  right: 18px;
  z-index: 0;
  counter-increment: treatment;
  content: "0" counter(treatment);
  color: rgba(6, 43, 99, 0.055);
  font-family: "Poppins", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}

.treatment-card:hover {
  border-color: var(--primary-blue);
  background: var(--white);
  box-shadow: 0 28px 54px rgba(6, 43, 99, 0.16);
  transform: translateY(-8px);
}

.treatment-media {
  position: relative;
  z-index: 1;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: linear-gradient(135deg, #dfeeff, #f6fbff);
}

.treatment-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.35s ease;
}

.treatment-card:hover .treatment-media img {
  transform: scale(1.05);
}

.treatment-body {
  position: relative;
  z-index: 1;
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 10px;
  padding: 22px 22px 24px;
}

.treatment-badge {
  align-self: flex-start;
  padding: 6px 12px;
  border: 1px solid rgba(93, 159, 58, 0.18);
  border-radius: 999px;
  background: rgba(234, 246, 255, 0.8);
  color: var(--accent-green);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.treatment-card h3 {
  color: var(--text-blue);
  font-family: "Poppins", sans-serif;
  font-size: 1.18rem;
  font-weight: 700;
  line-height: 1.35;
}

.treatment-card p {
  margin-top: 0;
  color: var(--muted);
  font-family: "Inter", sans-serif;
  font-size: 0.96rem;
  font-weight: 500;
  line-height: 1.6;
}

.treatment-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
  padding-top: 8px;
}

.treatment-actions .btn {
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  font-size: 0.9rem;
}

.treatment-actions .btn--outline {
  background: var(--white);
  border-color: var(--border-blue);
  color: #000;
}

.treatment-actions .btn--outline:hover {
  background: var(--white);
  color: #000;
}

.appointment {
  background: linear-gradient(135deg, var(--deep-blue) 0%, var(--primary-blue) 55%, #0d3c76 100%);
  color: var(--white);
}

.appointment::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(125deg, transparent 0 58%, rgba(93, 159, 58, 0.18) 58% 74%, transparent 74%),
    radial-gradient(circle at 12% 12%, rgba(234, 246, 255, 0.14), transparent 26%);
  pointer-events: none;
}

.appointment__grid {
  position: relative;
  z-index: 1;
}

.appointment-info h2,
.appointment-info .kicker {
  color: var(--white);
}

.appointment-info h2 {
  font-size: clamp(2rem, 3.2vw, 2.85rem);
  white-space: nowrap;
}

.appointment-info p {
  color: #d8e8fb;
}

.appointment-info .section-line {
  background: linear-gradient(90deg, var(--accent-green), var(--white));
}

.appointment-info img {
  width: 100%;
  height: clamp(240px, 28vw, 330px);
  max-height: none;
  margin-top: 26px;
  border-color: rgba(255, 255, 255, 0.2);
  object-fit: cover;
  object-position: center 38%;
}

.info-card-row {
  margin-top: 18px;
}

.info-card {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1 1 190px;
  min-height: 64px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.09);
  color: var(--white);
}

.info-card i {
  color: var(--accent-green);
}

.appointment-form {
  display: grid;
  gap: 12px;
  padding: clamp(22px, 3vw, 30px);
  border: 1px solid rgba(201, 221, 243, 0.55);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.18);
  color: var(--text-blue);
}

.form-head h3 {
  color: var(--primary-blue);
  font-family: "Poppins", sans-serif;
  font-size: 1.38rem;
}

.form-head p {
  color: var(--muted);
  font-size: 0.9rem;
}

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

.appointment-form label {
  display: grid;
  gap: 6px;
  color: var(--text-blue);
  font-family: "Poppins", sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
}

.appointment-form input,
.appointment-form select,
.appointment-form textarea {
  width: 100%;
  border: 1px solid var(--border-blue);
  border-radius: var(--radius);
  background: #fbfdff;
  color: var(--text-blue);
  outline: none;
  padding: 10px 13px;
  transition: 0.22s ease;
}

.appointment-form input,
.appointment-form select {
  min-height: 45px;
}

.appointment-form input:focus,
.appointment-form select:focus,
.appointment-form textarea:focus {
  border-color: var(--primary-blue);
  box-shadow: 0 0 0 4px rgba(201, 221, 243, 0.75);
  background: var(--white);
}

.form-submit {
  width: 100%;
  min-height: 46px;
  margin-top: 4px;
}

.form-status {
  min-height: 24px;
  color: var(--accent-green);
  font-weight: 700;
}

.reviews {
  --review-gap: 18px;
  --review-card-width: calc((min(1180px, calc(100vw - 40px)) - (var(--review-gap) * 3)) / 4);
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(93, 159, 58, 0.08), transparent 34%),
    linear-gradient(180deg, #f7fbff 0%, var(--white) 100%);
}

.reviews-marquee {
  display: grid;
  gap: 18px;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
}

.reviews-row {
  display: flex;
  width: max-content;
  gap: var(--review-gap);
  animation: reviews-scroll 30s linear infinite;
}

.reviews-row--reverse {
  animation-direction: reverse;
}

.reviews-marquee:hover .reviews-row {
  animation-play-state: paused;
}

.reviews-track {
  display: grid;
  grid-template-columns: repeat(4, var(--review-card-width));
  gap: var(--review-gap);
}

.review-card {
  display: flex;
  flex-direction: column;
  min-height: 230px;
  padding: 20px;
  border: 1px solid rgba(201, 221, 243, 0.92);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 34px rgba(6, 43, 99, 0.08);
}

.review-card__top {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.review-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary-blue), var(--accent-green));
  color: var(--white);
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.review-card h3 {
  color: var(--primary-blue);
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
}

.review-card__top span:not(.review-avatar) {
  display: block;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.35;
}

.review-stars {
  display: flex;
  gap: 4px;
  margin-top: 16px;
  color: var(--cta-orange);
  font-size: 0.86rem;
}

.review-card p {
  margin-top: 12px;
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.62;
}

@keyframes reviews-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - (var(--review-gap) / 2)));
  }
}

.map-section {
  padding: 88px 0 0;
  background: var(--white);
}

.map-wrap {
  height: clamp(350px, 42vw, 450px);
  border-top: 1px solid var(--border-blue);
  background: var(--soft-blue);
}

.map-wrap iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: saturate(0.95) contrast(1.02);
}

.footer {
  background:
    linear-gradient(135deg, rgba(93, 159, 58, 0.12), transparent 32%),
    var(--deep-blue);
  color: var(--white);
}

.footer__grid {
  display: grid;
  grid-template-columns: 1.35fr 0.8fr 0.9fr 1.2fr;
  gap: 36px;
  padding: 72px 0 46px;
}

.footer-logo {
  width: min(100%, 270px);
  height: 92px;
  object-fit: contain;
  object-position: left center;
}

.footer-brand span {
  display: block;
  width: 86px;
  height: 3px;
  margin: 16px 0 24px;
  border-radius: 999px;
  background: var(--accent-green);
}

.footer p,
.footer a {
  color: #d8e8fb;
  font-size: 0.85rem;
}

.footer-brand p {
  max-width: 430px;
  font-size: 0.92rem;
  line-height: 1.58;
}

.footer-col {
  display: grid;
  align-content: start;
  gap: 10px;
}

.footer h3 {
  margin-bottom: 8px;
  color: var(--white);
  font-family: "Poppins", sans-serif;
  font-size: 1.05rem;
}

.footer a {
  transition: 0.22s ease;
}

.footer a:hover {
  color: var(--accent-green);
  transform: translateX(3px);
}

.contact-list p {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.contact-list i {
  margin-top: 5px;
  color: var(--accent-green);
}

.socials {
  display: flex;
  gap: 10px;
  margin-top: 8px;
}

.socials a {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.07);
}

.socials a:hover {
  background: var(--accent-green);
  color: var(--white);
  transform: translateY(-3px);
}

.footer-bottom {
  padding: 18px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #c5d8f2;
  text-align: center;
  font-size: 0.9rem;
}

.floating-actions {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 900;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
}

.floating-action {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  color: var(--white);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.2);
  transition: 0.25s ease;
}

.floating-call {
  background: var(--cta-orange);
  box-shadow: 0 16px 34px rgba(255, 136, 24, 0.36);
}

.floating-whatsapp {
  background: #25d366;
  box-shadow: 0 16px 34px rgba(37, 211, 102, 0.34);
}

.floating-top {
  background: var(--primary-blue);
  box-shadow: 0 16px 34px rgba(6, 43, 99, 0.32);
}

.floating-action:hover {
  transform: translateY(-4px) scale(1.03);
}

.floating-action i {
  font-size: 1.15rem;
  color: var(--white);
}

@media (max-width: 1080px) {
  .hero__content {
    margin-left: 24px;
  }

  .about__grid,
  .appointment__grid,
  .footer__grid {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 860px) {
  .navbar {
    min-height: 96px;
  }

  .nav-toggle {
    display: block;
  }

  .nav-toggle.active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .nav-toggle.active span:nth-child(2) {
    opacity: 0;
  }

  .nav-toggle.active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .nav-menu {
    position: absolute;
    top: calc(100% + 1px);
    left: 20px;
    right: 20px;
    display: grid;
    gap: 6px;
    padding: 16px;
    border: 1px solid var(--border-blue);
    border-radius: var(--radius);
    background: var(--white);
    box-shadow: var(--shadow);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: 0.25s ease;
  }

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

  .nav-menu a {
    justify-content: center;
    width: 100%;
    border-radius: var(--radius);
  }

  .hero-slide,
  .hero-slider {
    min-height: 700px;
  }

  .hero-slide {
    padding: 126px 0 92px;
  }

  .hero-slide::before {
    background: linear-gradient(90deg, rgba(3, 27, 69, 0.84) 0%, rgba(3, 27, 69, 0.66) 58%, rgba(3, 27, 69, 0.36) 100%);
  }

  .hero-slide__bg {
    object-position: 63% center;
  }

  .hero-icons {
    display: none;
  }

  .section {
    padding: 78px 0;
  }

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

  .reviews {
    --review-gap: 14px;
  }

  .review-card {
    min-height: 238px;
  }
}

@media (max-width: 620px) {
  .container,
  .navbar,
  .hero__content {
    width: min(100% - 28px, 1180px);
  }

  .brand__logo {
    width: 220px;
    height: 76px;
  }

  .hero-slide {
    min-height: 680px;
    padding: 116px 0 78px;
  }

  .hero__content {
    margin: 0 auto;
    padding: 0;
    background: transparent;
  }

  .hero-slide::before {
    background: linear-gradient(180deg, rgba(3, 27, 69, 0.84) 0%, rgba(3, 27, 69, 0.72) 54%, rgba(3, 27, 69, 0.55) 100%);
  }

  .hero-slide__bg {
    object-position: 70% center;
  }

  .hero h1,
  .hero h2 {
    font-size: clamp(2rem, 10vw, 2.75rem);
  }

  .appointment-info h2 {
    white-space: normal;
  }

  .hero__actions .btn {
    width: 100%;
  }

  .hero-icons {
    display: none;
  }

  .trust-grid,
  .treatment-grid {
    grid-template-columns: 1fr;
  }

  .experience-card {
    left: 16px;
    right: 16px;
    bottom: 18px;
    max-width: none;
  }

  .image-frame::before {
    inset: 16px -10px -10px 16px;
  }

  .treatment-card {
    min-height: 100%;
  }

  .treatment-body {
    padding: 20px;
  }

  .treatment-actions .btn {
    flex: 1 1 160px;
  }

  .treatment-media {
    aspect-ratio: 4 / 3;
  }

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

  .appointment-form {
    padding: 22px;
  }

  .reviews {
    --review-gap: 12px;
    --review-card-width: calc((100vw - 28px - var(--review-gap)) / 2);
  }

  .reviews-marquee {
    gap: 12px;
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 4%, #000 96%, transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0, #000 4%, #000 96%, transparent 100%);
  }

  .reviews-row {
    animation-duration: 24s;
  }

  .review-card {
    min-height: 250px;
    padding: 14px;
  }

  .review-card__top {
    gap: 9px;
  }

  .review-avatar {
    flex-basis: 36px;
    width: 36px;
    height: 36px;
    font-size: 0.88rem;
  }

  .review-card h3 {
    font-size: 0.86rem;
  }

  .review-card__top span:not(.review-avatar) {
    font-size: 0.74rem;
  }

  .review-stars {
    margin-top: 13px;
    font-size: 0.72rem;
  }

  .review-card p {
    margin-top: 10px;
    font-size: 0.78rem;
    line-height: 1.52;
  }

  .form-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .footer__grid {
    padding-top: 56px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .reviews-row {
    animation-play-state: paused;
  }
}
