:root {
  --eh-bg: #fbfaf7;
  --eh-surface: #ffffff;
  --eh-surface-soft: #f3f6f8;
  --eh-dark: #0a1220;
  --eh-dark-2: #101a2b;
  --eh-line: rgba(10, 18, 32, 0.1);
  --eh-line-soft: rgba(251, 250, 247, 0.12);
  --eh-copy: #4a5567;
  --eh-copy-soft: rgba(251, 250, 247, 0.72);
}

body {
  background: var(--eh-bg);
}

.eh-hero,
.eh-what,
.eh-api,
.eh-who,
.eh-dossier,
.eh-cta {
  padding-top: 48px;
  padding-bottom: 48px;
}

.eh-hero {
  padding-top: 132px;
  padding-bottom: 84px;
}

.eh-hero__grid,
.eh-what__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(48px, 6vw, 88px);
  align-items: center;
}

.crumbs {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 30px;
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-mute);
}

.crumbs a {
  color: inherit;
}

.crumbs .dash {
  width: 18px;
  height: 1px;
  background: var(--line-strong);
}

.eh-hero__title {
  font-family: var(--f-display);
  font-size: clamp(54px, 7vw, 106px);
  line-height: 0.92;
  letter-spacing: -0.035em;
  margin: 0;
}

.eh-hero__title em,
.eh-what__title em,
.eh-benefits h2 em,
.eh-api__title em,
.eh-who__head h2 em,
.eh-cases h2 em,
.eh-dossier__pdf-title em,
.eh-cta h2 em {
  font-style: italic;
  color: var(--blue-ink);
}

.eh-hero__title em {
  color: var(--brand);
}

.eh-keys__title em {
  font-style: italic;
  color: #1d676c;
}

.eh-api__title em {
  color: #1d676c;
}

.eh-cases h2 em {
  color: #1ddbb7;
}

.eh-dossier h2 em {
  color: #1ddbb7;
}

.eh-hero__lede,
.eh-what__copy,
.eh-api__sub,
.eh-who__head p,
.eh-dossier p {
  font-size: 18px;
  line-height: 1.65;
  color: var(--eh-copy);
  max-width: 40ch;
}

.eh-hero__cta-row,
.eh-cta__btn-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 34px;
  justify-content: center;
  align-items: center;
}

.eh-hero__viz,
.eh-what__media {
  --eh-tilt-rx: 0deg;
  --eh-tilt-ry: 0deg;
  --eh-tilt-x: 0px;
  --eh-tilt-y: 0px;
  --eh-pointer-x: 50%;
  --eh-pointer-y: 50%;
  min-height: 560px;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  isolation: isolate;
  perspective: 1100px;
  background:
    radial-gradient(circle at 20% 20%, rgba(29, 219, 183, 0.18), transparent 35%),
    linear-gradient(180deg, #f8fbfc 0%, #eef5f6 100%);
  border: 1px solid rgba(29, 103, 108, 0.08);
  box-shadow: 0 35px 80px rgba(10, 18, 32, 0.08);
}

.eh-hero__viz[data-eh-tilt-hero] {
  overflow: visible;
}

.eh-hero__viz[data-eh-tilt-hero]::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 4;
  background: radial-gradient(circle at var(--eh-pointer-x) var(--eh-pointer-y), rgba(255, 255, 255, 0.42), transparent 42%);
  opacity: .62;
  pointer-events: none;
  mix-blend-mode: screen;
}

.eh-hero__tilt-layer,
.eh-hero__viz-canvas,
.eh-hero__objects,
.eh-hero__shield-particles {
  position: absolute;
  inset: 0;
}

.eh-hero__tilt-layer {
  z-index: 1;
  transform:
    translate3d(var(--eh-tilt-x), var(--eh-tilt-y), 0)
    rotateX(var(--eh-tilt-rx))
    rotateY(var(--eh-tilt-ry));
  transform-origin: 50% 50%;
  transform-style: preserve-3d;
  will-change: transform;
}

