/* DIVINECREATORS — Static site styles */
@media (min-width: 769px) {
  @font-face {
    font-family: "Manrope";
    src: url("../assets/fonts/manrope-regular.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: "Manrope";
    src: url("../assets/fonts/manrope-medium.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: "Manrope";
    src: url("../assets/fonts/manrope-semibold.otf") format("opentype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: "Manrope";
    src: url("../assets/fonts/manrope-bold.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: "Manrope";
    src: url("../assets/fonts/manrope-extrabold.otf") format("opentype");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: "Inter";
    src: url("../assets/fonts/Inter-VariableFont_opsz,wght.ttf") format("truetype");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: "Inter";
    src: url("../assets/fonts/Inter-Italic-VariableFont_opsz,wght.ttf") format("truetype");
    font-weight: 100 900;
    font-style: italic;
    font-display: swap;
  }
}

:root {
  --bg-primary: #000000;
  --bg-secondary: #1A1A18;
  --accent-cyan: #FFFFFF;
  --accent-purple: rgba(255, 255, 255, 0.65);
  --accent-gradient: linear-gradient(135deg, #FFFFFF, rgba(255, 255, 255, 0.75));
  --text-primary: #FFFFFF;
  --text-secondary: rgba(255, 255, 255, 0.65);
  --text-muted: rgba(255, 255, 255, 0.45);
  --glass-bg: rgba(255, 255, 255, 0.04);
  --glass-border: rgba(255, 255, 255, 0.08);
  --shadow-glow: 0 8px 40px rgba(0, 0, 0, 0.45);
  --font-heading: "Manrope", system-ui, sans-serif;
  --font-body: "Inter", system-ui, sans-serif;
  --nav-height: 72px;
  --accent: var(--accent-cyan, #ffffff);
  --whatsapp-float-right: 30px;
  --whatsapp-float-bottom: 30px;
  --whatsapp-float-size: 52px;
  --back-top-size: 58px;
  --back-top-gap: 16px;
  --back-top-center: #070707;
  --back-top-track: rgba(255, 255, 255, 0.14);
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.65;
  color: var(--text-primary);
  background: var(--bg-primary);
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  line-height: 1.15;
  margin-top: 0;
  color: #FFFFFF;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }

.bi {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor;
  flex-shrink: 0;
  vertical-align: -0.125em;
}

[data-aos] {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

.scroll-soft {
  opacity: 0.92;
  transform: translate3d(0, 12px, 0);
  transition:
    opacity 0.42s ease,
    transform 0.42s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.3s ease,
    box-shadow 0.3s ease;
  transition-delay: var(--scroll-soft-delay, 0ms);
}

.scroll-soft.is-inview {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.scroll-text {
  opacity: 0.7;
  transform: translate3d(0, 14px, 0);
  transition:
    opacity 0.44s ease,
    transform 0.44s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--scroll-text-delay, 0ms);
}

.scroll-text.is-inview {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.scroll-text--heading {
  opacity: 0.58;
  transform: translate3d(0, 18px, 0);
  transition-duration: 0.5s;
}

.scroll-text--body {
  opacity: 0.68;
  transform: translate3d(0, 12px, 0);
}

.scroll-text--item {
  opacity: 0.62;
  transform: translate3d(-12px, 0, 0);
}

.scroll-text--action {
  opacity: 0.76;
  transform: translate3d(0, 12px, 0) scale(0.97);
}

.scroll-text--service {
  transition-duration: 0.56s;
  transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
}

.scroll-text--service-heading {
  opacity: 0.78;
  transform: translate3d(-28px, 0, 0);
}

.scroll-text--service-body {
  opacity: 0.78;
  transform: translate3d(22px, 0, 0);
}

.scroll-text--service-item {
  opacity: 0.78;
  transform: translate3d(-18px, 0, 0);
}

.scroll-text--service-action {
  opacity: 0.72;
  transform: translate3d(0, 16px, 0) scale(0.96);
}

.scroll-text--service-heading.is-inview {
  text-shadow: 0 0 22px rgba(255, 255, 255, 0.14);
}

::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: var(--bg-primary); }
::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.25);
  border-radius: 4px;
}

.text-gradient {
  color: #FFFFFF;
  font-weight: 600;
}

.eyebrow {
  display: block;
  font-family: var(--font-heading);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 0.75rem;
}

.section-pad { padding: clamp(4rem, 8vw, 6rem) 0; }
.section-pad--compact { padding: clamp(2rem, 4.5vw, 3.25rem) 0; }
.bg-alt { background: var(--bg-secondary); }

/* ─── Full-width section dividers ─── */
.section-divider {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.28);
  border: 0;
  margin: 0;
  padding: 0;
  flex-shrink: 0;
}

[data-theme="dark"] .section-divider {
  background: rgba(255, 255, 255, 0.26);
}

[data-theme="light"] .section-divider {
  background: rgba(0, 0, 0, 0.16);
}

/* ─── Navbar ─── */
.site-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  padding: 0.75rem 0;
  transition: background 0.4s ease, backdrop-filter 0.4s ease, box-shadow 0.4s ease;
}

.site-nav.is-scrolled {
  background: rgba(0, 0, 0, 0.88);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid var(--glass-border);
}

.site-nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-width: 0;
}

.site-nav__logo.brand-logo,
.brand-logo {
  --brand-logo-size: 40px;
  --brand-wordmark-size: clamp(1.58rem, 1.75vw, 1.76rem);
  --brand-wordmark-spacing: 0.01em;
  --brand-wordmark-weight: 800;
  --brand-wordmark-offset-y: 1px;
  display: inline-flex;
  align-items: center;
  gap: 0.72rem;
  text-decoration: none;
  color: var(--text-primary, #ffffff);
  min-width: 0;
  min-height: var(--brand-logo-size);
}

.site-nav__logo.brand-logo {
  flex: 0 0 auto;
}

.site-nav__inner > .d-flex {
  flex: 0 0 auto;
  margin-left: 0;
}

.brand-logo img {
  width: var(--brand-logo-size);
  height: var(--brand-logo-size);
  object-fit: contain;
  display: block;
  flex-shrink: 0;
}

.brand-logo span {
  display: inline-flex;
  align-items: center;
  font-family: var(--font-heading);
  font-size: var(--brand-wordmark-size);
  font-weight: var(--brand-wordmark-weight);
  letter-spacing: var(--brand-wordmark-spacing);
  line-height: 1;
  color: inherit;
  min-width: 0;
  min-height: var(--brand-logo-size);
  white-space: nowrap;
  transform: translateY(var(--brand-wordmark-offset-y));
}

.brand-logo--compact {
  --brand-logo-size: 36px;
  --brand-wordmark-size: 1.18rem;
  --brand-wordmark-weight: 700;
  gap: 0.6rem;
}

.footer-brand-logo {
  --brand-logo-size: 44px;
  --brand-wordmark-size: clamp(1.45rem, 1.6vw, 1.56rem);
  --brand-wordmark-offset-y: 0.5px;
}

.site-nav__logo img {
  height: var(--brand-logo-size);
  width: var(--brand-logo-size);
  object-fit: contain;
  display: block;
  filter: none;
}

.site-nav__menu {
  display: none;
  align-items: center;
  gap: 2.85rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 992px) {
  .site-nav__inner {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    column-gap: clamp(2rem, 4vw, 4.5rem);
  }

  .site-nav__logo.brand-logo {
    justify-self: start;
  }

  .site-nav__menu {
    display: flex;
    justify-self: center;
  }

  .site-nav__inner > .d-flex {
    justify-self: end;
  }
}

.site-nav__link {
  font-family: var(--font-heading);
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.25;
  color: var(--text-secondary);
  position: relative;
  padding: 0.3rem 0;
  transition: color 0.3s ease;
}

.site-nav__link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background: #FFFFFF;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
}

.site-nav__link:hover,
.site-nav__link.active {
  color: var(--text-primary);
}

.site-nav__link.active::after,
.site-nav__link:hover::after {
  transform: scaleX(1);
}

.btn-glow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.7rem 1.35rem;
  font-family: var(--font-heading);
  font-size: 0.9rem;
  font-weight: 600;
  color: #000000;
  background: #FFFFFF;
  border: none;
  border-radius: 999px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
  cursor: pointer;
}

.btn-glow:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
  color: #000000;
  background: rgba(255, 255, 255, 0.92);
}

.site-nav__cta {
  min-height: 42px;
  padding: 0.62rem 1.15rem;
  font-size: 0.84rem;
  white-space: nowrap;
}

.btn-outline-glow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.7rem 1.35rem;
  font-family: var(--font-heading);
  font-size: 0.9rem;
  font-weight: 600;
  color: #FFFFFF;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  transition: border-color 0.3s ease, background 0.3s ease, transform 0.3s ease;
}

.btn-outline-glow:hover {
  border-color: rgba(255, 255, 255, 0.65);
  background: rgba(255, 255, 255, 0.06);
  color: #FFFFFF;
  transform: translateY(-2px) scale(1.02);
}

.site-nav__toggle {
  display: flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  border-radius: 12px;
  color: var(--text-primary);
  font-size: 1.4rem;
}

.site-nav__toggle-icon {
  position: relative;
  display: block;
  width: 20px;
  height: 16px;
  color: currentColor;
}

.site-nav__toggle-icon--menu {
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  box-shadow: 0 -6px 0 currentColor, 0 6px 0 currentColor;
}

.site-nav__toggle-icon--close::before,
.site-nav__toggle-icon--close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.site-nav__toggle-icon--close::before {
  transform: rotate(45deg);
}

.site-nav__toggle-icon--close::after {
  transform: rotate(-45deg);
}

@media (min-width: 992px) {
  .site-nav__toggle { display: none; }
}

@media (max-width: 575px) {
  .site-nav__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 44px;
    align-items: center;
    gap: 0.75rem;
    padding-right: 0.75rem;
  }

  .site-nav__inner > .d-flex {
    display: flex !important;
    justify-content: flex-end;
    min-width: 44px;
    margin-left: 0;
  }

  .site-nav__logo.brand-logo {
    --brand-logo-size: 36px;
    --brand-wordmark-size: clamp(1.48rem, 6.1vw, 1.58rem);
    --brand-wordmark-weight: 700;
    --brand-wordmark-offset-y: -1px;
    max-width: 100%;
  }

  .site-nav .site-nav__toggle[data-menu-open] {
    display: flex !important;
    z-index: 1041;
    background: rgba(18, 18, 18, 0.86);
    border-color: rgba(255, 255, 255, 0.16);
  }
}

.mobile-drawer {
  position: fixed;
  inset: 0;
  z-index: 1040;
  visibility: hidden;
  pointer-events: none;
}

.mobile-drawer.open {
  visibility: visible;
  pointer-events: auto;
}

.mobile-drawer__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  border: 0;
  cursor: pointer;
}

.mobile-drawer__panel {
  position: absolute;
  right: 0;
  top: 0;
  width: min(100% - 24px, 380px);
  height: 100%;
  background: var(--bg-secondary);
  border-left: 1px solid var(--glass-border);
  padding: 1.5rem;
  transform: translateX(100%);
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  overflow-y: auto;
}

.mobile-drawer.open .mobile-drawer__panel {
  transform: translateX(0);
}

.mobile-drawer__link {
  display: block;
  padding: 1rem 0;
  font-family: var(--font-heading);
  font-weight: 600;
  border-bottom: 1px solid var(--glass-border);
  color: var(--text-secondary);
}

.mobile-drawer__link.active { color: #FFFFFF; }

/* ─── Hero ─── */
.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  align-items: flex-start;
  padding-top: var(--nav-height);
  overflow: hidden;
  background: var(--bg-primary);
}

.hero--motion {
  isolation: isolate;
}

.hero__motion {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

#hero-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.hero__readability {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(105deg, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0.78) 38%, rgba(0, 0, 0, 0.35) 62%, rgba(0, 0, 0, 0.12) 100%),
    radial-gradient(ellipse 55% 70% at 22% 50%, rgba(0, 0, 0, 0.55), transparent 70%);
}

.hero__sweep {
  position: absolute;
  top: -20%;
  left: -40%;
  width: 35%;
  height: 140%;
  background: linear-gradient(
    105deg,
    transparent 0%,
    rgba(255, 255, 255, 0.03) 42%,
    rgba(255, 255, 255, 0.14) 50%,
    rgba(255, 255, 255, 0.08) 58%,
    transparent 100%
  );
  transform: skewX(-18deg);
  animation: heroSweep 7s ease-in-out infinite;
  pointer-events: none;
  z-index: 1;
  mix-blend-mode: screen;
}

.hero__sweep--2 {
  animation-delay: -3.5s;
  opacity: 0.65;
  width: 28%;
}

@keyframes heroSweep {
  0% { transform: translateX(-30%) skewX(-18deg); opacity: 0; }
  15% { opacity: 1; }
  85% { opacity: 1; }
  100% { transform: translateX(320%) skewX(-18deg); opacity: 0; }
}

.hero__glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  pointer-events: none;
  z-index: 1;
  animation: heroGlowPulse 5s ease-in-out infinite;
}

.hero__glow--1 {
  width: 280px;
  height: 280px;
  top: 12%;
  right: 18%;
  background: rgba(255, 255, 255, 0.12);
}

.hero__glow--2 {
  width: 220px;
  height: 220px;
  bottom: 18%;
  right: 8%;
  background: rgba(255, 255, 255, 0.1);
  animation-delay: -2.5s;
}

@keyframes heroGlowPulse {
  0%, 100% { opacity: 0.5; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.12); }
}

.hero__cyber-ring {
  position: absolute;
  top: 50%;
  right: 14%;
  width: clamp(200px, 28vw, 380px);
  height: clamp(200px, 28vw, 380px);
  margin-top: calc(clamp(200px, 28vw, 380px) / -2);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  pointer-events: none;
  z-index: 2;
  animation: heroRingSpin 48s linear infinite;
}

.hero__cyber-ring::before,
.hero__cyber-ring::after {
  content: "";
  position: absolute;
  inset: 12%;
  border: 1px dashed rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}

