:root {
  --primary: #1693a5;
  --secondary: #45b5c4;
  --accent: #7ececa;
  --black: #222222;
  --white: #ffffff;
  --ink: #222222;
  --muted: #66757a;
  --surface: rgba(255, 255, 255, 0.72);
  --surface-strong: rgba(255, 255, 255, 0.9);
  --line: rgba(22, 147, 165, 0.2);
  --line-strong: rgba(22, 147, 165, 0.42);
  --deep: #0f2f35;
  --shadow: 0 24px 70px rgba(34, 34, 34, 0.12);
  --soft-shadow: 0 14px 42px rgba(22, 147, 165, 0.13);
  --page-x: clamp(2.5rem, 5vw, 5rem);
  --page-max: 1380px;
  font-family: "Poppins", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: "Poppins", sans-serif;
  background: #ffffff;
  overflow-x: hidden;
}

main,
section {
  background-color: #ffffff;
}

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

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

code {
  color: var(--primary);
  font-size: 0.92em;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1rem;
  min-height: 5rem;
  padding: 0.72rem clamp(1rem, 4vw, 4rem);
  background: rgba(255, 255, 255, 0.78);
  border-bottom: 1px solid rgba(69, 181, 196, 0.16);
  backdrop-filter: blur(20px);
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.site-header.is-elevated {
  background: rgba(255, 255, 255, 0.86);
  border-color: var(--line);
  box-shadow: 0 14px 40px rgba(34, 34, 34, 0.08);
}

.brand img,
.site-footer img {
  width: 8.5rem;
  height: auto;
}

.nav {
  display: flex;
  justify-content: center;
  gap: clamp(0.8rem, 2vw, 1.8rem);
  color: #344b50;
  font-size: 0.92rem;
  font-weight: 600;
}

.nav a {
  position: relative;
  padding: 0.4rem 0;
}

.nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: var(--primary);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 220ms ease;
}

.nav a:hover::after {
  transform: scaleX(1);
}

.nav a:hover {
  color: var(--primary);
}

.hero {
  position: relative;
  min-height: 100svh;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0;
  overflow: hidden;
  background:
    linear-gradient(
      180deg,
      #ffffff 0%,
      #f7fbfc 45%,
      #ffffff 100%
    );
}

.hero-spline-background {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
  pointer-events: auto;
  background:
    radial-gradient(circle at 72% 46%, rgba(126, 206, 202, 0.26), transparent 32rem),
    linear-gradient(90deg, #ffffff 0%, #f8fdfd 48%, #eefafa 100%);
}

.hero-spline-background::after {
  content: "";
  position: absolute;
  right: 15%;
  top: 50%;
  z-index: 0;
  width: 420px;
  height: 420px;
  background: radial-gradient(
    circle,
    rgba(22,147,165,0.18) 0%,
    rgba(22,147,165,0.10) 35%,
    rgba(22,147,165,0.04) 55%,
    transparent 75%
  );
  filter: blur(60px);
  transform: translateY(-50%);
  pointer-events: none;
}

.hero-spline-background spline-viewer {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100svh;
  transform: translateX(2%) scale(1);
  transform-origin: center center;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    rgba(255,255,255,0.96) 0%,
    rgba(255,255,255,0.90) 32%,
    rgba(255,255,255,0.62) 55%,
    rgba(255,255,255,0.18) 100%
  );
}

.eyebrow,
.hero-kicker {
  display: inline-flex;
  max-width: 100%;
  color: var(--primary);
  font-weight: 700;
  font-size: 0.78rem;
  line-height: 1;
  letter-spacing: 0.12em;
  opacity: 0.8;
  text-transform: uppercase;
}

.hero-kicker {
  margin-bottom: 1rem;
}

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

h1 {
  max-width: 620px;
  margin-bottom: 1.2rem;
  color: var(--black);
  font-family: "Hammersmith One", sans-serif;
  font-size: clamp(2.9rem, 4.6vw, 5.2rem);
  line-height: 1.02;
  letter-spacing: -0.035em;
  font-weight: 400;
  text-wrap: balance;
}

.hero h1 span {
  display: block;
}

h2 {
  margin-bottom: 0;
  color: var(--black);
  font-family: "Hammersmith One", sans-serif;
  font-size: clamp(2rem, 3.7vw, 4.1rem);
  line-height: 1.02;
  letter-spacing: 0;
  text-wrap: balance;
}

h3 {
  margin-bottom: 0.7rem;
  color: var(--black);
  font-family: "Hammersmith One", sans-serif;
  font-size: 1.12rem;
}

p {
  color: var(--muted);
  line-height: 1.72;
}

.section-title {
  font-family: "Hammersmith One", sans-serif;
}

.subtitle,
.section-subtitle,
.lead,
.hero-subtitle {
  font-family: "Open Sans", sans-serif;
}

.hero-content,
.section-heading,
.contact-copy,
.contact-form {
  min-width: 0;
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(55%, 660px);
  max-width: 660px;
  padding: clamp(7rem, 9vw, 8.5rem) clamp(1.5rem, 5vw, 5rem) 4rem;
  animation: fadeUp 0.9s ease forwards;
}

.hero-subtitle {
  max-width: 560px;
  margin-top: 1.25rem;
  color: rgba(34,34,34,0.68);
  font-size: clamp(1rem, 1.15vw, 1.18rem);
  font-weight: 500;
  line-height: 1.65;
}

.actions,
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin: 2rem 0;
}

.button {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.05rem;
  padding: 0.9rem 1.35rem;
  overflow: hidden;
  border-radius: 999px;
  font-weight: 700;
  cursor: pointer;
  transition: color .28s ease, border-color .28s ease, transform .28s ease, box-shadow .28s ease;
}

.glass-button {
  color: var(--black);
  background: rgba(255,255,255,0.65);
  border: 1px solid rgba(69,181,196,0.45);
  box-shadow: 0 10px 30px rgba(22, 147, 165, 0.09);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.glass-button::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0%;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(135deg, #51c1a6, var(--primary));
  border-radius: 50% 50% 0 0 / 18% 18% 0 0;
  transition: height .45s ease;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.glass-button:hover,
.glass-button:focus-visible {
  color: var(--white);
  border-color: var(--primary);
  box-shadow: 0 18px 40px rgba(22,147,165,0.18);
  transform: translateY(-2px);
}

.glass-button:hover::before,
.glass-button:focus-visible::before {
  height: 120%;
}

.glass-button.primary {
  color: var(--white);
  background: var(--primary);
  border-color: var(--primary);
  box-shadow: 0 12px 30px rgba(22,147,165,0.18);
}

.glass-button.primary::before {
  background: linear-gradient(90deg, #51c1a6, var(--primary));
  height: 100%;
}

.glass-button.primary:hover::before,
.glass-button.primary:focus-visible::before {
  height: 120%;
}

.button.full {
  width: 100%;
}

.small-button {
  min-height: 2.3rem;
  padding: 0.55rem 0.85rem;
  font-size: 0.82rem;
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  margin: 0;
}

.hero-metrics div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.9rem;
  min-width: 0;
  padding: 0.6rem 0.8rem;
}

.hero-metrics dt {
  color: var(--primary);
  font-size: 1.4rem;
  font-weight: 900;
}

.hero-metrics dd {
  margin: 0.25rem 0 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.35;
}

.metric-icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 2.2rem;
  height: 2.2rem;
  color: var(--primary);
  border: 1px solid rgba(22,147,165,0.2);
  border-radius: 999px;
  background: rgba(126,206,202,0.12);
  font-size: 0.92rem;
  font-weight: 700;
}

.search-section {
  position: relative;
  z-index: 5;
  padding: 0 clamp(1rem, 5vw, 5rem) clamp(3rem, 6vw, 5rem);
  margin-top: -2.1rem;
}

.search-shell {
  position: relative;
  z-index: 20;
  display: grid;
  gap: 0.8rem;
  max-width: 980px;
  margin: 0 auto;
  padding: 0.55rem;
  border-color: rgba(22,147,165,0.32);
  border-radius: 999px;
  box-shadow: 0 18px 48px rgba(22,147,165,0.12);
}

.site-search {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.45rem;
  align-items: center;
}

.site-search input {
  min-height: 3.25rem;
  background: rgba(255,255,255,0.78);
  border-color: transparent;
  border-radius: 999px;
  box-shadow: none;
}

.search-results {
  position: absolute;
  top: calc(100% + .75rem);
  left: 0;
  right: 0;
  z-index: 50;
  display: grid;
  gap: 0.45rem;
  max-height: 360px;
  overflow-y: auto;
  padding: .75rem;
  border: 1px solid rgba(69,181,196,.35);
  border-radius: 1.25rem;
  background: rgba(255,255,255,.82);
  box-shadow: 0 24px 70px rgba(22,147,165,.18);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
}

.search-results.is-hidden {
  display: none;
}

.search-result {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.8rem;
  align-items: center;
  padding: 0.7rem 0.8rem;
  border: 1px solid rgba(69,181,196,0.22);
  border-radius: 0.9rem;
  background: rgba(255,255,255,0.58);
}

.search-result h3 {
  margin-bottom: 0.25rem;
  transition: color 180ms ease;
}

.search-result:hover h3 {
  color: var(--primary);
}

.search-result p,
.empty-state {
  margin: 0;
  font-size: 0.86rem;
}

.news-section {
  position: relative;
  overflow: hidden;
  padding: clamp(3.6rem, 7vw, 6rem) 0;
  color: var(--white);
  background: linear-gradient(135deg, #51c1a6 0%, #1693a5 100%);
  clip-path: polygon(0 7%, 100% 0, 100% 93%, 0 100%);
}

.news-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 20%, rgba(255,255,255,0.2), transparent 24rem),
    radial-gradient(circle at 78% 68%, rgba(255,255,255,0.12), transparent 22rem);
  pointer-events: none;
}

.news-section .section-heading {
  position: relative;
  z-index: 1;
  margin-inline: clamp(1rem, 5vw, 5rem);
  max-width: 46rem;
}

.news-section h2,
.news-section .eyebrow {
  color: var(--white);
}

.news-section h2 {
  font-size: clamp(1.8rem, 3vw, 3.2rem);
  line-height: 1.06;
}

.news-carousel {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 1rem 0;
}

.news-track {
  display: flex;
  width: max-content;
  gap: 1rem;
  animation: newsMarquee 76s linear infinite;
}

.news-carousel:hover .news-track,
.news-card:hover {
  animation-play-state: paused;
}

.news-card {
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 0.85rem;
  width: min(19rem, 82vw);
  min-height: 25.5rem;
  padding: 0.9rem;
  border-radius: 1.2rem;
  background: rgba(255,255,255,0.72);
  color: var(--black);
}

.news-card img {
  width: 100%;
  aspect-ratio: 1.55;
  object-fit: cover;
  border: 8px solid rgba(255,255,255,0.85);
  border-radius: 36% 64% 48% 52% / 52% 36% 64% 48%;
  background: var(--white);
}

.news-card span {
  display: block;
  margin-bottom: 0.55rem;
  color: var(--primary);
  font-size: 0.72rem;
  font-weight: 800;
}

.news-card h3 {
  font-size: 1.02rem;
  line-height: 1.18;
  transition: color 180ms ease;
}

.news-card:hover h3 {
  color: var(--primary);
}

.news-card p {
  font-size: 0.88rem;
  line-height: 1.5;
}

@keyframes newsMarquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.spline-loading {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: grid;
  place-content: center;
  gap: 0.45rem;
  color: var(--primary);
  text-align: center;
  pointer-events: none;
  transition: opacity 320ms ease, visibility 320ms ease;
}

.hero-spline-background.is-ready .spline-loading {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.loading-orbit {
  width: 4.4rem;
  aspect-ratio: 1;
  margin: 0 auto 0.5rem;
  border: 1px solid rgba(126, 206, 202, 0.4);
  border-top-color: var(--primary);
  border-radius: 999px;
  animation: rotate 1.8s linear infinite;
}

.glass {
  border: 1px solid rgba(22, 147, 165, 0.18);
  background: rgba(255, 255, 255, 0.64);
  box-shadow: var(--soft-shadow);
  backdrop-filter: blur(18px);
}

.hero .glass {
  color: var(--white);
  background: rgba(15, 47, 53, 0.58);
  border-color: rgba(255, 255, 255, 0.16);
}

.section {
  padding: clamp(4rem, 8vw, 7rem) clamp(1rem, 5vw, 5rem);
}

.section-heading {
  max-width: 54rem;
  margin-bottom: 2rem;
}

.section-heading p {
  max-width: 44rem;
  margin-top: 1rem;
}

.focus-grid,
.values-grid,
.solution-lanes,
.process-steps,
.diff-grid {
  display: grid;
  gap: 1rem;
}

.focus-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.focus-panel,
.solution-lane,
.step,
.diff-item {
  position: relative;
  overflow: hidden;
  padding: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid var(--line);
  border-radius: 1.15rem;
  background: var(--surface);
  transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
}

.focus-panel::before,
.solution-lane::before,
.step::before,
.diff-item::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: linear-gradient(var(--primary), var(--accent));
  opacity: 0;
  transition: opacity 200ms ease;
}

.focus-panel:hover,
.solution-lane:hover,
.step:hover,
.diff-item:hover,
.value-card:hover {
  transform: translateY(-5px);
  border-color: var(--line-strong);
  box-shadow: var(--soft-shadow);
}

.focus-panel:hover::before,
.solution-lane:hover::before,
.step:hover::before,
.diff-item:hover::before {
  opacity: 1;
}

.focus-panel.emphasis {
  color: var(--white);
  background: linear-gradient(135deg, var(--deep), var(--primary));
}

.focus-panel.emphasis h3 {
  color: var(--white);
}

.focus-panel.emphasis p,
.focus-panel.emphasis .panel-index {
  color: rgba(255, 255, 255, 0.82);
}

.panel-index,
.step span {
  color: var(--primary);
  font-weight: 900;
}

.values-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.value-card {
  min-height: 15rem;
  padding: 1.3rem;
  border-radius: 1rem;
  transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
}

.icon {
  display: grid;
  place-items: center;
  width: 2.4rem;
  aspect-ratio: 1;
  margin-bottom: 1.5rem;
  color: var(--primary);
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  font-weight: 900;
}

