@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("assets/fonts/montserrat-latin-400-800.woff2") format("woff2");
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400 800;
  font-stretch: 100%;
  font-display: swap;
  src: url("assets/fonts/open-sans-latin-400-800.woff2") format("woff2");
}

@font-face {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("assets/fonts/playfair-display-latin-400-700.woff2") format("woff2");
}

@font-face {
  font-family: "Playfair Display";
  font-style: italic;
  font-weight: 400 700;
  font-display: swap;
  src: url("assets/fonts/playfair-display-latin-italic-400-700.woff2") format("woff2");
}

:root {
  /* Design-system primitives: keep legacy names for existing pages and expose semantic aliases for new Luma systems. */
  --luma-ink-900: #01040a;
  --luma-ink-800: #02050b;
  --luma-ink-700: #030812;
  --luma-ink-500: #07101b;
  --luma-blue-100: #dbe7ff;
  --luma-blue-300: #91b9ff;
  --luma-blue-500: #3a86ff;
  --luma-blue-700: #0f67ff;
  --luma-paper: #f4f7fb;
  --luma-slate-300: #b5bfce;
  --luma-slate-400: #8793a5;
  --bg: var(--luma-ink-900);
  --bg-2: var(--luma-ink-700);
  --graphite: var(--luma-ink-500);
  --glass: rgba(8, 15, 26, 0.76);
  --glass-strong: rgba(11, 20, 33, 0.9);
  --line: rgba(133, 160, 207, 0.16);
  --line-strong: rgba(99, 144, 218, 0.34);
  --text: var(--luma-paper);
  --text-soft: var(--luma-slate-300);
  --text-dim: var(--luma-slate-400);
  --blue: var(--luma-blue-500);
  --blue-deep: var(--luma-blue-700);
  --focus: rgba(58, 134, 255, 0.56);
  --surface-page: var(--bg);
  --surface-page-2: var(--bg-2);
  --surface-card: rgba(7, 13, 23, 0.64);
  --surface-glass: var(--glass);
  --text-strong: #ffffff;
  --text-body: var(--text);
  --text-muted: var(--text-dim);
  --accent: var(--blue);
  --accent-hover: #6facff;
  --accent-strong: var(--blue-deep);
  --border-subtle: var(--line);
  --border-strong: var(--line-strong);
  --font-sans: "Open Sans", Arial, sans-serif;
  --font-display: "Montserrat", "Open Sans", Arial, sans-serif;
  --font-serif: "Playfair Display", Georgia, "Times New Roman", Times, serif;
  --tracking-display: -0.024em;
  --tracking-h: -0.011em;
  --tracking-wide: 0.06em;
  --tracking-label: 0.14em;
  --tracking-eyebrow: 0.24em;
  --max-width: 1350px;
  --shell-gutter: clamp(2.5rem, 7vw, 7rem);
  --grid-gutter: clamp(1rem, 1.8vw, 1.5rem);
  --grid-16: repeat(16, minmax(0, 1fr));
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-6: 1.5rem;
  --space-8: 2rem;
  --pad-card: var(--space-6);
  --pad-roomy: var(--space-8);
  --gap-inline: var(--space-3);
  --gap-stack: var(--space-4);
  --gap-stack-lg: var(--space-6);
  --radius-xs: 6px;
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-pill: 999px;
  --bg-card:
    linear-gradient(145deg, rgba(58, 134, 255, 0.13), transparent 50%),
    rgba(7, 13, 23, 0.64);
  --bg-glass-refined:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 28%),
    linear-gradient(145deg, rgba(58, 134, 255, 0.1), transparent 52%),
    rgba(8, 15, 26, 0.6);
  --glass-ring: inset 0 0 0 1px rgba(149, 185, 255, 0.1);
  --glass-sheen: inset 0 1px 0 rgba(255, 255, 255, 0.1), inset 0 18px 34px -26px rgba(176, 205, 255, 0.28);
  --shadow-card:
    0 1px 2px rgba(0, 0, 0, 0.24),
    0 22px 56px -20px rgba(2, 8, 20, 0.66),
    inset 0 1px 0 rgba(255, 255, 255, 0.035);
  --noise-url: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  --noise-opacity: 0.035;
  --hero-desktop: url("assets/imgs/hero-bg-desktop.webp");
  --hero-mobile: url("assets/imgs/hero-bg-mobile.webp");
  --page-bg: url("assets/imgs/services-bg-desktop-1.webp");
  --statement-bg: url("assets/imgs/services-bg-desktop-1.webp");
}

.page-services {
  --page-bg: url("assets/imgs/services-bg-desktop-1.webp");
  --page-focus-x: 74%;
  --page-focus-y: 38%;
}

.page-diagnosis {
  --page-bg: url("assets/imgs/services-bg-desktop-3.webp");
  --page-focus-x: 76%;
  --page-focus-y: 42%;
}

.page-approach {
  --page-bg: url("assets/imgs/services-bg-desktop-3.webp");
  --page-focus-x: 78%;
  --page-focus-y: 32%;
}

.page-contact {
  --page-bg: url("assets/imgs/services-bg-desktop-4.webp");
  --page-focus-x: 72%;
  --page-focus-y: 42%;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
  background: var(--bg);
}

