.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  align-items: center;
  min-height: calc(100svh - var(--header-height));
  padding-block: clamp(3rem, 8vw, 5.5rem);
  background:
    radial-gradient(
      ellipse 80% 70% at 8% 12%,
      color-mix(in srgb, var(--color-brand) 16%, transparent),
      transparent 58%
    ),
    radial-gradient(
      ellipse 70% 60% at 92% 8%,
      color-mix(in srgb, var(--color-accent) 22%, transparent),
      transparent 52%
    ),
    radial-gradient(
      ellipse 55% 50% at 78% 92%,
      color-mix(in srgb, var(--color-cta) 10%, transparent),
      transparent 58%
    ),
    var(--color-surface);
}

.hero__scene {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  transform: translate3d(0, calc(var(--hy, 0) * 22px), 0);
}

.hero__glow {
  position: absolute;
  display: block;
  border-radius: 50%;
  filter: blur(80px);
}

.hero__glow--a {
  top: -20%;
  left: -10%;
  width: min(60vw, 42rem);
  height: min(60vw, 42rem);
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--color-accent) 34%, transparent),
    transparent 70%
  );
  animation: float-a 12s ease-in-out infinite alternate;
}

.hero__glow--b {
  right: -5%;
  bottom: -15%;
  width: min(45vw, 34rem);
  height: min(45vw, 34rem);
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--color-cta) 22%, transparent),
    transparent 70%
  );
  animation: float-b 15s ease-in-out infinite alternate;
}

.hero__field {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      118deg,
      transparent 0 36%,
      color-mix(in srgb, var(--color-accent) 14%, transparent) 42%,
      transparent 50%
    ),
    linear-gradient(
      to right,
      color-mix(in srgb, var(--color-brand) 8%, transparent) 1px,
      transparent 1px
    ),
    linear-gradient(
      to bottom,
      color-mix(in srgb, var(--color-brand) 8%, transparent) 1px,
      transparent 1px
    );
  background-size:
    140% 140%,
    48px 48px,
    48px 48px;
  mask-image: radial-gradient(ellipse at 72% 46%, #000 28%, transparent 78%);
}

.hero__grain {
  position: absolute;
  inset: 0;
  opacity: var(--hero-grain-opacity);
  mix-blend-mode: var(--hero-grain-blend);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
}

.hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: var(--space-7);
  align-items: center;
}

.hero__copy p {
  max-width: var(--measure);
  color: var(--color-muted);
}

.js .hero__copy > * {
  opacity: 0;
  animation: hero-enter 0.75s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.js .hero__copy > *:nth-child(1) {
  animation-delay: 0.05s;
}
.js .hero__copy > *:nth-child(2) {
  animation-delay: 0.12s;
}
.js .hero__copy > *:nth-child(3) {
  animation-delay: 0.2s;
}
.js .hero__copy > *:nth-child(4) {
  animation-delay: 0.28s;
}
.js .hero__copy > *:nth-child(5) {
  animation-delay: 0.36s;
}
.js .hero__copy > *:nth-child(6) {
  animation-delay: 0.44s;
}

.hero__title {
  margin-bottom: var(--space-3);
  font-size: var(--text-display);
  font-weight: var(--weight-black);
  letter-spacing: var(--tracking-display);
  text-wrap: balance;
}

.hero__lead {
  margin-bottom: var(--space-4);
  font-size: var(--text-lead);
  font-weight: var(--weight-medium);
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--space-4);
  margin-top: var(--space-5);
}

.hero__visual {
  margin: 0;
  perspective: 1400px;
}

.hero__visual-frame {
  transform: translate3d(0, calc(var(--hy, 0) * 16px), 0);
}

.js .hero__visual-frame img {
  opacity: 0;
  animation: hero-enter 0.85s cubic-bezier(0.22, 1, 0.36, 1) 0.16s both;
}

.hero__visual img,
.hero__visual svg,
.page-hero__visual img {
  width: min(100%, 38rem);
  margin-inline: auto;
  filter: drop-shadow(var(--hero-visual-shadow));
}

.page-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-block: var(--space-7);
  background: var(--color-surface);
  border-bottom: 1px solid var(--color-border);
  scroll-margin-top: calc(var(--header-height) + 0.75rem);
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: var(--gradient-brand-soft);
  opacity: 0.7;
}

.page-hero__art {
  position: absolute;
  z-index: 0;
  top: 50%;
  right: var(--space-6);
  width: min(26rem, 36vw);
  height: auto;
  color: var(--color-accent);
  transform: translateY(-50%);
  pointer-events: none;
}

.page-hero--faq .page-hero__inner {
  position: relative;
  z-index: 1;
}

@media (max-width: 64rem) {
  .page-hero__art {
    right: -9rem;
    width: 22rem;
    opacity: 0.28;
  }
}

.page-hero p {
  max-width: var(--measure);
  margin-top: var(--space-4);
  color: var(--color-muted);
}

.page-hero .hero__actions {
  margin-top: var(--space-5);
}

.page-hero__inner {
  display: grid;
  gap: var(--space-6);
  align-items: center;
}

.page-hero__visual {
  margin: 0;
}

.page-hero__visual img,
.product__visual img {
  width: min(100%, 28rem);
  margin-inline: auto;
}

.page-hero .split-media img {
  width: 100%;
  max-height: 22rem;
  object-fit: cover;
}

.cta {
  --cta-ink: #f8fafc;
  --cta-muted: rgb(232 237 242 / 78%);
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-block: var(--space-section);
  color: var(--cta-ink);
  text-align: center;
  background:
    radial-gradient(
      ellipse 86% 70% at 50% -28%,
      color-mix(in srgb, var(--color-cta) 30%, transparent),
      transparent 58%
    ),
    linear-gradient(
      180deg,
      var(--color-cta-band) 0%,
      var(--color-cta-band-deep) 100%
    );
}

.cta .container {
  position: relative;
  z-index: 1;
}

.cta .container::before {
  content: "";
  display: block;
  width: 2.5rem;
  height: 0.2rem;
  margin: 0 auto var(--space-5);
  border-radius: 999px;
  background: color-mix(in srgb, #93c5fd 82%, #ffffff);
}

.cta h2 {
  color: #ffffff;
}

.cta p {
  max-width: 38rem;
  margin-inline: auto;
  margin-top: var(--space-4);
  color: var(--cta-muted);
}

.cta__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--space-4);
  margin-top: var(--space-6);
}

.cta__actions .btn,
.cta .btn {
  margin-top: 0;
}

.cta .btn--light {
  gap: 0.5rem;
  box-shadow: 0 14px 34px rgb(0 0 0 / 28%);
}

.cta .btn--light::after {
  content: "";
  width: 0.95em;
  height: 0.95em;
  flex-shrink: 0;
  background: currentColor;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='m13 6 6 6-6 6'/%3E%3C/svg%3E")
    center / contain no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='m13 6 6 6-6 6'/%3E%3C/svg%3E")
    center / contain no-repeat;
}

.cta .btn--light:hover {
  color: var(--color-cta-band);
  background: #ffffff;
  border-color: #ffffff;
}

.cta .btn--ghost {
  color: #ffffff;
  border-color: rgb(255 255 255 / 45%);
  background: transparent;
}

.cta .btn--ghost:hover {
  color: #ffffff;
  border-color: #ffffff;
  background: rgb(255 255 255 / 10%);
}

.location {
  display: grid;
  gap: var(--space-5);
}

.pain-list {
  display: grid;
  gap: var(--tile-gap);
}

.pain-list li {
  padding: var(--tile-padding);
  border-left: 3px solid var(--color-brand);
  background: var(--color-surface);
  color: var(--color-muted);
}

.pain-list strong {
  display: block;
  margin-bottom: var(--space-1);
  color: var(--color-brand-strong);
}

.grid-2 + .card-grid,
.grid-2 + .tile-grid {
  margin-top: var(--space-7);
}

.split-media {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
}

.split-media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: color-mix(in srgb, #0b2545 28%, transparent);
}

.split-media img {
  width: 100%;
  height: 100%;
  min-height: 16rem;
  object-fit: cover;
}

.page-home .site-header,
.page-sign .site-header {
  position: fixed;
  width: 100%;
}

.page-home .site-header:not(.is-scrolled),
.page-sign .site-header:not(.is-scrolled) {
  background: linear-gradient(to bottom, rgb(4 10 20 / 62%), transparent);
  border-bottom: 0;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.page-home .site-header:not(.is-scrolled) .site-logo__picture--on-light,
.page-sign .site-header:not(.is-scrolled) .site-logo__picture--on-light {
  display: none;
}

.page-home .site-header:not(.is-scrolled) .site-logo__picture--on-dark,
.page-sign .site-header:not(.is-scrolled) .site-logo__picture--on-dark {
  display: block;
}

.page-home .site-header:not(.is-scrolled) .theme-toggle,
.page-home .site-header:not(.is-scrolled) .nav-toggle,
.page-sign .site-header:not(.is-scrolled) .theme-toggle,
.page-sign .site-header:not(.is-scrolled) .nav-toggle {
  color: #ffffff;
}

.page-home .site-header:not(.is-scrolled) .theme-toggle,
.page-sign .site-header:not(.is-scrolled) .theme-toggle {
  border-color: rgb(255 255 255 / 24%);
  background: rgb(5 12 23 / 22%);
}

.page-home .hero.media-hero,
.page-sign .hero.media-hero,
.page-services .hero.media-hero {
  min-height: 100vh;
  min-height: 100svh;
  min-height: 100dvh;
  padding: calc(var(--header-height) + clamp(1.25rem, 5vh, 4rem)) 0
    clamp(6.75rem, 14vh, 9rem);
}

.page-home .section,
.page-home .cta {
  padding-block: var(--space-section);
}

.media-hero {
  position: relative;
  display: grid;
  align-items: center;
  min-height: 100vh;
  min-height: 100svh;
  min-height: 100dvh;
  padding: calc(var(--header-height) + clamp(4rem, 8vw, 7rem)) 0
    clamp(8rem, 14vh, 11rem);
  overflow: hidden;
  border-bottom: 0;
  color: #ffffff;
  background: #07101e;
}

.hero.media-hero {
  background: #07101e;
}

.page-hero.media-hero::before {
  display: none;
}

.media-hero--compact {
  min-height: clamp(28rem, 64svh, 36rem);
  padding: calc(var(--header-height) + clamp(2.25rem, 4.5vw, 3.5rem)) 0
    clamp(7rem, 11vh, 8.5rem);
}

.media-hero__scene,
.media-hero__scrim {
  position: absolute;
  inset: 0;
}

.media-hero__scene {
  z-index: 0;
  overflow: hidden;
  background: #07101e;
}

.media-hero__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% center;
  filter: saturate(0.76) contrast(1.08);
  transform: translate3d(0, calc(var(--hy, 0) * 18px), 0)
    scale(calc(1.045 + var(--hy, 0) * 0.045));
  animation: media-hero-video-enter 1.4s cubic-bezier(0.22, 1, 0.36, 1) both;
  will-change: transform;
}

