/* ============================================================================
   ModusAI landing — design language inspired by oko.so, brand color crimson.
   ============================================================================ */

/* Inter — closest to SF Pro free alternative. Display swap to avoid blank text. */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");

/* ===== Reset ===== */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  scrollbar-gutter: stable;
}

body {
  width: 100%;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "kern" 1, "liga" 1;
}

img,
video,
picture {
  max-width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}

button {
  font-family: inherit;
  cursor: pointer;
  background: none;
  color: inherit;
}

ul,
ol,
li {
  list-style: none;
}

::selection {
  background: rgba(220, 20, 60, 0.45);
  color: #fff;
}

/* ===== Tokens ===== */
:root {
  --bg-primary: #000000;
  --bg-secondary: #0a0a0a;
  --bg-card: #0c0c0d;
  --bg-surface: #18181b;

  --color-primary: #eeeff1;
  --color-secondary: #afb1b7;
  --color-muted: #6a6c72;

  --color-primary-90: rgba(238, 239, 241, 0.9);
  --color-primary-80: rgba(238, 239, 241, 0.8);
  --color-primary-50: rgba(238, 239, 241, 0.5);
  --color-primary-25: rgba(238, 239, 241, 0.25);
  --color-primary-10: rgba(238, 239, 241, 0.1);
  --color-primary-5: rgba(238, 239, 241, 0.05);

  --accent: #dc143c;
  --accent-light: #ff3057;
  --accent-deep: #9c0e2b;
  --accent-glow: rgba(220, 20, 60, 0.45);
  --accent-soft: rgba(220, 20, 60, 0.18);
  --accent-faint: rgba(220, 20, 60, 0.08);

  --border: rgba(255, 255, 255, 0.08);
  --border-strong: rgba(255, 255, 255, 0.16);

  --font-body: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;

  /* Type scale (1rem = 16px) */
  --fs-1: clamp(2.75rem, 6vw, 4.5rem);
  --fs-2: clamp(2rem, 4vw, 3rem);
  --fs-3: clamp(1.5rem, 3vw, 2rem);
  --fs-4: 1.5rem;
  --fs-5: 1.25rem;
  --fs-6: 1rem;
  --fs-7: 0.875rem;
  --fs-8: 0.75rem;

  --container-w: 1240px;
  --container-px: 1.25rem;

  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 20px;
  --radius-xl: 28px;
  --radius-pill: 999px;

  --transition: 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

@media (max-width: 991px) {
  :root {
    --container-px: 1rem;
  }
}

html,
body {
  background: var(--bg-primary);
  color: var(--color-primary);
  font-family: var(--font-body);
  font-size: var(--fs-6);
  line-height: 1.5;
  letter-spacing: -0.01em;
}

/* ===== Scrollbar ===== */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: var(--bg-primary);
}

::-webkit-scrollbar-thumb {
  background-color: rgba(238, 239, 241, 0.18);
  border-radius: 8px;
  border: 2px solid var(--bg-primary);
  transition: background-color 0.3s ease;
}

::-webkit-scrollbar-thumb:hover {
  background-color: rgba(220, 20, 60, 0.6);
}

/* ===== Layout ===== */
.container {
  width: 100%;
  max-width: var(--container-w);
  margin: 0 auto;
  padding-left: var(--container-px);
  padding-right: var(--container-px);
  position: relative;
  z-index: 1;
}

main {
  display: block;
  position: relative;
  z-index: 1;
}

section {
  position: relative;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

@media (max-width: 991px) {
  section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

/* ===== Stars background (referenced from stars.css). The wrapper gets fixed. ===== */
.stars-bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.stars-bg .stars,
.stars-bg #stars,
.stars-bg #stars2,
.stars-bg #stars3 {
  opacity: 0.55;
}

/* Crimson glow at the top of the page sits behind the stars */
.bg-glow {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(60% 50% at 50% 0%, rgba(220, 20, 60, 0.18) 0%, transparent 60%),
    radial-gradient(40% 30% at 100% 30%, rgba(220, 20, 60, 0.08) 0%, transparent 70%),
    linear-gradient(180deg, #050507 0%, #000000 100%);
}

/* ===== Preloader ===== */
.preloader {
  position: fixed;
  inset: 0;
  z-index: 2147483647;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
  opacity: 1;
  transition: opacity 0.5s ease;
}

.preloader.hiding {
  opacity: 0;
}

.preloader.hidden {
  display: none;
}

.preloader-logo {
  width: 220px;
  height: 56px;
  background: url("/images/logo.svg") center / contain no-repeat;
  filter: drop-shadow(0 0 18px var(--accent-glow));
  animation: preloaderPulse 1.6s ease-in-out infinite;
}

@keyframes preloaderPulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.85;
  }
  50% {
    transform: scale(1.07);
    opacity: 1;
  }
}

