:root {
  --ink: #090610;
  --ink-soft: #110b1c;
  --purple: #7543ff;
  --purple-bright: #9d72ff;
  --purple-pale: #eee8ff;
  --lavender: #cfc0ff;
  --white: #ffffff;
  --paper: #faf9fc;
  --muted: #746f7d;
  --line: rgba(18, 10, 34, 0.1);
  --font-display: "Manrope", sans-serif;
  --font-body: "DM Sans", sans-serif;
  --container: 1180px;
  --radius-lg: 32px;
  --radius-md: 22px;
  --shadow: 0 30px 80px rgba(45, 16, 89, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

::selection {
  color: var(--white);
  background: var(--purple);
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  z-index: 999;
  top: 10px;
  left: 10px;
  padding: 10px 16px;
  color: var(--white);
  background: var(--purple);
  border-radius: 8px;
  transform: translateY(-160%);
}

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

.cursor-glow {
  position: fixed;
  z-index: 1;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(circle, rgba(123, 68, 255, 0.1), transparent 68%);
  transform: translate3d(-50%, -50%, 0);
  will-change: transform;
}

.announcement {
  position: relative;
  z-index: 30;
  color: rgba(255, 255, 255, 0.76);
  background: #050308;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 12px;
  letter-spacing: 0.04em;
}

.announcement__inner {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.announcement__inner > span {
  display: flex;
  align-items: center;
  gap: 8px;
}

.announcement__inner i {
  width: 6px;
  height: 6px;
  background: #9a70ff;
  border-radius: 50%;
  box-shadow: 0 0 12px #9a70ff;
}

.announcement a {
  color: var(--white);
  font-weight: 600;
}

.site-header {
  position: absolute;
  z-index: 20;
  top: 34px;
  left: 0;
  width: 100%;
  color: var(--white);
  transition: background 250ms ease, box-shadow 250ms ease;
}

.site-header.is-sticky {
  position: fixed;
  top: 0;
  background: rgba(7, 4, 12, 0.84);
  box-shadow: 0 12px 38px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(18px);
}

.nav {
  height: 82px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 48px;
}

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

.brand__mark {
  width: 42px;
  color: var(--purple-bright);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 13px;
  box-shadow: 0 8px 24px rgba(79, 30, 168, 0.28);
}

.brand__mark img {
  width: 100%;
  height: auto;
  filter: none;
}

.brand__text {
  display: grid;
  line-height: 1;
  letter-spacing: 0.16em;
}

.brand__text b {
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 800;
}

.brand__text small {
  margin-top: 5px;
  color: var(--purple-bright);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.38em;
}

.nav__links {
  display: flex;
  justify-content: center;
  gap: 34px;
}

.nav__links a {
  position: relative;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  transition: color 200ms ease;
}

.nav__links a::after {
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: var(--purple-bright);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 250ms ease;
}

.nav__links a:hover {
  color: var(--white);
}

.nav__links a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  color: var(--white);
  background: transparent;
}

.menu-toggle span:not(.sr-only) {
  display: block;
  width: 22px;
  height: 1px;
  margin: 6px auto;
  background: currentColor;
  transition: transform 200ms ease;
}

.section-dark {
  color: var(--white);
  background: var(--ink);
}

.hero {
  position: relative;
  min-height: 930px;
  padding-top: 162px;
  overflow: hidden;
  background:
    radial-gradient(circle at 76% 36%, rgba(119, 62, 255, 0.2), transparent 33%),
    radial-gradient(circle at 18% 42%, rgba(90, 46, 180, 0.12), transparent 29%),
    linear-gradient(135deg, #07040c 0%, #0d0717 50%, #08050f 100%);
}

.hero::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: 0.32;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 70px 70px;
  mask-image: linear-gradient(to bottom, black, transparent 82%);
}

.hero__noise {
  position: absolute;
  z-index: 2;
  inset: 0;
  opacity: 0.055;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.95' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
}

.hero__team-art {
  position: absolute;
  z-index: 0;
  inset: 0;
  pointer-events: none;
  background-image: url("assets/octa-team-hero.webp");
  background-position: center center;
  background-size: cover;
}

.hero__team-art::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, #07040c 0%, rgba(7, 4, 12, 0.98) 27%, rgba(7, 4, 12, 0.78) 39%, rgba(7, 4, 12, 0.18) 55%, rgba(7, 4, 12, 0.08) 76%, rgba(7, 4, 12, 0.14) 100%),
    linear-gradient(180deg, rgba(7, 4, 12, 0.3), transparent 42%, rgba(7, 4, 12, 0.6) 100%);
}

.hero__orb {
  position: absolute;
  z-index: 1;
  border-radius: 50%;
  filter: blur(2px);
  pointer-events: none;
}

.hero__orb--one {
  top: 220px;
  right: -180px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(157, 114, 255, 0.18);
  box-shadow: inset 0 0 90px rgba(119, 67, 255, 0.08);
}

.hero__orb--two {
  bottom: 180px;
  left: -130px;
  width: 280px;
  height: 280px;
  border: 1px solid rgba(157, 114, 255, 0.1);
}

.hero__grid {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(0, 450px) 1fr;
  align-items: center;
  gap: 52px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 24px;
  padding: 7px 12px 7px 8px;
  color: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.04);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.eyebrow__icon {
  display: grid;
  width: 25px;
  height: 25px;
  color: var(--white);
  background: var(--purple);
  border-radius: 50%;
  place-items: center;
}

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

h1,
h2,
h3 {
  font-family: var(--font-display);
}

.hero h1 {
  max-width: 450px;
  margin-bottom: 25px;
  font-size: clamp(48px, 4.4vw, 65px);
  font-weight: 500;
  letter-spacing: -0.065em;
  line-height: 0.99;
}

.text-gradient {
  display: block;
  color: transparent;
  background: linear-gradient(92deg, #a879ff 5%, #fff 95%);
  -webkit-background-clip: text;
  background-clip: text;
}

.hero__lead {
  max-width: 445px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 18px;
  line-height: 1.65;
}

.hero__actions {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-top: 34px;
}

.button {
  position: relative;
  display: inline-flex;
  min-height: 57px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 12px 14px 12px 23px;
  overflow: hidden;
  border: 0;
  border-radius: 99px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button--primary {
  color: var(--white);
  background: linear-gradient(135deg, #8551ff, #6331e8);
  box-shadow: 0 15px 35px rgba(104, 49, 231, 0.34);
}

.button--primary:hover {
  box-shadow: 0 20px 45px rgba(104, 49, 231, 0.45);
}

.button--light {
  color: var(--ink);
  background: var(--white);
}

.button--small {
  min-height: 47px;
  padding-left: 19px;
  font-size: 13px;
}

.button__icon {
  display: grid;
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  color: var(--ink);
  background: var(--white);
  border-radius: 50%;
  place-items: center;
}

.button--light .button__icon {
  color: var(--white);
  background: var(--purple);
}

.button--full {
  width: 100%;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 600;
}

.play-icon {
  display: grid;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  place-items: center;
}

.play-icon svg {
  width: 16px;
  fill: var(--white);
}

.hero__proof {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 45px;
}

.avatars {
  display: flex;
}

.avatars span {
  display: grid;
  width: 36px;
  height: 36px;
  margin-left: -8px;
  color: var(--white);
  border: 2px solid var(--ink);
  background: linear-gradient(135deg, #9e78ff, #3d216d);
  border-radius: 50%;
  font-size: 9px;
  font-weight: 700;
  place-items: center;
}

.avatars span:first-child {
  margin-left: 0;
}

.stars {
  color: #ffbf4a;
  font-size: 12px;
  letter-spacing: 0.08em;
}

.hero__proof p {
  margin: 2px 0 0;
  color: rgba(255, 255, 255, 0.48);
  font-size: 11px;
}

.trust-strip {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 60px;
  margin-top: 72px;
  padding: 27px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.trust-strip p {
  margin: 0;
  color: rgba(255, 255, 255, 0.36);
  font-size: 11px;
}

.trust-strip__items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: rgba(255, 255, 255, 0.55);
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.trust-strip__items i {
  width: 4px;
  height: 4px;
  background: var(--purple);
  border-radius: 50%;
}

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

.section-intro {
  background:
    radial-gradient(circle at 100% 0, rgba(130, 70, 255, 0.08), transparent 28%),
    var(--paper);
}

.section-heading--split {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: end;
  gap: 90px;
}

.section-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  color: #6f48ce;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.section-kicker i {
  width: 6px;
  height: 6px;
  background: currentColor;
  border-radius: 50%;
  box-shadow: 0 0 10px currentColor;
}

.section-heading h2,
.contact h2 {
  margin-bottom: 0;
  font-size: clamp(39px, 4.3vw, 62px);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 1.08;
}

.section-heading h2 em,
.contact h2 em {
  color: var(--purple);
  font-family: Georgia, serif;
  font-weight: 400;
}

.section-heading__copy > p,
.section-heading--split > p {
  margin-bottom: 24px;
  color: var(--muted);
  font-size: 17px;
}

.arrow-link {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(9, 6, 16, 0.25);
  font-size: 13px;
  font-weight: 700;
}

.arrow-link span {
  color: var(--purple);
}

.numbers-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 75px;
}

.number-card {
  position: relative;
  min-height: 280px;
  padding: 27px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--white);
  border-radius: var(--radius-md);
  box-shadow: 0 12px 35px rgba(30, 14, 49, 0.04);
}

.number-card--featured {
  color: var(--white);
  border-color: transparent;
  background: linear-gradient(145deg, #7442fa, #4e1fb9);
  box-shadow: 0 22px 50px rgba(99, 49, 214, 0.25);
}

.number-card__label {
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.number-card--featured .number-card__label {
  color: rgba(255, 255, 255, 0.65);
}

.number-card strong {
  display: block;
  margin-top: 41px;
  font-family: var(--font-display);
  font-size: clamp(47px, 5vw, 68px);
  font-weight: 500;
  letter-spacing: -0.07em;
  line-height: 1;
}

.number-card p {
  position: absolute;
  z-index: 2;
  right: 27px;
  bottom: 25px;
  left: 27px;
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}

.number-card--featured p {
  color: rgba(255, 255, 255, 0.67);
}

.number-card__octa {
  position: absolute;
  right: -45px;
  bottom: -50px;
  width: 160px;
  height: 160px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.04);
  clip-path: polygon(29% 0, 71% 0, 100% 29%, 100% 71%, 71% 100%, 29% 100%, 0 71%, 0 29%);
  transform: rotate(15deg);
}

.services {
  background: #f2eff7;
}

.section-heading--center {
  max-width: 720px;
  margin-inline: auto;
  text-align: center;
}

.section-heading--center .section-kicker {
  justify-content: center;
}

.section-heading--center > p {
  max-width: 530px;
  margin: 22px auto 0;
  color: var(--muted);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 17px;
  margin-top: 64px;
}

.service-card {
  position: relative;
  display: flex;
  min-height: 390px;
  flex-direction: column;
  grid-column: span 2;
  align-items: flex-start;
  padding: 31px;
  overflow: hidden;
  border: 1px solid rgba(30, 12, 52, 0.08);
  background: rgba(255, 255, 255, 0.82);
  border-radius: var(--radius-md);
  transition: transform 300ms ease, box-shadow 300ms ease;
}

.service-card:nth-child(4) {
  grid-column: 2 / span 2;
}

.service-card:nth-child(5) {
  grid-column: 4 / span 2;
}

.service-card:hover {
  z-index: 2;
  box-shadow: var(--shadow);
  transform: translateY(-7px);
}

.service-card__number {
  position: absolute;
  top: 22px;
  right: 24px;
  color: rgba(16, 7, 28, 0.25);
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 700;
}

.service-card__icon {
  display: grid;
  width: 52px;
  height: 52px;
  flex: 0 0 auto;
  margin-bottom: 34px;
  color: var(--purple);
  border: 1px solid rgba(111, 64, 220, 0.17);
  background: var(--purple-pale);
  border-radius: 14px;
  place-items: center;
}

.service-card__icon svg {
  width: 27px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.4;
}

.service-card h3 {
  min-height: 62px;
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.04em;
}

.service-card p {
  max-width: 480px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 14px;
  min-height: 68px;
}

.service-card ul {
  display: grid;
  width: 100%;
  gap: 11px;
  margin: auto 0 0;
  padding: 25px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  list-style: none;
}

.service-card li {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--muted);
  font-size: 12px;
}

.service-card li::before {
  content: "✦";
  color: var(--purple);
  font-size: 8px;
}

.method {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    #090510;
  background-size: 66px 66px;
}

.method__glow {
  position: absolute;
  top: 30%;
  left: 20%;
  width: 500px;
  height: 500px;
  background: rgba(117, 67, 255, 0.16);
  border-radius: 50%;
  filter: blur(110px);
}

.section-heading--light h2 {
  color: var(--white);
}

.section-heading--light > p {
  color: rgba(255, 255, 255, 0.53);
}

.method-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 90px;
  margin-top: 80px;
}

.method-visual {
  display: grid;
  min-height: 470px;
  place-items: center;
}

.octa-core {
  position: relative;
  display: grid;
  width: 330px;
  height: 330px;
  place-items: center;
}

.octa-core__ring {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(162, 116, 255, 0.32);
  border-radius: 50%;
}

.octa-core__ring--one {
  animation: slow-spin 25s linear infinite;
}

.octa-core__ring--one::before,
.octa-core__ring--two::before {
  position: absolute;
  top: 50%;
  left: -4px;
  width: 8px;
  height: 8px;
  content: "";
  background: var(--purple-bright);
  border-radius: 50%;
  box-shadow: 0 0 16px var(--purple-bright);
}

.octa-core__ring--two {
  inset: 38px;
  border-style: dashed;
  opacity: 0.5;
  animation: slow-spin 18s linear infinite reverse;
}

.octa-core__shape {
  display: grid;
  width: 148px;
  height: 148px;
  background:
    radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.23), transparent 25%),
    linear-gradient(145deg, #986aff, #4d1bbd);
  clip-path: polygon(29% 0, 71% 0, 100% 29%, 100% 71%, 71% 100%, 29% 100%, 0 71%, 0 29%);
  box-shadow: 0 0 70px rgba(129, 73, 255, 0.52);
  place-content: center;
  text-align: center;
}

.octa-core__shape span {
  font-family: var(--font-display);
  font-size: 27px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
}

.octa-core__shape small {
  margin-top: 6px;
  font-size: 8px;
  letter-spacing: 0.35em;
}

.octa-core > i {
  --angle: calc(var(--i) * 45deg);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 9px;
  background: var(--white);
  border: 3px solid var(--purple);
  border-radius: 50%;
  box-shadow: 0 0 12px var(--purple);
  transform: rotate(var(--angle)) translateX(164px) rotate(calc(var(--angle) * -1));
}

@keyframes slow-spin {
  to {
    transform: rotate(360deg);
  }
}

.method-steps {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.method-step {
  display: grid;
  grid-template-columns: 75px 1fr;
  gap: 22px;
  padding: 26px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: padding-left 250ms ease, background 250ms ease;
}

.method-step:hover {
  padding-left: 22px;
  background: linear-gradient(90deg, rgba(119, 67, 255, 0.1), transparent);
}

.method-step > span {
  color: var(--purple-bright);
  font-family: var(--font-display);
  font-size: 27px;
  font-weight: 500;
  line-height: 1;
}

.method-step h3 {
  margin-bottom: 6px;
  font-size: 21px;
  font-weight: 600;
}

.method-step p {
  margin: 0;
  color: rgba(255, 255, 255, 0.48);
  font-size: 13px;
}

.testimonials {
  overflow: hidden;
  background: var(--white);
}

.carousel-controls {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}

.carousel-button {
  display: grid;
  width: 45px;
  height: 45px;
  color: var(--ink);
  border: 1px solid var(--line);
  background: var(--white);
  border-radius: 50%;
  cursor: pointer;
  place-items: center;
}

.carousel-button--active {
  color: var(--white);
  border-color: var(--purple);
  background: var(--purple);
}

.testimonial-track {
  display: grid;
  grid-template-columns: repeat(3, minmax(360px, 1fr));
  gap: 17px;
  margin-top: 58px;
  transition: transform 400ms ease;
}

.testimonial-card {
  min-height: 355px;
  padding: 34px;
  border: 1px solid var(--line);
  background: #f8f6fb;
  border-radius: var(--radius-md);
}

.testimonial-card--purple {
  color: var(--white);
  border-color: transparent;
  background:
    radial-gradient(circle at 100% 0, rgba(255, 255, 255, 0.18), transparent 34%),
    linear-gradient(145deg, #7846fb, #4e1cbd);
  box-shadow: 0 25px 55px rgba(93, 40, 204, 0.25);
}

.quote-mark {
  height: 45px;
  color: var(--purple);
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1;
}

.testimonial-card--purple .quote-mark {
  color: var(--white);
}

.testimonial-copy {
  min-height: 122px;
  margin: 22px 0 26px;
  font-family: var(--font-display);
  font-size: 17px;
  letter-spacing: -0.02em;
  line-height: 1.55;
}

.testimonial-card footer {
  display: flex;
  align-items: center;
  gap: 12px;
}

.testimonial-avatar {
  display: grid;
  width: 43px;
  height: 43px;
  color: var(--white);
  background: linear-gradient(145deg, #9d75ff, #4b247d);
  border-radius: 50%;
  font-size: 11px;
  font-weight: 700;
  place-items: center;
}

.testimonial-card footer strong,
.testimonial-card footer small {
  display: block;
}

.testimonial-card footer strong {
  font-size: 13px;
}

.testimonial-card footer small {
  color: var(--muted);
  font-size: 10px;
}

.testimonial-card--purple footer small {
  color: rgba(255, 255, 255, 0.55);
}

.contact {
  color: var(--white);
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 20%, rgba(136, 75, 255, 0.34), transparent 28%),
    radial-gradient(circle at 100% 100%, rgba(125, 66, 255, 0.2), transparent 25%),
    #0c0714;
}

.contact--early {
  padding-top: 105px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.contact--early::after {
  position: absolute;
  top: -1px;
  left: 50%;
  width: min(86vw, 980px);
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(165, 113, 255, 0.7), transparent);
  transform: translateX(-50%);
}

.contact::before {
  position: absolute;
  top: -190px;
  left: 50%;
  width: 480px;
  height: 480px;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.08);
  transform: rotate(22.5deg);
  clip-path: polygon(29% 0, 71% 0, 100% 29%, 100% 71%, 71% 100%, 29% 100%, 0 71%, 0 29%);
}

.contact__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  align-items: center;
  gap: 90px;
}

.section-kicker--light {
  color: var(--purple-bright);
}

.contact h2 {
  margin-bottom: 26px;
}

.contact h2 em {
  display: block;
  color: #b38dff;
}

.contact__content > p {
  max-width: 480px;
  color: rgba(255, 255, 255, 0.57);
}

.contact__promise {
  display: grid;
  gap: 11px;
  margin-top: 33px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
}

.contact__promise > span {
  display: flex;
  align-items: center;
}

.contact__promise i {
  display: inline-grid;
  width: 18px;
  height: 18px;
  margin-right: 7px;
  color: var(--white);
  background: rgba(143, 90, 255, 0.23);
  border-radius: 50%;
  font-style: normal;
  place-items: center;
}

.lead-form {
  padding: 37px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.97);
  border-radius: 27px;
  box-shadow: 0 35px 90px rgba(0, 0, 0, 0.34);
}