.media-hero__scrim {
  z-index: 1;
  background:
    linear-gradient(
      90deg,
      rgb(3 9 18 / 94%) 0%,
      rgb(4 12 24 / 82%) 34%,
      rgb(4 12 24 / 34%) 68%,
      rgb(4 12 24 / 18%) 100%
    ),
    linear-gradient(
      0deg,
      rgb(3 9 18 / 88%) 0%,
      transparent 38%,
      rgb(3 9 18 / 58%) 100%
    );
}

.media-hero__inner {
  position: relative;
  z-index: 3;
}

.media-hero__copy {
  max-width: 42rem;
}

.media-hero .hero__copy {
  max-width: 42rem;
}

.media-hero .eyebrow,
.media-hero__copy .eyebrow {
  color: #bfdbfe;
}

.media-hero .hero__title,
.media-hero__copy h1 {
  color: #ffffff;
}

.media-hero__copy h1 {
  max-width: 16ch;
  font-size: var(--text-h1);
  line-height: var(--leading-heading);
  letter-spacing: var(--tracking-tight);
  text-wrap: balance;
}

.media-hero .hero__title {
  max-width: 12ch;
  font-size: clamp(3.4rem, 7.4vw, 6.5rem);
  line-height: 0.96;
  letter-spacing: -0.055em;
}

.media-hero .hero__copy p,
.media-hero__copy > p:not(.eyebrow) {
  max-width: 40rem;
  color: rgb(255 255 255 / 78%);
}

.media-hero .hero__actions,
.media-hero__copy .hero__actions {
  margin-top: var(--space-6);
}

.media-hero .btn--ghost {
  color: #ffffff;
  border-color: rgb(255 255 255 / 32%);
  background: rgb(5 12 23 / 28%);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.media-hero .btn--ghost:hover {
  color: #ffffff;
  border-color: rgb(255 255 255 / 62%);
  background: rgb(5 12 23 / 48%);
}

.media-hero__footer {
  position: absolute;
  right: max(var(--space-4), calc((100vw - var(--container)) / 2));
  bottom: clamp(1.5rem, 4vh, 3rem);
  left: auto;
  z-index: 3;
  display: grid;
  justify-content: end;
  color: rgb(255 255 255 / 74%);
}

.media-hero__sectors {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1rem, 4vw, 3.5rem);
  font-size: var(--text-small);
  font-weight: var(--weight-semibold);
}

.media-hero--compact .media-hero__sectors {
  gap: clamp(0.75rem, 2.5vw, 2rem);
  font-size: var(--text-xs);
}

.media-hero__sectors li {
  display: grid;
  gap: var(--space-1);
}

.media-hero__sectors span {
  color: #93c5fd;
  font-size: var(--text-xs);
  font-variant-numeric: tabular-nums;
  letter-spacing: var(--tracking-caps);
}

.media-hero__controls {
  display: flex;
  align-items: center;
  gap: var(--space-3);
}

.media-hero__scroll {
  position: absolute;
  left: 0;
  right: 0;
  bottom: clamp(1.1rem, 3vh, 2.25rem);
  z-index: 3;
  display: grid;
  place-items: center;
  width: 2.75rem;
  height: 2.75rem;
  margin-inline: auto;
  color: rgb(255 255 255 / 78%);
  text-decoration: none;
}

.media-hero__scroll:hover {
  color: #ffffff;
}

.media-hero__scroll svg {
  width: 1.85rem;
  height: 1.85rem;
  animation: media-hero-scroll-cue 1.8s ease-in-out infinite;
}

.media-hero__toggle {
  display: grid;
  width: 2.75rem;
  height: 2.75rem;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgb(255 255 255 / 28%);
  border-radius: 999px;
  color: #ffffff;
  background: rgb(5 12 23 / 34%);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.media-hero__toggle:hover {
  border-color: rgb(255 255 255 / 58%);
  background: rgb(5 12 23 / 54%);
}

.media-hero__toggle svg {
  width: 1rem;
  height: 1rem;
}

.media-hero__toggle-pause {
  display: none;
}

.media-hero__toggle[aria-pressed="true"] .media-hero__toggle-pause {
  display: block;
}

.media-hero__toggle[aria-pressed="true"] .media-hero__toggle-play {
  display: none;
}

.js .media-hero__copy > *,
.js .media-hero__scroll,
.js .media-hero__footer > * {
  opacity: 0;
  animation: media-hero-content-enter 0.8s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.js .media-hero__scroll {
  animation-delay: 0.48s;
}

.js .media-hero__copy > :nth-child(1) {
  animation-delay: 0.12s;
}

.js .media-hero__copy > :nth-child(2) {
  animation-delay: 0.2s;
}

.js .media-hero__copy > :nth-child(3) {
  animation-delay: 0.3s;
}

.js .media-hero__copy > :nth-child(4) {
  animation-delay: 0.4s;
}

.js .media-hero__footer > :nth-child(1) {
  animation-delay: 0.5s;
}

.js .media-hero__footer > :nth-child(2) {
  animation-delay: 0.58s;
}

.about-split {
  display: grid;
  gap: var(--space-7);
  align-items: stretch;
  grid-template-areas:
    "copy"
    "media";
}

.about-split > .stack {
  grid-area: copy;
}

.about-split > .about-media {
  grid-area: media;
}

.about-media {
  position: relative;
  isolation: isolate;
  min-height: clamp(20rem, 50vw, 32rem);
  overflow: visible;
  border: 0;
  background: transparent;
}

.about-media::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0.85rem -0.7rem -0.7rem 0.85rem;
  border: 1px solid color-mix(in srgb, var(--color-accent) 28%, transparent);
  border-radius: calc(var(--radius) + 0.5rem);
}

.about-split--reverse .about-media::before {
  inset: 0.85rem 0.85rem -0.7rem -0.7rem;
}

.about-media__frame {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border: 1px solid var(--color-border);
  border-radius: calc(var(--radius) + 0.35rem);
  box-shadow: var(--shadow-soft);
  background: #0a0a0a;
}

.about-media img,
.about-media video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  background: transparent;
  border: 1px solid var(--color-border);
  border-radius: calc(var(--radius) + 0.35rem);
  box-shadow: var(--shadow-soft);
}