.eh-hero__viz-canvas {
  z-index: 1;
  border-radius: inherit;
  overflow: hidden;
}

.eh-hero__viz svg,
.eh-what__media svg {
  width: 100%;
  height: 100%;
  display: block;
}

.eh-hero__objects {
  z-index: 3;
  pointer-events: none;
}

.eh-hero__object {
  position: absolute;
  display: block;
  max-width: none;
  height: auto;
  user-select: none;
  pointer-events: auto;
  filter: drop-shadow(0 24px 28px rgba(10, 18, 32, 0.16));
  transform-origin: center;
  transition: transform .36s cubic-bezier(.2,.85,.25,1), filter .36s ease;
  will-change: transform, filter;
}

.eh-hero__object--car {
  left: -11%;
  bottom: -7%;
  z-index: 4;
  width: min(38vw, 272px);
}

.eh-hero__object--phone {
  left: 43%;
  bottom: 0;
  z-index: 5;
  width: min(18vw, 132px);
}

.eh-hero__object--suitcase {
  right: -5%;
  bottom: -4%;
  z-index: 4;
  width: min(22vw, 158px);
}

.eh-hero__object.is-shield-hot {
  filter: drop-shadow(0 30px 36px rgba(10, 18, 32, 0.22));
}

.eh-hero__object--car.is-shield-hot {
  transform: translate3d(0, -5px, 0) scale(1.018) rotate(-1deg);
}

.eh-hero__object--phone.is-shield-hot {
  transform: translate3d(0, -7px, 0) scale(1.026) rotate(1deg);
}

.eh-hero__object--suitcase.is-shield-hot {
  transform: translate3d(0, -6px, 0) scale(1.02) rotate(-.8deg);
}

.eh-hero__shield-particles {
  z-index: 6;
  overflow: visible;
  pointer-events: none;
}

.eh-hero__shield {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  width: var(--shield-size, 38px);
  height: var(--shield-size, 38px);
  background: url("assets/embedded-hero/escudo.png") center / contain no-repeat;
  opacity: 0;
  transform-origin: center;
  will-change: transform, opacity, filter;
  filter: drop-shadow(0 14px 16px rgba(10, 18, 32, 0.18));
}

.eh-benefits {
  margin-top: 30px;
  padding: 120px 0;
  background: var(--eh-dark);
  color: var(--bg);
  position: relative;
  overflow: hidden;
}

.eh-benefits__head {
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: flex-start;
  margin-bottom: 54px;
}

.eh-benefits__head > .eyebrow {
  margin: 0;
  color: #1ddbb7 !important;
}

.eh-benefits__head > .eyebrow::before {
  background: #1ddbb7 !important;
}

.eh-benefits__head > div:last-child {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.eh-what__title,
.eh-benefits__head h2,
.eh-api__title,
.eh-keys__title,
.eh-who__head h2,
.eh-cases h2,
.eh-dossier h2,
.eh-cta h2 {
  font-family: var(--f-display);
  font-weight: 400;
  font-size: clamp(38px, 4.2vw, 68px);
  line-height: 0.96;
  letter-spacing: -0.03em;
  margin: 0;
}

.eh-what__title {
  font-family: var(--f-display) !important;
  font-weight: 400 !important;
  font-size: 60px !important;
  line-height: 58px !important;
  letter-spacing: -0.03em !important;
  margin: 0;
}

.eh-what__title em {
  font-family: var(--f-display) !important;
  font-style: italic !important;
}

.eh-benefits__tabs {
  display: inline-flex;
  gap: 4px;
  padding: 5px;
  border-radius: 999px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.14);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.03);
}

.eh-benefits__head h2 em {
  color: #1ddbb7 !important;
}