.solution-lanes {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.solution-lane {
  display: grid;
  gap: 0.9rem;
}

.solution-lane img {
  width: 100%;
  aspect-ratio: 1.45;
  object-fit: cover;
  border: 1px solid rgba(22, 147, 165, 0.16);
  border-radius: 0.9rem;
  background: #f7fcfc;
}

.process-steps {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.route-section {
  position: relative;
  height: 400vh;
  background: #ffffff;
}

.route-sticky {
  position: sticky;
  top: 0;
  min-height: 100svh;
  height: 100svh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #ffffff;
}

.route-layout {
  width: min(94vw, 1500px);
  height: calc(100svh - 110px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(520px, 0.92fr) minmax(560px, 1.08fr);
  gap: clamp(3rem, 5vw, 7rem);
  align-items: center;
}

.route-steps {
  position: relative;
  display: grid;
  gap: 1.4rem;
  width: 100%;
  max-width: 720px;
  padding-left: 1.45rem;
}

.route-steps::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4rem;
  bottom: 4rem;
  width: 2px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(46, 146, 200, 0.18), rgba(22, 147, 165, 0.66), rgba(46, 146, 200, 0.18));
}

.route-step {
  position: relative;
  display: grid;
  grid-template-columns: 60px 96px minmax(0, 1fr) 32px;
  align-items: center;
  gap: 1.2rem;
  min-height: clamp(118px, 15vh, 156px);
  padding: clamp(1.25rem, 2vh, 1.8rem) clamp(1.4rem, 2vw, 2rem);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(46, 146, 200, 0.12);
  box-shadow: 0 18px 50px rgba(15, 23, 32, 0.08);
  transition:
    opacity 0.35s ease,
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}

.route-step::before {
  content: "";
  position: absolute;
  left: -1.45rem;
  top: 50%;
  width: 1.45rem;
  height: 1px;
  background: rgba(46, 146, 200, 0.3);
  transform: translateY(-50%);
}

.route-step::after {
  content: "";
  position: absolute;
  left: calc(-1.45rem - 5px);
  top: 50%;
  width: 11px;
  height: 11px;
  border-radius: 999px;
  background: #2e92c8;
  box-shadow: 0 0 0 6px rgba(46, 146, 200, 0.08);
  transform: translateY(-50%);
}

.route-step.is-active {
  opacity: 1;
  transform: translateX(0) scale(1);
  border-color: rgba(46, 146, 200, 0.18);
  box-shadow: 0 28px 70px rgba(46, 146, 200, 0.16);
}

.route-step.is-future {
  opacity: 0.24;
  transform: translateX(-12px);
}

.route-step.is-past {
  opacity: 0.72;
  transform: translateX(0);
}

.route-number {
  color: #1693a5;
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 1;
}

.route-icon {
  width: 86px;
  height: 86px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: #1693a5;
  background: rgba(46, 146, 200, 0.06);
  border: 8px solid rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 30px rgba(46, 146, 200, 0.1);
}

.route-icon svg {
  width: 46px;
  height: 46px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.45;
  stroke-linecap: round;
  stroke-linejoin: round;
}

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

.route-step h3 {
  margin: 0 0 0.45rem;
  color: #0f1720;
  font-size: 1.35rem;
  line-height: 1.12;
}

.route-step p {
  margin: 0;
  color: rgba(15, 23, 32, 0.68);
  font-family: "Open Sans", sans-serif;
  font-size: 0.94rem;
  line-height: 1.5;
}

.route-arrow {
  color: #1693a5;
  font-size: 1.6rem;
  line-height: 1;
}

.route-visual {
  position: relative;
  min-height: calc(100svh - 160px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.route-visual h2 {
  position: relative;
  z-index: 2;
  max-width: 720px;
  margin: 0 0 clamp(1rem, 2vh, 2rem);
  color: #0f1720;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(4rem, 5.6vw, 7rem);
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: -0.045em;
}

.route-visual h2 span,
.route-accent {
  color: #1693a5;
}

.route-visual img {
  position: absolute;
  right: clamp(-2rem, -2vw, -1rem);
  bottom: clamp(-2rem, -4vh, -1rem);
  z-index: 1;
  width: min(58vw, 820px);
  height: auto;
  max-height: 62vh;
  object-fit: contain;
  object-position: right bottom;
  pointer-events: none;
}

@media (max-width: 1180px) {
  .route-layout {
    grid-template-columns: minmax(430px, 0.95fr) minmax(430px, 1.05fr);
    gap: clamp(2rem, 4vw, 4rem);
  }

  .route-step {
    grid-template-columns: 48px 78px minmax(0, 1fr) 28px;
    gap: 0.95rem;
  }

  .route-icon {
    width: 74px;
    height: 74px;
  }
}

@media (max-height: 820px) and (min-width: 901px) {
  .route-layout {
    height: calc(100svh - 80px);
    gap: 3rem;
  }

  .route-steps {
    gap: 0.85rem;
  }

  .route-step {
    grid-template-columns: 44px 68px minmax(0, 1fr) 26px;
    gap: 0.85rem;
    min-height: 110px;
    padding: 0.9rem 1.2rem;
  }

  .route-icon {
    width: 66px;
    height: 66px;
    border-width: 6px;
  }

  .route-icon svg {
    width: 36px;
    height: 36px;
  }

  .route-step h3 {
    font-size: 1.16rem;
    margin-bottom: 0.32rem;
  }

  .route-step p {
    font-size: 0.82rem;
    line-height: 1.35;
  }

  .route-visual h2 {
    font-size: clamp(3.4rem, 5vw, 5.8rem);
  }

  .route-visual img {
    max-height: 54vh;
  }
}

@media (max-width: 900px) {
  .route-section {
    height: auto;
  }

  .route-sticky {
    position: relative;
    height: auto;
    min-height: auto;
    overflow: visible;
    padding: 5rem 0;
  }

  .route-layout {
    width: calc(100% - 2rem);
    height: auto;
    grid-template-columns: 1fr;
  }

  .route-steps {
    order: 2;
  }

  .route-visual {
    order: 1;
    min-height: auto;
  }

  .route-visual h2 {
    font-size: clamp(2.8rem, 12vw, 4.4rem);
  }

  .route-visual img {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    max-height: none;
    margin-top: 2rem;
  }

  .route-step {
    opacity: 1 !important;
    transform: none !important;
  }
}

@media (max-width: 620px) {
  .route-steps {
    padding-left: 1rem;
  }

  .route-step {
    grid-template-columns: auto minmax(0, 1fr) auto;
    min-height: 0;
    padding: 1.15rem;
    border-radius: 22px;
  }

  .route-number {
    grid-column: 1;
  }

  .route-icon {
    grid-column: 1;
    grid-row: 2;
    width: 64px;
    height: 64px;
    border-width: 6px;
  }

  .route-copy {
    grid-column: 2;
    grid-row: 1 / span 2;
  }

  .route-arrow {
    grid-column: 3;
    grid-row: 1 / span 2;
  }
}

.anatomy-section {
  color: var(--white);
  background:
    radial-gradient(circle at 12% 10%, rgba(126, 206, 202, 0.17), transparent 26rem),
    linear-gradient(180deg, #15383d, #10282c);
}

.anatomy-section h2,
.anatomy-section h3,
.anatomy-section h4 {
  color: var(--white);
}

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

.anatomy-workbench {
  display: grid;
  grid-template-columns: minmax(18rem, 0.9fr) minmax(20rem, 1.1fr);
  gap: 1rem;
  align-items: stretch;
}

.anatomy-map,
.anatomy-panel {
  min-height: 42rem;
  border-radius: 1.4rem;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
}

.anatomy-map {
  position: relative;
  display: grid;
  place-items: center;
  padding: 3.5rem 1rem 1rem;
}

.map-toolbar {
  position: absolute;
  top: 1rem;
  right: 1rem;
  left: 1rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.82rem;
}

.map-toolbar span {
  color: var(--accent);
  font-weight: 800;
}

.anatomy-map svg {
  width: min(100%, 30rem);
  height: auto;
}

.skeleton-lines {
  fill: none;
  stroke: rgba(255, 255, 255, 0.22);
  stroke-width: 10;
  stroke-linecap: round;
}

.bone-target {
  cursor: pointer;
  outline: none;
}

.bone-target circle,
.bone-target path {
  fill: rgba(126, 206, 202, 0.13);
  stroke: rgba(126, 206, 202, 0.62);
  stroke-width: 16;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: fill 180ms ease, stroke 180ms ease, filter 180ms ease, stroke-width 180ms ease;
}

.bone-target:hover circle,
.bone-target:hover path,
.bone-target:focus-visible circle,
.bone-target:focus-visible path,
.bone-target.is-active circle,
.bone-target.is-active path {
  fill: rgba(69, 181, 196, 0.34);
  stroke: var(--white);
  stroke-width: 18;
  filter: drop-shadow(0 0 16px rgba(126, 206, 202, 0.72));
}

.anatomy-panel {
  padding: clamp(1.25rem, 3vw, 2rem);
}

.anatomy-panel h3 {
  margin: 0.3rem 0 0.8rem;
  font-size: clamp(2rem, 3.2vw, 3.4rem);
}

.panel-block {
  margin: 1.6rem 0;
}

.panel-block h4 {
  margin: 0 0 0.7rem;
}

.product-mini {
  padding: 1rem;
  margin-bottom: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 0.9rem;
  background: rgba(255, 255, 255, 0.08);
}

.product-mini strong,
.product-mini span,
.product-mini small {
  display: block;
}

.product-mini span {
  margin: 0.35rem 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.55;
}

.product-mini small {
  color: var(--accent);
  font-weight: 800;
}

#bone-applications {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 0;
  list-style: none;
}

#bone-applications li {
  padding: 0.5rem 0.7rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.diff-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.diff-item strong,
.diff-item span {
  display: block;
}

.diff-item span {
  margin-top: 0.45rem;
  color: var(--muted);
  line-height: 1.6;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(20rem, 0.7fr);
  gap: 2rem;
  align-items: start;
  padding: clamp(4rem, 8vw, 7rem) clamp(1rem, 5vw, 5rem);
}

.contact-copy h2 {
  max-width: 14ch;
}

.contact-form {
  display: grid;
  gap: 0.9rem;
  padding: clamp(1.2rem, 3vw, 2rem);
  border-radius: 1.2rem;
}

label {
  display: grid;
  gap: 0.42rem;
  color: #314a4f;
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  min-height: 3rem;
  padding: 0.8rem 0.9rem;
  color: var(--black);
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid var(--line);
  border-radius: 0.75rem;
  font: inherit;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 4px rgba(22, 147, 165, 0.12);
}

input.is-invalid,
select.is-invalid,
textarea.is-invalid {
  border-color: #b3261e;
  box-shadow: 0 0 0 4px rgba(179, 38, 30, 0.09);
}

button:disabled {
  cursor: wait;
  opacity: 0.72;
}

textarea {
  resize: vertical;
}

.form-status {
  min-height: 1.4rem;
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.45;
}

.form-status.is-error {
  color: #9c241d;
}

.form-status.is-success {
  color: var(--primary);
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 2rem clamp(1rem, 5vw, 5rem);
  color: var(--muted);
  border-top: 1px solid var(--line);
}

.chat-float-btn {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 70;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  overflow: hidden;
  color: var(--primary);
  background: rgba(255,255,255,0.34);
  border: 1px solid rgba(22,147,165,0.25);
  border-radius: 50%;
  box-shadow: 0 12px 35px rgba(0,0,0,0.12), inset 0 1px 0 rgba(255,255,255,0.25);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  transition: transform .35s ease, box-shadow .35s ease, color .32s ease;
}

.chat-float-btn::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(135deg, #51c1a6, var(--primary));
  border-radius: 50% 50% 0 0 / 18% 18% 0 0;
  transition: height .45s ease;
}

.chat-float-btn svg {
  position: relative;
  z-index: 2;
  width: 25px;
  height: 25px;
}

.chat-float-btn:hover,
.chat-float-btn:focus-visible {
  color: var(--white);
  transform: scale(1.08);
  box-shadow: 0 18px 44px rgba(22,147,165,0.28), inset 0 1px 0 rgba(255,255,255,0.25);
}

.chat-float-btn:hover::before,
.chat-float-btn:focus-visible::before {
  height: 120%;
}

.assistant-panel {
  position: fixed;
  right: 1.25rem;
  bottom: 5.1rem;
  z-index: 70;
  display: grid;
  gap: 1rem;
  width: min(24rem, calc(100vw - 2rem));
  padding: 1rem;
  border-radius: 1.25rem;
}

.assistant-panel[hidden] {
  display: none;
}

.assistant-header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 1rem;
}

.assistant-header h2 {
  font-size: 1.15rem;
}

.assistant-close {
  display: grid;
  place-items: center;
  width: 2rem;
  aspect-ratio: 1;
  color: var(--black);
  background: rgba(255,255,255,0.66);
  border: 1px solid rgba(69,181,196,0.28);
  border-radius: 999px;
  font: inherit;
  cursor: pointer;
}

.assistant-messages {
  display: grid;
  gap: 0.65rem;
  max-height: 18rem;
  overflow: auto;
  padding-right: 0.2rem;
}

.assistant-message {
  width: fit-content;
  max-width: 88%;
  margin: 0;
  padding: 0.75rem 0.85rem;
  border-radius: 1rem;
  font-size: 0.92rem;
  line-height: 1.45;
}

.assistant-message.bot {
  background: rgba(255,255,255,0.78);
}

.assistant-message.user {
  justify-self: end;
  color: var(--white);
  background: var(--primary);
}

.assistant-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.6rem;
}

.assistant-form input {
  min-height: 3rem;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 540ms ease, transform 540ms ease;
}

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

@keyframes rotate {
  to {
    transform: rotate(1turn);
  }
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.navbar {
  position: fixed;
  top: 18px;
  left: 50%;
  z-index: 1000;
  width: min(92%, 1180px);
  min-height: 72px;
  padding: 0.72rem 1.05rem 0.72rem 1.4rem;
  border-radius: 999px;
  background: rgba(255,255,255,0.34);
  border: 1px solid rgba(22,147,165,0.22);
  box-shadow:
    0 18px 55px rgba(22,147,165,0.12),
    inset 0 1px 0 rgba(255,255,255,0.52);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  transform: translateX(-50%);
}

.site-header.is-elevated {
  background: rgba(255,255,255,0.42);
  border-color: rgba(22,147,165,0.28);
  box-shadow:
    0 18px 55px rgba(22,147,165,0.16),
    inset 0 1px 0 rgba(255,255,255,0.52);
}

.nav {
  align-items: center;
}

.nav a {
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.7rem;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  font-family: "Poppins", sans-serif;
  font-size: 0.92rem;
  font-weight: 600;
  color: #24484f;
  transition: color 180ms ease, transform 180ms ease;
}

.nav a::after {
  inset: 0;
  height: auto;
  z-index: -1;
  border-radius: 999px;
  background: linear-gradient(135deg, #51c1a6, #1693a5);
  transform: scale(0.92);
  opacity: 0;
  transition: opacity 220ms ease, transform 220ms ease;
}

.nav a:hover,
.nav a:focus-visible {
  color: var(--white);
  transform: translateY(-1px);
}

.nav a:hover::after,
.nav a:focus-visible::after {
  opacity: 1;
  transform: scale(1);
}

.button,
.news-card a,
.chat-send,
.whatsapp-btn {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255,255,255,0.16);
  border: 1px solid rgba(22,147,165,0.28);
  box-shadow:
    0 14px 35px rgba(22,147,165,0.12),
    inset 0 1px 0 rgba(255,255,255,0.45);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  color: #222222;
  font-family: "Poppins", sans-serif;
  transition:
    transform .3s ease,
    box-shadow .3s ease,
    color .3s ease,
    border-color .3s ease;
}

.button::before,
.news-card a::before,
.chat-send::before,
.whatsapp-btn::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0%;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(135deg, #51c1a6, #1693a5);
  border-radius: 50% 50% 0 0 / 18% 18% 0 0;
  transition: height .45s ease;
}

.button:hover,
.button:focus-visible,
.news-card a:hover,
.news-card a:focus-visible,
.chat-send:hover,
.chat-send:focus-visible,
.whatsapp-btn:hover,
.whatsapp-btn:focus-visible {
  color: #ffffff;
  transform: translateY(-2px);
  border-color: rgba(22,147,165,.55);
  box-shadow: 0 20px 50px rgba(22,147,165,.18);
}

.button:hover::before,
.button:focus-visible::before,
.news-card a:hover::before,
.news-card a:focus-visible::before,
.chat-send:hover::before,
.chat-send:focus-visible::before,
.whatsapp-btn:hover::before,
.whatsapp-btn:focus-visible::before {
  height: 120%;
}

.button > span,
.button svg,
.button img,
.news-card a > span,
.chat-send > span,
.whatsapp-btn > span {
  position: relative;
  z-index: 2;
}

.button:focus-visible,
.nav a:focus-visible,
.chat-float-btn:focus-visible,
.assistant-close:focus-visible {
  outline: 2px solid rgba(22,147,165,0.45);
  outline-offset: 3px;
}

.glass-button {
  background: rgba(255,255,255,0.16);
  border-color: rgba(22,147,165,0.28);
  box-shadow:
    0 14px 35px rgba(22,147,165,0.12),
    inset 0 1px 0 rgba(255,255,255,0.45);
}

.glass-button.primary {
  color: #222222;
  background: rgba(255,255,255,0.2);
  border-color: rgba(22,147,165,0.32);
}

.hero {
  padding-top: 1.5rem;
}

.hero-content {
  width: min(100%, 1140px);
  max-width: 1140px;
  padding: clamp(8.5rem, 12vw, 10.5rem) clamp(1.5rem, 5vw, 5rem) 7rem;
}

.hero-main-row {
  display: grid;
  grid-template-columns: minmax(0, 620px) minmax(250px, 360px);
  gap: clamp(2rem, 5vw, 6rem);
  align-items: center;
  justify-content: space-between;
}

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

.hero-subtitle {
  max-width: 540px;
  margin-top: 1.1rem;
  margin-bottom: 0;
  font-size: clamp(.95rem, 1.05vw, 1.1rem);
  line-height: 1.65;
  color: rgba(34,34,34,.72);
}

.hero-side {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-self: end;
  gap: 1rem;
  width: 100%;
}

.hero-actions {
  display: flex;
  flex-direction: column;
  gap: .85rem;
  align-items: stretch;
  min-width: 250px;
  margin: 0;
}

.hero-actions .button {
  min-width: 250px;
}

.hero-aside {
  max-width: 18rem;
  margin: 0;
  color: rgba(34,34,34,.62);
  font-size: .96rem;
  line-height: 1.55;
  text-align: right;
}

.hero-metrics-band {
  position: relative;
  z-index: 6;
  margin-top: -2.2rem;
  padding: 0 1.5rem 2rem;
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  gap: 1rem;
  width: min(100%, 920px);
  margin: 0 auto;
  padding: 1rem 1.25rem;
  border: 1px solid rgba(22,147,165,0.16);
  border-radius: 999px;
  background: rgba(255,255,255,0.74);
  box-shadow:
    0 22px 54px rgba(22,147,165,0.12),
    inset 0 1px 0 rgba(255,255,255,0.7);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
}

.search-section {
  position: relative;
  z-index: 20;
  margin-top: 0;
  margin-bottom: 5rem;
  padding-inline: 1.5rem;
  padding-bottom: 0;
}

.search-wrapper {
  position: relative;
  max-width: 920px;
  margin: 0 auto;
}

.search-shell {
  display: contents;
}

.search-bar {
  min-height: 64px;
  display: flex;
  align-items: center;
  gap: .75rem;
  padding: .55rem .65rem .55rem 1.25rem;
  border-radius: 999px;
  background: rgba(255,255,255,0.34);
  border: 1px solid rgba(22,147,165,0.24);
  box-shadow:
    0 18px 45px rgba(22,147,165,.12),
    inset 0 1px 0 rgba(255,255,255,.55);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
}

.search-bar input {
  flex: 1;
  min-height: auto;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  box-shadow: none;
  color: #222222;
  font-family: "Poppins", sans-serif;
  font-size: .95rem;
}

.search-bar input:focus {
  border: 0;
  box-shadow: none;
}

.search-bar button {
  min-width: 54px;
  height: 48px;
  padding: 0 1.2rem;
}

.search-results {
  position: absolute;
  top: calc(100% + .75rem);
  left: 0;
  right: 0;
  z-index: 100;
  display: grid;
  gap: 0;
  max-height: 340px;
  overflow-y: auto;
  padding: .75rem;
  border-radius: 1.25rem;
  background: rgba(255,255,255,.86);
  border: 1px solid rgba(69,181,196,.35);
  box-shadow: 0 24px 70px rgba(22,147,165,.18);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
}

.search-results.is-hidden,
.search-results:empty {
  display: none;
}

.search-result,
.search-result-item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: .75rem;
  align-items: center;
  padding: .75rem .9rem;
  margin-bottom: .45rem;
  border-radius: .95rem;
  background: rgba(255,255,255,.58);
  border: 1px solid rgba(22,147,165,.12);
}

.search-result:last-child,
.search-result-item:last-child {
  margin-bottom: 0;
}

.search-result h3,
.search-result-item h4 {
  margin: 0 0 .15rem;
  font-size: .92rem;
}

.search-result p,
.search-result-item p,
.empty-state {
  margin: 0;
  font-size: .78rem;
  line-height: 1.35;
}

.value-accordion {
  display: flex;
  min-height: 360px;
  border-radius: 2rem;
  overflow: hidden;
  box-shadow: 0 28px 80px rgba(22,147,165,.14);
}

.value-panel {
  flex: 0 0 96px;
  position: relative;
  padding: 0;
  border: 0;
  cursor: pointer;
  color: #ffffff;
  text-align: left;
  transition: flex-basis .55s cubic-bezier(.2,.8,.2,1), transform .35s ease;
}

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

.value-panel.mission {
  background: linear-gradient(180deg, #1693a5 0%, #0f2f35 100%);
}

.value-panel.vision {
  background: linear-gradient(180deg, #45b5c4 0%, #1693a5 100%);
}

.value-panel.bet {
  background: linear-gradient(180deg, #51c1a6 0%, #1693a5 46%, #222222 100%);
}

.value-panel.is-active {
  flex-basis: min(620px, 56vw);
}

.value-panel-shell {
  position: relative;
  display: flex;
  align-items: stretch;
  width: 100%;
  min-height: 360px;
  height: 100%;
}

.value-panel-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,.12), transparent 38%, rgba(0,0,0,.16));
  pointer-events: none;
}

.value-panel-title {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  min-width: 96px;
  padding: 1.5rem 1rem;
  font-family: "Hammersmith One", sans-serif;
  font-size: clamp(2rem, 4vw, 4rem);
  color: #ffffff;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  transition: transform .35s ease, font-size .35s ease, padding .35s ease;
}

.value-panel-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: .8rem;
  padding: 2rem 2rem 2.2rem 0;
  opacity: 0;
  transform: translateX(16px);
  transition: opacity .35s ease, transform .35s ease;
}

.value-panel-content strong {
  font-family: "Hammersmith One", sans-serif;
  font-size: clamp(2rem, 3vw, 3.3rem);
  font-weight: 400;
  line-height: 1;
}

.value-panel-content p {
  max-width: 30rem;
  color: rgba(255,255,255,.88);
  font-family: "Open Sans", sans-serif;
  font-size: .98rem;
  line-height: 1.7;
}

.value-panel.is-active .value-panel-title {
  align-items: flex-start;
  justify-items: start;
  min-width: 0;
  padding: 2rem 0 2rem 2rem;
  font-size: clamp(2rem, 3vw, 3.3rem);
  writing-mode: horizontal-tb;
  transform: none;
}

.value-panel.is-active .value-panel-content {
  opacity: 1;
  transform: translateX(0);
}

.chat-float-btn {
  background: rgba(255,255,255,0.3);
  border: 1px solid rgba(22,147,165,0.28);
  box-shadow:
    0 14px 35px rgba(22,147,165,0.16),
    inset 0 1px 0 rgba(255,255,255,0.45);
}

.language-switcher {
  position: fixed;
  top: 31px;
  right: clamp(1rem, 4vw, 4.5rem);
  z-index: 1001;
}

.language-toggle {
  display: grid;
  place-items: center;
  width: 2.7rem;
  height: 2.7rem;
  padding: 0;
  color: #2e92c8;
  background: rgba(255,255,255,0.34);
  border: 1px solid rgba(46,146,200,0.22);
  border-radius: 999px;
  box-shadow:
    0 14px 35px rgba(22,147,165,0.12),
    inset 0 1px 0 rgba(255,255,255,0.5);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  cursor: pointer;
}

.language-toggle svg {
  width: 1.1rem;
  height: 1.1rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.language-menu {
  position: absolute;
  top: calc(100% + 0.55rem);
  right: 0;
  display: grid;
  gap: 0.2rem;
  min-width: 9rem;
  padding: 0.45rem;
  border-radius: 1rem;
}

.language-menu[hidden] {
  display: none;
}

.language-menu button {
  min-height: 2.35rem;
  padding: 0.55rem 0.85rem;
  color: #24484f;
  background: transparent;
  border: 0;
  border-radius: 999px;
  font: inherit;
  font-size: 0.88rem;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}

.language-menu button:hover,
.language-menu button:focus-visible,
.language-menu button.is-active {
  color: #ffffff;
  background: linear-gradient(135deg, #51c1a6, #2e92c8);
}

.hero {
  display: block;
  min-height: 100svh;
  padding: 7rem 0 clamp(3.2rem, 5vw, 4.8rem);
  background: #ffffff;
}

.hero-spline-background {
  background: #ffffff;
}

.hero-spline-background::after {
  display: none;
}

.hero-spline-background spline-viewer {
  width: 100%;
  height: 100%;
  opacity: 0.26;
  transform: translateX(20%) scale(1.05);
}

.hero-overlay {
  background: linear-gradient(
    90deg,
    rgba(255,255,255,.96) 0%,
    rgba(255,255,255,.88) 48%,
    rgba(255,255,255,.62) 100%
  );
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(88%, 1180px);
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(5rem, 10vw, 9rem) 0 0;
}

.hero-kicker {
  display: block;
  margin-bottom: 1.8rem;
  color: #2e92c8;
  font-family: "Open Sans", sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.45;
  opacity: 1;
  text-transform: none;
}

.hero-title {
  display: grid;
  gap: 0;
  min-height: 3.54em;
  max-width: 59rem;
  margin: 0;
  color: #111111;
  font-family: "Hammersmith One", sans-serif;
  font-size: clamp(3rem, 5.4vw, 5.9rem);
  line-height: 1.18;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: opacity 360ms ease, transform 360ms ease;
}

.hero-title.is-changing {
  opacity: 0;
  transform: translateY(10px);
}

.hero-title-lines,
.hero-title-highlight {
  display: block;
}

.hero-title-lines span {
  display: block;
}

.hero-title-highlight {
  color: #2e92c8;
}

.hero-benefits {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
  align-items: center;
  width: min(88%, 1180px);
  margin: clamp(5rem, 9vw, 8rem) auto 0;
}

.hero-benefit {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.9rem;
  align-items: center;
  min-width: 0;
}

.benefit-icon {
  display: grid;
  place-items: center;
  width: 2.35rem;
  height: 2.35rem;
  color: #2e92c8;
}

.benefit-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-benefit:first-child .benefit-icon svg,
.hero-benefit:nth-child(3) .benefit-icon svg {
  fill: currentColor;
  stroke: none;
}

.hero-benefit p {
  margin: 0;
  color: #222222;
  font-family: "Open Sans", sans-serif;
  font-size: clamp(0.9rem, 1vw, 1rem);
  line-height: 1.45;
}

.contact-form .button {
  min-height: 3.25rem;
  border-color: rgba(46,146,200,0.3);
  box-shadow:
    0 16px 40px rgba(22,147,165,0.14),
    inset 0 1px 0 rgba(255,255,255,0.48);
}

@media (max-width: 1120px) {
  .contact-section,
  .anatomy-workbench {
    grid-template-columns: 1fr;
  }

  .hero-content {
    width: min(72%, 46rem);
  }

  h1 {
    max-width: 15ch;
  }

  .values-grid,
  .process-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .focus-grid,
  .solution-lanes,
  .diff-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .site-header {
    grid-template-columns: auto auto;
    align-items: center;
    justify-content: space-between;
  }

  .brand {
    grid-column: 1;
    grid-row: 1;
  }

  .brand img {
    width: 7.2rem;
  }

  .nav {
    grid-column: 1 / -1;
    justify-content: flex-start;
    width: 100%;
    overflow-x: auto;
    padding-bottom: 0.1rem;
  }

  .nav-whatsapp {
    display: none;
  }

  .hero {
    min-height: 100svh;
    align-items: flex-start;
  }

  .hero-content {
    width: 100%;
    max-width: 100%;
    padding-top: 6rem;
  }

  .hero-spline-background spline-viewer {
    transform: translateX(0) scale(1);
    opacity: 0.38;
  }

  .hero-overlay {
    background: linear-gradient(
      180deg,
      rgba(255,255,255,0.96) 0%,
      rgba(255,255,255,0.88) 48%,
      rgba(255,255,255,0.72) 100%
    );
  }

  h1 {
    max-width: 100%;
    font-size: clamp(2.5rem, 13vw, 4rem);
    line-height: 1;
    letter-spacing: -0.045em;
  }

  h2 {
    font-size: clamp(1.9rem, 9vw, 2.5rem);
  }

  .eyebrow,
  .hero-kicker {
    font-size: 0.68rem;
    white-space: normal;
  }

  .hero-subtitle {
    max-width: 22rem;
    font-size: 1rem;
  }

  .actions,
  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: min(100%, 22rem);
  }

  .hero-metrics,
  .values-grid,
  .process-steps {
    grid-template-columns: 1fr;
  }

  .site-search,
  .search-result,
  .assistant-form {
    grid-template-columns: 1fr;
  }

  .news-section {
    clip-path: polygon(0 3%, 100% 0, 100% 97%, 0 100%);
  }

  .news-carousel {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-inline: 1rem;
  }

  .news-track {
    animation: none;
    width: max-content;
  }

  .news-card {
    scroll-snap-align: start;
  }

  .chat-float-btn {
    right: 1rem;
    bottom: 1rem;
  }

  .assistant-panel {
    right: 1rem;
    bottom: 4.7rem;
  }

  .anatomy-map,
  .anatomy-panel {
    min-height: auto;
  }

  .map-toolbar {
    position: static;
    flex-direction: column;
    margin-bottom: 1rem;
  }

  .anatomy-map {
    padding: 1rem;
  }

  .site-footer {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 420px) {
  .nav {
    font-size: 0.88rem;
  }

  h1 {
    font-size: clamp(2.35rem, 12vw, 3.2rem);
  }
}

@media (max-width: 1120px) {
  .hero-content {
    width: min(100%, 58rem);
    padding-bottom: 6rem;
  }

  .hero-main-row {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .hero-side {
    align-items: flex-start;
    justify-self: start;
  }

  .hero-actions {
    flex-direction: column;
    min-width: 250px;
  }

  .hero-aside {
    max-width: 24rem;
    text-align: left;
  }

  .value-panel.is-active {
    flex-basis: min(460px, 60vw);
  }
}

@media (max-width: 760px) {
  .site-header {
    justify-content: normal;
    gap: 0.65rem;
    width: min(96%, 720px);
    padding: 0.75rem 0.85rem;
  }

  .nav {
    justify-content: center;
    scrollbar-width: none;
  }

  .nav::-webkit-scrollbar {
    display: none;
  }

  .hero-content {
    padding-top: 8rem;
  }

  .hero-subtitle {
    max-width: 32rem;
  }

  .hero-actions {
    width: min(100%, 22rem);
    margin-top: 1.15rem;
  }

  .hero-aside {
    max-width: 22rem;
  }

  .hero-metrics-band {
    margin-top: -1.2rem;
    padding-bottom: 1.5rem;
  }

  .hero-metrics {
    grid-template-columns: 1fr;
    gap: 0.2rem;
    border-radius: 1.5rem;
    padding: 1rem;
  }

  .hero-metrics div {
    justify-content: flex-start;
  }

  .search-bar {
    padding-inline: 1rem;
  }

  .search-bar button {
    width: 100%;
  }

  .search-result-item {
    grid-template-columns: 1fr;
  }

  .value-accordion {
    display: grid;
    min-height: auto;
    border-radius: 1.5rem;
  }

  .value-panel,
  .value-panel.is-active {
    flex-basis: auto;
  }

  .value-panel-shell {
    min-height: auto;
    display: grid;
  }

  .value-panel-title,
  .value-panel.is-active .value-panel-title {
    min-width: 0;
    padding: 1.3rem 1.4rem 0.25rem;
    font-size: 2rem;
    writing-mode: horizontal-tb;
    transform: none;
  }

  .value-panel-content,
  .value-panel.is-active .value-panel-content {
    opacity: 1;
    transform: none;
    padding: 0.25rem 1.4rem 1.4rem;
  }
}

@media (max-width: 1120px) {
  .hero {
    min-height: 100svh;
  }

  .hero-content {
    width: min(88%, 1180px);
    padding-top: clamp(5rem, 11vw, 8rem);
  }

  .hero-title {
    max-width: 48rem;
  }

  .hero-benefits {
    gap: 1.6rem;
  }
}

@media (max-width: 760px) {
  .language-switcher {
    top: 145px;
    right: clamp(1rem, 4vw, 1.5rem);
  }

  .language-toggle {
    width: 2.45rem;
    height: 2.45rem;
  }

  .hero {
    min-height: 100svh;
    padding-top: 8.25rem;
    padding-bottom: 3rem;
  }

  .hero-spline-background spline-viewer {
    opacity: 0.18;
    transform: translateX(12%) scale(1.08);
  }

  .hero-overlay {
    background: linear-gradient(
      180deg,
      rgba(255,255,255,.98) 0%,
      rgba(255,255,255,.9) 64%,
      rgba(255,255,255,.74) 100%
    );
  }

  .hero-content {
    width: min(88%, 1180px);
    padding-top: clamp(3.5rem, 11vw, 5rem);
  }

  .hero-kicker {
    max-width: 22rem;
    margin-bottom: 1.35rem;
    font-size: 0.82rem;
  }

  .hero-title {
    min-height: 3.9em;
    max-width: 100%;
    font-size: clamp(2.3rem, 11vw, 3.8rem);
    line-height: 1.12;
    letter-spacing: 0.03em;
  }

  .hero-benefits {
    grid-template-columns: 1fr;
    gap: 1.25rem;
    margin-top: clamp(3.5rem, 12vw, 5rem);
  }

  .hero-benefit {
    justify-content: center;
    grid-template-columns: auto minmax(0, 14rem);
  }
}

@media (max-width: 420px) {
  .navbar {
    top: 12px;
    width: min(96%, 420px);
  }

  .language-switcher {
    top: 145px;
  }
}

.hero-content {
  width: min(88%, 1180px);
  max-width: 1180px;
  margin-left: clamp(4rem, 7vw, 8rem);
  margin-right: auto;
  padding-top: clamp(5rem, 9vw, 8rem);
}

.hero-title {
  display: block;
  max-width: 980px;
  min-width: 760px;
  min-height: clamp(13rem, 22vw, 22rem);
  font-size: clamp(3.8rem, 5.8vw, 6.2rem);
  line-height: 1.08;
  letter-spacing: 0.02em;
  text-align: left;
}

.hero-title-lines span,
.hero-title-highlight {
  white-space: nowrap;
}

.hero-benefits {
  position: absolute;
  left: 50%;
  right: auto;
  bottom: clamp(4rem, 7vw, 6rem);
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(2rem, 4vw, 5rem);
  align-items: center;
  justify-items: center;
  width: min(1100px, 88vw);
  max-width: none;
  margin: 0;
  translate: -50% 0;
}

.hero-benefit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  min-width: 0;
  text-align: left;
}

.hero-benefit span,
.hero-benefit p {
  font-size: 0.95rem;
  line-height: 1.35;
}

@media (max-width: 768px) {
  .hero-content {
    width: calc(100% - 2rem);
    max-width: none;
    margin: 0 auto;
    padding-top: 6rem;
  }

  .hero-title {
    min-height: auto;
    min-width: 0;
    max-width: 100%;
    font-size: clamp(1.55rem, 7.9vw, 3rem);
    line-height: 1.12;
    letter-spacing: 0.03em;
  }

  .hero-benefits {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    width: calc(100% - 2rem);
    max-width: none;
    margin: 3rem auto 0;
    grid-template-columns: 1fr;
    gap: 1.25rem;
    translate: none;
  }

  .hero-benefit {
    justify-content: flex-start;
  }
}

@media (min-width: 769px) and (max-width: 900px) {
  .hero-title {
    min-width: 0;
    width: calc(100vw - clamp(4rem, 7vw, 8rem) - 2rem);
  }
}

@media (max-width: 420px) {
  .hero-title {
    font-size: clamp(1.55rem, 7.9vw, 3rem);
  }
}

.hero {
  background:
    radial-gradient(circle at 72% 48%, rgba(126, 206, 202, 0.2), transparent 28%),
    radial-gradient(circle at 12% 18%, rgba(46, 146, 200, 0.1), transparent 22%),
    linear-gradient(135deg, #ffffff 0%, #f8fcfd 46%, #ffffff 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(22, 147, 165, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(22, 147, 165, 0.035) 1px, transparent 1px);
  background-size: 72px 72px;
  -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.55), transparent 78%);
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.55), transparent 78%);
}

