:root {
  --brand-blue: #1457a8;
  --brand-blue-dark: #0d376c;
  --brand-green: #18a37b;
  --brand-green-dark: #0d7358;
  --ink: #122033;
  --muted: #607088;
  --surface: #ffffff;
  --surface-soft: #f5f9fc;
  --line: #dce8f2;
  --shadow: 0 18px 46px rgba(18, 32, 51, 0.12);
  --shadow-soft: 0 10px 30px rgba(20, 87, 168, 0.11);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #ffffff;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

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

a {
  color: var(--brand-blue);
  text-decoration: none;
}

a:hover {
  color: var(--brand-green-dark);
}

.container {
  width: min(100% - 32px, 1180px);
}

.top-strip {
  background: var(--brand-blue-dark);
  color: #eaf6ff;
  font-size: 0.88rem;
}

.top-strip a {
  color: #ffffff;
}

.navbar {
  min-height: 78px;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(220, 232, 242, 0.75);
}

.navbar-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  font-weight: 800;
  white-space: normal;
}

.brand-mark {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  overflow: hidden;
  border: 2px solid rgba(24, 163, 123, 0.18);
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(18, 32, 51, 0.1);
}

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

.brand-copy {
  display: grid;
  line-height: 1.1;
}

.brand-copy span:first-child {
  font-size: 1.02rem;
}

.brand-copy span:last-child {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 600;
}

.nav-link {
  color: #26364d;
  font-weight: 700;
}

.nav-link.active,
.nav-link:hover {
  color: var(--brand-blue);
}

.btn {
  border-radius: 8px;
  font-weight: 800;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.btn-primary {
  border-color: var(--brand-blue);
  background: var(--brand-blue);
  box-shadow: var(--shadow-soft);
}

.btn-primary:hover {
  border-color: var(--brand-blue-dark);
  background: var(--brand-blue-dark);
}

.btn-success {
  border-color: var(--brand-green);
  background: var(--brand-green);
}

.btn-success:hover {
  border-color: var(--brand-green-dark);
  background: var(--brand-green-dark);
}

.btn-outline-primary {
  color: var(--brand-blue);
  border-color: rgba(20, 87, 168, 0.32);
}

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

.section {
  padding: 92px 0;
}

.section-soft {
  background:
    linear-gradient(180deg, rgba(245, 249, 252, 0.94), rgba(255, 255, 255, 0.96)),
    radial-gradient(circle at 15% 20%, rgba(24, 163, 123, 0.1), transparent 28%),
    radial-gradient(circle at 86% 12%, rgba(20, 87, 168, 0.1), transparent 30%);
}

.section-title {
  max-width: 760px;
  margin-bottom: 38px;
}

.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: var(--brand-green-dark);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.section-kicker::before {
  width: 28px;
  height: 2px;
  content: "";
  background: var(--brand-green);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--ink);
  font-family: "Plus Jakarta Sans", "Inter", system-ui, sans-serif;
  font-weight: 850;
  line-height: 1.14;
  letter-spacing: 0;
}

h1 {
  font-size: clamp(2.55rem, 4vw, 4.65rem);
}

h2 {
  font-size: clamp(2rem, 3vw, 3.2rem);
}

h3 {
  font-size: clamp(1.25rem, 2vw, 1.75rem);
}

.lead {
  color: #405168;
  font-size: clamp(1.02rem, 1.45vw, 1.2rem);
}

.hero {
  position: relative;
  min-height: calc(100vh - 118px);
  overflow: hidden;
  display: grid;
  align-items: end;
  color: #ffffff;
  background:
    linear-gradient(90deg, rgba(11, 37, 73, 0.92), rgba(11, 37, 73, 0.68) 48%, rgba(11, 37, 73, 0.12)),
    linear-gradient(135deg, #0d376c, #1457a8 54%, #18a37b);
}

.hero.has-designed-banner {
  display: block;
  min-height: auto;
  background: #ffffff;
}

.hero.has-designed-banner .hero-photo {
  position: relative;
  inset: auto;
}

.hero.has-designed-banner .hero-photo img {
  width: 100%;
  height: auto;
  opacity: 1;
  object-fit: contain;
}

.hero.has-designed-banner .hero-content {
  padding: 20px 0 28px;
  background: #ffffff;
}

.hero-cta-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: center;
}