.eh-benefits__tab {
  appearance: none;
  border: 0;
  border-radius: 999px;
  min-width: 188px;
  padding: 14px 24px;
  background: transparent;
  color: rgba(251, 250, 247, 0.64);
  font-family: var(--f-sans);
  font-size: 15px;
  line-height: 1;
  letter-spacing: -0.02em;
  text-transform: none;
  font-weight: 400;
  cursor: pointer;
  text-align: center;
  transition: background .25s ease, color .25s ease, transform .25s ease;
}

.eh-benefits__tab:hover {
  color: #ffffff;
}

.eh-benefits__tab.is-active {
  background: #1ddbb7 !important;
  color: #0a1220 !important;
  font-weight: 500;
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,0.08),
    0 0 0 1px rgba(29,219,183,0.14);
}

.eh-benefits__panels {
  position: relative;
}

.eh-benefits__panel {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  position: absolute;
  inset: 0;
  display: grid;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity .4s ease, transform .4s ease, visibility .4s ease;
}

.eh-benefits__panel.is-active {
  opacity: 1;
  visibility: visible;
  position: relative;
  transform: none;
}

.eh-benefits__panels {
  margin-top: 6px;
}

.eh-bcard {
  padding: 32px 28px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px;
  transition: all .35s ease;
  position: relative;
  overflow: hidden;
  min-height: 280px;
}

.eh-bcard::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 100% 0%, rgba(29,219,183,0.12), transparent 50%);
  opacity: 0;
  transition: opacity .35s ease;
}

.eh-bcard:hover {
  background: rgba(255,255,255,0.06);
  transform: translateY(-4px);
  border-color: rgba(29,219,183,0.4);
}

.eh-bcard:hover::before {
  opacity: 1;
}

.eh-bcard__num,
.eh-api__cell-num,
.eh-case__tag,
.eh-dossier__pdf-tag {
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #1ddbb7;
  margin-bottom: 24px;
  display: block;
}

.eh-bcard__icon,
.eh-api__cell-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 24px;
  color: #1ddbb7;
  border: 0;
  background: transparent;
}

.eh-bcard__icon svg,
.eh-api__cell-icon svg {
  width: 100%;
  height: 100%;
  stroke: currentColor;
  stroke-width: 1.4;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform .4s cubic-bezier(.2,.8,.2,1);
}

.eh-bcard:hover .eh-bcard__icon svg {
  transform: scale(1.08) rotate(-3deg);
}

.eh-bcard__title,
.eh-api__cell-title,
.eh-case__title,
.eh-pcard__title {
  font-family: var(--f-display);
  font-size: 22px;
  line-height: 1.15;
  letter-spacing: -0.015em;
  margin: 0 0 12px;
}

.eh-bcard__copy,
.eh-api__cell-copy,
.eh-case__copy,
.eh-pcard__copy {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(255,255,255,0.65);
}

.eh-who__head,
.eh-cases__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.8fr);
  gap: 38px;
  align-items: end;
  margin-bottom: 40px;
}

.eh-api {
  padding: 140px 0;
  background: var(--eh-bg);
  color: var(--ink);
}

.eh-api__head {
  margin-bottom: 80px;
  max-width: 720px;
  display: block;
}

.eh-api .eyebrow {
  color: var(--blue-ink);
}

.eh-api__title {
  font-family: var(--f-display);
  font-weight: 400;
  font-size: clamp(40px, 5.5vw, 72px);
  line-height: 1;
  letter-spacing: -0.015em;
  margin: 0;
  color: var(--ink);
}

.eh-api__title em {
  color: var(--blue-ink);
}

.eh-api__sub {
  margin-top: 24px;
  color: var(--eh-copy);
  font-size: 17px;
  line-height: 1.5;
  max-width: 56ch;
}

.eh-api__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--eh-line);
  border-left: 1px solid var(--eh-line);
}

.eh-api__cell {
  padding: 40px 32px;
  border-right: 1px solid var(--eh-line);
  border-bottom: 1px solid var(--eh-line);
  position: relative;
  transition: background .3s ease;
  min-height: 240px;
  cursor: default;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}

.eh-api__cell:hover {
  background: #ffffff;
}