.hero-spline-background {
  background: transparent;
}

.hero-spline-background spline-viewer {
  opacity: 0.34;
  transform: translateX(18%) scale(1.08);
  filter: saturate(1.08) contrast(1.03);
}

.hero-content {
  width: min(88%, 1180px);
  max-width: 1180px;
  margin-left: clamp(5rem, 7vw, 8rem);
  margin-right: auto;
  padding-top: clamp(5.5rem, 9vw, 8rem);
}

.hero-kicker {
  margin-bottom: 2rem;
  color: #2e92c8;
  font-family: "Open Sans", sans-serif;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: none;
}

.hero-title {
  max-width: 900px;
  min-width: 0;
  min-height: clamp(13rem, 22vw, 22rem);
  font-size: clamp(4rem, 6.2vw, 7rem);
  line-height: 1.02;
  letter-spacing: 0.035em;
  text-align: left;
  text-transform: uppercase;
}

.hero-title-highlight {
  display: block;
  color: #2e92c8;
  text-shadow: 0 14px 40px rgba(46, 146, 200, 0.12);
}

.hero-microcopy {
  position: relative;
  z-index: 2;
  max-width: 520px;
  margin: 1.5rem 0 0;
  color: rgba(34, 34, 34, 0.62);
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.7;
}

.hero-benefits {
  bottom: clamp(1.6rem, 3vw, 3.5rem);
}

.hero-benefit-icon {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  flex: 0 0 42px;
  color: #2e92c8;
  background: rgba(255, 255, 255, 0.42);
  border: 1px solid rgba(46, 146, 200, 0.22);
  box-shadow: 0 12px 32px rgba(46, 146, 200, 0.1);
}

.hero-benefit-icon svg {
  width: 21px;
  height: 21px;
}

.hero-benefit p {
  color: rgba(34, 34, 34, 0.72);
  font-family: "Open Sans", sans-serif;
  font-size: 0.92rem;
  line-height: 1.35;
}

@media (max-width: 768px) {
  .hero-content {
    width: calc(100% - 2rem);
    max-width: none;
    margin: 0 auto;
    padding-top: 6rem;
  }

  .hero-spline-background spline-viewer {
    opacity: 0.2;
    transform: translateX(18%) scale(1.04);
  }

  .hero-title {
    min-height: auto;
    max-width: 100%;
    font-size: clamp(2.2rem, 10vw, 3.7rem);
    line-height: 1.08;
    letter-spacing: 0.025em;
  }

  .hero-title-lines span,
  .hero-title-highlight {
    white-space: normal;
  }

  .hero-microcopy {
    max-width: 100%;
    margin-top: 1.25rem;
    font-size: 0.94rem;
    line-height: 1.65;
  }

  .hero-benefits {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    width: calc(100% - 2rem);
    max-width: none;
    margin: 3rem auto 0;
    grid-template-columns: 1fr;
    gap: 1.1rem;
    translate: none;
  }

  .hero-benefit {
    justify-content: flex-start;
  }
}

.navbar {
  min-height: 70px;
  padding: 0.58rem 0.82rem 0.58rem 1.08rem;
  background: rgba(255, 255, 255, 0.72);
  border-color: rgba(46, 146, 200, 0.16);
  box-shadow:
    0 18px 52px rgba(15, 23, 32, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.64);
}

.site-header.is-elevated {
  background: rgba(255, 255, 255, 0.82);
  border-color: rgba(46, 146, 200, 0.18);
  box-shadow:
    0 18px 52px rgba(15, 23, 32, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.nav {
  min-width: 0;
  gap: clamp(0.15rem, 0.7vw, 0.55rem);
}

.nav a {
  min-height: 2.35rem;
  padding: 0.55rem 0.82rem;
  color: rgba(15, 23, 32, 0.76);
  font-size: 0.84rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.nav a::after {
  background: rgba(46, 146, 200, 0.1);
  transform: scale(0.96);
}

.nav a:hover,
.nav a:focus-visible {
  color: #0f1720;
}

.nav-whatsapp {
  min-height: 2.8rem;
  padding-inline: 1.25rem;
  color: #0f1720;
  background: rgba(255, 255, 255, 0.72);
  border-color: rgba(46, 146, 200, 0.18);
  box-shadow: none;
}

.language-toggle {
  background: rgba(255, 255, 255, 0.76);
  border-color: rgba(46, 146, 200, 0.2);
  box-shadow: 0 14px 34px rgba(15, 23, 32, 0.07);
}

.hero-editorial {
  display: block;
  min-height: 100svh;
  padding: 0;
  color: #0f1720;
  background:
    radial-gradient(circle at 78% 34%, rgba(126, 206, 202, 0.16), transparent 28%),
    radial-gradient(circle at 16% 80%, rgba(46, 146, 200, 0.08), transparent 30%),
    linear-gradient(135deg, #ffffff 0%, #f9fcfd 46%, #ffffff 100%);
}

.hero-editorial::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(46, 146, 200, 0.032) 1px, transparent 1px),
    linear-gradient(90deg, rgba(46, 146, 200, 0.032) 1px, transparent 1px);
  background-size: 76px 76px;
  -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.18), transparent 72%);
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.18), transparent 72%);
}

.hero-editorial .hero-spline-background {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.hero-editorial .hero-overlay {
  display: none;
}

.hero-shell {
  position: relative;
  z-index: 2;
  width: min(92%, 1280px);
  min-height: 100svh;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(420px, 0.88fr) minmax(420px, 1.12fr);
  gap: clamp(2rem, 6vw, 7rem);
  align-items: center;
  padding-top: 5.2rem;
}

.hero-copy {
  position: relative;
  z-index: 3;
  max-width: 650px;
  padding-block: clamp(2rem, 4vw, 3.2rem);
}

.hero-editorial .hero-copy.reveal {
  opacity: 1;
  transform: none;
}

.hero-editorial .hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.95rem;
  margin: 0 0 1.35rem;
  color: #2e92c8;
  font-family: "Open Sans", sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.1;
  text-transform: uppercase;
}

.hero-editorial .hero-kicker::before {
  content: "";
  width: 3.2rem;
  height: 1px;
  flex: 0 0 3.2rem;
  background: currentColor;
  opacity: 0.62;
}

.hero-editorial .hero-title {
  display: block;
  max-width: 720px;
  min-width: 0;
  min-height: auto;
  margin: 0;
  color: #101820;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.55rem, 6vw, 6.55rem);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.055em;
  text-align: left;
  text-transform: none;
  transition: none;
}

.hero-editorial .hero-title > span:not(.hero-title-accent),
.hero-editorial .hero-title-accent,
.hero-editorial .hero-title-accent span {
  display: inline;
}

.hero-editorial .hero-title > span:not(.hero-title-accent) {
  color: #101820;
}

.hero-editorial .hero-title-accent,
.hero-editorial .hero-title-accent span {
  color: #2e92c8;
}

.hero-editorial .hero-subtitle {
  max-width: 520px;
  margin: 1.25rem 0 0;
  color: rgba(15, 23, 32, 0.64);
  font-family: "Open Sans", sans-serif;
  font-size: clamp(1rem, 1.2vw, 1.13rem);
  line-height: 1.72;
}

.hero-editorial .hero-actions {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.85rem;
  align-items: center;
  margin-top: 1.55rem;
}

.hero-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  min-height: 3.15rem;
  padding: 0.9rem 1.25rem;
  border-radius: 999px;
  font-family: "Poppins", sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    background 220ms ease,
    color 220ms ease,
    box-shadow 220ms ease;
}

.hero-cta-primary {
  color: #ffffff;
  background: #0f1720;
  border: 1px solid #0f1720;
  box-shadow: 0 18px 40px rgba(15, 23, 32, 0.16);
}

.hero-cta-secondary {
  color: #0f1720;
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(15, 23, 32, 0.14);
  box-shadow: 0 14px 34px rgba(15, 23, 32, 0.06);
}

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

.hero-cta-primary:hover,
.hero-cta-primary:focus-visible {
  background: #182433;
  box-shadow: 0 22px 48px rgba(15, 23, 32, 0.2);
}

.hero-cta-secondary:hover,
.hero-cta-secondary:focus-visible {
  border-color: rgba(46, 146, 200, 0.32);
  color: #2e92c8;
  box-shadow: 0 18px 42px rgba(46, 146, 200, 0.12);
}

.hero-cta-arrow {
  font-size: 1.05rem;
  line-height: 1;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  max-width: 620px;
  margin-top: clamp(1.6rem, 3vw, 2.4rem);
  padding-top: 1.05rem;
  border-top: 1px solid rgba(15, 23, 32, 0.12);
}

.hero-stat {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.8rem;
  align-items: center;
  min-width: 0;
  padding-right: 1rem;
}

.hero-stat + .hero-stat {
  padding-left: 1rem;
}

.hero-stat + .hero-stat::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.25rem;
  bottom: 0.25rem;
  width: 1px;
  background: rgba(15, 23, 32, 0.1);
}

.hero-stat-icon {
  display: grid;
  place-items: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 999px;
  color: #2e92c8;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(46, 146, 200, 0.18);
  box-shadow: 0 12px 30px rgba(46, 146, 200, 0.09);
}

.hero-stat-icon svg {
  width: 1rem;
  height: 1rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-stat strong,
.hero-stat small {
  display: block;
}

.hero-stat strong {
  color: #2e92c8;
  font-family: "Poppins", sans-serif;
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1.2;
}

.hero-stat small {
  margin-top: 0.2rem;
  color: rgba(15, 23, 32, 0.58);
  font-family: "Open Sans", sans-serif;
  font-size: 0.76rem;
  line-height: 1.35;
}

.hero-visual-placeholder {
  position: relative;
  align-self: stretch;
  min-height: min(72svh, 720px);
  overflow: visible;
}

.hero-visual-placeholder::before {
  content: "";
  position: absolute;
  right: 2%;
  top: 18%;
  width: min(48vw, 620px);
  aspect-ratio: 1;
  border: 1px solid rgba(46, 146, 200, 0.22);
  border-radius: 50%;
}

.hero-visual-placeholder::after {
  content: "";
  position: absolute;
  right: 13%;
  top: 31%;
  width: 1.15rem;
  height: 1.15rem;
  border-radius: 999px;
  background: #2e92c8;
  box-shadow: 0 0 0 0.55rem rgba(46, 146, 200, 0.1);
}

.visual-ring,
.visual-axis {
  position: absolute;
  pointer-events: none;
}

.visual-ring {
  border: 1px solid rgba(126, 206, 202, 0.24);
  border-radius: 50%;
}

.visual-ring-one {
  right: 10%;
  top: 27%;
  width: min(36vw, 460px);
  aspect-ratio: 1;
}

.visual-ring-two {
  right: 28%;
  top: 39%;
  width: min(20vw, 250px);
  aspect-ratio: 1;
  border-style: dashed;
  opacity: 0.68;
}

.visual-axis-horizontal {
  right: 5%;
  top: 52%;
  width: min(42vw, 540px);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(46, 146, 200, 0.2), transparent);
}

.visual-axis-vertical {
  right: 34%;
  top: 17%;
  width: 1px;
  height: min(46vw, 560px);
  background: linear-gradient(180deg, transparent, rgba(46, 146, 200, 0.18), transparent);
}

.visual-dot {
  position: absolute;
  right: 43%;
  top: 25%;
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 999px;
  background: #51c1a6;
  box-shadow: 0 0 0 0.45rem rgba(81, 193, 166, 0.12);
}

@media (max-width: 1120px) {
  .hero-shell {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.8fr);
    gap: clamp(1.5rem, 4vw, 3rem);
  }

  .hero-editorial .hero-title {
    font-size: clamp(3.4rem, 7vw, 6rem);
  }

  .hero-stats {
    grid-template-columns: 1fr;
    gap: 0.85rem;
  }

  .hero-stat,
  .hero-stat + .hero-stat {
    padding: 0;
  }

  .hero-stat + .hero-stat::before {
    display: none;
  }
}

@media (max-width: 900px) {
  .navbar {
    width: calc(100% - 1rem);
    min-height: 66px;
    padding: 0.55rem 0.7rem;
  }

  .navbar .brand img {
    width: 94px;
    height: auto;
  }

  .nav {
    flex: 1 1 auto;
    justify-content: flex-start;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .nav::-webkit-scrollbar {
    display: none;
  }

  .nav a {
    white-space: nowrap;
    min-height: 2.1rem;
    padding: 0.45rem 0.68rem;
    font-size: 0.76rem;
  }

  .nav-whatsapp {
    display: none;
  }

  .language-switcher {
    top: 96px;
    right: 1rem;
  }

  .hero-shell {
    width: calc(100% - 2rem);
    min-height: 100svh;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    align-items: start;
    padding-top: 8.5rem;
    padding-bottom: 3rem;
  }

  .hero-copy {
    max-width: none;
    padding-block: clamp(2.25rem, 7vw, 4rem);
  }

  .hero-editorial .hero-title {
    max-width: 100%;
    font-size: clamp(3.05rem, 15vw, 5.3rem);
    line-height: 1;
    letter-spacing: -0.048em;
  }

  .hero-editorial .hero-subtitle {
    max-width: 34rem;
  }

  .hero-editorial .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-cta {
    flex: 1 1 100%;
  }

  .hero-stats {
    max-width: none;
  }

  .hero-visual-placeholder {
    position: absolute;
    inset: 16rem -8rem auto auto;
    width: 26rem;
    height: 26rem;
    min-height: 0;
    opacity: 0.36;
  }
}

@media (max-width: 520px) {
  .hero-editorial .hero-kicker {
    gap: 0.7rem;
    font-size: 0.68rem;
    letter-spacing: 0.12em;
  }

  .hero-editorial .hero-kicker::before {
    width: 2rem;
    flex-basis: 2rem;
  }

  .hero-editorial .hero-title {
    font-size: clamp(2.75rem, 14vw, 4.35rem);
  }

  .hero-stat {
    grid-template-columns: auto minmax(0, 1fr);
  }
}

.news-section {
  position: relative;
  overflow: hidden;
  scroll-margin-top: 7.5rem;
  padding: clamp(5rem, 8vw, 7rem) 0 clamp(5rem, 8vw, 7rem);
  color: #222222;
  background: linear-gradient(180deg, #ffffff 0%, #f5fbfc 100%);
  clip-path: none;
}

.news-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 16% 18%, rgba(126, 206, 202, 0.16), transparent 24rem),
    radial-gradient(circle at 86% 20%, rgba(46, 146, 200, 0.1), transparent 28rem);
}

.news-section::after {
  content: "";
  position: absolute;
  left: -5%;
  right: -5%;
  bottom: 0;
  z-index: 0;
  height: 46%;
  background: linear-gradient(135deg, #51c1a6, #1693a5);
  border-radius: 55% 55% 0 0 / 18% 18% 0 0;
}

.news-header,
.news-carousel {
  position: relative;
  z-index: 1;
}

.news-header {
  width: min(92%, 1180px);
  max-width: 820px;
  margin: 0 auto clamp(2.25rem, 5vw, 4rem);
  text-align: center;
}

.news-header .eyebrow {
  color: #2e92c8;
  font-family: "Poppins", sans-serif;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.news-header h2 {
  max-width: 760px;
  margin: 0.85rem auto 0;
  color: #0f1720;
  font-family: "Hammersmith One", sans-serif;
  font-size: clamp(2.35rem, 4.6vw, 4.65rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.news-header p {
  max-width: 620px;
  margin: 1rem auto 0;
  color: rgba(34, 34, 34, 0.64);
  font-family: "Open Sans", sans-serif;
  font-size: clamp(0.98rem, 1.2vw, 1.1rem);
  line-height: 1.7;
}

.news-carousel {
  width: min(92%, 1280px);
  margin: 0 auto;
  overflow-x: auto;
  overflow-y: visible;
  padding: 0.75rem 0 2rem;
  scroll-snap-type: x proximity;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.7) transparent;
}

.news-carousel::-webkit-scrollbar {
  height: 0.55rem;
}

.news-carousel::-webkit-scrollbar-track {
  background: transparent;
}

.news-carousel::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.68);
  border-radius: 999px;
}

.news-track {
  display: flex;
  width: max-content;
  gap: clamp(1rem, 2vw, 1.35rem);
  animation: none;
}

.news-carousel:hover .news-track,
.news-card:hover {
  animation-play-state: paused;
}

.news-card {
  display: grid;
  grid-template-rows: auto 1fr;
  width: clamp(300px, 25vw, 330px);
  min-height: 500px;
  padding: 0;
  overflow: hidden;
  scroll-snap-align: start;
  color: #222222;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(22, 147, 165, 0.16);
  border-radius: 26px;
  box-shadow: 0 20px 55px rgba(22, 147, 165, 0.18);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.news-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 75px rgba(22, 147, 165, 0.24);
}

.news-card img {
  display: block;
  width: 100%;
  height: 240px;
  aspect-ratio: auto;
  object-fit: cover;
  background: #ffffff;
  border: 0;
  border-radius: 0;
}

.news-card-body {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  padding: 0 1.25rem 1.35rem;
}

.news-category {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-self: start;
  gap: 0.4rem;
  margin: -1.1rem 0 1rem;
  padding: 0.45rem 0.75rem;
  color: #0f5260;
  font-family: "Poppins", sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.08em;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(22, 147, 165, 0.12);
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(22, 147, 165, 0.1);
}

.news-card h3 {
  margin: 0;
  color: #0f1720;
  font-family: "Hammersmith One", sans-serif;
  font-size: 1.28rem;
  line-height: 1.08;
  letter-spacing: 0;
  transition: color 180ms ease;
}

.news-card:hover h3 {
  color: #1693a5;
}

.news-card p {
  margin: 0.8rem 0 1.25rem;
  color: rgba(34, 34, 34, 0.66);
  font-family: "Open Sans", sans-serif;
  font-size: 0.92rem;
  line-height: 1.55;
}

.news-card .news-link {
  position: relative;
  isolation: auto;
  display: inline-flex;
  align-items: center;
  justify-self: start;
  gap: 0.45rem;
  min-height: auto;
  margin: 0;
  padding: 0;
  overflow: visible;
  color: #0f5260;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-family: "Poppins", sans-serif;
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: none;
  transition: color 180ms ease, transform 180ms ease;
}

.news-card .news-link::before {
  display: none;
}

.news-card .news-link > span {
  position: relative;
  z-index: 1;
}

.news-card .news-link:hover,
.news-card .news-link:focus-visible {
  color: #1693a5;
  transform: translateX(3px);
}

@media (max-width: 768px) {
  .news-section {
    padding: 4rem 0 4.75rem;
    clip-path: none;
  }

  .news-section::after {
    height: 54%;
    border-radius: 42% 42% 0 0 / 10% 10% 0 0;
  }

  .news-header {
    text-align: left;
  }

  .news-header h2,
  .news-header p {
    margin-inline: 0;
  }

  .news-carousel {
    width: 100%;
    padding-inline: 1rem;
    scroll-snap-type: x mandatory;
  }

  .news-track {
    width: max-content;
    gap: 1rem;
    padding-right: 1rem;
  }

  .news-card {
    width: min(82vw, 325px);
    min-height: 500px;
  }
}

.hero-editorial .hero-copy {
  max-width: 720px;
  margin-left: clamp(1rem, 2.6vw, 3.5rem);
}

.hero-editorial .hero-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.06em;
  max-width: 760px;
  min-height: 4.1em;
  font-size: clamp(3.5rem, 6vw, 6.7rem);
  line-height: 0.98;
}

.hero-editorial .hero-title .line {
  display: block;
  max-width: 100%;
  white-space: nowrap;
}

.hero-editorial .hero-accent {
  color: #2e92c8;
}

.hero-editorial .hero-title.is-alt {
  font-size: clamp(3.2rem, 5.4vw, 6rem);
}

.hero-editorial .hero-title.is-changing {
  opacity: 0;
  transform: translateY(10px);
}

.criteria-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 18%, rgba(126, 206, 202, 0.16), transparent 24rem),
    linear-gradient(180deg, #ffffff 0%, #f7fcfd 100%);
}

.criteria-header {
  width: min(92%, 1180px);
  margin: 0 auto clamp(2.4rem, 5vw, 4rem);
}

.criteria-header.reveal {
  opacity: 0;
  transform: translate(-18px, 18px);
}

.criteria-header.reveal.is-visible {
  opacity: 1;
  transform: translate(0, 0);
}

.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  color: #2e92c8;
  font-family: "Poppins", sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.section-kicker::before {
  content: "";
  width: 2.8rem;
  height: 1px;
  background: currentColor;
  opacity: 0.56;
}