body {
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  color: var(--text);
  background:
    radial-gradient(circle at 78% 0%, rgba(58, 134, 255, 0.13), transparent 28rem),
    radial-gradient(90% 72% at 6% 2%, rgba(15, 103, 255, 0.11), transparent 52%),
    linear-gradient(180deg, var(--bg), #02050b 48%, #010309);
  font-family: var(--font-sans);
  font-size: 17.5px;
  line-height: 1.55;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: var(--noise-url);
  background-size: 160px 160px;
  opacity: var(--noise-opacity);
  mix-blend-mode: overlay;
}

body > * {
  position: relative;
  z-index: 1;
}

body.modal-open {
  overflow: hidden;
}

::selection {
  color: #ffffff;
  background: rgba(58, 134, 255, 0.68);
}

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

a {
  color: inherit;
}

.text-nowrap {
  white-space: nowrap;
}

@media (max-width: 360px) {
  .hero h1 .text-nowrap {
    white-space: normal;
  }
}

h1,
h2,
h3,
p,
ul,
li,
dl,
dd {
  margin: 0;
}

h1,
h2,
h3,
.site-nav a,
.header-link,
.button,
.eyebrow,
.metric-card strong,
.stat-card strong,
.service-card h3,
.case-card h3,
.use-case-card h3,
.footer-brand h2 {
  font-family: var(--font-display);
}

.shell {
  width: min(var(--max-width), calc(100% - clamp(2.5rem, 7vw, 7rem)));
  margin-inline: auto;
}

.skip-link,
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.skip-link:focus-visible {
  top: 1rem;
  left: 1rem;
  z-index: 100;
  width: auto;
  height: auto;
  clip: auto;
  padding: 0.65rem 0.85rem;
  border-radius: 8px;
  color: #ffffff;
  background: var(--blue-deep);
  text-decoration: none;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  border-bottom: 1px solid rgba(149, 174, 214, 0.11);
  background:
    radial-gradient(ellipse at 50% 100%, rgba(58, 134, 255, 0.12), transparent 44%),
    linear-gradient(180deg, rgba(1, 4, 10, 0.86), rgba(1, 4, 10, 0.58)),
    rgba(1, 4, 10, 0.54);
  box-shadow:
    0 18px 46px rgba(0, 0, 0, 0.24),
    0 1px 0 rgba(255, 255, 255, 0.03),
    0 0 32px rgba(58, 134, 255, 0.08);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.site-header::after {
  content: "";
  position: absolute;
  left: 14%;
  right: 14%;
  bottom: -1px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(58, 134, 255, 0.5), transparent);
  opacity: 0.72;
  pointer-events: none;
}

.site-header__inner {
  min-height: 72px;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(112px, 160px) 1fr minmax(154px, auto);
  align-items: center;
  gap: clamp(1rem, 2vw, 1.6rem);
}

.site-logo {
  width: 100px;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.site-logo__full {
  width: 118px;
  height: auto;
}

.site-logo__mark {
  display: none;
}

.site-nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(1rem, 2.25vw, 2.65rem);
  padding: 0;
  list-style: none;
}

.site-nav a,
.header-link {
  color: rgba(247, 250, 255, 0.88);
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: var(--tracking-label);
  text-decoration: none;
  text-transform: uppercase;
}

.language-switcher,
.mobile-language-switcher {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
  padding: 0.2rem;
  border: 1px solid rgba(104, 153, 230, 0.26);
  border-radius: 999px;
  background: rgba(5, 12, 23, 0.54);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.language-switcher__link {
  min-width: 1.85rem;
  min-height: 1.65rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: rgba(213, 224, 241, 0.74);
  font-family: var(--font-display);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: var(--tracking-label);
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    color 160ms ease,
    background 160ms ease,
    box-shadow 160ms ease;
}


.site-nav__language {
  display: inline-flex;
  align-items: center;
}

.site-nav__language .language-switcher {
  transform: translateY(-0.02rem);
}

.language-switcher__link:hover,
.language-switcher__link:focus-visible,
.language-switcher__link.is-active {
  color: #ffffff;
  background: rgba(58, 134, 255, 0.2);
  box-shadow: 0 0 18px rgba(58, 134, 255, 0.16);
}

.site-nav a {
  position: relative;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.6rem;
  height: 1px;
  transform: scaleX(0);
  transform-origin: center;
  background: var(--blue);
  box-shadow: 0 0 14px rgba(58, 134, 255, 0.65);
  transition: transform 180ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a[aria-current="page"] {
  color: #ffffff;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after,
.site-nav a[aria-current="page"]::after {
  transform: scaleX(1);
}

.header-link {
  justify-self: end;
  min-width: 160px;
  min-height: 34px;
  padding-inline: 0.95rem;
}

.header-link,
.button,
.mobile-menu summary,
.contact-channel,
.contact__email {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(104, 153, 230, 0.38);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(58, 134, 255, 0.22), rgba(58, 134, 255, 0.56)),
    rgba(6, 15, 29, 0.5);
  box-shadow:
    0 0 30px rgba(58, 134, 255, 0.13),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transition:
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.header-link,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.button {
  min-height: 50px;
  gap: 1.2rem;
  padding: 0.1rem 1.25rem;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 750;
  letter-spacing: var(--tracking-label);
  line-height: 1.15;
  text-decoration: none;
}

.button__icon {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  width: 1.28rem;
  height: 0.8rem;
  display: inline-block;
  background: currentColor;
  transform: translateY(0.02rem);
  -webkit-mask: url("assets/icons/arrow-icon.svg") center / contain no-repeat;
  mask: url("assets/icons/arrow-icon.svg") center / contain no-repeat;
  transition: transform 180ms ease;
}

.button__brand-icon {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  width: 1.05rem;
  height: 1.05rem;
}

.button--secondary {
  min-width: 178px;
  border-color: rgba(104, 153, 230, 0.28);
  background:
    linear-gradient(90deg, rgba(58, 134, 255, 0.08), rgba(58, 134, 255, 0.18)),
    rgba(4, 10, 19, 0.5);
  color: #dce5f4;
}

.button--whatsapp {
  gap: 0.65rem;
}

.header-link::after,
.button::after,
.mobile-menu summary::after,
.contact-channel::after,
.contact__email::after {
  content: "";
  position: absolute;
  inset: -55% auto -55% -75%;
  z-index: 2;
  width: 68%;
  transform: skewX(-18deg);
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.12),
    rgba(141, 190, 255, 0.42),
    rgba(255, 255, 255, 0.16),
    transparent
  );
  opacity: 0;
  mix-blend-mode: screen;
  pointer-events: none;
}

.button > *,
.header-link > *,
.contact-channel > *,
.contact__email > * {
  position: relative;
  z-index: 1;
}

@media (hover: hover) and (pointer: fine) {
  .header-link:hover,
  .button:hover,
  .mobile-menu summary:hover,
  .contact-channel:hover,
  .contact__email:hover {
    border-color: rgba(120, 171, 255, 0.58);
    background:
      radial-gradient(circle at 22% 0%, rgba(255, 255, 255, 0.12), transparent 34%),
      linear-gradient(90deg, rgba(58, 134, 255, 0.32), rgba(58, 134, 255, 0.68)),
      rgba(6, 15, 29, 0.68);
    box-shadow:
      0 0 42px rgba(58, 134, 255, 0.3),
      0 10px 28px rgba(0, 0, 0, 0.22),
      inset 0 1px 0 rgba(255, 255, 255, 0.18),
      inset 0 -18px 30px rgba(58, 134, 255, 0.12);
    transform: translateY(-2px);
  }

  .header-link:hover::after,
  .button:hover::after,
  .mobile-menu summary:hover::after,
  .contact-channel:hover::after,
  .contact__email:hover::after {
    animation: glass-sheen 1200ms ease forwards;
  }

  .button--primary:hover .button__icon,
  .text-link:hover .button__icon,
  .contact-channel:hover .button__icon {
    transform: translateX(5px);
  }
}

.header-link:active,
.button:active,
.mobile-menu summary:active,
.contact-channel:active,
.contact__email:active {
  transform: translateY(0);
}

@keyframes glass-sheen {
  0% {
    opacity: 0;
    left: -75%;
  }

  18% {
    opacity: 1;
  }

  44% {
    opacity: 0.78;
  }

  100% {
    opacity: 0;
    left: 125%;
  }
}

@keyframes hero-highlight-glow {
  0%,
  100% {
    background-position: 0% 50%;
    filter: drop-shadow(0 0 10px rgba(58, 134, 255, 0.12));
  }

  50% {
    background-position: 100% 50%;
    filter: drop-shadow(0 0 18px rgba(58, 134, 255, 0.34));
  }
}

@keyframes hero-highlight-line {
  0%,
  100% {
    opacity: 0.16;
    transform: scaleX(0.65);
  }

  50% {
    opacity: 0.5;
    transform: scaleX(1);
  }
}

.site-logo:focus-visible,
.site-nav a:focus-visible,
.header-link:focus-visible,
.language-switcher__link:focus-visible,
.mobile-menu summary:focus-visible,
.mobile-menu__panel a:focus-visible,
.button:focus-visible,
.text-link:focus-visible,
.contact-channel:focus-visible,
.contact__email:focus-visible {
  outline: 2px solid var(--focus);
  outline-offset: 4px;
}

.mobile-menu {
  display: none;
}

.mobile-menu summary {
  width: 42px;
  height: 38px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background:
    linear-gradient(90deg, rgba(58, 134, 255, 0.14), rgba(58, 134, 255, 0.34)),
    rgba(5, 12, 23, 0.72);
  cursor: pointer;
  list-style: none;
}

.mobile-menu summary::-webkit-details-marker {
  display: none;
}

.mobile-menu summary span {
  position: relative;
  z-index: 1;
  width: 17px;
  height: 1px;
  background: #f4f8ff;
  box-shadow: 0 0 12px rgba(58, 134, 255, 0.4);
  transition: transform 180ms ease, opacity 180ms ease;
}

.mobile-menu[open] summary span:first-child {
  transform: translateY(3.5px) rotate(45deg);
}

.mobile-menu[open] summary span:last-child {
  transform: translateY(-3.5px) rotate(-45deg);
}

.mobile-menu__panel {
  position: absolute;
  top: calc(100% + 0.7rem);
  right: 0;
  width: min(16.5rem, calc(100vw - 2.5rem));
  display: grid;
  gap: 0.18rem;
  padding: 0.65rem;
  border: 1px solid rgba(133, 160, 207, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(12, 22, 36, 0.96), rgba(4, 9, 18, 0.98)),
    var(--bg);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
}

.mobile-menu__panel a {
  min-height: 40px;
  display: flex;
  align-items: center;
  border-radius: 6px;
  padding: 0 0.75rem;
  color: rgba(247, 250, 255, 0.9);
  font-size: 0.76rem;
  font-weight: 750;
  letter-spacing: var(--tracking-label);
  text-decoration: none;
  text-transform: uppercase;
}

.mobile-menu__panel a:last-child {
  margin-top: 0.25rem;
  color: #ffffff;
  background: rgba(58, 134, 255, 0.18);
}

.mobile-language-switcher {
  justify-content: flex-start;
  margin: 0.35rem 0.1rem 0.25rem;
  padding: 0.25rem;
}

.mobile-menu__panel a:hover,
.mobile-menu__panel a:focus-visible,
.mobile-menu__panel a[aria-current="page"] {
  background: rgba(58, 134, 255, 0.14);
}

.eyebrow {
  color: var(--blue);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: var(--tracking-eyebrow);
  line-height: 1.45;
  text-transform: uppercase;
}

.hero {
  position: relative;
  min-height: 735px;
  display: grid;
  align-items: start;
  padding: 136px 0 132px;
  isolation: isolate;
  background-image:
    radial-gradient(circle at 78% 45%, rgba(58, 134, 255, 0.16), transparent 24rem),
    linear-gradient(
      90deg,
      rgba(1, 4, 10, 0.99) 0%,
      rgba(1, 4, 10, 0.94) 29%,
      rgba(1, 4, 10, 0.58) 50%,
      rgba(1, 4, 10, 0.12) 73%,
      rgba(1, 4, 10, 0.42) 100%
    ),
    linear-gradient(180deg, rgba(1, 4, 10, 0.08) 0%, rgba(1, 4, 10, 0) 58%, var(--bg) 100%),
    var(--hero-desktop);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.hero::before,
.inner-hero::before {
  content: "";
  position: absolute;
  inset: 72px 0 auto;
  height: 1px;
  background: linear-gradient(90deg, rgba(58, 134, 255, 0.24), rgba(255, 255, 255, 0.08), transparent 72%);
  pointer-events: none;
  z-index: 0;
}

.hero::after,
.inner-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 235px;
  background:
    linear-gradient(0deg, var(--bg) 0%, rgba(1, 4, 10, 0.88) 35%, rgba(1, 4, 10, 0) 100%);
  pointer-events: none;
  z-index: 0;
}

.hero__content {
  width: 100%;
  max-width: 690px;
  position: relative;
  z-index: 2;
  margin-inline-start: max(3.5rem, calc((100vw - var(--max-width)) / 2));
  margin-inline-end: auto;
}

.hero h1,
.inner-hero h1 {
  color: #f7f9fd;
  font-weight: 400;
  letter-spacing: var(--tracking-h);
}

.hero h1 {
  max-width: 100%;
  margin-top: 1.45rem;
  font-size: clamp(2.95rem, 4.4vw, 4.35rem);
  line-height: 1.09;
}

.hero h1 em,
.inner-hero h1 em,
.approach h2 em {
  color: var(--blue);
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 400;
}

.hero-highlight {
  position: relative;
  display: inline-block;
  color: var(--blue);
  background: linear-gradient(
    105deg,
    var(--blue) 0%,
    #6facff 32%,
    #edf6ff 50%,
    #75b4ff 66%,
    var(--blue) 100%
  );
  background-size: 260% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 18px rgba(58, 134, 255, 0.16);
  animation: hero-highlight-glow 6.4s ease-in-out infinite;
}

.hero-highlight::after {
  content: "";
  position: absolute;
  left: 0.08em;
  right: 0.08em;
  bottom: 0.03em;
  height: 0.055em;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(141, 190, 255, 0.68), transparent);
  transform-origin: center;
  animation: hero-highlight-line 6.4s ease-in-out infinite;
  pointer-events: none;
}

.hero__lead {
  max-width: 505px;
  margin-top: 1.55rem;
  color: #b3bdcc;
  font-size: 1.13rem;
  line-height: 1.6;
}

.hero__lead::before {
  content: "";
  display: block;
  width: 82px;
  height: 2px;
  margin-bottom: 1.45rem;
  background: var(--blue);
  box-shadow: 0 0 18px rgba(58, 134, 255, 0.56);
}

.hero__support {
  max-width: 505px;
  margin-top: 1rem;
  color: #8e99aa;
  font-size: 1rem;
  line-height: 1.6;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  margin-top: 2rem;
}

.hero__actions .button--primary {
  min-width: 224px;
  justify-content: space-between;
}

.hero__diagnosis-link {
  margin: 0.85rem 0 0;
}

.hero__diagnosis-link a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #dbe7ff;
  font-size: 0.9rem;
  font-weight: 780;
  text-decoration: none;
}

.hero__diagnosis-link a:hover {
  color: #ffffff;
}

.hero__diagnosis-link a:focus-visible {
  outline: 2px solid rgba(96, 165, 250, 0.85);
  outline-offset: 4px;
  border-radius: 6px;
}