.about-media__frame img,
.about-media__frame video {
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.about-media__backdrop {
  object-fit: cover;
  filter: blur(22px) saturate(1.2);
  transform: scale(1.16);
  z-index: 0;
}

.about-media__frame > video:not(.about-media__backdrop) {
  inset: auto;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  max-height: 100%;
  transform: translate(-50%, -50%);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  clip-path: none;
  z-index: 1;
}

.about-media--cover .about-media__backdrop {
  display: none;
}

.about-media--cover .about-media__frame > video:not(.about-media__backdrop) {
  inset: 0;
  top: auto;
  left: auto;
  width: 100%;
  height: 100%;
  max-height: none;
  aspect-ratio: auto;
  transform: none;
  object-fit: cover;
}

.about-media--zoom .about-media__frame > video:not(.about-media__backdrop) {
  transform: scale(1.5) translateY(10%);
  transform-origin: center center;
}

.about-media video {
  pointer-events: none;
}

.about-media__toggle {
  position: absolute;
  right: var(--space-4);
  bottom: var(--space-4);
  left: auto;
  z-index: 2;
  display: grid;
  width: 2.75rem;
  height: 2.75rem;
  place-items: center;
  border: 1px solid rgb(255 255 255 / 28%);
  border-radius: 999px;
  color: #ffffff;
  background: rgb(5 12 23 / 42%);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.about-media__toggle:hover {
  border-color: rgb(255 255 255 / 58%);
  background: rgb(5 12 23 / 62%);
}

.about-media__toggle svg {
  width: 1rem;
  height: 1rem;
}

.about-media__toggle-pause {
  display: none;
}

.about-media__toggle[aria-pressed="true"] .about-media__toggle-pause {
  display: block;
}

.about-media__toggle[aria-pressed="true"] .about-media__toggle-play {
  display: none;
}

.page-about .product-name {
  font-weight: var(--weight-semibold);
  color: var(--color-brand);
  letter-spacing: var(--tracking-caps);
}

.page-about .about-highlight {
  margin-top: var(--space-2);
  padding: var(--space-5);
  border-left: 3px solid var(--color-accent);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  background: color-mix(in srgb, var(--color-accent) 8%, var(--color-surface));
  color: var(--color-brand-strong);
  font-size: var(--text-intro);
  font-weight: var(--weight-medium);
  line-height: var(--leading-intro);
}

.page-about .about-title {
  display: flex;
  align-items: center;
  gap: var(--space-3);
}

.page-about .about-icon {
  width: 1.5rem;
  height: 1.5rem;
  flex: 0 0 auto;
  color: var(--color-accent);
}

.page-about .about-title .about-icon,
.page-about .about-values .about-icon,
.page-about .about-capabilities .about-icon {
  box-sizing: content-box;
  padding: var(--space-3);
  border-radius: var(--radius-sm);
  background: var(--color-icon-bg);
}

.page-about .about-values .card-grid {
  counter-reset: about-value;
}

.page-about .about-values .card {
  align-items: flex-start;
  counter-increment: about-value;
}

.page-about .about-values .card::before {
  content: counter(about-value, decimal-leading-zero);
  color: var(--color-accent);
  font-size: var(--text-xs);
  font-weight: var(--weight-bold);
  letter-spacing: var(--tracking-caps);
  font-variant-numeric: tabular-nums;
}

.page-about .about-values .card-grid [data-reveal]:nth-child(n) {
  transition-delay: 0s;
}

.page-about .about-capabilities__head {
  margin-top: var(--space-8);
}

.page-about .about-capabilities li {
  align-items: flex-start;
}

.page-about .about-values .card,
.page-about .about-capabilities li {
  transition:
    opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease;
}

.page-about .about-values .about-icon,
.page-about .about-capabilities .about-icon {
  transition:
    transform 0.28s ease,
    color 0.28s ease,
    background 0.28s ease;
}

@media (hover: hover) {
  .page-about .about-values .card:hover,
  .page-about .about-capabilities li:hover {
    transform: translateY(-4px);
    border-color: color-mix(
      in srgb,
      var(--color-accent) 40%,
      var(--color-border)
    );
    box-shadow: var(--shadow-soft);
  }

  .page-about .about-values .card:hover .about-icon,
  .page-about .about-capabilities li:hover .about-icon {
    color: var(--color-accent-strong);
    background: color-mix(
      in srgb,
      var(--color-accent) 16%,
      var(--color-icon-bg)
    );
    transform: translateY(-2px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-about .about-values .card:hover,
  .page-about .about-capabilities li:hover,
  .page-about .about-values .card:hover .about-icon,
  .page-about .about-capabilities li:hover .about-icon {
    transform: none;
  }
}

.page-about .stack.prose {
  max-width: 42rem;
}

.about-purpose__grid {
  display: grid;
  gap: var(--space-7);
}

.page-about .about-purpose__copy {
  max-width: none;
  gap: var(--space-5);
}

.about-purpose .about-media {
  width: 100%;
  min-height: 0;
  aspect-ratio: 16 / 9;
}

.about-purpose__copy:first-child .about-media::before {
  inset: 0.85rem 0.85rem -0.7rem -0.7rem;
}

.about-purpose__copy > p:not(.about-highlight) {
  text-align: justify;
  text-justify: inter-word;
}

.js .about-purpose__grid > [data-reveal]:nth-child(2) {
  transition-delay: 0.12s;
}

.about-split > .prose p {
  text-align: justify;
  text-justify: inter-word;
}

.js .about-media[data-reveal] img,
.js .about-media[data-reveal] .about-media__frame {
  clip-path: inset(0 round calc(var(--radius) + 0.35rem));
  transition: clip-path 1s cubic-bezier(0.22, 1, 0.36, 1);
}

.js .about-media[data-reveal].is-visible img,
.js .about-media[data-reveal].is-visible .about-media__frame {
  clip-path: inset(0 round calc(var(--radius) + 0.35rem));
}

.js .about-media[data-reveal] .about-media__frame > video {
  clip-path: none;
}

@keyframes media-hero-video-enter {
  from {
    opacity: 0;
    transform: scale(1.1);
  }
  to {
    opacity: 1;
  }
}

@keyframes media-hero-content-enter {
  from {
    opacity: 0;
    transform: translateY(1.5rem);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes media-hero-scroll-cue {
  0%,
  100% {
    transform: translateY(-0.15rem);
  }
  50% {
    transform: translateY(0.2rem);
  }
}

@keyframes float-a {
  from {
    transform: translate(0, 0) scale(1);
  }
  to {
    transform: translate(8%, 10%) scale(1.12);
  }
}

@keyframes float-b {
  from {
    transform: translate(0, 0) scale(1);
  }
  to {
    transform: translate(-9%, -7%) scale(1.14);
  }
}

@keyframes hero-enter {
  from {
    opacity: 0;
    transform: translateY(0.85rem);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@media (min-width: 48rem) {
  .hero__grid,
  .location {
    grid-template-columns: 1.1fr 0.9fr;
  }

  .about-split {
    display: grid;
    grid-template-areas: "copy media";
    grid-template-columns: minmax(0, 1.22fr) minmax(0, 0.9fr);
    column-gap: clamp(2rem, 4.8vw, 4.25rem);
    align-items: stretch;
  }

  .about-split--reverse {
    grid-template-areas: "media copy";
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.22fr);
  }

  .about-split > .stack {
    min-width: 0;
  }

  .about-split > .about-media {
    width: 100%;
    min-height: 0;
    height: auto;
    align-self: start;
  }

  .about-split > .stack.prose {
    gap: var(--space-3);
  }

  .about-split > .prose p {
    font-size: 1rem;
    line-height: 1.55;
    text-align: justify;
    text-justify: inter-word;
  }

  .about-split > .prose .about-highlight {
    margin-top: var(--space-1);
    padding: var(--space-4);
    font-size: var(--text-body);
    line-height: 1.5;
    text-align: justify;
    text-justify: inter-word;
  }

  .about-split:not(.about-split--reverse) .about-media__toggle {
    right: auto;
    left: var(--space-4);
  }

  .about-purpose__grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-template-rows: auto auto auto auto;
    column-gap: clamp(1.5rem, 3vw, 2.75rem);
    row-gap: var(--space-5);
    align-items: stretch;
  }

  .about-purpose .about-media {
    min-height: 0;
    height: auto;
    aspect-ratio: 16 / 9;
  }

  .about-purpose__copy:first-child .about-media__toggle {
    right: auto;
    left: var(--space-4);
  }

  .about-purpose__copy {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 4;
    gap: 0;
    align-items: start;
  }

  .about-purpose__copy > p:not(.about-highlight) {
    font-size: 1rem;
    line-height: 1.55;
  }

  .about-purpose__copy .about-highlight {
    padding: var(--space-4);
    font-size: var(--text-body);
    line-height: 1.5;
    text-align: justify;
    text-justify: inter-word;
  }
}

@media (min-width: 64rem) {
  .page-hero__inner:has(.page-hero__visual) {
    grid-template-columns: 1.1fr 0.9fr;
  }
}

@media (min-width: 75rem) {
  .page-home .site-header:not(.is-scrolled) .site-nav > ul > li > a,
  .page-home .site-header:not(.is-scrolled) .submenu-item > a,
  .page-sign .site-header:not(.is-scrolled) .site-nav > ul > li > a,
  .page-sign .site-header:not(.is-scrolled) .submenu-item > a {
    color: rgb(255 255 255 / 76%);
  }

  .page-home .site-header:not(.is-scrolled) .site-nav > ul > li > a:hover,
  .page-home .site-header:not(.is-scrolled) .submenu-item > a:hover,
  .page-sign .site-header:not(.is-scrolled) .site-nav > ul > li > a:hover,
  .page-sign .site-header:not(.is-scrolled) .submenu-item > a:hover {
    color: #ffffff;
    background: rgb(255 255 255 / 9%);
  }

  .page-home
    .site-header:not(.is-scrolled)
    .site-nav
    > ul
    > li
    > a[aria-current="page"],
  .page-sign
    .site-header:not(.is-scrolled)
    .site-nav
    > ul
    > li
    > a[aria-current="page"] {
    color: #ffffff;
    background: rgb(255 255 255 / 12%);
  }

  .page-home .site-header:not(.is-scrolled) .site-nav > ul > li > a::before,
  .page-home .site-header:not(.is-scrolled) .submenu-item > a::before,
  .page-sign .site-header:not(.is-scrolled) .site-nav > ul > li > a::before,
  .page-sign .site-header:not(.is-scrolled) .submenu-item > a::before {
    content: none;
  }
}

.page-contact .contact-layout .form textarea {
  min-height: 5.5rem;
}

@media (min-width: 48rem) {
  .contact-layout.grid-2--top {
    align-items: stretch;
  }

  .contact-layout > .stack {
    min-height: 100%;
  }

  .contact-layout .map {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-height: 16rem;
  }

  .contact-layout .map iframe {
    flex: 1 1 auto;
    width: 100%;
    height: 0;
    min-height: 12rem;
  }

  .contact-layout .map__caption {
    flex-shrink: 0;
  }
}

@media (max-width: 47.99rem) {
  .hero:not(.media-hero) {
    min-height: 0;
  }

  .contact-layout {
    display: flex;
    flex-direction: column;
  }

  .contact-layout .form {
    order: -1;
  }

  .media-hero {
    align-items: end;
    padding-top: calc(var(--header-height) + var(--space-7));
    padding-bottom: 7.5rem;
  }

  .media-hero--compact {
    min-height: clamp(26rem, 72svh, 34rem);
    padding-bottom: 12.5rem;
  }

  .media-hero__scrim {
    background:
      linear-gradient(
        0deg,
        rgb(3 9 18 / 96%) 0%,
        rgb(3 9 18 / 80%) 48%,
        rgb(3 9 18 / 32%) 100%
      ),
      linear-gradient(90deg, rgb(3 9 18 / 52%), transparent 80%);
  }

  .media-hero .hero__title {
    font-size: clamp(2.7rem, 11vw, 3.75rem);
  }

  .media-hero__copy h1 {
    max-width: 14ch;
    font-size: clamp(1.85rem, 8vw, 2.35rem);
  }

  .media-hero__copy > p:not(.eyebrow),
  .media-hero .hero__lead {
    font-size: 1rem;
  }

  .media-hero__footer {
    left: max(var(--space-4), calc((100vw - var(--container)) / 2));
    right: auto;
  }

  .media-hero__sectors {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--space-3) var(--space-5);
  }
}

@media (max-width: 30rem) {
  .page-home .site-logo__picture,
  .page-about .site-logo__picture,
  .page-sign .site-logo__picture {
    height: 2.05rem;
  }

  .page-home .site-header__inner,
  .page-home .site-header__tools,
  .page-about .site-header__inner,
  .page-about .site-header__tools,
  .page-sign .site-header__inner,
  .page-sign .site-header__tools {
    gap: var(--space-2);
  }

  .page-home .site-header__cta,
  .page-about .site-header__cta,
  .page-sign .site-header__cta {
    padding-inline: 0.85rem;
  }
}

@media (pointer: coarse), (max-width: 47.99rem) {
  .hero__glow,
  .hero__grain,
  .hero__field {
    animation: none;
  }

  .hero__glow {
    filter: blur(40px);
  }

  .hero__scene,
  .hero__visual-frame {
    transform: none;
  }

  .media-hero__video {
    transform: scale(1.045);
  }
}

@media (prefers-reduced-motion: reduce) {
  .media-hero__video,
  .media-hero__scroll,
  .media-hero__scroll svg,
  .js .media-hero__copy > *,
  .js .media-hero__footer > *,
  .js .media-hero .hero__copy > *,
  .js .about-media[data-reveal] img,
  .js .about-media[data-reveal] video {
    opacity: 1;
    animation: none;
    transition: none;
    transform: none;
    clip-path: none;
  }

  .js .about-media__backdrop {
    transform: scale(1.16);
  }

  .js .about-media__frame > video:not(.about-media__backdrop) {
    transform: translate(-50%, -50%);
  }

  .js .about-media--cover .about-media__frame > video {
    transform: none;
  }

  .js .about-media--zoom .about-media__frame > video {
    transform: scale(1.16) translateY(-6%);
  }

  .js .home-sign .about-media__frame > video:not(.about-media__backdrop) {
    transform: none;
  }
}

/* Inicio renovado: métricas, SIGN, medios y cierre. */

.page-home .media-hero .hero__title,
.page-sign .media-hero .hero__title,
.page-services .media-hero .hero__title {
  max-width: 22rem;
  font-size: clamp(2.15rem, 4.6vw, 3.5rem);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

@media (max-height: 48rem) {
  .page-home .hero.media-hero,
  .page-sign .hero.media-hero,
  .page-services .hero.media-hero {
    padding-top: calc(var(--header-height) + 1rem);
    padding-bottom: 6.25rem;
  }

  .page-home .media-hero .hero__title,
  .page-sign .media-hero .hero__title,
  .page-services .media-hero .hero__title {
    font-size: clamp(1.75rem, 5.2vh, 2.65rem);
  }
}

.page-home .section__head > p:has(> .btn) {
  margin-top: var(--space-5);
}

.stats-grid {
  display: grid;
  gap: var(--space-4);
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.stat-card {
  display: grid;
  gap: var(--space-1);
  align-content: center;
  min-height: 7.5rem;
  padding: var(--space-5);
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  background: var(--color-surface);
  box-shadow: var(--shadow-soft);
  text-align: center;
}

.stat-card strong {
  font-size: clamp(2rem, 4.5vw, 2.75rem);
  font-weight: var(--weight-black);
  line-height: 1;
  letter-spacing: var(--tracking-tight);
  color: var(--color-brand);
  font-variant-numeric: tabular-nums;
}

.stat-card span {
  color: var(--color-muted);
  font-weight: var(--weight-medium);
}

.js .stats-grid [data-reveal]:nth-child(2) {
  transition-delay: 0.1s;
}

.js .stats-grid [data-reveal]:nth-child(3) {
  transition-delay: 0.18s;
}

.trust-strip {
  background: #0b2545;
  color: #e8edf2;
  padding-block: var(--space-6);
}

.home-trust {
  scroll-margin-top: calc(var(--header-height) + 0.75rem);
}

.trust-strip__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--space-5) 0;
}

.trust-strip li {
  display: grid;
  gap: var(--space-2);
  padding-inline: var(--space-4);
  text-align: center;
}

.trust-strip li:last-child {
  grid-column: 1 / -1;
}

.trust-strip strong {
  font-size: clamp(1.65rem, 3.4vw, 2.35rem);
  font-weight: var(--weight-black);
  line-height: 1;
  letter-spacing: var(--tracking-tight);
  color: #ffffff;
  font-variant-numeric: tabular-nums;
}

.trust-strip span {
  max-width: 11rem;
  margin-inline: auto;
  color: rgb(232 237 242 / 78%);
  font-size: var(--text-small);
  font-weight: var(--weight-medium);
  text-wrap: balance;
}

.trust-strip__note {
  max-width: 46rem;
  margin: var(--space-6) auto 0;
  padding-top: var(--space-5);
  border-top: 1px solid rgb(255 255 255 / 16%);
  color: rgb(232 237 242 / 82%);
  font-size: var(--text-small);
  font-weight: var(--weight-medium);
  line-height: 1.55;
  text-align: center;
  text-wrap: pretty;
}

.card__icon {
  display: grid;
  place-items: center;
  width: 2.75rem;
  height: 2.75rem;
  flex: 0 0 auto;
  border-radius: var(--radius-sm);
  background: var(--color-icon-bg);
  color: var(--color-accent);
}

.card__icon svg {
  width: 1.35rem;
  height: 1.35rem;
}

.tile-grid .card__icon {
  margin-bottom: 0.15rem;
}

.page-fiduciarias .tile-grid li:has(> .card__icon) {
  flex-direction: row;
  align-items: center;
  gap: 0.875rem;
  min-height: 7.625rem;
}

.page-fiduciarias .tile-grid li > .card__icon {
  margin: 0;
}

.page-fiduciarias .tile-grid li:has(> .card__icon) > strong {
  text-wrap: balance;
}

#sectores .card {
  min-height: 8.25rem;
}

.page-home .tile-grid li,
.page-home .cycle li,
.page-home .stat-card,
.page-sign .tile-grid li,
.page-sign .cycle li,
.page-sign .stat-card {
  transition:
    transform 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease;
}

.page-home .card__icon,
.page-sign .card__icon {
  transition:
    transform 0.28s ease,
    color 0.28s ease,
    background 0.28s ease;
}

@media (hover: hover) {
  .page-home .card:hover,
  .page-home .card:focus-within,
  .page-home .tile-grid li:hover,
  .page-home .tile-grid li:focus-within,
  .page-home .cycle li:hover,
  .page-home .cycle li:focus-within,
  .page-home .stat-card:hover,
  .page-home .stat-card:focus-within,
  .page-sign .card:hover,
  .page-sign .card:focus-within,
  .page-sign .tile-grid li:hover,
  .page-sign .tile-grid li:focus-within,
  .page-sign .cycle li:hover,
  .page-sign .cycle li:focus-within,
  .page-sign .stat-card:hover,
  .page-sign .stat-card:focus-within {
    transform: translateY(-4px);
    border-color: color-mix(
      in srgb,
      var(--color-accent) 40%,
      var(--color-border)
    );
    box-shadow: var(--shadow-soft);
  }

  .page-home .card:hover .card__icon,
  .page-home .card:focus-within .card__icon,
  .page-home .tile-grid li:hover .card__icon,
  .page-home .tile-grid li:focus-within .card__icon,
  .page-sign .card:hover .card__icon,
  .page-sign .card:focus-within .card__icon,
  .page-sign .tile-grid li:hover .card__icon,
  .page-sign .tile-grid li:focus-within .card__icon {
    color: var(--color-accent-strong);
    background: color-mix(
      in srgb,
      var(--color-accent) 16%,
      var(--color-icon-bg)
    );
    transform: translateY(-2px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-home .card,
  .page-home .card__icon,
  .page-home .tile-grid li,
  .page-home .cycle li,
  .page-home .stat-card,
  .page-sign .card,
  .page-sign .card__icon,
  .page-sign .tile-grid li,
  .page-sign .cycle li,
  .page-sign .stat-card {
    transition: none;
  }

  .page-home .card:hover,
  .page-home .card:focus-within,
  .page-home .tile-grid li:hover,
  .page-home .tile-grid li:focus-within,
  .page-home .cycle li:hover,
  .page-home .cycle li:focus-within,
  .page-home .stat-card:hover,
  .page-home .stat-card:focus-within,
  .page-sign .card:hover,
  .page-sign .card:focus-within,
  .page-sign .tile-grid li:hover,
  .page-sign .tile-grid li:focus-within,
  .page-sign .cycle li:hover,
  .page-sign .cycle li:focus-within,
  .page-sign .stat-card:hover,
  .page-sign .stat-card:focus-within {
    transform: none;
  }

  .page-home .card:hover .card__icon,
  .page-home .card:focus-within .card__icon,
  .page-home .tile-grid li:hover .card__icon,
  .page-home .tile-grid li:focus-within .card__icon,
  .page-sign .card:hover .card__icon,
  .page-sign .card:focus-within .card__icon,
  .page-sign .tile-grid li:hover .card__icon,
  .page-sign .tile-grid li:focus-within .card__icon {
    transform: none;
  }
}

.home-sign {
  background:
    radial-gradient(
      ellipse 70% 90% at 85% 10%,
      color-mix(in srgb, var(--color-accent) 26%, transparent),
      transparent 60%
    ),
    linear-gradient(135deg, #0a0a0a 0%, #0b2545 62%, #12305c 100%);
  color: #e8edf2;
}

.home-sign h2 {
  color: #ffffff;
  font-size: clamp(1.35rem, 2.2vw, 1.75rem);
}

.home-sign__capable {
  margin: 0;
  color: #ffffff;
  font-size: var(--text-lead);
  font-weight: var(--weight-bold);
  line-height: var(--leading-heading);
}

.home-sign .section__intro {
  max-width: var(--measure);
  margin-top: 0;
  color: rgb(232 237 242 / 78%);
}

.home-sign__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  align-content: start;
  gap: var(--space-7);
}

.home-sign__layout > .about-media {
  width: 100%;
  height: auto;
  min-height: auto;
  aspect-ratio: auto;
  overflow: visible;
}

.home-sign .about-media::before,
.home-sign .about-media::after {
  content: none;
}

.home-sign .about-media__frame {
  position: relative;
  inset: auto;
  overflow: hidden;
  border-color: rgb(255 255 255 / 10%);
  background: #05080f;
  box-shadow: 0 28px 56px rgb(0 0 0 / 42%);
}

.home-sign .about-media__backdrop,
.home-sign .about-media video.about-media__backdrop {
  display: none;
  width: 0;
  height: 0;
}

.home-sign .about-media video,
.home-sign .about-media__frame > video:not(.about-media__backdrop) {
  position: relative;
  inset: auto;
  top: auto;
  left: auto;
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  aspect-ratio: auto;
  object-fit: contain;
  transform: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.home-sign .about-media__toggle {
  right: var(--space-4);
  left: auto;
}

.check-list {
  display: grid;
  gap: var(--space-2);
  margin-top: var(--space-5);
}

.check-list li {
  display: flex;
  align-items: flex-start;
  gap: var(--space-3);
  color: rgb(232 237 242 / 88%);
}

.check-list li::before {
  content: "";
  flex: 0 0 auto;
  width: 0.5rem;
  height: 0.85rem;
  margin-top: 0.35rem;
  border-right: 2px solid #4ade80;
  border-bottom: 2px solid #4ade80;
  transform: rotate(45deg);
}

.home-sign__copy {
  container-type: inline-size;
}

.home-sign__lead {
  display: grid;
  gap: var(--space-4);
}

.home-sign .hero__actions {
  margin-top: var(--space-2);
}

.home-sign .check-list {
  margin-top: var(--space-2);
}

@container (min-width: 28rem) {
  .home-sign .check-list {
    grid-template-columns: minmax(0, 1.12fr) minmax(0, 1fr);
    column-gap: var(--space-6);
    align-items: start;
  }
}

@media (min-width: 48rem) {
  .stats-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

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

@media (min-width: 64rem) {
  .trust-strip__list {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0;
  }

  .trust-strip li:last-child {
    grid-column: auto;
  }

  .trust-strip li + li {
    border-left: 1px solid rgb(255 255 255 / 16%);
  }
}

@media (max-width: 47.99rem) {
  .page-home .hero.media-hero,
  .page-sign .hero.media-hero,
  .page-services .hero.media-hero {
    min-height: 100vh;
    min-height: 100svh;
    min-height: 100dvh;
    padding: calc(var(--header-height) + var(--space-5)) 0 6.75rem;
  }

  .page-home .media-hero .hero__title,
  .page-sign .media-hero .hero__title,
  .page-services .media-hero .hero__title {
    max-width: none;
    font-size: clamp(1.85rem, 7.4vw, 2.4rem);
  }

  .stat-card {
    min-height: 6.5rem;
    padding: var(--space-4);
  }

  .stats-grid--3 {
    grid-template-columns: 1fr;
  }
}

.sign-media-slot {
  position: relative;
  isolation: isolate;
  min-height: clamp(12rem, 32vw, 18rem);
  overflow: visible;
  border: 1px solid var(--color-border);
  border-radius: calc(var(--radius) + 0.35rem);
  background: color-mix(in srgb, var(--color-brand) 10%, var(--color-surface));
  box-shadow: var(--shadow-soft);
}

.sign-media-slot::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0.85rem -0.7rem -0.7rem 0.85rem;
  border: 1px solid color-mix(in srgb, var(--color-accent) 28%, transparent);
  border-radius: calc(var(--radius) + 0.5rem);
  pointer-events: none;
}

.sign-media-slot::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  background: color-mix(in srgb, var(--color-brand) 10%, var(--color-surface));
  pointer-events: none;
}

.grid-2 > .stack .sign-media-slot::before,
.sign-module--media-reverse .sign-media-slot::before {
  inset: 0.85rem 0.85rem -0.7rem -0.7rem;
}

.sign-media-slot:has(video),
.sign-media-slot:has(video)::after {
  background: #0a0a0a;
}

.sign-media-slot video,
.sign-media-slot__label {
  z-index: 1;
}

.sign-media-slot video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
  pointer-events: none;
}

.sign-media-slot--contain video {
  object-fit: contain;
}

.page-fiduciarias .sign-media-slot {
  min-height: 0;
  aspect-ratio: 16 / 9;
}

.page-fiduciarias #problemas-detalle .sign-module__copy {
  align-content: center;
}

.page-fiduciarias #problemas-detalle .sign-problem {
  color: var(--color-muted);
  font-size: var(--text-intro);
  line-height: var(--leading-intro);
}

.page-fiduciarias #problemas-detalle .text-highlight {
  margin-top: 0;
}

.page-fiduciarias #problemas-detalle .page-hero__tagline {
  font-size: var(--text-xs);
}

.sign-media-slot__clip {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  border-radius: inherit;
  pointer-events: none;
}

.page-fiduciarias #plataforma .sign-media-slot video {
  object-fit: contain;
  object-position: center;
  transform: translateX(-2.25%);
}

