:root {
  --bg: #0f0f1f;
  --bg-soft: #141429;
  --surface: rgba(35, 30, 59, 0.86);
  --surface-strong: #221c3a;
  --text: #f7f5ff;
  --muted: #aaa6ba;
  --line: rgba(255, 255, 255, 0.09);
  --pink: #ef00e8;
  --purple: #8f55ff;
  --green: #12cf7a;
  --orange: #ff9417;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
  --radius: 24px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 85% 8%, rgba(239, 0, 232, 0.13), transparent 23rem),
    var(--bg);
  color: var(--text);
  font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

body.moison-page {
  background: #0d0e1d;
  background-attachment: fixed;
}

.moison-fixed-background {
  position: fixed;
  z-index: 0;
  inset: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 28%, rgba(242, 0, 233, 0.2), transparent 25%),
    radial-gradient(circle at 26% 74%, rgba(76, 91, 255, 0.13), transparent 22%),
    radial-gradient(circle at 68% 52%, rgba(144, 41, 214, 0.12), transparent 27%),
    linear-gradient(112deg, #0d0e1d 0%, #0e0f20 49%, #171026 72%, #350b40 100%);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  pointer-events: none;
  transform: none !important;
  transition: none !important;
  animation: none !important;
}

.moison-page > .site-header,
.moison-page > main,
.moison-page > .site-footer,
.moison-page > .skip-link {
  position: relative;
  z-index: 1;
}

.moison-page > .site-header {
  position: fixed;
  z-index: 1000;
  isolation: isolate;
  pointer-events: auto;
}

.moison-page > main,
.moison-page > .site-footer {
  z-index: 1;
}

.moison-page > .skip-link {
  z-index: 1100;
}

body.menu-open {
  overflow: hidden;
}

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

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

button,
input,
textarea {
  font: inherit;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  transform: translateY(-150%);
  border-radius: 8px;
  background: white;
  color: #111;
}

.skip-link:focus {
  transform: translateY(0);
}

.container {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}

.section {
  position: relative;
  padding: 116px 0;
}

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  border-bottom: 1px solid transparent;
  transition: 180ms ease;
}

.site-header.scrolled {
  border-color: var(--line);
  background: rgba(15, 15, 31, 0.82);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(18px);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 82px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
}

.brand-header-logo {
  display: block;
  width: 43px;
  height: 49px;
}

.brand-header-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 13px;
  background: linear-gradient(135deg, var(--pink), var(--purple));
  box-shadow: 0 8px 28px rgba(239, 0, 232, 0.25);
  font-size: 22px;
  font-weight: 800;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.brand-copy strong {
  letter-spacing: 0.13em;
}

.brand-copy small {
  margin-top: 5px;
  color: var(--muted);
  font-size: 9px;
  letter-spacing: 0.34em;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 1.45vw, 24px);
  white-space: nowrap;
}

.nav-link {
  position: relative;
  padding: 12px 0;
  color: var(--muted);
  font-size: 14px;
  transition: 160ms ease;
}

.nav-link::after {
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;
  height: 2px;
  transform: scaleX(0);
  border-radius: 999px;
  background: linear-gradient(90deg, var(--pink), var(--purple));
  content: "";
  transition: 160ms ease;
}

.nav-link:hover,
.nav-link:focus-visible,
.nav-link.active {
  color: white;
}

.nav-link.active::after,
.nav-link:hover::after {
  transform: scaleX(1);
}

.main-nav .nav-cross-brand {
  display: inline-flex;
  min-height: 40px;
  padding: 0 16px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 229, 229, 0.5);
  border-radius: 999px;
  background: linear-gradient(120deg, rgba(0, 229, 229, 0.14), rgba(75, 170, 255, 0.1));
  box-shadow: 0 0 24px rgba(0, 229, 229, 0.1);
  color: #dfffff;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.main-nav .nav-cross-brand::after {
  display: none;
}

.main-nav .nav-cross-brand:hover,
.main-nav .nav-cross-brand:focus-visible {
  transform: translateY(-2px);
  border-color: #00e5e5;
  background: linear-gradient(120deg, rgba(0, 229, 229, 0.28), rgba(75, 170, 255, 0.18));
  box-shadow: 0 10px 28px rgba(0, 229, 229, 0.18);
  color: white;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 25px;
  border: 0;
  border-radius: 13px;
  background: linear-gradient(110deg, var(--pink), var(--purple));
  box-shadow: 0 12px 32px rgba(198, 0, 255, 0.24);
  color: white;
  font-weight: 700;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 16px 38px rgba(198, 0, 255, 0.34);
}

.button-small {
  min-height: 42px;
  padding: 0 20px;
  font-size: 14px;
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 42px;
  padding: 9px;
  border: 1px solid var(--line);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.04);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  margin: 5px 0;
  border-radius: 999px;
  background: white;
  transition: 160ms ease;
}