.hero__diagnosis-link .button__icon {
  width: 1rem;
  height: 0.62rem;
  color: var(--blue);
}

.founder-strip {
  width: min(100%, 610px);
  display: grid;
  grid-template-columns: auto auto 1fr;
  align-items: center;
  gap: 1.35rem;
  margin-top: 2.15rem;
}

.founder-strip__photo {
  width: 112px;
  height: 112px;
  border: 1px solid rgba(183, 201, 229, 0.3);
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.28);
}

.founder-strip__rule {
  display: block;
  width: 1px;
  height: 82px;
  background: rgba(143, 166, 204, 0.28);
}

.founder-strip__copy {
  min-width: 0;
  display: grid;
  gap: 0.18rem;
}

.founder-strip__signature {
  width: 205px;
  height: auto;
  margin-bottom: 0.65rem;
  opacity: 0.86;
}

.founder-strip__copy p:last-child {
  max-width: 390px;
  margin-top: 0.25rem;
  color: #aab4c4;
  font-size: 0.9rem;
  line-height: 1.45;
}

.inner-hero {
  --hero-bg-x: 50%;
  --hero-bg-y: 50%;
  --parallax-y: 0px;
  position: relative;
  min-height: clamp(390px, 32vw, 480px);
  display: grid;
  align-items: center;
  padding: 128px 0 76px;
  isolation: isolate;
  overflow: hidden;
  background-image:
    radial-gradient(circle at var(--page-focus-x, 70%) var(--page-focus-y, 42%), rgba(58, 134, 255, 0.2), transparent 22rem),
    linear-gradient(90deg, rgba(1, 4, 10, 0.96) 0%, rgba(1, 4, 10, 0.78) 38%, rgba(1, 4, 10, 0.28) 72%, rgba(1, 4, 10, 0.7) 100%),
    linear-gradient(180deg, rgba(1, 4, 10, 0.2) 0%, rgba(1, 4, 10, 0.2) 58%, var(--bg) 100%),
    var(--page-bg);
  background-position:
    center,
    center,
    center,
    var(--hero-bg-x) calc(var(--hero-bg-y) + var(--parallax-y));
  background-repeat: no-repeat;
  background-size:
    100% 100%,
    100% 100%,
    100% 100%,
    cover;
  will-change: background-position;
}

.inner-hero__content {
  position: relative;
  z-index: 2;
  max-width: 710px;
}

.inner-hero--left .inner-hero__content {
  margin-inline-start: max(clamp(1.25rem, 3.5vw, 3.5rem), calc((100vw - var(--max-width)) / 2));
  margin-inline-end: auto;
}

.inner-hero--right .inner-hero__content {
  margin-inline-start: auto;
  margin-inline-end: max(clamp(1.25rem, 3.5vw, 3.5rem), calc((100vw - var(--max-width)) / 2));
  max-width: 720px;
}

.inner-hero h1 {
  max-width: 15.5ch;
  margin-top: 1rem;
  font-family: var(--font-serif);
  font-size: clamp(2.45rem, 4.6vw, 4.25rem);
  line-height: 1.04;
}

.inner-hero p:not(.eyebrow) {
  max-width: 610px;
  margin-top: 1.25rem;
  color: #b7c1cf;
  font-size: 1.12rem;
  line-height: 1.65;
}

.page-services .inner-hero {
  --hero-bg-x: 100%;
  --hero-bg-y: 50%;
  background-image:
    radial-gradient(circle at 78% 42%, rgba(58, 134, 255, 0.22), transparent 22rem),
    linear-gradient(90deg, rgba(1, 4, 10, 0.98) 0%, rgba(1, 4, 10, 0.84) 42%, rgba(1, 4, 10, 0.26) 72%, rgba(1, 4, 10, 0.62) 100%),
    linear-gradient(180deg, rgba(1, 4, 10, 0.15) 0%, rgba(1, 4, 10, 0.16) 62%, var(--bg) 100%),
    var(--page-bg);
}

.page-diagnosis .inner-hero {
  --hero-bg-x: 100%;
  --hero-bg-y: 50%;
  min-height: clamp(390px, 32vw, 480px);
  background-image:
    radial-gradient(circle at 76% 42%, rgba(58, 134, 255, 0.18), transparent 23rem),
    linear-gradient(90deg, rgba(1, 4, 10, 0.98) 0%, rgba(1, 4, 10, 0.86) 40%, rgba(1, 4, 10, 0.34) 72%, rgba(1, 4, 10, 0.58) 100%),
    linear-gradient(180deg, rgba(1, 4, 10, 0.2) 0%, rgba(1, 4, 10, 0.12) 58%, var(--bg) 100%),
    var(--page-bg);
}

.page-diagnosis .inner-hero__content {
  max-width: 700px;
}

.page-approach .inner-hero {
  --hero-bg-x: 100%;
  --hero-bg-y: 50%;
  background-image:
    radial-gradient(circle at 76% 38%, rgba(58, 134, 255, 0.18), transparent 22rem),
    linear-gradient(90deg, rgba(1, 4, 10, 0.98) 0%, rgba(1, 4, 10, 0.84) 42%, rgba(1, 4, 10, 0.34) 72%, rgba(1, 4, 10, 0.6) 100%),
    linear-gradient(180deg, rgba(1, 4, 10, 0.18) 0%, rgba(1, 4, 10, 0.14) 60%, var(--bg) 100%),
    var(--page-bg);
}

.page-approach .inner-hero__content {
  max-width: 700px;
}

.page-contact .inner-hero {
  --hero-bg-x: 100%;
  --hero-bg-y: 50%;
  min-height: clamp(390px, 32vw, 480px);
  background-image:
    radial-gradient(circle at 82% 38%, rgba(58, 134, 255, 0.13), transparent 20rem),
    linear-gradient(90deg, rgba(1, 4, 10, 0.98) 0%, rgba(1, 4, 10, 0.86) 52%, rgba(1, 4, 10, 0.62) 100%),
    linear-gradient(180deg, rgba(1, 4, 10, 0.22) 0%, rgba(1, 4, 10, 0.2) 58%, var(--bg) 100%),
    var(--page-bg);
}

.inner-hero--quiet .inner-hero__content {
  max-width: 760px;
  margin-inline: auto;
  text-align: center;
}

.inner-hero--quiet h1,
.inner-hero--quiet p:not(.eyebrow) {
  margin-inline: auto;
}

.section-pad {
  position: relative;
  padding: clamp(5.2rem, 8vw, 8.25rem) 0;
  border-top: 1px solid rgba(133, 160, 207, 0.12);
  background:
    radial-gradient(circle at 88% 16%, rgba(58, 134, 255, 0.08), transparent 22rem),
    var(--bg);
}

.section-grid,
.diagnosis__inner,
.approach__inner {
  display: grid;
  grid-template-columns: var(--grid-16);
  column-gap: var(--grid-gutter);
  align-items: start;
}

.section-heading,
.approach__intro {
  grid-column: 1 / span 6;
  max-width: none;
}

.section-copy,
.diagnosis__body,
.principles,
.approach-signals {
  grid-column: 8 / -1;
}

.section-copy {
  max-width: 760px;
  color: var(--text-soft);
  font-size: 1.08rem;
  line-height: 1.75;
}

.section-copy p + p {
  margin-top: 1rem;
}

.section-heading h2,
.approach h2,
.contact-cta h2,
.catalog-heading h2,
.split-note h2 {
  max-width: 100%;
  margin-top: 0.85rem;
  color: #ffffff;
  font-family: var(--font-serif);
  font-size: clamp(2.25rem, 3.65vw, 3.55rem);
  font-weight: 400;
  line-height: 1.06;
  letter-spacing: var(--tracking-h);
}

.section-heading > p:not(.eyebrow) {
  margin-top: 1rem;
  color: var(--text-soft);
  font-size: 1.05rem;
  line-height: 1.65;
}

.scope-note {
  position: relative;
  padding-left: 1rem;
  color: #d4dbea;
}

.scope-note::before,
.check-list li::before,
.credibility-list li::before,
.diagnosis__body li::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 14px rgba(58, 134, 255, 0.72);
}

.scope-note::before {
  top: 0.72rem;
  left: 0;
  width: 5px;
  height: 5px;
}

.services {
  z-index: 4;
  margin-top: -58px;
  padding-top: 3.1rem;
  background: linear-gradient(180deg, rgba(1, 4, 10, 0), var(--bg) 40%);
}

.services__intro {
  position: relative;
  z-index: 2;
  margin-bottom: 1.25rem;
}

.services__intro .section-heading h2 {
  font-size: clamp(1.95rem, 2.8vw, 2.8rem);
}

.services__grid {
  display: grid;
  grid-template-columns: var(--grid-16);
  border: 1px solid rgba(130, 160, 208, 0.13);
  border-radius: 8px;
  overflow: hidden;
  background: var(--bg-glass-refined);
  box-shadow: var(--glass-ring), var(--glass-sheen), var(--shadow-card);
}

.service-card {
  grid-column: span 4;
  min-height: 216px;
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 1.2rem;
  padding: 1.65rem 1.45rem;
  border-right: 1px solid rgba(133, 160, 207, 0.13);
  background: var(--bg-card);
}

.service-card:last-child {
  border-right: 0;
}

.service-card img {
  width: 54px;
  height: 54px;
  margin-top: -0.1rem;
  filter: drop-shadow(0 0 12px rgba(58, 134, 255, 0.25));
}

.service-index-card__icon img,
.approach-step img,
.principle img,
.contact-channel__icon img,
.service-modal__icon {
  filter: drop-shadow(0 0 12px rgba(58, 134, 255, 0.22));
}

.service-card h3,
.principle h3,
.capability-list h3,
.service-detail h3,
.process-steps h3 {
  color: #ffffff;
  font-size: 0.98rem;
  font-weight: 800;
  letter-spacing: var(--tracking-wide);
  line-height: 1.32;
  text-transform: uppercase;
}

.service-card p {
  max-width: 300px;
  margin-top: 0.8rem;
  color: var(--text-soft);
  font-size: 0.98rem;
  line-height: 1.55;
}

.service-index {
  background:
    radial-gradient(circle at 12% 8%, rgba(58, 134, 255, 0.09), transparent 24rem),
    linear-gradient(180deg, rgba(1, 4, 10, 0.42), rgba(1, 4, 10, 0.08)),
    var(--bg);
}