.page-fiduciarias .stack > .section__head {
  margin-bottom: 0;
}

.sign-media-slot__label {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  margin: 0;
  padding: var(--space-4);
  font-size: var(--text-small);
  font-weight: var(--weight-semibold);
  letter-spacing: var(--tracking-caps);
  text-transform: uppercase;
  color: var(--color-muted);
  text-align: center;
}

.sign-module {
  display: grid;
  gap: var(--space-6);
  align-items: stretch;
}

.sign-module__copy {
  display: grid;
  gap: var(--space-6);
  min-height: 0;
}

.sign-module__copy > .section__head {
  margin-bottom: 0;
}

.page-hero__kicker {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--space-2) var(--space-3);
  margin-bottom: var(--space-3);
}

.page-hero__kicker .eyebrow,
.page-hero__kicker .badge {
  margin: 0;
}

.page-hero__lead {
  font-size: var(--text-lead);
  font-weight: var(--weight-medium);
  line-height: var(--leading-intro);
}

.page-hero__tagline {
  font-size: var(--text-small);
  font-weight: var(--weight-bold);
  letter-spacing: var(--tracking-caps);
  text-transform: uppercase;
  color: var(--color-accent);
}

.page-sign .text-highlight,
.page-hero .text-highlight,
.media-hero .text-highlight {
  margin-top: var(--space-5);
  padding: var(--space-5);
  border-left: 3px solid var(--color-accent);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  background: color-mix(in srgb, var(--color-accent) 8%, var(--color-surface));
  color: var(--color-brand-strong);
  font-size: var(--text-body);
  font-weight: var(--weight-medium);
  line-height: var(--leading-body);
}