.hero-photo {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.58;
}

.hero-photo.is-missing {
  background:
    linear-gradient(90deg, rgba(11, 37, 73, 0.92), rgba(11, 37, 73, 0.44)),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 24px);
}

.hero-content {
  position: relative;
  z-index: 1;
  padding: 112px 0 54px;
}

.hero h1,
.hero .lead {
  color: #ffffff;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 13px;
  margin-bottom: 18px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(14px);
  color: #f6fbff;
  font-size: 0.82rem;
  font-weight: 800;
}

.hero-panel {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  overflow: hidden;
  margin-top: 50px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(18px);
}

.hero-panel-item {
  min-height: 112px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.14);
}

.hero-panel-item strong {
  display: block;
  color: #ffffff;
  font-size: 1.35rem;
}

.hero-panel-item span {
  color: #d9ecff;
  font-weight: 650;
}

.page-hero {
  padding: 122px 0 72px;
  background:
    linear-gradient(90deg, rgba(13, 55, 108, 0.94), rgba(20, 87, 168, 0.85)),
    linear-gradient(135deg, #0d376c, #18a37b);
  color: #ffffff;
}

.page-hero h1,
.page-hero .lead {
  color: #ffffff;
}

.breadcrumb {
  --bs-breadcrumb-divider-color: rgba(255, 255, 255, 0.7);
  --bs-breadcrumb-item-active-color: #ffffff;
  margin-bottom: 18px;
}

.breadcrumb a {
  color: #e5f3ff;
}

.card-premium,
.service-card,
.condition-chip,
.process-card,
.story-card,
.contact-card,
.award-card,
.gallery-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: var(--shadow-soft);
}

.card-premium {
  padding: 30px;
}

.icon-box {
  display: grid;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  place-items: center;
  border-radius: 8px;
  background: rgba(24, 163, 123, 0.1);
  color: var(--brand-green-dark);
  font-size: 1.25rem;
}