.page-services .service-index.section-pad {
  padding-bottom: clamp(3.5rem, 5vw, 5rem);
}

.page-services .service-index + .section-pad {
  padding-top: clamp(3.8rem, 5vw, 5.25rem);
}

.service-index__intro {
  max-width: 720px;
  margin-bottom: clamp(2rem, 3vw, 2.7rem);
}

.service-index__intro h2 {
  max-width: 640px;
  margin-top: 0.6rem;
  color: #ffffff;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.02;
}

.service-index__intro p:not(.eyebrow) {
  max-width: 680px;
  margin-top: 1rem;
  color: var(--text-soft);
  font-size: 1.02rem;
  line-height: 1.6;
}

.service-index__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.service-index-card {
  width: 100%;
  min-height: 238px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.35rem;
  padding: 1.35rem;
  border: 1px solid rgba(130, 160, 208, 0.16);
  border-radius: 8px;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
  background:
    linear-gradient(145deg, rgba(58, 134, 255, 0.13), transparent 50%),
    rgba(7, 13, 23, 0.64);
  box-shadow:
    0 22px 70px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease,
    background 180ms ease;
}

.service-index-card:hover {
  transform: translateY(-3px);
  border-color: rgba(104, 153, 230, 0.44);
  background:
    linear-gradient(145deg, rgba(58, 134, 255, 0.2), transparent 54%),
    rgba(10, 18, 31, 0.78);
  box-shadow:
    0 26px 80px rgba(0, 0, 0, 0.3),
    0 0 28px rgba(58, 134, 255, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.service-index-card:focus-visible {
  outline: 2px solid rgba(96, 165, 250, 0.85);
  outline-offset: 4px;
}

.service-index-card__media {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.service-index-card__media img {
  width: 3.1rem;
  height: 3.1rem;
  filter: drop-shadow(0 0 14px rgba(58, 134, 255, 0.26));
}

.service-index-card__number {
  color: var(--blue);
  font-family: var(--font-serif);
  font-size: 1.8rem;
  line-height: 1;
}

.service-index-card__content {
  display: block;
}

.service-index-card__content strong {
  display: block;
  color: #ffffff;
  font-size: 0.98rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.3;
  text-transform: uppercase;
}

.service-index-card__content span {
  display: block;
  margin-top: 0.72rem;
  color: var(--text-soft);
  font-size: 0.95rem;
  line-height: 1.5;
}

.service-index-card__cue {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #dbe7ff;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.service-index-card__cue .button__icon {
  width: 0.95rem;
  height: 0.6rem;
  color: var(--blue);
}

.section-action {
  margin-top: 1.45rem;
}

.use-cases {
  position: relative;
  z-index: 4;
  background:
    radial-gradient(circle at 20% 0%, rgba(58, 134, 255, 0.12), transparent 28rem),
    linear-gradient(180deg, var(--bg), var(--bg-2));
}

.use-cases__intro {
  margin-bottom: 1.25rem;
}

.use-cases__feature {
  margin-bottom: 1px;
}

.use-case-feature {
  padding: clamp(1.75rem, 3vw, 2.5rem);
  border: 1px solid rgba(130, 160, 208, 0.16);
  border-radius: 8px 8px 0 0;
  background:
    linear-gradient(135deg, rgba(58, 134, 255, 0.16), transparent 48%),
    rgba(7, 13, 23, 0.82);
  box-shadow:
    0 24px 80px rgba(0, 0, 0, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.use-case-feature span,
.use-case-card span {
  color: var(--blue-soft);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.use-case-feature h3 {
  max-width: 980px;
  margin-top: 0.8rem;
  color: #ffffff;
  font-size: clamp(1.45rem, 2.4vw, 2.35rem);
  line-height: 1.1;
}

.use-case-feature p {
  max-width: 880px;
  margin-top: 1rem;
  color: var(--text-soft);
  font-size: 1.05rem;
  line-height: 1.65;
}

.use-case-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid rgba(130, 160, 208, 0.16);
  border-top: 0;
  border-radius: 0 0 8px 8px;
  overflow: hidden;
  background: rgba(130, 160, 208, 0.14);
}

.use-case-card {
  min-height: 210px;
  padding: 1.3rem;
  background:
    linear-gradient(145deg, rgba(58, 134, 255, 0.075), transparent 48%),
    rgba(5, 11, 20, 0.9);
}

.use-case-card h3,
.case-library-card h3 {
  margin-top: 0.75rem;
  color: #ffffff;
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1.32;
  text-transform: uppercase;
}

.use-case-card p {
  margin-top: 0.7rem;
  color: #c4cedc;
  font-size: 0.97rem;
  line-height: 1.62;
}

.use-case-library {
  background:
    radial-gradient(circle at 82% 4%, rgba(58, 134, 255, 0.12), transparent 28rem),
    var(--bg);
}

.case-library-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: clamp(2rem, 4vw, 3rem);
  border: 1px solid rgba(130, 160, 208, 0.16);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(130, 160, 208, 0.14);
}

.case-library-card {
  min-height: 292px;
  padding: clamp(1.25rem, 2.2vw, 1.75rem);
  background:
    linear-gradient(145deg, rgba(58, 134, 255, 0.08), transparent 42%),
    rgba(5, 11, 20, 0.9);
}

.case-library-card > span {
  color: var(--blue);
  font-family: var(--font-serif);
  font-size: 1.65rem;
  line-height: 1;
}

.case-library-card p {
  margin-top: 0.75rem;
  color: #c4cedc;
  font-size: 0.99rem;
  line-height: 1.62;
}

.case-library-card strong {
  display: block;
  margin-top: 1rem;
  color: #ffffff;
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: #dbe7ff;
  font-size: 0.94rem;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
}

.text-link .button__icon {
  color: var(--blue);
  width: 1.05rem;
  height: 0.65rem;
}

.visual-statement {
  min-height: 430px;
  display: grid;
  align-items: end;
  padding: 6.5rem 0;
  overflow: hidden;
  background-image:
    radial-gradient(circle at 73% 50%, rgba(58, 134, 255, 0.18), transparent 24rem),
    linear-gradient(90deg, rgba(1, 4, 10, 0.98) 0%, rgba(1, 4, 10, 0.88) 35%, rgba(1, 4, 10, 0.32) 66%, rgba(1, 4, 10, 0.18) 100%),
    linear-gradient(0deg, rgba(1, 4, 10, 0.95) 0%, rgba(1, 4, 10, 0.08) 44%, rgba(1, 4, 10, 0.72) 100%),
    var(--statement-bg);
  background-position: center right;
  background-size: cover;
}

.visual-statement__inner {
  max-width: 780px;
  margin-inline: max(3.5rem, calc((100vw - var(--max-width)) / 2)) auto;
}

.visual-statement h2 {
  max-width: 680px;
  margin-top: 0.8rem;
  color: #ffffff;
  font-family: var(--font-serif);
  font-size: clamp(2.35rem, 4.1vw, 4.25rem);
  font-weight: 400;
  line-height: 1.05;
}

.visual-statement p:not(.eyebrow) {
  max-width: 540px;
  margin-top: 1rem;
  color: #b7c1cf;
  font-size: 1.08rem;
  line-height: 1.65;
}

.statement-points {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 2rem;
}

.statement-points span {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(104, 153, 230, 0.28);
  border-radius: 8px;
  padding: 0 0.8rem;
  color: #d9e4f5;
  background: rgba(4, 10, 19, 0.42);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.diagnosis__body,
.principles {
  position: relative;
  padding-left: clamp(1.5rem, 2.2vw, 2rem);
  border-left: 1px solid rgba(99, 144, 218, 0.28);
}

.diagnosis__body p,
.approach__intro > p:not(.eyebrow),
.contact-cta p {
  max-width: 680px;
  color: var(--text-soft);
  font-size: 1.08rem;
  line-height: 1.7;
}

.diagnosis__body .button {
  margin-top: 1.8rem;
}

.diagnosis__body ul,
.check-list,
.credibility-list {
  display: grid;
  gap: 0.75rem;
  margin: 1.55rem 0 1.9rem;
  padding: 0;
  list-style: none;
}

.diagnosis__body li,
.check-list li,
.credibility-list li {
  position: relative;
  padding-left: 1.12rem;
  color: #ced7e5;
  font-size: 1rem;
  line-height: 1.55;
}

.diagnosis__body li::before,
.check-list li::before,
.credibility-list li::before {
  top: 0.68rem;
  left: 0;
  width: 5px;
  height: 5px;
}

.approach {
  background:
    linear-gradient(90deg, rgba(58, 134, 255, 0.06), transparent 35%),
    var(--bg-2);
}

.approach h2 span,
.approach h2 em {
  display: block;
}

.approach__intro > p:not(.eyebrow) {
  margin-top: 1.25rem;
}

.approach__intro .text-link {
  margin-top: 1.45rem;
}

.principles {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.6rem, 3vw, 2.5rem) clamp(1.25rem, 2.4vw, 2.2rem);
}

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

.approach-signals {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(99, 144, 218, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(58, 134, 255, 0.22), rgba(58, 134, 255, 0.04) 45%, rgba(58, 134, 255, 0.16)),
    rgba(99, 144, 218, 0.08);
  box-shadow:
    0 30px 90px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  isolation: isolate;
}

.approach-signals::before {
  content: "";
  position: absolute;
  top: 50%;
  left: clamp(1.5rem, 2.2vw, 2rem);
  right: 0;
  z-index: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(58, 134, 255, 0.7), rgba(58, 134, 255, 0.08));
  box-shadow: 0 0 22px rgba(58, 134, 255, 0.42);
}

.approach-step {
  position: relative;
  z-index: 1;
  min-height: 215px;
  display: grid;
  align-content: end;
  padding: clamp(1.2rem, 2vw, 1.55rem);
  background:
    radial-gradient(circle at 86% 12%, rgba(58, 134, 255, 0.14), transparent 7rem),
    linear-gradient(145deg, rgba(11, 23, 39, 0.92), rgba(4, 9, 17, 0.88));
}

.approach-step__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 2.2rem;
}

.approach-step__top span {
  color: rgba(160, 183, 218, 0.46);
  font-family: var(--font-serif);
  font-size: 1.65rem;
  line-height: 1;
}

.approach-step img {
  width: 54px;
  height: 54px;
  filter: drop-shadow(0 0 14px rgba(58, 134, 255, 0.22));
}

.approach-step h3 {
  background:
    linear-gradient(105deg, #ffffff, #8dbdff 44%, #ffffff 70%);
  background-size: 220% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #ffffff;
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1.3;
  text-transform: uppercase;
}

.approach-step p {
  max-width: 280px;
  margin-top: 0.7rem;
  color: var(--text-soft);
  font-size: 0.96rem;
  line-height: 1.55;
}

.principle img {
  width: 46px;
  height: 46px;
  margin-bottom: 1.05rem;
  filter: drop-shadow(0 0 10px rgba(58, 134, 255, 0.2));
}

.principle p {
  margin-top: 0.7rem;
  color: var(--text-soft);
  font-size: 0.98rem;
  line-height: 1.58;
}

.credibility {
  background:
    radial-gradient(circle at 16% 18%, rgba(58, 134, 255, 0.08), transparent 22rem),
    var(--bg);
}

.credibility-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem 1.5rem;
  margin-bottom: 0;
}

.logo-strip {
  position: relative;
  display: grid;
  grid-template-columns: minmax(17rem, 0.7fr) 1.3fr;
  align-items: center;
  gap: clamp(2rem, 5vw, 4.75rem);
  margin-top: clamp(3rem, 6vw, 5rem);
  padding-top: clamp(2.25rem, 4.4vw, 3.35rem);
  padding-bottom: clamp(0.9rem, 2vw, 1.35rem);
  border-top: 1px solid rgba(99, 144, 218, 0.2);
}

.logo-strip::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: min(18rem, 32%);
  height: 1px;
  background: linear-gradient(90deg, rgba(58, 134, 255, 0.72), rgba(58, 134, 255, 0));
  box-shadow: 0 0 18px rgba(58, 134, 255, 0.3);
}

.logo-strip p {
  color: var(--text-dim);
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.45;
  text-transform: uppercase;
}

.logo-strip div {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
  justify-items: center;
  gap: clamp(1.75rem, 4vw, 4rem);
}

.logo-strip img {
  max-width: 142px;
  max-height: 44px;
  width: auto;
  opacity: 0.68;
  filter: grayscale(1) brightness(1.32);
}

.contact-cta {
  background:
    radial-gradient(circle at 50% 12%, rgba(58, 134, 255, 0.14), transparent 24rem),
    linear-gradient(180deg, var(--bg), #02050b);
}

.contact-cta__inner {
  max-width: 860px;
  display: grid;
  justify-items: center;
  text-align: center;
}

.contact-cta p {
  max-width: 680px;
  margin-top: 1.2rem;
}

.contact-cta .button {
  margin-top: 2rem;
}

.catalog-heading {
  max-width: 720px;
  margin-bottom: clamp(2.2rem, 4vw, 3.5rem);
}

.service-catalog {
  background:
    radial-gradient(circle at 12% 10%, rgba(58, 134, 255, 0.08), transparent 24rem),
    var(--bg);
}

.service-detail-list {
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(99, 144, 218, 0.28);
}

.service-detail {
  display: grid;
  grid-template-columns: 5.5rem 1fr;
  gap: clamp(1.25rem, 3vw, 3rem);
  padding: clamp(2rem, 4vw, 3rem) 0;
  border-bottom: 1px solid rgba(99, 144, 218, 0.2);
}

.service-detail > span,
.process-steps span {
  color: var(--blue);
  font-family: var(--font-serif);
  font-size: 2rem;
  line-height: 1;
}

.service-detail h3 {
  font-size: clamp(1.1rem, 1.8vw, 1.35rem);
}

.service-detail p {
  max-width: 760px;
  margin-top: 0.85rem;
  color: var(--text-soft);
  font-size: 1.08rem;
  line-height: 1.65;
}

.service-detail dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.45rem;
}

.service-detail dl div {
  min-width: 0;
  padding-top: 1rem;
  border-top: 1px solid rgba(99, 144, 218, 0.22);
}

.service-detail dt {
  color: #ffffff;
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.service-detail dd {
  margin-top: 0.45rem;
  color: #aeb8c8;
  font-size: 0.96rem;
  line-height: 1.58;
}

.service-modal {
  width: min(920px, calc(100% - 2rem));
  max-height: min(820px, calc(100dvh - 2rem));
  padding: 0;
  border: 1px solid rgba(130, 160, 208, 0.28);
  border-radius: 8px;
  color: var(--text);
  background:
    radial-gradient(circle at 12% 0%, rgba(58, 134, 255, 0.16), transparent 19rem),
    linear-gradient(180deg, rgba(13, 23, 37, 0.98), rgba(3, 8, 18, 0.98));
  box-shadow:
    0 34px 110px rgba(0, 0, 0, 0.62),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  overflow: hidden;
}

.service-modal::backdrop {
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.service-modal__panel {
  max-height: min(820px, calc(100dvh - 2rem));
  overflow-y: auto;
  padding: clamp(1rem, 3vw, 2rem);
}

.service-modal__close {
  position: sticky;
  top: 0;
  z-index: 3;
  min-height: 2.35rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-bottom: 1rem;
  padding: 0.25rem 0.85rem;
  border: 1px solid rgba(104, 153, 230, 0.34);
  border-radius: 8px;
  color: #ffffff;
  font: inherit;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
  cursor: pointer;
  background:
    linear-gradient(90deg, rgba(58, 134, 255, 0.1), rgba(58, 134, 255, 0.24)),
    rgba(4, 10, 19, 0.84);
}

.service-modal__close:focus-visible {
  outline: 2px solid rgba(96, 165, 250, 0.85);
  outline-offset: 3px;
}

.service-modal__header {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: clamp(1rem, 2.4vw, 1.6rem);
}

.service-modal__icon-wrap {
  display: grid;
  gap: 0.8rem;
  justify-items: start;
}

.service-modal__icon {
  width: 4rem;
  height: 4rem;
  filter: drop-shadow(0 0 14px rgba(58, 134, 255, 0.28));
}

.service-modal__number {
  color: var(--blue);
  font-family: var(--font-serif);
  font-size: 2.05rem;
  line-height: 1;
}

.service-modal h2 {
  max-width: 680px;
  margin-top: 0.55rem;
  color: #ffffff;
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: 1.03;
}

.service-modal__content {
  margin-top: clamp(1.4rem, 3vw, 2.2rem);
}

.service-modal__lead {
  max-width: 760px;
  color: var(--text-soft);
  font-size: 1.05rem;
  line-height: 1.65;
}

.service-modal dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.45rem;
}

.service-modal dl div {
  min-width: 0;
  padding: 1rem;
  border: 1px solid rgba(99, 144, 218, 0.2);
  border-radius: 8px;
  background: rgba(4, 10, 19, 0.42);
}

.service-modal dt {
  color: #ffffff;
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.service-modal dd {
  margin-top: 0.45rem;
  color: #aeb8c8;
  font-size: 0.96rem;
  line-height: 1.58;
}

.process-band {
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(58, 134, 255, 0.06), transparent 40%),
    linear-gradient(180deg, var(--bg-2), #020611);
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid rgba(99, 144, 218, 0.18);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(99, 144, 218, 0.14);
}

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

.process-steps article {
  min-height: 230px;
  padding: 1.45rem;
  background:
    linear-gradient(145deg, rgba(58, 134, 255, 0.08), transparent 46%),
    rgba(5, 11, 20, 0.88);
}

.process-steps h3 {
  margin-top: 1.35rem;
}

.process-steps p {
  margin-top: 0.75rem;
  color: var(--text-soft);
  font-size: 0.98rem;
  line-height: 1.58;
}

.split-note {
  background:
    radial-gradient(circle at 82% 20%, rgba(58, 134, 255, 0.1), transparent 20rem),
    var(--bg);
}

.split-note__inner {
  display: grid;
  grid-template-columns: var(--grid-16);
  column-gap: var(--grid-gutter);
  align-items: start;
}

.split-note__inner > div:first-child {
  grid-column: 1 / span 6;
}

.split-note__inner > div:last-child {
  grid-column: 8 / -1;
  padding-left: clamp(1.5rem, 2.2vw, 2rem);
  border-left: 1px solid rgba(99, 144, 218, 0.28);
}

.check-list {
  margin: 0;
}

.contact-page {
  background:
    radial-gradient(circle at 18% 14%, rgba(58, 134, 255, 0.1), transparent 22rem),
    var(--bg);
}

.contact-page__inner {
  display: grid;
  grid-template-columns: var(--grid-16);
  column-gap: clamp(2.5rem, 5vw, 5.25rem);
  align-items: center;
}

.contact-page__inner .section-heading {
  grid-column: 1 / span 6;
}

.contact-page__inner .section-heading > p:not(.eyebrow) {
  max-width: 30rem;
  margin-top: 1.35rem;
}

.contact-channels {
  grid-column: 8 / -1;
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1rem, 1.6vw, 1.25rem);
}

.contact-channel {
  min-height: 136px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  justify-items: stretch;
  gap: clamp(1rem, 2.2vw, 1.5rem);
  padding: clamp(1.25rem, 2.4vw, 1.6rem);
  color: #ffffff;
  text-decoration: none;
  background:
    radial-gradient(circle at 5% 0%, rgba(58, 134, 255, 0.18), transparent 8rem),
    linear-gradient(90deg, rgba(58, 134, 255, 0.1), rgba(58, 134, 255, 0.02) 52%, rgba(58, 134, 255, 0.11)),
    rgba(7, 14, 25, 0.74);
}

.contact-channel--primary {
  background:
    radial-gradient(circle at 7% 0%, rgba(255, 255, 255, 0.1), transparent 8rem),
    linear-gradient(90deg, rgba(58, 134, 255, 0.24), rgba(58, 134, 255, 0.48)),
    rgba(6, 15, 29, 0.72);
}

.contact-channel__icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(94, 147, 230, 0.34);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(58, 134, 255, 0.16), rgba(58, 134, 255, 0.03)),
    rgba(1, 5, 12, 0.34);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 0 22px rgba(58, 134, 255, 0.12);
}