.page-sign-soon .hero.media-hero {
  padding-top: calc(var(--header-height) + clamp(2.25rem, 6vh, 5rem));
}

.page-sign-soon .media-hero .hero__title {
  max-width: min(100%, 22ch);
}

.page-sign-soon .media-hero .hero__copy {
  max-width: 44rem;
}

.media-hero .page-hero__kicker {
  margin-bottom: var(--space-4);
}

.media-hero .hero__copy .page-hero__kicker p {
  margin-top: 0;
  max-width: none;
}

.media-hero .hero__copy .page-hero__kicker .eyebrow {
  color: #bfdbfe;
}

.media-hero .hero__copy .badge--soon {
  background: color-mix(in srgb, #fbbf24 18%, transparent);
  color: #fbbf24;
  border: 1px solid color-mix(in srgb, #fbbf24 38%, transparent);
}

.media-hero .hero__copy p.page-hero__tagline {
  color: #bfdbfe;
}

.media-hero .hero__copy p.text-highlight {
  background: rgb(255 255 255 / 8%);
  color: #ffffff;
  border-left-color: #60a5fa;
}

@media (min-width: 64rem) {
  .sign-module--media {
    grid-template-columns: minmax(0, 1.05fr) minmax(20rem, 1fr);
    align-items: stretch;
  }

  .sign-module--media-reverse {
    grid-template-columns: minmax(20rem, 1fr) minmax(0, 1.05fr);
  }

  .sign-module--media-reverse .sign-media-slot {
    order: -1;
  }

  .sign-module--media .sign-media-slot {
    min-height: 100%;
    height: 100%;
    align-self: stretch;
  }

  .page-fiduciarias .sign-module--media,
  .page-fiduciarias .sign-module--media-reverse {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: center;
  }

  .page-fiduciarias .sign-module--media .sign-media-slot,
  .page-fiduciarias .sign-module--media-reverse .sign-media-slot {
    align-self: center;
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 16 / 9;
  }

  .page-fiduciarias #problemas-detalle .sign-module--media {
    align-items: stretch;
  }

  .page-fiduciarias #problemas-detalle .sign-media-slot {
    align-self: stretch;
    height: 100%;
    min-height: 100%;
    aspect-ratio: auto;
  }

  .page-fiduciarias #problemas-detalle .sign-media-slot video {
    object-fit: cover;
    object-position: center;
  }

  .page-fiduciarias .sign-module--span {
    align-items: stretch;
  }

  .page-fiduciarias .sign-module--span .sign-media-slot {
    align-self: stretch;
    height: 100%;
    min-height: 100%;
    aspect-ratio: auto;
    background: #000;
  }

  .page-fiduciarias .sign-module--span .sign-media-slot::after {
    background: #000;
  }

  .page-fiduciarias .sign-module--span .sign-media-slot video {
    object-fit: cover;
    object-position: center;
  }

  .page-fiduciarias .sign-module--span .sign-media-slot--contain video {
    object-fit: contain;
    background: #000;
  }

  .page-fiduciarias #plataforma .sign-module {
    align-items: stretch;
  }

  .page-fiduciarias #plataforma .sign-module__wide-tile {
    grid-column: 1 / -1;
  }

  .page-fiduciarias #plataforma .sign-module__copy {
    height: 100%;
  }

  .page-fiduciarias #plataforma .sign-module__copy .tile-grid {
    height: 100%;
    grid-auto-rows: 1fr;
  }

  .page-fiduciarias #plataforma .sign-media-slot {
    align-self: stretch;
    width: 100%;
    height: auto;
    min-height: 100%;
    aspect-ratio: auto;
    background: #000;
  }

  .page-fiduciarias #ecosistema .sign-module {
    align-items: stretch;
  }

  .page-fiduciarias #ecosistema .sign-media-slot {
    align-self: stretch;
    height: auto;
    min-height: 100%;
    aspect-ratio: auto;
  }

  .page-fiduciarias #ecosistema .sign-media-slot video {
    object-fit: cover;
    object-position: center;
  }
}