.hero__cyber-ring::after {
  inset: 24%;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.12);
}

.hero__core-orb {
  position: absolute;
  top: 48%;
  right: 22%;
  width: clamp(72px, 9vw, 120px);
  height: clamp(72px, 9vw, 120px);
  margin-top: calc(clamp(72px, 9vw, 120px) / -2);
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, rgba(200, 245, 255, 0.9), rgba(255, 255, 255, 0.35) 45%, rgba(255, 255, 255, 0.15) 70%, transparent 100%);
  box-shadow:
    0 0 40px rgba(255, 255, 255, 0.35),
    0 0 80px rgba(255, 255, 255, 0.2),
    inset 0 0 24px rgba(255, 255, 255, 0.15);
  z-index: 3;
  pointer-events: none;
  animation: heroOrbPulse 3.2s ease-in-out infinite;
}

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

@keyframes heroOrbPulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.06); }
}

.hero__cyber-elements {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.hero__chip {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(4px);
  animation: heroFloat 9s ease-in-out infinite;
}

.hero__chip::before {
  content: "";
  position: absolute;
  inset: 4px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 3px;
}

.hero__chip--1 { width: 48px; height: 32px; top: 22%; right: 32%; animation-delay: 0s; }
.hero__chip--2 { width: 36px; height: 36px; top: 62%; right: 42%; border-radius: 50%; animation-delay: -3s; }
.hero__chip--3 { width: 56px; height: 24px; top: 38%; right: 8%; animation-delay: -5s; }

.hero__hex {
  position: absolute;
  width: 44px;
  height: 44px;
  top: 28%;
  right: 12%;
  background: rgba(255, 255, 255, 0.06);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  border: none;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
  animation: heroFloat 11s ease-in-out infinite;
  animation-delay: -2s;
}

@keyframes heroFloat {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-18px) rotate(6deg); }
}

.hero__content {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: calc(100svh - var(--nav-height));
  display: flex;
}

.hero__row {
  width: 100%;
  flex: 1;
  align-items: center;
  padding: clamp(2rem, 4.8vh, 3.4rem) 0 clamp(2rem, 4.4vh, 3.2rem);
  transform: translateY(clamp(-1.5rem, -2.4vh, -0.8rem));
}

.hero__copy {
  position: relative;
  min-width: 0;
  padding-top: 0;
}

.hero__copy,
.hero__copy.scroll-soft,
.hero__copy .scroll-text,
.hero__eyebrow,
.hero__title,
.hero__subtitle,
.hero__actions {
  opacity: 1 !important;
  visibility: visible !important;
}

.hero__copy::before {
  content: "";
  position: absolute;
  inset: -2rem -1.5rem;
  background: radial-gradient(ellipse 90% 80% at 20% 50%, rgba(0, 0, 0, 0.4), transparent);
  pointer-events: none;
  z-index: -1;
}

.hero__eyebrow {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.72rem;
  margin-bottom: 1.25rem;
  color: rgba(255, 255, 255, 0.68);
}

.hero__eyebrow::before {
  content: "";
  width: 34px;
  height: 1px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.16));
  box-shadow: 0 0 18px rgba(255, 255, 255, 0.28);
}

.hero__title {
  max-width: 840px;
  font-size: clamp(2.48rem, 4.2vw, 4.12rem);
  font-weight: 800;
  line-height: 1.02;
  margin-bottom: 1.2rem;
  letter-spacing: 0;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.8), 0 0 40px rgba(255, 255, 255, 0.12);
}

.hero__title-part {
  display: block;
}

.hero__title-highlight {
  position: relative;
  width: fit-content;
  max-width: 100%;
  padding-bottom: 0.16em;
  isolation: isolate;
  text-shadow:
    0 0 28px rgba(255, 255, 255, 0.2),
    0 18px 46px rgba(0, 0, 0, 0.72);
}

.hero__title-highlight::before,
.hero__title-highlight::after {
  content: "";
  position: absolute;
  left: 0;
  pointer-events: none;
}

.hero__title-highlight::before {
  bottom: 0.05em;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.18), transparent);
  transform-origin: left center;
  animation: heroTitleLine 4.8s ease-in-out infinite;
}

.hero__title-highlight::after {
  bottom: -0.02em;
  width: 64%;
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8);
  filter: blur(5px);
  opacity: 0.34;
}

.hero__subtitle {
  font-size: clamp(1rem, 1.18vw, 1.14rem);
  line-height: 1.76;
  color: var(--text-secondary);
  max-width: 590px;
  text-align: left;
  word-spacing: normal;
  margin-bottom: 1.8rem;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.9);
}

.hero__subtitle-break {
  display: block;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 0;
}

.hero__proof {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  max-width: 620px;
  margin-top: 1.35rem;
}

.hero__proof span {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  min-height: 36px;
  padding: 0.5rem 0.72rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.02)),
    rgba(0, 0, 0, 0.42);
  color: rgba(255, 255, 255, 0.72);
  font-family: var(--font-heading);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.hero__proof span::before {
  content: "";
  width: 6px;
  height: 6px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 0 14px rgba(255, 255, 255, 0.42);
}

@keyframes heroTitleLine {
  0%, 100% {
    transform: scaleX(0.72);
    opacity: 0.56;
  }
  50% {
    transform: scaleX(1);
    opacity: 1;
  }
}

.hero__visual-col {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-left: clamp(1.25rem, 4vw, 4rem);
}

.hero .hero-motion-graphic {
  width: clamp(340px, 36vw, 600px);
  height: clamp(340px, 36vw, 600px);
  margin-inline: auto;
}

@media (min-width: 992px) and (max-width: 1399px) {
  .hero__visual-col {
    padding-left: 1rem;
  }

  .hero .hero-motion-graphic {
    width: clamp(390px, 34vw, 455px);
    height: clamp(390px, 34vw, 455px);
  }
}

.proof-stats-section {
  position: relative;
  overflow: hidden;
  scroll-margin-top: calc(var(--nav-height) + 18px);
  padding: clamp(3.4rem, 5.8vw, 5.4rem) 0;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.045), transparent 32%),
    radial-gradient(circle at 78% 70%, rgba(255, 255, 255, 0.035), transparent 34%),
    linear-gradient(180deg, #000000 0%, #090909 48%, #000000 100%);
}

.proof-stats-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.42;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px);
  background-size: 56px 56px;
}

.proof-stats-section > .container-xl,
.proof-stats-section > .container-gd {
  position: relative;
  z-index: 1;
}

.proof-stats-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.96fr);
  gap: clamp(2rem, 4.2vw, 4rem);
  align-items: center;
  max-width: 1220px;
  margin: 0 auto;
}

.proof-stats-heading {
  max-width: 760px;
  margin: 0 auto clamp(2.25rem, 4vw, 3.6rem);
  text-align: center;
  opacity: 0;
  transform: translate3d(0, 18px, 0);
  transition:
    opacity 0.62s ease,
    transform 0.62s cubic-bezier(0.22, 1, 0.36, 1);
}

.proof-stats-section.is-inview .proof-stats-heading {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.proof-stats-copy {
  width: 100%;
  max-width: 620px;
  opacity: 0;
  transform: translate3d(-22px, 22px, 0);
  transition:
    opacity 0.62s ease,
    transform 0.62s cubic-bezier(0.22, 1, 0.36, 1);
}

.proof-stats-section.is-inview .proof-stats-copy {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.proof-stats-heading h2 {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.72rem;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 0;
  color: #ffffff;
  font-size: clamp(2rem, 3vw, 3.05rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.08;
  text-shadow:
    0 0 26px rgba(255, 255, 255, 0.18),
    0 18px 52px rgba(0, 0, 0, 0.8);
}

.proof-stats-heading h2::before,
.proof-stats-heading h2::after {
  content: "";
  height: 1px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.14));
  box-shadow: 0 0 18px rgba(255, 255, 255, 0.22);
}

.proof-stats-heading h2::before {
  width: clamp(40px, 7vw, 86px);
}

.proof-stats-heading h2::after {
  width: clamp(40px, 7vw, 86px);
  opacity: 0.72;
}

.proof-stats-copy h3 {
  max-width: 600px;
  margin: 0 0 1rem;
  color: #ffffff;
  font-family: var(--font-heading);
  font-size: clamp(2rem, 3.25vw, 3.45rem);
  font-weight: 800;
  line-height: 1.06;
  letter-spacing: 0;
  text-shadow: 0 16px 48px rgba(0, 0, 0, 0.72);
}

.proof-stats-copy p {
  max-width: 560px;
  margin: 0;
  color: var(--text-secondary);
  font-size: clamp(0.98rem, 1.15vw, 1.08rem);
  line-height: 1.75;
}

.proof-stat-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
  width: 100%;
  margin-top: 1.75rem;
}

.proof-stat-card {
  position: relative;
  overflow: hidden;
  min-height: 116px;
  padding: 1.05rem;
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.095), rgba(255, 255, 255, 0.035));
  border: 1px solid rgba(255, 255, 255, 0.11);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    0 18px 44px rgba(0, 0, 0, 0.24);
  animation: proofCardFloat 6s ease-in-out infinite;
  animation-delay: calc(var(--i, 0) * -1.2s);
  opacity: 0;
  translate: 0 18px;
  transition:
    opacity 0.52s ease,
    translate 0.52s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.32s ease,
    box-shadow 0.32s ease;
}

.proof-stat-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  pointer-events: none;
  opacity: 0.54;
  background:
    radial-gradient(circle at 24% 0%, rgba(255, 255, 255, 0.28), transparent 34%),
    radial-gradient(circle at 88% 8%, rgba(255, 255, 255, 0.1), transparent 32%),
    linear-gradient(125deg, transparent 0%, rgba(255, 255, 255, 0.11) 44%, transparent 72%);
  transform: translate3d(-8%, -8%, 0);
  animation: proofCardGlow 4.8s ease-in-out infinite;
  animation-delay: calc(var(--i, 0) * -0.9s);
}

.proof-stats-section.is-inview .proof-stat-card {
  opacity: 1;
  translate: 0 0;
  transition-delay: calc(var(--i, 0) * 90ms + 120ms);
}

.proof-stat-card:hover {
  translate: 0 -5px;
  border-color: rgba(255, 255, 255, 0.24);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 24px 58px rgba(0, 0, 0, 0.34),
    0 0 30px rgba(255, 255, 255, 0.055);
}

.proof-stat-card:hover::before {
  opacity: 0.72;
}

.proof-stat-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.23) 45%, rgba(255, 255, 255, 0.09) 53%, transparent 68%);
  transform: translateX(-120%);
  animation: proofCardSheen 3.8s ease-in-out infinite;
  animation-delay: calc(var(--i, 0) * 0.42s);
  pointer-events: none;
}

.proof-stat-card span {
  position: relative;
  z-index: 1;
  display: block;
  color: rgba(255, 255, 255, 0.62);
  font-family: var(--font-heading);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

.proof-stat-card strong {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 0.8rem;
  color: #ffffff;
  font-family: var(--font-heading);
  font-size: clamp(2.1rem, 4vw, 3.4rem);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: 0;
}

.proof-analytics-card {
  position: relative;
  justify-self: end;
  width: 100%;
  max-width: 620px;
  overflow: hidden;
  min-height: clamp(350px, 30vw, 440px);
  padding: clamp(1rem, 2vw, 1.35rem);
  border-radius: 22px;
  background:
    radial-gradient(circle at 78% 8%, rgba(255, 255, 255, 0.14), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.025)),
    rgba(0, 0, 0, 0.52);
  border: 1px solid rgba(255, 255, 255, 0.13);
  box-shadow:
    0 26px 70px rgba(0, 0, 0, 0.44),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
  opacity: 0;
  transform: translate3d(26px, 24px, 0) scale(0.985);
  transition:
    opacity 0.72s ease,
    transform 0.72s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.32s ease,
    box-shadow 0.32s ease;
}

.proof-stats-section.is-inview .proof-analytics-card {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.proof-analytics-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.26;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
  background-size: 100% 25%, 20% 100%;
}

.proof-analytics-card::after {
  content: "";
  position: absolute;
  inset: -40% auto -40% -20%;
  width: 36%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.12), transparent);
  transform: rotate(12deg) translateX(-120%);
  animation: proofPanelSweep 7.5s ease-in-out infinite;
  pointer-events: none;
}

.proof-analytics-card__top,
.proof-analytics-card__metrics,
.proof-chart,
.proof-market-row {
  position: relative;
  z-index: 1;
}

.proof-analytics-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.proof-analytics-card__title,
.proof-analytics-card__status {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0.45rem 0.76rem;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.065);
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-family: var(--font-heading);
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1;
}

.proof-analytics-card__status::before {
  content: "";
  width: 6px;
  height: 6px;
  margin-right: 0.5rem;
  border-radius: 50%;
  background: #ffffff;
  box-shadow:
    0 0 10px rgba(255, 255, 255, 0.75),
    0 0 24px rgba(255, 255, 255, 0.24);
  animation: proofPulse 4.8s ease-in-out infinite;
}

.proof-analytics-card__metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
  margin-bottom: 1rem;
}

.proof-analytics-card__metrics div {
  min-height: 78px;
  padding: 0.88rem;
  border-radius: 16px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.035));
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.proof-analytics-card__metrics span {
  display: block;
  margin-bottom: 0.42rem;
  color: rgba(255, 255, 255, 0.55);
  font-family: var(--font-heading);
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.proof-analytics-card__metrics strong {
  display: block;
  color: #ffffff;
  font-family: var(--font-heading);
  font-size: clamp(1.85rem, 3.2vw, 2.65rem);
  font-weight: 800;
  line-height: 1;
}

.proof-chart {
  min-height: 196px;
  padding: 0.75rem 0.5rem 0.25rem;
}

.proof-chart__grid {
  position: absolute;
  inset: 0.75rem 0.5rem 1.9rem;
  border-radius: 16px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.105) 1px, transparent 1px) 0 0 / 100% 33.33%,
    linear-gradient(90deg, rgba(255, 255, 255, 0.075) 1px, transparent 1px) 0 0 / 20% 100%;
  opacity: 0.55;
}