/* ===== Scroll-driven entry animations ===== */
.scrollFadeUp,
.scrollFade,
.scrollZoom {
  opacity: 0;
  filter: blur(12px);
  transition:
    opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.9s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform, filter;
}

.scrollFadeUp {
  transform: translate3d(0, 40px, 0);
}

.scrollZoom {
  transform: scale(0.92);
}

.is-visible.scrollFadeUp,
.is-visible.scrollFade,
.is-visible.scrollZoom {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  filter: blur(0);
}

@media (prefers-reduced-motion: reduce) {
  .scrollFadeUp,
  .scrollFade,
  .scrollZoom {
    opacity: 1;
    transform: none;
    filter: none;
    transition: none;
  }
}

/* Stagger children inside a single block */
.is-visible .stagger > * {
  opacity: 0;
  transform: translateY(20px);
  animation: staggerIn 0.7s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.is-visible .stagger > *:nth-child(1) { animation-delay: 0.05s; }
.is-visible .stagger > *:nth-child(2) { animation-delay: 0.15s; }
.is-visible .stagger > *:nth-child(3) { animation-delay: 0.25s; }
.is-visible .stagger > *:nth-child(4) { animation-delay: 0.35s; }
.is-visible .stagger > *:nth-child(5) { animation-delay: 0.45s; }
.is-visible .stagger > *:nth-child(6) { animation-delay: 0.55s; }

@keyframes staggerIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ===== Header ===== */
.header {
  position: relative;
  z-index: 10;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
}

/* ===== Nav ===== */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1100;
  padding: 1rem 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.4) 60%, rgba(0, 0, 0, 0) 100%);
  transition: padding 0.3s ease;
}

.nav.is-scrolled {
  padding: 0.625rem 0;
}

.blur-layers {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.blur-layers .layer {
  position: absolute;
  inset: 0;
}

.blur-layers .layer-4 {
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  -webkit-mask-image: linear-gradient(to bottom, black 0%, transparent 25%);
  mask-image: linear-gradient(to bottom, black 0%, transparent 25%);
}

.blur-layers .layer-3 {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  -webkit-mask-image: linear-gradient(to bottom, black 25%, transparent 50%);
  mask-image: linear-gradient(to bottom, black 25%, transparent 50%);
}

.blur-layers .layer-2 {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  -webkit-mask-image: linear-gradient(to bottom, black 50%, transparent 75%);
  mask-image: linear-gradient(to bottom, black 50%, transparent 75%);
}

.blur-layers .layer-1 {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  -webkit-mask-image: linear-gradient(to bottom, black 75%, transparent 100%);
  mask-image: linear-gradient(to bottom, black 75%, transparent 100%);
}

.nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  flex-shrink: 0;
  transition: transform var(--transition);
}

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

.logo-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.logo-icon img {
  height: 36px;
  width: auto;
  filter: drop-shadow(0 0 14px var(--accent-glow));
}

.logo-text {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--color-primary);
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  flex: 1;
  justify-content: center;
}

.nav-link {
  position: relative;
  padding: 0.625rem 1rem;
  color: var(--color-primary-80);
  font-size: var(--fs-7);
  font-weight: 500;
  border-radius: var(--radius-pill);
  transition: color 0.25s ease, background 0.25s ease;
}

.nav-link::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.06);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.nav-link:hover,
.nav-link.active {
  color: var(--color-primary);
}

.nav-link:hover::before,
.nav-link.active::before {
  opacity: 1;
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  flex-shrink: 0;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(18, 18, 18, 0.7);
  border: 1px solid var(--border);
  align-items: center;
  justify-content: center;
  position: relative;
  flex-shrink: 0;
  transition: background 0.2s ease;
}

.nav-toggle:hover {
  background: rgba(255, 255, 255, 0.06);
}

.nav-toggle span {
  position: absolute;
  left: 12px;
  right: 12px;
  height: 1.5px;
  background: var(--color-primary);
  border-radius: 2px;
  transition: all 0.3s ease;
}

.nav-toggle span:nth-child(1) { top: 14px; }
.nav-toggle span:nth-child(2) { top: 21px; }
.nav-toggle span:nth-child(3) { top: 28px; }