.hero {
  position: relative;
  display: flex;
  min-height: 100vh;
  align-items: center;
  padding: 132px 0 76px;
  overflow: hidden;
  background: transparent;
  isolation: isolate;
}

.hero::before,
.hero::after {
  display: none;
}

.hero-content {
  position: relative;
  z-index: 4;
  text-align: center;
}

.hero h1 {
  max-width: 1040px;
  margin: 0 auto 30px;
  font-size: clamp(3.6rem, 6.1vw, 5.7rem);
  line-height: 0.9;
  letter-spacing: -0.07em;
}

.hero-title-line {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.17em;
  white-space: nowrap;
}

.hero-title-solid,
.hero-title-outline,
.hero-title-gradient {
  display: inline-block;
}

.hero-title-outline {
  color: rgba(255, 255, 255, 0.025);
  -webkit-text-stroke: 1.7px rgba(247, 245, 255, 0.92);
  text-stroke: 1.7px rgba(247, 245, 255, 0.92);
  text-shadow: 0 0 34px rgba(255, 255, 255, 0.1);
}

.hero-title-gradient {
  margin-top: 0.16em;
  padding: 0 0.05em 0.08em;
  background: linear-gradient(92deg, #f200e9 3%, #ca45f5 45%, #8275ff 70%, #46bcff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-size: 0.79em;
  letter-spacing: -0.055em;
}

.gradient-text {
  display: inline;
  padding-bottom: 0.05em;
  background: linear-gradient(90deg, #f200e9 2%, #c945f3 46%, #4fb8ff 100%);
  background-clip: text;
  color: transparent;
}

.eyebrow {
  margin: 0;
  color: #d89cff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.hero-lead {
  max-width: 780px;
  margin: 0 auto;
  color: var(--muted);
  font-size: clamp(1rem, 1.5vw, 1.15rem);
  line-height: 1.55;
}

.hero-lead-secondary {
  display: block;
  max-width: 700px;
  margin: 9px auto 0;
  color: #d7d3e3;
  font-size: 0.94em;
}

.hero-stars {
  position: fixed;
  inset: 0;
  pointer-events: none;
  transform: none !important;
  transition: none !important;
  z-index: 1;
  overflow: hidden;
}

.hero-stars span {
  position: absolute;
  width: var(--star-size);
  height: var(--star-size);
  border-radius: 50%;
  background: rgba(255, 255, 255, var(--star-opacity));
  box-shadow: 0 0 calc(var(--star-size) * 5) rgba(255, 255, 255, 0.85);
  transform-origin: center;
  animation: hero-star-twinkle var(--star-duration) ease-in-out infinite alternate;
  animation-delay: var(--star-delay);
}

.solution-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 142px;
  text-align: left;
}

.solution-card {
  position: relative;
  min-height: 330px;
  padding: 32px 32px 30px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(38, 31, 64, 0.95), rgba(26, 24, 48, 0.96));
  box-shadow: 0 25px 65px rgba(0, 0, 0, 0.23);
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease, box-shadow 220ms ease;
}

.solution-card::before {
  position: absolute;
  z-index: 2;
  inset: 0;
  padding: 1.5px;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(239, 0, 232, 0.82), rgba(94, 125, 255, 0.78));
  content: "";
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.solution-card::after {
  position: absolute;
  right: -70px;
  bottom: -90px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: rgba(193, 64, 255, 0.07);
  content: "";
}

.solution-card:hover,
.solution-card:focus-within {
  z-index: 5;
  transform: translateY(-11px) scale(1.055);
  border-color: transparent;
  background: linear-gradient(145deg, rgba(57, 34, 82, 0.98), rgba(37, 37, 75, 0.98));
  box-shadow:
    0 28px 70px rgba(0, 0, 0, 0.3),
    0 0 34px rgba(151, 52, 255, 0.13);
}

.solution-card:hover::before,
.solution-card:focus-within::before {
  opacity: 1;
}

.solution-card:hover .solution-icon,
.solution-card:focus-within .solution-icon {
  transform: translateY(-2px);
  box-shadow: 0 12px 34px rgba(214, 49, 255, 0.3);
}

.solution-icon {
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.22);
  color: white;
  font-size: 25px;
  font-weight: 800;
  transition: box-shadow 220ms ease, transform 220ms ease;
}

.solution-icon svg {
  width: 30px;
  height: 30px;
}