@media (max-width: 63.99rem) {
  .page-fiduciarias #plataforma .sign-module__wide-tile {
    order: 1;
  }

  .page-fiduciarias #plataforma .sign-media-slot {
    order: 2;
  }
}

@media (min-width: 48rem) {
  .sign-module__copy .tile-grid--2 > li:last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }
}

@media (min-width: 48rem) {
  .sign-kyc-split.grid-2--top {
    align-items: stretch;
  }

  .sign-kyc-split > .stack {
    min-height: 0;
  }

  .sign-kyc-split > .stack:first-child {
    display: grid;
    grid-template-rows: auto minmax(12rem, 1fr);
  }

  .sign-kyc-split .sign-media-slot {
    min-height: 12rem;
    height: 100%;
  }
}

.sign-kyc-split .card {
  height: auto;
  gap: 0;
  padding: var(--tile-padding);
}

.sign-kyc-split .card h3 {
  margin-bottom: var(--space-1);
  font-size: inherit;
  font-weight: var(--weight-bold);
  letter-spacing: 0;
  color: var(--color-brand-strong);
}

.sign-kyc-split .card p {
  max-width: none;
  font-size: inherit;
  color: var(--color-muted);
}

.sign-kyc-split .card .card__link {
  font-size: inherit;
}

.sign-kyc-split .card > p:last-child:has(> a) {
  margin-top: var(--space-2);
}

.sign-compare-wrap {
  overflow: hidden;
  border: 1px solid var(--color-border);
  border-radius: calc(var(--radius) + 0.15rem);
  background: var(--color-surface);
  box-shadow: var(--shadow-soft);
}

.sign-compare {
  min-width: 36rem;
  table-layout: fixed;
}

.sign-compare th,
.sign-compare td {
  padding: 1.05rem 1.15rem;
}

.sign-compare thead th {
  padding-block: 0.95rem;
  background: var(--color-neutral);
  font-size: var(--text-xs);
  letter-spacing: var(--tracking-caps);
  vertical-align: middle;
  color: var(--color-muted);
}

.sign-compare thead th:first-child {
  width: 24%;
}

.sign-compare thead th:nth-child(2),
.sign-compare thead th:nth-child(3) {
  width: 38%;
}

.sign-compare thead th:nth-child(3) {
  background: color-mix(in srgb, var(--color-accent) 14%, var(--color-neutral));
  color: var(--color-accent);
}

.sign-compare tbody th {
  background: transparent;
  border-bottom: 1px solid var(--color-border);
  font-size: var(--text-body);
  font-weight: var(--weight-semibold);
  letter-spacing: 0;
  text-transform: none;
  color: var(--color-brand-strong);
  vertical-align: middle;
}

.sign-compare tbody td {
  vertical-align: middle;
}

.sign-compare tbody td:nth-child(2) {
  color: var(--color-muted);
}

.sign-compare tbody td:nth-child(3) {
  font-weight: var(--weight-medium);
  color: var(--color-brand-strong);
  background: color-mix(in srgb, var(--color-accent) 10%, var(--color-surface));
}

.sign-compare tbody tr:last-child th,
.sign-compare tbody tr:last-child td {
  border-bottom: 0;
}

@media (max-width: 47.99rem) {
  .sign-compare-wrap {
    overflow: visible;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .sign-compare {
    min-width: 0;
  }

  .sign-compare thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
  }

  .sign-compare tbody,
  .sign-compare tr,
  .sign-compare th,
  .sign-compare td {
    display: block;
    width: 100%;
  }

  .sign-compare tbody tr {
    margin-bottom: var(--space-4);
    padding: var(--space-4);
    overflow: hidden;
    border: 1px solid var(--color-border);
    border-radius: var(--radius);
    background: var(--color-surface);
    box-shadow: var(--shadow-soft);
  }

  .sign-compare tbody tr:last-child {
    margin-bottom: 0;
  }

  .sign-compare tbody th {
    margin-bottom: var(--space-3);
    padding: 0;
    background: transparent;
    border-bottom: 0;
    font-size: var(--text-h3);
  }

  .sign-compare tbody td {
    margin-top: var(--space-2);
    padding: 0.75rem 0.85rem;
    border: 0;
    border-radius: var(--radius-sm);
  }

  .sign-compare tbody td:nth-child(2) {
    background: color-mix(
      in srgb,
      var(--color-neutral) 55%,
      var(--color-surface)
    );
  }

  .sign-compare tbody td:nth-child(3) {
    background: color-mix(
      in srgb,
      var(--color-accent) 12%,
      var(--color-surface)
    );
  }
}

.page-sign .process li {
  position: relative;
  border-left-color: transparent;
}

.page-sign .process li::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 3px;
  background: var(--color-brand);
  transform: translateX(-3px);
  transform-origin: top;
}

.js .page-sign .process:not(.is-marked) li::before {
  transform: translateX(-3px) scaleY(0);
}

.js .page-sign .process.is-marked li::before {
  animation: sign-line 0.7s cubic-bezier(0.22, 1, 0.36, 1) backwards;
}

.js .page-sign .process.is-marked li:nth-child(2)::before {
  animation-delay: 0.34s;
}

.js .page-sign .process.is-marked li:nth-child(3)::before {
  animation-delay: 0.68s;
}

.js .page-sign .process.is-marked > li > span {
  animation: sign-step 0.7s ease;
}

.js .page-sign .process.is-marked > li:nth-child(2) > span {
  animation-delay: 0.34s;
}

.js .page-sign .process.is-marked > li:nth-child(3) > span {
  animation-delay: 0.68s;
}

.page-sign #recorrido,
.page-home #proceso,
.page-home #sectores {
  overflow: clip;
}

.js .page-sign .cycle:not(.is-marked) > li,
.js .page-home #proceso .cycle:not(.is-marked) > li,
.js .page-home #sectores .card-grid:not(.is-marked) > .card {
  opacity: 0;
  transform: translateX(4.75rem);
}

.js .page-sign .cycle.is-marked > li,
.js .page-home #proceso .cycle.is-marked > li,
.js .page-home #sectores .card-grid.is-marked > .card {
  animation: sign-arrive 0.82s cubic-bezier(0.22, 1, 0.36, 1) backwards;
}

.js .page-sign .cycle.is-marked > li:nth-child(2),
.js .page-home #proceso .cycle.is-marked > li:nth-child(2),
.js .page-home #sectores .card-grid.is-marked > .card:nth-child(2) {
  animation-delay: 0.1s;
}

.js .page-sign .cycle.is-marked > li:nth-child(3),
.js .page-home #proceso .cycle.is-marked > li:nth-child(3),
.js .page-home #sectores .card-grid.is-marked > .card:nth-child(3) {
  animation-delay: 0.2s;
}

.js .page-sign .cycle.is-marked > li:nth-child(4),
.js .page-home #proceso .cycle.is-marked > li:nth-child(4),
.js .page-home #sectores .card-grid.is-marked > .card:nth-child(4) {
  animation-delay: 0.3s;
}

.js .page-sign .cycle.is-marked > li:nth-child(5),
.js .page-home #proceso .cycle.is-marked > li:nth-child(5),
.js .page-home #sectores .card-grid.is-marked > .card:nth-child(5) {
  animation-delay: 0.4s;
}

.js .page-home #sectores .card-grid.is-marked > .card:nth-child(6) {
  animation-delay: 0.5s;
}

.js .page-home #sectores .card-grid.is-marked > .card:nth-child(7) {
  animation-delay: 0.6s;
}

.js .page-home #sectores .card-grid.is-marked > .card:nth-child(8) {
  animation-delay: 0.7s;
}

@keyframes sign-line {
  from {
    transform: translateX(-3px) scaleY(0);
  }

  to {
    transform: translateX(-3px) scaleY(1);
  }
}