.nav-toggle.open span:nth-child(1) {
  top: 21px;
  transform: rotate(45deg);
}
.nav-toggle.open span:nth-child(2) {
  opacity: 0;
}
.nav-toggle.open span:nth-child(3) {
  top: 21px;
  transform: rotate(-45deg);
}

@media (max-width: 991px) {
  .nav-toggle {
    display: flex;
  }

  .nav-cta {
    display: none;
  }

  /* Dim/blur backdrop behind the open mobile menu */
  body:has(.nav-menu.open)::before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    z-index: 1090;
    pointer-events: none;
    animation: navBackdropIn 0.28s ease forwards;
  }

  @keyframes navBackdropIn {
    from { opacity: 0; }
    to   { opacity: 1; }
  }

  .nav-menu {
    position: fixed;
    top: calc(72px + env(safe-area-inset-top, 0px));
    left: 0.75rem;
    right: 0.75rem;
    flex-direction: column;
    align-items: stretch;
    gap: 2px;
    padding: 10px;
    background:
      radial-gradient(120% 80% at 100% 0%, rgba(220, 20, 60, 0.14), transparent 55%),
      rgba(10, 10, 12, 0.94);
    -webkit-backdrop-filter: blur(28px) saturate(140%);
    backdrop-filter: blur(28px) saturate(140%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 22px;
    box-shadow:
      0 24px 60px -12px rgba(0, 0, 0, 0.8),
      inset 0 1px 0 rgba(255, 255, 255, 0.06);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px) scale(0.985);
    transform-origin: top right;
    transition:
      opacity 0.32s cubic-bezier(0.22, 1, 0.36, 1),
      transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    max-height: calc(100dvh - 96px - env(safe-area-inset-top, 0px));
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  .nav.is-scrolled .nav-menu {
    top: calc(60px + env(safe-area-inset-top, 0px));
  }

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

  /* Staggered reveal of items */
  .nav-menu li {
    opacity: 0;
    transform: translateY(-6px);
    transition:
      opacity 0.32s ease,
      transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .nav-menu.open li {
    opacity: 1;
    transform: translateY(0);
  }

  .nav-menu.open li:nth-child(1) { transition-delay: 0.06s; }
  .nav-menu.open li:nth-child(2) { transition-delay: 0.10s; }
  .nav-menu.open li:nth-child(3) { transition-delay: 0.14s; }
  .nav-menu.open li:nth-child(4) { transition-delay: 0.18s; }
  .nav-menu.open li:nth-child(5) { transition-delay: 0.24s; }

  .nav-menu .nav-link {
    display: flex;
    align-items: center;
    padding: 14px 16px;
    text-align: left;
    font-size: 1rem;
    font-weight: 500;
    color: var(--color-primary-80);
    border-radius: 14px;
    transition: background 0.2s ease, color 0.2s ease;
  }

  /* Disable shared hover-pill so the mobile rows control their own background */
  .nav-menu .nav-link::before {
    display: none;
  }

  .nav-menu .nav-link:hover {
    color: var(--color-primary);
    background: rgba(255, 255, 255, 0.05);
  }

  .nav-menu .nav-link.active {
    color: var(--color-primary);
    background: linear-gradient(90deg, rgba(220, 20, 60, 0.18), rgba(220, 20, 60, 0.04));
    box-shadow: inset 0 0 0 1px rgba(220, 20, 60, 0.25);
  }

  .nav-menu .nav-cta-mobile {
    margin-top: 8px;
    padding-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
  }

  .nav-menu .nav-cta-mobile .btn {
    width: 100%;
    padding: 14px 1.5rem;
  }
}

/* Visible only on mobile inside the dropdown */
.nav-cta-mobile {
  display: none;
}

@media (max-width: 991px) {
  .nav-cta-mobile {
    display: block;
  }
}

/* ===== Buttons ===== */
.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.875rem 1.75rem;
  border-radius: var(--radius-pill);
  font-family: var(--font-body);
  font-size: var(--fs-6);
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
  letter-spacing: 0.005em;
  color: var(--color-primary);
  border: 1px solid transparent;
  isolation: isolate;
  transition: transform 0.3s ease, color 0.3s ease, background 0.4s ease;
  cursor: pointer;
}

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

.btn:active {
  transform: translateY(0);
}

.btn--md {
  padding: 0.625rem 1.25rem;
  font-size: var(--fs-7);
}

.btn--lg {
  padding: 1rem 2rem;
  font-size: 1.0625rem;
}

.btn--xl {
  padding: 1.125rem 2.25rem;
  font-size: 1.125rem;
}