.criteria-header h2 {
  max-width: 760px;
  margin: 0.9rem 0 0;
  color: #0f1720;
  font-family: "Hammersmith One", sans-serif;
  font-size: clamp(2.4rem, 4.6vw, 4.8rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.criteria-layout {
  width: min(92%, 1180px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(320px, 0.85fr) minmax(380px, 1fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.criteria-video-card {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  box-shadow: 0 24px 70px rgba(22, 147, 165, 0.16);
  background: #dff4f6;
}

.criteria-video-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(15, 23, 32, 0.04), rgba(22, 147, 165, 0.1));
}

.criteria-video-card video {
  display: block;
  width: 100%;
  height: 320px;
  object-fit: cover;
}

.criteria-card {
  position: relative;
  min-height: 320px;
  overflow: hidden;
  border-radius: 28px;
  padding: clamp(2rem, 4vw, 3.5rem);
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(22, 147, 165, 0.92), rgba(15, 23, 32, 0.92));
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 28px 80px rgba(22, 147, 165, 0.22);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
}

.criteria-number {
  position: absolute;
  right: 2rem;
  bottom: -1rem;
  z-index: 1;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: clamp(8rem, 16vw, 14rem);
  font-weight: 800;
  line-height: 1;
  opacity: 0.12;
}

.criteria-content {
  position: relative;
  z-index: 2;
  max-width: 470px;
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.criteria-card.is-changing .criteria-content {
  opacity: 0;
  transform: translateY(12px);
}

.criteria-card h3 {
  margin: 0 0 1rem;
  color: #ffffff;
  font-family: "Hammersmith One", sans-serif;
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1.02;
}

.criteria-card p {
  max-width: 460px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-family: "Open Sans", sans-serif;
  font-size: 1.05rem;
  line-height: 1.65;
}

.criteria-controls {
  position: absolute;
  right: 1.5rem;
  top: 50%;
  z-index: 3;
  display: grid;
  gap: 0.75rem;
  transform: translateY(-50%);
}

.criteria-controls button {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  padding: 0;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 999px;
  box-shadow: none;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
}

.criteria-controls button::before {
  display: none;
}

.criteria-controls button:hover,
.criteria-controls button:focus-visible {
  color: #0f1720;
  background: rgba(255, 255, 255, 0.86);
  transform: translateY(-1px);
}

.news-header {
  width: min(92%, 1280px);
  max-width: none;
  margin: 0 auto 3rem;
  text-align: left;
}

.news-header h2 {
  max-width: 780px;
  margin: 0.85rem 0 0;
}

.news-header h2 span {
  color: #2e92c8;
}

.news-header p {
  margin-left: 0;
}

.news-carousel {
  width: 100%;
  margin: 0;
  overflow: hidden;
  padding-left: max(1rem, 4vw);
  padding-right: 0;
  scrollbar-width: none;
}

.news-carousel::-webkit-scrollbar {
  display: none;
}

.news-track {
  display: flex;
  width: max-content;
  gap: 1.25rem;
  animation: newsletterLoop 38s linear infinite;
  will-change: transform;
}

.news-carousel:hover .news-track,
.news-card:hover ~ .news-track {
  animation-play-state: paused;
}

.news-card {
  flex: 0 0 320px;
  width: 320px;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.news-card:hover {
  z-index: 5;
  transform: translateY(-10px) scale(1.035);
}

@keyframes newsletterLoop {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 900px) {
  .hero-editorial .hero-copy {
    margin-left: 0;
  }

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

  .criteria-video-card video {
    height: min(64vw, 320px);
    min-height: 220px;
  }

  .criteria-card {
    min-height: 300px;
  }

  .criteria-controls {
    top: auto;
    right: 1.25rem;
    bottom: 1.25rem;
    grid-auto-flow: column;
    transform: none;
  }
}

@media (max-width: 768px) {
  .hero-editorial .hero-title {
    min-height: 4.05em;
    font-size: clamp(2.45rem, 11.5vw, 4.35rem);
  }

  .hero-editorial .hero-title.is-alt {
    font-size: clamp(2.3rem, 10.5vw, 4rem);
  }

  .criteria-header h2 {
    font-size: clamp(2.15rem, 10vw, 3.4rem);
  }

  .news-carousel {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-inline: 1rem;
  }

  .news-track {
    animation: none;
    padding-right: 1rem;
  }

  .news-card {
    flex-basis: min(82vw, 325px);
    width: min(82vw, 325px);
  }
}

/* Final editorial direction overrides */
h1,
h2,
.section-title,
.news-header h2,
.criteria-header h2,
.contact-copy h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.045em;
}

.section-inner,
.section-header,
.hero-shell,
.news-header,
.contact-layout {
  width: calc(100% - (var(--page-x) * 2));
  max-width: var(--page-max);
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.section-heading,
.criteria-header,
.criteria-layout {
  width: 100%;
  max-width: var(--page-max);
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.hero,
.hero-editorial,
.criteria-section,
.anatomy-section,
.section {
  background: #ffffff;
}

.hero-editorial::before,
.hero-spline-background::after {
  display: none;
}

.hero-spline-background {
  background: #ffffff;
}

.section-header h2,
.section-heading h2,
.criteria-header h2,
.news-header h2,
.value-section h2,
.process-section h2,
.contact-copy h2 {
  text-align: left;
  margin-left: 0;
}

.hero-shell {
  width: calc(100% - (var(--page-x) * 2));
  max-width: 1380px;
  min-height: 100svh;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(520px, 0.9fr) minmax(420px, 1.1fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 6rem);
  padding-top: 5.5rem;
}

.hero-editorial .hero-copy {
  justify-self: start;
  max-width: 680px;
  margin-left: 0 !important;
}

.hero-editorial .hero-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.03em;
  max-width: 680px;
  min-height: auto;
  margin: 0;
  color: #0f1720;
  font-size: clamp(3.2rem, 5.15vw, 5.8rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.hero-editorial .hero-title .line,
.hero-editorial .hero-accent,
.hero-editorial .hero-title .hero-accent {
  display: block;
  max-width: 100%;
  color: #0f1720 !important;
  white-space: nowrap;
}

.hero-editorial .hero-subtitle {
  max-width: 500px;
  margin-top: 1.6rem;
}

.hero-editorial .hero-actions {
  margin-top: 1.5rem;
}

.hero-editorial .hero-stats {
  margin-top: 2rem;
}

.criteria-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: none;
  margin: 0.9rem 0 0;
  color: #0f1720;
  font-size: clamp(3rem, 5vw, 5.5rem);
  line-height: 1.02;
}

.criteria-title span {
  white-space: nowrap;
}

.criteria-card {
  display: flex;
  align-items: center;
  padding: clamp(2rem, 3.2vw, 3rem);
}

.criteria-content {
  max-width: 520px;
  padding-right: 4.5rem;
}

.criteria-card h3 {
  margin-bottom: 1rem;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.035em;
}

.news-header h2 {
  max-width: 780px;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.045em;
}

.news-header h2 span {
  color: #2e92c8;
}

.news-section::after {
  background: linear-gradient(135deg, #2e92c8 0%, #1693a5 100%);
}

@media (max-width: 900px) {
  .hero-shell {
    grid-template-columns: 1fr;
  }

  .criteria-content {
    padding-right: 0;
  }
}

@media (max-width: 768px) {
  :root {
    --page-x: 1.25rem;
  }

  .hero-shell {
    width: calc(100% - (var(--page-x) * 2));
    min-height: auto;
    padding-top: 6.5rem;
  }

  .hero-editorial .hero-copy {
    max-width: 100%;
    margin-left: 0;
  }

  .hero-editorial .hero-title {
    font-size: clamp(2.15rem, 10vw, 3.5rem);
  }

  .criteria-title {
    font-size: clamp(2.2rem, 10vw, 3.45rem);
  }

  .criteria-title span {
    white-space: normal;
  }
}

/* Premium contact section */
.contact-section {
  position: relative;
  display: block;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
  padding: clamp(6rem, 8vw, 8rem) 0;
  background:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.96) 0%,
      rgba(255, 255, 255, 0.82) 38%,
      rgba(255, 255, 255, 0.72) 100%
    ),
    url("assets/images/formulario.webp") center center / cover no-repeat;
}

.contact-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: rgba(255, 255, 255, 0.18);
  pointer-events: none;
}

.contact-layout {
  position: relative;
  z-index: 2;
  width: calc(100% - (var(--page-x) * 2));
  max-width: 1380px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(420px, 0.9fr) minmax(500px, 0.75fr);
  gap: clamp(3rem, 7vw, 8rem);
  align-items: center;
}

.contact-copy {
  position: relative;
  z-index: 2;
  max-width: 620px;
  margin-left: 0;
  text-shadow: 0 1px 18px rgba(255, 255, 255, 0.75);
}

.contact-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 1.35rem;
  color: #2e92c8;
  font-family: "Poppins", sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.contact-kicker::before {
  content: "";
  width: 3rem;
  height: 1px;
  background: currentColor;
  opacity: 0.62;
}

.contact-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 11ch;
  margin: 0;
  color: #0f1720;
  font-size: clamp(3.6rem, 5.4vw, 6rem);
  line-height: 0.94;
  letter-spacing: -0.06em;
}

.contact-title span {
  display: block;
  white-space: normal;
}

.contact-title .contact-title-accent {
  color: #2e92c8;
}

.contact-copy p {
  max-width: 430px;
  margin: 1.6rem 0 0;
  color: rgba(15, 23, 32, 0.66);
  font-family: "Open Sans", sans-serif;
  font-size: clamp(1rem, 1.18vw, 1.12rem);
  line-height: 1.75;
}

.contact-values {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  max-width: 440px;
  margin-top: clamp(2.1rem, 4vw, 3rem);
  border: 0;
}

.contact-values article {
  display: grid;
  align-content: start;
  gap: 0.7rem;
  min-width: 0;
  padding: 0;
}

.contact-values article + article {
  border-top: 0;
}

.contact-mini-icon,
.contact-field-icon,
.contact-assurances span {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  color: #2e92c8;
}

.contact-mini-icon {
  width: 54px;
  height: 54px;
  border-radius: 999px;
  background: rgba(46, 146, 200, 0.08);
  border: 1px solid rgba(46, 146, 200, 0.16);
  box-shadow: 0 14px 34px rgba(46, 146, 200, 0.08);
}

.contact-mini-icon svg,
.contact-field-icon svg {
  width: 1.1rem;
  height: 1.1rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-values strong,
.contact-values small {
  display: block;
}

.contact-values strong {
  color: #0f1720;
  font-size: 0.82rem;
  letter-spacing: 0.1em;
}

.contact-values small {
  margin-top: 0.24rem;
  color: rgba(15, 23, 32, 0.58);
  font-family: "Open Sans", sans-serif;
  font-size: 0.82rem;
  line-height: 1.35;
}

.contact-form {
  position: relative;
  z-index: 4;
  justify-self: end;
  width: min(100%, 560px);
  display: grid;
  gap: 0.7rem;
  padding: clamp(2.4rem, 3.4vw, 3.4rem);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(46, 146, 200, 0.18);
  box-shadow: 0 34px 90px rgba(46, 146, 200, 0.18);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
}

.contact-form.glass {
  background: rgba(255, 255, 255, 0.78);
}

.contact-field {
  display: grid;
  gap: 0.42rem;
  color: rgba(15, 23, 32, 0.76);
  font-family: "Poppins", sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
}

.contact-control {
  position: relative;
  display: block;
}

.contact-field-icon {
  position: absolute;
  left: 1rem;
  top: 50%;
  z-index: 2;
  width: 1.2rem;
  height: 1.2rem;
  transform: translateY(-50%);
  opacity: 0.82;
  pointer-events: none;
}

.contact-control-textarea .contact-field-icon {
  top: 1.25rem;
  transform: none;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-height: 58px;
  padding: 0.82rem 1rem 0.82rem 3rem;
  color: #0f1720;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(46, 146, 200, 0.16);
  border-radius: 16px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
  font: inherit;
  font-size: 1rem;
  font-weight: 500;
  outline: 0;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.contact-form textarea {
  min-height: 130px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  background: rgba(255, 255, 255, 0.96);
  border-color: rgba(46, 146, 200, 0.58);
  box-shadow:
    0 0 0 4px rgba(46, 146, 200, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.contact-form input.is-invalid,
.contact-form select.is-invalid,
.contact-form textarea.is-invalid {
  border-color: rgba(215, 73, 73, 0.72);
  box-shadow: 0 0 0 4px rgba(215, 73, 73, 0.1);
}

.contact-form .form-status {
  min-height: 1.35rem;
  margin: 0.1rem 0 0;
  color: rgba(15, 23, 32, 0.64);
  font-family: "Open Sans", sans-serif;
  font-size: 0.85rem;
  line-height: 1.45;
}

.contact-form .form-status.is-error {
  color: #a64040;
}

.contact-form .form-status.is-success {
  color: #167f75;
}

.contact-actions {
  display: grid;
  gap: 0.78rem;
  margin-top: 0.25rem;
}

.contact-submit,
.contact-whatsapp {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 56px;
  padding: 0.82rem 1.25rem;
  overflow: hidden;
  border-radius: 999px;
  font-family: "Poppins", sans-serif;
  font-size: 0.95rem;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.contact-submit {
  color: #ffffff;
  background: linear-gradient(135deg, #2e92c8 0%, #1693a5 100%);
  border: 1px solid rgba(46, 146, 200, 0.34);
  box-shadow: 0 20px 48px rgba(46, 146, 200, 0.24);
}

.contact-whatsapp {
  color: #0f1720;
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(46, 146, 200, 0.22);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.contact-submit::before,
.contact-whatsapp::before {
  pointer-events: none;
}

.contact-submit span,
.contact-whatsapp span {
  position: relative;
  z-index: 2;
}

.contact-submit:hover,
.contact-submit:focus-visible,
.contact-whatsapp:hover,
.contact-whatsapp:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(46, 146, 200, 0.48);
  box-shadow: 0 26px 58px rgba(46, 146, 200, 0.2);
}

.contact-submit:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

.contact-assurances {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 0.55rem;
  padding-top: 0.95rem;
  border-top: 1px solid rgba(46, 146, 200, 0.14);
}

.contact-assurances article {
  min-width: 0;
  padding: 0 0.75rem;
}

.contact-assurances article:first-child {
  padding-left: 0;
}

.contact-assurances article + article {
  border-left: 1px solid rgba(46, 146, 200, 0.12);
}

.contact-assurances span {
  width: 2rem;
  height: 2rem;
  margin-bottom: 0.58rem;
  border-radius: 999px;
  background: rgba(46, 146, 200, 0.1);
  border: 1px solid rgba(46, 146, 200, 0.16);
  font-size: 0.68rem;
  font-weight: 900;
}

.contact-assurances strong,
.contact-assurances small {
  display: block;
}

.contact-assurances strong {
  color: #0f1720;
  font-size: 0.68rem;
  letter-spacing: 0.08em;
}

.contact-assurances small {
  margin-top: 0.3rem;
  color: rgba(15, 23, 32, 0.56);
  font-family: "Open Sans", sans-serif;
  font-size: 0.72rem;
  line-height: 1.35;
}

@media (max-width: 1120px) {
  .contact-layout {
    grid-template-columns: 1fr;
    min-height: auto;
    gap: clamp(2rem, 5vw, 3rem);
  }

  .contact-copy {
    max-width: 640px;
  }

  .contact-form {
    justify-self: stretch;
    width: min(100%, 540px);
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 768px) {
  .contact-section {
    min-height: auto;
    padding: clamp(4rem, 12vw, 5.5rem) 0;
    background:
      linear-gradient(rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.88)),
      url("assets/images/formulario.webp") center bottom / cover no-repeat;
  }

  .contact-section::before {
    background: rgba(255, 255, 255, 0.84);
  }

  .contact-layout {
    width: calc(100% - (var(--page-x) * 2));
    grid-template-columns: 1fr;
    gap: 2.15rem;
  }

  .contact-title {
    max-width: 11ch;
    font-size: clamp(2.45rem, 10vw, 3.5rem);
  }

  .contact-title span {
    white-space: normal;
  }

  .contact-values {
    grid-template-columns: 1fr;
    max-width: 100%;
  }

  .contact-form {
    width: 100%;
    max-width: 100%;
    padding: clamp(1.35rem, 6vw, 2rem);
    border-radius: 26px;
  }

  .contact-assurances {
    grid-template-columns: 1fr;
    gap: 0.85rem;
  }

  .contact-assurances article,
  .contact-assurances article:first-child {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0 0.75rem;
    padding: 0;
  }

  .contact-assurances article + article {
    padding-top: 0.85rem;
    border-top: 1px solid rgba(46, 146, 200, 0.12);
    border-left: 0;
  }

  .contact-assurances span {
    grid-row: span 2;
    margin-bottom: 0;
  }
}

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

  .news-track {
    animation: none !important;
  }

  .hero-title {
    transition: none !important;
  }
}

/* BET premium system stabilization */
:root {
  --bet-cyan: #1693a5;
  --bet-cyan-soft: #45b5c4;
  --bet-mint: #51c1a6;
  --bet-blue: #2e92c8;
  --bet-aqua: #7ececa;
  --bet-ink: #222222;
  --bet-ink-premium: #0f1720;
  --bet-white: #ffffff;
  --bet-serif: Georgia, "Times New Roman", serif;
  --bet-sans: "Poppins", sans-serif;
  --bet-copy: "Open Sans", sans-serif;
  --layout-max: 1440px;
  --layout-wide: 1500px;
  --layout-x: clamp(24px, 6vw, 96px);
  --section-y: clamp(96px, 12vh, 160px);
  --radius-xl: 32px;
  --shadow-soft: 0 22px 70px rgba(15, 23, 32, 0.08);
  --shadow-blue: 0 26px 80px rgba(46, 146, 200, 0.16);
}

html {
  background: var(--bet-white);
  scroll-padding-top: 112px;
}

body,
main {
  overflow-x: hidden;
  color: var(--bet-ink-premium);
  background: var(--bet-white);
}

main > section {
  background-color: var(--bet-white);
}

main > section.section {
  width: 100% !important;
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

main > section:not(.hero-editorial):not(.route-section) {
  padding-block: var(--section-y);
}

h1,
h2,
.section-title,
.section-heading h2,
.criteria-header h2,
.news-header h2,
.contact-copy h2,
.route-visual h2 {
  font-family: var(--bet-serif);
  font-weight: 400;
  letter-spacing: -0.045em;
  text-align: left;
}

.section-heading,
.section-header,
.criteria-header,
.principle-grid,
.criteria-editorial-grid,
.anatomy-workbench,
.diff-grid,
.news-header,
.news-carousel,
.contact-layout,
.route-layout,
.hero-shell {
  width: min(calc(100% - (var(--layout-x) * 2)), var(--layout-max));
  margin-inline: auto;
}

.section > .section-heading,
.section > .criteria-header,
.section > .principle-grid,
.section > .criteria-editorial-grid,
.section > .anatomy-workbench,
.section > .diff-grid,
.criteria-section > .criteria-header,
.criteria-section > .criteria-editorial-grid,
.differentials-section > .section-heading,
.differentials-section > .diff-grid {
  width: min(calc(100% - (var(--layout-x) * 2)), var(--layout-max)) !important;
  max-width: var(--layout-max) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.section-heading,
.criteria-header,
.news-header {
  max-width: min(calc(100% - (var(--layout-x) * 2)), var(--layout-max));
  padding-inline: 0 !important;
  margin-bottom: clamp(2.2rem, 5vw, 4.6rem);
  text-align: left;
}

.section-heading h2,
.criteria-header h2,
.news-header h2 {
  max-width: 900px;
  margin: 0;
  padding: 0 !important;
  color: var(--bet-ink-premium);
  font-size: clamp(3rem, 5.2vw, 6rem);
  line-height: 0.98;
}

.section-heading p,
.criteria-header p,
.news-header p {
  max-width: 680px;
  margin: 1.15rem 0 0;
  color: rgba(15, 23, 32, 0.62);
  font-family: var(--bet-copy);
  font-size: clamp(1rem, 1.25vw, 1.14rem);
  line-height: 1.75;
}

.eyebrow,
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  margin-bottom: 1rem;
  color: var(--bet-blue);
  font-family: var(--bet-sans);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow::before,
.section-kicker::before {
  content: "";
  width: 2.7rem;
  height: 1px;
  background: currentColor;
  opacity: 0.72;
}

.reveal {
  transform: translateY(18px) !important;
}

.reveal.is-visible {
  transform: none !important;
}

.site-header.navbar {
  top: 18px;
  left: 50%;
  width: min(calc(100% - 32px), 1180px);
  min-height: 72px;
  padding: 0.6rem 0.8rem 0.6rem 1.15rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(46, 146, 200, 0.18);
  box-shadow:
    0 22px 70px rgba(15, 23, 32, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
}

.site-header .brand img {
  width: 118px;
  height: auto;
}

.site-header .nav {
  gap: clamp(0.5rem, 1.8vw, 1.45rem);
}

.site-header .nav a {
  border-radius: 999px;
  padding: 0.7rem 0.92rem;
  color: rgba(15, 23, 32, 0.74);
  font-family: var(--bet-sans);
  font-size: 0.78rem;
  font-weight: 700;
  transition: color 0.22s ease, background 0.22s ease, transform 0.22s ease;
}

.site-header .nav a:hover,
.site-header .nav a:focus-visible {
  color: var(--bet-white);
  background: linear-gradient(135deg, var(--bet-mint), var(--bet-cyan));
  transform: translateY(-1px);
}

.language-switcher {
  top: 30px;
  right: max(24px, calc((100vw - min(calc(100vw - 32px), 1180px)) / 2 - 58px));
  z-index: 1010;
}

.language-toggle {
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(46, 146, 200, 0.22);
  box-shadow: 0 16px 42px rgba(46, 146, 200, 0.1);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.hero-editorial {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  padding: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.92) 45%, rgba(255, 255, 255, 0.74) 100%),
    var(--bet-white);
}

.hero-editorial::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image:
    linear-gradient(rgba(46, 146, 200, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(46, 146, 200, 0.035) 1px, transparent 1px);
  background-size: 78px 78px;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.4), transparent 82%);
  pointer-events: none;
}

.hero-editorial .hero-spline-background,
.hero-editorial .hero-overlay {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.hero-shell {
  position: relative;
  z-index: 2;
  max-width: var(--layout-max);
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(420px, 1.06fr);
  gap: clamp(2.5rem, 5vw, 6rem);
  align-items: center;
  padding-top: clamp(6rem, 12vh, 8rem);
  padding-bottom: clamp(3rem, 7vh, 5rem);
}

.hero-editorial .hero-copy {
  justify-self: start;
  max-width: 690px;
  margin: 0;
}

.hero-editorial .hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.4rem;
  color: var(--bet-blue);
  font-family: var(--bet-sans);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.hero-editorial .hero-kicker::before {
  content: "";
  width: 3.2rem;
  height: 1px;
  background: currentColor;
}

.hero-editorial .hero-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.015em;
  max-width: 720px;
  min-height: 0;
  margin: 0;
  color: var(--bet-ink-premium);
  font-family: var(--bet-serif);
  font-size: clamp(3.15rem, 5.25vw, 6.15rem);
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: -0.058em;
  text-transform: none;
}

.hero-editorial .hero-title .line {
  display: block;
  white-space: nowrap;
  color: var(--bet-ink-premium);
}

.hero-editorial .hero-title .hero-accent,
.hero-editorial .hero-accent {
  color: var(--bet-ink-premium) !important;
}

.hero-editorial .hero-title.is-alt {
  font-size: clamp(2.9rem, 4.9vw, 5.55rem);
}

.hero-editorial .hero-subtitle {
  max-width: 540px;
  margin: 1.45rem 0 0;
  color: rgba(15, 23, 32, 0.64);
  font-family: var(--bet-copy);
  font-size: clamp(1rem, 1.14vw, 1.14rem);
  line-height: 1.78;
}

.hero-editorial .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.65rem;
}

.hero-cta {
  min-height: 54px;
  border-radius: 999px;
  padding: 0.95rem 1.25rem;
  font-family: var(--bet-sans);
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: none;
}

.hero-cta-primary {
  color: var(--bet-white);
  background: var(--bet-ink-premium);
  box-shadow: 0 20px 50px rgba(15, 23, 32, 0.18);
}

.hero-cta-secondary {
  color: var(--bet-ink-premium);
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(15, 23, 32, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

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

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  max-width: 650px;
  margin-top: clamp(1.9rem, 4vh, 2.8rem);
  padding-top: 1.35rem;
  border-top: 1px solid rgba(15, 23, 32, 0.1);
}

.hero-stat {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.72rem;
  align-items: center;
  min-width: 0;
  padding-right: 1rem;
}

.hero-stat + .hero-stat {
  padding-left: 1rem;
  border-left: 1px solid rgba(46, 146, 200, 0.16);
}

.hero-stat-icon {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  color: var(--bet-blue);
  background: rgba(46, 146, 200, 0.08);
  border: 1px solid rgba(46, 146, 200, 0.16);
}

.hero-stat-icon svg {
  width: 18px;
  height: 18px;
}

.hero-stat strong,
.hero-stat small {
  display: block;
}

.hero-stat strong {
  color: var(--bet-blue);
  font-size: 0.95rem;
  line-height: 1.1;
}

.hero-stat small {
  color: rgba(15, 23, 32, 0.56);
  font-family: var(--bet-copy);
  font-size: 0.78rem;
  line-height: 1.35;
}

.hero-visual {
  position: relative;
  justify-self: stretch;
  width: 100%;
  margin: 0;
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: 6% -8% auto auto;
  width: min(45vw, 660px);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, rgba(126, 206, 202, 0.2), transparent 60%),
    linear-gradient(135deg, rgba(46, 146, 200, 0.12), rgba(255, 255, 255, 0));
  z-index: -1;
}

.hero-visual-card {
  position: relative;
  min-height: clamp(420px, 60vh, 650px);
  overflow: hidden;
  border-radius: 44px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.68), rgba(255, 255, 255, 0.36));
  border: 1px solid rgba(46, 146, 200, 0.14);
  box-shadow: var(--shadow-blue);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.hero-visual-card img {
  position: absolute;
  right: -11%;
  bottom: -7%;
  width: min(112%, 790px);
  height: auto;
  display: block;
  filter: drop-shadow(0 32px 70px rgba(15, 23, 32, 0.16));
}

.hero-visual-card figcaption {
  position: absolute;
  left: 1.4rem;
  bottom: 1.4rem;
  max-width: 250px;
  padding: 1rem 1.05rem;
  border-radius: 22px;
  color: var(--bet-ink-premium);
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(46, 146, 200, 0.16);
  box-shadow: 0 18px 46px rgba(15, 23, 32, 0.08);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.hero-visual-card figcaption strong,
.hero-visual-card figcaption span {
  display: block;
}

.hero-visual-card figcaption strong {
  color: var(--bet-blue);
  font-size: 0.82rem;
  letter-spacing: 0.14em;
}

.hero-visual-card figcaption span {
  margin-top: 0.35rem;
  color: rgba(15, 23, 32, 0.62);
  font-family: var(--bet-copy);
  font-size: 0.84rem;
  line-height: 1.45;
}

.principle-grid,
.diff-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2.4vw, 1.55rem);
}

.principle-card,
.diff-item {
  position: relative;
  min-height: 330px;
  overflow: hidden;
  border-radius: 30px;
  padding: clamp(1.7rem, 3vw, 2.4rem);
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(46, 146, 200, 0.13);
  box-shadow: var(--shadow-soft);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.principle-card::after,
.diff-item::after {
  content: "";
  position: absolute;
  right: -20%;
  bottom: -28%;
  width: 72%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(46, 146, 200, 0.12), transparent 68%);
  pointer-events: none;
}

.principle-card:hover,
.diff-item:hover {
  transform: translateY(-8px);
  border-color: rgba(46, 146, 200, 0.22);
  box-shadow: 0 32px 90px rgba(46, 146, 200, 0.14);
}

.principle-card span,
.criteria-feature span,
.criteria-mini span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.65rem;
  height: 2.65rem;
  margin-bottom: 1.2rem;
  border-radius: 999px;
  color: var(--bet-blue);
  background: rgba(46, 146, 200, 0.08);
  border: 1px solid rgba(46, 146, 200, 0.16);
  font-family: var(--bet-sans);
  font-size: 0.82rem;
  font-weight: 900;
}

.principle-card h3,
.diff-item strong,
.criteria-feature h3,
.criteria-mini h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 0.8rem;
  color: var(--bet-ink-premium);
  font-family: var(--bet-serif);
  font-size: clamp(1.8rem, 2.4vw, 2.7rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.04em;
}

.principle-card p,
.diff-item span,
.criteria-feature p,
.criteria-mini p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: rgba(15, 23, 32, 0.62);
  font-family: var(--bet-copy);
  font-size: 0.98rem;
  line-height: 1.7;
}

.principle-card-strong {
  color: var(--bet-white);
  background: linear-gradient(135deg, var(--bet-blue), var(--bet-cyan));
}

.principle-card-strong h3,
.principle-card-strong p {
  color: var(--bet-white);
}

.principle-card-strong span {
  color: var(--bet-white);
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.26);
}

.criteria-section {
  background: var(--bet-white);
}

.criteria-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 0 !important;
  padding-left: 0 !important;
}

