:root {
  --blue: #1c54db;
  --navy: #1c284a;
  --navy-deep: #1c284a;
  --night: #1c284a;
  --mint: #9cf9b1;
  --mint-soft: #bbe4c6;
  --paper: #f2f2f0;
  --paper-soft: #f8f8f6;
  --wash: #f8f8f6;
  --wash-strong: #f2f2f0;
  --white: #ffffff;
  --muted: #596176;
  --ink-muted: #596176;
  --muted-strong: #777f91;
  --line: rgba(28, 40, 74, 0.16);
  --line-dark: rgba(255, 255, 255, 0.18);
  --max: 1160px;
  --shadow: 0 24px 70px rgba(28, 40, 74, 0.12);
  --radius-card: 18px;
  --step-0: clamp(0.98rem, 0.3vw + 0.92rem, 1.06rem);
  --step-1: clamp(1.08rem, 0.42vw + 0.98rem, 1.2rem);
  --step-2: clamp(1.28rem, 0.62vw + 1.08rem, 1.48rem);
  --section-title: clamp(2.2rem, 2.35vw + 1.1rem, 2.85rem);
  --section-title-tight: clamp(2rem, 1.8vw + 1.1rem, 2.55rem);
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  background:
    linear-gradient(180deg, rgba(28, 84, 219, 0.08), rgba(156, 249, 177, 0.08) 300px, rgba(255, 255, 255, 0) 540px),
    var(--paper);
  color: var(--navy);
  font-family: Sora, "Segoe UI", Arial, sans-serif;
  line-height: 1.55;
  overflow-x: clip;
}

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

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

button,
input,
textarea {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: minmax(150px, 240px) minmax(0, 1fr);
  align-items: center;
  column-gap: clamp(24px, 4vw, 72px);
  min-height: 78px;
  padding: 10px clamp(18px, 4vw, 46px);
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(28, 40, 74, 0.1);
  backdrop-filter: blur(16px);
}

.brand {
  flex: 0 0 auto;
  width: clamp(132px, 15vw, 178px);
}

.site-nav {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  column-gap: clamp(28px, 4vw, 56px);
  color: var(--navy);
  font-size: 0.9rem;
  font-weight: 750;
}

.nav-links,
.nav-actions {
  display: flex;
  align-items: center;
}

.nav-links {
  justify-content: flex-end;
  gap: clamp(24px, 3.2vw, 42px);
}

.nav-actions {
  justify-content: flex-end;
  gap: 18px;
}

.site-nav a {
  padding: 6px 0;
  text-align: center;
  white-space: nowrap;
}

.case-nav {
  column-gap: clamp(28px, 4vw, 56px);
}

.case-nav a {
  width: auto;
  justify-self: auto;
  text-align: left;
}

.case-nav .is-active {
  color: var(--blue);
}

.language-switch {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 64px;
  padding: 0 8px !important;
  border: 0;
  background: transparent;
  color: var(--blue);
  font-size: 0.82rem;
  font-weight: 800;
}

.language-switch:hover,
.language-switch:focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.nav-cta {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 210px;
  padding: 0 20px !important;
  background: var(--navy-deep);
  border: 1px solid var(--navy-deep);
  border-radius: 6px;
  color: var(--white);
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1.1;
  box-shadow: 0 14px 28px rgba(23, 33, 63, 0.2);
  white-space: nowrap;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.nav-cta:hover,
.nav-cta:focus-visible {
  background: #101a34;
  box-shadow: 0 16px 34px rgba(23, 33, 63, 0.25);
  transform: translateY(-1px);
}

.menu-toggle {
  display: none;
}

.hero,
.section,
.proof-strip,
.authority-inner,
.contact,
.faq,
.site-footer {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.92fr);
  gap: clamp(30px, 5.2vw, 68px);
  align-items: center;
  min-height: calc(62svh - 76px);
  padding: clamp(34px, 5vw, 62px) 0 clamp(46px, 6vw, 72px);
}

.hero::before {
  position: absolute;
  top: 7%;
  right: -2%;
  z-index: 0;
  width: min(46%, 620px);
  height: 78%;
  background: linear-gradient(180deg, rgba(28, 84, 219, 0.22), rgba(156, 249, 177, 0.2));
  clip-path: polygon(0 0, 100% 0, 100% 84%, 28% 84%, 28% 100%, 0 100%);
  content: "";
  opacity: 0.34;
  pointer-events: none;
}

.hero-copy,
.hero-visual {
  position: relative;
  z-index: 1;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--blue);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1 {
  max-width: 820px;
  margin-bottom: 18px;
  font-size: clamp(2.65rem, 5.35vw, 4.45rem);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: 0;
}

h1 span {
  display: inline-block;
  padding: 0 0.08em 0.04em;
  background: var(--navy);
  color: var(--mint-soft);
}

h1 span small {
  font-size: 0.58em;
}

h2 {
  margin-bottom: 0;
  font-size: var(--section-title);
  font-weight: 800;
  line-height: 1.07;
}