.service-card {
  height: 100%;
  padding: 24px;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.service-card:hover {
  transform: translateY(-5px);
  border-color: rgba(20, 87, 168, 0.35);
  box-shadow: var(--shadow);
}

.service-card h3 {
  margin-top: 18px;
  font-size: 1.12rem;
}

.condition-chip {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 58px;
  padding: 14px 16px;
  color: #26364d;
  font-weight: 750;
}

.condition-chip i {
  color: var(--brand-blue);
}

.image-frame,
.photo-tile {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: linear-gradient(135deg, #eaf4fb, #f8fcff);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}

.image-frame {
  min-height: 420px;
  position: relative;
}

.image-frame img,
.photo-tile img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.photo-fallback {
  display: none;
  min-height: 260px;
  place-items: center;
  padding: 28px;
  color: var(--brand-blue);
  text-align: center;
  background:
    linear-gradient(135deg, rgba(20, 87, 168, 0.08), rgba(24, 163, 123, 0.08)),
    repeating-linear-gradient(135deg, rgba(20, 87, 168, 0.08) 0 1px, transparent 1px 22px);
}

[data-photo-holder].is-missing .photo-fallback {
  display: grid;
}

.photo-fallback i {
  font-size: 2rem;
}

.missing-note {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 650;
}

.doctor-list {
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
}

.doctor-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

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

.process-card {
  position: relative;
  height: 100%;
  padding: 28px;
}

.process-number {
  display: grid;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  place-items: center;
  border-radius: 8px;
  background: var(--brand-blue);
  color: #ffffff;
  font-weight: 900;
}

.appointment-band {
  color: #ffffff;
  background:
    linear-gradient(90deg, rgba(13, 55, 108, 0.96), rgba(20, 87, 168, 0.88)),
    linear-gradient(135deg, #1457a8, #18a37b);
}

.appointment-band h2,
.appointment-band .lead {
  color: #ffffff;
}

.form-control,
.form-select {
  min-height: 48px;
  border-radius: 8px;
  border-color: #d8e6f1;
}

.form-control:focus,
.form-select:focus {
  border-color: var(--brand-blue);
  box-shadow: 0 0 0 0.22rem rgba(20, 87, 168, 0.16);
}

.form-shell {
  padding: 28px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow);
}

.swiper {
  padding: 8px 4px 50px;
}

.story-card {
  height: 100%;
  padding: 26px;
}

.story-card .stars {
  color: #f4b000;
}

.gallery-card {
  display: block;
  overflow: hidden;
  height: 100%;
  color: inherit;
}

.gallery-card .photo-tile {
  aspect-ratio: 4 / 3;
  border: 0;
  border-bottom: 1px solid var(--line);
  box-shadow: none;
}

.gallery-card-body {
  padding: 18px;
}

.award-card {
  height: 100%;
  overflow: hidden;
}

.award-card .photo-tile {
  aspect-ratio: 16 / 10;
  border: 0;
  border-bottom: 1px solid var(--line);
  box-shadow: none;
}

.award-card-body {
  padding: 22px;
}

.map-wrap {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
}

.map-wrap iframe {
  display: block;
  width: 100%;
  min-height: 430px;
  border: 0;
}

.accordion-item {
  border-color: var(--line);
}

.accordion-button {
  color: var(--ink);
  font-weight: 800;
}

.accordion-button:not(.collapsed) {
  color: var(--brand-blue-dark);
  background: #eef7fd;
  box-shadow: inset 0 -1px 0 var(--line);
}

.footer {
  color: #d8e6f4;
  background: #0d243d;
}

.footer h2,
.footer h3,
.footer h4 {
  color: #ffffff;
}

.footer a {
  color: #d8e6f4;
}

.footer a:hover {
  color: #ffffff;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.quick-contact {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 1040;
  display: grid;
  gap: 10px;
}

.quick-contact a {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border-radius: 999px;
  color: #ffffff;
  box-shadow: var(--shadow);
}

.quick-contact .call {
  background: var(--brand-blue);
}

.quick-contact .wa {
  background: var(--brand-green);
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -80px;
  z-index: 2000;
  padding: 10px 14px;
  border-radius: 8px;
  color: #ffffff;
  background: var(--brand-blue-dark);
  transition: top 160ms ease;
}

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

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

  .hero {
    min-height: auto;
  }

  .hero-content {
    padding: 92px 0 38px;
  }

  .hero-panel {
    grid-template-columns: 1fr;
    margin-top: 34px;
  }

  .section {
    padding: 68px 0;
  }
}

@media (max-width: 575.98px) {
  .container {
    width: min(100% - 24px, 1180px);
  }

  .brand-copy span:first-child {
    max-width: 190px;
    font-size: 0.94rem;
  }

  .brand-copy span:last-child {
    font-size: 0.72rem;
  }

  .hero-content {
    padding-top: 74px;
  }

  .hero .d-flex,
  .page-hero .d-flex {
    align-items: stretch !important;
  }

  .hero .btn,
  .page-hero .btn,
  .appointment-band .btn {
    width: 100%;
  }

  .card-premium,
  .form-shell {
    padding: 22px;
  }

  .quick-contact {
    right: 12px;
    bottom: 12px;
  }
}

body[data-page="home"] .top-strip {
  position: relative;
  z-index: 1031;
}

body[data-page="home"] .navbar {
  transition: background 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

body[data-page="home"]:not(.nav-scrolled) .navbar {
  background: rgba(255, 255, 255, 0.66);
  border-bottom-color: rgba(255, 255, 255, 0.38);
  box-shadow: none;
}

body[data-page="home"].nav-scrolled .navbar {
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 12px 34px rgba(18, 32, 51, 0.08);
}

.hero-premium {
  isolation: isolate;
  display: block;
  min-height: calc(100vh - 118px);
  padding: clamp(62px, 7vw, 112px) 0 clamp(42px, 6vw, 86px);
  color: var(--ink);
  background:
    linear-gradient(135deg, rgba(244, 250, 255, 0.98), rgba(236, 247, 252, 0.86) 45%, rgba(255, 255, 255, 0.98)),
    linear-gradient(90deg, rgba(20, 87, 168, 0.1), rgba(24, 163, 123, 0.08));
}

.hero-premium::before,
.hero-premium::after {
  position: absolute;
  z-index: -1;
  content: "";
  opacity: 0.48;
  filter: blur(34px);
}

.hero-premium::before {
  top: 10%;
  right: 8%;
  width: 34%;
  height: 42%;
  background: linear-gradient(135deg, rgba(20, 87, 168, 0.18), rgba(24, 163, 123, 0.12));
  clip-path: polygon(10% 0, 100% 18%, 82% 100%, 0 78%);
}

.hero-premium::after {
  bottom: 5%;
  left: 2%;
  width: 28%;
  height: 34%;
  background: linear-gradient(135deg, rgba(24, 163, 123, 0.13), rgba(20, 87, 168, 0.1));
  clip-path: polygon(18% 8%, 100% 0, 74% 88%, 0 100%);
}

.hero-medical-pattern {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.32;
  background-image:
    linear-gradient(rgba(20, 87, 168, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(20, 87, 168, 0.055) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(90deg, #000 0%, transparent 74%);
}

.hero-wave {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  height: 140px;
  background: linear-gradient(135deg, rgba(20, 87, 168, 0.12), rgba(24, 163, 123, 0.12));
  clip-path: ellipse(74% 54% at 52% 100%);
}

.hero-premium-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(34px, 5vw, 78px);
  align-items: center;
}

.hero-premium-copy {
  max-width: 630px;
}

.hero-trust-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 10px 14px;
  margin-bottom: 20px;
  border: 1px solid rgba(20, 87, 168, 0.14);
  border-radius: 999px;
  color: var(--brand-blue-dark);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 14px 32px rgba(20, 87, 168, 0.08);
  backdrop-filter: blur(18px);
  font-size: 0.84rem;
  font-weight: 700;
}

.hero-trust-badge i {
  color: var(--brand-green-dark);
}

.hero-premium h1 {
  max-width: 760px;
  margin: 0;
  color: #10213a;
  font-family: "Poppins", "Inter", system-ui, sans-serif;
  font-size: clamp(1.875rem, 4.6vw, 3.75rem);
  font-weight: 700;
  line-height: 1.08;
}

.hero-premium .lead,
.hero-premium p {
  color: #405168;
}

.hero-doctor-line {
  margin: 22px 0 0;
  font-size: clamp(1.02rem, 1.45vw, 1.2rem);
  font-weight: 500;
}

.hero-doctor-line strong {
  color: var(--brand-blue-dark);
  font-weight: 700;
}

.hero-doctor-line span {
  color: var(--brand-green-dark);
  font-weight: 700;
}

.hero-support {
  max-width: 580px;
  margin: 14px 0 0;
  font-size: 1rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 50px;
  padding: 13px 18px;
  border-radius: 14px;
  font-weight: 700;
  transition: transform 180ms ease, box-shadow 180ms ease, color 180ms ease, background 180ms ease, border-color 180ms ease;
}

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

.hero-btn-primary {
  color: #ffffff;
  background: linear-gradient(135deg, var(--brand-blue), #2383d1);
  box-shadow: 0 18px 34px rgba(20, 87, 168, 0.26);
}

.hero-btn-primary:hover {
  color: #ffffff;
  box-shadow: 0 22px 42px rgba(20, 87, 168, 0.32);
}

.hero-btn-outline {
  color: var(--brand-blue-dark);
  border: 1px solid rgba(20, 87, 168, 0.26);
  background: rgba(255, 255, 255, 0.66);
}

.hero-btn-outline:hover {
  color: #ffffff;
  border-color: var(--brand-blue);
  background: var(--brand-blue);
}

.hero-btn-whatsapp {
  color: #ffffff;
  background: linear-gradient(135deg, var(--brand-green), #13b882);
  box-shadow: 0 18px 34px rgba(24, 163, 123, 0.22);
}

.hero-btn-whatsapp:hover {
  color: #ffffff;
  box-shadow: 0 22px 42px rgba(24, 163, 123, 0.28);
}

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

.hero-trust-list li {
  display: flex;
  gap: 10px;
  align-items: center;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid rgba(220, 232, 242, 0.88);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 10px 24px rgba(18, 32, 51, 0.06);
  color: #26364d;
  font-weight: 600;
}

.hero-trust-list i {
  display: grid;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  place-items: center;
  border-radius: 999px;
  color: #ffffff;
  background: var(--brand-green);
  font-size: 0.74rem;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.hero-stat-card {
  min-height: 96px;
  padding: 18px;
  border: 1px solid rgba(220, 232, 242, 0.9);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 14px 34px rgba(18, 32, 51, 0.08);
  backdrop-filter: blur(18px);
}

.hero-stat-card strong {
  display: block;
  color: var(--brand-blue-dark);
  font-family: "Poppins", "Inter", system-ui, sans-serif;
  font-size: clamp(1.2rem, 2vw, 1.7rem);
  font-weight: 700;
  line-height: 1.1;
}

.hero-stat-card span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 600;
}

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

.hero-image-shell {
  position: relative;
  overflow: hidden;
  min-height: 680px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 28px 80px rgba(18, 32, 51, 0.16);
}

.hero-image-shell::before {
  position: absolute;
  inset: 18px;
  z-index: 1;
  content: "";
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 8px;
}

.hero-image-shell img {
  width: 100%;
  height: 100%;
  min-height: 680px;
  object-fit: cover;
  object-position: center;
  transform: scale(1.02);
  animation: heroImageZoom 1100ms ease-out both;
}

.hero-floating-card {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.66);
  border-radius: 8px;
  color: var(--brand-blue-dark);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 38px rgba(18, 32, 51, 0.12);
  backdrop-filter: blur(18px);
  font-size: 0.86rem;
  font-weight: 700;
  animation: heroFloat 4.8s ease-in-out infinite;
}

.hero-floating-card i {
  color: var(--brand-green-dark);
}

.hero-card-rating {
  top: 8%;
  left: -18px;
}

.hero-card-therapy {
  right: -14px;
  bottom: 12%;
  animation-delay: 900ms;
}

[data-hero-animate] {
  opacity: 0;
  transform: translateY(22px);
}

.hero-ready [data-hero-animate] {
  animation: heroFadeUp 760ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.hero-ready [data-hero-animate]:nth-child(2) {
  animation-delay: 90ms;
}

.hero-ready [data-hero-animate]:nth-child(3) {
  animation-delay: 180ms;
}

.hero-ready [data-hero-animate]:nth-child(4) {
  animation-delay: 270ms;
}

.hero-ready [data-hero-animate]:nth-child(5) {
  animation-delay: 360ms;
}

.hero-ready [data-hero-animate]:nth-child(6) {
  animation-delay: 450ms;
}

@keyframes heroFadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes heroImageZoom {
  from {
    transform: scale(1.08);
  }

  to {
    transform: scale(1.02);
  }
}

@keyframes heroFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-9px);
  }
}

@media (max-width: 1199.98px) {
  .hero-premium-inner {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  }

  .hero-image-shell,
  .hero-image-shell img {
    min-height: 590px;
  }
}

@media (max-width: 991.98px) {
  .hero-premium {
    min-height: auto;
    padding-top: 58px;
  }

  .hero-premium-inner {
    grid-template-columns: 1fr;
  }

  .hero-premium-copy {
    max-width: none;
  }

  .hero-image-shell,
  .hero-image-shell img {
    min-height: 520px;
  }
}

@media (max-width: 575.98px) {
  .hero-premium {
    padding: 42px 0 54px;
  }

  .hero-premium h1 {
    font-size: 1.875rem;
  }

  .hero-actions {
    display: grid;
  }

  .hero-btn {
    width: 100%;
  }

  .hero-trust-list,
  .hero-stats {
    grid-template-columns: 1fr;
  }

  .hero-image-shell,
  .hero-image-shell img {
    min-height: 430px;
  }

  .hero-floating-card {
    display: none;
  }
}