.btn-arrow {
  display: inline-block;
  width: 1.05em;
  height: 1.05em;
  flex-shrink: 0;
  vertical-align: middle;
  transition: transform 0.3s ease;
}

.btn:hover .btn-arrow {
  transform: translateX(4px);
}

/* Primary — crimson glow with rotating border */
@property --btn-angle {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}

.btn-primary {
  background:
    radial-gradient(60% 50% at 50% 100%,
      rgba(255, 255, 255, 0.45) 0%,
      rgba(255, 60, 90, 0.4) 55%,
      rgba(255, 60, 90, 0) 100%),
    linear-gradient(180deg, #4a1320 0%, #6e0d22 100%);
  border-color: rgba(255, 80, 110, 0.55);
  box-shadow:
    0 -4px 4px 0 rgba(255, 255, 255, 0.25) inset,
    0 6px 24px -4px rgba(220, 20, 60, 0.5),
    0 2px 8px rgba(220, 20, 60, 0.35);
  color: #fff;
}

.btn-primary::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  padding: 1px;
  background: conic-gradient(
    from var(--btn-angle),
    transparent 25%,
    rgba(255, 122, 142, 0.9) 45%,
    rgba(255, 220, 230, 0.95) 55%,
    transparent 75%
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  animation: rotateBtnBorder 3.4s linear infinite;
  pointer-events: none;
  z-index: -1;
}

@keyframes rotateBtnBorder {
  to {
    --btn-angle: 360deg;
  }
}

.btn-primary:hover {
  box-shadow:
    0 -4px 6px 0 rgba(255, 255, 255, 0.35) inset,
    0 10px 32px -4px rgba(220, 20, 60, 0.65),
    0 4px 12px rgba(220, 20, 60, 0.45);
}

/* Secondary — subtle dark pill */
.btn-secondary {
  background-color: rgba(24, 24, 27, 0.8);
  border-color: var(--border-strong);
  color: var(--color-primary);
}

.btn-secondary:hover {
  background-color: rgba(38, 38, 42, 0.9);
  border-color: rgba(255, 255, 255, 0.25);
}

/* Ghost — transparent */
.btn-ghost {
  background: transparent;
  color: var(--color-primary-80);
  border-color: transparent;
  padding: 0.5rem 1rem;
}

.btn-ghost:hover {
  color: var(--color-primary);
}

/* ===== Badge ===== */
.badge {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.25rem 0.625rem 0.25rem 0.25rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--color-primary);
  white-space: nowrap;
}

.badge-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  flex-shrink: 0;
}

.badge-icon svg {
  width: 14px;
  height: 14px;
  color: var(--color-primary);
}

.badge-accent {
  background: rgba(220, 20, 60, 0.12);
  border-color: rgba(220, 20, 60, 0.3);
}

.badge-accent .badge-icon {
  background: rgba(220, 20, 60, 0.25);
}

/* ===== Hero ===== */
.hero {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 9rem;
  padding-bottom: 6rem;
}

.hero__content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}

.hero__chip {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(220, 20, 60, 0.25);
  background: rgba(220, 20, 60, 0.08);
  color: var(--color-primary-90);
  font-size: var(--fs-7);
  font-weight: 500;
  letter-spacing: 0.02em;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.hero__chip-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent-light);
  box-shadow: 0 0 10px var(--accent-glow);
  animation: pulse 1.8s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.55; transform: scale(0.85); }
}

.hero__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  font-size: var(--fs-1);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -0.03em;
  color: var(--color-primary);
}

.hero__title .line {
  display: block;
}

.hero__title .accent {
  background: linear-gradient(135deg, #ff8aa3 0%, #dc143c 50%, #ff3057 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 32px rgba(220, 20, 60, 0.35));
}

.hero__title .italic {
  font-style: italic;
  font-weight: 600;
  background: linear-gradient(90deg, #fff5f6 0%, #eeeff1 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-right: 0.15em;
}

.hero__description {
  font-size: 1.0625rem;
  line-height: 1.7;
  color: var(--color-secondary);
  max-width: 620px;
}

.hero__description .badge {
  margin: 0 0.125rem;
  vertical-align: middle;
  transform: translateY(-1px);
}

.hero__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.875rem;
  flex-wrap: wrap;
}

.hero__cta-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.875rem;
}

.hero__alt-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.4rem 0.25rem;
  color: var(--color-primary-50);
  font-size: var(--fs-7);
  font-weight: 500;
  letter-spacing: 0.01em;
  transition: color 0.2s ease, gap 0.25s ease;
}