.form-heading {
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin-bottom: 28px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line);
}

.form-heading span:first-child {
  color: var(--purple);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.form-heading h3 {
  margin: 4px 0 0;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -0.04em;
}

.form-heading__step {
  display: grid;
  width: 38px;
  height: 38px;
  color: var(--purple);
  border: 1px solid rgba(117, 67, 255, 0.2);
  background: var(--purple-pale);
  border-radius: 50%;
  font-size: 10px;
  font-weight: 700;
  place-items: center;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px;
}

.lead-form label:not(.form-consent) {
  display: block;
  margin-bottom: 15px;
}

.lead-form label > span:first-child {
  display: block;
  margin-bottom: 7px;
  color: #4e4857;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.lead-form input:not([type="checkbox"]),
.lead-form select,
.lead-form textarea {
  width: 100%;
  border: 1px solid rgba(24, 12, 40, 0.11);
  outline: 0;
  color: var(--ink);
  background: #f8f7fa;
  border-radius: 10px;
  font-size: 13px;
  transition: border 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.lead-form input:not([type="checkbox"]),
.lead-form select {
  height: 49px;
  padding: 0 14px;
}

.lead-form textarea {
  min-height: 84px;
  padding: 12px 14px;
  resize: vertical;
}

.lead-form input:focus,
.lead-form select:focus,
.lead-form textarea:focus {
  border-color: rgba(117, 67, 255, 0.55);
  background: var(--white);
  box-shadow: 0 0 0 3px rgba(117, 67, 255, 0.08);
}

.lead-form input::placeholder,
.lead-form textarea::placeholder {
  color: #a19ba9;
}

.form-consent {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 5px 0 18px;
  color: var(--muted);
  cursor: pointer;
  font-size: 10px;
}

.form-consent input {
  accent-color: var(--purple);
}

.form-status {
  min-height: 20px;
  margin: 10px 0 -8px;
  color: var(--muted);
  font-size: 11px;
  text-align: center;
}

.faq {
  background: var(--paper);
}

.faq__grid {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 100px;
}

.faq .section-heading > p {
  max-width: 330px;
  margin: 22px 0;
  color: var(--muted);
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-item {
  border-bottom: 1px solid var(--line);
}

.faq-item button {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0;
  border: 0;
  color: var(--ink);
  background: transparent;
  cursor: pointer;
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 600;
  text-align: left;
}

.faq-item button span {
  display: grid;
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  margin-left: 25px;
  color: var(--purple);
  border: 1px solid rgba(117, 67, 255, 0.18);
  border-radius: 50%;
  font-size: 18px;
  font-weight: 400;
  transition: transform 200ms ease, background 200ms ease;
  place-items: center;
}

.faq-item button[aria-expanded="true"] span {
  color: var(--white);
  background: var(--purple);
  transform: rotate(45deg);
}

.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 280ms ease;
}

.faq-answer > p {
  margin: 0;
  overflow: hidden;
  color: var(--muted);
  font-size: 14px;
}

.faq-item.is-open .faq-answer {
  grid-template-rows: 1fr;
}

.faq-item.is-open .faq-answer > p {
  padding-bottom: 23px;
}

.footer {
  padding: 0;
  background:
    radial-gradient(circle at 50% 0, rgba(122, 64, 255, 0.15), transparent 32%),
    #07040c;
}

.footer__cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 58px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.footer__cta p {
  margin: 0;
  color: rgba(255, 255, 255, 0.4);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.footer__cta a {
  display: flex;
  align-items: center;
  gap: 25px;
  font-family: var(--font-display);
  font-size: clamp(24px, 3vw, 39px);
  letter-spacing: -0.04em;
}

.footer__cta a span {
  display: grid;
  width: 49px;
  height: 49px;
  background: var(--purple);
  border-radius: 50%;
  font-size: 17px;
  place-items: center;
}

.footer__main {
  display: grid;
  grid-template-columns: 1fr 1.4fr auto;
  align-items: center;
  gap: 60px;
  padding: 65px 0;
}

.footer__main > p {
  max-width: 410px;
  margin: 0;
  color: rgba(255, 255, 255, 0.42);
  font-size: 13px;
}

.footer__socials {
  display: flex;
  gap: 9px;
}

.footer__socials a {
  display: grid;
  width: 40px;
  height: 40px;
  color: rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 50%;
  font-size: 10px;
  font-weight: 700;
  place-items: center;
  transition: color 180ms ease, background 180ms ease;
}

.footer__socials a:hover {
  color: var(--white);
  background: var(--purple);
}

.footer__bottom {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 30px;
  padding: 20px 0;
  color: rgba(255, 255, 255, 0.27);
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  font-size: 9px;
}

.footer__bottom span:last-child {
  text-align: right;
}

.whatsapp-float {
  position: fixed;
  z-index: 50;
  right: 25px;
  bottom: 24px;
  display: flex;
  align-items: center;
  gap: 11px;
  color: var(--ink);
}

.whatsapp-float__label {
  padding: 9px 13px;
  background: var(--white);
  border-radius: 99px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.14);
  font-size: 11px;
  font-weight: 700;
  opacity: 0;
  transform: translateX(10px);
  transition: opacity 200ms ease, transform 200ms ease;
}

.whatsapp-float:hover .whatsapp-float__label {
  opacity: 1;
  transform: translateX(0);
}

.whatsapp-float__icon {
  display: grid;
  width: 58px;
  height: 58px;
  color: var(--white);
  background: #25d366;
  border: 4px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  box-shadow: 0 14px 36px rgba(37, 211, 102, 0.34);
  place-items: center;
}

.whatsapp-float__icon::before {
  position: absolute;
  width: 58px;
  height: 58px;
  content: "";
  border: 1px solid rgba(37, 211, 102, 0.55);
  border-radius: 50%;
  animation: pulse 2.2s ease-out infinite;
}

.whatsapp-float svg {
  width: 29px;
  fill: currentColor;
}

/* Continuous violet theme */
body {
  color: var(--white);
  background: #090410;
}

.section-intro {
  color: var(--white);
  background:
    radial-gradient(circle at 90% 10%, rgba(144, 87, 255, 0.24), transparent 30%),
    radial-gradient(circle at 8% 82%, rgba(90, 38, 187, 0.28), transparent 33%),
    linear-gradient(180deg, #0b0613 0%, #160827 48%, #120720 100%);
}

.section-intro::after,
.services::after,
.testimonials::after,
.faq::after {
  position: absolute;
  inset: 0;
  content: "";
  opacity: 0.2;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, transparent, black 25%, black 75%, transparent);
}

.section-intro > .container,
.services > .container,
.testimonials > .container,
.faq > .container {
  position: relative;
  z-index: 1;
}

.section-intro .section-heading h2,
.services .section-heading h2,
.testimonials .section-heading h2,
.faq .section-heading h2 {
  color: var(--white);
}

.section-intro .section-heading h2 em,
.services .section-heading h2 em,
.testimonials .section-heading h2 em,
.faq .section-heading h2 em {
  color: #b896ff;
}

.section-intro .section-kicker,
.services .section-kicker,
.testimonials .section-kicker,
.faq .section-kicker {
  color: #aa82ff;
}

.section-intro .section-heading__copy > p,
.services .section-heading--center > p,
.faq .section-heading > p {
  color: rgba(255, 255, 255, 0.58);
}

.section-intro .arrow-link,
.faq .arrow-link {
  color: var(--white);
  border-bottom-color: rgba(255, 255, 255, 0.24);
}

.section-intro .arrow-link span,
.faq .arrow-link span {
  color: #b896ff;
}

.number-card {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.11);
  background:
    radial-gradient(circle at 100% 0, rgba(161, 112, 255, 0.1), transparent 38%),
    rgba(255, 255, 255, 0.055);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(16px);
}

.number-card--featured {
  border-color: rgba(255, 255, 255, 0.18);
  background:
    radial-gradient(circle at 10% 10%, rgba(255, 255, 255, 0.17), transparent 35%),
    linear-gradient(145deg, #8653ff, #5420c5);
  box-shadow: 0 26px 60px rgba(83, 28, 195, 0.36);
}

.number-card__label,
.number-card p {
  color: rgba(255, 255, 255, 0.55);
}

.services {
  color: var(--white);
  background:
    radial-gradient(circle at 16% 12%, rgba(130, 70, 255, 0.3), transparent 27%),
    radial-gradient(circle at 90% 80%, rgba(96, 39, 211, 0.3), transparent 32%),
    linear-gradient(180deg, #120720 0%, #210d3d 48%, #10061d 100%);
}

.service-card {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.11);
  background:
    radial-gradient(circle at 100% 0, rgba(163, 114, 255, 0.11), transparent 38%),
    rgba(255, 255, 255, 0.055);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(18px);
}

.service-card:hover {
  border-color: rgba(184, 150, 255, 0.32);
  box-shadow: 0 30px 70px rgba(5, 1, 12, 0.35);
}

.service-card--dark {
  border-color: rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(circle at 100% 0, rgba(171, 126, 255, 0.25), transparent 42%),
    rgba(9, 3, 18, 0.48);
}

.service-card__number,
.service-card--dark .service-card__number,
.service-card--accent .service-card__number {
  color: rgba(255, 255, 255, 0.35);
}

.service-card__icon {
  color: #c5a9ff;
  border-color: rgba(197, 169, 255, 0.2);
  background: rgba(148, 92, 255, 0.14);
}

.service-card p,
.service-card li {
  color: rgba(255, 255, 255, 0.58);
}

.service-card__tag,
.service-card li::before {
  color: #bb96ff;
}

.testimonials {
  color: var(--white);
  background:
    radial-gradient(circle at 78% 15%, rgba(137, 78, 255, 0.28), transparent 30%),
    radial-gradient(circle at 12% 85%, rgba(83, 29, 185, 0.32), transparent 28%),
    linear-gradient(180deg, #10061d 0%, #1b0a33 55%, #10061e 100%);
}

.carousel-button {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
}

.carousel-button--active {
  border-color: #9464ff;
  background: linear-gradient(145deg, #925fff, #642add);
}

.testimonial-card {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.11);
  background:
    radial-gradient(circle at 100% 0, rgba(163, 114, 255, 0.12), transparent 38%),
    rgba(255, 255, 255, 0.055);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.14);
  backdrop-filter: blur(18px);
}

.testimonial-card--purple {
  border-color: rgba(255, 255, 255, 0.16);
  background:
    radial-gradient(circle at 100% 0, rgba(255, 255, 255, 0.18), transparent 34%),
    linear-gradient(145deg, #8150f4, #4c1ba9);
}

.quote-mark {
  color: #b895ff;
}

.testimonial-card footer small {
  color: rgba(255, 255, 255, 0.5);
}

.contact {
  background:
    radial-gradient(circle at 10% 20%, rgba(159, 101, 255, 0.38), transparent 29%),
    radial-gradient(circle at 100% 100%, rgba(111, 48, 234, 0.34), transparent 30%),
    linear-gradient(135deg, #17092a, #0c0516 62%, #1a0a31);
}

.lead-form {
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.13);
  background:
    radial-gradient(circle at 100% 0, rgba(167, 119, 255, 0.12), transparent 34%),
    rgba(16, 7, 29, 0.8);
  box-shadow: 0 38px 95px rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(24px);
}

.form-heading {
  border-bottom-color: rgba(255, 255, 255, 0.11);
}

.form-heading span:first-child,
.form-heading__step {
  color: #b996ff;
}

.form-heading__step {
  border-color: rgba(184, 150, 255, 0.2);
  background: rgba(148, 92, 255, 0.13);
}

.lead-form label > span:first-child {
  color: rgba(255, 255, 255, 0.62);
}

.lead-form input:not([type="checkbox"]),
.lead-form select,
.lead-form textarea {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.11);
  background: rgba(255, 255, 255, 0.055);
}

.lead-form select option {
  color: var(--white);
  background: #170a29;
}

.lead-form input:focus,
.lead-form select:focus,
.lead-form textarea:focus {
  border-color: rgba(184, 150, 255, 0.62);
  background: rgba(255, 255, 255, 0.09);
  box-shadow: 0 0 0 3px rgba(148, 92, 255, 0.12);
}

.lead-form input::placeholder,
.lead-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.32);
}

.form-consent,
.form-status {
  color: rgba(255, 255, 255, 0.48);
}

.faq {
  color: var(--white);
  background:
    radial-gradient(circle at 15% 15%, rgba(137, 78, 255, 0.24), transparent 30%),
    radial-gradient(circle at 88% 90%, rgba(90, 33, 199, 0.3), transparent 30%),
    linear-gradient(180deg, #10061e 0%, #1a0a30 50%, #0a0511 100%);
}

.faq-list,
.faq-item {
  border-color: rgba(255, 255, 255, 0.11);
}

.faq-item button {
  color: var(--white);
}

.faq-item button span {
  color: #b895ff;
  border-color: rgba(184, 149, 255, 0.23);
}

.faq-answer > p {
  color: rgba(255, 255, 255, 0.53);
}

@keyframes pulse {
  70%,
  100% {
    opacity: 0;
    transform: scale(1.55);
  }
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 750ms ease, transform 750ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.reveal--delay {
  transition-delay: 120ms;
}

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

@media (max-width: 1040px) {
  .hero {
    min-height: auto;
    padding-bottom: 40px;
  }

  .hero__grid {
    grid-template-columns: minmax(0, 490px) 1fr;
    gap: 25px;
  }

  .hero h1 {
    max-width: 490px;
    font-size: clamp(45px, 5.4vw, 58px);
  }

  .hero__lead {
    max-width: 455px;
  }

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

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

  .service-card,
  .service-card:nth-child(4) {
    grid-column: auto;
  }

  .service-card:nth-child(5) {
    width: calc(50% - 8.5px);
    grid-column: 1 / -1;
    justify-self: center;
  }

  .method-layout,
  .contact__grid {
    gap: 45px;
  }
}

@media (max-width: 1040px) {
  .cursor-glow {
    display: none;
  }

  .announcement__inner > span {
    display: none;
  }

  .announcement__inner {
    justify-content: center;
  }

  .nav {
    grid-template-columns: 1fr auto;
  }

  .menu-toggle {
    z-index: 3;
    display: block;
  }

  .nav__cta {
    display: none;
  }

  .nav__links {
    position: fixed;
    z-index: 2;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    background: rgba(7, 4, 12, 0.97);
    opacity: 0;
    pointer-events: none;
    transition: opacity 220ms ease;
  }

  .nav__links a {
    font-family: var(--font-display);
    font-size: 28px;
  }

  .menu-open .nav__links {
    opacity: 1;
    pointer-events: auto;
  }

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

  .menu-open .menu-toggle span:nth-child(2) {
    transform: translateY(-3.5px) rotate(-45deg);
  }

  .hero {
    min-height: 1100px;
    padding-top: 140px;
  }

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

  .hero__content {
    max-width: 650px;
    text-align: left;
  }

  .eyebrow,
  .hero__actions,
  .hero__proof {
    justify-content: flex-start;
  }

  .hero__lead {
    margin-inline: 0;
  }

  .hero__team-art {
    top: 600px;
    background-position: 72% bottom;
    background-size: auto 470px;
    background-repeat: no-repeat;
  }

  .hero__team-art::after {
    background:
      linear-gradient(180deg, #090510 0%, rgba(9, 5, 16, 0.92) 13%, rgba(9, 5, 16, 0.24) 38%, rgba(9, 5, 16, 0.08) 66%, #090510 100%),
      linear-gradient(90deg, rgba(9, 5, 16, 0.32), transparent 55%, rgba(9, 5, 16, 0.18));
  }

  .hero .trust-strip {
    display: none;
  }

  .trust-strip {
    grid-template-columns: 1fr;
    gap: 18px;
    text-align: center;
  }

  .section-heading--split,
  .method-layout,
  .contact__grid,
  .faq__grid {
    grid-template-columns: 1fr;
  }

  .section-heading--split {
    gap: 30px;
  }

  .method-layout {
    gap: 20px;
  }

  .faq__grid {
    gap: 50px;
  }

  .testimonial-track {
    grid-template-columns: repeat(3, minmax(320px, 80vw));
  }

  .footer__main {
    grid-template-columns: 1fr;
    gap: 25px;
  }
}

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

  .section {
    padding: 86px 0;
  }

  .nav {
    height: 70px;
  }

  .hero {
    min-height: 1150px;
    padding-top: 126px;
  }

  .hero h1 {
    font-size: clamp(43px, 13vw, 62px);
  }

  .hero__lead {
    font-size: 16px;
  }

  .hero__actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero__team-art {
    top: 650px;
    background-position: 74% bottom;
    background-size: auto 450px;
  }

  .trust-strip__items {
    flex-wrap: wrap;
    justify-content: center;
  }

  .section-heading h2,
  .contact h2 {
    font-size: 40px;
  }

  .numbers-grid,
  .services-grid {
    grid-template-columns: 1fr;
  }

  .number-card {
    min-height: 250px;
  }

  .service-card,
  .service-card:nth-child(4),
  .service-card:nth-child(5) {
    width: 100%;
    grid-column: auto;
    min-height: 375px;
  }

  .service-card h3,
  .service-card p {
    min-height: auto;
  }

  .service-card ul {
    margin-top: auto;
  }

  .octa-core {
    width: 270px;
    height: 270px;
  }

  .octa-core > i {
    transform: rotate(var(--angle)) translateX(134px) rotate(calc(var(--angle) * -1));
  }

  .method-visual {
    min-height: 350px;
  }

  .carousel-controls {
    display: none;
  }

  .testimonial-track {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .testimonial-card {
    flex: 0 0 86vw;
    scroll-snap-align: center;
  }

  .lead-form {
    padding: 25px 20px;
  }

  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .footer__cta {
    display: block;
  }

  .footer__cta a {
    align-items: flex-end;
    margin-top: 20px;
  }

  .footer__bottom {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .footer__bottom span:last-child {
    text-align: left;
  }

  .whatsapp-float {
    right: 14px;
    bottom: 14px;
  }

  .whatsapp-float__label {
    display: none;
  }
}

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

  .reveal {
    opacity: 1;
    transform: none;
  }
}