.criteria-title span {
  white-space: nowrap;
}

.criteria-editorial-grid {
  display: grid;
  grid-template-columns: minmax(360px, 0.95fr) minmax(420px, 1.05fr);
  gap: clamp(1.2rem, 3.4vw, 2.4rem);
  align-items: stretch;
}

.criteria-feature,
.criteria-mini {
  overflow: hidden;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(46, 146, 200, 0.13);
  box-shadow: var(--shadow-soft);
}

.criteria-feature {
  position: relative;
  min-height: 620px;
  display: flex;
  align-items: flex-end;
}

.criteria-feature video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.criteria-feature::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 23, 32, 0.08), rgba(15, 23, 32, 0.72));
}

.criteria-feature > div {
  position: relative;
  z-index: 2;
  padding: clamp(1.7rem, 3vw, 2.5rem);
}

.criteria-feature span {
  color: var(--bet-white);
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.26);
}

.criteria-feature h3,
.criteria-feature p {
  color: var(--bet-white);
}

.criteria-mini-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.35rem);
}

.criteria-mini {
  min-height: 292px;
  padding: clamp(1.45rem, 2.5vw, 2rem);
}

.anatomy-section {
  position: relative;
  overflow: hidden;
  background: var(--bet-white);
}

.anatomy-section::before {
  content: "";
  position: absolute;
  inset: auto -12% 8% auto;
  width: min(42vw, 560px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(126, 206, 202, 0.14), transparent 68%);
  pointer-events: none;
}

.anatomy-workbench {
  position: relative;
  display: grid;
  grid-template-columns: minmax(360px, 0.9fr) minmax(420px, 1.1fr);
  gap: clamp(1.4rem, 4vw, 3rem);
  align-items: stretch;
}

.anatomy-map,
.anatomy-panel {
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(46, 146, 200, 0.14);
  box-shadow: var(--shadow-soft);
}

.anatomy-map {
  position: relative;
  min-height: 680px;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.anatomy-map::before {
  content: "";
  position: absolute;
  inset: 8%;
  border: 1px solid rgba(46, 146, 200, 0.08);
  border-radius: 50%;
}

.map-toolbar {
  position: absolute;
  left: 1.4rem;
  top: 1.4rem;
  z-index: 2;
  display: grid;
  gap: 0.12rem;
  padding: 0.75rem 0.92rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(46, 146, 200, 0.12);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.map-toolbar span {
  color: var(--bet-ink-premium);
  font-weight: 800;
}

.map-toolbar small {
  color: rgba(15, 23, 32, 0.52);
}

.anatomy-map svg {
  width: min(74%, 360px);
  height: auto;
}

.skeleton-lines path {
  fill: none;
  stroke: rgba(15, 23, 32, 0.18);
  stroke-width: 6;
  stroke-linecap: round;
}

.bone-target {
  cursor: pointer;
  outline: none;
}

.bone-target circle,
.bone-target path {
  fill: rgba(46, 146, 200, 0.04);
  stroke: rgba(46, 146, 200, 0.56);
  stroke-width: 7;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: fill 0.22s ease, stroke 0.22s ease, filter 0.22s ease, transform 0.22s ease;
}

.bone-target:hover circle,
.bone-target:hover path,
.bone-target.is-active circle,
.bone-target.is-active path {
  fill: rgba(46, 146, 200, 0.14);
  stroke: var(--bet-blue);
  filter: drop-shadow(0 8px 18px rgba(46, 146, 200, 0.22));
}

.anatomy-panel {
  align-self: stretch;
  padding: clamp(1.75rem, 3.2vw, 2.8rem);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.anatomy-panel h3 {
  margin: 0.25rem 0 1rem;
  color: var(--bet-ink-premium);
  font-family: var(--bet-serif);
  font-size: clamp(3rem, 5vw, 5.6rem);
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: -0.05em;
}

.anatomy-panel > p {
  margin: 0 0 1.8rem;
  color: rgba(15, 23, 32, 0.64);
  font-family: var(--bet-copy);
  font-size: 1.03rem;
  line-height: 1.75;
}

.panel-block {
  margin-top: 1.45rem;
}

.panel-block h4 {
  margin: 0 0 0.85rem;
  color: rgba(15, 23, 32, 0.72);
  font-family: var(--bet-sans);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.product-mini {
  display: grid;
  gap: 0.25rem;
  margin-bottom: 0.75rem;
  padding: 0.95rem 1rem;
  border-radius: 20px;
  background: rgba(46, 146, 200, 0.06);
  border: 1px solid rgba(46, 146, 200, 0.1);
}

.product-mini strong {
  color: var(--bet-ink-premium);
}

.product-mini span,
.product-mini small,
.panel-block li {
  color: rgba(15, 23, 32, 0.58);
  font-family: var(--bet-copy);
  line-height: 1.5;
}

.panel-block ul {
  display: grid;
  gap: 0.55rem;
  padding-left: 1.2rem;
}

.anatomy-panel .button {
  margin-top: 1.7rem;
}

.route-section {
  position: relative;
  height: 400vh;
  padding: 0;
  background: var(--bet-white);
}

.route-sticky {
  position: sticky;
  top: 0;
  min-height: 100svh;
  height: 100svh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--bet-white);
}

.route-layout {
  width: min(calc(100% - (var(--layout-x) * 2)), var(--layout-wide));
  max-width: var(--layout-wide);
  height: calc(100svh - 110px);
  display: grid;
  grid-template-columns: minmax(520px, 0.92fr) minmax(560px, 1.08fr);
  gap: clamp(3rem, 5vw, 7rem);
  align-items: center;
}

.route-steps {
  position: relative;
  width: 100%;
  max-width: 720px;
  display: grid;
  gap: clamp(0.9rem, 1.8vh, 1.35rem);
}

.route-steps::before {
  content: "";
  position: absolute;
  left: 1.15rem;
  top: 3rem;
  bottom: 3rem;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(46, 146, 200, 0.56), transparent);
}

.route-step {
  position: relative;
  display: grid;
  grid-template-columns: 54px 92px 1fr 28px;
  align-items: center;
  gap: clamp(0.9rem, 1.8vw, 1.25rem);
  min-height: clamp(118px, 15vh, 156px);
  padding: clamp(1.25rem, 2vh, 1.8rem) clamp(1.4rem, 2vw, 2rem);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(46, 146, 200, 0.12);
  box-shadow: 0 18px 52px rgba(15, 23, 32, 0.08);
  transition: opacity 0.35s ease, transform 0.35s ease, box-shadow 0.35s ease;
}

.route-step::before {
  content: "";
  position: absolute;
  left: -0.2rem;
  top: 50%;
  width: 0.68rem;
  height: 0.68rem;
  border-radius: 50%;
  background: var(--bet-cyan);
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 7px rgba(46, 146, 200, 0.1);
}

.route-step.is-active {
  opacity: 1;
  transform: translateX(0) scale(1);
  box-shadow: 0 28px 76px rgba(46, 146, 200, 0.16);
}

.route-step.is-future {
  opacity: 0.25;
  transform: translateX(-12px);
}

.route-step.is-past {
  opacity: 0.72;
}

.route-number {
  color: var(--bet-cyan);
  font-family: var(--bet-sans);
  font-size: 1.24rem;
  font-weight: 900;
}

.route-icon {
  display: grid;
  place-items: center;
  width: clamp(68px, 9vh, 86px);
  height: clamp(68px, 9vh, 86px);
  border-radius: 999px;
  color: var(--bet-cyan);
  background: rgba(46, 146, 200, 0.06);
  border: 8px solid rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 30px rgba(46, 146, 200, 0.1);
}

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

.route-step h3 {
  margin: 0 0 0.42rem;
  color: var(--bet-ink-premium);
  font-family: var(--bet-sans);
  font-size: clamp(1.08rem, 1.45vw, 1.35rem);
  font-weight: 800;
  line-height: 1.12;
}

.route-step p {
  margin: 0;
  color: rgba(15, 23, 32, 0.63);
  font-family: var(--bet-copy);
  font-size: clamp(0.84rem, 1vw, 0.98rem);
  line-height: 1.48;
}

.route-arrow {
  color: var(--bet-cyan);
  font-size: 1.45rem;
}

.route-visual {
  position: relative;
  min-height: calc(100svh - 160px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: visible;
}

.route-visual::before {
  content: "";
  position: absolute;
  right: -12%;
  bottom: -4%;
  width: min(58vw, 860px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(126, 206, 202, 0.16), rgba(46, 146, 200, 0.06) 48%, transparent 72%);
}

.route-visual h2 {
  position: relative;
  z-index: 2;
  max-width: 720px;
  margin: 0 0 clamp(1rem, 2vh, 2rem);
  color: var(--bet-ink-premium);
  font-size: clamp(4rem, 5.6vw, 7rem);
  line-height: 0.96;
}

.route-visual h2 span {
  color: var(--bet-cyan);
}

.route-visual img {
  position: absolute;
  right: clamp(-2rem, -2vw, -1rem);
  bottom: clamp(-2rem, -4vh, -1rem);
  z-index: 1;
  width: min(58vw, 820px);
  max-height: 62vh;
  height: auto;
  object-fit: contain;
  object-position: right bottom;
  pointer-events: none;
  filter: drop-shadow(0 32px 70px rgba(15, 23, 32, 0.15));
}

.news-section {
  position: relative;
  overflow: hidden;
  background: var(--bet-white);
}

.news-section::before,
.news-section::after {
  display: none;
}

.news-header h2 span {
  color: var(--bet-blue);
}

.news-carousel {
  overflow: hidden;
}

.news-track {
  display: flex;
  gap: 1.05rem;
  width: max-content;
  padding-block: 0.8rem 1.4rem;
  animation: newsletterLoop 44s linear infinite;
  will-change: transform;
}

.news-carousel:hover .news-track {
  animation-play-state: paused;
}

.news-card {
  flex: 0 0 clamp(270px, 22vw, 315px);
  overflow: hidden;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(46, 146, 200, 0.12);
  box-shadow: 0 18px 48px rgba(15, 23, 32, 0.08);
  transition: transform 0.32s ease, box-shadow 0.32s ease, border-color 0.32s ease;
}

.news-card:hover {
  z-index: 4;
  transform: translateY(-8px) scale(1.025);
  border-color: rgba(46, 146, 200, 0.2);
  box-shadow: 0 28px 72px rgba(46, 146, 200, 0.16);
}

.news-card img {
  width: 100%;
  height: 182px;
  display: block;
  object-fit: cover;
}

.news-card-body {
  padding: 1.05rem 1.1rem 1.2rem;
}

.news-category {
  display: inline-flex;
  margin: 0 0 0.75rem;
  padding: 0.38rem 0.66rem;
  border-radius: 999px;
  color: var(--bet-blue);
  background: rgba(46, 146, 200, 0.08);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.news-card h3 {
  min-height: 3.1em;
  margin: 0 0 0.6rem;
  color: var(--bet-ink-premium);
  font-family: var(--bet-serif);
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: -0.04em;
}

.news-card p {
  min-height: 4.8em;
  margin: 0 0 0.9rem;
  color: rgba(15, 23, 32, 0.58);
  font-family: var(--bet-copy);
  font-size: 0.9rem;
  line-height: 1.55;
}

.news-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: var(--bet-cyan);
  font-weight: 800;
  text-decoration: none;
}

.diff-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.diff-item::before {
  content: "";
  width: 54px;
  height: 54px;
  margin-bottom: auto;
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(46, 146, 200, 0.12), rgba(81, 193, 166, 0.14)),
    var(--bet-white);
  border: 1px solid rgba(46, 146, 200, 0.16);
  box-shadow: 0 16px 38px rgba(46, 146, 200, 0.1);
}

.contact-section {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
  padding: clamp(6rem, 8vw, 8rem) 0;
  background:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.97) 0%,
      rgba(255, 255, 255, 0.84) 34%,
      rgba(255, 255, 255, 0.42) 66%,
      rgba(255, 255, 255, 0.22) 100%
    ),
    url("assets/images/formulario.webp") center center / cover no-repeat;
}

.contact-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    radial-gradient(circle at 72% 54%, rgba(46, 146, 200, 0.12), transparent 36%);
  pointer-events: none;
}

.contact-layout {
  position: relative;
  z-index: 2;
  max-width: 1380px;
  display: grid;
  grid-template-columns: minmax(420px, 0.9fr) minmax(520px, 0.75fr);
  gap: clamp(3rem, 7vw, 8rem);
  align-items: center;
}

.contact-copy {
  max-width: 620px;
  margin-left: 0;
  text-shadow: 0 1px 24px rgba(255, 255, 255, 0.74);
}

.contact-title {
  max-width: 11ch;
  font-size: clamp(3.35rem, 5vw, 5.9rem);
  line-height: 0.94;
}

.contact-title .contact-title-accent {
  color: var(--bet-blue);
}

.contact-form {
  justify-self: end;
  width: min(100%, 590px);
  gap: 0.72rem;
  padding: clamp(2.35rem, 3.2vw, 3.25rem);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(255, 255, 255, 0.52);
  box-shadow:
    0 34px 90px rgba(46, 146, 200, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  min-height: 58px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.86);
}

.contact-form textarea {
  min-height: 132px;
}

.contact-actions > * {
  min-height: 56px;
}

@media (max-height: 820px) and (min-width: 901px) {
  .route-layout {
    height: calc(100svh - 80px);
    gap: 3rem;
  }

  .route-step {
    min-height: 110px;
    grid-template-columns: 48px 76px 1fr 24px;
    padding-block: 1rem;
  }

  .route-visual h2 {
    font-size: clamp(3.4rem, 5vw, 5.8rem);
  }

  .route-visual img {
    max-height: 54vh;
  }
}

@media (max-width: 1180px) {
  :root {
    --layout-x: clamp(22px, 4.5vw, 56px);
  }

  .hero-shell,
  .route-layout,
  .contact-layout {
    grid-template-columns: 1fr 1fr;
    gap: clamp(2rem, 4vw, 3rem);
  }

  .hero-editorial .hero-title {
    font-size: clamp(2.85rem, 5.4vw, 4.9rem);
  }

  .hero-visual-card {
    min-height: 500px;
  }

  .route-step {
    grid-template-columns: 44px 74px 1fr 22px;
  }
}

@media (max-width: 980px) {
  .site-header.navbar {
    width: calc(100% - 24px);
    min-height: 66px;
    padding-inline: 0.8rem;
  }

  .site-header .brand img {
    width: 92px;
  }

  .site-header .nav {
    overflow-x: auto;
    scrollbar-width: none;
  }

  .site-header .nav::-webkit-scrollbar {
    display: none;
  }

  .language-switcher {
    right: 1rem;
  }

  .hero-shell,
  .criteria-editorial-grid,
  .anatomy-workbench,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .hero-shell {
    min-height: auto;
    padding-top: 7.5rem;
  }

  .hero-visual {
    order: -1;
    max-width: 620px;
    margin-inline: auto;
  }

  .hero-visual-card {
    min-height: 420px;
  }

  .hero-stats,
  .principle-grid,
  .diff-grid,
  .criteria-mini-grid {
    grid-template-columns: 1fr;
  }

  .hero-stat + .hero-stat {
    padding-left: 0;
    padding-top: 0.9rem;
    margin-top: 0.9rem;
    border-left: 0;
    border-top: 1px solid rgba(46, 146, 200, 0.14);
  }

  .criteria-feature {
    min-height: 440px;
  }

  .anatomy-map {
    min-height: 560px;
  }

  .route-section {
    height: auto;
  }

  .route-sticky {
    position: relative;
    height: auto;
    min-height: auto;
    overflow: visible;
    padding: clamp(5rem, 12vw, 7rem) 0;
  }

  .route-layout {
    width: min(calc(100% - (var(--layout-x) * 2)), var(--layout-max));
    height: auto;
    grid-template-columns: 1fr;
  }

  .route-steps {
    max-width: none;
    order: 2;
  }

  .route-step {
    opacity: 1 !important;
    transform: none !important;
  }

  .route-visual {
    min-height: auto;
  }

  .route-visual img {
    position: relative;
    right: auto;
    bottom: auto;
    width: min(100%, 720px);
    max-height: none;
    margin: 1.6rem auto 0;
  }

  .contact-form {
    justify-self: stretch;
    width: min(100%, 620px);
  }
}

@media (max-width: 760px) {
  :root {
    --layout-x: 20px;
    --section-y: clamp(72px, 10vh, 104px);
  }

  html {
    scroll-padding-top: 92px;
  }

  .site-header.navbar {
    display: grid;
    grid-template-columns: auto 1fr;
    row-gap: 0.35rem;
    align-items: center;
    top: 10px;
    border-radius: 28px;
    padding: 0.62rem 0.72rem 0.72rem;
  }

  .nav-whatsapp {
    display: none;
  }

  .site-header .brand {
    grid-column: 1;
  }

  .site-header .brand img {
    width: 82px;
  }

  .site-header .nav {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    width: 100%;
    gap: 0.1rem;
    overflow: visible;
  }

  .site-header .nav a {
    min-width: 0;
    padding: 0.48rem 0.2rem;
    font-size: clamp(0.58rem, 2.7vw, 0.7rem);
    text-align: center;
    white-space: nowrap;
  }

  .language-switcher {
    top: 23px;
    right: 24px;
  }

  .section-heading h2,
  .criteria-header h2,
  .news-header h2 {
    font-size: clamp(2.35rem, 12vw, 3.6rem);
  }

  .criteria-title span {
    white-space: normal;
  }

  .hero-editorial .hero-title,
  .hero-editorial .hero-title.is-alt {
    font-size: clamp(2.55rem, 12vw, 3.8rem);
    letter-spacing: -0.055em;
  }

  .hero-editorial .hero-title .line {
    white-space: normal;
  }

  .hero-visual {
    order: 0;
  }

  .hero-editorial .hero-actions {
    display: grid;
  }

  .hero-visual-card {
    min-height: 340px;
    border-radius: 30px;
  }

  .hero-visual-card img {
    right: -18%;
    bottom: -5%;
    width: 118%;
  }

  .hero-visual-card figcaption {
    max-width: calc(100% - 2rem);
  }

  .principle-card,
  .diff-item {
    min-height: 250px;
  }

  .criteria-feature {
    min-height: 380px;
  }

  .anatomy-map {
    min-height: 470px;
  }

  .anatomy-map svg {
    width: min(78%, 300px);
  }

  .anatomy-panel h3 {
    font-size: clamp(2.6rem, 13vw, 4rem);
  }

  .route-step {
    grid-template-columns: 1fr;
    gap: 0.75rem;
    padding: 1.2rem;
  }

  .route-steps::before,
  .route-step::before,
  .route-arrow {
    display: none;
  }

  .route-icon {
    width: 64px;
    height: 64px;
  }

  .route-visual h2 {
    font-size: clamp(2.65rem, 12vw, 4rem);
  }

  .news-carousel {
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .news-carousel::-webkit-scrollbar {
    display: none;
  }

  .news-track {
    animation: none;
    padding-inline: var(--layout-x);
  }

  .news-card {
    flex-basis: min(82vw, 320px);
  }

  .contact-section {
    min-height: auto;
    background:
      linear-gradient(rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.88)),
      url("assets/images/formulario.webp") center bottom / cover no-repeat;
  }

  .contact-title {
    max-width: 11ch;
    font-size: clamp(2.55rem, 11vw, 3.7rem);
  }

  .contact-values,
  .contact-assurances {
    grid-template-columns: 1fr;
  }
}

/* Surgical restorations: hero visual, criteria slider, route storytelling, newsletter wave */
.hero-visual-card.hero-visual-abstract {
  min-height: clamp(420px, 58vh, 640px);
  background:
    radial-gradient(circle at 62% 42%, rgba(46, 146, 200, 0.14), transparent 26%),
    radial-gradient(circle at 36% 62%, rgba(126, 206, 202, 0.16), transparent 28%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0.42));
}

.hero-editorial .hero-spline-background spline-viewer {
  width: 100% !important;
  max-width: 100% !important;
  transform: none !important;
}

.hero-visual-card.hero-visual-abstract::before,
.hero-visual-card.hero-visual-abstract::after {
  content: "";
  position: absolute;
  inset: 12%;
  border: 1px solid rgba(46, 146, 200, 0.18);
  border-radius: 50%;
}

.hero-visual-card.hero-visual-abstract::after {
  inset: 25% 18% 17% 31%;
  border-color: rgba(22, 147, 165, 0.14);
}

.hero-orbit,
.hero-axis,
.hero-dot {
  position: absolute;
  pointer-events: none;
}

.hero-orbit {
  border: 1px solid rgba(46, 146, 200, 0.14);
  border-radius: 50%;
}

.hero-orbit-one {
  width: 72%;
  aspect-ratio: 1;
  right: 5%;
  top: 13%;
}

.hero-orbit-two {
  width: 46%;
  aspect-ratio: 1;
  right: 22%;
  top: 28%;
}

.hero-orbit-three {
  width: 24%;
  aspect-ratio: 1;
  right: 34%;
  top: 40%;
  border-style: dashed;
}

.hero-axis {
  background: linear-gradient(90deg, transparent, rgba(46, 146, 200, 0.22), transparent);
}

.hero-axis-horizontal {
  left: 12%;
  right: 12%;
  top: 50%;
  height: 1px;
}

.hero-axis-vertical {
  top: 12%;
  bottom: 12%;
  left: 51%;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(46, 146, 200, 0.18), transparent);
}

.hero-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--bet-blue);
  box-shadow: 0 0 0 12px rgba(46, 146, 200, 0.08);
}

.hero-dot-one {
  right: 27%;
  top: 27%;
}

.hero-dot-two {
  right: 48%;
  bottom: 24%;
  width: 8px;
  height: 8px;
  background: var(--bet-cyan);
}