h3 {
  margin-bottom: 8px;
  font-size: var(--step-2);
  line-height: 1.22;
}

.lead {
  max-width: 680px;
  margin-bottom: 10px;
  color: #566176;
  font-size: clamp(1rem, 1.55vw, 1.22rem);
  font-weight: 400;
}

.sublead {
  max-width: 690px;
  margin-bottom: 24px;
  color: var(--muted);
  font-size: clamp(1rem, 1.35vw, 1.1rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.hero-actions span {
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 600;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 13px 24px;
  border: 1px solid transparent;
  border-radius: 6px;
  cursor: pointer;
  font-size: 0.96rem;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.hero-actions .button {
  width: auto;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.primary {
  background: var(--navy-deep);
  color: var(--white);
  box-shadow: 0 18px 42px rgba(23, 33, 63, 0.2);
}

.secondary {
  background: var(--white);
  color: var(--navy);
  border-color: var(--line);
}

.mint {
  background: var(--mint);
  color: var(--navy);
  box-shadow: none;
}

.hero-visual {
  aspect-ratio: 1 / 1;
  background: var(--navy);
  overflow: hidden;
  box-shadow: var(--shadow);
  isolation: isolate;
}

.hero-visual::before {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    radial-gradient(circle at center, rgba(28, 40, 74, 0.04), rgba(28, 40, 74, 0.42) 62%, rgba(14, 20, 38, 0.82)),
    linear-gradient(135deg, rgba(28, 84, 219, 0.18), rgba(156, 249, 177, 0.15));
  content: "";
}

.hero-visual::after {
  position: absolute;
  inset: 28px;
  z-index: 4;
  border: 1px solid rgba(156, 249, 177, 0.42);
  content: "";
}

.scene {
  position: absolute;
  inset: 0;
  width: 116%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  opacity: 0;
  transform: translateX(0) scale(1.05);
  animation: scene 4.8s linear infinite;
}

.scene:nth-child(2) { animation-delay: 0.8s; }
.scene:nth-child(3) { animation-delay: 1.6s; }
.scene:nth-child(4) { animation-delay: 2.4s; }
.scene:nth-child(5) { animation-delay: 3.2s; }
.scene:nth-child(6) { animation-delay: 4s; }

.hero-mark {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  width: min(68%, 390px);
  max-width: none;
  filter: drop-shadow(0 18px 34px rgba(0, 0, 0, 0.48));
  transform: translate(-50%, -50%);
}

@keyframes scene {
  0% { opacity: 0; transform: translateX(0) scale(1.05); }
  12% { opacity: 1; }
  48% { opacity: 1; }
  66% { opacity: 0; }
  100% { opacity: 0; transform: translateX(-8%) scale(1.1); }
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-bottom: clamp(36px, 6vw, 64px);
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  overflow: hidden;
}

.proof-metric,
.client-logos {
  background: var(--paper-soft);
}

.proof-metric {
  padding: 22px;
}

.proof-metric strong {
  display: block;
  color: var(--blue);
  font-size: clamp(1.55rem, 2.8vw, 2.2rem);
  line-height: 1;
}

.proof-stat-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

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

.proof-link {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  align-self: center;
  padding: 0 11px;
  border: 1px solid rgba(28, 84, 219, 0.24);
  border-radius: 999px;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 850;
  line-height: 1;
  transform: translateY(1px);
}

.proof-link:hover,
.proof-link:focus-visible {
  background: rgba(28, 84, 219, 0.08);
}

.client-logos {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: clamp(16px, 2.6vw, 34px);
  align-items: center;
  padding: 22px 26px;
}

.client-logos img,
.other-logo {
  width: 100%;
  height: 34px;
  padding: 0;
  object-fit: contain;
  background: transparent;
  border: 0;
  filter: grayscale(1) contrast(0.9);
  opacity: 0.7;
}

.other-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(28, 40, 74, 0.52);
  font-size: clamp(1.05rem, 1.4vw, 1.4rem);
  font-weight: 850;
  letter-spacing: 0;
  text-transform: lowercase;
}

.client-logos img[alt="Aporta Breca"] {
  filter: none;
  opacity: 0.72;
}

.client-logos img[alt="Clínica Internacional"],
.client-logos img[alt="Clinica Internacional"],
.client-logos img[alt="TASA"] {
  height: 32px;
}

.section {
  padding: clamp(48px, 6.4vw, 72px) 0;
}

.section-intro {
  max-width: 820px;
  margin-bottom: clamp(28px, 3.8vw, 40px);
}

.section-intro.wide {
  max-width: 900px;
}

.section-intro p:not(.eyebrow),
.panel-head > p {
  max-width: 720px;
  margin-top: 14px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: var(--step-1);
  line-height: 1.58;
}

.diagnostic {
  background: var(--paper-soft);
  box-shadow: 0 0 0 100vmax var(--paper-soft);
  clip-path: inset(0 -100vmax);
}

.signals-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
}

.signals-grid article,
.signals-grid aside {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 18px;
  padding: 24px 26px;
  border-top: 1px solid rgba(28, 40, 74, 0.2);
}

.signals-grid > :nth-child(-n + 2) {
  border-top: 0;
}

.signals-grid > :nth-child(even) {
  border-left: 1px solid rgba(28, 40, 74, 0.16);
}

.signals-grid span {
  display: inline-flex;
  align-items: flex-start;
  color: var(--blue);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.2;
}

.signals-grid h3 {
  max-width: 520px;
  margin-bottom: 10px;
  font-size: clamp(1.18rem, 0.55vw + 1rem, 1.35rem);
  line-height: 1.22;
}

.signals-grid span {
  color: var(--blue);
  font-weight: 800;
}

.signals-grid article h3,
.signals-grid article p {
  grid-column: 2;
}

.signals-grid p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: var(--step-0);
  line-height: 1.58;
}

.signals-grid aside {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  justify-content: stretch;
  min-height: 176px;
  border-top-color: rgba(28, 84, 219, 0.55);
}

.signals-grid aside p {
  color: var(--navy);
  font-size: clamp(1.52rem, 1.15vw + 1.08rem, 1.88rem);
  font-weight: 800;
  line-height: 1.14;
}

.signals-grid aside a {
  color: var(--blue);
  font-size: clamp(1.05rem, 0.45vw + 0.95rem, 1.18rem);
  font-weight: 800;
}

.signals-grid aside .signals-secondary-link {
  color: var(--navy);
  font-size: 0.96rem;
  font-weight: 750;
  opacity: 0.82;
}

.signals-grid aside .signals-secondary-link:hover,
.signals-grid aside .signals-secondary-link:focus-visible {
  color: var(--blue);
  opacity: 1;
}

.signals-grid aside .signals-case-button {
  display: inline-flex;
  width: fit-content;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid rgba(28, 84, 219, 0.26);
  border-radius: 999px;
  background: var(--paper);
  color: var(--blue);
  font-size: clamp(0.95rem, 0.3vw + 0.88rem, 1.05rem);
  font-weight: 850;
  line-height: 1;
}

.signals-grid aside .signals-case-button:hover,
.signals-grid aside .signals-case-button:focus-visible {
  background: rgba(28, 84, 219, 0.08);
}

.work-panel {
  padding-top: clamp(44px, 6vw, 64px);
}

.panel-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.46fr);
  gap: clamp(24px, 6vw, 64px);
  align-items: end;
  padding: clamp(28px, 3.6vw, 38px);
  background: linear-gradient(135deg, rgba(28, 84, 219, 0.09), rgba(156, 249, 177, 0.2));
  border: 1px solid rgba(28, 84, 219, 0.18);
  border-bottom: 0;
  border-radius: var(--radius-card) var(--radius-card) 0 0;
}