.icon-orange { background: linear-gradient(135deg, #ff6f00, #ffb01f); }
.icon-green { background: linear-gradient(135deg, #00b867, #20dc91); }
.icon-purple { background: linear-gradient(135deg, #9c18e7, #ef24ba); }

.solution-card h2 {
  margin: 27px 0 14px;
  font-size: 23px;
}

.solution-card p {
  min-height: 82px;
  margin: 0 0 24px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

.solution-card a,
.text-link {
  position: relative;
  z-index: 1;
  color: #f51cec;
  font-weight: 700;
}

.solution-card a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.solution-card a span,
.text-link span {
  display: inline-block;
  margin-left: 6px;
  transition: transform 160ms ease;
}

.solution-card a:hover span,
.text-link:hover span {
  transform: translateX(5px);
}

.link-chevron {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 160ms ease;
}

.solution-card a:hover .link-chevron,
.solution-card a:focus-visible .link-chevron {
  transform: translateX(5px);
}

.solution-card:hover > a,
.solution-card:focus-within > a {
  color: #45aaff;
}

@keyframes hero-star-twinkle {
  from { opacity: 0.16; transform: scale(0.68); }
  to { opacity: 1; transform: scale(1.2); }
}

.promo-showcase {
  padding: 108px 0 126px;
  background: transparent;
}

.promo-heading {
  max-width: 840px;
  margin-bottom: 48px;
}

.promo-heading h2 {
  font-size: clamp(2.3rem, 4.5vw, 3.8rem);
}

.promo-slider {
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 30px;
  outline: none;
  background: rgba(18, 16, 38, 0.9);
  box-shadow: 0 35px 90px rgba(0, 0, 0, 0.34);
}

.promo-slider:focus-visible {
  box-shadow:
    0 0 0 3px rgba(129, 115, 255, 0.48),
    0 35px 90px rgba(0, 0, 0, 0.34);
}

.promo-viewport {
  overflow: hidden;
  border-radius: inherit;
}

.promo-track {
  display: flex;
  transition: transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.promo-slide {
  position: relative;
  display: grid;
  flex: 0 0 100%;
  grid-template-columns: minmax(0, 1.08fr) minmax(330px, 0.92fr);
  min-height: 410px;
  overflow: hidden;
  isolation: isolate;
}

.promo-slide::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(115deg, rgba(11, 11, 27, 0.96) 0%, rgba(19, 17, 43, 0.92) 50%, transparent 80%),
    radial-gradient(circle at 80% 42%, var(--promo-glow), transparent 40%),
    var(--promo-base);
  content: "";
}

.promo-slide-pink {
  --promo-base: linear-gradient(120deg, #17102b, #4a0c56);
  --promo-glow: rgba(242, 0, 233, 0.46);
  --promo-accent: #ff54f4;
}

.promo-slide-blue {
  --promo-base: linear-gradient(120deg, #10172c, #182a63);
  --promo-glow: rgba(70, 188, 255, 0.42);
  --promo-accent: #51c9ff;
}

.promo-slide-purple {
  --promo-base: linear-gradient(120deg, #171029, #39206b);
  --promo-glow: rgba(139, 85, 255, 0.47);
  --promo-accent: #a989ff;
}

.promo-copy {
  position: relative;
  z-index: 2;
  align-self: center;
  padding: 58px 38px 70px 78px;
  text-align: left;
}

.promo-tag {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border: 1px solid color-mix(in srgb, var(--promo-accent) 52%, transparent);
  border-radius: 999px;
  background: color-mix(in srgb, var(--promo-accent) 10%, transparent);
  color: var(--promo-accent);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.promo-copy h3 {
  max-width: 590px;
  margin: 19px 0 16px;
  font-size: clamp(2.3rem, 4.1vw, 3.9rem);
  line-height: 1;
  letter-spacing: -0.055em;
}

.promo-copy p {
  max-width: 560px;
  margin: 0 0 28px;
  color: #c5c1d1;
  font-size: 16px;
  line-height: 1.65;
}

.promo-button {
  min-height: 48px;
  padding-inline: 20px;
  background: linear-gradient(110deg, var(--promo-accent), #8f55ff);
  font-size: 14px;
}

.promo-button span {
  font-size: 18px;
  transition: transform 180ms ease;
}

.promo-button:hover span,
.promo-button:focus-visible span {
  transform: translateX(4px);
}

.promo-art {
  position: relative;
  display: grid;
  min-width: 0;
  place-items: center;
  overflow: hidden;
}

.promo-orbit {
  position: absolute;
  border: 1px solid color-mix(in srgb, var(--promo-accent) 32%, transparent);
  border-radius: 50%;
}

.promo-orbit-one {
  width: 390px;
  height: 390px;
}

.promo-orbit-two {
  width: 290px;
  height: 290px;
  border-style: dashed;
  opacity: 0.65;
  transform: rotate(20deg);
}

.promo-browser,
.code-window {
  position: relative;
  z-index: 2;
  width: min(88%, 390px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 18px;
  background: rgba(13, 13, 31, 0.78);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.38);
  transform: rotate(2deg);
  backdrop-filter: blur(12px);
}

.promo-browser-bar,
.code-window-bar {
  display: flex;
  gap: 6px;
  height: 35px;
  padding: 13px 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.promo-browser-bar i,
.code-window-bar i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
}

.promo-browser-body {
  display: grid;
  min-height: 205px;
  padding: 37px 34px;
  place-items: center;
  background:
    radial-gradient(circle at 70% 30%, color-mix(in srgb, var(--promo-accent) 28%, transparent), transparent 42%),
    rgba(255, 255, 255, 0.025);
}

.promo-browser-body > span {
  width: 56%;
  height: 9px;
  border-radius: 99px;
  background: var(--promo-accent);
}

.promo-browser-body strong {
  width: 82%;
  height: 23px;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.88);
}

.promo-browser-body small {
  width: 68%;
  height: 7px;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.28);
}

.promo-browser-body button {
  min-height: 31px;
  padding: 0 14px;
  border: 0;
  border-radius: 8px;
  background: var(--promo-accent);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
}

.product-stack {
  position: relative;
  z-index: 2;
  width: min(82%, 350px);
  height: 280px;
}

.product-card {
  position: absolute;
  display: grid;
  width: 210px;
  min-height: 260px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 22px;
  background: rgba(13, 16, 36, 0.82);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(12px);
}

.product-card-back {
  top: 6px;
  right: 7px;
  transform: rotate(8deg);
  opacity: 0.72;
}

.product-card-front {
  bottom: 0;
  left: 8px;
  transform: rotate(-5deg);
}

.product-card span {
  display: block;
  height: 154px;
  border-radius: 15px;
  background:
    radial-gradient(circle at 65% 32%, rgba(255, 255, 255, 0.75), transparent 8%),
    linear-gradient(145deg, var(--promo-accent), #7958ff 60%, #251840);
}

.product-card strong,
.product-card small {
  display: block;
  height: 9px;
  margin-top: 14px;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.76);
}

.product-card small {
  width: 62%;
  height: 7px;
  margin-top: 8px;
  background: rgba(255, 255, 255, 0.26);
}

.code-window {
  min-height: 265px;
  padding-bottom: 28px;
  transform: rotate(-2deg);
}

.code-line {
  display: block;
  height: 10px;
  margin: 24px 32px 0;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--promo-accent), rgba(255, 255, 255, 0.38));
}

.code-line-one { width: 62%; }
.code-line-two { width: 76%; margin-left: 52px; }
.code-line-three { width: 48%; }
.code-line-four { width: 67%; margin-left: 52px; }

.promo-arrow {
  position: absolute;
  z-index: 5;
  top: 50%;
  display: grid;
  width: 48px;
  height: 48px;
  padding: 0;
  transform: translateY(-50%);
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  background: rgba(13, 13, 31, 0.72);
  color: white;
  cursor: pointer;
  backdrop-filter: blur(12px);
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.promo-arrow:hover,
.promo-arrow:focus-visible {
  transform: translateY(-50%) scale(1.08);
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(45, 29, 70, 0.94);
}

.promo-arrow svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.promo-arrow-prev { left: 18px; }
.promo-arrow-next { right: 18px; }

.promo-dots {
  position: absolute;
  z-index: 5;
  bottom: 23px;
  left: 50%;
  display: flex;
  gap: 9px;
  transform: translateX(-50%);
}

.promo-dots button {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.32);
  cursor: pointer;
  transition: width 180ms ease, background 180ms ease;
}

.promo-dots button[aria-current="true"] {
  width: 30px;
  background: linear-gradient(90deg, #f200e9, #7b79ff);
}

.services {
  border-top: 1px solid var(--line);
  background: transparent;
}

.section-heading {
  max-width: 780px;
  margin: 0 auto 60px;
  text-align: center;
}

.section-heading h2 {
  margin: 14px 0 18px;
  font-size: clamp(2.4rem, 5vw, 4rem);
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.section-heading > p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.service-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(26, 24, 49, 0.76);
  box-shadow: var(--shadow);
}

.service-image {
  position: relative;
  height: 260px;
  overflow: hidden;
}

.service-image::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(15, 15, 31, 0.72));
  content: "";
}

.service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 450ms ease;
}

.service-card:hover img {
  transform: scale(1.045);
}

.service-image span {
  position: absolute;
  z-index: 1;
  top: 20px;
  right: 20px;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  background: rgba(15, 15, 31, 0.64);
  backdrop-filter: blur(10px);
  font-size: 12px;
  font-weight: 700;
}

.service-copy {
  padding: 28px 30px 32px;
}

.service-copy h3 {
  margin: 0 0 10px;
  font-size: 25px;
}

.service-copy p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.service-wide {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: 1.15fr 1fr;
}

.service-wide .service-image {
  height: 100%;
  min-height: 320px;
}

.service-wide .service-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 48px;
}

.service-wide .text-link {
  margin-top: 24px;
}

.about {
  overflow: hidden;
}

.about::before {
  display: none;
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 26px;
}

.about-story,
.value-card,
.founders {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(35, 29, 59, 0.8), rgba(22, 21, 42, 0.82));
}

.about-story {
  display: grid;
  grid-template-columns: minmax(150px, 0.24fr) minmax(0, 1fr);
  gap: 38px;
  padding: 44px;
}

.about-number {
  align-self: start;
  padding-left: 19px;
  border-left: 3px solid var(--pink);
  color: #e3b3ff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
}

.about-story h3,
.value-card h3 {
  margin: 0 0 15px;
  font-size: 26px;
}

.about-story p,
.value-card p {
  margin: 0 0 15px;
  color: var(--muted);
  line-height: 1.75;
}

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

.value-card {
  padding: 32px;
}

.value-card > span {
  display: block;
  margin-bottom: 18px;
  color: #e138f1;
  font-size: 32px;
}

.founders {
  display: grid;
  grid-template-columns: 0.7fr 1fr 1fr;
  gap: 24px;
  align-items: center;
  margin-top: 26px;
  padding: 32px;
}

.founders-title h3 {
  margin: 8px 0 0;
  font-size: 28px;
}

.person-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.025);
}

.avatar {
  display: grid;
  flex: 0 0 auto;
  width: 50px;
  height: 50px;
  place-items: center;
  border-radius: 15px;
  background: linear-gradient(135deg, rgba(239, 0, 232, 0.32), rgba(143, 85, 255, 0.45));
  color: white;
  font-size: 14px;
  font-weight: 800;
}

.person-card h4 {
  margin: 0 0 5px;
  font-size: 16px;
}

.person-card p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}

.contact {
  overflow: hidden;
  border-top: 1px solid var(--line);
  background: transparent;
}

.contact-orb {
  display: none;
}

.contact-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 80px;
  align-items: center;
}