.proof-chart svg {
  position: relative;
  width: 100%;
  height: 196px;
  display: block;
  overflow: visible;
}

.proof-chart__area {
  fill: rgba(255, 255, 255, 0.08);
}

.proof-chart__line {
  fill: none;
  stroke: rgba(255, 255, 255, 0.82);
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.34));
}

.proof-chart__flow {
  fill: none;
  stroke: rgba(255, 255, 255, 0.95);
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 32 434;
  stroke-dashoffset: 0;
  filter:
    drop-shadow(0 0 10px rgba(255, 255, 255, 0.44))
    drop-shadow(0 0 22px rgba(255, 255, 255, 0.18));
  opacity: 0.52;
  animation: proofChartFlow 7.2s linear infinite;
}

.proof-chart__points circle {
  fill: #ffffff;
  stroke: rgba(255, 255, 255, 0.66);
  stroke-width: 2.6;
  transform-box: fill-box;
  transform-origin: center;
  animation: proofDotPulse 6.8s ease-in-out infinite;
}

.proof-chart__runner {
  fill: #ffffff;
  stroke: rgba(255, 255, 255, 0.86);
  stroke-width: 2.5;
  filter:
    drop-shadow(0 0 8px rgba(255, 255, 255, 0.62))
    drop-shadow(0 0 18px rgba(255, 255, 255, 0.24));
}

.proof-chart__points circle:nth-child(2) { animation-delay: -0.35s; }
.proof-chart__points circle:nth-child(3) { animation-delay: -0.7s; }
.proof-chart__points circle:nth-child(4) { animation-delay: -1.05s; }
.proof-chart__points circle:nth-child(5) { animation-delay: -1.4s; }

.proof-chart__labels {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.8rem;
  line-height: 1;
}

.proof-market-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.72rem;
}

.proof-market-row span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0.4rem 0.58rem;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-family: var(--font-heading);
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1;
  opacity: 0;
  transform: translateY(10px);
  transition:
    opacity 0.38s ease,
    transform 0.38s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.25s ease,
    background 0.25s ease;
}

.proof-stats-section.is-inview .proof-market-row span {
  opacity: 1;
  transform: translateY(0);
}

.proof-stats-section.is-inview .proof-market-row span:nth-child(1) { transition-delay: 180ms; }
.proof-stats-section.is-inview .proof-market-row span:nth-child(2) { transition-delay: 220ms; }
.proof-stats-section.is-inview .proof-market-row span:nth-child(3) { transition-delay: 260ms; }
.proof-stats-section.is-inview .proof-market-row span:nth-child(4) { transition-delay: 300ms; }
.proof-stats-section.is-inview .proof-market-row span:nth-child(5) { transition-delay: 340ms; }
.proof-stats-section.is-inview .proof-market-row span:nth-child(6) { transition-delay: 380ms; }

.proof-stats-section.motion-ready .proof-chart__runner {
  opacity: 1;
}

.proof-stats-section.motion-ready .proof-chart__flow {
  animation: none;
}

.proof-chart__runner {
  opacity: 0.76;
}

@keyframes proofCardFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

@keyframes proofCardSheen {
  0%, 52% { transform: translateX(-120%); opacity: 0; }
  64% { opacity: 1; }
  100% { transform: translateX(120%); opacity: 0; }
}

@keyframes proofCardGlow {
  0%, 100% {
    opacity: 0.36;
    transform: translate3d(-10%, -8%, 0);
  }
  50% {
    opacity: 0.62;
    transform: translate3d(6%, 4%, 0);
  }
}

@keyframes proofPanelSweep {
  0%, 45% { transform: rotate(12deg) translateX(-150%); opacity: 0; }
  60% { opacity: 0.9; }
  100% { transform: rotate(12deg) translateX(360%); opacity: 0; }
}

@keyframes proofPulse {
  0%, 100% { transform: scale(1); opacity: 0.72; }
  50% { transform: scale(1.08); opacity: 0.98; }
}

@keyframes proofChartFlow {
  to { stroke-dashoffset: -466; }
}

@keyframes proofDotPulse {
  0%, 100% { transform: scale(1); opacity: 0.86; }
  50% { transform: scale(1.045); opacity: 1; }
}

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

  .proof-stats-copy {
    max-width: 720px;
  }

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

  .proof-analytics-card {
    min-height: 0;
    justify-self: center;
    max-width: 720px;
  }
}

@media (max-width: 640px) {
  .proof-stat-cards,
  .proof-analytics-card__metrics {
    grid-template-columns: 1fr;
  }

  .proof-stats-heading h2 {
    font-size: clamp(1.82rem, 9vw, 2.55rem);
  }

  .proof-analytics-card {
    padding: 1rem;
    border-radius: 20px;
  }

  .proof-chart svg {
    height: 190px;
  }
}

.audience-section {
  --audience-copy-y: 18px;
  --audience-copy-opacity: 0.74;
  --audience-flow-y: 28px;
  --audience-flow-scale: 0.96;
  --audience-flow-tilt: -4deg;
  --audience-highlight-reveal: 0;
  --audience-highlight-width: 0%;
  --audience-line-opacity: 0.12;
  --audience-line-shift: -18%;
  --audience-sweep-x: -78%;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 24%, rgba(255, 255, 255, 0.03), transparent 32%),
    radial-gradient(circle at 82% 70%, rgba(255, 255, 255, 0.025), transparent 34%),
    linear-gradient(180deg, #000000 0%, #050505 52%, #000000 100%),
    var(--bg-primary);
  padding: clamp(3rem, 5vw, 4.35rem) 0;
}

.audience-section::before {
  content: "";
  position: absolute;
  left: -12%;
  right: -12%;
  top: 18%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.34), transparent);
  opacity: var(--audience-line-opacity);
  transform: translate3d(var(--audience-line-shift), 0, 0);
  z-index: 0;
  pointer-events: none;
}

.audience-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.018), transparent 42%);
  opacity: 0;
  z-index: 0;
  transition: opacity 0.7s ease;
  pointer-events: none;
}

.audience-section.is-inview::after {
  opacity: 1;
}

.audience-section > .container-xl {
  position: relative;
  z-index: 1;
}

.audience-section__row {
  min-height: clamp(300px, 31vw, 380px);
}

.audience-section__copy {
  max-width: 680px;
  text-align: left;
}

.audience-section__copy-inner {
  opacity: var(--audience-copy-opacity);
  transform: translate3d(0, var(--audience-copy-y), 0);
  transition: opacity 0.45s ease, transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

.audience-section h2 {
  max-width: min(100%, 28ch);
  margin-bottom: 1rem;
  color: #ffffff;
  font-size: clamp(1.9rem, 2.34vw, 2.48rem);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: 0;
  text-shadow: 0 1px 22px rgba(255, 255, 255, 0.08);
}

.audience-heading__lead,
.audience-heading__question,
.audience-heading__highlight {
  display: block;
}

.audience-heading__question {
  white-space: nowrap;
}

.audience-heading__nowrap {
  white-space: normal;
}

.audience-heading__highlight {
  position: relative;
  width: fit-content;
  max-width: 100%;
  margin-top: 0.14em;
  padding: 0 0 0.12em;
  color: #ffffff;
  font-size: 1.02em;
  font-weight: 800;
  isolation: isolate;
  text-shadow:
    0 0 16px rgba(255, 255, 255, 0.18),
    0 0 36px rgba(255, 255, 255, 0.12);
}

.audience-heading__highlight::before,
.audience-heading__highlight::after {
  content: "";
  position: absolute;
  left: 0;
  pointer-events: none;
}

.audience-heading__highlight::before {
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.18), transparent);
  transform: scaleX(var(--audience-highlight-reveal));
  transform-origin: left center;
  transition: transform 0.54s cubic-bezier(0.22, 1, 0.36, 1);
}

.audience-heading__highlight::after {
  bottom: -0.1em;
  width: min(var(--audience-highlight-width), 68%);
  height: 3px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  filter: blur(3px);
  opacity: 0.34;
  transition: width 0.62s cubic-bezier(0.22, 1, 0.36, 1);
}

.audience-section.is-inview .audience-heading__highlight {
  animation: none;
}

.audience-section__copy p {
  max-width: 54ch;
  margin: 0;
  font-size: clamp(0.95rem, 1vw, 1.02rem);
  color: rgba(255, 255, 255, 0.68) !important;
}

.audience-section__copy p + p {
  margin-top: 0.62rem;
  color: rgba(255, 255, 255, 0.58) !important;
}

.audience-challenge-card {
  position: relative;
  max-width: 620px;
  margin: 1.15rem 0 1.25rem;
  padding: 1rem 1.08rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.018)),
    rgba(0, 0, 0, 0.48);
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.audience-challenge-card::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.56), transparent);
  opacity: 0.68;
}

.audience-challenge-card__intro {
  max-width: none !important;
  margin-bottom: 0.7rem !important;
  color: rgba(255, 255, 255, 0.82) !important;
  font-family: var(--font-heading);
  font-size: 0.95rem !important;
  font-weight: 800;
  line-height: 1.3 !important;
}

.audience-challenge-list {
  display: grid;
  gap: 0.52rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.audience-challenge-list li {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 0.62rem;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.94rem;
  font-weight: 600;
  line-height: 1.42;
}

.audience-challenge-list li::before {
  content: "";
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  margin-top: 0.48em;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 0 16px rgba(255, 255, 255, 0.28);
}

.audience-section__visual {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.audience-motion {
  position: relative;
  width: min(100%, 580px);
  min-height: clamp(320px, 34vw, 410px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.018));
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.audience-motion__grid {
  position: absolute;
  inset: 0;
  opacity: 0.28;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: radial-gradient(circle at 52% 48%, #000 0%, transparent 72%);
}

.audience-motion__ring {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.audience-motion__ring--outer {
  width: clamp(230px, 26vw, 350px);
  height: clamp(230px, 26vw, 350px);
  border-style: dashed;
  animation: audienceSpin 34s linear infinite;
}

.audience-motion__ring--inner {
  width: clamp(140px, 15vw, 210px);
  height: clamp(140px, 15vw, 210px);
  border-color: rgba(255, 255, 255, 0.28);
  animation: audienceSpin 22s linear infinite reverse;
}

.audience-motion__hub {
  position: absolute;
  top: 50%;
  left: 50%;
  width: clamp(112px, 11vw, 150px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  display: grid;
  place-items: center;
  align-content: center;
  gap: 0.45rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.045);
  box-shadow: inset 0 0 42px rgba(255, 255, 255, 0.05), 0 0 50px rgba(255, 255, 255, 0.06);
}

.audience-motion__hub .bi {
  font-size: 1.75rem;
}

.audience-motion__hub span {
  max-width: 10ch;
  text-align: center;
  font-family: var(--font-heading);
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1.15;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.audience-motion__node {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.5rem 0.72rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.56);
  color: rgba(255, 255, 255, 0.86);
  font-family: var(--font-heading);
  font-size: 0.74rem;
  font-weight: 600;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.32);
  animation: audienceFloat 6.5s ease-in-out infinite;
}

.audience-motion__node .bi {
  font-size: 0.95rem;
}

.audience-motion__node--presence {
  top: 16%;
  left: 12%;
}

.audience-motion__node--trust {
  top: 18%;
  right: 12%;
  animation-delay: -1.8s;
}

.audience-motion__node--engage {
  bottom: 23%;
  left: 10%;
  animation-delay: -3.2s;
}

.audience-motion__node--growth {
  right: 9%;
  bottom: 21%;
  animation-delay: -4.4s;
}

.audience-motion__metrics {
  position: absolute;
  left: 50%;
  bottom: 8%;
  width: min(70%, 310px);
  transform: translateX(-50%);
  padding: 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.42);
}

.audience-motion__metrics span {
  display: block;
  margin-bottom: 0.55rem;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.audience-motion__bar {
  height: 6px;
  margin-top: 0.42rem;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.18));
  transform-origin: left;
  animation: audienceBar 3.6s ease-in-out infinite;
}

.audience-motion__bar--one {
  width: 82%;
}

.audience-motion__bar--two {
  width: 64%;
  animation-delay: -1.2s;
}

.audience-motion__bar--three {
  width: 74%;
  animation-delay: -2.2s;
}

@keyframes audienceSpin {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes audienceFloat {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -10px, 0);
  }
}

@keyframes audienceBar {
  0%, 100% {
    transform: scaleX(0.68);
    opacity: 0.65;
  }
  50% {
    transform: scaleX(1);
    opacity: 1;
  }
}

.audience-flow {
  position: relative;
  width: min(100%, 570px);
  height: clamp(260px, 27vw, 300px);
  overflow: visible;
  opacity: var(--audience-flow-opacity, 0.78);
  transform: perspective(900px) translate3d(0, var(--audience-flow-y), 0) rotateY(var(--audience-flow-tilt)) scale(var(--audience-flow-scale));
  transform-origin: center;
  transition: opacity 0.45s ease, transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

.audience-flow::before {
  content: "";
  position: absolute;
  inset: 10% 6% 8%;
  border-radius: 8px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
  background-size: 38px 38px;
  opacity: 0.46;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
  background-position: var(--audience-grid-x, 0) var(--audience-grid-y, 0), var(--audience-grid-x, 0) var(--audience-grid-y, 0);
  animation: audienceGridDrift 16s linear infinite;
  pointer-events: none;
}

.audience-flow::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  width: 34%;
  background: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.18), transparent);
  opacity: 0.18;
  mix-blend-mode: screen;
  transform: translate3d(var(--audience-live-sweep, var(--audience-sweep-x)), 0, 0) skewX(-16deg);
  transition: transform 0.35s ease-out, opacity 0.35s ease-out;
  pointer-events: none;
}

.audience-flow__trail {
  position: absolute;
  left: 7%;
  right: 7%;
  top: 50%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.18), transparent);
  transform: translateY(-50%);
}

.audience-flow__trail::before,
.audience-flow__trail::after {
  content: "";
  position: absolute;
  top: -34px;
  width: 36%;
  height: 68px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 0;
  border-radius: 999px 999px 0 0;
}