.eh-api__cell-num {
  color: var(--ink-mute);
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.eh-api__cell-num .dash {
  width: 16px;
  height: 1px;
  background: var(--ink-mute);
}

.eh-api__cell-icon {
  position: absolute;
  top: 32px;
  right: 32px;
  width: 32px;
  height: 32px;
  margin: 0;
  color: var(--blue-ink);
  border: 0;
  background: transparent;
  opacity: 0.24;
  transition: opacity .3s ease, transform .3s ease;
}

.eh-api__cell:hover .eh-api__cell-icon {
  opacity: 1;
  transform: rotate(8deg) scale(1.05);
}

.eh-api__cell-icon svg {
  stroke: currentColor;
  stroke-width: 1.4;
  fill: none;
}

.eh-api__cell-title {
  font-size: 24px;
  line-height: 1.15;
  margin: 0 0 12px;
  color: var(--ink);
}

.eh-api__cell-copy {
  color: var(--eh-copy);
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}

.eh-keys {
  padding: 100px 0;
  background:
    linear-gradient(180deg, rgba(29, 103, 108, 0.04), rgba(29, 103, 108, 0.02)),
    var(--eh-bg);
}

.eh-keys__list {
  margin-top: 36px;
  border-top: 1px solid var(--eh-line);
}

.eh-key {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) minmax(0, 1.1fr) 40px;
  gap: 22px;
  align-items: start;
  padding: 22px 0;
  border-bottom: 1px solid var(--eh-line);
  cursor: pointer;
}

.eh-key__num {
  font-family: var(--f-mono);
  font-size: 11px;
  color: var(--ink-mute);
  letter-spacing: 0.14em;
}

.eh-key__title {
  font-family: var(--f-display);
  font-size: 34px;
  line-height: 0.96;
  letter-spacing: -0.025em;
}

.eh-key__copy-wrap {
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s ease;
}

.eh-key__copy {
  margin: 0;
  padding-right: 22px;
  color: var(--eh-copy);
  font-size: 15px;
  line-height: 1.6;
}

.eh-key__plus {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid var(--eh-line);
  border-radius: 50%;
  transition: transform .28s ease, background .28s ease;
}

.eh-key.is-open .eh-key__copy-wrap {
  max-height: 180px;
}

.eh-key.is-open .eh-key__plus {
  transform: rotate(45deg);
  background: rgba(29, 219, 183, 0.08);
}

.eh-who__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.eh-pcard {
  padding: 32px 24px;
  border-radius: 14px;
  border: 1px solid var(--eh-line);
  background: #ffffff;
  transition: transform .5s cubic-bezier(.2,.8,.2,1);
  position: relative;
  overflow: hidden;
  color: var(--ink);
  transform-origin: center bottom;
}

.eh-pcard::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--eh-dark);
  opacity: 0;
  transition: opacity .5s cubic-bezier(.2,.8,.2,1);
  z-index: 0;
}

.eh-pcard > * {
  position: relative;
  z-index: 1;
}

.eh-pcard:hover {
  transform: translateY(-8px) scale(1.018);
}

.eh-pcard:hover::after {
  opacity: 1;
}

.eh-pcard:hover * {
  color: #ffffff;
}

.eh-pcard__num {
  display: inline-block;
  margin-bottom: 18px;
  font-family: var(--f-mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  color: rgba(10,18,32,0.4);
}

.eh-pcard__shape {
  width: 100%;
  height: 90px;
  margin: 24px 0;
  color: #1ddbb7;
  transition: color .5s ease;
}

.eh-pcard:hover .eh-pcard__shape {
  color: #1ddbb7;
}

.eh-pcard__shape svg {
  width: 100%;
  height: 100%;
  display: block;
}

.eh-pcard:hover .eh-pcard__shape svg {
  animation: shape-pulse 1.6s cubic-bezier(.2,.8,.2,1);
}

@keyframes shape-pulse {
  0% { transform: scale(1); }
  40% { transform: scale(1.06); }
  100% { transform: scale(1); }
}

.eh-who__head h2 em {
  color: #1d676c;
}

.eh-cases {
  padding: 100px 0;
  background: var(--eh-dark);
  color: var(--bg);
}

.eh-cases__track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(320px, 34vw);
  gap: 24px;
  overflow-x: auto;
  padding: 6px 0 12px;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.eh-cases__track::-webkit-scrollbar {
  display: none;
}

.eh-case {
  border-radius: 26px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--eh-line-soft);
  transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease;
}