.contact-copy h2 {
  margin: 14px 0 20px;
  font-size: clamp(2.6rem, 5vw, 4.3rem);
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.contact-copy > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}

.contact-details {
  display: grid;
  gap: 17px;
  margin-top: 36px;
}

.contact-details > div {
  display: flex;
  align-items: center;
  gap: 14px;
}

.contact-details > div > span {
  display: grid;
  flex: 0 0 auto;
  width: 43px;
  height: 43px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: rgba(239, 0, 232, 0.08);
  color: #f15bea;
  font-weight: 700;
}

.contact-details p {
  margin: 0;
  font-size: 14px;
}

.contact-details small {
  display: block;
  margin-bottom: 3px;
  color: var(--muted);
  font-size: 11px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.contact-details a:hover {
  color: #f15bea;
}

.contact-form {
  padding: 38px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(39, 32, 64, 0.94), rgba(24, 23, 45, 0.95));
  box-shadow: var(--shadow);
}

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

.contact-form label {
  display: block;
  margin-bottom: 18px;
  color: #dedbea;
  font-size: 13px;
  font-weight: 600;
}

.contact-form label span {
  color: #f15bea;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  margin-top: 8px;
  padding: 14px 15px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 11px;
  outline: none;
  background: rgba(11, 11, 25, 0.54);
  color: white;
  font-size: 14px;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: rgba(239, 0, 232, 0.62);
  box-shadow: 0 0 0 3px rgba(239, 0, 232, 0.1);
}