.criteria-section > .criteria-layout {
  width: min(calc(100% - (var(--layout-x) * 2)), var(--layout-max)) !important;
  max-width: var(--layout-max) !important;
  margin-inline: auto !important;
}

.criteria-layout {
  display: grid !important;
  grid-template-columns: minmax(320px, 0.85fr) minmax(380px, 1fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.criteria-video-card {
  position: relative;
  min-height: clamp(320px, 42vw, 520px);
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid rgba(46, 146, 200, 0.12);
  box-shadow: 0 24px 70px rgba(22, 147, 165, 0.16);
}

.criteria-video-card video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.criteria-card {
  position: relative;
  min-height: clamp(320px, 38vw, 500px);
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 30px;
  padding: clamp(2rem, 3.2vw, 3rem);
  color: var(--bet-white);
  background:
    radial-gradient(circle at 86% 18%, rgba(126, 206, 202, 0.2), transparent 28%),
    linear-gradient(135deg, rgba(22, 147, 165, 0.96), rgba(15, 23, 32, 0.94));
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 28px 80px rgba(22, 147, 165, 0.22);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
}

.criteria-number {
  position: absolute;
  right: 1.8rem;
  bottom: -1rem;
  color: var(--bet-white);
  font-family: var(--bet-sans);
  font-size: clamp(8rem, 16vw, 14rem);
  font-weight: 900;
  line-height: 0.8;
  opacity: 0.12;
  pointer-events: none;
}

.criteria-content {
  position: relative;
  z-index: 2;
  max-width: 520px;
  padding-right: 4.6rem;
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.criteria-card.is-changing .criteria-content {
  opacity: 0;
  transform: translateY(10px);
}

.criteria-card h3 {
  margin: 0 0 1rem;
  color: var(--bet-white);
  font-family: var(--bet-serif);
  font-size: clamp(2.3rem, 4vw, 4.6rem);
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: -0.045em;
}

.criteria-card p {
  max-width: 460px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-family: var(--bet-copy);
  font-size: clamp(1rem, 1.2vw, 1.08rem);
  line-height: 1.68;
}

.criteria-controls {
  position: absolute;
  right: 1.4rem;
  top: 50%;
  z-index: 3;
  display: grid;
  gap: 0.75rem;
  transform: translateY(-50%);
}

.criteria-controls button {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: var(--bet-white);
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.45);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  font-size: 1.9rem;
  line-height: 1;
  cursor: pointer;
}

.criteria-controls button:hover,
.criteria-controls button:focus-visible {
  color: var(--bet-ink-premium);
  background: rgba(255, 255, 255, 0.88);
  outline: none;
}

.route-section {
  height: 400vh !important;
  min-height: 400vh;
  padding: 0 !important;
}

.route-sticky {
  position: sticky !important;
  top: 0 !important;
  height: 100svh !important;
  min-height: 100svh !important;
  overflow: hidden !important;
}

body,
main {
  overflow-x: clip !important;
  overflow-y: visible !important;
}

html {
  overflow-x: clip;
}

.route-visual img {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  width: min(58vw, 840px);
  max-height: 64vh;
  object-fit: contain;
}

.news-section {
  position: relative;
  overflow: hidden;
  contain: paint;
  background: var(--bet-white);
}

.news-section::before {
  display: none !important;
}

.news-section::after {
  content: "";
  position: absolute;
  left: -5%;
  right: -5%;
  bottom: 0;
  display: block !important;
  height: 42%;
  border-radius: 55% 55% 0 0 / 18% 18% 0 0;
  background: linear-gradient(135deg, var(--bet-blue) 0%, var(--bet-cyan) 100%);
  z-index: 0;
  pointer-events: none;
}

.news-header,
.news-carousel {
  position: relative;
  z-index: 1;
  contain: layout paint;
}

.news-carousel {
  scrollbar-width: none;
}

.news-carousel::-webkit-scrollbar {
  display: none;
}

@media (max-width: 980px) {
  .criteria-layout {
    grid-template-columns: 1fr;
  }

  .criteria-video-card {
    min-height: 360px;
  }

  .route-section {
    height: auto !important;
    min-height: 0;
  }

  .route-sticky {
    position: relative !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
  }
}

@media (max-width: 760px) {
  .hero-visual-card.hero-visual-abstract {
    min-height: 300px;
  }

  .criteria-card {
    min-height: 360px;
    padding: 1.5rem;
  }

  .criteria-content {
    padding-right: 3.3rem;
  }

  .criteria-controls {
    right: 1rem;
  }

  .news-section::after {
    height: 36%;
  }
}

/* Keep the restored newsletter loop from widening the document when sticky route needs visible body overflow. */
.news-carousel {
  position: relative;
  min-height: clamp(500px, 42vw, 560px);
  overflow: hidden !important;
  contain: layout paint size;
  isolation: isolate;
}

.news-track {
  position: absolute;
  top: 1rem;
  left: 0;
  max-width: none;
}

.route-visual img {
  right: clamp(-1rem, -1vw, -0.5rem);
  bottom: clamp(3rem, 8vh, 5rem);
  width: min(54vw, 780px);
  max-height: min(52vh, 520px);
}

@media (max-width: 760px) {
  .news-carousel {
    min-height: 540px;
  }

  .news-track {
    padding-inline: 0;
  }
}

@media (max-height: 820px) and (min-width: 901px) {
  .route-visual img {
    width: min(50vw, 700px);
    max-height: 46vh;
  }
}

@media (max-width: 980px) {
  .route-visual img {
    position: relative;
    right: auto;
    bottom: auto;
    width: min(100%, 720px);
    max-height: none;
  }
}

/* Focus section: editorial interaction */
.focus-section {
  background: var(--bet-white);
}

.focus-layout {
  width: min(calc(100% - (var(--layout-x) * 2)), 1380px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(420px, 0.9fr) minmax(360px, 0.72fr);
  gap: clamp(3rem, 7vw, 8rem);
  align-items: center;
}

.focus-copy {
  max-width: 650px;
}

.focus-copy h2 {
  max-width: 11ch;
  margin: 0;
  color: var(--bet-ink-premium);
  font-family: var(--bet-serif);
  font-size: clamp(3.3rem, 5.4vw, 6rem);
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: -0.045em;
}

.focus-copy p {
  max-width: 560px;
  margin: 1.35rem 0 0;
  color: rgba(15, 23, 32, 0.64);
  font-family: var(--bet-copy);
  font-size: clamp(1rem, 1.2vw, 1.12rem);
  line-height: 1.75;
}

.focus-actions {
  margin-top: clamp(2rem, 4vw, 3rem);
}

.focus-actions-label {
  display: block;
  margin-bottom: 0.9rem;
  color: rgba(15, 23, 32, 0.62);
  font-family: var(--bet-copy);
  font-size: 0.95rem;
}

.focus-action-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.72rem;
}

.focus-action-buttons button {
  min-height: 48px;
  padding: 0.85rem 1.25rem;
  border: 1px solid rgba(46, 146, 200, 0.18);
  border-radius: 999px;
  color: var(--bet-white);
  background: linear-gradient(135deg, var(--bet-blue), var(--bet-cyan));
  box-shadow: 0 18px 44px rgba(46, 146, 200, 0.16);
  font-family: var(--bet-sans);
  font-size: 0.9rem;
  font-weight: 800;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.focus-action-buttons button:hover,
.focus-action-buttons button:focus-visible,
.focus-action-buttons button[aria-pressed="true"] {
  transform: translateY(-2px);
  background: linear-gradient(135deg, var(--bet-cyan), var(--bet-ink-premium));
  box-shadow: 0 24px 58px rgba(22, 147, 165, 0.2);
  outline: none;
}

.focus-visual {
  position: relative;
  width: 100%;
  height: clamp(520px, 56vw, 620px);
  min-height: clamp(420px, 56vw, 620px);
  overflow: hidden;
  border-radius: 28px;
  background: #f6fbfc;
  border: 1px solid rgba(46, 146, 200, 0.12);
  box-shadow: 0 28px 80px rgba(15, 23, 32, 0.1);
  isolation: isolate;
  transition: background 0.35s ease, box-shadow 0.35s ease, transform 0.35s ease, border-color 0.35s ease;
}

.focus-visual img,
.focus-card-content {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

.focus-visual img {
  display: block;
  object-fit: cover;
  z-index: 1;
  transition: opacity 0.35s ease, transform 0.45s ease, filter 0.35s ease;
}

.focus-visual:not(.is-card):hover img {
  transform: scale(1.025);
}

.focus-visual.is-card {
  background: #0f1720;
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 28px 80px rgba(22, 147, 165, 0.18);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.focus-visual.is-card .focus-image {
  opacity: 1;
  transform: scale(1.02);
  filter: saturate(1.05) contrast(1.04);
}

.focus-card-content {
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(2rem, 4vw, 3rem);
  background:
    linear-gradient(135deg, rgba(15, 82, 96, 0.9), rgba(15, 23, 32, 0.84));
  opacity: 0;
  transform: none;
  pointer-events: none;
  transition: opacity 0.28s ease;
}

.focus-visual.is-card .focus-card-content {
  opacity: 1;
  transform: none;
}

.focus-card-title {
  display: block;
  margin-bottom: 1rem;
  color: var(--bet-white);
  font-family: var(--bet-serif);
  font-size: clamp(3rem, 5vw, 5.6rem);
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: -0.045em;
}

.focus-card-content p {
  max-width: 460px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-family: var(--bet-copy);
  font-size: clamp(1rem, 1.25vw, 1.12rem);
  line-height: 1.72;
}

@media (max-width: 980px) {
  .focus-layout {
    grid-template-columns: 1fr;
    gap: 2.6rem;
  }

  .focus-copy,
  .focus-copy p {
    max-width: 720px;
  }

  .focus-copy h2 {
    max-width: 12ch;
  }

  .focus-visual,
  .focus-visual img,
  .focus-visual.is-card {
    height: 460px;
    min-height: 460px;
  }
}

@media (max-width: 760px) {
  .focus-copy h2 {
    max-width: 11ch;
    font-size: clamp(2.55rem, 12vw, 3.8rem);
  }

  .focus-action-buttons {
    gap: 0.55rem;
  }

  .focus-action-buttons button {
    flex: 1 1 auto;
    min-width: min(100%, 104px);
    padding-inline: 1rem;
  }

  .focus-visual,
  .focus-visual img,
  .focus-visual.is-card {
    height: 380px;
    min-height: 380px;
  }

  .focus-card-content {
    padding: 1.5rem;
  }
}

/* Criteria BET: equal media and slider frames */
.criteria-layout {
  align-items: stretch !important;
}

.criteria-video-card,
.criteria-card {
  height: 540px;
  min-height: 0 !important;
  border-radius: 32px;
  overflow: hidden;
}

.criteria-video-card video,
.criteria-video-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.criteria-card {
  display: flex;
  align-items: center;
}

@media (max-width: 1180px) {
  .criteria-video-card,
  .criteria-card {
    height: 500px;
  }
}

@media (max-width: 980px) {
  .criteria-video-card,
  .criteria-card {
    height: 460px;
  }
}

@media (min-width: 761px) and (max-width: 980px) {
  .criteria-layout {
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1fr) !important;
    align-items: stretch !important;
  }

  .criteria-card {
    padding: clamp(1.45rem, 3vw, 2rem);
  }

  .criteria-content {
    padding-right: 3.4rem;
  }

  .criteria-card h3 {
    font-size: clamp(2rem, 4.4vw, 3.35rem);
  }

  .criteria-card p {
    font-size: 0.95rem;
    line-height: 1.58;
  }
}

@media (max-width: 760px) {
  .criteria-video-card,
  .criteria-card {
    height: 390px;
  }
}

/* Final surgical pass: Ruta, Newsletter, Contacto */
.route-section {
  background: #ffffff !important;
}

.route-sticky {
  background: #ffffff !important;
}

.route-visual::before,
.route-visual img {
  display: none !important;
}

.news-section {
  padding-block: 4rem !important;
  overflow: hidden !important;
}

.news-carousel {
  width: 100vw !important;
  min-height: 0 !important;
  margin-left: 50% !important;
  transform: translateX(-50%) !important;
  overflow: hidden !important;
  contain: paint !important;
}

.news-track {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  display: flex !important;
  width: max-content !important;
  gap: 1.25rem !important;
  padding-block: 1rem 1.8rem !important;
}

.news-card {
  flex: 0 0 320px !important;
}

.contact-section {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.82) 0%, rgba(255, 255, 255, 0.58) 45%, rgba(255, 255, 255, 0.34) 100%),
    url("assets/images/formulario.webp") center center / cover no-repeat !important;
}

.contact-section::before {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01)),
    radial-gradient(circle at 72% 54%, rgba(46, 146, 200, 0.08), transparent 36%) !important;
}

@media (max-width: 760px) {
  .news-track {
    animation: newsletterLoop 44s linear infinite !important;
  }

  .news-card {
    flex-basis: min(82vw, 320px) !important;
  }

  .contact-section {
    background:
      linear-gradient(rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.78)),
      url("assets/images/formulario.webp") center bottom / cover no-repeat !important;
  }
}

/* Final surgical pass: navbar integration and hero-to-focus cover transition */
.site-header.navbar.site-nav {
  width: min(92vw, 1180px) !important;
  min-height: 72px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(1rem, 2vw, 2rem);
  padding: 0.65rem 0.9rem 0.65rem 1.1rem !important;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72) !important;
  border: 1px solid rgba(46, 146, 200, 0.22) !important;
  box-shadow:
    0 24px 70px rgba(46, 146, 200, 0.13),
    inset 0 1px 0 rgba(255, 255, 255, 0.85) !important;
  backdrop-filter: blur(24px) saturate(1.25) !important;
  -webkit-backdrop-filter: blur(24px) saturate(1.25) !important;
}

.site-header.navbar.site-nav .brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}

.site-header.navbar.site-nav .brand img {
  width: auto !important;
  height: 46px !important;
  max-width: 150px;
  display: block;
  object-fit: contain;
}

.site-header.navbar.site-nav .nav {
  justify-content: center;
  min-width: 0;
}

.nav-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.65rem;
  min-width: max-content;
}

.site-header.navbar.site-nav .nav-whatsapp {
  display: inline-flex !important;
}

.site-header.navbar.site-nav .language-switcher {
  position: relative !important;
  top: auto !important;
  right: auto !important;
  display: flex;
  align-items: center;
  z-index: 20;
}

.site-header.navbar.site-nav .language-toggle {
  width: 46px !important;
  height: 46px !important;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.56) !important;
  border: 1px solid rgba(46, 146, 200, 0.22) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7) !important;
}

.site-header.navbar.site-nav .language-menu {
  position: absolute !important;
  top: calc(100% + 0.6rem) !important;
  right: 0 !important;
  min-width: 136px;
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.86) !important;
  border: 1px solid rgba(46, 146, 200, 0.18) !important;
  box-shadow: 0 18px 50px rgba(15, 23, 32, 0.12) !important;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  z-index: 50;
}

.site-header.navbar.site-nav .language-menu button[data-lang="es"] {
  font-size: 0;
}

.site-header.navbar.site-nav .language-menu button[data-lang="es"]::after {
  content: "Espa\\00f1ol";
  font-size: 0.86rem;
}

.hero-focus-transition {
  position: relative;
  z-index: 1;
  overflow: clip;
  background: var(--bet-white);
}

.hero-editorial {
  position: relative;
}

.hero-focus-transition .hero-section {
  position: sticky;
  top: 0;
  min-height: 100svh;
  z-index: 1;
}

.hero-focus-transition .focus-section {
  position: relative;
  z-index: 2;
  min-height: 100svh;
  margin-top: -10vh !important;
  border-radius: 42px 42px 0 0;
  background: var(--bet-white);
  box-shadow: 0 -32px 80px rgba(15, 23, 32, 0.08);
  overflow: hidden;
  isolation: isolate;
}

.focus-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), var(--bet-white) 28%);
}

.focus-layout {
  position: relative;
  z-index: 1;
}

.hero-focus-transition ~ section {
  position: relative;
  z-index: 3;
  background-color: var(--bet-white);
}

@media (max-width: 980px) {
  .site-header.navbar.site-nav {
    grid-template-columns: auto 1fr auto;
    gap: 0.8rem;
  }

  .site-header.navbar.site-nav .brand img {
    height: 38px !important;
    max-width: 124px;
  }

  .nav-actions {
    gap: 0.45rem;
  }
}

@media (max-width: 768px) {
  .hero-focus-transition .hero-section {
    position: relative;
  }

  .hero-focus-transition .focus-section {
    min-height: auto;
    margin-top: 0 !important;
    border-radius: 0;
  }
}

@media (max-width: 760px) {
  .site-header.navbar.site-nav {
    grid-template-columns: auto auto;
    align-items: center;
  }

  .site-header.navbar.site-nav .brand {
    grid-column: 1;
  }

  .site-header.navbar.site-nav .brand img {
    height: 38px !important;
  }

  .site-header.navbar.site-nav .nav {
    grid-column: 1 / -1;
    order: 3;
  }

  .nav-actions {
    grid-column: 2;
    justify-self: end;
  }

  .site-header.navbar.site-nav .language-toggle {
    width: 42px !important;
    height: 42px !important;
  }
}

/* Final pass: requested product-led hero and technology section */
.hero-section {
  min-height: 100svh !important;
  overflow: hidden !important;
  background: #ffffff !important;
  position: relative;
  isolation: isolate;
}

.hero-section .hero-spline-background,
.hero-section .hero-overlay {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.hero-focus-transition .focus-section {
  margin-top: 0 !important;
}

.hero-section .hero-shell {
  width: min(92vw, 1440px) !important;
  min-height: 100svh !important;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: minmax(420px, 0.85fr) minmax(560px, 1.15fr) !important;
  align-items: center !important;
  gap: clamp(3rem, 6vw, 7rem) !important;
  padding: clamp(7.25rem, 13vh, 9rem) 0 clamp(3rem, 7vh, 5rem) !important;
}

.hero-section .hero-copy {
  width: 100% !important;
  max-width: 680px !important;
  margin: 0 !important;
  justify-self: start !important;
}

.hero-section .hero-title {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 0.02em !important;
  min-height: auto !important;
  max-width: 760px !important;
  margin: 0 !important;
  font-family: "Inter", "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: clamp(4rem, 6.4vw, 7.4rem) !important;
  font-weight: 500 !important;
  line-height: 1.02 !important;
  letter-spacing: -0.055em !important;
  text-transform: none !important;
  color: #071629 !important;
  text-align: left !important;
}

.hero-section .hero-title .line {
  display: block !important;
  white-space: nowrap !important;
  color: inherit !important;
}

.hero-section .hero-title .hero-accent,
.hero-section .hero-copy .blue {
  color: #0878c9 !important;
}

.hero-section .hero-subtitle {
  max-width: 540px !important;
  margin: clamp(1.4rem, 2.2vw, 2rem) 0 0 !important;
  font-family: "Open Sans", "Poppins", system-ui, sans-serif !important;
  font-size: clamp(1.15rem, 1.45vw, 1.55rem) !important;
  line-height: 1.7 !important;
  color: rgba(7, 22, 41, 0.68) !important;
}

.hero-section .hero-actions {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 0.9rem !important;
  width: auto !important;
  min-width: 0 !important;
  margin: clamp(2rem, 3.4vw, 3rem) 0 0 !important;
}

.hero-section .hero-cta,
.hero-section .hero-cta:visited {
  position: relative;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.75rem !important;
  min-height: 56px !important;
  padding: 0 1.45rem 0 1.65rem !important;
  border-radius: 999px !important;
  border: 1px solid rgba(7, 22, 41, 0.12) !important;
  background: #071629 !important;
  box-shadow: 0 18px 42px rgba(7, 22, 41, 0.14) !important;
  color: #ffffff !important;
  font-family: "Poppins", system-ui, sans-serif !important;
  font-size: 0.98rem !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  overflow: hidden;
  transition: transform 0.28s ease, box-shadow 0.28s ease, background 0.28s ease;
}

.hero-section .hero-cta::before {
  content: none !important;
}

.hero-section .hero-cta:hover {
  transform: translateY(-2px);
  background: #0f1720 !important;
  box-shadow: 0 24px 56px rgba(7, 22, 41, 0.18) !important;
}

.hero-section .hero-cta:focus-visible {
  outline: 3px solid rgba(8, 120, 201, 0.34);
  outline-offset: 4px;
}

.hero-section .hero-cta-arrow {
  font-size: 1.15em;
  line-height: 1;
  transform: translateY(-1px);
}

.hero-section .hero-visual {
  position: relative !important;
  width: 100% !important;
  height: min(76vh, 760px) !important;
  min-height: 520px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  overflow: visible !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  isolation: isolate;
}

.hero-section .hero-visual::before {
  content: "";
  position: absolute;
  right: clamp(0rem, 3vw, 3rem);
  top: 50%;
  width: min(44vw, 660px);
  aspect-ratio: 1;
  border-radius: 999px;
  background:
    radial-gradient(circle, rgba(8, 120, 201, 0.08), transparent 64%),
    linear-gradient(135deg, rgba(126, 206, 202, 0.12), rgba(255, 255, 255, 0));
  transform: translateY(-50%);
  z-index: -1;
}

.hero-section .hero-visual img {
  position: relative !important;
  inset: auto !important;
  width: min(62vw, 900px) !important;
  max-width: none !important;
  height: auto !important;
  max-height: 86% !important;
  display: block !important;
  object-fit: contain !important;
  object-position: right center !important;
  border-radius: 0 !important;
  filter: drop-shadow(0 28px 60px rgba(7, 22, 41, 0.12)) !important;
  transform: none !important;
}

.tech-section {
  position: relative;
  z-index: 3;
  min-height: 100svh;
  overflow: hidden;
  background: #ffffff;
}

.tech-layout {
  width: min(92vw, 1440px);
  min-height: 100svh;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(480px, 0.85fr) minmax(620px, 1.15fr);
  align-items: center;
  gap: clamp(3rem, 6vw, 7rem);
  padding: clamp(6rem, 10vh, 9rem) 0;
}

.tech-copy {
  position: relative;
  z-index: 2;
  max-width: 720px;
}

.tech-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: clamp(1.35rem, 2.6vw, 2.4rem);
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.14em;
  color: #0878c9;
}

.tech-kicker::before {
  content: "";
  width: 42px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.tech-copy h2 {
  margin: 0;
  font-family: "Inter", "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: clamp(3.8rem, 5.7vw, 6.8rem);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.055em;
  color: #071629;
  text-align: left;
}

.tech-copy .blue {
  color: #0878c9;
}

.tech-copy > p {
  max-width: 560px;
  margin: clamp(1.3rem, 2.4vw, 2rem) 0 0;
  font-family: "Open Sans", "Poppins", system-ui, sans-serif;
  font-size: clamp(1.05rem, 1.28vw, 1.32rem);
  line-height: 1.72;
  color: rgba(7, 22, 41, 0.66);
}

.tech-values {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.4rem, 3vw, 3.5rem);
  margin-top: clamp(3rem, 6vh, 5rem);
}

.tech-value {
  min-width: 0;
  padding-top: 1rem;
  border-top: 1px solid rgba(8, 120, 201, 0.18);
}

.tech-value h3 {
  margin: 0;
  font-family: "Inter", "Poppins", system-ui, sans-serif;
  font-size: clamp(1rem, 1.08vw, 1.15rem);
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.025em;
  color: #071629;
}

.tech-value p {
  margin: 0.65rem 0 0;
  font-family: "Open Sans", "Poppins", system-ui, sans-serif;
  font-size: 0.92rem;
  line-height: 1.55;
  color: rgba(7, 22, 41, 0.68);
}

.tech-visual {
  position: relative;
  height: min(82vh, 820px);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  overflow: visible;
}

.tech-visual::before {
  content: "";
  position: absolute;
  right: 1%;
  top: 50%;
  width: min(46vw, 700px);
  aspect-ratio: 1;
  border-radius: 999px;
  background:
    radial-gradient(circle, rgba(8, 120, 201, 0.08), transparent 65%),
    radial-gradient(circle at 70% 35%, rgba(81, 193, 166, 0.1), transparent 42%);
  transform: translateY(-50%);
  z-index: 0;
}

.tech-visual img {
  position: relative;
  z-index: 1;
  width: min(62vw, 880px);
  height: auto;
  max-height: 92%;
  display: block;
  object-fit: contain;
  object-position: right center;
  filter: drop-shadow(0 28px 70px rgba(7, 22, 41, 0.12));
}