.hero__alt-link:hover {
  color: var(--color-primary-90);
  gap: 0.6rem;
}

.hero__alt-arrow {
  display: inline-block;
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  vertical-align: middle;
  transition: transform 0.25s ease;
}

.hero__alt-link:hover .hero__alt-arrow {
  transform: translateX(2px);
}

.hero__stats {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  margin-top: 1rem;
}

@media (max-width: 600px) {
  .hero__stats {
    gap: 1.5rem;
  }
}

.hero__stat {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  text-align: center;
}

.hero__stat-num {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--color-primary);
  letter-spacing: -0.02em;
}

.hero__stat-label {
  font-size: 0.8125rem;
  color: var(--color-secondary);
  letter-spacing: 0.02em;
}

@media (max-width: 991px) {
  .hero {
    padding-top: 7rem;
    padding-bottom: 4rem;
  }
}

/* Scroll indicator */
.scroll-hint {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  color: var(--color-primary-50);
  font-size: var(--fs-8);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  z-index: 5;
  animation: scrollHintFloat 2.4s ease-in-out infinite;
}

.scroll-hint__line {
  width: 1px;
  height: 36px;
  background: linear-gradient(to bottom, transparent, var(--color-primary-50), transparent);
}

@keyframes scrollHintFloat {
  0%, 100% { transform: translate(-50%, 0); opacity: 0.85; }
  50% { transform: translate(-50%, 6px); opacity: 0.4; }
}

@media (max-width: 991px) {
  .scroll-hint {
    display: none;
  }
}

/* ===== Section title ===== */
.section__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  text-align: center;
  max-width: 640px;
  margin: 0 auto 4rem;
}

.section__title h2 {
  font-size: var(--fs-2);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.025em;
  color: var(--color-primary);
}

.section__title h2 .accent {
  background: linear-gradient(135deg, #ff8aa3 0%, #dc143c 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section__title p {
  font-size: 1.0625rem;
  color: var(--color-secondary);
  line-height: 1.55;
  max-width: 560px;
}

@media (max-width: 991px) {
  .section__title {
    margin-bottom: 3rem;
  }
}

/* ===== Before/After ===== */
.ba-section {
  position: relative;
}

.ba-wrap {
  position: relative;
  max-width: 920px;
  margin: 0 auto;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--bg-card);
  border: 1px solid var(--border);
  box-shadow:
    0 32px 96px -32px rgba(0, 0, 0, 0.85),
    0 0 0 1px rgba(220, 20, 60, 0.08),
    0 -10px 60px -20px rgba(220, 20, 60, 0.18);
}

.ba-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  user-select: none;
  -webkit-user-select: none;
  cursor: ew-resize;
}

.ba-frame .before,
.ba-frame .after {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.ba-frame .before img,
.ba-frame .after video,
.ba-frame .after img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
}

.ba-frame .after {
  clip-path: inset(0 0 0 50%);
  will-change: clip-path;
}

.ba-label {
  position: absolute;
  top: 1rem;
  padding: 0.375rem 0.75rem;
  background: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: var(--color-primary);
  font-size: var(--fs-8);
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-radius: var(--radius-pill);
  border: 1px solid var(--border);
  z-index: 3;
}

.ba-label--before {
  left: 1rem;
}

.ba-label--after {
  right: 1rem;
  background: rgba(220, 20, 60, 0.18);
  border-color: rgba(220, 20, 60, 0.4);
  color: var(--accent-light);
}

.ba-handle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 0 30px rgba(220, 20, 60, 0.5), 0 0 4px rgba(255, 255, 255, 0.6);
  transform: translateX(-50%);
  z-index: 4;
  pointer-events: none;
}

.ba-handle__btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--bg-primary);
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
  cursor: ew-resize;
  box-shadow: 0 0 32px rgba(220, 20, 60, 0.6), 0 4px 16px rgba(0, 0, 0, 0.6);
  transition: transform 0.2s ease, box-shadow 0.3s ease;
  touch-action: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}

.ba-handle__btn:hover {
  transform: translate(-50%, -50%) scale(1.08);
  box-shadow: 0 0 40px rgba(220, 20, 60, 0.8), 0 4px 20px rgba(0, 0, 0, 0.7);
}

.ba-handle__btn svg {
  width: 22px;
  height: 22px;
  color: #fff;
}

.ba-cta {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.875rem;
  flex-wrap: wrap;
  margin-top: 2.5rem;
}