.contact-form textarea {
  resize: vertical;
}

.contact-form ::placeholder {
  color: #777286;
}

.submit-button {
  width: 100%;
}

.submit-button:disabled {
  cursor: wait;
  opacity: 0.7;
}

.form-status {
  min-height: 22px;
  margin: 14px 0 0;
  color: #8fe9b9;
  font-size: 13px;
  text-align: center;
}

.form-status.error {
  color: #ff9a9a;
}

.honey {
  position: absolute !important;
  left: -9999px !important;
}

.site-footer {
  padding: 34px 0;
  border-top: 1px solid var(--line);
  background: rgba(7, 7, 17, 0.42);
  backdrop-filter: blur(10px);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  align-items: center;
}

.footer-grid > p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
}

.footer-grid > p:last-child {
  text-align: right;
}

/* Página de productos digitales */
.products-hero {
  min-height: 760px;
  padding-top: 178px;
  display: flex;
  align-items: center;
}

.products-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.96fr);
  gap: clamp(48px, 7vw, 100px);
  align-items: center;
}

.products-hero-copy h1 {
  max-width: 760px;
  margin: 18px 0 24px;
  font-size: clamp(3rem, 5.8vw, 5.4rem);
  line-height: 0.95;
  letter-spacing: -0.065em;
}