@media (max-width: 1180px) {
  .hero-section .hero-shell,
  .tech-layout {
    grid-template-columns: minmax(360px, 0.9fr) minmax(420px, 1.1fr) !important;
    gap: clamp(2rem, 4vw, 4rem) !important;
  }

  .hero-section .hero-title {
    font-size: clamp(3.45rem, 6vw, 5.8rem) !important;
  }

  .tech-copy h2 {
    font-size: clamp(3.35rem, 5.6vw, 5.8rem);
  }

  .tech-values {
    grid-template-columns: 1fr;
    max-width: 560px;
    gap: 1.1rem;
  }
}

@media (max-width: 900px) {
  .hero-section .hero-shell,
  .tech-layout {
    width: min(92vw, 720px) !important;
    min-height: auto !important;
    grid-template-columns: 1fr !important;
    padding-block: 7rem 4rem !important;
  }

  .hero-section .hero-copy,
  .tech-copy {
    max-width: 100% !important;
  }

  .hero-section .hero-title {
    font-size: clamp(3rem, 12vw, 5rem) !important;
    letter-spacing: -0.05em !important;
  }

  .hero-section .hero-title .line {
    white-space: normal !important;
  }

  .hero-section .hero-visual,
  .tech-visual {
    height: auto !important;
    min-height: 0 !important;
    justify-content: center !important;
  }

  .hero-section .hero-visual::before,
  .tech-visual::before {
    width: min(86vw, 560px);
    right: 50%;
    transform: translate(50%, -50%);
  }

  .hero-section .hero-visual img,
  .tech-visual img {
    width: 100% !important;
    max-width: 620px !important;
    max-height: none !important;
    object-position: center !important;
  }

  .tech-section {
    min-height: auto;
  }

  .tech-layout {
    min-height: auto;
  }

  .tech-copy h2 {
    font-size: clamp(3rem, 11vw, 4.8rem);
  }

  .tech-values {
    grid-template-columns: 1fr;
    margin-top: 2.6rem;
  }
}

@media (max-width: 560px) {
  .hero-section .hero-shell,
  .tech-layout {
    width: calc(100% - 2rem) !important;
    padding-block: 6.5rem 3.5rem !important;
  }

  .hero-section .hero-title,
  .tech-copy h2 {
    font-size: clamp(2.65rem, 13vw, 3.75rem) !important;
    line-height: 1.04 !important;
  }

  .hero-section .hero-subtitle,
  .tech-copy > p {
    font-size: 1rem !important;
    line-height: 1.65 !important;
  }

  .hero-section .hero-actions {
    width: 100% !important;
  }

  .hero-section .hero-cta {
    width: 100% !important;
  }
}

/* Experience BET section */
.experience-section {
  position: relative;
  z-index: 3;
  min-height: 72svh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #ffffff;
}

.experience-layout {
  position: relative;
  width: min(92vw, 1440px);
  min-height: 72svh;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(420px, 0.82fr) minmax(620px, 1.18fr);
  align-items: center;
  gap: clamp(3rem, 6vw, 7rem);
  padding: clamp(5rem, 8vh, 7rem) 0;
}

.experience-copy {
  position: relative;
  z-index: 2;
  max-width: 560px;
}

.experience-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: clamp(1.25rem, 2.4vw, 2.2rem);
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.14em;
  color: #0878c9;
}

.experience-kicker::before {
  content: "";
  width: 42px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.experience-copy h2 {
  margin: 0;
  font-family: "Inter", "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: clamp(3.2rem, 5.2vw, 6rem);
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: -0.05em;
  color: #071629;
  text-align: left;
}

.experience-copy .blue {
  color: #0878c9;
}

.experience-copy p {
  max-width: 520px;
  margin: clamp(1.25rem, 2.4vw, 2rem) 0 0;
  font-family: "Open Sans", "Poppins", system-ui, sans-serif;
  font-size: clamp(1.05rem, 1.25vw, 1.28rem);
  line-height: 1.65;
  color: rgba(7, 22, 41, 0.68);
}

.experience-stats {
  display: grid;
  grid-template-columns: repeat(4, max-content);
  gap: clamp(1.5rem, 3vw, 3.2rem);
  margin-top: clamp(2.5rem, 5vh, 4rem);
}

.experience-stat {
  min-width: 0;
}

.experience-stat strong {
  display: block;
  min-height: 1.2em;
  color: #0878c9;
  font-family: "Inter", "Poppins", system-ui, sans-serif;
  font-size: clamp(1.3rem, 1.8vw, 1.8rem);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.035em;
  font-variant-numeric: tabular-nums;
  transition: transform 0.28s ease, opacity 0.28s ease;
}

.experience-stat strong.is-counting {
  transform: translateY(-2px);
}

.experience-stat span {
  display: block;
  max-width: 10.5rem;
  margin-top: 0.45rem;
  color: rgba(7, 22, 41, 0.68);
  font-family: "Open Sans", "Poppins", system-ui, sans-serif;
  font-size: 0.82rem;
  line-height: 1.35;
}

.experience-visual {
  position: absolute;
  inset: 0 0 0 auto;
  width: 62%;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 72% 50%, rgba(8, 120, 201, 0.08), transparent 38%),
    url("assets/images/experiencia-bet.png") right center / contain no-repeat;
}

.experience-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.9) 18%, rgba(255, 255, 255, 0) 48%);
}

@media (max-width: 1180px) {
  .experience-layout {
    grid-template-columns: minmax(360px, 0.92fr) minmax(460px, 1.08fr);
    gap: clamp(2rem, 4vw, 4rem);
  }

  .experience-copy h2 {
    font-size: clamp(3rem, 5.5vw, 5rem);
  }

  .experience-stats {
    grid-template-columns: repeat(2, max-content);
  }
}

@media (max-width: 900px) {
  .experience-section {
    min-height: auto;
    padding-block: 5rem;
  }

  .experience-layout {
    width: min(92vw, 720px);
    min-height: auto;
    grid-template-columns: 1fr;
    padding: 0;
  }

  .experience-copy {
    max-width: 100%;
  }

  .experience-visual {
    position: relative;
    inset: auto;
    width: 100%;
    min-height: 320px;
    order: 2;
    background:
      radial-gradient(circle at 50% 48%, rgba(8, 120, 201, 0.08), transparent 46%),
      url("assets/images/experiencia-bet.png") center / contain no-repeat;
  }

  .experience-visual::before {
    content: none;
  }

  .experience-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.4rem 1.8rem;
  }
}

@media (max-width: 560px) {
  .experience-section {
    padding-block: 4rem;
  }

  .experience-layout {
    width: calc(100% - 2rem);
  }

  .experience-copy h2 {
    font-size: clamp(2.65rem, 13vw, 3.75rem);
    line-height: 1.04;
  }

  .experience-copy p {
    font-size: 1rem;
  }

  .experience-stats {
    gap: 1.25rem;
  }

  .experience-stat span {
    max-width: none;
  }
}

/* Surgical correction: hero and final CTA use image assets as real backgrounds */
.hero-section {
  position: relative !important;
  min-height: 100svh !important;
  overflow: hidden !important;
  background: #ffffff !important;
}

.hero-section::before {
  content: none !important;
}

.hero-section::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.92) 34%, rgba(255, 255, 255, 0.28) 62%, rgba(255, 255, 255, 0) 100%),
    url("assets/images/hero-bet.png") right center / contain no-repeat;
}

.hero-section .hero-shell,
.hero-section .hero-copy {
  position: relative !important;
  z-index: 2 !important;
}

.hero-section .hero-shell {
  grid-template-columns: minmax(420px, 0.85fr) minmax(560px, 1.15fr) !important;
}

.hero-section .hero-visual,
.hero-section .hero-visual img,
.hero-section img[src*="hero-bet"] {
  display: none !important;
}

.final-cta-section {
  min-height: 72svh;
  position: relative;
  z-index: 3;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 0 !important;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.18) 42%, rgba(255, 255, 255, 0.3) 100%),
    url("assets/images/bet-final.png") center center / cover no-repeat;
}

.final-cta-section::before,
.final-cta-section::after {
  content: none !important;
}

.final-cta-content {
  width: min(92vw, 1440px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: left;
  padding-right: clamp(2rem, 9vw, 10rem);
  position: relative;
  z-index: 2;
}

.final-cta-content h2 {
  max-width: 560px;
  margin: 0 0 2rem;
  font-family: "Inter", "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: clamp(2.4rem, 4vw, 4.8rem);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.04em;
  color: #071629;
  text-align: left;
}

.final-cta-content h2 span {
  color: #0878c9;
}

.final-cta-button,
.final-cta-button:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  min-height: 48px;
  padding: 0 1.5rem;
  border-radius: 999px;
  border: 1px solid rgba(8, 120, 201, 0.32);
  background: rgba(255, 255, 255, 0.52);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  color: #071629;
  font-family: "Poppins", system-ui, sans-serif;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 18px 45px rgba(8, 120, 201, 0.14);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.final-cta-button::before {
  content: none !important;
}

.final-cta-button:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 24px 60px rgba(8, 120, 201, 0.22);
}

.final-cta-button:focus-visible {
  outline: 3px solid rgba(8, 120, 201, 0.34);
  outline-offset: 4px;
}

@media (max-width: 900px) {
  .hero-section::after {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.88) 42%, rgba(255, 255, 255, 0.28) 72%, rgba(255, 255, 255, 0) 100%),
      url("assets/images/hero-bet.png") center bottom / min(112vw, 720px) auto no-repeat;
  }

  .hero-section .hero-shell {
    grid-template-columns: 1fr !important;
    padding-bottom: clamp(22rem, 58vw, 34rem) !important;
  }

  .final-cta-section {
    min-height: 80svh;
    background-position: center;
  }

  .final-cta-content {
    align-items: center;
    text-align: center;
    padding-right: 0;
  }

  .final-cta-content h2 {
    text-align: center;
  }
}

@media (max-width: 560px) {
  .hero-section .hero-shell {
    padding-bottom: clamp(18rem, 68vw, 27rem) !important;
  }

  .final-cta-content {
    width: calc(100% - 2rem);
  }

  .final-cta-content h2 {
    font-size: clamp(2.2rem, 10vw, 3.25rem);
  }
}

/* Surgical correction: section backgrounds, tighter page axis, and hero-to-focus cover */
.hero-shell,
.focus-layout,
.tech-layout,
.experience-layout,
.route-layout,
.criteria-layout,
.news-header,
.final-cta-content {
  width: min(96vw, 1560px) !important;
  max-width: 1560px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: clamp(20px, 3vw, 48px) !important;
  padding-right: clamp(20px, 3vw, 48px) !important;
  box-sizing: border-box;
}

.hero-focus-transition {
  position: relative;
  overflow: clip;
  background: #ffffff;
}

.hero-focus-transition .hero-section,
.hero-section {
  position: sticky !important;
  top: 0 !important;
  min-height: 100svh !important;
  z-index: 1 !important;
  overflow: hidden !important;
}

.hero-focus-transition .focus-section,
.focus-section {
  position: relative !important;
  z-index: 3 !important;
  min-height: 100svh !important;
  margin-top: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: clamp(3rem, 5vh, 4.5rem) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: #ffffff !important;
}

.focus-section::before {
  content: none !important;
}

.tech-section {
  position: relative !important;
  min-height: 100svh !important;
  overflow: hidden !important;
  padding-top: clamp(3rem, 5vh, 4.5rem) !important;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.94) 38%, rgba(255, 255, 255, 0.35) 66%, rgba(255, 255, 255, 0) 100%),
    url("assets/images/bet-images.png") right center / contain no-repeat !important;
}

.tech-layout,
.tech-copy {
  position: relative !important;
  z-index: 2 !important;
}

.tech-layout {
  min-height: calc(100svh - clamp(3rem, 5vh, 4.5rem)) !important;
}

.tech-visual,
.tech-visual img,
.tech-section img[src*="bet-images"] {
  display: none !important;
}

.experience-section {
  position: relative !important;
  min-height: 72svh !important;
  overflow: hidden !important;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.93) 38%, rgba(255, 255, 255, 0.34) 66%, rgba(255, 255, 255, 0) 100%),
    url("assets/images/experiencia-bet.png") right center / contain no-repeat !important;
}

.experience-layout,
.experience-copy {
  position: relative !important;
  z-index: 2 !important;
}

.experience-visual,
.experience-section img[src*="experiencia-bet"] {
  display: none !important;
}

.route-section,
.route-sticky {
  background: #ffffff !important;
  background-image: none !important;
}

.route-visual::before,
.route-visual img,
.route-section img[src*="ruta"] {
  display: none !important;
}

.final-cta-content {
  padding-right: clamp(20px, 3vw, 48px) !important;
}

@media (max-width: 900px) {
  .hero-shell,
  .focus-layout,
  .tech-layout,
  .experience-layout,
  .route-layout,
  .criteria-layout,
  .news-header,
  .final-cta-content {
    width: min(96vw, 720px) !important;
    padding-left: clamp(16px, 4vw, 28px) !important;
    padding-right: clamp(16px, 4vw, 28px) !important;
  }

  .tech-section {
    min-height: auto !important;
    padding-top: 4rem !important;
    padding-bottom: clamp(20rem, 62vw, 34rem) !important;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.9) 48%, rgba(255, 255, 255, 0.34) 76%, rgba(255, 255, 255, 0) 100%),
      url("assets/images/bet-images.png") center bottom / min(112vw, 720px) auto no-repeat !important;
  }

  .tech-layout {
    min-height: auto !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .experience-section {
    min-height: auto !important;
    padding-block: 5rem clamp(19rem, 58vw, 32rem) !important;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.92) 46%, rgba(255, 255, 255, 0.34) 76%, rgba(255, 255, 255, 0) 100%),
      url("assets/images/experiencia-bet.png") center bottom / min(112vw, 680px) auto no-repeat !important;
  }

  .experience-layout {
    min-height: auto !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

@media (max-width: 768px) {
  .hero-focus-transition .hero-section,
  .hero-section {
    position: relative !important;
  }
}

@media (max-width: 560px) {
  .hero-shell,
  .focus-layout,
  .tech-layout,
  .experience-layout,
  .route-layout,
  .criteria-layout,
  .news-header,
  .final-cta-content {
    width: 100% !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}

.hero-section > .hero-shell,
.focus-section > .focus-layout,
.tech-section > .tech-layout,
.experience-section > .experience-layout,
.route-section .route-layout,
.criteria-section > .criteria-layout,
.criteria-section > .criteria-header,
.news-section > .news-header,
.final-cta-section > .final-cta-content {
  width: min(96vw, 1560px) !important;
  max-width: 1560px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: clamp(20px, 3vw, 48px) !important;
  padding-right: clamp(20px, 3vw, 48px) !important;
  box-sizing: border-box !important;
}

@media (max-width: 900px) {
  .hero-section > .hero-shell,
  .focus-section > .focus-layout,
  .tech-section > .tech-layout,
  .experience-section > .experience-layout,
  .route-section .route-layout,
  .criteria-section > .criteria-layout,
  .criteria-section > .criteria-header,
  .news-section > .news-header,
  .final-cta-section > .final-cta-content {
    width: min(96vw, 720px) !important;
    padding-left: clamp(16px, 4vw, 28px) !important;
    padding-right: clamp(16px, 4vw, 28px) !important;
  }
}

@media (max-width: 560px) {
  .hero-section > .hero-shell,
  .focus-section > .focus-layout,
  .tech-section > .tech-layout,
  .experience-section > .experience-layout,
  .route-section .route-layout,
  .criteria-section > .criteria-layout,
  .criteria-section > .criteria-header,
  .news-section > .news-header,
  .final-cta-section > .final-cta-content {
    width: 100% !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}

/* Global visual system: title scale, compact rhythm, expanded axis, cover panels */
body {
  overflow-x: hidden;
}

.section-title,
.focus-copy h2,
.tech-copy h2,
.criteria-header h2,
.criteria-title,
.experience-copy h2,
.section-heading h2,
.anatomy-section .section-heading h2,
.news-header h2,
.final-cta-content h2,
.route-visual h2,
.differentials-section .section-heading h2 {
  font-family: "Inter", "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: clamp(2.9rem, 4.8vw, 5.8rem) !important;
  font-weight: 500 !important;
  line-height: 1.04 !important;
  letter-spacing: -0.055em !important;
  color: #071629 !important;
  text-align: left !important;
}

.section-title span,
.focus-copy h2 span,
.tech-copy h2 span,
.criteria-header h2 span,
.experience-copy h2 span,
.section-heading h2 span,
.news-header h2 span,
.final-cta-content h2 span,
.route-visual h2 span {
  font-family: inherit !important;
}

.section,
.focus-section,
.tech-section,
.criteria-section,
.experience-section,
.anatomy-section,
.news-section,
.final-cta-section {
  padding-top: clamp(4rem, 7vh, 6.5rem) !important;
  padding-bottom: clamp(4rem, 7vh, 6.5rem) !important;
}

.hero-focus-transition {
  display: contents !important;
}

.page-container,
.hero-section > .hero-shell,
.focus-section > .focus-layout,
.tech-section > .tech-layout,
.criteria-section > .criteria-header,
.criteria-section > .criteria-layout,
.experience-section > .experience-layout,
.anatomy-section > .section-heading,
.anatomy-section > .anatomy-workbench,
.route-section .route-layout,
.news-section > .news-header,
.final-cta-section > .final-cta-content,
.differentials-section > .section-heading,
.differentials-section > .diff-grid {
  width: min(98vw, 1640px) !important;
  max-width: 1640px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: clamp(16px, 2.5vw, 40px) !important;
  padding-right: clamp(16px, 2.5vw, 40px) !important;
  box-sizing: border-box !important;
}

.hero-section,
.focus-section,
.tech-section,
.criteria-section,
.experience-section,
.anatomy-section {
  position: sticky !important;
  top: 0 !important;
  min-height: 100svh !important;
  overflow: hidden !important;
  background-color: #ffffff !important;
}

.hero-section {
  z-index: 1 !important;
}

.focus-section {
  z-index: 2 !important;
}

.tech-section {
  z-index: 3 !important;
}

.criteria-section {
  z-index: 4 !important;
}

.experience-section {
  z-index: 5 !important;
}

.anatomy-section {
  z-index: 6 !important;
}

.route-section {
  position: relative !important;
  z-index: 7 !important;
}

.news-section {
  position: relative !important;
  z-index: 8 !important;
}

.final-cta-section {
  position: relative !important;
  z-index: 9 !important;
}

.hero-section > .hero-shell,
.focus-section > .focus-layout,
.tech-section > .tech-layout,
.experience-section > .experience-layout {
  min-height: calc(100svh - (clamp(4rem, 7vh, 6.5rem) * 2)) !important;
}

.focus-section {
  margin-top: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.focus-section::before {
  content: none !important;
}

.tech-section {
  padding-top: clamp(4rem, 7vh, 6.5rem) !important;
}

.criteria-section > .criteria-header {
  margin-bottom: clamp(2rem, 4vh, 3rem) !important;
}

.news-section {
  min-height: auto !important;
}

.final-cta-content {
  padding-right: clamp(16px, 2.5vw, 40px) !important;
}

@media (max-width: 1100px) {
  .section-title,
  .focus-copy h2,
  .tech-copy h2,
  .criteria-header h2,
  .criteria-title,
  .experience-copy h2,
  .section-heading h2,
  .anatomy-section .section-heading h2,
  .news-header h2,
  .final-cta-content h2,
  .route-visual h2,
  .differentials-section .section-heading h2 {
    font-size: clamp(2.55rem, 6vw, 4.8rem) !important;
  }
}

@media (max-width: 900px) {
  .page-container,
  .hero-section > .hero-shell,
  .focus-section > .focus-layout,
  .tech-section > .tech-layout,
  .criteria-section > .criteria-header,
  .criteria-section > .criteria-layout,
  .experience-section > .experience-layout,
  .anatomy-section > .section-heading,
  .anatomy-section > .anatomy-workbench,
  .route-section .route-layout,
  .news-section > .news-header,
  .final-cta-section > .final-cta-content,
  .differentials-section > .section-heading,
  .differentials-section > .diff-grid {
    width: min(98vw, 760px) !important;
    padding-left: clamp(16px, 4vw, 28px) !important;
    padding-right: clamp(16px, 4vw, 28px) !important;
  }
}

@media (max-width: 768px) {
  .hero-section,
  .focus-section,
  .tech-section,
  .criteria-section,
  .experience-section,
  .anatomy-section {
    position: relative !important;
    min-height: auto !important;
    overflow: hidden !important;
  }

  .section,
  .focus-section,
  .tech-section,
  .criteria-section,
  .experience-section,
  .anatomy-section,
  .news-section,
  .final-cta-section {
    padding-top: clamp(3.75rem, 7vh, 5rem) !important;
    padding-bottom: clamp(3.75rem, 7vh, 5rem) !important;
  }
}

@media (max-width: 560px) {
  .section-title,
  .focus-copy h2,
  .tech-copy h2,
  .criteria-header h2,
  .criteria-title,
  .experience-copy h2,
  .section-heading h2,
  .anatomy-section .section-heading h2,
  .news-header h2,
  .final-cta-content h2,
  .route-visual h2,
  .differentials-section .section-heading h2 {
    font-size: clamp(2.35rem, 11vw, 3.45rem) !important;
    letter-spacing: -0.05em !important;
  }

  .page-container,
  .hero-section > .hero-shell,
  .focus-section > .focus-layout,
  .tech-section > .tech-layout,
  .criteria-section > .criteria-header,
  .criteria-section > .criteria-layout,
  .experience-section > .experience-layout,
  .anatomy-section > .section-heading,
  .anatomy-section > .anatomy-workbench,
  .route-section .route-layout,
  .news-section > .news-header,
  .final-cta-section > .final-cta-content,
  .differentials-section > .section-heading,
  .differentials-section > .diff-grid {
    width: 100% !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}

.hero-focus-transition .focus-section,
body .focus-section {
  position: sticky !important;
  top: 0 !important;
  z-index: 2 !important;
}

@media (max-width: 768px) {
  .hero-focus-transition .focus-section,
  body .focus-section {
    position: relative !important;
    min-height: auto !important;
  }
}

/* Performance and mobile hierarchy pass */
@media (max-width: 768px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  img,
  video,
  svg {
    max-width: 100%;
  }

  .site-header.navbar.site-nav {
    top: 0.55rem !important;
    width: calc(100% - 1rem) !important;
    min-height: 54px !important;
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr) auto !important;
    gap: 0.45rem !important;
    padding: 0.42rem 0.5rem !important;
    border-radius: 1.45rem !important;
    background: rgba(255, 255, 255, 0.88) !important;
    box-shadow:
      0 12px 32px rgba(46, 146, 200, 0.1),
      inset 0 1px 0 rgba(255, 255, 255, 0.74) !important;
    backdrop-filter: blur(10px) saturate(1.05) !important;
    -webkit-backdrop-filter: blur(10px) saturate(1.05) !important;
  }

  .site-header.navbar.site-nav .brand {
    grid-column: auto !important;
    min-width: max-content;
  }

  .site-header.navbar.site-nav .brand img {
    height: 32px !important;
    max-width: 104px !important;
  }

  .site-header.navbar.site-nav .nav {
    grid-column: auto !important;
    order: 0 !important;
    min-width: 0;
    justify-content: flex-start !important;
    gap: 0.25rem !important;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .site-header.navbar.site-nav .nav::-webkit-scrollbar {
    display: none;
  }

  .site-header.navbar.site-nav .nav a {
    flex: 0 0 auto;
    white-space: nowrap;
    padding: 0.4rem 0.52rem !important;
    font-size: 0.72rem !important;
    line-height: 1;
  }

  .nav-actions {
    grid-column: auto !important;
    gap: 0.32rem !important;
    min-width: max-content;
  }

  .site-header.navbar.site-nav .nav-whatsapp {
    min-height: 34px !important;
    padding: 0 0.64rem !important;
    font-size: 0.72rem !important;
  }

  .site-header.navbar.site-nav .language-toggle {
    width: 34px !important;
    height: 34px !important;
  }

  .language-menu {
    right: 0 !important;
  }

  .hero-section > .hero-shell {
    min-height: auto !important;
    padding-top: clamp(6.5rem, 18vh, 8rem) !important;
    padding-bottom: clamp(3rem, 8vh, 4.5rem) !important;
  }

  .hero-section .hero-title,
  .hero-editorial .hero-title {
    font-size: clamp(3rem, 12vw, 5rem) !important;
    line-height: 0.95 !important;
    letter-spacing: -0.052em !important;
    max-width: 9ch !important;
  }

  .section-title,
  .focus-copy h2,
  .tech-copy h2,
  .criteria-header h2,
  .criteria-title,
  .experience-copy h2,
  .section-heading h2,
  .anatomy-section .section-heading h2,
  .news-header h2,
  .final-cta-content h2,
  .route-visual h2,
  .differentials-section .section-heading h2 {
    font-size: clamp(2.6rem, 10vw, 4rem) !important;
    line-height: 0.98 !important;
    letter-spacing: -0.05em !important;
  }

  .hero-subtitle,
  .focus-copy p,
  .tech-copy > p,
  .criteria-header p,
  .experience-copy p,
  .section-heading p,
  .news-header p,
  .final-cta-content p,
  .route-step p,
  .tech-value p,
  .diff-item span,
  .anatomy-panel p {
    font-size: clamp(1rem, 3.6vw, 1.15rem) !important;
    line-height: 1.65 !important;
  }

  .hero-cta,
  .button,
  .glass-button,
  .final-cta-button {
    min-height: 44px !important;
    padding: 0 1rem !important;
  }

  .hero-section::after {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.9) 48%, rgba(255, 255, 255, 0.4) 76%, rgba(255, 255, 255, 0.08) 100%),
      url("assets/images/hero-bet.png") center bottom / cover no-repeat !important;
  }

  .tech-section {
    min-height: 88svh !important;
    padding-top: clamp(4rem, 8vh, 5.5rem) !important;
    padding-bottom: clamp(4rem, 8vh, 5.5rem) !important;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.94) 48%, rgba(255, 255, 255, 0.55) 100%),
      url("assets/images/bet-images.png") right center / cover no-repeat !important;
  }

  .experience-section {
    min-height: 82svh !important;
    padding-top: clamp(4rem, 8vh, 5.5rem) !important;
    padding-bottom: clamp(4rem, 8vh, 5.5rem) !important;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.92) 48%, rgba(255, 255, 255, 0.5) 100%),
      url("assets/images/experiencia-bet.png") center bottom / cover no-repeat !important;
  }

  .final-cta-section {
    background-size: cover !important;
    background-position: center !important;
  }

  .focus-visual,
  .criteria-video-card,
  .criteria-card,
  .anatomy-map,
  .anatomy-panel,
  .route-step,
  .news-card,
  .diff-item,
  .tech-value,
  .experience-stat {
    border-radius: 1.25rem !important;
    box-shadow: 0 12px 28px rgba(15, 23, 32, 0.08) !important;
  }

  .focus-visual,
  .criteria-card,
  .anatomy-panel,
  .news-card,
  .site-header.navbar.site-nav,
  .final-cta-button {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  .tech-values,
  .experience-stats,
  .diff-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0.75rem !important;
  }

  .tech-value,
  .experience-stat,
  .diff-item,
  .product-mini {
    padding: 1rem !important;
  }

  .tech-value h3,
  .diff-item strong {
    font-size: 0.98rem !important;
    line-height: 1.2 !important;
  }

  .experience-stat strong {
    font-size: clamp(1.2rem, 5vw, 1.7rem) !important;
  }

  .criteria-layout,
  .anatomy-workbench {
    gap: 1rem !important;
  }

  .criteria-video-card,
  .criteria-card {
    height: auto !important;
    min-height: 300px !important;
  }

  .criteria-video-card video {
    min-height: 300px !important;
    object-fit: cover !important;
  }

  .criteria-card {
    padding: 1.25rem !important;
  }

  .criteria-content {
    padding-right: 3.15rem !important;
  }

  .criteria-card h3 {
    font-size: clamp(1.7rem, 7vw, 2.45rem) !important;
  }

  .route-section {
    height: auto !important;
  }

  .route-sticky {
    position: relative !important;
    min-height: auto !important;
    height: auto !important;
    overflow: visible !important;
    padding-block: 4rem !important;
  }

  .route-layout {
    height: auto !important;
    grid-template-columns: 1fr !important;
    gap: 2rem !important;
  }

  .route-steps {
    gap: 0.85rem !important;
  }

  .route-step {
    min-height: auto !important;
    grid-template-columns: 42px 54px minmax(0, 1fr) 18px !important;
    gap: 0.7rem !important;
    padding: 0.9rem !important;
    opacity: 1 !important;
    transform: none !important;
  }

  .route-icon {
    width: 52px !important;
    height: 52px !important;
    border-width: 4px !important;
  }

  .route-step h3 {
    font-size: 1rem !important;
    margin-bottom: 0.25rem !important;
  }

  .route-step p {
    font-size: 0.84rem !important;
    line-height: 1.45 !important;
  }

  .anatomy-workbench {
    grid-template-columns: 1fr !important;
  }

  .anatomy-map {
    min-height: 430px !important;
    padding: 1rem !important;
  }

  .anatomy-panel {
    padding: 1.1rem !important;
  }

  .news-section {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .news-carousel {
    width: 100vw !important;
    margin-left: 50% !important;
    transform: translateX(-50%) !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .news-carousel::-webkit-scrollbar {
    display: none;
  }

  .news-track {
    gap: 0.85rem !important;
    width: max-content !important;
    padding-inline: 1rem !important;
    animation: none !important;
  }

  .news-card {
    flex: 0 0 min(78vw, 280px) !important;
    scroll-snap-align: center;
  }

  .news-card:hover {
    transform: translateY(-4px) scale(1.012) !important;
  }

  .news-card img {
    height: 150px !important;
  }

  .news-card-body {
    padding: 1rem !important;
  }

  .news-card h3 {
    font-size: 1rem !important;
    line-height: 1.22 !important;
  }

  .news-card p {
    font-size: 0.82rem !important;
    line-height: 1.45 !important;
  }

  .reveal,
  .route-step,
  .criteria-card,
  .news-card {
    transition-duration: 0.22s !important;
  }
}

@media (min-width: 560px) and (max-width: 768px) {
  .criteria-layout {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    align-items: stretch !important;
  }

  .criteria-video-card,
  .criteria-card {
    min-height: 340px !important;
  }
}

@media (max-width: 480px) {
  .site-header.navbar.site-nav {
    width: calc(100% - 0.75rem) !important;
    padding: 0.38rem 0.44rem !important;
  }

  .site-header.navbar.site-nav .brand img {
    height: 30px !important;
    max-width: 96px !important;
  }

  .site-header.navbar.site-nav .nav-whatsapp {
    min-height: 32px !important;
    padding: 0 0.52rem !important;
  }

  .site-header.navbar.site-nav .language-toggle {
    width: 32px !important;
    height: 32px !important;
  }

  .hero-section .hero-title,
  .hero-editorial .hero-title {
    font-size: clamp(2.75rem, 12vw, 4.2rem) !important;
  }

  .section-title,
  .focus-copy h2,
  .tech-copy h2,
  .criteria-header h2,
  .criteria-title,
  .experience-copy h2,
  .section-heading h2,
  .anatomy-section .section-heading h2,
  .news-header h2,
  .final-cta-content h2,
  .route-visual h2,
  .differentials-section .section-heading h2 {
    font-size: clamp(2.35rem, 11vw, 3.35rem) !important;
  }

  .hero-subtitle {
    max-width: 23rem !important;
  }

  .route-step {
    grid-template-columns: 36px minmax(0, 1fr) 18px !important;
  }

  .route-icon {
    display: none !important;
  }
}

@media (max-width: 380px) {
  .tech-values,
  .experience-stats,
  .diff-grid {
    grid-template-columns: 1fr !important;
  }

  .site-header.navbar.site-nav .brand img {
    max-width: 88px !important;
  }
}

@media (max-width: 768px) {
  .news-track {
    animation: none !important;
  }

  .hero-spline-background {
    display: none !important;
  }
}

.criteria-title-mobile-line,
.criteria-mobile-media {
  display: none;
}

@media (max-width: 768px) {
  .hero-section::after {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.88) 46%, rgba(255, 255, 255, 0.38) 72%, rgba(255, 255, 255, 0.06) 100%),
      url("assets/images%20cel/hero-cel.png") center bottom / cover no-repeat !important;
  }

  .tech-section {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.92) 42%, rgba(255, 255, 255, 0.5) 100%),
      url("assets/images%20cel/tecnologia-precisi%C3%B3n.png") center bottom / cover no-repeat !important;
  }

  .experience-section {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.9) 44%, rgba(255, 255, 255, 0.48) 100%),
      url("assets/images%20cel/confianza-medica.png") center bottom / cover no-repeat !important;
  }

  .criteria-section {
    min-height: auto !important;
    padding: 4rem 0 !important;
    background: #ffffff !important;
  }

  .criteria-section > .criteria-header,
  .criteria-section > .criteria-layout {
    width: 100% !important;
    max-width: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .criteria-header {
    margin-bottom: 0 !important;
  }

  .criteria-header .eyebrow {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: #168bd1 !important;
    font-size: 0.78rem !important;
    letter-spacing: 0.22em !important;
    font-weight: 700 !important;
    text-transform: uppercase;
  }

  .criteria-header .eyebrow::before {
    content: "";
    width: 2.1rem;
    height: 2px;
    flex: 0 0 auto;
    border-radius: 999px;
    background: #168bd1;
  }

  .criteria-title {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 1.8rem !important;
    color: #06142b !important;
    font-size: clamp(2.65rem, 9.8vw, 4.2rem) !important;
    line-height: 0.95 !important;
    letter-spacing: -0.065em !important;
  }

  .criteria-title-desktop-line {
    display: none !important;
  }

  .criteria-title-mobile-line {
    display: block !important;
    white-space: nowrap !important;
  }

  .criteria-header p {
    max-width: 100% !important;
    margin-top: 1.5rem !important;
    color: #5f6673 !important;
    font-size: clamp(1rem, 4vw, 1.25rem) !important;
    line-height: 1.55 !important;
  }

  .criteria-layout {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    align-items: stretch !important;
    gap: 0.75rem !important;
    margin-top: 2rem !important;
  }

  .criteria-video-card,
  .criteria-card {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 1 / 1.35 !important;
    border-radius: 1.25rem !important;
    overflow: hidden !important;
  }

  .criteria-video-card {
    background: #eef7fb !important;
    box-shadow: none !important;
  }

  .criteria-video-card::after,
  .criteria-video-card video {
    display: none !important;
  }

  .criteria-mobile-media {
    display: block !important;
    width: 100%;
    height: 100%;
  }

  .criteria-mobile-media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
  }

  .criteria-card {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 1rem !important;
    background:
      linear-gradient(145deg, rgba(22, 147, 165, 0.96), rgba(81, 193, 166, 0.92)) !important;
    color: #ffffff !important;
    box-shadow: none !important;
  }

  .criteria-number,
  .criteria-controls {
    display: none !important;
  }

  .criteria-content {
    position: relative;
    z-index: 2;
    max-width: none !important;
    padding: 0 !important;
  }

  .criteria-card h3 {
    margin: 0 0 0.75rem !important;
    color: #ffffff !important;
    font-size: clamp(1.45rem, 5.6vw, 2.25rem) !important;
    line-height: 0.95 !important;
    letter-spacing: -0.04em !important;
  }

  .criteria-card p {
    margin: 0 !important;
    color: rgba(255, 255, 255, 0.86) !important;
    font-size: clamp(0.82rem, 2.9vw, 0.98rem) !important;
    line-height: 1.45 !important;
  }
}