.eh-case__media {
  aspect-ratio: 4 / 3;
  background:
    radial-gradient(circle at 20% 20%, rgba(163, 231, 252, 0.2), transparent 30%),
    linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02));
}

.eh-case__body {
  padding: 24px;
}

.eh-case:hover {
  transform: translateY(-6px);
  border-color: rgba(29, 219, 183, 0.55);
  box-shadow: 0 16px 32px rgba(29, 219, 183, 0.08);
}

.eh-case__copy {
  color: rgba(251, 250, 247, 0.68);
}

.eh-cases__nav {
  display: inline-flex;
  justify-self: end;
  gap: 8px;
}

.eh-cases__nav button {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid var(--eh-line-soft);
  background: transparent;
  color: var(--bg);
  cursor: pointer;
  transition: background .24s ease, color .24s ease, transform .24s ease;
}

.eh-cases__nav button:hover {
  background: var(--blue-glow);
  color: var(--eh-dark);
  transform: translateY(-1px);
}

.eh-cases__progress {
  margin-top: 24px;
}

.eh-cases__progress-bar {
  width: 100%;
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.eh-cases__progress-fill {
  width: 20%;
  height: 100%;
  border-radius: inherit;
  background: var(--blue-glow);
  transition: width .25s ease;
}

.eh-dossier__inner {
  padding: clamp(34px, 5vw, 60px);
  border-radius: 32px;
  background: linear-gradient(180deg, var(--eh-dark-2), var(--eh-dark));
  color: var(--bg);
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 48px;
  align-items: center;
}

.eh-dossier p {
  color: rgba(251, 250, 247, 0.72);
}

.eh-dossier__btn-wrap {
  margin-top: 28px;
}

.eh-dossier__pdf {
  min-height: 420px;
  padding: 28px;
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.04)),
    repeating-linear-gradient(135deg, rgba(251,250,247,0.04) 0 2px, transparent 2px 12px);
  border: 1px solid rgba(255,255,255,0.1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease, background .35s ease;
}

.eh-dossier__pdf:hover {
  transform: translateY(-6px);
  border-color: rgba(29, 219, 183, 0.45);
  box-shadow: 0 18px 40px rgba(29, 219, 183, 0.12);
  background:
    linear-gradient(180deg, rgba(29,219,183,0.12), rgba(255,255,255,0.04)),
    repeating-linear-gradient(135deg, rgba(251,250,247,0.04) 0 2px, transparent 2px 12px);
}

.eh-dossier__pdf:hover .eh-dossier__pdf-title em {
  color: #1ddbb7;
}

.eh-dossier__pdf-title {
  font-family: var(--f-display);
  font-size: clamp(34px, 3.4vw, 52px);
  line-height: 0.95;
  letter-spacing: -0.03em;
}

.eh-dossier__pdf-foot {
  font-family: var(--f-mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  color: rgba(251, 250, 247, 0.54);
}

.eh-cta {
  position: relative;
  padding: 180px 0 140px;
  text-align: center;
  overflow: hidden;
}

.eh-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(10,18,32,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(10,18,32,0.04) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse at center, black 0%, transparent 70%);
  -webkit-mask-image: radial-gradient(ellipse at center, black 0%, transparent 70%);
  pointer-events: none;
}

.eh-cta__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.5;
  pointer-events: none;
  z-index: 0;
  translate: var(--orb-shift-x, 0px) var(--orb-shift-y, 0px);
  transition: translate .28s ease-out;
}