@keyframes sign-step {
  0%,
  100% {
    color: var(--color-brand);
  }

  35%,
  70% {
    color: var(--color-accent);
  }
}

@keyframes sign-arrive {
  from {
    opacity: 0;
    transform: translateX(4.75rem);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .js .page-sign .process:not(.is-marked) li::before {
    transform: translateX(-3px) scaleY(1);
  }

  .js .page-sign .cycle:not(.is-marked) > li,
  .js .page-sign .cycle.is-marked > li,
  .js .page-home #proceso .cycle:not(.is-marked) > li,
  .js .page-home #proceso .cycle.is-marked > li,
  .js .page-home #sectores .card-grid:not(.is-marked) > .card,
  .js .page-home #sectores .card-grid.is-marked > .card {
    opacity: 1;
    transform: none;
    animation: none;
  }

  .js .page-sign .process.is-marked li::before,
  .js .page-sign .process.is-marked > li > span {
    animation: none;
  }
}

/* Servicios: hero con diagrama, oferta y productos en video. */

.page-services .site-header {
  position: fixed;
  width: 100%;
}

.page-services .site-header:not(.is-scrolled) {
  background: linear-gradient(to bottom, rgb(4 10 20 / 62%), transparent);
  border-bottom: 0;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.page-services .site-header:not(.is-scrolled) .site-logo__picture--on-light {
  display: none;
}

.page-services .site-header:not(.is-scrolled) .site-logo__picture--on-dark {
  display: block;
}

.page-services .site-header:not(.is-scrolled) .theme-toggle,
.page-services .site-header:not(.is-scrolled) .nav-toggle {
  color: #ffffff;
}

.page-services .site-header:not(.is-scrolled) .theme-toggle {
  border-color: rgb(255 255 255 / 24%);
  background: rgb(5 12 23 / 22%);
}

.page-services .media-hero .hero__copy {
  max-width: 42rem;
}

.page-services .media-hero .page-hero__tagline {
  margin-top: var(--space-5);
}

.page-services .services-approach {
  display: grid;
  gap: var(--space-5);
}

.page-services .services-approach__head {
  position: relative;
  max-width: none;
  margin-bottom: 0;
  padding-top: var(--space-4);
}

.page-services .services-approach__head::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3.5rem;
  height: 3px;
  border-radius: 999px;
  background: var(--color-accent);
  transform-origin: left center;
}

.js .page-services .services-approach__head::before {
  transform: scaleX(0);
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.25s;
}

.js .page-services .services-approach__head.is-visible::before {
  transform: scaleX(1);
}

.page-services .services-approach__copy {
  display: grid;
  gap: var(--space-5);
  align-content: center;
}

.page-services .services-approach__body {
  display: grid;
  gap: var(--space-4);
}

.page-services .services-approach__body p {
  max-width: 38rem;
  color: var(--color-muted);
  font-size: var(--text-intro);
  line-height: var(--leading-intro);
}

.page-services .services-approach__body p + p {
  padding-top: var(--space-4);
  border-top: 1px solid var(--color-border);
}

.js .page-services .services-approach__body p:nth-child(2) {
  transition-delay: 0.14s;
}

.page-services .services-approach__photo {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--color-border);
  border-radius: var(--card-radius);
  box-shadow: var(--shadow-soft);
  aspect-ratio: 16 / 10;
}

.page-services .services-approach__photo picture {
  display: block;
  height: 100%;
}

.page-services .services-approach__photo img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center 25%;
}

@media (min-width: 64rem) {
  .page-services .services-approach {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: var(--space-8);
    align-items: center;
  }
}

.page-services .media-hero__video {
  object-position: center;
  filter: saturate(0.9) contrast(1.04);
}

.page-services .media-hero__scrim {
  background:
    linear-gradient(
      90deg,
      rgb(3 9 18 / 92%) 0%,
      rgb(4 12 24 / 72%) 38%,
      rgb(4 12 24 / 28%) 68%,
      rgb(4 12 24 / 8%) 100%
    ),
    linear-gradient(
      0deg,
      rgb(3 9 18 / 78%) 0%,
      transparent 36%,
      rgb(3 9 18 / 48%) 100%
    );
}

.page-services .services-products .section__head {
  max-width: none;
  margin-bottom: var(--space-5);
}

.page-services .services-pymes {
  align-items: center;
  margin-bottom: clamp(2.75rem, 6vw, 4.5rem);
}

.page-services .services-pymes .section__head {
  max-width: none;
  margin-bottom: 0;
}

.page-services .services-pymes .about-media--cover video,
.page-services .services-pymes .about-media--cover .about-media__frame > video {
  transform: scale(1.08);
  animation: services-drift 18s ease-in-out infinite alternate;
}

.page-services .services-pymes__quote {
  margin: 0;
  padding: var(--space-4) var(--space-5);
  border-left: 3px solid var(--color-accent);
  border-radius: 0 var(--radius) var(--radius) 0;
  background: color-mix(in srgb, var(--color-accent) 10%, var(--color-surface));
}

.page-services .services-pymes__quote p {
  max-width: none;
  color: var(--color-brand-strong);
  font-weight: var(--weight-semibold);
}

.page-services .services-pymes__close {
  font-weight: var(--weight-semibold);
  color: var(--color-brand);
}


.page-services .services-benefits h3 {
  margin-bottom: var(--space-5);
}

.page-services .services-benefits ul {
  display: grid;
  gap: var(--space-4);
}

.page-services .services-benefits {
  overflow: clip;
}

.page-services .services-benefits li {
  display: flex;
  align-items: center;
  gap: var(--space-4);
  min-height: 6.75rem;
  padding: var(--space-5);
  border: 1px solid transparent;
  border-radius: var(--card-radius);
  background: color-mix(in srgb, var(--color-accent) 12%, var(--color-surface));
  color: var(--color-brand-strong);
  transition:
    transform 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease;
}

.js .page-services .services-benefits ul:not(.is-marked) > li {
  opacity: 0;
  transform: translateX(4.75rem);
}

.js .page-services .services-benefits ul.is-marked > li {
  animation: sign-arrive 0.82s cubic-bezier(0.22, 1, 0.36, 1) backwards;
}

.js .page-services .services-benefits ul.is-marked > li:nth-child(2) {
  animation-delay: 0.1s;
}

.js .page-services .services-benefits ul.is-marked > li:nth-child(3) {
  animation-delay: 0.2s;
}

.js .page-services .services-benefits ul.is-marked > li:nth-child(4) {
  animation-delay: 0.3s;
}

.js .page-services .services-benefits ul.is-marked > li:nth-child(5) {
  animation-delay: 0.4s;
}

.js .page-services .services-benefits ul.is-marked > li:nth-child(6) {
  animation-delay: 0.5s;
}

.page-services .services-benefits li p {
  font-weight: var(--weight-semibold);
  color: inherit;
}

@media (min-width: 40rem) {
  .page-services .services-benefits ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 64rem) {
  .page-services .services-benefits ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.page-services .service-grid {
  counter-reset: service-card;
}

.js .page-services .service-grid[data-reveal] {
  opacity: 1;
  transform: none;
}

.page-services .service-grid > .card {
  position: relative;
  overflow: hidden;
  counter-increment: service-card;
}

.js .page-services .service-grid > .card {
  opacity: 0;
  transform: translateY(0.75rem);
  transition:
    opacity 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.js .page-services .service-grid.is-visible > .card {
  opacity: 1;
  transform: none;
}

.js .page-services .service-grid.is-visible > .card:nth-child(4n + 2) {
  transition-delay: 0.05s;
}

.js .page-services .service-grid.is-visible > .card:nth-child(4n + 3) {
  transition-delay: 0.1s;
}

.js .page-services .service-grid.is-visible > .card:nth-child(4n) {
  transition-delay: 0.15s;
}

.page-services .service-grid > .card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--color-accent);
  transform: scaleX(0);
  transform-origin: left center;
}

.js .page-services .service-grid.is-visible > .card::after {
  animation: service-rule 0.4s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.js .page-services .service-grid.is-visible > .card:nth-child(4n + 2)::after {
  animation-delay: 0.05s;
}

.js .page-services .service-grid.is-visible > .card:nth-child(4n + 3)::after {
  animation-delay: 0.1s;
}

.js .page-services .service-grid.is-visible > .card:nth-child(4n)::after {
  animation-delay: 0.15s;
}

.page-services .service-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-3);
}

.page-services .service-card__index {
  color: var(--color-accent);
  font-size: var(--text-xs);
  font-weight: var(--weight-bold);
  letter-spacing: var(--tracking-caps);
  font-variant-numeric: tabular-nums;
}

.page-services .service-card__index::before {
  content: counter(service-card, decimal-leading-zero);
}

.page-services .services-products .tile-grid li {
  transition:
    transform 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease;
}

.page-services .card__icon {
  transition:
    transform 0.28s ease,
    color 0.28s ease,
    background 0.28s ease;
}

@keyframes services-drift {
  from {
    transform: scale(1.08);
  }

  to {
    transform: scale(1.16);
  }
}

@keyframes service-rule {
  from {
    transform: scaleX(0);
  }

  to {
    transform: scaleX(1);
  }
}