@media (max-width: 600px) {
  .ba-frame {
    aspect-ratio: 4 / 5;
  }

  .ba-handle__btn {
    width: 48px;
    height: 48px;
  }
}

/* ===== Features (about-style cards) ===== */
.features__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.features__grid-row {
  display: contents;
}

@media (max-width: 991px) {
  .features__grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  .features__grid {
    grid-template-columns: 1fr;
  }
}

.feature-card {
  position: relative;
  padding: 2rem;
  background:
    radial-gradient(120% 80% at 100% 0%, rgba(220, 20, 60, 0.06), transparent 55%),
    linear-gradient(180deg, #0e0e10 0%, #08080a 100%);
  border: 1px solid var(--border);
  border-radius: 20px;
  overflow: hidden;
  isolation: isolate;
  transition: transform 0.4s ease, border-color 0.3s ease, box-shadow 0.4s ease;
}

/* Top hairline accent */
.feature-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 1.5rem;
  right: 1.5rem;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(220, 20, 60, 0.55), transparent);
  opacity: 0.5;
  transition: opacity 0.4s ease, left 0.4s ease, right 0.4s ease;
}

/* Soft hover-glow wash */
.feature-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(80% 60% at 50% 0%, rgba(220, 20, 60, 0.12) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
  z-index: -1;
}

.feature-card:hover {
  transform: translateY(-4px);
  border-color: rgba(220, 20, 60, 0.35);
  box-shadow: 0 24px 60px -28px rgba(220, 20, 60, 0.4);
}

.feature-card:hover::before {
  opacity: 1;
}

.feature-card:hover::after {
  opacity: 1;
  left: 0.5rem;
  right: 0.5rem;
}

.feature-card.feature-card--wide {
  grid-column: span 2;
}

@media (max-width: 991px) {
  .feature-card.feature-card--wide {
    grid-column: span 2;
  }
}

@media (max-width: 600px) {
  .feature-card.feature-card--wide {
    grid-column: span 1;
  }
}

.feature-card__icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background:
    radial-gradient(120% 100% at 30% 20%, rgba(255, 138, 163, 0.22), transparent 60%),
    linear-gradient(135deg, rgba(220, 20, 60, 0.20), rgba(220, 20, 60, 0.04));
  border: 1px solid rgba(220, 20, 60, 0.28);
  box-shadow:
    0 10px 28px -14px rgba(220, 20, 60, 0.55),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  color: #ff8aa3;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
              color 0.3s ease,
              border-color 0.3s ease,
              box-shadow 0.4s ease;
}