.eh-cta__orb--1 {
  width: 480px;
  height: 480px;
  background: radial-gradient(circle, #1ddbb7 0%, transparent 70%);
  top: -100px;
  left: -120px;
  animation: eh-cta-orb-1 14s ease-in-out infinite;
}

.eh-cta__orb--2 {
  width: 380px;
  height: 380px;
  background: radial-gradient(circle, #1d676c 0%, transparent 70%);
  bottom: -80px;
  right: -80px;
  animation: eh-cta-orb-2 18s ease-in-out infinite;
}

.eh-cta__shields {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.eh-cta__shield {
  position: absolute;
  width: var(--shield-size, 96px);
  height: var(--shield-size, 96px);
  opacity: 0;
  --shield-enter-x: 0px;
  --shield-shift-x: 0px;
  --shield-shift-y: 0px;
  transform:
    translate3d(calc(var(--shield-enter-x) + var(--shield-shift-x)), var(--shield-shift-y), 0)
    rotate(var(--shield-rot, 0deg))
    scale(0.84);
  transition:
    opacity .72s cubic-bezier(.2,.8,.2,1),
    transform 1.15s cubic-bezier(.16,1,.3,1);
  filter: drop-shadow(0 16px 34px rgba(29, 103, 108, 0.08));
}

.eh-cta__shield svg {
  width: 100%;
  height: 100%;
  display: block;
}

.eh-cta__shield svg path {
  stroke-width: 2.25;
}

.eh-cta.is-shields-active .eh-cta__shield {
  opacity: 1;
  transform:
    translate3d(var(--shield-shift-x), var(--shield-shift-y), 0)
    rotate(var(--shield-rot, 0deg))
    scale(1);
}

.eh-cta__shield--l1 { top: 8%; left: 2.4%; --shield-size: 106px; --shield-rot: -9deg; --shield-enter-x: -72px; transition-delay: .00s; }
.eh-cta__shield--l2 { top: 18%; left: 13.5%; --shield-size: 92px; --shield-rot: 11deg; --shield-enter-x: -58px; transition-delay: .04s; }
.eh-cta__shield--l3 { top: 31%; left: 4.8%; --shield-size: 90px; --shield-rot: -6deg; --shield-enter-x: -62px; transition-delay: .08s; }
.eh-cta__shield--l4 { top: 43%; left: 15.8%; --shield-size: 88px; --shield-rot: 13deg; --shield-enter-x: -48px; transition-delay: .12s; }
.eh-cta__shield--l5 { top: 62%; left: 7.2%; --shield-size: 94px; --shield-rot: -10deg; --shield-enter-x: -56px; transition-delay: .16s; }
.eh-cta__shield--l6 { top: 78%; left: 20.5%; --shield-size: 86px; --shield-rot: 4deg; --shield-enter-x: -46px; transition-delay: .20s; }
.eh-cta__shield--l7 { top: 50%; left: 1.8%; --shield-size: 82px; --shield-rot: 8deg; --shield-enter-x: -60px; transition-delay: .24s; }
.eh-cta__shield--l8 { top: 70%; left: 28%; --shield-size: 78px; --shield-rot: -7deg; --shield-enter-x: -42px; transition-delay: .28s; }

.eh-cta__shield--r1 { top: 6%; right: 5.2%; --shield-size: 102px; --shield-rot: 10deg; --shield-enter-x: 74px; transition-delay: .00s; }
.eh-cta__shield--r2 { top: 23%; right: 15%; --shield-size: 88px; --shield-rot: -8deg; --shield-enter-x: 58px; transition-delay: .04s; }
.eh-cta__shield--r3 { top: 31%; right: 4.4%; --shield-size: 92px; --shield-rot: -13deg; --shield-enter-x: 64px; transition-delay: .08s; }
.eh-cta__shield--r4 { top: 51%; right: 16.8%; --shield-size: 90px; --shield-rot: 5deg; --shield-enter-x: 52px; transition-delay: .12s; }
.eh-cta__shield--r5 { top: 61%; right: 4.2%; --shield-size: 98px; --shield-rot: -11deg; --shield-enter-x: 66px; transition-delay: .16s; }
.eh-cta__shield--r6 { top: 79%; right: 15.5%; --shield-size: 88px; --shield-rot: -6deg; --shield-enter-x: 54px; transition-delay: .20s; }
.eh-cta__shield--r7 { top: 79%; right: 3.8%; --shield-size: 86px; --shield-rot: 8deg; --shield-enter-x: 48px; transition-delay: .24s; }
.eh-cta__shield--r8 { top: 44%; right: 27%; --shield-size: 84px; --shield-rot: -5deg; --shield-enter-x: 44px; transition-delay: .28s; }
.eh-cta__shield--r9 { top: 15%; right: 25%; --shield-size: 76px; --shield-rot: 6deg; --shield-enter-x: 40px; transition-delay: .32s; }

@keyframes eh-cta-orb-1 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33% { transform: translate(80px, 40px) scale(1.1); }
  66% { transform: translate(-30px, 60px) scale(0.95); }
}

@keyframes eh-cta-orb-2 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(-60px, -40px) scale(1.15); }
}