.audience-flow__trail::before {
  left: 4%;
  transform: rotate(-8deg);
}

.audience-flow__trail::after {
  right: 4%;
  transform: rotate(8deg);
}

.audience-flow__trail span {
  position: absolute;
  top: -4px;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 0 18px rgba(255, 255, 255, 0.75);
  animation: audienceFlowMove 3.8s ease-in-out infinite;
}

.audience-flow__panel,
.audience-flow__phone,
.audience-flow__chip {
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(12, 12, 12, 0.78);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.36);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  opacity: 0.42;
  filter: blur(2px) brightness(0.8);
  transition:
    opacity 0.62s ease,
    filter 0.62s ease,
    border-color 0.62s ease,
    box-shadow 0.62s ease;
  transition-delay: var(--audience-item-delay, 0ms);
}

.audience-section.is-inview .audience-flow__panel,
.audience-section.is-inview .audience-flow__phone,
.audience-section.is-inview .audience-flow__chip {
  opacity: 1;
  filter: none;
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow:
    0 18px 46px rgba(0, 0, 0, 0.38),
    0 0 28px rgba(255, 255, 255, 0.055);
}

.audience-flow__panel {
  position: absolute;
  z-index: 3;
  width: clamp(170px, 17vw, 205px);
  min-height: 108px;
  padding: 0.9rem;
  border-radius: 8px;
  animation: audienceFloat 6.4s ease-in-out infinite, audiencePanelPulse 4.8s ease-in-out infinite;
}

.audience-flow__panel--insight {
  top: 2%;
  left: 0;
  --audience-item-delay: 80ms;
}

.audience-flow__panel--response {
  right: 0;
  bottom: 4%;
  --audience-item-delay: 220ms;
  animation-delay: -2.2s;
}

.audience-flow__panel span,
.audience-flow__panel small {
  display: block;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-transform: uppercase;
}

.audience-flow__panel strong {
  display: block;
  margin: 0.28rem 0;
  color: #ffffff;
  font-family: var(--font-heading);
  font-size: 1rem;
  line-height: 1.2;
}

.audience-flow__panel small {
  color: rgba(255, 255, 255, 0.64);
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

.audience-flow__studio {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  place-items: center;
  pointer-events: none;
  animation: audienceStudioDrift 8.5s ease-in-out infinite;
}

.audience-flow__phone {
  position: relative;
  width: clamp(152px, 16vw, 190px);
  height: clamp(210px, 21vw, 245px);
  padding: 0.7rem;
  border-radius: 8px;
  overflow: hidden;
  --audience-item-delay: 150ms;
  animation: audiencePhoneBreathe 5.2s ease-in-out infinite;
}

.audience-flow__phone::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 28%, rgba(255, 255, 255, 0.16), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.015));
  opacity: 0.9;
  animation: audiencePhoneGlow 4.6s ease-in-out infinite;
}

.audience-flow__phone-bar,
.audience-flow__post,
.audience-flow__lines {
  position: relative;
  z-index: 1;
}

.audience-flow__phone-bar {
  width: 42%;
  height: 5px;
  margin: 0 auto 0.85rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.28);
}

.audience-flow__post {
  position: relative;
  display: inline-flex;
  width: 100%;
  min-height: 118px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.45rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
  overflow: hidden;
}

.audience-flow__post::after {
  content: "";
  position: absolute;
  inset: -20% auto -20% -45%;
  z-index: 0;
  width: 34%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.24), transparent);
  transform: translateX(0) skewX(-18deg);
  animation: audiencePostSweep 4.4s ease-in-out infinite;
  pointer-events: none;
}

.audience-flow__post .bi {
  position: relative;
  z-index: 1;
  color: #ffffff;
  font-size: 1.55rem;
  animation: audienceIconPulse 2.9s ease-in-out infinite;
}

.audience-flow__post span {
  position: relative;
  z-index: 1;
  max-width: 10ch;
  color: #ffffff;
  font-family: var(--font-heading);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.audience-flow__lines {
  margin-top: 0.72rem;
}

.audience-flow__lines span {
  display: block;
  height: 5px;
  margin-top: 0.4rem;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.12));
  transform-origin: left;
  animation: audienceLineLoad 2.8s ease-in-out infinite, audienceLineGlow 4.2s ease-in-out infinite;
}

.audience-flow__lines span:nth-child(1) {
  width: 86%;
}

.audience-flow__lines span:nth-child(2) {
  width: 62%;
  animation-delay: -1s;
}

.audience-flow__lines span:nth-child(3) {
  width: 74%;
  animation-delay: -2s;
}

.audience-flow__signal {
  position: absolute;
  left: 50%;
  top: 50%;
  width: clamp(230px, 24vw, 310px);
  height: clamp(230px, 24vw, 310px);
  margin-top: calc(clamp(230px, 24vw, 310px) / -2);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  transform: translateX(-50%);
  animation: audiencePulse 3.8s ease-out infinite;
}

.audience-flow__signal::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 0 16px rgba(255, 255, 255, 0.82);
  transform-origin: center;
  animation: audienceOrbitDot 7.5s linear infinite;
}

.audience-flow__signal--two {
  animation-delay: -1.9s;
}

.audience-flow__signal--two::before {
  animation-duration: 10s;
  animation-direction: reverse;
}

.audience-flow__chip {
  position: absolute;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  gap: 0.38rem;
  padding: 0.48rem 0.72rem;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.88);
  font-family: var(--font-heading);
  font-size: 0.72rem;
  font-weight: 700;
  animation: audienceFloat 5.8s ease-in-out infinite;
}

.audience-flow__chip .bi {
  font-size: 0.86rem;
  animation: audienceIconPulse 3.2s ease-in-out infinite;
}

.audience-flow__chip--one {
  left: 30%;
  top: 4%;
  --audience-item-delay: 300ms;
  animation-delay: -1.4s;
}

.audience-flow__chip--two {
  left: 8%;
  bottom: 10%;
  --audience-item-delay: 360ms;
  animation-delay: -3s;
}

.audience-flow__chip--three {
  right: 26%;
  top: 13%;
  --audience-item-delay: 420ms;
  animation-delay: -4.2s;
}

.audience-motion-live .audience-flow__panel,
.audience-motion-live .audience-flow__studio,
.audience-motion-live .audience-flow__phone,
.audience-motion-live .audience-flow__chip,
.audience-motion-live .audience-flow__trail span,
.audience-motion-live .audience-flow__signal,
.audience-motion-live .audience-flow__lines span,
.audience-motion-live .audience-flow__orbital {
  will-change: transform, opacity;
}

.audience-motion-live .audience-flow__orbital {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 6;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 0 18px rgba(255, 255, 255, 0.85);
  pointer-events: none;
}

.audience-motion-live .audience-flow__orbital--2 {
  width: 5px;
  height: 5px;
  opacity: 0.65;
}

@keyframes audienceHeadingGlow {
  0%, 100% {
    text-shadow:
      0 0 18px rgba(255, 255, 255, 0.2),
      0 0 46px rgba(190, 232, 255, 0.18);
  }
  50% {
    text-shadow:
      0 0 24px rgba(255, 255, 255, 0.34),
      0 0 62px rgba(190, 232, 255, 0.28);
  }
}

@keyframes audienceFlowMove {
  0%, 100% {
    left: 0;
    opacity: 0;
  }
  12%, 86% {
    opacity: 1;
  }
  100% {
    left: calc(100% - 9px);
  }
}

@keyframes audienceLineLoad {
  0%, 100% {
    transform: scaleX(0.58);
    opacity: 0.55;
  }
  50% {
    transform: scaleX(1);
    opacity: 1;
  }
}

@keyframes audienceGridDrift {
  0% {
    background-position: 0 0, 0 0;
  }
  100% {
    background-position: 38px 38px, 38px 38px;
  }
}

@keyframes audienceStudioDrift {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(4px, -6px, 0);
  }
}

@keyframes audiencePhoneBreathe {
  0%, 100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(0, -5px, 0) scale(1.018);
  }
}

@keyframes audiencePhoneGlow {
  0%, 100% {
    opacity: 0.78;
  }
  50% {
    opacity: 1;
  }
}

@keyframes audiencePostSweep {
  0%, 38% {
    transform: translateX(0) skewX(-18deg);
    opacity: 0;
  }
  52% {
    opacity: 0.85;
  }
  76%, 100% {
    transform: translateX(560%) skewX(-18deg);
    opacity: 0;
  }
}

@keyframes audienceLineGlow {
  0%, 100% {
    filter: brightness(0.86);
  }
  50% {
    filter: brightness(1.35);
  }
}

@keyframes audiencePanelPulse {
  0%, 100% {
    box-shadow: 0 18px 46px rgba(0, 0, 0, 0.36);
  }
  50% {
    box-shadow: 0 18px 46px rgba(0, 0, 0, 0.38), 0 0 26px rgba(255, 255, 255, 0.06);
  }
}

@keyframes audienceIconPulse {
  0%, 100% {
    opacity: 0.82;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.08);
  }
}

@keyframes audienceOrbitDot {
  0% {
    transform: rotate(0deg) translateX(120px) rotate(0deg);
    opacity: 0.15;
  }
  18%, 72% {
    opacity: 0.9;
  }
  100% {
    transform: rotate(360deg) translateX(120px) rotate(-360deg);
    opacity: 0.15;
  }
}

@keyframes audiencePulse {
  0% {
    opacity: 0;
    transform: translateX(-50%) scale(0.74);
  }
  18% {
    opacity: 0.45;
  }
  100% {
    opacity: 0;
    transform: translateX(-50%) scale(1.12);
  }
}

@media (max-width: 991px) {
  .hero__content {
    min-height: auto;
    display: block;
  }

  .hero__row {
    padding: clamp(3rem, 8vh, 4rem) 0 4rem;
    transform: none;
  }

  .hero__visual-col {
    justify-content: center;
    margin-top: 2rem;
    padding-left: 0;
  }

  .hero .hero-motion-graphic {
    width: clamp(210px, 64vw, 290px);
    height: clamp(210px, 64vw, 290px);
    margin-inline: auto;
  }

  .hero__readability {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.72) 55%, rgba(0, 0, 0, 0.5) 100%);
  }

  .hero__cyber-ring,
  .hero__core-orb {
    opacity: 0.55;
    right: 6%;
  }

  .audience-section__row {
    min-height: auto;
  }

  .audience-section__copy {
    max-width: 680px;
  }

  .audience-section h2 {
    max-width: 22ch;
  }

  .audience-section__visual {
    justify-content: center;
  }

  .audience-motion {
    width: min(100%, 640px);
  }

  .audience-flow {
    width: min(100%, 640px);
    height: 340px;
    margin-inline: auto;
  }
}

@media (max-width: 575px) {
  .hero__row {
    padding: 2rem 0 2rem;
  }

  .hero__copy {
    width: 100%;
    max-width: 100%;
  }

  .hero__title {
    max-width: 100%;
    font-size: clamp(1.9rem, 9vw, 2.32rem);
    line-height: 1.06;
  }

  .hero__title-part {
    display: block;
  }

  .hero__subtitle {
    max-width: min(34ch, calc(100vw - 2rem));
    width: min(34ch, calc(100vw - 2rem));
    font-size: 0.92rem;
    line-height: 1.55;
    text-align: left;
    margin-bottom: 1.35rem;
  }

  .hero__actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem;
    width: 100%;
    max-width: 100%;
  }

  .hero__actions .btn-glow,
  .hero__actions .btn-outline-glow {
    align-self: stretch;
    justify-content: center;
    width: 100% !important;
    max-width: 100%;
    min-height: 52px;
    margin: 0;
    padding-inline: 1.1rem;
    text-align: center;
    transform: none !important;
    white-space: nowrap;
  }

  .hero__proof {
    max-width: min(34ch, calc(100vw - 2rem));
    margin-top: 1rem;
    gap: 0.5rem;
  }

  .hero__proof span {
    min-height: 34px;
    padding: 0.48rem 0.62rem;
    font-size: 0.72rem;
    white-space: normal;
  }

  .hero__visual-col {
    margin-top: 1.25rem;
  }

  .hero .hero-motion-graphic {
    width: clamp(175px, 56vw, 215px);
    height: clamp(175px, 56vw, 215px);
  }

  .audience-section h2 {
    max-width: 100%;
  }

  .audience-heading__nowrap {
    white-space: normal;
  }

  .audience-section__visual {
    justify-content: center;
  }

  .audience-motion {
    width: 100%;
    min-height: 360px;
  }

  .audience-flow {
    width: 100%;
    height: 420px;
  }
}