/* Ruta step refinement */
.route-steps {
  padding-left: 1.6rem;
}

.route-step {
  grid-template-columns: 54px 92px minmax(0, 1fr) !important;
  transition:
    opacity 0.35s ease,
    transform 0.35s ease,
    background 0.35s ease,
    color 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}

.route-step::before {
  display: block !important;
  left: -0.25rem !important;
  width: 0.9rem !important;
  height: 0.9rem !important;
  border-radius: 999px !important;
  background: var(--bet-blue, #2e92c8) !important;
  box-shadow:
    0 0 0 4px #ffffff,
    0 0 0 7px rgba(46, 146, 200, 0.16) !important;
  transform: translate(-50%, -50%) !important;
}

.route-step::after,
.route-arrow {
  display: none !important;
  content: none !important;
}

.route-step.is-active {
  color: #ffffff;
  background: var(--bet-blue, #2e92c8) !important;
  border-color: rgba(46, 146, 200, 0.32);
  box-shadow: 0 28px 76px rgba(46, 146, 200, 0.22);
}

.route-step.is-active::before {
  background: var(--bet-blue, #2e92c8) !important;
  box-shadow:
    0 0 0 4px #ffffff,
    0 0 0 8px rgba(46, 146, 200, 0.2) !important;
}

.route-step.is-active .route-number,
.route-step.is-active .route-icon,
.route-step.is-active h3,
.route-step.is-active p {
  color: #ffffff !important;
}

.route-step.is-active .route-icon {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.28);
  box-shadow: none;
}

.route-step.is-active p {
  opacity: 0.86;
}

.route-step.is-future {
  background: rgba(255, 255, 255, 0.94) !important;
}

.route-step.is-past {
  background: rgba(255, 255, 255, 0.88) !important;
}

@media (max-width: 1180px) {
  .route-step {
    grid-template-columns: 48px 78px minmax(0, 1fr) !important;
  }
}

@media (max-height: 820px) and (min-width: 901px) {
  .route-step {
    grid-template-columns: 44px 68px minmax(0, 1fr) !important;
  }
}

@media (max-width: 620px) {
  .route-step {
    grid-template-columns: auto minmax(0, 1fr) !important;
  }

  .route-copy {
    grid-column: 2 !important;
  }
}

@media (max-width: 480px) {
  .route-step {
    grid-template-columns: 36px minmax(0, 1fr) !important;
  }
}

/* Newsletter and Contact parallax gap */
main {
  position: relative;
  isolation: isolate;
  background: #ffffff;
}

.anatomy-section {
  position: relative !important;
  top: auto !important;
  z-index: 6 !important;
  overflow: hidden !important;
  background-color: #ffffff !important;
  transform: translateZ(0);
}

.differentials-section {
  position: relative !important;
  z-index: 7 !important;
  background: #ffffff !important;
}

.route-section {
  position: relative !important;
  z-index: 8 !important;
  background: #ffffff !important;
}

.route-sticky {
  z-index: 1 !important;
  background: #ffffff !important;
}

.news-section,
.final-cta-section {
  position: relative !important;
  z-index: 10 !important;
  overflow: hidden !important;
  isolation: isolate;
  background: #ffffff !important;
  background-image: none !important;
}

.bet-parallax-gap {
  height: clamp(280px, 42vh, 520px);
  position: relative !important;
  z-index: 9 !important;
  overflow: hidden !important;
  background:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.16) 0%,
      rgba(255, 255, 255, 0.04) 48%,
      rgba(255, 255, 255, 0.12) 100%
    ),
    url("assets/images/fondo-bet.png") center center / cover no-repeat;
  background-attachment: fixed;
}

.news-section::before,
.news-section::after,
.final-cta-section::before,
.final-cta-section::after {
  content: none !important;
  display: none !important;
}

.news-section > .news-header,
.news-section > .news-carousel,
.final-cta-section > .final-cta-content {
  position: relative !important;
  z-index: 2 !important;
}

@media (max-width: 768px) {
  .bet-parallax-gap {
    height: clamp(240px, 36vh, 380px);
    background:
      linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.14) 0%,
        rgba(255, 255, 255, 0.04) 50%,
        rgba(255, 255, 255, 0.16) 100%
      ),
      url("assets/images/fondo-bet.png") center center / cover no-repeat;
    background-attachment: scroll !important;
  }
}

/* Anatomy explorer: real skeleton imagery and lightweight interactions */
.anatomy-section,
.anatomy-workbench,
.anatomy-map,
.anatomy-panel {
  isolation: isolate;
}

.anatomy-map {
  padding: clamp(5.8rem, 9vw, 7rem) clamp(1rem, 2vw, 1.5rem) clamp(1.25rem, 2vw, 1.75rem) !important;
}

.map-toolbar {
  width: auto;
  right: 1.4rem;
  align-items: center;
  grid-template-columns: minmax(0, 1fr) auto;
  flex-wrap: wrap;
}

.map-toolbar > div:first-child {
  display: grid;
  gap: 0.12rem;
}

.anatomy-view-toggle {
  display: inline-flex;
  gap: 0.28rem;
  padding: 0.24rem;
  border: 1px solid rgba(11, 136, 166, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
}

.anatomy-view-toggle button {
  min-height: 32px;
  border: 0;
  border-radius: 999px;
  padding: 0 0.78rem;
  color: #4d6670;
  background: transparent;
  cursor: pointer;
  font-family: var(--bet-sans, "Poppins", sans-serif);
  font-size: 0.78rem;
  font-weight: 800;
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.anatomy-view-toggle button:hover,
.anatomy-view-toggle button:focus-visible {
  color: #062f3a;
}

.anatomy-view-toggle button.is-active {
  color: #ffffff;
  background: #0b88a6;
}

.anatomy-care-link {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.85rem;
  border: 1px solid rgba(76, 185, 211, 0.28);
  border-radius: 999px;
  color: #ffffff;
  background: rgba(11, 136, 166, 0.32);
  font-size: 0.78rem;
  font-weight: 800;
  text-decoration: none;
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.anatomy-care-link:hover,
.anatomy-care-link:focus-visible {
  border-color: rgba(76, 185, 211, 0.54);
  background: rgba(11, 136, 166, 0.5);
  transform: translateY(-1px);
}

.anatomy-view-toggle button:focus-visible,
.bone-target:focus-visible {
  outline: 3px solid rgba(76, 185, 211, 0.36);
  outline-offset: 3px;
}

.anatomy-skeleton-stage {
  width: min(100%, 560px);
  aspect-ratio: 1341 / 1029;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin: 0 auto;
  border-radius: 28px;
  background:
    radial-gradient(circle at 50% 44%, rgba(76, 185, 211, 0.12), transparent 58%),
    rgba(255, 255, 255, 0.42);
  transform-style: preserve-3d;
}

.anatomy-skeleton-stage.is-rotating {
  animation: anatomySkeletonTurn 380ms cubic-bezier(0.22, 1, 0.36, 1);
}

.anatomy-skeleton-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transition: opacity 220ms ease;
  user-select: none;
  pointer-events: none;
}

.anatomy-hotspots {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.bone-target {
  width: 18px;
  height: 18px;
  position: absolute;
  left: var(--bone-x);
  top: var(--bone-y);
  z-index: 3;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 999px;
  background: #0b88a6;
  box-shadow:
    0 0 0 6px rgba(11, 136, 166, 0.12),
    0 12px 24px rgba(6, 47, 58, 0.12);
  cursor: pointer;
  pointer-events: auto;
  transform: translate(-50%, -50%);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.bone-target:hover {
  box-shadow:
    0 0 0 8px rgba(76, 185, 211, 0.16),
    0 16px 28px rgba(6, 47, 58, 0.15);
  transform: translate(-50%, -50%) scale(1.12);
}

.bone-target.is-active {
  width: 22px;
  height: 22px;
  background: #4cb9d3;
  box-shadow:
    0 0 0 7px rgba(76, 185, 211, 0.2),
    0 18px 34px rgba(11, 136, 166, 0.18);
}

.anatomy-panel .eyebrow {
  color: #0b88a6;
}

.anatomy-area {
  display: block;
  margin: -0.25rem 0 0.9rem;
  color: #4cb9d3;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.anatomy-product-image {
  width: min(100%, 22rem);
  max-height: 13rem;
  display: block;
  object-fit: contain;
  margin: 1rem 0 0.4rem;
  padding: 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.08);
}

.anatomy-product-image[hidden],
.anatomy-document-link[hidden] {
  display: none !important;
}

#bone-benefits {
  display: grid;
  gap: 0.55rem;
  padding-left: 1.1rem;
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.55;
}

.anatomy-document-link {
  margin-bottom: 0.75rem;
}

.product-mini {
  content-visibility: auto;
  contain-intrinsic-size: 96px;
}

.anatomy-section {
  content-visibility: auto;
  contain-intrinsic-size: 900px;
}

@keyframes anatomySkeletonTurn {
  from {
    opacity: 0;
    transform: rotateY(8deg) scale(0.98);
  }

  to {
    opacity: 1;
    transform: rotateY(0deg) scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .anatomy-skeleton-stage.is-rotating,
  .bone-target,
  .anatomy-view-toggle button {
    animation: none !important;
    transition-duration: 0.01ms !important;
  }
}

@media (max-width: 768px) {
  .map-toolbar {
    position: relative !important;
    inset: auto !important;
    width: 100%;
    grid-template-columns: 1fr;
    gap: 0.8rem;
    margin-bottom: 1rem;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  .anatomy-map {
    min-height: auto !important;
    padding: 1rem !important;
  }

  .anatomy-skeleton-stage {
    width: min(100%, 360px);
    border-radius: 22px;
  }

  .anatomy-view-toggle {
    width: 100%;
  }

  .anatomy-view-toggle button {
    flex: 1;
  }

  .anatomy-care-link {
    width: 100%;
  }

  .anatomy-panel {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }
}

/* Care and follow-up page */
.care-page {
  color: #062f3a;
  background:
    radial-gradient(circle at 12% 4%, rgba(76, 185, 211, 0.2), transparent 30rem),
    linear-gradient(180deg, #ffffff 0%, #eef8fa 48%, #ffffff 100%);
}

.care-hero,
.care-shell {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
}

.care-hero {
  min-height: 74vh;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.42fr);
  gap: clamp(1rem, 4vw, 3rem);
  align-items: end;
  padding: clamp(1.2rem, 4vw, 2rem) 0 clamp(2rem, 7vw, 5rem);
}

.care-brand {
  position: absolute;
  top: 1.3rem;
  left: max(1rem, calc((100vw - 1180px) / 2));
}

.care-brand img {
  width: 132px;
  height: auto;
}

.care-hero h1 {
  max-width: 820px;
  margin: 0.35rem 0 1rem;
  color: #062f3a;
  font-family: var(--bet-display, "Hammersmith One", sans-serif);
  font-size: clamp(3rem, 7.2vw, 6.7rem);
  line-height: 0.9;
  letter-spacing: 0;
}

.care-hero p {
  max-width: 720px;
  color: #4d6670;
  font-size: clamp(1rem, 1.6vw, 1.2rem);
  line-height: 1.7;
}

.care-disclaimer {
  padding: clamp(1rem, 2vw, 1.35rem);
  border: 1px solid rgba(11, 136, 166, 0.18);
  border-radius: 1rem;
  color: #244853;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 24px 70px rgba(6, 47, 58, 0.08);
  line-height: 1.65;
}

.care-shell {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  padding-bottom: clamp(3rem, 8vw, 6rem);
}

.care-card,
.care-faq,
.care-cta {
  border: 1px solid rgba(11, 136, 166, 0.12);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 22px 60px rgba(6, 47, 58, 0.08);
}

.care-card {
  padding: clamp(1.1rem, 2.4vw, 1.6rem);
}

.care-card > span {
  color: #0b88a6;
  font-size: 0.78rem;
  font-weight: 900;
}

.care-card h2,
.care-faq h2,
.care-cta h2 {
  margin: 0.35rem 0 0.75rem;
  color: #062f3a;
  font-family: var(--bet-display, "Hammersmith One", sans-serif);
  font-size: clamp(1.55rem, 2.6vw, 2.2rem);
  letter-spacing: 0;
}

.care-card p,
.care-card li,
.care-faq p,
.care-cta p {
  color: #4d6670;
  line-height: 1.68;
}

.care-card ul {
  display: grid;
  gap: 0.45rem;
  margin: 1rem 0 0;
  padding-left: 1.15rem;
}

.care-alert {
  border-color: rgba(11, 136, 166, 0.22);
}

.care-wide,
.care-faq,
.care-cta {
  grid-column: 1 / -1;
}

.care-note {
  padding: 0.85rem 1rem;
  border-radius: 0.8rem;
  background: rgba(76, 185, 211, 0.1);
}

.care-product-list,
.care-docs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1rem;
}

.care-product-list span,
.care-docs a {
  padding: 0.55rem 0.75rem;
  border: 1px solid rgba(11, 136, 166, 0.14);
  border-radius: 999px;
  color: #0b5668;
  background: rgba(255, 255, 255, 0.84);
  font-size: 0.86rem;
  font-weight: 800;
  text-decoration: none;
}

.care-docs a {
  color: #ffffff;
  background: #0b88a6;
}

.care-faq,
.care-cta {
  padding: clamp(1.2rem, 3vw, 2rem);
}

.care-faq details {
  border-top: 1px solid rgba(11, 136, 166, 0.12);
  padding: 1rem 0;
}

.care-faq summary {
  color: #062f3a;
  cursor: pointer;
  font-weight: 900;
}

.care-cta {
  display: grid;
  gap: 1rem;
  text-align: center;
  place-items: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(76, 185, 211, 0.18), transparent 28rem),
    #ffffff;
}

.care-cta div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}

@media (max-width: 768px) {
  .care-hero {
    min-height: auto;
    grid-template-columns: 1fr;
    padding-top: 7rem;
  }

  .care-brand {
    left: 1rem;
  }

  .care-shell {
    grid-template-columns: 1fr;
  }
}