.eh-cta__inner {
  position: relative;
  z-index: 1;
}

.eh-cta h2 {
  font-size: clamp(56px, 7vw, 120px);
  line-height: 0.96;
  letter-spacing: -0.02em;
  max-width: 14ch;
  margin: 0 auto 24px;
}

.eh-cta h2 em {
  position: relative;
  display: inline-block;
}

.eh-cta h2 em::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.05em;
  height: 6px;
  background: #1ddbb7;
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: opacity .4s ease, transform .8s cubic-bezier(.2,.8,.2,1);
  z-index: -1;
}

.eh-cta.is-shields-active h2 em::after,
.eh-cta h2:hover em::after,
.eh-cta h2 em:hover::after {
  opacity: 1;
  transform: scaleX(1);
}

.eh-cta__eyebrow {
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--eh-copy);
  margin-bottom: 32px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.eh-cta__eyebrow .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #1ddbb7;
  animation: eh-cta-pulse 2s ease-in-out infinite;
  box-shadow: 0 0 0 0 rgba(29,219,183,0.6);
}

@keyframes eh-cta-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(29,219,183,0.6); }
  50% { box-shadow: 0 0 0 12px rgba(29,219,183,0); }
}

[data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .8s cubic-bezier(.2,.7,.25,1), transform .8s cubic-bezier(.2,.7,.25,1);
}

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

@media (max-width: 1100px) {
  .eh-benefits__panel,
  .eh-api__grid,
  .eh-who__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .eh-cta__shield {
    --shield-size: 74px !important;
  }

  .eh-cta__shield--l2,
  .eh-cta__shield--l4,
  .eh-cta__shield--l6,
  .eh-cta__shield--l8,
  .eh-cta__shield--r2,
  .eh-cta__shield--r4,
  .eh-cta__shield--r6,
  .eh-cta__shield--r7,
  .eh-cta__shield--r9 {
    display: none;
  }

  .eh-cases__track {
    grid-auto-columns: minmax(300px, 70vw);
  }
}

@media (max-width: 900px) {
  .eh-hero__grid,
  .eh-what__grid,
  .eh-benefits__head,
  .eh-api__head,
  .eh-who__head,
  .eh-dossier__inner {
    grid-template-columns: 1fr;
  }

  .eh-key {
    grid-template-columns: 56px 1fr 32px;
  }

  .eh-key__copy-wrap {
    grid-column: 2 / span 2;
  }

  .eh-hero__object--car {
    left: -8%;
    bottom: -7%;
    width: min(44vw, 262px);
  }

  .eh-hero__object--phone {
    left: 42%;
    bottom: 0;
    width: min(22vw, 124px);
  }

  .eh-hero__object--suitcase {
    right: -4%;
    bottom: -3%;
    width: min(25vw, 138px);
  }
}