.panel-head h2 {
  font-size: var(--section-title-tight);
}

.segments {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  background: var(--line);
  border: 1px solid rgba(28, 84, 219, 0.18);
  border-radius: 0 0 var(--radius-card) var(--radius-card);
  overflow: hidden;
}

.segments article {
  min-height: 176px;
  padding: 24px 22px;
  background: var(--paper-soft);
}

.segments h3 {
  font-size: var(--step-1);
}

.segments p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.5;
}

.cases {
  background: var(--white);
  box-shadow: 0 0 0 100vmax var(--white);
  clip-path: inset(0 -100vmax);
}

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

.case-row {
  display: grid;
  grid-template-columns: minmax(220px, 0.42fr) minmax(0, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.case-title,
.case-compare > div {
  background: var(--paper-soft);
}

.case-title {
  padding: clamp(24px, 3vw, 32px);
}

.case-title span,
.case-compare small,
.routes-grid article > span,
.route-summary-grid article > span,
.routes-mobile-cards article > span,
.awards span {
  display: block;
  margin-bottom: 12px;
  color: var(--blue);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.routes-grid article > .route-note-long {
  font-size: clamp(0.68rem, 0.8vw, 0.76rem);
  letter-spacing: 0;
  white-space: nowrap;
}

.case-title h3 {
  font-size: clamp(1.55rem, 1.5vw + 1rem, 1.95rem);
  line-height: 1.14;
}

.case-compare {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 1px;
}

.case-compare > div {
  padding: clamp(24px, 3vw, 32px);
}

.case-compare p {
  margin-bottom: 0;
  color: var(--navy);
  font-size: var(--step-1);
  font-weight: 650;
  line-height: 1.5;
}

.case-compare .finding {
  background: color-mix(in srgb, var(--mint) 46%, var(--paper-soft));
}

.authority {
  padding: clamp(52px, 7vw, 76px) 0;
  background: var(--navy);
  color: var(--white);
}

.authority-inner {
  display: grid;
  grid-template-columns: 150px minmax(0, 0.92fr) minmax(280px, 0.84fr);
  gap: clamp(24px, 5vw, 56px);
  align-items: center;
}

.authority img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  object-position: 50% 40%;
  border: 3px solid var(--mint);
  border-radius: 50%;
}

.authority .eyebrow,
.authority .awards span {
  color: var(--mint);
}

.authority p {
  color: rgba(255, 255, 255, 0.78);
}

.awards {
  display: grid;
  gap: 12px;
}

.awards article {
  padding: 18px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid var(--line-dark);
  border-radius: var(--radius-card);
}

.awards p {
  margin-bottom: 0;
  font-size: 0.9rem;
}

.route-summary-grid {
  display: grid;
  grid-template-columns: 27% repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-bottom: clamp(20px, 3vw, 28px);
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  overflow: hidden;
  align-items: stretch;
}

.route-summary-label {
  display: flex;
  min-width: 0;
  min-height: 178px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: clamp(22px, 3vw, 30px);
  background: rgba(248, 248, 246, 0.74);
  color: var(--muted);
  text-align: left;
}

.route-summary-label strong {
  color: var(--navy);
  font-size: clamp(1.3rem, 0.8vw + 1.04rem, 1.58rem);
  font-weight: 900;
  line-height: 1.08;
}

.route-summary-label span {
  margin-top: 6px;
  color: var(--blue);
  font-size: 0.84rem;
  font-weight: 850;
  line-height: 1.3;
  text-transform: uppercase;
}

.route-summary-grid article,
.routes-mobile-cards article {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: clamp(26px, 3vw, 34px);
  background: var(--white);
}

.route-summary-grid article {
  min-height: 178px;
  padding-top: clamp(54px, 4vw, 62px);
}

.routes h2 {
  font-size: var(--section-title-tight);
}

.route-summary-grid h3,
.routes-mobile-cards h3 {
  margin-bottom: 7px;
  font-size: clamp(1.58rem, 1.05vw + 1.18rem, 1.96rem);
  line-height: 1.05;
}

.route-service-name {
  margin-bottom: 10px;
  color: var(--blue) !important;
  font-size: 0.94rem !important;
  font-weight: 900;
  line-height: 1.18 !important;
  text-transform: uppercase;
}

.route-summary-grid .featured,
.routes-mobile-cards .featured {
  background:
    linear-gradient(135deg, rgba(156, 249, 177, 0.32), rgba(28, 84, 219, 0.08)),
    var(--white);
  color: var(--navy);
  box-shadow: inset 0 0 0 2px rgba(28, 84, 219, 0.28);
}

.route-summary-grid .featured span,
.routes-mobile-cards .featured span,
.routes-mobile-cards .featured dt {
  color: var(--blue);
}

.route-summary-grid .featured .route-service-name,
.routes-mobile-cards .featured .route-service-name {
  color: var(--blue) !important;
}

.route-summary-grid p,
.routes-mobile-cards p,
.routes-mobile-cards dd {
  color: var(--muted);
  font-size: clamp(1rem, 0.2vw + 0.94rem, 1.08rem);
  line-height: 1.55;
}

.route-summary-grid .featured p,
.routes-mobile-cards .featured p,
.routes-mobile-cards .featured dd {
  color: var(--muted);
}

.route-summary-grid small,
.routes-mobile-cards small {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  min-height: 24px;
  margin-bottom: 12px;
  padding: 5px 9px;
  background: var(--mint);
  border-radius: 2px;
  color: var(--navy);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.route-summary-grid small {
  position: absolute;
  top: clamp(18px, 2vw, 22px);
  left: clamp(18px, 2.5vw, 26px);
  margin-bottom: 0;
}

.routes-mobile-cards small {
  margin-bottom: 10px;
}

.route-choice-guide {
  display: grid;
  grid-template-columns: 27% repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-bottom: clamp(20px, 3vw, 28px);
  overflow: hidden;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
}

.route-choice-label {
  min-width: 0;
  padding: 18px clamp(16px, 2.5vw, 22px);
  background: rgba(248, 248, 246, 0.74);
}

.route-choice-label strong {
  display: block;
  color: var(--navy);
  font-size: 0.98rem;
  font-weight: 850;
  line-height: 1.3;
}

.route-choice-label span {
  display: block;
  margin-top: 4px;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 850;
  line-height: 1.3;
  text-transform: uppercase;
}

.route-choice-guide p {
  margin: 0;
  padding: 18px clamp(16px, 2.5vw, 22px);
  background: rgba(248, 248, 246, 0.74);
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.45;
}

.route-choice-guide strong {
  display: block;
  margin-bottom: 4px;
  color: var(--navy);
  font-weight: 850;
}

.routes-comparison-wrap {
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow);
}

.routes-comparison {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.routes-comparison caption {
  caption-side: bottom;
  padding: 16px clamp(18px, 3vw, 26px);
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.46;
  text-align: left;
}

.routes-comparison th,
.routes-comparison td {
  padding: 18px clamp(14px, 2vw, 22px);
  border-bottom: 1px solid rgba(28, 40, 74, 0.14);
  vertical-align: middle;
}

.routes-comparison thead th {
  background: rgba(248, 248, 246, 0.72);
  color: var(--navy);
  font-size: 1rem;
  line-height: 1.22;
  text-align: left;
}

.routes-comparison thead th strong {
  display: block;
  margin-bottom: 5px;
  color: inherit;
  font-size: 1.08rem;
  font-weight: 900;
  line-height: 1.14;
}

.routes-comparison thead th:first-child,
.routes-comparison tbody th,
.routes-comparison tfoot th {
  width: 27%;
}

.routes-comparison thead th span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.3;
}

.routes-comparison tbody th,
.routes-comparison tfoot th {
  color: var(--navy);
  font-size: 0.98rem;
  line-height: 1.38;
  text-align: left;
}

.routes-comparison td {
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.38;
  text-align: center;
}

.routes-comparison .plan-express {
  background: rgba(28, 84, 219, 0.055);
  color: var(--navy);
  border-right: 1px solid rgba(28, 84, 219, 0.2);
  border-left: 1px solid rgba(28, 84, 219, 0.2);
  border-bottom-color: rgba(28, 84, 219, 0.16);
}

.routes-comparison thead .plan-express {
  background: var(--navy);
  color: var(--white);
  border-right-color: var(--navy);
  border-left-color: var(--navy);
  border-bottom-color: var(--navy);
}

.routes-comparison thead .plan-express span {
  color: rgba(255, 255, 255, 0.78);
}

.included {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: rgba(156, 249, 177, 0.28);
  border-radius: 999px;
  color: var(--blue);
  font-size: 1.06rem;
  font-weight: 900;
}

.routes-comparison .plan-express .included {
  background: var(--mint);
  color: var(--navy);
}

.not-included {
  color: rgba(89, 97, 118, 0.42);
  font-size: 1.28rem;
  font-weight: 700;
}

.routes-comparison .plan-express .not-included {
  color: rgba(89, 97, 118, 0.42);
}

.routes-comparison tfoot th,
.routes-comparison tfoot td {
  border-bottom: 0;
}

.routes-comparison tfoot .button {
  width: 100%;
  min-height: 48px;
  padding-right: 14px;
  padding-left: 14px;
  white-space: normal;
}

.route-reassurance {
  width: 100%;
  max-width: none;
  margin: 16px 0 0;
  padding: 16px clamp(18px, 3vw, 24px);
  background: linear-gradient(90deg, rgba(156, 249, 177, 0.34), rgba(156, 249, 177, 0.12));
  border-top: 3px solid var(--blue);
  color: var(--navy);
  font-size: 0.98rem;
  font-weight: 720;
  line-height: 1.45;
}

.routes-mobile-cards {
  display: none;
}

.routes-mobile-cards {
  gap: 14px;
}

.routes-mobile-cards article {
  min-height: auto;
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
}

.routes-mobile-cards dl {
  display: grid;
  gap: 1px;
  margin: 14px 0 22px;
  background: rgba(28, 40, 74, 0.12);
}

.routes-mobile-cards dl div {
  display: grid;
  grid-template-columns: minmax(108px, 0.34fr) minmax(0, 1fr);
  gap: 14px;
  padding: 14px 0;
  background: var(--white);
}

.routes-mobile-cards .featured dl {
  background: rgba(28, 84, 219, 0.14);
}

.routes-mobile-cards .featured dl div {
  background: transparent;
}

.routes-mobile-cards dt {
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.routes-mobile-cards dd {
  margin: 0;
}

.routes-mobile-cards .button {
  width: 100%;
  margin-top: auto;
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 0.74fr);
  gap: clamp(32px, 5vw, 56px);
  align-items: start;
  padding: clamp(52px, 7vw, 78px) 0;
}

.routes + .contact {
  padding-top: clamp(28px, 4vw, 42px);
}

.contact h2 {
  font-size: var(--section-title-tight);
}

.contact-copy p {
  color: var(--muted);
  font-size: var(--step-1);
  line-height: 1.56;
}

.contact-copy ul {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  color: var(--muted);
  font-size: var(--step-0);
  font-weight: 650;
}

.contact-copy li::before {
  margin-right: 9px;
  color: var(--blue);
  content: "✓";
  font-weight: 800;
}

.contact-form {
  display: grid;
  gap: 18px;
  padding: clamp(26px, 3.6vw, 36px);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow);
}

.simple-whatsapp {
  gap: 14px;
  max-width: 468px;
  padding: clamp(24px, 3vw, 30px);
  background: rgba(242, 242, 240, 0.9);
  border-color: rgba(28, 40, 74, 0.12);
  border-radius: 18px;
  box-shadow: none;
}

.simple-form-kicker {
  display: block;
  color: rgba(89, 97, 118, 0.72);
  font-size: 0.82rem;
  font-weight: 850;
  text-transform: uppercase;
}

.contact-form.simple-whatsapp label {
  display: block;
  gap: 0;
  font-size: inherit;
}

.contact-form.simple-whatsapp input,
.contact-form.simple-whatsapp textarea {
  min-height: 49px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.62);
  border-color: rgba(28, 40, 74, 0.12);
  border-radius: 11px;
  font-size: 0.98rem;
  font-weight: 500;
}