.products-hero-copy h1 span {
  display: block;
  background: linear-gradient(90deg, #f200e9, #ad51ff 50%, #43baff);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.products-hero-copy > p:not(.eyebrow) {
  max-width: 650px;
  margin: 0;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.75;
}

.products-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  align-items: center;
  margin-top: 36px;
}

.products-ghost-link {
  color: #d9d4e8;
  font-weight: 700;
  transition: color 160ms ease, transform 160ms ease;
}

.products-ghost-link:hover,
.products-ghost-link:focus-visible {
  color: #fff;
  transform: translateX(4px);
}

.products-hero-art {
  position: relative;
  display: grid;
  min-height: 520px;
  place-items: center;
}

.products-orbit {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 50%;
}

.products-orbit-one { width: 440px; height: 440px; }
.products-orbit-two { width: 310px; height: 310px; border-color: rgba(239, 0, 232, 0.22); }

.products-window {
  position: relative;
  z-index: 2;
  width: min(94%, 450px);
  padding-bottom: 28px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 26px;
  background: linear-gradient(145deg, rgba(41, 31, 68, 0.92), rgba(14, 16, 35, 0.9));
  box-shadow: 0 38px 100px rgba(0, 0, 0, 0.45), 0 0 70px rgba(239, 0, 232, 0.12);
  transform: rotate(2deg);
  backdrop-filter: blur(18px);
}

.products-window-bar {
  display: flex;
  gap: 7px;
  height: 46px;
  padding: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.products-window-bar i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
}

.products-window-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  padding: 24px;
}

.products-window-grid span {
  min-height: 145px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background:
    radial-gradient(circle at 70% 22%, rgba(255, 255, 255, 0.45), transparent 6%),
    linear-gradient(145deg, rgba(239, 0, 232, 0.44), rgba(90, 72, 255, 0.16));
}

.products-window-grid span:nth-child(2) { background: linear-gradient(145deg, rgba(50, 184, 255, 0.42), rgba(104, 64, 255, 0.16)); }
.products-window-grid span:nth-child(3) { background: linear-gradient(145deg, rgba(18, 207, 122, 0.36), rgba(52, 124, 255, 0.13)); }
.products-window-grid span:nth-child(4) { background: linear-gradient(145deg, rgba(173, 81, 255, 0.44), rgba(239, 0, 232, 0.13)); }

.products-catalog { padding-top: 90px; }

.products-catalog-heading {
  display: flex;
  gap: 32px;
  align-items: flex-end;
  justify-content: space-between;
}

.products-catalog-heading h1 {
  max-width: 760px;
  margin: 12px 0 0;
  font-size: clamp(2.4rem, 5vw, 4.5rem);
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.products-catalog-heading > span {
  flex: 0 0 auto;
  padding: 10px 15px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  font-size: 13px;
}

.products-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 42px 0 30px;
}

.products-filters button {
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.035);
  color: var(--muted);
  cursor: pointer;
  transition: color 160ms ease, border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.products-filters button:hover,
.products-filters button:focus-visible,
.products-filters button[aria-pressed="true"] {
  border-color: rgba(239, 0, 232, 0.48);
  background: linear-gradient(120deg, rgba(239, 0, 232, 0.18), rgba(143, 85, 255, 0.16));
  color: #fff;
  transform: translateY(-2px);
}

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

.digital-product-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(37, 30, 62, 0.9), rgba(18, 19, 39, 0.92));
  box-shadow: var(--shadow);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.digital-product-card:hover,
.digital-product-card:focus-within {
  transform: translateY(-10px) scale(1.018);
  border-color: color-mix(in srgb, var(--product-accent) 55%, transparent);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.42), 0 0 42px color-mix(in srgb, var(--product-accent) 16%, transparent);
}