@media (max-width: 575px) {
  .audience-section {
    --audience-copy-y: 0px;
    --audience-copy-opacity: 1;
    --audience-flow-y: 0px;
    --audience-flow-scale: 1;
    --audience-flow-tilt: 0deg;
    --audience-flow-opacity: 1;
    --audience-highlight-reveal: 1;
    --audience-highlight-width: 100%;
    --audience-line-opacity: 0.22;
    --audience-line-shift: 0%;
    --audience-sweep-x: 34%;
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .audience-section__row {
    --bs-gutter-y: 1.2rem;
  }

  .audience-section__visual {
    margin-top: 0;
  }

  .audience-section__copy-inner,
  .audience-heading__highlight::before,
  .audience-heading__highlight::after,
  .audience-flow {
    transition: none;
  }

  .audience-flow {
    width: min(100%, 22rem);
    height: 330px;
    opacity: 1 !important;
    transform: none !important;
  }

  .audience-flow::before {
    inset: 7% 3% 5%;
    opacity: 0.62;
  }

  .audience-flow::after {
    opacity: 0.2;
  }

  .audience-flow__trail {
    left: 4%;
    right: 4%;
    opacity: 0.8;
  }

  .audience-flow__panel {
    width: min(45%, 158px);
    min-height: 88px;
    padding: 0.75rem;
  }

  .audience-flow__panel,
  .audience-flow__phone,
  .audience-flow__chip {
    opacity: 1 !important;
    filter: none !important;
    background: rgba(12, 12, 12, 0.88);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    border-color: rgba(255, 255, 255, 0.2);
    box-shadow:
      0 18px 46px rgba(0, 0, 0, 0.38),
      0 0 28px rgba(255, 255, 255, 0.055);
    transition: none;
  }

  .audience-flow__panel--insight {
    top: 0;
    left: 0;
  }

  .audience-flow__panel--response {
    right: 0;
    bottom: 5%;
  }

  .audience-flow__panel strong {
    font-size: 0.85rem;
  }

  .audience-flow__panel small {
    font-size: 0.68rem;
  }

  .audience-flow__phone {
    width: 140px;
    height: 192px;
  }

  .audience-flow__post {
    min-height: 88px;
  }

  .audience-flow__signal {
    width: 230px;
    height: 230px;
    margin-top: -115px;
    border-color: rgba(255, 255, 255, 0.22);
  }

  .audience-flow__chip {
    padding: 0.4rem 0.55rem;
    font-size: 0.64rem;
  }

  .audience-flow__chip--one {
    top: 28%;
    left: 0;
  }

  .audience-flow__chip--two {
    left: 0;
    bottom: 26%;
  }

  .audience-flow__chip--three {
    top: 25%;
    right: 0;
  }

  .audience-motion {
    min-height: 380px;
  }

  .audience-motion__node {
    gap: 0.35rem;
    padding: 0.42rem 0.58rem;
    font-size: 0.68rem;
  }

  .audience-motion__node--presence {
    top: 9%;
    left: 5%;
  }

  .audience-motion__node--trust {
    top: 9%;
    right: 5%;
  }

  .audience-motion__node--engage {
    bottom: 25%;
    left: 5%;
  }

  .audience-motion__node--growth {
    right: auto;
    bottom: 25%;
    left: 48%;
  }

  .audience-motion__metrics {
    width: calc(100% - 2rem);
    bottom: 6%;
  }
}

/* ─── Glass cards ─── */
.glass-card {
  height: 100%;
  padding: 1.75rem;
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  border-radius: 16px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.glass-card:hover {
  transform: translateY(-8px);
  border-color: rgba(255, 255, 255, 0.35);
  box-shadow: var(--shadow-glow);
}

.glass-card__icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #FFFFFF;
  font-size: 1.25rem;
  color: #000000;
  margin-bottom: 1.25rem;
}

.glass-card h3 {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}

.glass-card p {
  color: var(--text-secondary);
  font-size: 0.92rem;
  margin-bottom: 1rem;
}

.glass-card__link {
  font-family: var(--font-heading);
  font-size: 0.85rem;
  font-weight: 600;
  color: #FFFFFF;
}

/* FAQ accordion */
.faq-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 22%, rgba(255, 255, 255, 0.04), transparent 32%),
    radial-gradient(circle at 82% 76%, rgba(255, 255, 255, 0.03), transparent 34%),
    linear-gradient(180deg, #000000 0%, #050505 52%, #000000 100%),
    var(--bg-primary);
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.faq-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 58px 58px;
  opacity: 0.1;
  mask-image: linear-gradient(90deg, transparent, #000000 18%, #000000 82%, transparent);
}

.faq-section > .container-xl {
  position: relative;
  z-index: 1;
}

.faq-section__header {
  margin: 0 auto clamp(1.8rem, 3.6vw, 3rem);
  text-align: center;
  opacity: 0.82;
  transform: translate3d(0, 8px, 0);
  transition: opacity 0.22s ease, transform 0.22s cubic-bezier(0.22, 1, 0.36, 1);
}

.faq-section.is-inview .faq-section__header {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.faq-section__title {
  position: relative;
  display: inline-block;
  margin: 0;
  padding-bottom: 0.54rem;
  color: #ffffff;
  font-size: clamp(2.15rem, 4vw, 4.1rem);
  font-weight: 800;
  line-height: 1.03;
  letter-spacing: 0;
  text-shadow: 0 0 34px rgba(255, 255, 255, 0.15), 0 16px 42px rgba(0, 0, 0, 0.6);
}

.faq-section__title::before,
.faq-section__title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  pointer-events: none;
}

.faq-section__title::before {
  width: min(72%, 330px);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.88), transparent);
  box-shadow: 0 0 24px rgba(255, 255, 255, 0.25);
}

.faq-section__title::after {
  width: 64px;
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  filter: blur(4px);
  opacity: 0.42;
}

.faq-list {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1rem;
  max-width: 980px;
  margin: 0 auto;
}

.faq-item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.018)),
    rgba(0, 0, 0, 0.58);
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.32);
  opacity: 0.84;
  transform: translate3d(0, 8px, 0);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transition:
    opacity 0.22s ease,
    transform 0.22s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.2s ease,
    background 0.2s ease,
    box-shadow 0.2s ease;
  transition-delay: 0ms;
}

.faq-section.is-inview .faq-item {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.faq-section.is-entering .faq-item {
  transition-delay: calc(var(--i, 0) * 24ms);
}

.faq-item::before {
  content: "";
  position: absolute;
  inset: -34% auto -34% -60%;
  width: 44%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.12), transparent);
  opacity: 0;
  transform: translateX(-28%) skewX(-16deg);
  transition: opacity 0.18s ease, transform 0.28s ease;
  pointer-events: none;
}

.faq-item:hover,
.faq-item.is-open {
  border-color: rgba(255, 255, 255, 0.28);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.024)),
    rgba(0, 0, 0, 0.6);
  box-shadow: 0 28px 68px rgba(0, 0, 0, 0.4);
}

.faq-item:hover::before,
.faq-item.is-open::before {
  opacity: 1;
  transform: translateX(300%) skewX(-16deg);
}

.faq-item__heading {
  margin: 0;
}

.faq-item__button {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  min-height: 84px;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.22rem 1.35rem;
  border: 0;
  background: transparent;
  color: #ffffff;
  font-family: var(--font-heading);
  font-size: clamp(1rem, 1vw, 1.12rem);
  font-weight: 800;
  line-height: 1.28;
  text-align: left;
  cursor: pointer;
}

.faq-item__button:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.7);
  outline-offset: -5px;
}

.faq-item__icon {
  display: inline-flex;
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-size: 0.95rem;
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

.faq-item:hover .faq-item__icon,
.faq-item.is-open .faq-item__icon {
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.14);
}

.faq-item.is-open .faq-item__icon {
  transform: rotate(180deg);
}

.faq-item__panel {
  position: relative;
  z-index: 1;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition:
    max-height 0.24s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.16s ease;
  will-change: max-height;
}

.faq-item.is-open .faq-item__panel {
  opacity: 1;
}

.faq-item__answer {
  padding: 0 1.35rem 1.25rem;
  transform: translate3d(0, -5px, 0);
  transition: transform 0.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.faq-item.is-open .faq-item__answer {
  transform: translate3d(0, 0, 0);
}

.faq-item__answer p {
  max-width: 68ch;
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.95rem;
  line-height: 1.7;
}

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

@media (max-width: 575px) {
  .faq-section__title {
    font-size: clamp(2rem, 12vw, 2.8rem);
  }

  .faq-item__button {
    min-height: 74px;
    padding: 1.05rem 1rem;
  }

  .faq-item__answer {
    padding: 0 1rem 1.1rem;
  }

  .faq-item__icon {
    width: 34px;
    height: 34px;
  }
}

/* Who we work with */
.work-with-section {
  --work-progress: 0.7;
  --work-sweep: -68%;
  --work-dot-opacity: 0.22;
  --work-dot-scale: 0.75;
  --work-card-sheen: -60%;
  position: relative;
  overflow: hidden;
  padding: clamp(5rem, 8vw, 6.6rem) 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  background:
    linear-gradient(180deg, #050505 0%, #11110f 48%, #050505 100%),
    #050505;
  isolation: isolate;
}

.work-with-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 64px 64px;
  opacity: 0.18;
  mask-image: linear-gradient(90deg, transparent, #000 18%, #000 82%, transparent);
}

.work-with-section::after {
  content: "";
  position: absolute;
  inset: 8% auto 8% -24%;
  z-index: -1;
  width: 42%;
  background: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.075), transparent);
  opacity: 0.72;
  transform: translateX(var(--work-sweep)) skewX(-14deg);
  transition: transform 0.2s linear;
  pointer-events: none;
}

.work-with-section > .container-xl {
  position: relative;
  z-index: 1;
}

.work-with__header {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
  opacity: 0.35;
  transform: translate3d(0, 22px, 0);
  transition: opacity 0.55s ease, transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.work-with-section.is-inview .work-with__header {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.work-with__header h2 {
  max-width: 12ch;
  margin: 0 auto 1rem;
  color: #ffffff;
  font-size: clamp(2rem, 3.15vw, 3.25rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: 0;
  text-wrap: balance;
}

.work-with__header p {
  max-width: 66ch;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.66);
  font-size: clamp(0.96rem, 1vw, 1.05rem);
  line-height: 1.75;
}

.work-with__signal {
  position: relative;
  height: 72px;
  margin: clamp(2.2rem, 4vw, 3.4rem) 0 1.15rem;
}

.work-with__signal-label {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  padding: 0.46rem 0.82rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.72);
  color: rgba(255, 255, 255, 0.72);
  font-family: var(--font-heading);
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  transform: translate(-50%, -50%);
}

.work-with__signal-line {
  position: absolute;
  left: 8%;
  right: 8%;
  top: 50%;
  height: 1px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.1);
}

.work-with__signal-line span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.95), transparent);
  transform: scaleX(var(--work-progress));
  transform-origin: left center;
}

.work-with__signal-dot {
  position: absolute;
  top: calc(50% - 4px);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 0 18px rgba(255, 255, 255, 0.55);
  opacity: var(--work-dot-opacity);
  transform: scale(var(--work-dot-scale));
}

.work-with__signal-dot--one { left: 8%; }
.work-with__signal-dot--two { left: calc(50% - 4px); }
.work-with__signal-dot--three { right: 8%; }

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

.work-with-card {
  position: relative;
  display: flex;
  min-height: 238px;
  flex-direction: column;
  overflow: hidden;
  padding: 1.35rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.018)),
    rgba(0, 0, 0, 0.52);
  box-shadow: 0 22px 52px rgba(0, 0, 0, 0.28);
  opacity: 0;
  transform: translate3d(0, 28px, 0);
  transition:
    opacity 0.52s ease,
    transform 0.52s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.32s ease,
    background 0.32s ease,
    box-shadow 0.32s ease;
  transition-delay: calc(var(--i) * 62ms);
}

.work-with-section.is-inview .work-with-card {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.work-with-card::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.92), transparent);
  opacity: 0;
  transform: scaleX(0.35);
  transition: opacity 0.32s ease, transform 0.32s ease;
}

.work-with-card::after {
  content: "";
  position: absolute;
  inset: -35% auto -35% -60%;
  width: 42%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.12), transparent);
  transform: translateX(var(--work-card-sheen)) skewX(-16deg);
  opacity: 0.5;
  pointer-events: none;
}

.work-with-card:hover,
.work-with-card.is-active {
  border-color: rgba(255, 255, 255, 0.28);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.026)),
    rgba(0, 0, 0, 0.54);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.36);
}

.work-with-card:hover {
  transform: translate3d(0, -5px, 0);
}

.work-with-card:hover::before,
.work-with-card.is-active::before {
  opacity: 1;
  transform: scaleX(1);
}

.work-with-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.35rem;
}

.work-with-card__icon {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  color: #000000;
  font-size: 1.15rem;
  box-shadow: 0 14px 32px rgba(255, 255, 255, 0.07);
}

.work-with-card__index {
  color: rgba(255, 255, 255, 0.32);
  font-family: var(--font-heading);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.work-with-card h3 {
  margin-bottom: 0.65rem;
  color: #ffffff;
  font-size: clamp(1.05rem, 1.14vw, 1.18rem);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: 0;
}

.work-with-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.9rem;
  line-height: 1.62;
}

.work-with-card__tag {
  display: inline-flex;
  width: fit-content;
  margin-top: auto;
  padding: 0.38rem 0.62rem;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.68);
  font-family: var(--font-heading);
  font-size: 0.72rem;
  font-weight: 700;
}

@media (max-width: 1199px) {
  .work-with__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .work-with-section {
    padding: 4.4rem 0;
  }

  .work-with__header {
    text-align: left;
  }

  .work-with__header h2,
  .work-with__header p {
    margin-inline: 0;
  }

  .work-with__signal {
    height: 54px;
    margin-top: 2rem;
  }

  .work-with__signal-line {
    left: 0;
    right: 0;
  }

  .work-with__signal-dot--one { left: 0; }
  .work-with__signal-dot--three { right: 0; }

  .work-with__grid {
    grid-template-columns: 1fr;
  }

  .work-with-card {
    min-height: auto;
  }
}

.work-with-section {
  --work-progress: 0.7;
  background:
    radial-gradient(circle at 21% 28%, rgba(255, 255, 255, 0.052), transparent 34%),
    radial-gradient(circle at 78% 76%, rgba(255, 255, 255, 0.034), transparent 38%),
    linear-gradient(180deg, #000000 0%, #050505 52%, #000000 100%),
    var(--bg-primary);
}

.work-with-section.is-inview {
  --work-progress: 1;
}

.work-with-section::after {
  opacity: 0.18;
}

.work-with__header {
  max-width: none;
  margin: 0 0 clamp(1.6rem, 3vw, 2.35rem);
  text-align: center;
  opacity: 0.82;
  transform: translateY(8px);
  transition: opacity 0.22s ease, transform 0.22s cubic-bezier(0.22, 1, 0.36, 1);
}

.work-with-section.is-inview .work-with__header {
  opacity: 1;
  transform: translateY(0);
}

.work-with__header h2 {
  position: relative;
  display: inline-flex;
  max-width: none;
  margin: 0 auto;
  padding: 0 0.18em 0.24em;
  font-size: clamp(2rem, 3vw, 3.05rem);
  line-height: 1.08;
  text-shadow:
    0 0 34px rgba(255, 255, 255, 0.18),
    0 14px 38px rgba(0, 0, 0, 0.62);
  isolation: isolate;
}

.work-with__header h2::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -0.1rem;
  width: min(58%, 260px);
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.78), transparent);
  box-shadow: 0 0 24px rgba(255, 255, 255, 0.28);
  opacity: 0.82;
  transform: translateX(-50%) scaleX(var(--work-progress));
  transform-origin: center;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.work-with__header h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -0.48rem;
  z-index: -1;
  width: min(86%, 420px);
  height: 20px;
  border-radius: 999px;
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.2), transparent 70%);
  filter: blur(14px);
  opacity: 0.58;
  transform: translateX(-50%);
}