.contact-form.simple-whatsapp textarea {
  min-height: 86px;
}

.simple-whatsapp .button {
  min-height: 51px;
  margin-top: 0;
  border-radius: 11px;
}

.form-header {
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.form-header span,
.message-preview span {
  display: block;
  margin-bottom: 8px;
  color: var(--blue);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.form-header h3 {
  margin-bottom: 8px;
  font-size: clamp(1.45rem, 1.6vw + 1rem, 1.9rem);
  line-height: 1.18;
}

.form-header p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: var(--step-0);
  line-height: 1.5;
}

.intent-field {
  display: grid;
  gap: 10px;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.intent-field legend {
  margin-bottom: 2px;
  color: var(--navy);
  font-size: 0.94rem;
  font-weight: 800;
}

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

.intent-button {
  min-height: 44px;
  padding: 11px 12px;
  background: var(--paper-soft);
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--navy);
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 750;
  line-height: 1.16;
  text-align: left;
}

.intent-button:hover,
.intent-button:focus-visible {
  border-color: rgba(28, 84, 219, 0.48);
  outline: 0;
}

.intent-button.is-selected {
  background: rgba(156, 249, 177, 0.5);
  border-color: rgba(28, 84, 219, 0.34);
  box-shadow: inset 0 0 0 1px rgba(28, 84, 219, 0.12);
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--navy);
  font-size: 0.94rem;
  font-weight: 800;
}

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