.digital-product-pink { --product-accent: #f200e9; }
.digital-product-purple { --product-accent: #9f5cff; }
.digital-product-blue { --product-accent: #43baff; }
.digital-product-green { --product-accent: #12cf7a; }

.digital-product-visual {
  position: relative;
  display: flex;
  min-height: 235px;
  padding: 26px;
  align-items: flex-end;
  justify-content: space-between;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 24%, color-mix(in srgb, var(--product-accent) 48%, transparent), transparent 30%),
    linear-gradient(145deg, color-mix(in srgb, var(--product-accent) 24%, #15162d), #111326);
}

.digital-product-visual::before,
.digital-product-visual::after {
  position: absolute;
  border: 1px solid color-mix(in srgb, var(--product-accent) 30%, transparent);
  border-radius: 50%;
  content: "";
}

.digital-product-visual::before { width: 230px; height: 230px; top: -95px; right: -55px; }
.digital-product-visual::after { width: 145px; height: 145px; top: -52px; right: -15px; }

.digital-product-tag {
  position: absolute;
  z-index: 2;
  top: 22px;
  left: 24px;
  padding: 7px 11px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(8, 10, 25, 0.48);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  backdrop-filter: blur(10px);
}

.digital-product-icon {
  position: relative;
  z-index: 2;
  display: grid;
  width: 76px;
  height: 76px;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--product-accent) 55%, white 10%);
  border-radius: 23px;
  background: color-mix(in srgb, var(--product-accent) 32%, rgba(8, 10, 25, 0.76));
  box-shadow: 0 18px 50px color-mix(in srgb, var(--product-accent) 25%, transparent);
  color: white;
}

.digital-product-icon svg {
  width: 36px;
  height: 36px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.digital-product-category {
  position: relative;
  z-index: 2;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.digital-product-copy { padding: 30px; }

.digital-product-copy h2 {
  margin: 0 0 12px;
  font-size: 27px;
  letter-spacing: -0.025em;
}

.digital-product-copy > p {
  min-height: 84px;
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.digital-product-copy ul {
  display: grid;
  gap: 9px;
  margin: 24px 0 28px;
  padding: 0;
  list-style: none;
}

.digital-product-copy li {
  position: relative;
  padding-left: 24px;
  color: #d7d3e2;
  font-size: 14px;
}

.digital-product-copy li::before {
  position: absolute;
  top: 0.08em;
  left: 0;
  color: var(--product-accent);
  content: "✓";
  font-weight: 800;
}

.digital-product-footer {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.digital-product-footer small {
  display: block;
  margin-bottom: 3px;
  color: var(--muted);
  font-size: 11px;
  text-transform: uppercase;
}

.digital-product-footer strong { font-size: 19px; }

.digital-product-footer a {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: var(--product-accent);
  font-weight: 800;
}

.digital-product-footer a span { transition: transform 160ms ease; }
.digital-product-footer a:hover span { transform: translateX(4px); }

.digital-products-empty {
  grid-column: 1 / -1;
  margin: 0;
  padding: 70px 28px;
  border: 1px dashed rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  color: var(--muted);
  text-align: center;
}

.products-final-cta { padding-top: 30px; }

.products-final-card {
  display: flex;
  gap: 36px;
  align-items: center;
  justify-content: space-between;
  padding: clamp(34px, 5vw, 64px);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 88% 25%, rgba(239, 0, 232, 0.22), transparent 25%),
    linear-gradient(135deg, rgba(39, 30, 67, 0.92), rgba(18, 19, 40, 0.92));
  box-shadow: var(--shadow);
}

.products-final-card h2 {
  max-width: 760px;
  margin: 10px 0 0;
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1.06;
  letter-spacing: -0.04em;
}

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

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

/* La animación de entrada no debe anular la ampliación interactiva. */
.solution-card.reveal {
  transition:
    opacity 600ms ease,
    transform 260ms ease,
    border-color 220ms ease,
    background 220ms ease,
    box-shadow 220ms ease;
}

.solution-card.reveal.visible:hover,
.solution-card.reveal.visible:focus-within {
  z-index: 5;
  transform: translateY(-12px) scale(1.055);
  border-color: rgba(190, 74, 255, 0.9);
  background: linear-gradient(145deg, rgba(61, 36, 88, 0.99), rgba(38, 38, 78, 0.99));
  box-shadow:
    0 34px 78px rgba(0, 0, 0, 0.42),
    0 0 0 1px rgba(115, 123, 255, 0.58),
    0 0 42px rgba(178, 54, 255, 0.2);
}

@media (max-width: 920px) {
  .section { padding: 90px 0; }
  .menu-toggle { display: block; }

  .main-nav {
    position: fixed;
    top: 74px;
    right: 20px;
    left: 20px;
    display: grid;
    gap: 4px;
    padding: 18px;
    transform: translateY(-12px);
    border: 1px solid var(--line);
    border-radius: 18px;
    background: rgba(21, 20, 40, 0.98);
    box-shadow: var(--shadow);
    opacity: 0;
    pointer-events: none;
    transition: 160ms ease;
  }

  .main-nav.open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .main-nav .nav-link { padding: 12px; }
  .main-nav .nav-cross-brand {
    min-height: 46px;
    justify-content: flex-start;
    padding: 0 14px;
  }
  .main-nav .nav-link::after { display: none; }
  .main-nav .button { margin-top: 6px; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

  .hero {
    align-items: flex-start;
    padding-top: 132px;
  }
  .hero h1 {
    max-width: 850px;
    font-size: clamp(3.1rem, 7.2vw, 4.8rem);
  }
  .solution-grid {
    grid-template-columns: 1fr;
    margin-top: 86px;
  }
  .solution-card { min-height: 0; }
  .promo-slide {
    grid-template-columns: minmax(0, 1fr) minmax(270px, 0.75fr);
    min-height: 390px;
  }
  .promo-copy { padding: 52px 28px 70px 70px; }
  .promo-copy h3 { font-size: clamp(2.1rem, 5vw, 3.25rem); }
  .promo-art { padding-right: 24px; }
  .promo-browser,
  .code-window { width: min(94%, 340px); }
  .product-stack { transform: scale(0.88); }
  .about-grid, .contact-grid { grid-template-columns: 1fr; }
  .contact-grid { gap: 54px; }
  .founders { grid-template-columns: 1fr 1fr; }
  .founders-title { grid-column: 1 / -1; }
  .footer-grid { grid-template-columns: 1fr; text-align: center; }
  .footer-grid .brand { justify-self: center; }
  .footer-grid > p:last-child { text-align: center; }
  .products-hero-grid { grid-template-columns: 1fr; }
  .products-hero-copy { text-align: center; }
  .products-hero-copy > p:not(.eyebrow) { margin-inline: auto; }
  .products-hero-actions { justify-content: center; }
  .products-hero-art { min-height: 430px; }
}

@media (max-width: 680px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 76px 0; }
  .hero { padding: 118px 0 68px; }
  .hero h1 {
    max-width: 500px;
    margin-bottom: 24px;
    font-size: clamp(2.75rem, 13.2vw, 4.2rem);
    line-height: 0.92;
    letter-spacing: -0.055em;
  }
  .hero-title-line {
    display: block;
    white-space: normal;
  }
  .hero-title-solid,
  .hero-title-outline { display: block; }
  .hero-title-gradient {
    margin-top: 0.22em;
    font-size: 0.66em;
    line-height: 1.03;
  }
  .hero-lead {
    max-width: 460px;
    padding-inline: 6px;
  }
  .hero-lead-secondary { margin-top: 10px; }
  .solution-grid { margin-top: 66px; }
  .solution-card { padding: 26px; border-radius: 19px; }
  .promo-showcase { padding: 84px 0 96px; }
  .promo-heading { margin-bottom: 36px; }
  .promo-slider { border-radius: 23px; }
  .promo-slide {
    display: flex;
    min-height: 650px;
    flex-direction: column;
  }
  .promo-copy {
    align-self: stretch;
    padding: 42px 28px 24px;
  }
  .promo-copy h3 {
    margin-top: 16px;
    font-size: clamp(2.05rem, 10vw, 3rem);
  }
  .promo-copy p { font-size: 15px; }
  .promo-art {
    flex: 1;
    min-height: 245px;
    padding: 0 22px 78px;
  }
  .promo-orbit-one { width: 320px; height: 320px; }
  .promo-orbit-two { width: 235px; height: 235px; }
  .promo-browser,
  .code-window { width: min(88%, 330px); }
  .promo-browser-body { min-height: 175px; padding: 28px; }
  .product-stack {
    height: 235px;
    transform: scale(0.82);
  }
  .promo-arrow {
    top: auto;
    bottom: 17px;
    width: 43px;
    height: 43px;
    transform: none;
  }
  .promo-arrow:hover,
  .promo-arrow:focus-visible { transform: scale(1.07); }
  .promo-arrow-prev { left: 18px; }
  .promo-arrow-next { right: 18px; }
  .promo-dots { bottom: 33px; }
  .services-grid { grid-template-columns: 1fr; }
  .service-wide { display: block; grid-column: auto; }
  .service-wide .service-image { min-height: 260px; }
  .service-wide .service-copy { padding: 28px 30px 32px; }
  .about-story { grid-template-columns: 1fr; padding: 30px; }
  .values-grid { grid-template-columns: 1fr; }
  .founders { grid-template-columns: 1fr; padding: 24px; }
  .founders-title { grid-column: auto; }
  .contact-form { padding: 25px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .brand-copy strong { font-size: 14px; }
  .brand-mark { width: 38px; height: 38px; }
  .products-hero { min-height: auto; padding-top: 135px; }
  .products-hero-copy h1 { font-size: clamp(2.65rem, 12vw, 3.9rem); }
  .products-hero-art { min-height: 340px; }
  .products-orbit-one { width: 310px; height: 310px; }
  .products-orbit-two { width: 220px; height: 220px; }
  .products-window { width: min(94%, 360px); }
  .products-window-grid span { min-height: 100px; }
  .products-catalog-heading { align-items: flex-start; flex-direction: column; }
  .digital-products-grid { grid-template-columns: 1fr; }
  .digital-product-copy > p { min-height: 0; }
  .products-final-card { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation: none !important;
    transition: none !important;
  }
  .reveal { opacity: 1; transform: none; }
}