.work-with__list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.work-with-item {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 96px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 1.15rem 1.35rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 8px;
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.095), rgba(255, 255, 255, 0.024)),
    rgba(0, 0, 0, 0.62);
  color: #ffffff;
  font-family: var(--font-heading);
  font-size: clamp(1rem, 1vw, 1.08rem);
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  opacity: 0.86;
  box-shadow: 0 20px 54px rgba(0, 0, 0, 0.32);
  transform: translateY(8px);
  transition: opacity 0.22s ease, border-color 0.28s ease, transform 0.22s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.28s ease, background 0.28s ease;
}

.work-with-section.is-inview .work-with-item {
  opacity: 1;
  transform: translateY(0);
}

.work-with-item::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.11) 44%, transparent 62%);
  opacity: 0;
  transform: translateX(-72%) skewX(-16deg);
  transition: opacity 0.34s ease, transform 0.5s ease;
  pointer-events: none;
}

.work-with-item::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.42), transparent);
  opacity: 0.42;
  pointer-events: none;
}

.work-with-section.is-inview .work-with-item:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 255, 255, 0.28);
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.125), rgba(255, 255, 255, 0.034)),
    rgba(0, 0, 0, 0.62);
  box-shadow: 0 28px 68px rgba(0, 0, 0, 0.42);
}

.work-with-section.is-inview .work-with-item:hover::before {
  opacity: 1;
  transform: translateX(78%) skewX(-16deg);
}

@media (max-width: 1199px) {
  .work-with__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .work-with__list {
    grid-template-columns: 1fr;
  }

  .work-with-item {
    min-height: 72px;
  }
}

/* ─── Stats ─── */
.why-choose-section {
  --why-copy-y: 30px;
  --why-copy-opacity: 0.5;
  --why-card-y: 38px;
  --why-card-opacity: 0.38;
  --why-viz-y: 42px;
  --why-viz-scale: 0.9;
  --why-viz-opacity: 0.42;
  --why-glow-opacity: 0.3;
  --why-line-opacity: 0.06;
  position: relative;
  overflow: hidden;
  padding: 5.5rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  background-color: #000000;
  background:
    radial-gradient(circle at 76% 45%, rgba(255, 255, 255, 0.12), transparent 32%),
    radial-gradient(circle at 28% 24%, rgba(255, 255, 255, 0.06), transparent 30%),
    linear-gradient(135deg, #000000 0%, #060606 42%, #000000 100%);
  background-color: #000000;
  isolation: isolate;
}

.why-choose-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.032) 1px, transparent 1px);
  background-size: 56px 56px;
  opacity: var(--why-line-opacity);
  mask-image: radial-gradient(circle at 78% 48%, #000 0%, transparent 68%);
  animation: whyChooseGridDrift 22s linear infinite;
  transition: opacity 0.45s ease;
}

.why-choose-section::after {
  content: "";
  position: absolute;
  inset: 8% -10% auto 40%;
  z-index: -1;
  height: 72%;
  background:
    radial-gradient(circle at 60% 48%, rgba(255, 255, 255, 0.13), transparent 34%),
    radial-gradient(circle at 86% 20%, rgba(185, 225, 255, 0.1), transparent 26%);
  filter: blur(22px);
  opacity: var(--why-glow-opacity);
  pointer-events: none;
  transition: opacity 0.45s ease;
}

.why-choose-section > .container-xl {
  position: relative;
  z-index: 1;
}

.why-choose-section__content {
  max-width: 760px;
}

.why-choose-section__content > .eyebrow,
.why-choose-section h2,
.why-choose-section__intro {
  opacity: var(--why-copy-opacity);
  transform: translate3d(0, var(--why-copy-y), 0);
  transition: opacity 0.46s ease, transform 0.46s cubic-bezier(0.22, 1, 0.36, 1);
}

.why-choose-section h2 {
  transition-delay: 50ms;
}

.why-choose-section__intro {
  transition-delay: 100ms;
}

.why-choose-section h2 {
  max-width: 16ch;
  margin-bottom: 0.9rem;
  color: #ffffff;
  font-size: 2.25rem;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: 0;
  text-shadow: 0 0 34px rgba(255, 255, 255, 0.12);
}

.why-choose-section__intro {
  max-width: 58ch;
  margin-bottom: 1.65rem;
  color: rgba(255, 255, 255, 0.68);
  font-size: 1rem;
}

.why-choose-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.why-card {
  position: relative;
  display: grid;
  min-height: 148px;
  grid-template-columns: auto 1fr;
  gap: 0.95rem;
  align-items: flex-start;
  padding: 1.15rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.028)),
    rgba(0, 0, 0, 0.2);
  opacity: var(--why-card-opacity);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.22);
  transform: translate3d(0, var(--why-card-y), 0);
  transition: opacity 0.42s ease, transform 0.42s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.34s ease, box-shadow 0.34s ease, background 0.34s ease;
}

.why-card:nth-child(2) {
  transition-delay: 70ms;
}

.why-card:nth-child(3) {
  transition-delay: 140ms;
}

.why-card:nth-child(4) {
  transition-delay: 210ms;
}

.why-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.1) 45%, transparent 62%);
  opacity: 0;
  transform: translateX(-70%) skewX(-14deg);
  transition: opacity 0.34s ease, transform 0.52s ease;
  pointer-events: none;
}

.why-card:hover {
  transform: translate3d(0, calc(var(--why-card-y) - 5px), 0);
  border-color: rgba(255, 255, 255, 0.28);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.035)),
    rgba(0, 0, 0, 0.2);
  box-shadow: 0 24px 62px rgba(0, 0, 0, 0.34);
}

.why-card:hover::before {
  opacity: 1;
  transform: translateX(78%) skewX(-14deg);
}

.why-card__icon {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  color: #000000;
  font-size: 1.08rem;
  box-shadow: 0 10px 26px rgba(255, 255, 255, 0.08);
}

.why-card h3 {
  margin-bottom: 0.45rem;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0;
}

.why-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.9rem;
  line-height: 1.58;
}

.why-choose-section__visual {
  display: flex;
  justify-content: center;
}

.why-choose-viz {
  position: relative;
  width: min(100%, 440px);
  height: 430px;
  opacity: var(--why-viz-opacity);
  isolation: isolate;
  transform: translate3d(0, var(--why-viz-y), 0) scale(var(--why-viz-scale));
  transform-origin: center;
  transition: opacity 0.46s ease, transform 0.46s cubic-bezier(0.22, 1, 0.36, 1);
}

.why-choose-viz::before {
  content: "";
  position: absolute;
  inset: 7% 4%;
  z-index: -2;
  border-radius: 8px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.052) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.052) 1px, transparent 1px);
  background-size: 34px 34px;
  background-position: var(--why-viz-grid-x, 0) var(--why-viz-grid-y, 0), var(--why-viz-grid-x, 0) var(--why-viz-grid-y, 0);
  opacity: 0.55;
  mask-image: radial-gradient(circle at center, #000 0%, transparent 74%);
  animation: whyChooseVizGrid 14s linear infinite;
}

.why-choose-viz::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.18), transparent 66%);
  transform: translate(-50%, -50%);
  animation: whyChooseGlowPulse 4.8s ease-in-out infinite;
}

.why-choose-viz__ring,
.why-choose-viz__signal {
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  pointer-events: none;
}

.why-choose-viz__ring {
  border: 1px solid rgba(255, 255, 255, 0.18);
  transform: translate(-50%, -50%);
}

.why-choose-viz__ring--outer {
  width: 310px;
  height: 310px;
  border-style: dashed;
  animation: whyChooseRingSpin 34s linear infinite;
}

.why-choose-viz__ring--inner {
  width: 190px;
  height: 190px;
  border-color: rgba(255, 255, 255, 0.26);
  animation: whyChooseRingSpin 24s linear infinite reverse;
}

.why-choose-viz__signal {
  width: 280px;
  height: 280px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  transform: translate(-50%, -50%) scale(0.72);
  opacity: 0;
  animation: whyChooseSignal 3.8s ease-out infinite;
}

.why-choose-viz__signal--two {
  animation-delay: -1.9s;
}

.why-choose-viz__beam {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 1px;
  height: 185px;
  transform-origin: center top;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.38), transparent 74%);
  opacity: 0.26;
  pointer-events: none;
  animation: whyChooseBeamSweep 8.5s linear infinite;
}

.why-choose-viz__beam--two {
  height: 146px;
  opacity: 0.18;
  animation-duration: 11s;
  animation-direction: reverse;
}

.why-choose-viz__hub {
  position: absolute;
  left: 50%;
  top: 50%;
  display: grid;
  width: 132px;
  height: 132px;
  place-items: center;
  align-content: center;
  gap: 0.4rem;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.035)),
    rgba(0, 0, 0, 0.42);
  box-shadow:
    0 20px 60px rgba(0, 0, 0, 0.4),
    0 0 40px rgba(255, 255, 255, 0.08);
  transform: translate(-50%, -50%);
  animation: whyChooseHubFloat 5.2s ease-in-out infinite;
  overflow: hidden;
}

.why-choose-viz__hub::before {
  content: "";
  position: absolute;
  inset: -18% auto -18% -45%;
  width: 38%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.24), transparent);
  transform: translateX(var(--why-viz-sheen-x, -80%)) skewX(-18deg);
  pointer-events: none;
  opacity: 0.55;
}

.why-choose-viz__hub .bi {
  color: #ffffff;
  font-size: 1.6rem;
}

.why-choose-viz__hub span {
  max-width: 10ch;
  color: #ffffff;
  font-family: var(--font-heading);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
  text-transform: uppercase;
}

.why-choose-viz__node {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.48rem 0.72rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.58);
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--font-heading);
  font-size: 0.76rem;
  font-weight: 700;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.3);
  animation: whyChooseNodeFloat 5.8s ease-in-out infinite;
}

.why-choose-viz__node .bi {
  font-size: 0.92rem;
}

.why-choose-viz__node--strategy {
  left: 5%;
  top: 17%;
}

.why-choose-viz__node--content {
  right: 2%;
  top: 24%;
  animation-delay: -1.2s;
}

.why-choose-viz__node--trust {
  left: 8%;
  bottom: 24%;
  animation-delay: -2.3s;
}

.why-choose-viz__node--growth {
  right: 6%;
  bottom: 17%;
  animation-delay: -3.4s;
}

.why-choose-viz__metric {
  position: absolute;
  z-index: 3;
  width: 152px;
  padding: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background: rgba(10, 10, 10, 0.72);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  animation: whyChooseMetricLift 6.4s ease-in-out infinite;
}

.why-choose-viz__metric--one {
  left: 0;
  bottom: 2%;
}

.why-choose-viz__metric--two {
  right: 1%;
  top: 3%;
  animation-delay: -2.6s;
}

.why-choose-viz__metric span,
.why-choose-viz__metric strong {
  display: block;
}

.why-choose-viz__metric span {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
}

.why-choose-viz__metric strong {
  margin: 0.12rem 0 0.5rem;
  color: #ffffff;
  font-family: var(--font-heading);
  font-size: 1rem;
}

.why-choose-viz__metric i {
  display: block;
  width: 100%;
  height: 5px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
}

.why-choose-viz__metric i::before {
  content: "";
  display: block;
  width: var(--why-metric-fill, 78%);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #ffffff, rgba(185, 225, 255, 0.45));
  transform-origin: left;
  animation: whyChooseMetricBar 2.9s ease-in-out infinite;
}

.why-choose-viz__metric--two i::before {
  width: var(--why-metric-fill, 64%);
  animation-delay: -1.1s;
}

.why-choose-motion-live .why-choose-viz__ring,
.why-choose-motion-live .why-choose-viz__signal,
.why-choose-motion-live .why-choose-viz__hub,
.why-choose-motion-live .why-choose-viz__node,
.why-choose-motion-live .why-choose-viz__metric,
.why-choose-viz__beam,
.why-choose-viz__orbital {
  will-change: transform, opacity;
}

.why-choose-viz__orbital {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 5;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 0 16px rgba(255, 255, 255, 0.78);
  pointer-events: none;
}

.why-choose-viz__orbital--1 {
  animation: whyChooseOrbitOne 7.4s linear infinite;
}

.why-choose-viz__orbital--2 {
  width: 5px;
  height: 5px;
  animation: whyChooseOrbitTwo 9.8s linear infinite reverse;
}

.why-choose-viz__orbital--3 {
  width: 4px;
  height: 4px;
  opacity: 0.62;
  animation: whyChooseOrbitThree 12s linear infinite;
}

@keyframes whyChooseGridDrift {
  to { background-position: 56px 56px, 56px 56px; }
}

@keyframes whyChooseVizGrid {
  to { background-position: 34px 34px, 34px 34px; }
}

@keyframes whyChooseGlowPulse {
  0%, 100% {
    opacity: 0.48;
    transform: translate(-50%, -50%) scale(0.94);
  }
  50% {
    opacity: 0.9;
    transform: translate(-50%, -50%) scale(1.06);
  }
}

@keyframes whyChooseRingSpin {
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes whyChooseSignal {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.72);
  }
  28% {
    opacity: 0.42;
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.18);
  }
}

@keyframes whyChooseBeamSweep {
  0% {
    opacity: 0.08;
    transform: rotate(0deg) translateY(-22px);
  }
  35% {
    opacity: 0.32;
  }
  100% {
    opacity: 0.08;
    transform: rotate(360deg) translateY(-22px);
  }
}