.contact-form input,
.contact-form textarea {
  width: 100%;
  min-width: 0;
  padding: 14px 14px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 4px;
  color: var(--navy);
  resize: vertical;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(91, 101, 121, 0.62);
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--blue);
  outline: 3px solid rgba(28, 84, 219, 0.16);
}

.message-preview {
  padding: 16px 16px;
  background: linear-gradient(135deg, rgba(28, 84, 219, 0.07), rgba(156, 249, 177, 0.2));
  border: 1px solid rgba(28, 84, 219, 0.16);
}

.message-preview p {
  margin-bottom: 0;
  color: var(--navy);
  font-size: var(--step-0);
  font-weight: 650;
  line-height: 1.45;
}

.direct-whatsapp {
  justify-self: center;
  color: var(--blue);
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.contact-form .button {
  width: 100%;
}

.form-note {
  min-height: 20px;
  margin: 0;
  color: var(--blue);
  font-size: 0.88rem;
  font-weight: 750;
}

.faq {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-bottom: clamp(56px, 8vw, 86px);
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  overflow: hidden;
}

.faq details {
  padding: 22px;
  background: var(--paper-soft);
}

.faq summary {
  cursor: pointer;
  font-weight: 800;
}

.faq p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  align-items: center;
  justify-content: space-between;
  padding: 34px 0 44px;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.site-footer img {
  width: 142px;
}

.site-footer p {
  max-width: 430px;
  margin-bottom: 0;
  font-size: 0.9rem;
}

.site-footer div {
  display: flex;
  gap: 18px;
  color: var(--blue);
  font-weight: 800;
}

.site-nav .social-links {
  display: none;
}

.section-panel {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
}

.button-primary {
  background: var(--navy);
  color: var(--white);
}

.case-library-page {
  background: transparent;
}

.case-back-link {
  padding-top: clamp(18px, 3vw, 28px);
}

.case-back-link a {
  display: inline-flex;
  align-items: center;
  color: var(--blue);
  font-size: 0.9rem;
  font-weight: 850;
}

.case-library-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: clamp(28px, 5vw, 52px);
  align-items: start;
  margin-top: 18px;
  margin-bottom: 0;
  padding: clamp(34px, 5vw, 64px) 0 clamp(28px, 4vw, 44px);
  background: transparent;
  border: 0;
}