.contact-channel__icon img {
  width: 25px;
  height: 25px;
  object-fit: contain;
  filter: drop-shadow(0 0 10px rgba(58, 134, 255, 0.22));
}

.contact-channel__content {
  min-width: 0;
  display: grid;
  gap: 0.4rem;
}

.contact-channel__label {
  color: var(--blue);
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
}

.contact-channel strong {
  max-width: 100%;
  color: #ffffff;
  font-size: 1.05rem;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.contact-channel__note {
  max-width: 44rem;
  color: var(--text-soft);
  font-size: 0.92rem;
  line-height: 1.5;
}

.contact-channel .button__icon {
  color: #d9e7ff;
  justify-self: end;
}

.page-legal {
  --page-bg: url("assets/imgs/services-bg-desktop-4.webp");
}

.legal-hero {
  --hero-bg-x: 100%;
  --hero-bg-y: 50%;
  --parallax-y: 0px;
  position: relative;
  min-height: clamp(340px, 30vw, 430px);
  display: grid;
  align-items: end;
  padding: 126px 0 68px;
  overflow: hidden;
  border-bottom: 1px solid rgba(133, 160, 207, 0.12);
  background-image:
    radial-gradient(circle at 78% 35%, rgba(58, 134, 255, 0.16), transparent 20rem),
    linear-gradient(90deg, rgba(1, 4, 10, 0.98) 0%, rgba(1, 4, 10, 0.86) 52%, rgba(1, 4, 10, 0.68) 100%),
    linear-gradient(180deg, rgba(1, 4, 10, 0.24) 0%, rgba(1, 4, 10, 0.24) 58%, var(--bg) 100%),
    var(--page-bg);
  background-position:
    center,
    center,
    center,
    var(--hero-bg-x) calc(var(--hero-bg-y) + var(--parallax-y));
  background-repeat: no-repeat;
  background-size:
    100% 100%,
    100% 100%,
    100% 100%,
    cover;
  will-change: background-position;
}

.legal-hero__inner {
  max-width: 860px;
}

.legal-hero h1 {
  max-width: 12ch;
  margin-top: 1rem;
  color: #ffffff;
  font-family: var(--font-serif);
  font-size: clamp(2.55rem, 5vw, 4.5rem);
  font-weight: 400;
  line-height: 1.02;
}

.legal-hero p:not(.eyebrow) {
  max-width: 620px;
  margin-top: 1.2rem;
  color: var(--text-soft);
  font-size: 1.08rem;
  line-height: 1.65;
}

.legal-content {
  background:
    radial-gradient(circle at 12% 0%, rgba(58, 134, 255, 0.08), transparent 22rem),
    var(--bg);
}

.legal-content__inner {
  display: grid;
  grid-template-columns: var(--grid-16);
  column-gap: var(--grid-gutter);
  align-items: start;
}

.legal-sections {
  grid-column: 4 / span 10;
  border-top: 1px solid rgba(99, 144, 218, 0.24);
}

.legal-section {
  padding: clamp(1.55rem, 3vw, 2.2rem) 0;
  border-bottom: 1px solid rgba(99, 144, 218, 0.16);
}

.legal-section h2 {
  color: #ffffff;
  font-size: clamp(1.05rem, 1.4vw, 1.25rem);
  font-weight: 800;
  line-height: 1.35;
}

.legal-section p {
  max-width: 780px;
  margin-top: 0.75rem;
  color: var(--text-soft);
  font-size: 1.02rem;
  line-height: 1.75;
}

.legal-section a {
  color: #d9e7ff;
  text-decoration-color: rgba(58, 134, 255, 0.55);
  text-underline-offset: 0.22em;
}

.site-footer {
  border-top: 1px solid rgba(133, 160, 207, 0.14);
  background:
    radial-gradient(circle at 18% 0%, rgba(58, 134, 255, 0.1), transparent 24rem),
    linear-gradient(180deg, #020611, #010309);
  padding: clamp(3.3rem, 5vw, 4.6rem) 0 0;
}

.site-footer__inner {
  display: grid;
  grid-template-columns: minmax(18rem, 1.15fr) minmax(8rem, 0.62fr) minmax(15rem, 0.9fr) minmax(10rem, 0.7fr);
  align-items: start;
  column-gap: clamp(2rem, 4vw, 4rem);
  row-gap: 2.4rem;
}

.site-footer__brand {
  max-width: 360px;
}

.footer-logo {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  margin-bottom: 1.1rem;
}

.footer-logo img {
  width: 30px;
  height: 30px;
}

.site-footer__brand p {
  color: #d7dfeb;
  font-size: 1rem;
  line-height: 1.62;
}

.site-footer__brand span {
  display: inline-block;
  margin-top: 0.85rem;
  color: var(--text-dim);
  font-size: 0.9rem;
  line-height: 1.45;
}

.footer-title {
  margin-bottom: 1rem;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 800;
  line-height: 1.3;
  text-transform: uppercase;
}

.footer-column {
  justify-self: start;
  width: 100%;
}

.footer-links,
.footer-contact {
  display: grid;
  gap: 0.78rem;
  list-style: none;
  padding: 0;
}

.footer-links a,
.footer-contact a {
  color: #aab5c6;
  font-size: 0.92rem;
  line-height: 1.45;
  text-decoration: none;
  overflow-wrap: anywhere;
  transition: color 160ms ease;
}

.footer-links a:hover,
.footer-links a:focus-visible,
.footer-links a[aria-current="page"],
.footer-contact a:hover,
.footer-contact a:focus-visible {
  color: #ffffff;
}

.footer-socials {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.65rem;
  margin-top: 1.15rem;
}

.footer-socials a {
  position: relative;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(104, 153, 230, 0.26);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(58, 134, 255, 0.13), rgba(58, 134, 255, 0.03)),
    rgba(7, 14, 25, 0.62);
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.footer-socials a:hover,
.footer-socials a:focus-visible {
  border-color: rgba(120, 171, 255, 0.56);
  box-shadow:
    0 0 28px rgba(58, 134, 255, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  transform: translateY(-2px);
}

.footer-socials img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  filter: drop-shadow(0 0 8px rgba(58, 134, 255, 0.24));
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: clamp(2.6rem, 4vw, 3.5rem);
  padding-top: 1.35rem;
  padding-bottom: 1.45rem;
  border-top: 1px solid rgba(133, 160, 207, 0.12);
}

.footer-bottom p {
  color: #8e9aac;
  font-size: 0.82rem;
  line-height: 1.45;
}

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

  .inner-hero,
  .legal-hero {
    --parallax-y: 0px;
  }
}

@media (max-width: 1220px) {
  .site-header__inner {
    grid-template-columns: 122px 1fr 154px;
  }

  .site-logo,
  .site-logo__full {
    width: 112px;
  }

  .site-nav ul {
    gap: 1.05rem;
  }

  .service-card {
    grid-column: span 8;
  }

  .service-card:nth-child(2) {
    border-right: 0;
  }

  .service-card:nth-child(1),
  .service-card:nth-child(2) {
    border-bottom: 1px solid rgba(133, 160, 207, 0.13);
  }

  .use-case-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .case-library-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 980px) {
  .site-header__inner {
    min-height: 72px;
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .site-logo {
    width: 34px;
    justify-self: start;
  }

  .site-logo__full {
    display: none;
  }

  .site-logo__mark {
    width: 28px;
    height: 28px;
    display: block;
    filter: drop-shadow(0 0 15px rgba(58, 134, 255, 0.42));
  }

  .site-nav,
  .header-link {
    display: none;
  }

  .mobile-menu {
    position: relative;
    display: block;
    justify-self: end;
  }

  .hero {
    min-height: 820px;
    padding: 116px 0 128px;
    background-image:
      linear-gradient(
        180deg,
        rgba(1, 4, 10, 0.72) 0%,
        rgba(1, 4, 10, 0.76) 34%,
        rgba(1, 4, 10, 0.36) 62%,
        rgba(1, 4, 10, 0.96) 100%
      ),
      radial-gradient(circle at 68% 42%, rgba(58, 134, 255, 0.13), transparent 15rem),
      var(--hero-mobile);
    background-size: cover;
    background-position: center top;
  }

  .hero::before,
  .inner-hero::before {
    inset: 70px 0 auto;
  }

  .hero__content {
    max-width: none;
    margin-inline: auto;
  }

  .hero h1 {
    max-width: min(100%, 12em);
    margin-top: 1.15rem;
    font-size: clamp(2.25rem, 5vw, 2.75rem);
    line-height: 1.12;
  }

  .hero__lead {
    max-width: 32rem;
    font-size: 1.02rem;
  }

  .hero__support {
    max-width: 32rem;
  }

  .hero__actions {
    max-width: 330px;
    display: grid;
    gap: 0.85rem;
  }

  .button {
    width: 100%;
    min-height: 50px;
  }

  .founder-strip {
    grid-template-columns: auto 1fr;
    gap: 1rem;
    max-width: 35rem;
  }

  .founder-strip__rule {
    display: none;
  }

  .founder-strip__photo {
    width: 68px;
    height: 68px;
  }

  .founder-strip__signature {
    width: 132px;
    margin-bottom: 0.45rem;
  }

  .inner-hero {
    --parallax-y: 0px;
    min-height: 420px;
    padding: 112px 0 68px;
    background-image:
      linear-gradient(180deg, rgba(1, 4, 10, 0.8) 0%, rgba(1, 4, 10, 0.56) 48%, rgba(1, 4, 10, 0.96) 100%),
      radial-gradient(circle at 70% 44%, rgba(58, 134, 255, 0.14), transparent 15rem),
      var(--page-bg);
    background-position: center;
  }

  .inner-hero--left .inner-hero__content,
  .inner-hero--right .inner-hero__content,
  .inner-hero--quiet .inner-hero__content {
    margin-inline: auto;
  }

  .inner-hero--left .inner-hero__content,
  .inner-hero--right .inner-hero__content,
  .inner-hero--quiet .inner-hero__content {
    text-align: center;
  }

  .inner-hero--left h1,
  .inner-hero--left p:not(.eyebrow),
  .inner-hero--right h1,
  .inner-hero--right p:not(.eyebrow),
  .inner-hero--quiet h1,
  .inner-hero--quiet p:not(.eyebrow) {
    margin-inline: auto;
  }

  .page-diagnosis .inner-hero {
    background-position: center left;
  }

  .page-contact .inner-hero {
    min-height: 420px;
    background-position: center right;
  }

  .inner-hero h1 {
    max-width: 11ch;
    font-size: clamp(2.35rem, 11vw, 3.65rem);
  }

  .section-grid,
  .diagnosis__inner,
  .approach__inner,
  .split-note__inner,
  .contact-page__inner {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }

  .section-heading,
  .section-copy,
  .diagnosis__body,
  .approach__intro,
  .principles,
  .approach-signals,
  .split-note__inner > div:first-child,
  .split-note__inner > div:last-child,
  .contact-page__inner .section-heading,
  .contact-channels {
    grid-column: 1;
  }

  .diagnosis__body,
  .principles,
  .split-note__inner > div:last-child {
    padding-left: 0;
    padding-top: 2rem;
    border-left: 0;
    border-top: 1px solid rgba(99, 144, 218, 0.28);
  }

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

  .approach-signals {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .services {
    margin-top: -44px;
    padding-top: 2.8rem;
  }

  .service-index__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-modal dl {
    grid-template-columns: 1fr;
  }

  .visual-statement__inner {
    margin-inline: auto;
  }

  .service-detail {
    grid-template-columns: 1fr;
    gap: 0.85rem;
  }

  .service-detail dl {
    grid-template-columns: 1fr;
  }

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

  .logo-strip {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding-top: 2.4rem;
  }

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

  .contact-channel--primary {
    grid-column: auto;
  }

  .legal-hero {
    --parallax-y: 0px;
    min-height: 360px;
    padding: 110px 0 3.4rem;
    text-align: center;
    background-position: center;
  }

  .legal-hero__inner,
  .legal-hero h1,
  .legal-hero p:not(.eyebrow) {
    margin-inline: auto;
  }

  .legal-content__inner {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .legal-sections {
    grid-column: 1;
  }

  .site-footer__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 2.5rem;
  }

  .site-footer__brand {
    grid-column: 1 / -1;
    max-width: 460px;
  }
}

@media (max-width: 620px) {
  .shell {
    width: min(var(--max-width), calc(100% - 2.5rem));
  }

  .section-pad {
    padding: 4.5rem 0;
  }

  .hero {
    min-height: 850px;
    padding-top: 112px;
  }

  .hero h1 {
    max-width: 100%;
    font-size: clamp(2rem, 7vw, 2.35rem);
    line-height: 1.13;
  }

  .inner-hero {
    min-height: 360px;
    padding: 104px 0 58px;
    background-position: center;
  }

  .hero__support {
    display: none;
  }

  .services__grid,
  .service-index__grid,
  .principles,
  .principles--compact,
  .approach-signals,
  .process-steps,
  .process-steps--five {
    grid-template-columns: 1fr;
  }

  .service-index-card {
    min-height: auto;
  }

  .service-modal {
    width: 100%;
    max-width: none;
    height: 100dvh;
    max-height: 100dvh;
    border: 0;
    border-radius: 0;
  }

  .service-modal__panel {
    max-height: 100dvh;
    padding: 1rem;
  }

  .service-modal__header {
    grid-template-columns: 1fr;
  }

  .service-modal__icon-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

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

  .use-case-card,
  .case-library-card {
    min-height: auto;
  }

  .service-card,
  .service-card:nth-child(1),
  .service-card:nth-child(2) {
    grid-column: auto;
    min-height: auto;
    grid-template-columns: 58px 1fr;
    border-right: 0;
    border-bottom: 1px solid rgba(133, 160, 207, 0.13);
    padding: 1.35rem;
  }

  .service-card:last-child {
    border-bottom: 0;
  }

  .service-card img {
    width: 50px;
    height: 50px;
  }

  .visual-statement {
    min-height: 430px;
    padding: 4.7rem 0;
  }

  .visual-statement h2,
  .section-heading h2,
  .approach h2,
  .contact-cta h2,
  .catalog-heading h2,
  .split-note h2 {
    font-size: clamp(2.05rem, 10vw, 2.8rem);
  }

  .inner-hero p:not(.eyebrow),
  .section-copy,
  .diagnosis__body p,
  .approach__intro > p:not(.eyebrow),
  .contact-cta p {
    font-size: 1rem;
  }

  .logo-strip div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-items: start;
    gap: 1.85rem 2.25rem;
  }

  .legal-hero {
    min-height: 330px;
    padding: 104px 0 3rem;
  }

  .legal-hero h1 {
    font-size: clamp(2.25rem, 12vw, 3.25rem);
  }

  .legal-section p {
    font-size: 0.98rem;
  }

  .site-footer {
    padding-top: 3rem;
  }

  .site-footer__inner {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .page-services .service-index.section-pad {
    padding-bottom: 3.7rem;
  }

  .inner-hero h1 {
    max-width: 13.5ch;
    font-size: clamp(2.2rem, 9vw, 3.05rem);
  }

  .inner-hero p:not(.eyebrow) {
    max-width: 34rem;
  }

  .inner-hero--quiet h1 {
    max-width: 12.75ch;
  }

  .section-heading h2,
  .approach h2,
  .contact-cta h2,
  .catalog-heading h2,
  .split-note h2 {
    max-width: 13.75ch;
  }

  .contact-cta h2,
  .split-note h2 {
    margin-inline: auto;
  }

  .footer-socials {
    justify-content: flex-start;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 0.45rem;
  }
}

@media (max-width: 420px) {
  .shell {
    width: min(var(--max-width), calc(100% - 2.25rem));
  }

  .mobile-menu__panel {
    width: min(16rem, calc(100vw - 2.25rem));
  }

  .button {
    padding-inline: 1rem;
  }

  .hero h1 {
    max-width: 100%;
    font-size: clamp(1.9rem, 8vw, 2.12rem);
  }

  .founder-strip {
    align-items: start;
  }

  .founder-strip__signature {
    width: 120px;
  }

  .contact-channel {
    min-height: 0;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: start;
    gap: 0.95rem;
    padding: 1.1rem;
  }

  .contact-channel__icon {
    width: 46px;
    height: 46px;
  }

  .contact-channel .button__icon {
    display: none;
  }

  .contact-channel strong {
    font-size: 0.96rem;
  }

  .contact-channel__note {
    line-height: 1.48;
  }
}

/* Standalone QR/contact microsites */
.page-micro-contact {
  min-height: 100vh;
  background:
    radial-gradient(circle at 50% 0%, rgba(58, 134, 255, 0.2), transparent 18rem),
    radial-gradient(circle at 10% 100%, rgba(145, 185, 255, 0.12), transparent 18rem),
    linear-gradient(180deg, #01040a, #020713 52%, #010309);
}

.micro-contact {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: clamp(1.15rem, 3vw, 2.5rem);
}

.micro-contact__card {
  position: relative;
  isolation: isolate;
  width: min(100%, 430px);
  overflow: hidden;
  border: 1px solid rgba(104, 153, 230, 0.28);
  border-radius: 30px;
  padding: clamp(1.35rem, 5vw, 2rem);
  background:
    linear-gradient(180deg, rgba(10, 20, 35, 0.88), rgba(4, 10, 19, 0.94)),
    var(--glass-strong);
  box-shadow:
    0 28px 90px rgba(0, 0, 0, 0.54),
    0 0 80px rgba(58, 134, 255, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.micro-contact__card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.07), transparent 28%),
    radial-gradient(circle at 50% 8%, rgba(58, 134, 255, 0.28), transparent 18rem),
    var(--page-bg) center / cover no-repeat;
  opacity: 0.38;
}

.micro-contact__card::after {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: -1;
  border-radius: 29px;
  background: linear-gradient(180deg, rgba(1, 4, 10, 0.14), rgba(1, 4, 10, 0.82));
  pointer-events: none;
}

.micro-contact__glow {
  position: absolute;
  top: -120px;
  right: -110px;
  width: 250px;
  height: 250px;
  border-radius: 999px;
  background: rgba(58, 134, 255, 0.22);
  filter: blur(42px);
  pointer-events: none;
}

.micro-contact__logo {
  display: flex;
  justify-content: center;
  margin-bottom: 1.15rem;
}

.micro-contact__logo img {
  width: 142px;
  max-width: 58%;
  height: auto;
}

.micro-contact__portrait-wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto 1.2rem;
  border-radius: 999px;
  padding: 4px;
  background:
    linear-gradient(145deg, rgba(145, 185, 255, 0.82), rgba(25, 113, 255, 0.16)),
    rgba(255, 255, 255, 0.08);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.08),
    0 20px 46px rgba(0, 0, 0, 0.42),
    0 0 48px rgba(58, 134, 255, 0.2);
}

.micro-contact__portrait {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: inherit;
  object-fit: cover;
}

.micro-contact__identity {
  text-align: center;
}

.micro-contact__identity .eyebrow {
  margin-bottom: 0.45rem;
  color: #91b9ff;
}

.micro-contact__identity h1 {
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(2.35rem, 11vw, 3.25rem);
  font-weight: 600;
  line-height: 0.96;
  letter-spacing: -0.055em;
}

.micro-contact__role {
  margin: 0.65rem 0 0;
  color: var(--text);
  font-family: var(--font-display);
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.micro-contact__summary {
  max-width: 29rem;
  margin: 0.9rem auto 1.45rem;
  color: var(--text-soft);
  font-size: 0.99rem;
  line-height: 1.55;
}

.micro-contact__actions {
  display: grid;
  gap: 0.78rem;
}

.micro-action {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.85rem;
  min-height: 72px;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(104, 153, 230, 0.28);
  border-radius: 18px;
  background:
    linear-gradient(90deg, rgba(58, 134, 255, 0.08), rgba(58, 134, 255, 0.16)),
    rgba(4, 10, 19, 0.64);
  color: var(--text);
  text-align: left;
  text-decoration: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.micro-action::after {
  content: "";
  position: absolute;
  inset: -65% auto -65% -78%;
  width: 70%;
  transform: skewX(-18deg);
  background: linear-gradient(90deg, transparent, rgba(145, 185, 255, 0.34), transparent);
  opacity: 0;
  pointer-events: none;
}

.micro-action > * {
  position: relative;
  z-index: 1;
}

.micro-action__icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(145, 185, 255, 0.22);
}

.micro-action__icon img {
  width: 21px;
  height: 21px;
  object-fit: contain;
}

.micro-action__icon--text {
  color: #ffffff;
  font-family: var(--font-display);
  font-size: 1.55rem;
  font-weight: 700;
  line-height: 1;
}

.micro-action__icon--spark::before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  border-radius: 50%;
  background: radial-gradient(circle, #ffffff 0 16%, #91b9ff 17% 32%, transparent 34%);
  box-shadow: 0 0 22px rgba(145, 185, 255, 0.8);
}

.micro-action strong,
.micro-action small {
  display: block;
}

.micro-action strong {
  font-family: var(--font-display);
  font-size: 0.99rem;
  font-weight: 800;
  line-height: 1.2;
}

.micro-action small {
  margin-top: 0.2rem;
  color: var(--text-soft);
  font-size: 0.82rem;
  line-height: 1.35;
}

.micro-action--whatsapp .micro-action__icon {
  background: rgba(37, 211, 102, 0.12);
  border-color: rgba(37, 211, 102, 0.32);
}

.micro-action--featured {
  min-height: 84px;
  border-color: rgba(145, 185, 255, 0.54);
  background:
    radial-gradient(circle at 20% 0%, rgba(255, 255, 255, 0.14), transparent 34%),
    linear-gradient(100deg, rgba(58, 134, 255, 0.62), rgba(25, 113, 255, 0.28)),
    rgba(6, 15, 29, 0.82);
  box-shadow:
    0 0 42px rgba(58, 134, 255, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.micro-action--featured small {
  color: #dce8ff;
}

.micro-contact__footer-note {
  margin: 1.2rem 0 0;
  color: var(--text-dim);
  font-size: 0.78rem;
  line-height: 1.45;
  text-align: center;
}

.micro-contact__footer-note a {
  color: var(--text-soft);
  text-decoration-color: rgba(145, 185, 255, 0.34);
  text-underline-offset: 0.2em;
}

@media (hover: hover) and (pointer: fine) {
  .micro-action:hover {
    border-color: rgba(145, 185, 255, 0.58);
    background:
      radial-gradient(circle at 22% 0%, rgba(255, 255, 255, 0.12), transparent 34%),
      linear-gradient(90deg, rgba(58, 134, 255, 0.2), rgba(58, 134, 255, 0.36)),
      rgba(6, 15, 29, 0.72);
    box-shadow:
      0 14px 34px rgba(0, 0, 0, 0.25),
      0 0 38px rgba(58, 134, 255, 0.22),
      inset 0 1px 0 rgba(255, 255, 255, 0.14);
    transform: translateY(-2px);
  }

  .micro-action:hover::after {
    animation: glass-sheen 1200ms ease forwards;
  }

  .micro-action--featured:hover .button__icon {
    transform: translateX(5px);
  }
}

@media (max-width: 420px) {
  .micro-contact {
    align-items: start;
    padding: 0.9rem;
  }

  .micro-contact__card {
    border-radius: 26px;
    padding: 1.2rem;
  }

  .micro-contact__portrait-wrap {
    width: 132px;
    height: 132px;
  }

  .micro-action {
    min-height: 68px;
    border-radius: 16px;
    padding: 0.78rem 0.88rem;
  }

  .micro-action__icon {
    width: 38px;
    height: 38px;
    border-radius: 13px;
  }
}

/* ===== Mejoras 2026-06: mini-diagnostico, calculadora, FAQ, brief, reveal, escenario ===== */

.mini-diagnostic__card {
  background: var(--glass);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: clamp(1.4rem, 3vw, 2.2rem);
  max-width: 720px;
  margin-top: 1.5rem;
}
.md-question { font-family: var(--font-display); font-size: 1.15rem; font-weight: 700; color: var(--text); margin: 0 0 1rem; }
.md-progress { font-size: 0.8rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--text-dim); margin-bottom: 0.6rem; }
.md-options { display: flex; flex-wrap: wrap; gap: 0.6rem; list-style: none; padding: 0; margin: 0; }
.md-chip {
  font: inherit; color: var(--text-soft); background: transparent;
  border: 1px solid var(--line-strong); border-radius: 999px;
  padding: 0.55rem 1.05rem; cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease, transform 0.15s ease;
}
.md-chip:hover { border-color: var(--blue); color: var(--text); background: rgba(58, 134, 255, 0.08); }
.md-chip:active { transform: scale(0.97); }
.md-chip:focus-visible { outline: 2px solid var(--focus); outline-offset: 3px; }
.md-back {
  font: inherit; background: none; border: none; color: var(--text-dim);
  cursor: pointer; padding: 0; margin-top: 1.1rem; text-decoration: underline;
}
.md-back:hover { color: var(--text); }
.md-result h3 { font-family: var(--font-display); color: var(--text); margin: 0 0 0.8rem; font-size: 1.2rem; }
.md-result p { color: var(--text-soft); margin: 0 0 1rem; }
.md-result .md-disclaimer { font-size: 0.85rem; color: var(--text-dim); }
.md-result .hero__actions { margin-top: 1.2rem; }

.calc-block { margin-top: 2rem; max-width: 720px; background: var(--glass); border: 1px solid var(--line); border-radius: 18px; padding: clamp(1.4rem, 3vw, 2.2rem); }
.calc-block label { display: block; color: var(--text); font-family: var(--font-display); font-weight: 700; margin-bottom: 0.9rem; }
.calc-block input[type="range"] { width: 100%; accent-color: var(--blue); }
.calc-block output { display: block; margin-top: 0.9rem; color: var(--text); font-size: 1.05rem; }
.calc-block output strong { color: var(--blue); font-size: 1.4rem; font-family: var(--font-display); }
.calc-note { font-size: 0.85rem; color: var(--text-dim); margin-top: 0.7rem; }

.faq-list { max-width: 760px; display: grid; gap: 0.8rem; margin-top: 1.5rem; }
.faq-item { background: var(--glass); border: 1px solid var(--line); border-radius: 14px; }
.faq-item summary {
  cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 1rem;
  padding: 1.05rem 1.3rem; color: var(--text); font-family: var(--font-display); font-weight: 600;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; color: var(--blue); font-size: 1.3rem; line-height: 1; flex-shrink: 0; }
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item summary:focus-visible { outline: 2px solid var(--focus); outline-offset: 3px; border-radius: 14px; }
.faq-item p { margin: 0; padding: 0 1.3rem 1.2rem; color: var(--text-soft); }

.use-cases__feature--split { display: grid; gap: clamp(1.5rem, 3vw, 2.5rem); align-items: center; }
@media (min-width: 981px) { .use-cases__feature--split { grid-template-columns: 1.1fr 0.9fr; } }
.brief-mock { background: var(--glass-strong); border: 1px solid var(--line-strong); border-radius: 18px; padding: 1.4rem; font-size: 0.92rem; }
.brief-mock__head { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; border-bottom: 1px solid var(--line); padding-bottom: 0.8rem; margin-bottom: 0.9rem; }
.brief-mock__head strong { color: var(--text); font-family: var(--font-display); }
.brief-mock__head span { color: var(--text-dim); font-size: 0.78rem; letter-spacing: 0.06em; text-transform: uppercase; }
.brief-mock ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.7rem; }
.brief-mock li { display: flex; gap: 0.6rem; color: var(--text-soft); align-items: flex-start; }
.brief-mock li::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--blue); margin-top: 0.45em; flex-shrink: 0; }
.brief-mock__foot { margin-top: 1rem; padding-top: 0.8rem; border-top: 1px solid var(--line); color: var(--text-dim); font-size: 0.78rem; }