@keyframes whyChooseOrbitOne {
  from { transform: translate(-50%, -50%) rotate(0deg) translateX(148px); }
  to { transform: translate(-50%, -50%) rotate(360deg) translateX(148px); }
}

@keyframes whyChooseOrbitTwo {
  from { transform: translate(-50%, -50%) rotate(0deg) translateX(112px); }
  to { transform: translate(-50%, -50%) rotate(360deg) translateX(112px); }
}

@keyframes whyChooseOrbitThree {
  from { transform: translate(-50%, -50%) rotate(0deg) translateX(76px); }
  to { transform: translate(-50%, -50%) rotate(360deg) translateX(76px); }
}

@keyframes whyChooseHubFloat {
  0%, 100% { transform: translate(-50%, -50%) translateY(0); }
  50% { transform: translate(-50%, -50%) translateY(-9px); }
}

@keyframes whyChooseNodeFloat {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(0, -10px, 0); }
}

@keyframes whyChooseMetricLift {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(0, -7px, 0); }
}

@keyframes whyChooseMetricBar {
  0%, 100% {
    transform: scaleX(0.56);
    opacity: 0.66;
  }
  50% {
    transform: scaleX(1);
    opacity: 1;
  }
}

@media (max-width: 991px) {
  .why-choose-section {
    padding: 4.5rem 0;
  }

  .why-choose-section h2 {
    max-width: 100%;
  }

  .why-choose-section__content {
    max-width: none;
  }

  .why-choose-section__visual {
    justify-content: center;
  }

  .why-choose-viz {
    height: 390px;
    max-width: 520px;
  }
}

@media (max-width: 575px) {
  .why-choose-section {
    --why-copy-y: 0px;
    --why-copy-opacity: 1;
    --why-card-y: 0px;
    --why-card-opacity: 1;
    --why-viz-y: 0px;
    --why-viz-scale: 1;
    --why-viz-opacity: 1;
    --why-glow-opacity: 0.72;
    --why-line-opacity: 0.16;
    padding: 3.75rem 0;
  }

  .why-choose-section h2 {
    font-size: 1.9rem;
  }

  .why-choose-grid {
    grid-template-columns: 1fr;
  }

  .why-card {
    min-height: auto;
    transition: none;
  }

  .why-card:nth-child(2),
  .why-card:nth-child(3),
  .why-card:nth-child(4) {
    transition-delay: 0ms;
  }

  .why-choose-section__content > .eyebrow,
  .why-choose-section h2,
  .why-choose-section__intro,
  .why-choose-viz {
    transition: none;
  }

  .why-choose-viz {
    height: 420px;
  }

  .why-choose-viz__ring--outer {
    width: 260px;
    height: 260px;
  }

  .why-choose-viz__ring--inner {
    width: 164px;
    height: 164px;
  }

  .why-choose-viz__signal {
    width: 240px;
    height: 240px;
  }

  .why-choose-viz__hub {
    width: 118px;
    height: 118px;
  }

  .why-choose-viz__node {
    padding: 0.42rem 0.58rem;
    font-size: 0.68rem;
  }

  .why-choose-viz__node--strategy {
    left: 0;
    top: 18%;
  }

  .why-choose-viz__node--content {
    right: 0;
    top: 21%;
  }

  .why-choose-viz__node--trust {
    left: 0;
    bottom: 24%;
  }

  .why-choose-viz__node--growth {
    right: 0;
    bottom: 22%;
  }

  .why-choose-viz__metric {
    width: 136px;
  }
}

.section-stats {
  background: var(--bg-primary, #050505);
}

.stat-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  min-height: clamp(108px, 18vw, 132px);
  padding: clamp(1.15rem, 2.5vw, 1.5rem) clamp(0.85rem, 2vw, 1.15rem);
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  box-shadow:
    0 14px 35px rgba(0, 0, 0, 0.35),
    0 2px 8px rgba(0, 0, 0, 0.22);
  transition: border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.stat-box:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow:
    0 20px 45px rgba(0, 0, 0, 0.45),
    0 4px 12px rgba(0, 0, 0, 0.25);
}

.stat-box__value {
  font-family: var(--font-heading);
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 700;
  line-height: 1.1;
  color: #FFFFFF;
}

.stat-value {
  display: inline-block;
  min-width: 5ch;
  font-variant-numeric: tabular-nums;
}

.stat-box__label {
  margin-top: 0.4rem;
  color: rgba(255, 255, 255, 0.55);
  font-size: clamp(0.78rem, 1.8vw, 0.88rem);
  line-height: 1.35;
  max-width: 14ch;
}

@media (max-width: 767.98px) {
  .section-stats .row {
    --bs-gutter-y: 0.75rem;
  }

  .stat-box {
    min-height: 100px;
  }
}

/* ─── Portfolio ─── */
.filter-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
  margin-bottom: 2rem;
}

.filter-tabs button {
  padding: 0.5rem 1.1rem;
  font-family: var(--font-heading);
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--text-secondary);
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  border-radius: 999px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.filter-tabs button.active,
.filter-tabs button:hover {
  color: var(--text-primary);
  border-color: var(--accent-cyan);
  background: rgba(255, 255, 255, 0.08);
}

.project-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--glass-border);
  aspect-ratio: 16/10;
}

.project-card .circuit-motion-graphic {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  transition: transform 0.5s ease, filter 0.4s ease;
}

.project-card .project-thumb-motion {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.project-card__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(180deg, transparent 30%, rgba(0, 0, 0, 0.9));
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.5rem;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.project-card:hover .circuit-motion-graphic { transform: scale(1.04); }
.project-card:hover .project-card__overlay { opacity: 1; }

.project-card__overlay h3 { font-size: 1.15rem; margin-bottom: 0.35rem; }
.project-card__overlay p { font-size: 0.85rem; color: var(--text-secondary); margin-bottom: 0.75rem; }

/* ─── Process timeline ─── */
/* Process flow */
.process-section {
  position: relative;
  overflow: hidden;
  padding: 5.75rem 0 6.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  background:
    linear-gradient(180deg, #000000 0%, #050505 50%, #000000 100%),
    #000000;
  isolation: isolate;
}

.process-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 58px 58px;
  opacity: 0.16;
  mask-image: linear-gradient(90deg, transparent, #000 22%, #000 78%, transparent);
}

.process-section::after {
  content: "";
  position: absolute;
  inset: 12% -10% auto 45%;
  z-index: -1;
  height: 54%;
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.1), transparent 62%);
  filter: blur(24px);
  opacity: 0.36;
  animation: processSectionGlow 8s ease-in-out infinite;
}

.process-section__header {
  max-width: 760px;
  margin: 0 auto 3.1rem;
  text-align: center;
}

.process-section__title {
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.45rem;
  margin-bottom: 0.95rem;
  color: #ffffff;
  font-size: 3.05rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  text-shadow: 0 0 34px rgba(255, 255, 255, 0.12);
}

.process-section__title::after {
  content: none;
}

.process-section__title-accent {
  position: relative;
  z-index: 1;
  display: inline-block;
  overflow: hidden;
  padding: 0.03em 0.18em 0.11em;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(110deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.035)),
    rgba(255, 255, 255, 0.045);
  box-shadow:
    inset 0 -1px 0 rgba(255, 255, 255, 0.18),
    0 0 28px rgba(255, 255, 255, 0.1);
}

.process-section__title-accent::before {
  content: "";
  position: absolute;
  inset: -20% auto -20% -42%;
  z-index: -1;
  width: 42%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.28), transparent);
  transform: skewX(-18deg);
  animation: processTitleSheen 4.8s ease-in-out infinite;
}

.process-section__header p {
  max-width: 64ch;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.66);
  font-size: 1rem;
  line-height: 1.78;
}

.process-flow {
  position: relative;
  padding-top: 7.2rem;
}

.process-flow__track {
  position: absolute;
  top: 0;
  left: 7.5%;
  right: 7.5%;
  height: 148px;
  pointer-events: none;
}

.process-flow__jump-map {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.process-flow__jump-shadow,
.process-flow__jump-path {
  fill: none;
  vector-effect: non-scaling-stroke;
  stroke-linecap: round;
}

.process-flow__jump-shadow {
  stroke: rgba(255, 255, 255, 0.08);
  stroke-width: 10;
  filter: blur(6px);
}

.process-flow__jump-path {
  stroke: rgba(255, 255, 255, 0.32);
  stroke-width: 2.2;
  stroke-dasharray: 12 20;
  animation: processJumpGuide 7.8s linear infinite;
}

.process-flow__spark {
  filter:
    drop-shadow(0 0 10px rgba(255, 255, 255, 0.34))
    drop-shadow(0 16px 22px rgba(0, 0, 0, 0.42));
}

.process-flow__spark-glow {
  fill: rgba(255, 255, 255, 0.16);
  animation: processSparkPulse 1.9s ease-in-out infinite;
}

.process-flow__spark-core {
  fill: #ffffff;
  stroke: rgba(255, 255, 255, 0.5);
  stroke-width: 1.5;
}

.process-flow__spark-icon {
  fill: #000000;
}

.process-flow__spark-dot {
  fill: #ffffff;
  opacity: 0.82;
  animation: processSparkDot 1.9s ease-in-out infinite;
}

.process-flow__steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
}

.process-step {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 226px;
  overflow: hidden;
  padding: 1.25rem 1.15rem 1.2rem;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 8px;
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.095), rgba(255, 255, 255, 0.024)),
    rgba(0, 0, 0, 0.62);
  box-shadow: 0 20px 54px rgba(0, 0, 0, 0.32);
  transform: translateY(0);
  transition: border-color 0.34s ease, transform 0.34s ease, box-shadow 0.34s ease, background 0.34s ease;
}

.process-step::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.11) 44%, transparent 62%);
  opacity: 0;
  transform: translateX(-72%) skewX(-16deg);
  transition: opacity 0.34s ease, transform 0.5s ease;
  pointer-events: none;
}

.process-step:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 255, 255, 0.28);
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.125), rgba(255, 255, 255, 0.034)),
    rgba(0, 0, 0, 0.62);
  box-shadow: 0 28px 68px rgba(0, 0, 0, 0.42);
}

.process-step:hover::before {
  opacity: 1;
  transform: translateX(78%) skewX(-16deg);
}

.process-step__icon {
  display: flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  color: #000000;
  font-size: 1.18rem;
  box-shadow: 0 12px 30px rgba(255, 255, 255, 0.08);
}

.process-step h3 {
  width: 100%;
  margin-bottom: 0.55rem;
  color: #ffffff;
  font-size: 1.03rem;
  font-weight: 800;
  letter-spacing: 0;
  text-align: center;
}

.process-step p {
  max-width: 24ch;
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.86rem;
  line-height: 1.6;
  text-align: center;
}

@keyframes processSectionGlow {
  0%, 100% {
    transform: translateX(-3%) scale(0.98);
    opacity: 0.22;
  }
  50% {
    transform: translateX(3%) scale(1.04);
    opacity: 0.4;
  }
}

@keyframes processTitleSheen {
  0%, 38% {
    transform: translateX(0) skewX(-18deg);
  }
  72%, 100% {
    transform: translateX(360%) skewX(-18deg);
  }
}

@keyframes processJumpGuide {
  to { stroke-dashoffset: -64; }
}

@keyframes processSparkPulse {
  0%, 100% {
    r: 22;
    opacity: 0.42;
  }
  50% {
    r: 31;
    opacity: 0.18;
  }
}

@keyframes processSparkDot {
  0%, 100% {
    opacity: 0.85;
    transform: translate(0, 0);
  }
  50% {
    opacity: 0.35;
    transform: translate(5px, -4px);
  }
}

@media (max-width: 1199px) {
  .process-flow {
    padding-top: 0;
    padding-left: 0;
  }

  .process-flow__track {
    display: none;
  }

  .process-flow__steps {
    grid-template-columns: 1fr;
    gap: 0.9rem;
  }

  .process-step {
    min-height: auto;
  }
}

@media (max-width: 991px) {
  .process-section {
    padding: 4.75rem 0 5rem;
  }

  .process-section__title {
    font-size: 2.55rem;
  }

  .process-flow__steps { grid-template-columns: 1fr; }
}

@media (max-width: 575px) {
  .process-section {
    padding: 4rem 0 4.4rem;
  }

  .process-section__header {
    margin-bottom: 2.35rem;
  }

  .process-section__title {
    font-size: 2.15rem;
  }

  .process-flow {
    padding-left: 0;
  }

  .process-step {
    min-height: auto;
  }
}

.timeline {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
  position: relative;
}

.timeline::before {
  content: "";
  position: absolute;
  top: 28px;
  left: 5%;
  right: 5%;
  height: 1px;
  background: var(--glass-border);
}

.timeline__step {
  position: relative;
  padding: 1.25rem;
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  border-radius: 12px;
}

.timeline__num {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid var(--accent-cyan);
  font-family: var(--font-heading);
  font-size: 0.75rem;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 0.75rem;
}

.timeline__step h4 { font-size: 0.95rem; margin-bottom: 0.35rem; }
.timeline__step p { font-size: 0.8rem; color: var(--text-secondary); margin: 0; }

/* ─── Testimonials ─── */
.testimonial-card {
  padding: 2.5rem;
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  border-radius: 20px;
  text-align: center;
  max-width: 720px;
  margin-inline: auto;
}

.testimonial-card blockquote {
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  line-height: 1.6;
  margin: 0 0 1.5rem;
}

#home,
#about,
#services,
#why-choose,
#contact {
  scroll-margin-top: calc(var(--nav-height) + 18px);
}

/* ─── Contact form ─── */
.form-floating > label { color: var(--text-secondary); }
.form-floating > .form-control {
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  color: var(--text-primary);
}

.form-floating > .form-control:focus {
  background: rgba(255, 255, 255, 0.07);
  border-color: var(--accent-cyan);
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.12);
  color: var(--text-primary);
}

.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label {
  color: #FFFFFF;
}

.contact-panel {
  background: var(--bg-secondary);
  border: 1px solid var(--glass-border);
  border-radius: 16px;
  padding: 2rem;
}