.case-library-hero h1 {
  max-width: 780px;
  margin-bottom: 22px;
}

.case-library-hero p:not(.eyebrow) {
  max-width: 760px;
  margin-top: 8px;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.66;
}

.case-library-note {
  padding: clamp(20px, 3vw, 28px);
  background: color-mix(in srgb, var(--line) 32%, var(--paper));
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  box-shadow: none;
}

.case-library-note p {
  margin: 0;
  color: var(--muted);
  font-size: 0.96rem;
  font-weight: 650;
  line-height: 1.56;
}

.cases-overview > span {
  display: block;
  margin-bottom: 18px;
  color: var(--muted-strong);
  font-size: 0.72rem;
  font-weight: 850;
  text-transform: uppercase;
}

.overview-metric {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  gap: 14px;
  align-items: center;
}

.overview-metric strong {
  display: block;
  color: var(--blue);
  font-size: 1.9rem;
  line-height: 1;
}

.overview-metric p {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.35;
}

.overview-block {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.overview-block small {
  display: block;
  margin-bottom: 10px;
  color: var(--muted-strong);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.overview-teams small {
  margin-bottom: 8px;
  color: var(--navy);
  font-size: 0.94rem;
  font-weight: 900;
}

.case-library-note .overview-teams .overview-teams-list {
  color: var(--muted);
  font-size: 0.68rem !important;
  font-weight: 400 !important;
  line-height: 1.48;
}

.overview-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.overview-tags span {
  padding: 5px 11px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--navy);
  font-size: 0.78rem;
  font-weight: 700;
}

.case-confidentiality {
  padding: 18px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.case-confidentiality p {
  max-width: 900px;
  margin: 0;
  color: var(--muted-strong);
  font-size: 0.86rem;
}

.experiments-section {
  padding: clamp(28px, 5vw, 48px) 0 clamp(48px, 7vw, 76px);
}

.experiments-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 20px;
  align-items: start;
  background: transparent;
  border: 0;
  counter-reset: case-card;
}

.icon-sprite {
  display: none;
}

.experiment-card {
  display: flex;
  height: auto;
  min-height: 0;
  flex-direction: column;
  overflow: hidden;
  padding: 0;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  box-shadow: none;
  counter-increment: case-card;
}

.experiment-card-header {
  display: block;
  min-height: 112px;
  margin-bottom: 0;
  padding: 24px 26px 0;
}

.experiment-icon {
  display: none;
}

.experiment-icon svg {
  width: 31px;
  height: 31px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
}

.experiment-sector {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 11px;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 750;
  text-transform: uppercase;
}

.experiment-sector::before {
  color: var(--blue);
  content: counter(case-card, decimal-leading-zero);
  font-size: 0.82rem;
  font-weight: 850;
}

.experiment-card h2 {
  max-width: 720px;
  min-height: 58px;
  margin-bottom: 0;
  font-size: clamp(1.25rem, 1.2vw + 1rem, 1.48rem);
  line-height: 1.18;
}

.experiment-problem {
  min-height: 50px;
  margin: 4px 26px 16px;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

.experiment-detail {
  order: 4;
  padding-right: 18px;
  padding-left: 18px;
  border-top: 1px solid var(--line);
}

.experiment-detail summary {
  position: relative;
  display: flex;
  min-height: auto;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 32px 14px 0;
  color: var(--navy);
  cursor: pointer;
  font-size: 0.88rem;
  font-weight: 900;
  list-style: none;
  text-transform: uppercase;
}

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

.experiment-detail summary::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 22px;
  height: 22px;
  color: var(--blue);
  content: "+";
  font-size: 1.25rem;
  line-height: 1;
  text-align: center;
  transform: translateY(-50%);
}

.experiment-detail[open] summary::after {
  content: "-";
}

.experiment-detail p {
  margin: 0;
  padding: 0 0 20px;
  color: var(--navy);
  font-size: 0.9rem;
  line-height: 1.54;
}

.experiment-detail-result {
  order: 3;
  margin: 0 20px 4px;
  padding: 14px 16px;
  min-height: 116px;
  background: color-mix(in srgb, var(--mint) 42%, var(--paper));
  border: 0;
  border-radius: 12px;
  box-shadow: inset 0 0 0 1px rgba(28, 40, 74, 0.1);
}

.experiment-detail-result summary {
  min-height: auto;
  margin-bottom: 7px;
  padding: 0;
  cursor: default;
  font-size: 0.68rem;
  line-height: 1.2;
  pointer-events: none;
}

.experiment-detail-result summary::after {
  display: none !important;
  content: none;
}

.experiment-detail-result[open] summary::after {
  display: none !important;
  content: none;
}

.experiment-detail-result p {
  color: var(--navy);
  padding: 0;
  font-size: 0.94rem;
  font-weight: 650;
  line-height: 1.4;
}

.case-sector-note {
  margin-bottom: clamp(24px, 4vw, 36px);
}

.case-sector-note p {
  margin: 0;
  padding: clamp(20px, 3vw, 28px);
  background: var(--paper-soft);
  border: 1px solid var(--line);
  border-left: 4px solid var(--blue);
  color: var(--navy);
  font-size: clamp(1.08rem, 2vw, 1.42rem);
  font-weight: 850;
  line-height: 1.34;
}

.case-library-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  margin-bottom: clamp(56px, 8vw, 92px);
  padding: clamp(24px, 4vw, 36px);
  background: var(--navy);
  border: 1px solid var(--navy);
  border-radius: var(--radius-card);
  color: var(--white);
}