@media (hover: hover) {
  .page-services .card:hover,
  .page-services .card:focus-within,
  .page-services .tile-grid li:hover,
  .page-services .tile-grid li:focus-within,
  .page-services .services-benefits li:hover,
  .page-services .services-benefits li:focus-within {
    transform: translateY(-4px);
    border-color: color-mix(
      in srgb,
      var(--color-accent) 40%,
      var(--color-border)
    );
    box-shadow: var(--shadow-soft);
  }

  .page-services .card:hover .card__icon,
  .page-services .card:focus-within .card__icon,
  .page-services .services-benefits li:hover .card__icon,
  .page-services .services-benefits li:focus-within .card__icon,
  .page-services .tile-grid li:hover .card__icon,
  .page-services .tile-grid li:focus-within .card__icon {
    color: var(--color-accent-strong);
    background: color-mix(
      in srgb,
      var(--color-accent) 16%,
      var(--color-icon-bg)
    );
    transform: translateY(-2px);
  }
}

@media (min-width: 75rem) {
  .page-services .site-header:not(.is-scrolled) .site-nav > ul > li > a,
  .page-services .site-header:not(.is-scrolled) .submenu-item > a {
    color: rgb(255 255 255 / 76%);
  }

  .page-services .site-header:not(.is-scrolled) .site-nav > ul > li > a:hover,
  .page-services .site-header:not(.is-scrolled) .submenu-item > a:hover {
    color: #ffffff;
    background: rgb(255 255 255 / 9%);
  }

  .page-services
    .site-header:not(.is-scrolled)
    .site-nav
    > ul
    > li
    > a[aria-current="page"] {
    color: #ffffff;
    background: rgb(255 255 255 / 12%);
  }

  .page-services .site-header:not(.is-scrolled) .site-nav > ul > li > a::before,
  .page-services .site-header:not(.is-scrolled) .submenu-item > a::before {
    content: none;
  }
}

@media (max-width: 30rem) {
  .page-services .site-logo__picture {
    height: 2.05rem;
  }

  .page-services .site-header__inner,
  .page-services .site-header__tools {
    gap: var(--space-2);
  }

  .page-services .site-header__cta {
    padding-inline: 0.85rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-services .services-pymes .about-media--cover video,
  .page-services .services-pymes .about-media--cover .about-media__frame > video,
  .page-services .service-grid > .card,
  .page-services .service-grid > .card::after,
  .page-services .card__icon,
  .page-services .tile-grid li,
  .page-services .services-benefits li {
    animation: none;
    transition: none;
    transform: none;
  }

  .js .page-services .services-benefits ul:not(.is-marked) > li,
  .js .page-services .services-benefits ul.is-marked > li {
    opacity: 1;
    transform: none;
    animation: none;
  }

  .js .page-services .services-approach__head::before {
    transform: none;
    transition: none;
  }

  .js .page-services .service-grid > .card {
    opacity: 1;
  }

  .js .page-services .service-grid > .card::after {
    transform: scaleX(1);
  }
}

/* Seguridad: hero con video, prácticas y PLA/FT. */

.page-security .site-header {
  position: fixed;
  width: 100%;
}

.page-security .site-header:not(.is-scrolled) {
  background: linear-gradient(to bottom, rgb(4 10 20 / 62%), transparent);
  border-bottom: 0;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.page-security .site-header:not(.is-scrolled) .site-logo__picture--on-light {
  display: none;
}

.page-security .site-header:not(.is-scrolled) .site-logo__picture--on-dark {
  display: block;
}

.page-security .site-header:not(.is-scrolled) .theme-toggle,
.page-security .site-header:not(.is-scrolled) .nav-toggle {
  color: #ffffff;
}

.page-security .site-header:not(.is-scrolled) .theme-toggle {
  border-color: rgb(255 255 255 / 24%);
  background: rgb(5 12 23 / 22%);
}

.page-security .hero.media-hero {
  min-height: 100vh;
  min-height: 100svh;
  min-height: 100dvh;
  padding: calc(var(--header-height) + clamp(1.25rem, 5vh, 4rem)) 0
    clamp(6.75rem, 14vh, 9rem);
}

.page-security .media-hero .hero__copy {
  max-width: 42rem;
}

.page-security .media-hero .hero__title {
  max-width: 22rem;
  font-size: clamp(2.15rem, 4.6vw, 3.5rem);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.page-security .media-hero__video {
  object-position: center;
  filter: saturate(0.9) contrast(1.04);
}

.page-security .media-hero__scrim {
  background:
    linear-gradient(
      90deg,
      rgb(3 9 18 / 92%) 0%,
      rgb(4 12 24 / 72%) 38%,
      rgb(4 12 24 / 28%) 68%,
      rgb(4 12 24 / 8%) 100%
    ),
    linear-gradient(
      0deg,
      rgb(3 9 18 / 78%) 0%,
      transparent 36%,
      rgb(3 9 18 / 48%) 100%
    );
}

.security-lock {
  display: flex;
  align-items: flex-start;
  gap: var(--space-3);
}

.security-lock__icon {
  width: 1.35rem;
  height: 1.35rem;
  flex: 0 0 auto;
  margin-top: 0.15rem;
  color: var(--color-accent);
}

.media-hero .security-lock__icon {
  color: #93c5fd;
}

.security-media {
  margin: var(--space-5) 0 0;
  overflow: hidden;
  border: 1px solid var(--color-border);
  border-radius: var(--card-radius);
  box-shadow: var(--shadow-soft);
  aspect-ratio: 21 / 7;
}

.js .page-security .security-practices[data-reveal] {
  opacity: 1;
  transform: none;
}

.page-security .security-practices > .card {
  position: relative;
  overflow: hidden;
}

.js .page-security .security-practices > .card {
  opacity: 0;
  transform: translateY(0.75rem);
  transition:
    opacity 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.js .page-security .security-practices.is-visible > .card {
  opacity: 1;
  transform: none;
}

.js .page-security .security-practices.is-visible > .card:nth-child(4n + 2) {
  transition-delay: 0.05s;
}

.js .page-security .security-practices.is-visible > .card:nth-child(4n + 3) {
  transition-delay: 0.1s;
}

.js .page-security .security-practices.is-visible > .card:nth-child(4n) {
  transition-delay: 0.15s;
}

.page-security .security-practices > .card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--color-accent);
  transform: scaleX(0);
  transform-origin: left center;
}

.js .page-security .security-practices.is-visible > .card::after {
  animation: service-rule 0.4s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.js .page-security .security-practices.is-visible > .card:nth-child(4n + 2)::after {
  animation-delay: 0.05s;
}

.js .page-security .security-practices.is-visible > .card:nth-child(4n + 3)::after {
  animation-delay: 0.1s;
}

.js .page-security .security-practices.is-visible > .card:nth-child(4n)::after {
  animation-delay: 0.15s;
}

.page-security .security-practices .card__icon {
  transition:
    transform 0.28s ease,
    color 0.28s ease,
    background 0.28s ease;
}

@media (hover: hover) {
  .page-security .security-practices > .card:hover,
  .page-security .security-practices > .card:focus-within,
  .js .page-security .security-practices.is-visible > .card:hover,
  .js .page-security .security-practices.is-visible > .card:focus-within {
    transform: translateY(-4px);
    border-color: color-mix(
      in srgb,
      var(--color-accent) 40%,
      var(--color-border)
    );
    box-shadow: var(--shadow-soft);
  }

  .page-security .security-practices > .card:hover .card__icon,
  .page-security .security-practices > .card:focus-within .card__icon {
    color: var(--color-accent-strong);
    background: color-mix(
      in srgb,
      var(--color-accent) 16%,
      var(--color-icon-bg)
    );
    transform: translateY(-2px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-security .security-practices > .card,
  .page-security .security-practices > .card::after,
  .page-security .security-practices .card__icon {
    animation: none;
    transition: none;
    transform: none;
  }

  .js .page-security .security-practices > .card {
    opacity: 1;
  }

  .js .page-security .security-practices > .card::after {
    transform: scaleX(1);
  }
}

.security-media picture {
  display: block;
  height: 100%;
}

.security-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
}

#practicas {
  scroll-margin-top: calc(var(--header-height) + 0.75rem);
}

@media (max-height: 48rem) {
  .page-security .hero.media-hero {
    padding-top: calc(var(--header-height) + 1rem);
    padding-bottom: 6.25rem;
  }

  .page-security .media-hero .hero__title {
    font-size: clamp(1.75rem, 5.2vh, 2.65rem);
  }
}

@media (min-width: 75rem) {
  .page-security .site-header:not(.is-scrolled) .site-nav > ul > li > a,
  .page-security .site-header:not(.is-scrolled) .submenu-item > a {
    color: rgb(255 255 255 / 76%);
  }

  .page-security .site-header:not(.is-scrolled) .site-nav > ul > li > a:hover,
  .page-security .site-header:not(.is-scrolled) .submenu-item > a:hover {
    color: #ffffff;
    background: rgb(255 255 255 / 9%);
  }

  .page-security
    .site-header:not(.is-scrolled)
    .site-nav
    > ul
    > li
    > a[aria-current="page"] {
    color: #ffffff;
    background: rgb(255 255 255 / 12%);
  }

  .page-security .site-header:not(.is-scrolled) .site-nav > ul > li > a::before,
  .page-security .site-header:not(.is-scrolled) .submenu-item > a::before {
    content: none;
  }
}

@media (max-width: 47.99rem) {
  .page-security .hero.media-hero {
    min-height: 100vh;
    min-height: 100svh;
    min-height: 100dvh;
    padding: calc(var(--header-height) + var(--space-5)) 0 6.75rem;
  }

  .page-security .media-hero .hero__title {
    max-width: none;
    font-size: clamp(1.85rem, 7.4vw, 2.4rem);
  }

  .security-media {
    aspect-ratio: 16 / 9;
  }
}

@media (max-width: 30rem) {
  .page-security .site-logo__picture {
    height: 2.05rem;
  }

  .page-security .site-header__inner,
  .page-security .site-header__tools {
    gap: var(--space-2);
  }

  .page-security .site-header__cta {
    padding-inline: 0.85rem;
  }
}