.is-invalid { border-color: #ff6b6b !important; }
.invalid-feedback { color: #ff8a8a; font-size: 0.8rem; }

.btn-submit .spinner-border { width: 1rem; height: 1rem; }

/* ─── Footer ─── */
.site-footer {
  position: relative;
  padding: clamp(3.25rem, 6vw, 4.75rem) 0 1.35rem;
  min-height: auto;
  background:
    radial-gradient(circle at 16% 0%, rgba(255, 255, 255, 0.055), transparent 32%),
    linear-gradient(180deg, #000000 0%, #11110f 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
}

.site-footer__inner {
  position: relative;
  z-index: 1;
  width: min(100% - 48px, 1420px);
  margin-inline: auto;
}

.footer-glow-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  width: 0;
  background: linear-gradient(90deg, transparent, #FFFFFF, rgba(255,255,255,0.55), transparent);
  transition: width 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.site-footer.is-visible .footer-glow-line {
  width: 100%;
}

.site-footer__grid {
  display: grid;
  grid-template-columns:
    minmax(250px, 1.1fr)
    minmax(130px, 0.58fr)
    minmax(320px, 1.05fr)
    minmax(270px, 0.95fr);
  gap: clamp(2rem, 4vw, 4.5rem);
  align-items: start;
  padding-bottom: clamp(2rem, 4vw, 3rem);
  margin: 0;
}

.site-footer__grid > * {
  min-width: 0;
}

.site-footer__brand,
.footer-brand {
  text-align: left;
}

.footer-brand-logo {
  justify-content: flex-start;
  align-items: center;
  gap: 0.82rem;
  margin-bottom: 1.05rem;
}

.site-footer .footer-brand-logo span {
  padding-top: 0;
  font-size: var(--brand-wordmark-size);
  line-height: 1;
}

.site-footer .footer-brand-logo img {
  width: var(--brand-logo-size);
  height: var(--brand-logo-size);
  transform: none;
}

@media (min-width: 1151px) {
  .site-footer .footer-brand-logo {
    margin-top: -0.5rem;
  }
}

.site-footer__logo {
  width: 58px;
  height: 58px;
  object-fit: contain;
  filter: drop-shadow(0 0 12px rgba(255, 255, 255, 0.3));
}

.site-footer__tagline {
  font-family: var(--font-body);
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--text-secondary);
  max-width: 300px;
  margin: 0;
}

.site-footer__services-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.68rem;
  max-width: 340px;
}

.site-footer__services-list a {
  white-space: normal;
}

.site-footer__social {
  display: flex;
  gap: 0.65rem;
  justify-content: flex-start;
  margin-top: 1.45rem;
}

.site-footer__heading {
  font-family: var(--font-heading);
  font-size: 0.78rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0 0 1.55rem;
  padding-bottom: 0;
  border-bottom: none;
}

.footer-heading {
  display: block;
  line-height: 1;
  align-items: flex-start;
}

.footer-heading-line {
  display: block;
  width: 80px;
  max-width: 90px;
  height: 2px;
  margin-top: 12px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.32), rgba(255, 255, 255, 0.04));
  border-radius: 999px;
  flex-shrink: 0;
}

[data-theme="light"] .footer-heading-line {
  background: rgba(0, 0, 0, 0.14);
}

.footer-pipe {
  display: none;
}

.site-footer__accordion-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0.75rem 0;
  margin-bottom: 0.5rem;
  font-family: var(--font-heading);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #FFFFFF;
  background: transparent;
  border: 0;
  border-bottom: none;
  cursor: pointer;
}

.site-footer__accordion-btn .footer-pipe {
  display: none;
}

.site-footer__accordion-btn .bi {
  transition: transform 0.3s ease;
}

.site-footer__accordion-btn:not(.collapsed) .bi {
  transform: rotate(180deg);
}

.site-footer__links a {
  color: var(--text-secondary);
  font-size: 0.93rem;
  line-height: 1.45;
  text-decoration: none;
  transition: all 0.3s ease;
  display: block;
  padding: 0;
}

.site-footer__links {
  display: grid;
  gap: 0.68rem;
}

.site-footer__links li {
  margin: 0;
}

.site-footer__links a:hover {
  color: #FFFFFF;
  transform: translateX(6px);
}

.site-footer__services-list {
  gap: 0.68rem;
}

.site-footer__contact {
  display: grid;
  gap: 0.68rem;
}

.site-footer__contact li {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  padding: 0;
  margin: 0;
  font-size: 0.93rem;
  line-height: 1.45;
  color: var(--text-secondary);
}

.site-footer__contact .bi {
  box-sizing: border-box;
  width: 32px;
  height: 32px;
  padding: 8px;
  display: inline-grid;
  place-items: center;
  margin-top: -4px;
  overflow: visible;
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: rgba(255, 255, 255, 0.045);
  flex-shrink: 0;
}

.site-footer__contact a {
  color: var(--text-secondary);
  text-decoration: none;
  line-height: 1.45;
  transition: color 0.3s ease;
}

.site-footer__contact span {
  line-height: 1.45;
}

.site-footer__contact a:hover {
  color: #fff;
}

@media (hover: none), (pointer: coarse) {
  .site-footer__links a,
  .site-footer__contact a {
    transition-duration: 0.16s;
  }

  .site-footer__links a:hover {
    color: var(--text-secondary);
    transform: none;
  }

  .site-footer__contact a:hover {
    color: var(--text-secondary);
  }

  .site-footer__links a:active {
    color: #ffffff;
    transform: translateX(4px);
    transition-duration: 0.08s;
  }

  .site-footer__contact a:active {
    color: #ffffff;
    transition-duration: 0.08s;
  }
}

.social-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--text-secondary);
  text-decoration: none;
  transition: all 0.3s ease;
}

.social-icon:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: #FFFFFF;
  color: #FFFFFF;
  transform: translateY(-3px);
  box-shadow: 0 5px 20px rgba(255, 255, 255, 0.3);
}

.site-footer__bottom,
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding: 1.35rem 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.site-footer__copy {
  margin: 0;
  font-size: 0.83rem;
  color: var(--text-secondary);
}

.whatsapp-float {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #FFFFFF;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  text-decoration: none;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.35);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.whatsapp-float:hover {
  color: #000000;
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.45);
}

.floating-back-to-top {
  --scroll-progress: 0;
  --progress-color: var(--accent, #ffffff);
  --progress-track: rgba(255, 255, 255, 0.14);
  --button-center: #090909;
  position: fixed;
  right: var(--whatsapp-float-right);
  bottom: calc(var(--whatsapp-float-bottom) + var(--whatsapp-float-size) + var(--back-top-gap));
  z-index: 1000;
  display: grid;
  place-items: center;
  width: var(--back-top-size);
  height: var(--back-top-size);
  padding: 0;
  color: var(--accent);
  background: conic-gradient(
    from -90deg,
    var(--progress-color) calc(var(--scroll-progress) * 3.6deg),
    var(--progress-track) calc(var(--scroll-progress) * 3.6deg)
  );
  border: 0;
  border-radius: 50%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  pointer-events: none;
  transition:
    opacity 0.25s ease,
    transform 0.25s ease,
    visibility 0.25s ease,
    box-shadow 0.25s ease;
}

.floating-back-to-top::before {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: 50%;
  background: var(--button-center);
  z-index: 0;
}

.floating-back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.floating-back-to-top.is-visible:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.45);
}

.floating-back-to-top:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.45);
  outline-offset: 4px;
}

.floating-back-to-top .bi {
  position: relative;
  z-index: 1;
  font-size: 1.35rem;
  line-height: 1;
}

[data-theme="dark"] .floating-back-to-top {
  --progress-color: #ffffff;
  --progress-track: rgba(255, 255, 255, 0.14);
  --button-center: #090909;
}

[data-theme="light"] .floating-back-to-top {
  --progress-color: var(--accent, #000000);
  --progress-track: rgba(0, 0, 0, 0.15);
  --button-center: #ffffff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

[data-theme="light"] .floating-back-to-top.is-visible:hover {
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
}

@media (max-width: 768px) {
  .floating-back-to-top {
    bottom: calc(var(--whatsapp-float-bottom) + var(--whatsapp-float-size) + 14px);
    width: 52px;
    height: 52px;
  }
}

@media (min-width: 992px) {
  .site-footer__brand,
  .footer-brand {
    text-align: left;
  }

  .footer-brand-logo {
    justify-content: flex-start;
  }

  .site-footer__tagline {
    margin-left: 0;
    margin-right: 0;
  }

  .site-footer__social {
    justify-content: flex-start;
  }

  .site-footer__contact-col {
    padding-left: 0;
  }

  .site-footer .collapse.d-lg-block {
    display: block !important;
    height: auto !important;
    visibility: visible;
  }
}

@media (max-width: 991px) {
  .site-footer__inner {
    width: min(100% - 32px, 1420px);
  }

  .site-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.25rem clamp(2rem, 7vw, 4rem);
  }

  .footer-column--brand {
    grid-column: 1 / -1;
  }

  .footer-brand-logo {
    align-items: center;
  }

  .site-footer .footer-brand-logo img {
    transform: none;
  }

  .site-footer__heading.d-none.d-lg-block {
    display: none !important;
  }

  .site-footer__services-list {
    grid-template-columns: 1fr;
    gap: 0.68rem;
  }

  .site-footer__services-list a {
    white-space: normal;
  }
}

@media (max-width: 575px) {
  .site-footer .footer-brand-logo {
    --brand-logo-size: 44px;
    --brand-wordmark-size: clamp(1.38rem, 5.8vw, 1.52rem);
    --brand-wordmark-weight: 700;
    --brand-wordmark-offset-y: -1px;
  }
}

@media (min-width: 990px) and (max-width: 1150px) {
  .site-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.5rem clamp(2rem, 6vw, 3.5rem);
    align-items: flex-start;
  }

  .footer-column--brand {
    grid-column: 1 / -1;
  }

  .site-footer__accordion-btn.d-lg-none {
    display: none !important;
  }

  .site-footer__heading.d-none.d-lg-block {
    display: block !important;
  }

  .site-footer .collapse.d-lg-block {
    display: block !important;
    height: auto !important;
    visibility: visible !important;
  }

  .site-footer__services-list {
    grid-template-columns: 1fr;
    gap: 0.68rem;
  }

  .site-footer__services-list a {
    white-space: normal;
  }

  .site-footer__contact-col {
    padding-left: 0;
  }

  .site-footer__contact a,
  .site-footer__contact span {
    overflow-wrap: anywhere;
  }
}

@media (max-width: 640px) {
  .site-footer__inner {
    width: min(100% - 28px, 1420px);
  }

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

  .footer-column--brand {
    grid-column: auto;
  }

  .site-footer__heading {
    margin-bottom: 1.25rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .whatsapp-float {
    animation: none;
  }

  .audience-section.is-inview .audience-heading__highlight,
  .audience-flow__panel,
  .audience-flow__phone,
  .audience-flow__chip,
  .audience-flow::before,
  .audience-flow__lines span,
  .audience-flow__signal,
  .audience-flow__signal::before,
  .audience-flow__studio,
  .audience-flow__phone::before,
  .audience-flow__post::after,
  .audience-flow__post .bi,
  .audience-flow__chip .bi,
  .audience-flow__trail span,
  .why-choose-section::before,
  .why-choose-viz::before,
  .why-choose-viz::after,
  .why-choose-viz__ring,
  .why-choose-viz__signal,
  .why-choose-viz__hub,
  .why-choose-viz__hub::before,
  .why-choose-viz__node,
  .why-choose-viz__metric,
  .why-choose-viz__metric i::before,
  .why-choose-viz__beam,
  .why-choose-viz__orbital {
    animation: none;
    transition: none;
  }

  .floating-back-to-top {
    transition: none;
  }

  .footer-glow-line {
    width: 100%;
    transition: none;
  }
}

/* ─── Page hero (inner pages) ─── */
.page-hero {
  padding: calc(var(--nav-height) + 3rem) 0 4rem;
  border-bottom: 1px solid var(--glass-border);
}

.page-hero h1 {
  font-size: clamp(2rem, 4vw, 3rem);
  margin-bottom: 0.75rem;
}

.page-hero p {
  color: var(--text-secondary);
  max-width: 640px;
}

.service-block {
  padding: 4rem 0;
  border-bottom: 1px solid var(--glass-border);
  scroll-margin-top: calc(var(--nav-height) + 1rem);
}

.service-block:nth-child(even) { background: var(--bg-secondary); }

.progress-skill {
  margin-bottom: 1.25rem;
}

.progress-skill__label {
  display: flex;
  justify-content: space-between;
  font-size: 0.85rem;
  margin-bottom: 0.35rem;
}

.progress-skill__bar {
  height: 6px;
  background: var(--glass-bg);
  border-radius: 3px;
  overflow: hidden;
}

.progress-skill__fill {
  height: 100%;
  width: 0;
  background: #FFFFFF;
  border-radius: 3px;
  transition: width 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.progress-skill.is-visible .progress-skill__fill {
  width: var(--fill, 80%);
}

@media (max-width: 991px) {
  .timeline { grid-template-columns: 1fr 1fr; }
  .timeline::before { display: none; }
}

[data-theme="light"] .brand-logo {
  color: #000000;
}

[data-theme="light"] .section-stats {
  background: #ffffff;
}

[data-theme="light"] .stat-box {
  background: rgba(0, 0, 0, 0.03);
  border-color: rgba(0, 0, 0, 0.08);
  box-shadow:
    0 14px 35px rgba(0, 0, 0, 0.06),
    0 2px 8px rgba(0, 0, 0, 0.04);
}

[data-theme="light"] .stat-box:hover {
  border-color: rgba(0, 0, 0, 0.14);
  box-shadow:
    0 20px 45px rgba(0, 0, 0, 0.08),
    0 4px 12px rgba(0, 0, 0, 0.05);
}

[data-theme="light"] .stat-box__value {
  color: #000000;
}

[data-theme="light"] .stat-box__label {
  color: rgba(0, 0, 0, 0.55);
}