@media (max-width: 680px) {
  .eh-hero {
    padding-top: 110px;
  }

  .eh-hero__grid > :first-child,
  .eh-what__grid > :last-child,
  .eh-api__head,
  .eh-keys .wrap > [data-reveal],
  .eh-who__head,
  .eh-cases__head,
  .eh-dossier__inner > :first-child {
    text-align: center;
    justify-items: center;
  }

  .eh-hero__grid > :first-child,
  .eh-what__grid > :last-child,
  .eh-api__head,
  .eh-keys .wrap > [data-reveal],
  .eh-dossier__inner > :first-child {
    display: grid;
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
  }

  .crumbs {
    justify-content: center;
    gap: 8px;
    font-size: 9px;
    letter-spacing: 0.08em;
    white-space: nowrap;
  }

  .crumbs__home,
  .crumbs__home-dash {
    display: none;
  }

  .crumbs .dash {
    width: 12px;
    flex: 0 0 12px;
  }

  .eh-hero__title,
  .eh-what__title,
  .eh-api__title,
  .eh-keys__title,
  .eh-who__head h2,
  .eh-cases h2,
  .eh-dossier h2 {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    text-wrap: balance;
  }

  .eh-what__title {
    font-size: clamp(40px, 11vw, 54px) !important;
    line-height: 1 !important;
  }

  .eh-hero__lede,
  .eh-what__copy,
  .eh-api__sub,
  .eh-who__head p,
  .eh-dossier p {
    max-width: 32ch;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    text-wrap: pretty;
  }

  .eh-benefits__head,
  .eh-benefits__head > div:last-child {
    align-items: center;
    text-align: center;
  }

  .eh-benefits__tabs {
    width: 100%;
    max-width: 360px;
  }

  .eh-benefits__tab {
    flex: 1;
    min-width: 0;
    padding-left: 12px;
    padding-right: 12px;
  }

  .eh-benefits__panel,
  .eh-api__grid,
  .eh-who__grid {
    grid-template-columns: 1fr;
  }

  .eh-bcard,
  .eh-api__cell,
  .eh-pcard,
  .eh-case__body,
  .eh-dossier__pdf {
    text-align: center;
  }

  .eh-bcard__icon {
    margin-left: auto;
    margin-right: auto;
  }

  .eh-api__cell-num {
    justify-content: center;
  }

  .eh-key {
    grid-template-columns: 1fr 40px;
    gap: 14px;
    text-align: center;
  }

  .eh-key__num {
    grid-column: 1 / -1;
  }

  .eh-key__copy-wrap {
    grid-column: 1 / -1;
  }

  .eh-key__copy {
    max-width: 32ch;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }

  .eh-cases__head {
    padding: 0 clamp(24px, 7vw, 34px);
  }

  .eh-cases__nav {
    justify-self: center;
  }

  .eh-dossier__inner {
    justify-items: center;
    text-align: center;
  }

  .eh-dossier__btn-wrap {
    display: inline-flex;
    justify-content: center;
  }

  .eh-hero__viz,
  .eh-what__media {
    min-height: 420px;
  }

  .eh-hero__object--car {
    left: -18%;
    bottom: -6%;
    width: min(58vw, 216px);
  }

  .eh-hero__object--phone {
    left: 38%;
    bottom: 0;
    width: min(29vw, 106px);
  }

  .eh-hero__object--suitcase {
    right: -12%;
    bottom: 0;
    width: min(34vw, 124px);
  }

  .eh-hero__shield {
    width: var(--shield-size, 30px);
    height: var(--shield-size, 30px);
  }

  .eh-dossier__pdf {
    min-height: 320px;
  }

  .eh-cta__shield--l3,
  .eh-cta__shield--l5,
  .eh-cta__shield--l7,
  .eh-cta__shield--r3,
  .eh-cta__shield--r5,
  .eh-cta__shield--r8 {
    display: none;
  }
}