.case-library-cta .eyebrow {
  color: var(--mint);
}

.case-library-cta h2 {
  max-width: 820px;
  margin-bottom: 0;
  color: var(--white);
  font-size: clamp(1.72rem, 3vw, 2.6rem);
}

.case-library-cta .button {
  min-height: 50px;
  border-radius: 999px;
  background: var(--mint);
  color: var(--navy);
  box-shadow: none;
}

@media (max-width: 1040px) {
  .brand {
    width: clamp(128px, 15vw, 160px);
  }

  .site-nav {
    column-gap: 20px;
    font-size: 0.84rem;
  }

  .nav-links {
    gap: 22px;
  }

  .nav-actions {
    gap: 12px;
  }

  .language-switch {
    min-width: 58px;
    font-size: 0.78rem;
  }

  .nav-cta {
    min-width: 190px;
    padding-right: 16px !important;
    padding-left: 16px !important;
    font-size: 0.84rem;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero-visual {
    max-width: 560px;
  }

  .proof-strip {
    grid-template-columns: repeat(3, 1fr);
  }

  .client-logos {
    grid-column: 1 / -1;
  }

  .segments {
    grid-template-columns: repeat(2, 1fr);
  }

  .authority-inner,
  .contact {
    grid-template-columns: 1fr;
  }

  .case-library-hero,
  .case-library-cta {
    grid-template-columns: 1fr;
  }

  .authority img {
    width: 132px;
    height: 132px;
  }
}

@media (max-width: 960px) {
  .site-nav {
    position: fixed;
    top: 72px;
    right: 0;
    left: 0;
    display: none;
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 14px 20px 22px;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
  }

  body.nav-open .site-nav {
    display: flex;
  }

  .nav-links,
  .nav-actions {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }

  .site-nav a {
    justify-self: stretch;
    padding: 13px 0;
    text-align: left;
  }

  .nav-cta {
    justify-content: center;
    width: 100%;
    margin-top: 8px;
  }

  .language-switch {
    width: 100%;
  }

  .menu-toggle {
    display: inline-flex;
    width: 44px;
    height: 44px;
    flex-direction: column;
    gap: 5px;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 1px solid var(--line);
    border-radius: 4px;
  }

  .menu-toggle span {
    width: 18px;
    height: 2px;
    background: var(--navy);
  }

  .section-intro,
  .panel-head,
  .case-row,
  .case-compare {
    grid-template-columns: 1fr;
  }

  .signals-grid,
  .routes-grid,
  .experiments-grid,
  .faq {
    grid-template-columns: 1fr;
  }

  .routes-comparison {
    table-layout: auto;
  }

  .routes-comparison th,
  .routes-comparison td {
    padding: 16px 14px;
  }

  .routes-comparison thead th:first-child,
  .routes-comparison tbody th,
  .routes-comparison tfoot th {
    width: 24%;
  }

  .route-summary-grid,
  .route-choice-guide {
    grid-template-columns: 24% repeat(3, minmax(0, 1fr));
  }

  .route-summary-label,
  .route-summary-grid article {
    min-height: 158px;
    padding: 50px 18px 22px;
  }

  .route-summary-label {
    padding: 22px 18px;
  }

  .route-summary-grid h3 {
    font-size: clamp(1.26rem, 1.9vw, 1.52rem);
  }

  .route-service-name {
    font-size: 0.8rem !important;
  }

  .route-summary-grid small {
    top: 16px;
    left: 18px;
    padding: 4px 7px;
    font-size: 0.62rem;
  }

  .signals-grid > :nth-child(even) {
    border-left: 0;
  }

  .signals-grid > :nth-child(2) {
    border-top: 1px solid rgba(28, 40, 74, 0.2);
  }

  .signals-grid aside {
    grid-template-columns: 1fr;
    align-items: flex-start;
  }

  .signals-grid aside .signals-case-button {
    margin-top: 10px;
  }

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

  .segments article {
    min-height: auto;
  }
}

@media (max-width: 760px) {
  .route-summary-grid,
  .routes-comparison-wrap {
    display: none;
  }

  .route-choice-guide {
    grid-template-columns: 1fr;
  }

  .route-choice-label {
    display: none;
  }

  .routes-mobile-cards {
    display: grid;
  }
}

@media (max-width: 580px) {
  .hero,
  .section,
  .proof-strip,
  .authority-inner,
  .contact,
  .faq,
  .site-footer {
    width: min(var(--max), calc(100% - 28px));
  }

  .hero {
    padding-top: 30px;
  }

  h1 {
    font-size: 2.48rem;
  }

  h2 {
    font-size: 1.9rem;
  }

  .proof-strip {
    grid-template-columns: 1fr;
  }

  .client-logos {
    grid-template-columns: repeat(3, 1fr);
  }

  .signals-grid article {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .signals-grid article h3,
  .signals-grid article p {
    grid-column: auto;
  }

  .hero-actions .button,
  .routes-grid .button,
  .routes-mobile-cards .button,
  .contact-form .button {
    width: 100%;
  }

  .routes-mobile-cards small {
    position: static;
    width: fit-content;
    margin-bottom: 8px;
  }

  .routes-mobile-cards dl div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .intent-grid,
  .form-row {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }

  .scene:first-child {
    opacity: 1;
  }
}