.feature-card:hover .feature-card__icon {
  transform: translateY(-2px) scale(1.04);
  color: #fff;
  border-color: rgba(255, 138, 163, 0.55);
  box-shadow:
    0 14px 32px -12px rgba(220, 20, 60, 0.7),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.feature-card__icon svg {
  width: 28px;
  height: 28px;
  display: block;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.feature-card:hover .feature-card__icon svg {
  transform: scale(1.05);
}

.feature-card__title {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--color-primary);
  margin-bottom: 0.5rem;
  letter-spacing: -0.02em;
}

.feature-card__text {
  font-size: var(--fs-6);
  color: var(--color-secondary);
  line-height: 1.55;
}

/* ===== Process (steps) ===== */
.process__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.process__step {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding: 2.25rem 2rem 2rem;
  background:
    radial-gradient(120% 80% at 100% 0%, rgba(220, 20, 60, 0.10), transparent 55%),
    linear-gradient(180deg, #0c0c0e 0%, #07070a 100%);
  border: 1px solid var(--border);
  border-radius: 24px;
  overflow: hidden;
  isolation: isolate;
  transition: transform 0.4s ease, border-color 0.3s ease;
}

/* Hairline accent at the top of every card */
.process__step::before {
  content: "";
  position: absolute;
  top: 0;
  left: 1.25rem;
  right: 1.25rem;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(220, 20, 60, 0.55), transparent);
  opacity: 0.55;
  transition: opacity 0.4s ease, left 0.4s ease, right 0.4s ease;
}

/* Faint giant watermark digit in the corner */
.process__step::after {
  content: attr(data-num);
  position: absolute;
  bottom: -3.25rem;
  right: -1rem;
  font-size: 13rem;
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: -0.06em;
  color: rgba(220, 20, 60, 0.045);
  pointer-events: none;
  z-index: -1;
  user-select: none;
}

.process__step:hover {
  transform: translateY(-4px);
  border-color: rgba(220, 20, 60, 0.35);
}

.process__step:hover::before {
  opacity: 1;
  left: 0.5rem;
  right: 0.5rem;
}

.process__num {
  font-size: clamp(3.25rem, 4.5vw, 4.5rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.05em;
  background: linear-gradient(135deg, #ff8aa3 0%, #dc143c 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.process__body {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

.process__title {
  font-size: 1.375rem;
  font-weight: 600;
  color: var(--color-primary);
  letter-spacing: -0.02em;
}

.process__text {
  color: var(--color-secondary);
  font-size: var(--fs-6);
  line-height: 1.6;
}

@media (max-width: 991px) {
  .process__list {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .process__step {
    padding: 2rem 1.75rem 1.75rem;
  }

  .process__step::after {
    font-size: 11rem;
    bottom: -2.5rem;
  }
}

/* ===== Demo upload ===== */
.demo {
  position: relative;
}

.demo__container {
  max-width: 720px;
  margin: 0 auto;
}

.demo__upload {
  position: relative;
  padding: 4rem 2rem;
  border-radius: var(--radius-lg);
  border: 1.5px dashed rgba(255, 255, 255, 0.18);
  background:
    radial-gradient(60% 70% at 50% 0%, rgba(220, 20, 60, 0.08) 0%, transparent 70%),
    linear-gradient(180deg, #0d0d10 0%, #07070a 100%);
  text-align: center;
  cursor: pointer;
  transition: border-color 0.3s ease, transform 0.3s ease;
}

.demo__upload:hover,
.demo__upload.dragover {
  border-color: rgba(220, 20, 60, 0.5);
  transform: translateY(-2px);
}

.demo__icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(220, 20, 60, 0.25), rgba(220, 20, 60, 0.05));
  border: 1px solid rgba(220, 20, 60, 0.3);
  margin: 0 auto 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.demo__icon svg {
  width: 32px;
  height: 32px;
  color: var(--color-primary);
}

.demo__title {
  font-size: 1.375rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  letter-spacing: -0.02em;
}

.demo__text {
  color: var(--color-secondary);
  margin-bottom: 1.5rem;
}

.demo__upload-btn {
  pointer-events: none;
}

.demo__result {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border);
  background: var(--bg-card);
  display: none;
}

.demo__result.active {
  display: block;
}

.demo__preview {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 5;
  background: #000;
}

.demo__preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(12px) brightness(0.6);
}

.demo__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  padding: 2rem;
  background: rgba(0, 0, 0, 0.45);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}

.demo__spinner {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.15);
  border-top-color: var(--accent);
  animation: spin 1s linear infinite;
}

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

.demo__overlay-text {
  font-size: 1.0625rem;
  font-weight: 500;
  color: var(--color-primary);
  text-align: center;
}

.demo__progress {
  width: 100%;
  max-width: 320px;
  height: 4px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
}

.demo__progress-fill {
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, var(--accent) 0%, var(--accent-light) 100%);
  border-radius: inherit;
  transition: width 0.25s ease;
  box-shadow: 0 0 12px var(--accent-glow);
}

.demo__cta {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  gap: 0.625rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: max-content;
  max-width: calc(100% - 2rem);
  z-index: 3;
}

.demo__cta.active {
  display: inline-flex;
}

/* ===== Final CTA ===== */
.final-cta {
  position: relative;
  overflow: hidden;
}

.final-cta__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(50% 60% at 50% 50%, rgba(220, 20, 60, 0.18) 0%, transparent 70%);
  transition: background 0.3s ease;
}

.final-cta__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.75rem;
  text-align: center;
  padding: 4rem 2rem;
  border: 1px solid var(--border);
  border-radius: 32px;
  background:
    radial-gradient(60% 80% at 50% 0%, rgba(220, 20, 60, 0.18) 0%, transparent 70%),
    linear-gradient(180deg, #0a0a0c 0%, #050507 100%);
  box-shadow: 0 40px 100px -40px rgba(220, 20, 60, 0.3);
}

.final-cta__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.875rem;
  flex-wrap: wrap;
}

.final-cta h2 {
  font-size: var(--fs-2);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.05;
}