.scenario-grid { display: grid; gap: 1rem; margin-top: 1.5rem; }
@media (min-width: 721px) { .scenario-grid { grid-template-columns: 1fr 1fr; } }
.scenario-card { background: var(--glass); border: 1px solid var(--line); border-radius: 16px; padding: 1.5rem; }
.scenario-card--after { border-color: var(--line-strong); }
.scenario-card span { display: inline-block; font-size: 0.75rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-dim); margin-bottom: 0.7rem; }
.scenario-card--after span { color: var(--blue); }
.scenario-card h3 { color: var(--text); font-family: var(--font-display); font-size: 1.05rem; margin: 0 0 0.6rem; }
.scenario-card p { color: var(--text-soft); margin: 0; }
.scenario-note { font-size: 0.85rem; color: var(--text-dim); margin-top: 1rem; }

.hero {
  grid-template-columns: minmax(0, 690px) minmax(360px, 440px);
  column-gap: clamp(2rem, 4vw, 4.5rem);
  justify-content: space-between;
  padding-inline: max(3.5rem, calc((100vw - var(--max-width)) / 2));
}
.hero__content {
  grid-column: 1;
  margin-inline: 0;
}
.hero-diagnostic {
  grid-column: 2;
  position: relative;
  z-index: 2;
  align-self: center;
  width: min(440px, 100%);
  margin-block-start: 1.25rem;
  margin-inline: 0;
}
.hero-diagnostic .mini-diagnostic__card {
  margin-top: 0;
  background: var(--glass-strong);
  border-color: var(--line-strong);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(14px);
}
.hero-diagnostic__title { font-family: var(--font-display); font-size: 1.28rem; font-weight: 700; color: var(--text); margin: 0.6rem 0 0.35rem; line-height: 1.3; }
.hero-diagnostic__hint { color: var(--text-dim); font-size: 0.92rem; margin: 0 0 1.2rem; }
@media (max-width: 1220px) {
  .hero {
    grid-template-columns: minmax(0, 1fr);
    padding-inline: clamp(1.25rem, 5vw, 3.5rem);
  }
  .hero-diagnostic {
    grid-column: 1;
    width: min(560px, 100%);
    margin: 2.75rem auto 0;
    align-self: start;
  }
}

html.js [data-reveal] {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: no-preference) {
  .md-step { animation: mdStepIn 0.3s cubic-bezier(0.22, 0.61, 0.36, 1) both; }
  @keyframes mdStepIn {
    from { opacity: 0; transform: translateY(8px); }
    to { opacity: 1; transform: none; }
  }

  html.js .hero-diagnostic { animation: heroCardIn 0.8s cubic-bezier(0.22, 0.61, 0.36, 1) 0.15s both; }
  @keyframes heroCardIn {
    from { opacity: 0; transform: translateY(18px); }
    to { opacity: 1; transform: none; }
  }

  .faq-item summary::after { transition: transform 0.25s cubic-bezier(0.22, 0.61, 0.36, 1); }
}
@media (max-width: 620px) {
  .micro-contact__glow {
    top: -92px;
    right: -16px;
    width: 210px;
    height: 210px;
    filter: blur(40px);
  }
}