.final-cta h2 .accent {
  background: linear-gradient(135deg, #ff8aa3 0%, #dc143c 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.final-cta p {
  color: var(--color-secondary);
  font-size: 1.0625rem;
  line-height: 1.55;
  max-width: 540px;
}

/* ===== Footer ===== */
.footer {
  position: relative;
  z-index: 5;
  padding: 4rem 0 2.5rem;
  border-top: 1px solid var(--border);
  background:
    radial-gradient(40% 60% at 50% 0%, rgba(220, 20, 60, 0.08) 0%, transparent 70%),
    #050507;
}

.footer__content {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 3rem;
  margin-bottom: 3rem;
}

@media (max-width: 991px) {
  .footer__content {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
  }
}

@media (max-width: 600px) {
  .footer__content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.footer__brand {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.footer__tagline {
  color: var(--color-secondary);
  font-size: var(--fs-6);
  max-width: 320px;
  line-height: 1.55;
}

.footer__section h3 {
  font-size: var(--fs-7);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--color-primary-50);
  margin-bottom: 1rem;
}

.footer__links {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

.footer__links a {
  color: var(--color-secondary);
  font-size: var(--fs-6);
  transition: color 0.3s ease;
}

.footer__links a:hover {
  color: var(--color-primary);
}

.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 2rem;
  border-top: 1px solid var(--border);
  color: var(--color-primary-50);
  font-size: var(--fs-7);
  gap: 1rem;
  flex-wrap: wrap;
}

.footer__copyright {
  position: relative;
}

.footer__copyright::after {
  content: "";
  position: absolute;
  left: -22px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 12px var(--accent-glow);
}

/* ===== Cookie popup ===== */
.cookie-popup {
  position: fixed;
  bottom: 1.5rem;
  left: 1.5rem;
  right: 1.5rem;
  max-width: 520px;
  margin: 0 auto;
  z-index: 1000;
  padding: 1.25rem 1.5rem;
  background: rgba(10, 10, 12, 0.95);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border: 1px solid var(--border-strong);
  border-radius: var(--radius-lg);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  gap: 1rem;
  transform: translateY(120%);
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.cookie-popup.show {
  transform: translateY(0);
}

.cookie-popup.hidden {
  display: none;
}

.cookie-popup__text {
  flex: 1;
  font-size: var(--fs-7);
  color: var(--color-primary-90);
  line-height: 1.5;
}

.cookie-popup__text a {
  color: var(--accent-light);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.cookie-popup__actions {
  display: flex;
  gap: 0.5rem;
  flex-shrink: 0;
}

.cookie-popup__btn {
  padding: 0.5rem 1rem;
  font-size: var(--fs-7);
  font-weight: 500;
  border-radius: var(--radius-pill);
  border: 1px solid var(--border-strong);
  background: rgba(255, 255, 255, 0.04);
  color: var(--color-primary);
  transition: background 0.2s ease, border-color 0.2s ease;
  cursor: pointer;
}

.cookie-popup__btn--primary {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
}

.cookie-popup__btn--primary:hover {
  background: var(--accent-light);
  border-color: var(--accent-light);
}

.cookie-popup__btn:hover {
  background: rgba(255, 255, 255, 0.08);
}

@media (max-width: 600px) {
  .cookie-popup {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
    padding: 1.25rem;
  }

  .cookie-popup__actions {
    justify-content: stretch;
  }

  .cookie-popup__btn {
    flex: 1;
  }
}

/* ===== TG modal (kept simple, available via [data-tg-open]) ===== */
.tg-modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  background: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.tg-modal.open {
  opacity: 1;
  pointer-events: auto;
}

.tg-modal__dialog {
  position: relative;
  max-width: 480px;
  width: 100%;
  padding: 2rem;
  background: linear-gradient(180deg, #0e0e10 0%, #07070a 100%);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  text-align: center;
  transform: scale(0.95);
  transition: transform 0.3s ease;
}

.tg-modal.open .tg-modal__dialog {
  transform: scale(1);
}

.tg-modal__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  color: var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border);
  font-size: 1.125rem;
  transition: background 0.2s ease;
}

.tg-modal__close:hover {
  background: rgba(255, 255, 255, 0.1);
}

.tg-modal__media {
  border-radius: var(--radius-md);
  overflow: hidden;
  margin-bottom: 1.25rem;
}

.tg-modal__media video {
  width: 100%;
  display: block;
}

.tg-modal__title {
  font-size: 1.375rem;
  font-weight: 600;
  margin-bottom: 0.625rem;
  letter-spacing: -0.02em;
}

.tg-modal__text {
  color: var(--color-secondary);
  margin-bottom: 1.5rem;
  line-height: 1.55;
}

/* ===== Utilities ===== */
.text-center { text-align: center; }
.mt-1 { margin-top: 1rem; }
.mt-2 { margin-top: 2rem; }
.mb-1 { margin-bottom: 1rem; }
.mb-2 { margin-bottom: 2rem; }
.hidden { display: none !important; }

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