/* ============================================
   WebEvo — Global Design Foundation
   ============================================ */

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

:root {
  --color-bg: #f8f7f5;
  --color-heading: #071226;
  --color-dark: #020b19;
  --color-dark-alt: #07152a;
  --color-blue: #246bff;
  --color-violet: #7448ff;
  --color-cyan: #28c7ff;
  --color-muted: #4b5567;
  --color-border: #c8ced8;
  --color-circuit: #9eb0c8;
  --gradient: linear-gradient(90deg, var(--color-blue) 0%, var(--color-violet) 100%);
  --container-width: 1520px;
  --font-heading: "Montserrat", sans-serif;
  --font-body: "Inter", sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  color: var(--color-heading);
  background-color: var(--color-bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-container {
  width: 100%;
  max-width: var(--container-width);
  margin-inline: auto;
  padding-inline: 28px;
}

/* Gradient text utility */
.text-gradient {
  background: var(--gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

/* ============================================
   CTA Buttons
   ============================================ */

.btn-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: var(--font-heading);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #ffffff;
  background: var(--color-dark);
  border: 1px solid transparent;
  border-radius: 3px;
  position: relative;
  white-space: nowrap;
  transition: background 0.2s ease;
  box-shadow:
    0 0 0 1px rgba(36, 107, 255, 0.35),
    0 4px 18px rgba(116, 72, 255, 0.28),
    0 1px 0 rgba(40, 199, 255, 0.45);
}

.btn-cta:hover {
  background: var(--color-dark-alt);
  color: #ffffff;
}

.btn-cta--sm {
  padding: 9px 16px 9px 18px;
  font-size: 11px;
  line-height: 1;
}

.btn-cta--lg {
  padding: 12px 22px;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.08em;
}

.btn-cta__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--gradient);
  color: #ffffff;
  font-size: 10px;
  flex-shrink: 0;
}

.btn-cta__arrow {
  display: inline-flex;
  font-size: 14px;
  line-height: 1;
}

/* ============================================
   Hero Section
   ============================================ */

.hero {
  position: relative;
  min-height: 108vh;
  min-height: 108dvh;
  background-color: var(--color-bg);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding-bottom: 28px;
  z-index: 1;
}

.hero > .page-container {
  position: relative;
  z-index: 2;
  flex: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
}

/* Dense circuit field via layered gradients */
.hero::before,
.hero::after {
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none;
  opacity: 0.16;
}

.hero::before {
  inset: 8% 38% 6% 42%;
  background-image:
    radial-gradient(circle at 12% 18%, var(--color-circuit) 1.5px, transparent 1.6px),
    radial-gradient(circle at 28% 34%, var(--color-circuit) 1.5px, transparent 1.6px),
    radial-gradient(circle at 46% 22%, var(--color-circuit) 1.2px, transparent 1.3px),
    radial-gradient(circle at 62% 48%, var(--color-circuit) 1.5px, transparent 1.6px),
    radial-gradient(circle at 78% 30%, var(--color-circuit) 1.2px, transparent 1.3px),
    radial-gradient(circle at 18% 62%, var(--color-circuit) 1.5px, transparent 1.6px),
    radial-gradient(circle at 40% 74%, var(--color-circuit) 1.2px, transparent 1.3px),
    radial-gradient(circle at 70% 68%, var(--color-circuit) 1.5px, transparent 1.6px),
    radial-gradient(circle at 88% 82%, var(--color-circuit) 1.2px, transparent 1.3px),
    linear-gradient(90deg, transparent 0 18%, var(--color-circuit) 18% 18.4%, transparent 18.4%),
    linear-gradient(90deg, transparent 0 44%, var(--color-circuit) 44% 44.4%, transparent 44.4%),
    linear-gradient(90deg, transparent 0 71%, var(--color-circuit) 71% 71.4%, transparent 71.4%),
    linear-gradient(0deg, transparent 0 22%, var(--color-circuit) 22% 22.35%, transparent 22.35%),
    linear-gradient(0deg, transparent 0 48%, var(--color-circuit) 48% 48.35%, transparent 48.35%),
    linear-gradient(0deg, transparent 0 76%, var(--color-circuit) 76% 76.35%, transparent 76.35%);
  background-size: 100% 100%;
}

.hero::after {
  top: 14%;
  right: 1%;
  width: 260px;
  height: 72%;
  opacity: 0.14;
  background-image:
    radial-gradient(circle at 20% 10%, var(--color-circuit) 1.4px, transparent 1.5px),
    radial-gradient(circle at 48% 18%, var(--color-circuit) 1.2px, transparent 1.3px),
    radial-gradient(circle at 72% 28%, var(--color-circuit) 1.4px, transparent 1.5px),
    radial-gradient(circle at 30% 42%, var(--color-circuit) 1.2px, transparent 1.3px),
    radial-gradient(circle at 58% 52%, var(--color-circuit) 1.4px, transparent 1.5px),
    radial-gradient(circle at 80% 64%, var(--color-circuit) 1.2px, transparent 1.3px),
    radial-gradient(circle at 36% 78%, var(--color-circuit) 1.4px, transparent 1.5px),
    radial-gradient(circle at 64% 88%, var(--color-circuit) 1.2px, transparent 1.3px),
    linear-gradient(90deg, transparent 0 25%, var(--color-circuit) 25% 25.5%, transparent 25.5%),
    linear-gradient(90deg, transparent 0 55%, var(--color-circuit) 55% 55.5%, transparent 55.5%),
    linear-gradient(0deg, transparent 0 20%, var(--color-circuit) 20% 20.4%, transparent 20.4%),
    linear-gradient(0deg, transparent 0 45%, var(--color-circuit) 45% 45.4%, transparent 45.4%),
    linear-gradient(0deg, transparent 0 70%, var(--color-circuit) 70% 70.4%, transparent 70.4%);
}

/* Circuit decorations */
.circuit {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  color: var(--color-circuit);
  opacity: 0.3;
}

.circuit svg {
  width: 100%;
  height: 100%;
  display: block;
}

.circuit--mid {
  top: 14%;
  left: 44%;
  width: 360px;
  height: 460px;
}

.circuit--mid::before,
.circuit--mid::after,
.circuit--right::before,
.circuit--right::after {
  content: "";
  position: absolute;
  pointer-events: none;
  opacity: 0.55;
}

.circuit--mid::before {
  top: -8%;
  left: -18%;
  width: 140%;
  height: 120%;
  background-image:
    radial-gradient(circle, var(--color-circuit) 1.3px, transparent 1.4px),
    radial-gradient(circle, var(--color-circuit) 1px, transparent 1.1px);
  background-size: 28px 28px, 14px 14px;
  background-position: 0 0, 7px 7px;
  mask-image: radial-gradient(ellipse at 40% 50%, #000 20%, transparent 72%);
  -webkit-mask-image: radial-gradient(ellipse at 40% 50%, #000 20%, transparent 72%);
}

.circuit--mid::after {
  top: 12%;
  right: -30%;
  width: 180px;
  height: 70%;
  border-left: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  box-shadow:
    24px 40px 0 -0.5px currentColor,
    24px 40px 0 0 transparent,
    inset -1px 0 0 currentColor;
  background:
    linear-gradient(currentColor, currentColor) 0 30% / 48px 1px no-repeat,
    linear-gradient(currentColor, currentColor) 48px 30% / 1px 70px no-repeat,
    linear-gradient(currentColor, currentColor) 48px calc(30% + 70px) / 56px 1px no-repeat,
    radial-gradient(circle, currentColor 2px, transparent 2.2px) 0 30%,
    radial-gradient(circle, currentColor 2px, transparent 2.2px) 48px calc(30% + 70px),
    radial-gradient(circle, currentColor 2px, transparent 2.2px) 104px calc(30% + 70px);
  background-repeat: no-repeat;
}

.circuit--right {
  top: 8%;
  right: 0;
  width: 240px;
  height: 520px;
  opacity: 0.26;
}

.circuit--right::before {
  top: 6%;
  left: -40%;
  width: 160%;
  height: 90%;
  background-image:
    radial-gradient(circle, var(--color-circuit) 1.2px, transparent 1.3px);
  background-size: 22px 22px;
  mask-image: radial-gradient(ellipse at 70% 40%, #000 15%, transparent 70%);
  -webkit-mask-image: radial-gradient(ellipse at 70% 40%, #000 15%, transparent 70%);
}

.circuit--right::after {
  bottom: 8%;
  left: 10%;
  width: 120px;
  height: 160px;
  background:
    linear-gradient(currentColor, currentColor) 0 0 / 1px 80px no-repeat,
    linear-gradient(currentColor, currentColor) 0 80px / 70px 1px no-repeat,
    linear-gradient(currentColor, currentColor) 70px 80px / 1px 60px no-repeat,
    linear-gradient(currentColor, currentColor) 20px 40px / 50px 1px no-repeat,
    radial-gradient(circle, currentColor 2px, transparent 2.2px) 0 0,
    radial-gradient(circle, currentColor 2px, transparent 2.2px) 70px 80px,
    radial-gradient(circle, currentColor 2px, transparent 2.2px) 70px 140px,
    radial-gradient(circle, currentColor 1.5px, transparent 1.6px) 20px 40px,
    radial-gradient(circle, currentColor 1.5px, transparent 1.6px) 70px 40px;
  background-repeat: no-repeat;
}

/* ============================================
   Header
   ============================================ */

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 68px;
  padding-top: 8px;
  padding-bottom: 10px;
  position: relative;
  z-index: 5;
}

.logo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1px;
  flex-shrink: 0;
}

.logo__word {
  font-family: var(--font-heading);
  font-size: 29px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.logo__web {
  color: var(--color-heading);
}

.logo__evo {
  background: var(--gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.logo__tagline {
  font-family: var(--font-heading);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--color-heading);
  white-space: nowrap;
}

.site-nav {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.site-nav__list {
  display: flex;
  align-items: center;
  gap: 32px;
}

.site-nav__link {
  font-family: var(--font-heading);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-heading);
  position: relative;
  padding-bottom: 5px;
  white-space: nowrap;
}

.site-nav__link.is-active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 22px;
  height: 2.5px;
  border-radius: 2px;
  background: var(--gradient);
}

.site-nav__link:hover {
  color: var(--color-blue);
}

.site-header > .btn-cta {
  flex-shrink: 0;
  margin-left: auto;
}

.menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-left: auto;
  border: 1px solid var(--color-border);
  border-radius: 3px;
  background: transparent;
  color: var(--color-heading);
  font-size: 22px;
  cursor: pointer;
  padding: 0;
}

.mobile-nav {
  display: none;
  padding-bottom: 12px;
}

.mobile-nav.is-open {
  display: block;
}

.mobile-nav__list {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 8px 0 16px;
  border-top: 1px solid rgba(7, 18, 38, 0.08);
}

.mobile-nav__list a {
  font-family: var(--font-heading);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-heading);
  padding: 10px 0;
  display: inline-flex;
  align-items: center;
}

.mobile-nav__list .btn-cta {
  margin-top: 8px;
  align-self: flex-start;
}

/* ============================================
   Hero Grid
   ============================================ */

.hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.9fr) minmax(130px, 0.22fr);
  align-items: end;
  column-gap: 12px;
  row-gap: 20px;
  flex: 1;
  padding-top: 10px;
  /* padding-bottom: 28px; */
  min-height: calc(108vh - 110px);
  min-height: calc(108dvh - 110px);
}

/* Left content */
.hero__content {
  max-width: 640px;
  padding-bottom: 48px;
  align-self: center;
}

.hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 12px;
  font-family: var(--font-heading);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--color-heading);
}

.hero__eyebrow-mark {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  line-height: 0;
}

.hero__title {
  margin: 0 0 14px;
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: clamp(58px, 7.2vw, 94px);
  line-height: 0.88;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: var(--color-heading);
}

.hero__title-line {
  display: block;
}

.hero__title-line--gradient {
  background: var(--gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.hero__text {
  margin: 0 0 22px;
  max-width: 360px;
  font-family: var(--font-body);
  font-size: 15.5px;
  font-weight: 400;
  line-height: 1.55;
  color: var(--color-heading);
}

.hero__text-accent {
  color: var(--color-blue);
  font-weight: 500;
}

.hero__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px 22px;
}

.hero__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-heading);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-heading);
  border-bottom: 1px solid var(--color-heading);
  padding-bottom: 3px;
  line-height: 1.2;
}

.hero__link i {
  font-size: 13px;
}

.hero__link:hover {
  color: var(--color-blue);
  border-bottom-color: var(--color-blue);
}

/* Center visual — door image */
.hero__visual {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  position: relative;
  align-self: stretch;
  min-height: 640px;
  padding-bottom: 0;
  margin-left: -8px;
}

.hero__visual-frame {
  position: relative;
  width: 100%;
  max-width: 540px;
  height: 100%;
  min-height: 640px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero__door-img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  max-height: 560px;
  object-fit: contain;
  object-position: bottom center;
}

.hero__door-img.is-missing {
  display: none;
}

/* Fallback when door image is missing — structural only, not a final visual */
.hero__visual-fallback {
  position: absolute;
  inset: 4% 6% 0;
  z-index: 1;
  border: 1px dashed rgba(7, 18, 38, 0.22);
  border-radius: 2px;
  background:
    repeating-linear-gradient(
      -45deg,
      transparent,
      transparent 8px,
      rgba(36, 107, 255, 0.04) 8px,
      rgba(36, 107, 255, 0.04) 16px
    );
  pointer-events: none;
}

.hero__door-img.is-loaded ~ .hero__visual-fallback {
  opacity: 0;
  visibility: hidden;
}

.hero__glow {
  position: absolute;
  left: 50%;
  bottom: -6px;
  transform: translateX(-50%);
  width: 78%;
  height: 56px;
  background: radial-gradient(
    ellipse at center,
    rgba(40, 199, 255, 0.45) 0%,
    rgba(36, 107, 255, 0.18) 45%,
    transparent 70%
  );
  filter: blur(8px);
  z-index: 1;
  pointer-events: none;
}

/* Stats rail */
.hero__stats {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 34px;
  padding-top: 24px;
  padding-bottom: 72px;
  align-self: center;
  margin-left: -18px;
}

.stat {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.stat__value {
  font-family: var(--font-heading);
  font-size: clamp(42px, 3.6vw, 54px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--color-heading);
}

.stat__label {
  font-family: var(--font-heading);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-muted);
  max-width: 110px;
  line-height: 1.25;
}

/* Scroll indicator */
.scroll-indicator {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
  z-index: 6;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #ffffff;
  border: 1.5px solid var(--color-heading);
  color: var(--color-heading);
  font-size: 16px;
  box-shadow: 0 4px 14px rgba(7, 18, 38, 0.08);
}

.scroll-indicator:hover {
  color: var(--color-blue);
  border-color: var(--color-blue);
}

/* ============================================
   Services Section
   ============================================ */

.services {
  position: relative;
  background-color: var(--color-dark);
  color: #ffffff;
  padding: 72px 0 56px;
  overflow: hidden;
  isolation: isolate;
}

.services__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 55% 45% at 50% 100%, rgba(36, 107, 255, 0.22) 0%, transparent 68%),
    radial-gradient(ellipse 40% 35% at 22% 88%, rgba(116, 72, 255, 0.16) 0%, transparent 70%),
    radial-gradient(ellipse 36% 30% at 78% 90%, rgba(40, 199, 255, 0.12) 0%, transparent 70%),
    radial-gradient(ellipse 80% 50% at 50% 0%, rgba(7, 21, 42, 0.9) 0%, transparent 60%),
    linear-gradient(90deg, rgba(2, 11, 25, 0.95) 0%, transparent 12%, transparent 88%, rgba(2, 11, 25, 0.95) 100%);
}

.services__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.12;
  background-image:
    radial-gradient(circle at 10% 20%, rgba(158, 176, 200, 0.7) 1px, transparent 1.2px),
    radial-gradient(circle at 30% 45%, rgba(158, 176, 200, 0.55) 1px, transparent 1.2px),
    radial-gradient(circle at 55% 28%, rgba(158, 176, 200, 0.55) 1px, transparent 1.2px),
    radial-gradient(circle at 75% 60%, rgba(158, 176, 200, 0.7) 1px, transparent 1.2px),
    radial-gradient(circle at 88% 35%, rgba(158, 176, 200, 0.5) 1px, transparent 1.2px),
    linear-gradient(90deg, transparent 0 18%, rgba(158, 176, 200, 0.35) 18% 18.15%, transparent 18.15%),
    linear-gradient(90deg, transparent 0 42%, rgba(158, 176, 200, 0.3) 42% 42.15%, transparent 42.15%),
    linear-gradient(90deg, transparent 0 67%, rgba(158, 176, 200, 0.3) 67% 67.15%, transparent 67.15%),
    linear-gradient(0deg, transparent 0 35%, rgba(158, 176, 200, 0.25) 35% 35.12%, transparent 35.12%),
    linear-gradient(0deg, transparent 0 62%, rgba(158, 176, 200, 0.25) 62% 62.12%, transparent 62.12%);
}

.services__floor {
  position: absolute;
  left: 4%;
  right: 4%;
  bottom: 78px;
  height: 1px;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(40, 199, 255, 0.15) 8%,
    rgba(36, 107, 255, 0.55) 35%,
    rgba(116, 72, 255, 0.65) 50%,
    rgba(36, 107, 255, 0.55) 65%,
    rgba(40, 199, 255, 0.15) 92%,
    transparent 100%
  );
  box-shadow:
    0 0 18px rgba(36, 107, 255, 0.35),
    0 8px 28px rgba(116, 72, 255, 0.18);
}

.services__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1560px;
  margin-inline: auto;
  padding-inline: 28px;
}

.services__header {
  text-align: center;
  margin-bottom: 36px;
}

.services__eyebrow {
  margin: 0 0 10px;
  font-family: var(--font-heading);
  font-size: 12px;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: rgba(196, 210, 255, 0.88);
}

.services__title {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(28px, 3.2vw, 42px);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #ffffff;
}

.services__you {
  position: relative;
  display: inline-block;
  padding-bottom: 2px;
}

.services__you::after {
  content: "";
  position: absolute;
  left: -4%;
  right: -6%;
  bottom: -2px;
  height: 10px;
  background:
    radial-gradient(ellipse at 30% 60%, rgba(36, 107, 255, 0.95) 0%, transparent 55%),
    radial-gradient(ellipse at 70% 40%, rgba(116, 72, 255, 0.95) 0%, transparent 55%),
    linear-gradient(90deg, var(--color-blue), var(--color-violet), var(--color-cyan));
  border-radius: 40% 60% 50% 50% / 70% 40% 80% 50%;
  transform: rotate(-1.5deg) skewX(-4deg);
  opacity: 0.92;
  filter: blur(0.2px);
  z-index: -1;
  clip-path: polygon(
    0% 55%,
    8% 35%,
    18% 58%,
    28% 28%,
    40% 62%,
    52% 30%,
    64% 58%,
    76% 32%,
    88% 55%,
    100% 40%,
    100% 85%,
    88% 95%,
    72% 78%,
    58% 98%,
    42% 80%,
    28% 98%,
    14% 82%,
    0% 92%
  );
}

.services__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px 12px;
  align-items: end;
  list-style: none;
  margin: 0;
  padding: 0;
}

.service-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-width: 0;
  position: relative;
}

.service-card__num {
  display: block;
  font-family: var(--font-heading);
  font-size: 12px;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 0.08em;
  color: var(--color-cyan);
  margin-bottom: 4px;
  line-height: 1;
}

.service-card__title {
  margin: 0 0 12px;
  font-family: var(--font-heading);
  font-size: clamp(11px, 0.95vw, 14px);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 1.2;
  white-space: nowrap;
}

.service-card__visual {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 14px;
}

.service-card__frame {
  position: relative;
  width: 100%;
  max-width: 220px;
  aspect-ratio: 9 / 17;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: visible;
  background: transparent;
}

.service-card__img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom center;
  display: block;
}

.service-card__img.is-missing {
  display: none;
}

.service-card__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-heading);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 1;
  padding-top: 2px;
}

.service-card__link i {
  font-size: 11px;
}

.service-card__link:hover {
  color: var(--color-cyan);
}

@media (max-width: 1199.98px) {
  .services__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px 18px;
  }

  .services__floor {
    bottom: auto;
    top: auto;
    display: none;
  }

  .service-card__title {
    white-space: normal;
  }

  .service-card__frame {
    max-width: 240px;
  }
}

@media (max-width: 767.98px) {
  .services {
    padding: 56px 0 48px;
  }

  .services__inner {
    padding-inline: 20px;
  }

  .services__header {
    margin-bottom: 28px;
  }

  .services__title {
    font-size: 24px;
    letter-spacing: 0.02em;
  }

  .services__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 14px;
  }

  .service-card__frame {
    max-width: 200px;
    aspect-ratio: 9 / 16;
  }
}

@media (max-width: 479.98px) {
  .services__grid {
    grid-template-columns: 1fr;
    max-width: 280px;
    margin-inline: auto;
  }

  .service-card__frame {
    max-width: 240px;
  }
}

/* ============================================
   Responsive
   ============================================ */

@media (max-width: 1200px) {
  .site-nav__list {
    gap: 18px;
  }

  .page-container {
    padding-inline: 22px;
  }

  .hero__grid {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.85fr) minmax(120px, 0.24fr);
    column-gap: 10px;
  }

  .hero__title {
    font-size: clamp(52px, 6.4vw, 80px);
  }

  .hero__visual-frame {
    max-width: 460px;
  }
}

@media (max-width: 991.98px) {
  .site-nav,
  .site-header > .btn-cta {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .hero__grid {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 20px;
    gap: 40px;
  }

  .hero__content {
    max-width: 100%;
    order: 1;
  }

  .hero__visual {
    order: 2;
    min-height: 480px;
    max-width: 440px;
    margin-inline: auto;
    margin-left: auto;
  }

  .hero__visual-frame {
    min-height: 480px;
    max-width: 440px;
  }

  .hero__stats {
    order: 3;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 28px 40px;
    padding: 8px 0 24px;
    margin-left: 0;
  }

  .stat__label {
    max-width: none;
  }

  .circuit--mid {
    left: 55%;
    opacity: 0.18;
  }

  .circuit--right {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .page-container {
    padding-inline: 20px;
  }

  .site-header {
    min-height: 64px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .logo__word {
    font-size: 24px;
  }

  .logo__tagline {
    font-size: 6.5px;
    letter-spacing: 0.2em;
  }

  .hero__title {
    font-size: 42px;
    line-height: 0.9;
    margin-bottom: 12px;
  }

  .hero__eyebrow {
    font-size: 11px;
    letter-spacing: 0.2em;
    margin-bottom: 12px;
  }

  .hero__text {
    font-size: 15px;
    margin-bottom: 20px;
    max-width: 100%;
  }

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

  .btn-cta--lg {
    width: 100%;
    justify-content: center;
  }

  .hero__stats {
    flex-direction: column;
    gap: 28px;
  }

  .stat__value {
    font-size: 36px;
  }

  .hero__visual {
    min-height: 340px;
  }

  .hero__visual-frame {
    min-height: 340px;
  }

  .scroll-indicator {
    width: 40px;
    height: 40px;
  }
}

/* ============================================
   Process Section
   ============================================ */

.process {
  position: relative;
  background-color: var(--color-dark);
  color: #ffffff;
  padding: 52px 0 56px;
  overflow: hidden;
  isolation: isolate;
}

.process__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 42% 70% at 18% 45%, rgba(36, 107, 255, 0.1) 0%, transparent 70%),
    radial-gradient(ellipse 48% 85% at 92% 50%, rgba(116, 72, 255, 0.28) 0%, transparent 68%),
    radial-gradient(ellipse 30% 50% at 100% 40%, rgba(180, 60, 200, 0.18) 0%, transparent 70%);
}

.process__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.22;
  background-image:
    radial-gradient(circle, rgba(200, 220, 255, 0.9) 0.7px, transparent 0.8px);
  background-size: 18px 18px;
  background-position: 0 0;
  mask-image: linear-gradient(90deg, transparent 0%, transparent 45%, rgba(0, 0, 0, 0.35) 70%, #000 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, transparent 45%, rgba(0, 0, 0, 0.35) 70%, #000 100%);
}

.process__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.1;
  background-image:
    linear-gradient(90deg, transparent 0 72%, rgba(158, 176, 200, 0.5) 72% 72.12%, transparent 72.12%),
    linear-gradient(90deg, transparent 0 84%, rgba(158, 176, 200, 0.4) 84% 84.12%, transparent 84.12%),
    linear-gradient(0deg, transparent 0 30%, rgba(158, 176, 200, 0.35) 30% 30.12%, transparent 30.12%),
    linear-gradient(0deg, transparent 0 55%, rgba(158, 176, 200, 0.3) 55% 55.12%, transparent 55.12%),
    linear-gradient(0deg, transparent 0 78%, rgba(158, 176, 200, 0.3) 78% 78.12%, transparent 78.12%),
    radial-gradient(circle at 78% 28%, rgba(158, 176, 200, 0.7) 1.2px, transparent 1.3px),
    radial-gradient(circle at 88% 48%, rgba(158, 176, 200, 0.7) 1.2px, transparent 1.3px),
    radial-gradient(circle at 94% 68%, rgba(158, 176, 200, 0.6) 1px, transparent 1.1px);
  mask-image: linear-gradient(90deg, transparent 0%, transparent 55%, #000 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, transparent 55%, #000 100%);
}

.process__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1180px;
  margin-inline: auto;
  padding-inline: 28px;
}

.process__header {
  text-align: center;
  margin-bottom: 40px;
}

.process__eyebrow {
  margin: 0 0 8px;
  font-family: var(--font-heading);
  font-size: 11px;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: rgba(196, 210, 255, 0.88);
}

.process__title {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(22px, 2.4vw, 32px);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #ffffff;
}

.process__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: none;
}

.process-step {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 8px;
}

/* Connector line + arrow between steps */
.process-step:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 35px;
  left: calc(50% + 40px);
  width: calc(100% - 80px);
  height: 0;
  border-top: 1px dashed rgba(120, 180, 255, 0.45);
  z-index: 1;
  pointer-events: none;
}

.process-step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 32px;
  left: calc(150% - 44px);
  width: 0;
  height: 0;
  border-top: 3.5px solid transparent;
  border-bottom: 3.5px solid transparent;
  border-left: 5px solid rgba(140, 190, 255, 0.65);
  z-index: 2;
  pointer-events: none;
}

.process-step__icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  padding: 1.5px;
  background: linear-gradient(135deg, var(--color-cyan) 0%, var(--color-blue) 40%, var(--color-violet) 100%);
  box-shadow:
    0 0 16px rgba(36, 107, 255, 0.45),
    0 0 32px rgba(116, 72, 255, 0.28);
  flex-shrink: 0;
  margin-bottom: 14px;
  position: relative;
  z-index: 3;
}

.process-step__icon-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #030d1c;
  color: #ffffff;
  font-size: 22px;
  line-height: 1;
}

.process-step__num {
  display: block;
  font-family: var(--font-heading);
  font-size: 12px;
  font-weight: 500;
  color: var(--color-cyan);
  margin-bottom: 4px;
  line-height: 1;
}

.process-step__name {
  margin: 0 0 8px;
  font-family: var(--font-heading);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 1.2;
}

.process-step__text {
  margin: 0;
  max-width: 180px;
  font-family: var(--font-body);
  font-size: 12.5px;
  font-weight: 400;
  line-height: 1.45;
  color: rgba(180, 190, 205, 0.85);
}

@media (max-width: 991.98px) {
  .process {
    padding: 48px 0 48px;
  }

  .process__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 36px;
  }

  .process-step:not(:last-child)::before,
  .process-step:not(:last-child)::after {
    display: none;
  }

  .process-step:nth-child(4) {
    grid-column: 1;
  }

  .process-step:nth-child(5) {
    grid-column: 2;
  }

  /* Center the bottom row of 2 within 3-col grid */
  .process__grid {
    justify-items: center;
  }

  .process-step:nth-child(4) {
    justify-self: end;
    padding-right: 12px;
  }

  .process-step:nth-child(5) {
    justify-self: start;
    padding-left: 12px;
  }
}

@media (max-width: 767.98px) {
  .process {
    padding: 44px 0 44px;
  }

  .process__inner {
    padding-inline: 20px;
  }

  .process__header {
    margin-bottom: 32px;
  }

  .process__title {
    font-size: 20px;
  }

  .process__grid {
    grid-template-columns: 1fr;
    row-gap: 28px;
    max-width: 280px;
    margin-inline: auto;
  }

  .process-step:nth-child(4),
  .process-step:nth-child(5) {
    grid-column: auto;
    justify-self: center;
    padding-inline: 8px;
  }

  .process-step__text {
    max-width: 220px;
  }
}

/* ============================================
   Featured Work Section
   ============================================ */

.featured-work {
  position: relative;
  background-color: #f4f2ef;
  color: var(--color-heading);
  padding: 56px 0 48px;
  overflow: hidden;
}

.featured-work__inner {
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: 56px;
}

.featured-work__header {
  text-align: center;
  margin-bottom: 28px;
}

.featured-work__eyebrow {
  margin: 0 0 8px;
  font-family: var(--font-heading);
  font-size: 11px;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: #7b6cff;
}

.featured-work__title {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(22px, 2.4vw, 32px);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--color-heading);
}

.featured-work__carousel {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 42px;
  align-items: center;
  gap: 14px;
}

.featured-work__arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1.5px solid var(--color-heading);
  background: #ffffff;
  color: var(--color-heading);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-size: 16px;
  line-height: 1;
  cursor: default;
  flex-shrink: 0;
}

.featured-work__track {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  list-style: none;
  margin: 0;
  padding: 0;
  min-width: 0;
}

.work-card {
  min-width: 0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(7, 18, 38, 0.1);
  background: #dfe3ea;
}

.work-card__link {
  display: block;
  position: relative;
  aspect-ratio: 16 / 8;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.work-card__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.work-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.work-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* Controlled fallbacks when assets are missing */
.work-card--terralux .work-card__media {
  background:
    linear-gradient(160deg, rgba(8, 30, 70, 0.55) 0%, rgba(4, 16, 40, 0.2) 50%, rgba(2, 10, 28, 0.7) 100%),
    linear-gradient(180deg, #1a3a6e 0%, #0a1a38 55%, #06122a 100%);
}

.work-card--terralux .work-card__media::after {
  background: linear-gradient(
    90deg,
    rgba(2, 12, 30, 0.55) 0%,
    rgba(2, 12, 30, 0.25) 45%,
    rgba(2, 12, 30, 0.1) 100%
  );
}

.work-card--nexora .work-card__media {
  background:
    linear-gradient(160deg, rgba(0, 40, 90, 0.4) 0%, transparent 50%),
    linear-gradient(180deg, #061428 0%, #0a1e44 40%, #030b1a 100%);
}

.work-card--nexora .work-card__media::after {
  background: linear-gradient(
    90deg,
    rgba(2, 10, 28, 0.5) 0%,
    rgba(2, 10, 28, 0.2) 50%,
    transparent 100%
  );
}

.work-card--velore .work-card__media {
  background:
    linear-gradient(160deg, rgba(255, 250, 242, 0.5) 0%, transparent 55%),
    linear-gradient(180deg, #f3ebe0 0%, #e8dccb 50%, #d9cbb8 100%);
}

.work-card--velore .work-card__media::after {
  background: linear-gradient(
    90deg,
    rgba(255, 252, 247, 0.35) 0%,
    transparent 55%
  );
}

.work-card__content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 18px 18px 16px;
  pointer-events: none;
}

.work-card__name {
  margin: 0 0 4px;
  font-family: var(--font-heading);
  font-size: clamp(16px, 1.35vw, 20px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.01em;
}

.work-card__meta {
  margin: 0;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  opacity: 0.92;
}

.work-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  align-self: flex-start;
  font-family: var(--font-heading);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  line-height: 1;
}

.work-card__cta i {
  font-size: 11px;
}

.work-card--terralux .work-card__content,
.work-card--nexora .work-card__content {
  color: #ffffff;
}

.work-card--nexora .work-card__cta--accent i {
  color: var(--color-cyan);
}

.work-card--velore .work-card__content {
  color: var(--color-heading);
}

.featured-work__dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 18px;
}

.featured-work__dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border-radius: 50%;
  border: 1.5px solid var(--color-heading);
  background: transparent;
  cursor: default;
}

.featured-work__dot.is-active {
  background: var(--color-heading);
  border-color: var(--color-heading);
}

/* Hide broken project images without JS using :not([src]) won't work;
   hide when natural loading fails via attribute selector after error class —
   fallback backgrounds remain visible */
.work-card__img.is-missing {
  display: none;
}

@media (max-width: 991.98px) {
  .featured-work {
    padding: 48px 0 40px;
  }

  .featured-work__inner {
    padding-inline: 24px;
  }

  .featured-work__carousel {
    grid-template-columns: 36px minmax(0, 1fr) 36px;
    gap: 10px;
  }

  .featured-work__arrow {
    width: 36px;
    height: 36px;
    font-size: 14px;
  }

  .featured-work__track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .work-card:nth-child(3) {
    display: none;
  }

  .work-card__link {
    aspect-ratio: 16 / 9;
  }
}

@media (max-width: 767.98px) {
  .featured-work {
    padding: 40px 0 36px;
  }

  .featured-work__inner {
    padding-inline: 16px;
  }

  .featured-work__header {
    margin-bottom: 22px;
  }

  .featured-work__title {
    font-size: 20px;
  }

  .featured-work__carousel {
    grid-template-columns: 34px minmax(0, 1fr) 34px;
    gap: 8px;
  }

  .featured-work__track {
    grid-template-columns: 1fr;
  }

  .work-card:nth-child(2),
  .work-card:nth-child(3) {
    display: none;
  }

  .work-card:nth-child(1) {
    display: block;
  }

  .work-card__link {
    aspect-ratio: 16 / 9;
  }

  .work-card__content {
    padding: 16px 14px 14px;
  }

  .featured-work__dots {
    margin-top: 14px;
  }
}

/* ============================================
   Why Choose Us Section
   ============================================ */

.why-choose {
  position: relative;
  background-color: #050b1b;
  color: #ffffff;
  padding: 40px 0 36px;
  overflow: hidden;
  isolation: isolate;
}

.why-choose__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 50% 80% at 12% 40%, rgba(36, 107, 255, 0.14) 0%, transparent 70%),
    radial-gradient(ellipse 45% 90% at 92% 55%, rgba(116, 72, 255, 0.22) 0%, transparent 68%),
    radial-gradient(ellipse 60% 50% at 50% 100%, rgba(36, 107, 255, 0.08) 0%, transparent 70%),
    linear-gradient(180deg, #050b1b 0%, #07122a 50%, #050b1b 100%);
}

.why-choose__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.18;
  background-image:
    radial-gradient(circle, rgba(190, 210, 255, 0.85) 0.6px, transparent 0.7px);
  background-size: 16px 16px;
  mask-image: radial-gradient(ellipse 70% 80% at 50% 50%, transparent 35%, #000 100%);
  -webkit-mask-image: radial-gradient(ellipse 70% 80% at 50% 50%, transparent 35%, #000 100%);
}

.why-choose__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.12;
  background-image:
    linear-gradient(90deg, transparent 0 8%, rgba(158, 176, 200, 0.55) 8% 8.12%, transparent 8.12%),
    linear-gradient(0deg, transparent 0 25%, rgba(158, 176, 200, 0.4) 25% 25.12%, transparent 25.12%),
    linear-gradient(0deg, transparent 0 55%, rgba(158, 176, 200, 0.35) 55% 55.12%, transparent 55.12%),
    linear-gradient(90deg, transparent 0 88%, rgba(158, 176, 200, 0.5) 88% 88.12%, transparent 88.12%),
    linear-gradient(90deg, transparent 0 94%, rgba(158, 176, 200, 0.4) 94% 94.12%, transparent 94.12%),
    linear-gradient(0deg, transparent 0 35%, rgba(158, 176, 200, 0.35) 35% 35.12%, transparent 35.12%),
    linear-gradient(0deg, transparent 0 70%, rgba(158, 176, 200, 0.3) 70% 70.12%, transparent 70.12%),
    radial-gradient(circle at 6% 20%, rgba(158, 176, 200, 0.8) 1.2px, transparent 1.3px),
    radial-gradient(circle at 12% 48%, rgba(158, 176, 200, 0.7) 1px, transparent 1.1px),
    radial-gradient(circle at 90% 22%, rgba(158, 176, 200, 0.8) 1.2px, transparent 1.3px),
    radial-gradient(circle at 96% 62%, rgba(158, 176, 200, 0.7) 1px, transparent 1.1px),
    radial-gradient(circle at 92% 85%, rgba(158, 176, 200, 0.6) 1px, transparent 1.1px);
  mask-image: radial-gradient(ellipse 55% 70% at 50% 50%, transparent 40%, #000 100%);
  -webkit-mask-image: radial-gradient(ellipse 55% 70% at 50% 50%, transparent 40%, #000 100%);
}

.why-choose__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1240px;
  margin-inline: auto;
  padding-inline: 28px;
}

.why-choose__header {
  text-align: center;
  margin-bottom: 28px;
}

.why-choose__eyebrow {
  margin: 0 0 8px;
  font-family: var(--font-heading);
  font-size: 11px;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: #8b7cff;
}

.why-choose__title {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(20px, 2.2vw, 30px);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #ffffff;
}

.why-choose__title-line {
  display: block;
}

.why-choose__accent {
  background: var(--gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.why-choose__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: start;
}

.why-feature {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 14px;
  min-width: 0;
}

.why-feature:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 8px;
  right: 0;
  bottom: 8px;
  width: 1px;
  background: rgba(180, 195, 220, 0.14);
  pointer-events: none;
}

.why-feature__icon {
  width: 48px;
  height: 48px;
  padding: 1.5px;
  margin-bottom: 12px;
  background: linear-gradient(135deg, var(--color-cyan) 0%, var(--color-blue) 45%, var(--color-violet) 100%);
  box-shadow:
    0 0 14px rgba(36, 107, 255, 0.4),
    0 0 26px rgba(116, 72, 255, 0.22);
  flex-shrink: 0;
}

.why-feature__icon--circle {
  border-radius: 50%;
}

.why-feature__icon--phone {
  border-radius: 10px;
  width: 40px;
  height: 48px;
}

.why-feature__icon--shield {
  border-radius: 50% 50% 42% 42% / 38% 38% 58% 58%;
  width: 46px;
  height: 50px;
}

.why-feature__icon--diamond {
  border-radius: 8px;
  transform: rotate(45deg);
  width: 42px;
  height: 42px;
  margin-bottom: 16px;
}

.why-feature__icon--square {
  border-radius: 8px;
}

.why-feature__icon-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #050b1b;
  color: #ffffff;
  font-size: 18px;
  line-height: 1;
}

.why-feature__icon--circle .why-feature__icon-inner {
  border-radius: 50%;
}

.why-feature__icon--phone .why-feature__icon-inner {
  border-radius: 8.5px;
}

.why-feature__icon--shield .why-feature__icon-inner {
  border-radius: 48% 48% 40% 40% / 36% 36% 56% 56%;
}

.why-feature__icon--diamond .why-feature__icon-inner {
  border-radius: 6px;
  transform: rotate(-45deg);
  font-size: 15px;
}

.why-feature__icon--square .why-feature__icon-inner {
  border-radius: 6.5px;
}

.why-feature__name {
  margin: 0 0 6px;
  font-family: var(--font-heading);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 1.2;
}

.why-feature__text {
  margin: 0;
  max-width: 150px;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  color: rgba(170, 182, 200, 0.82);
}

@media (max-width: 991.98px) {
  .why-choose {
    padding: 36px 0 32px;
  }

  .why-choose__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 28px;
  }

  .why-feature:nth-child(3n)::after {
    display: none;
  }

  .why-feature:nth-child(3) ~ .why-feature:not(:last-child)::after {
    display: block;
  }

  .why-feature:nth-child(6)::after {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .why-choose {
    padding: 32px 0 28px;
  }

  .why-choose__inner {
    padding-inline: 20px;
  }

  .why-choose__header {
    margin-bottom: 24px;
  }

  .why-choose__title {
    font-size: 18px;
  }

  .why-choose__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 24px;
  }

  .why-feature:not(:last-child)::after {
    display: none;
  }

  .why-feature:nth-child(odd):not(:last-child)::after {
    display: block;
  }

  .why-feature:nth-child(2n)::after {
    display: none;
  }
}

@media (max-width: 479.98px) {
  .why-choose__grid {
    grid-template-columns: 1fr;
    max-width: 260px;
    margin-inline: auto;
    row-gap: 22px;
  }

  .why-feature:not(:last-child)::after {
    display: none;
  }
}

/* ============================================
   Happy Clients / Testimonials
   ============================================ */

.testimonials {
  position: relative;
  background-color: #f7f3f0;
  color: var(--color-heading);
  padding: 52px 0 44px;
  overflow: hidden;
}

.testimonials__glow {
  position: absolute;
  top: 10%;
  right: -4%;
  width: 280px;
  height: 70%;
  pointer-events: none;
  background: radial-gradient(
    ellipse at center,
    rgba(255, 180, 140, 0.22) 0%,
    rgba(255, 200, 170, 0.08) 45%,
    transparent 70%
  );
  z-index: 0;
}

.testimonials__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1120px;
  margin-inline: auto;
  padding-inline: 28px;
}

.testimonials__header {
  text-align: center;
  margin-bottom: 28px;
}

.testimonials__eyebrow {
  margin: 0 0 8px;
  font-family: var(--font-heading);
  font-size: 11px;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: #7b6cff;
}

.testimonials__title {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(22px, 2.4vw, 32px);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--color-heading);
}

.testimonials__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: stretch;
}

.testimonial-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border: 1px solid rgba(160, 175, 230, 0.45);
  border-radius: 12px;
  box-shadow: 0 8px 28px rgba(7, 18, 38, 0.06);
  padding: 22px 22px 20px;
  min-height: 220px;
  overflow: hidden;
}

.testimonial-card__quote {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  line-height: 0.8;
  color: rgba(150, 170, 235, 0.7);
  pointer-events: none;
  user-select: none;
}

.testimonial-card__quote--open {
  position: absolute;
  top: 10px;
  left: 16px;
  font-size: 56px;
  z-index: 0;
}

.testimonial-card__quote--close {
  position: absolute;
  right: 14px;
  bottom: 6px;
  font-size: 48px;
  color: rgba(150, 165, 235, 0.75);
  z-index: 2;
}

.testimonial-card__stars {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 3px;
  margin: 18px 0 12px;
  color: var(--color-heading);
  font-size: 12px;
  line-height: 1;
}

.testimonial-card__review {
  position: relative;
  z-index: 1;
  margin: 0 0 18px;
  flex: 1;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.55;
  color: var(--color-heading);
  max-width: 92%;
}

.testimonial-card__author {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-top: auto;
  padding-right: 48px;
}

.testimonial-card__name {
  font-family: var(--font-heading);
  font-size: 14px;
  font-weight: 700;
  font-style: italic;
  color: var(--color-heading);
  line-height: 1.2;
}

.testimonial-card__role {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 400;
  color: var(--color-heading);
  line-height: 1.3;
  opacity: 0.85;
}

/* Page-curl / folded corner */
.testimonial-card__curl {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 70px;
  height: 70px;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
  border-radius: 0 0 12px 0;
}

.testimonial-card__curl::before {
  content: "";
  position: absolute;
  right: -2px;
  bottom: -2px;
  width: 58px;
  height: 58px;
  background: linear-gradient(
    225deg,
    rgba(255, 255, 255, 0) 46%,
    #eef1ff 48%,
    #ffffff 70%
  );
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
  box-shadow: -6px -6px 18px rgba(116, 72, 255, 0.1);
}

.testimonial-card__curl::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 56px;
  height: 56px;
  border-bottom: 1.5px solid rgba(150, 170, 235, 0.55);
  border-right: 1.5px solid rgba(150, 170, 235, 0.35);
  border-radius: 0 0 12px 0;
  box-shadow: inset 18px 18px 0 -17px rgba(150, 170, 235, 0.55);
  background: radial-gradient(
    circle at 100% 100%,
    transparent 28px,
    rgba(150, 170, 235, 0.65) 29px,
    rgba(150, 170, 235, 0.65) 30.5px,
    transparent 31.5px
  );
}

.testimonials__dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 22px;
}

.testimonials__dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border-radius: 50%;
  border: 1.5px solid var(--color-heading);
  background: transparent;
  cursor: default;
}

.testimonials__dot.is-active {
  background: var(--color-heading);
  border-color: var(--color-heading);
}

@media (max-width: 991.98px) {
  .testimonials {
    padding: 44px 0 40px;
  }

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

  .testimonial-card:nth-child(3) {
    grid-column: 1 / -1;
    max-width: calc(50% - 8px);
    justify-self: center;
  }
}

@media (max-width: 767.98px) {
  .testimonials {
    padding: 40px 0 36px;
  }

  .testimonials__inner {
    padding-inline: 20px;
  }

  .testimonials__header {
    margin-bottom: 22px;
  }

  .testimonials__title {
    font-size: 20px;
  }

  .testimonials__grid {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin-inline: auto;
    gap: 16px;
  }

  .testimonial-card:nth-child(3) {
    grid-column: auto;
    max-width: none;
    justify-self: stretch;
  }

  .testimonial-card {
    min-height: 200px;
    padding: 20px 18px 18px;
  }

  .testimonials__dots {
    margin-top: 18px;
  }
}

/* ============================================
   Final Call To Action
   ============================================ */

.final-cta {
  position: relative;
  min-height: 260px;
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  background-color: var(--color-dark);
}

.final-cta__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.final-cta__bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.final-cta__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    rgba(2, 11, 25, 0.55) 0%,
    rgba(2, 11, 25, 0.28) 38%,
    rgba(2, 11, 25, 0.08) 62%,
    transparent 100%
  );
}

.final-cta__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1320px;
  margin-inline: auto;
  padding: 48px 40px;
}

.final-cta__content {
  max-width: 42%;
}

.final-cta__eyebrow {
  margin: 0 0 12px;
  font-family: var(--font-heading);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #ffffff;
}

.final-cta__title {
  margin: 0 0 22px;
  font-family: var(--font-heading);
  font-size: clamp(28px, 3.2vw, 44px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #ffffff;
}

.final-cta__title-line {
  display: block;
}

.final-cta__accent {
  background: var(--gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.final-cta__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 24px;
  border-radius: 8px;
  font-family: var(--font-heading);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ffffff;
  background: var(--gradient);
  box-shadow:
    0 8px 24px rgba(36, 107, 255, 0.35),
    0 2px 8px rgba(116, 72, 255, 0.25);
  line-height: 1;
}

.final-cta__btn i {
  font-size: 14px;
}

.final-cta__btn:hover {
  color: #ffffff;
  filter: brightness(1.06);
}

@media (max-width: 991.98px) {
  .final-cta {
    min-height: 240px;
  }

  .final-cta__inner {
    padding: 40px 28px;
  }

  .final-cta__content {
    max-width: 55%;
  }

  .final-cta__title {
    font-size: clamp(24px, 4vw, 34px);
  }

  .final-cta__bg-img {
    object-position: 70% center;
  }
}

@media (max-width: 767.98px) {
  .final-cta {
    min-height: 280px;
  }

  .final-cta__inner {
    padding: 44px 20px;
  }

  .final-cta__content {
    max-width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .final-cta__title {
    font-size: 26px;
  }

  .final-cta__overlay {
    background: linear-gradient(
      180deg,
      rgba(2, 11, 25, 0.55) 0%,
      rgba(2, 11, 25, 0.35) 55%,
      rgba(2, 11, 25, 0.45) 100%
    );
  }

  .final-cta__bg-img {
    object-position: center center;
  }
}

/* ============================================
   Site Footer
   ============================================ */

.site-footer {
  position: relative;
  background:
    linear-gradient(180deg, #03101f 0%, #020711 40%, #01050c 100%);
  color: rgba(180, 190, 205, 0.85);
  padding: 36px 0 22px;
  border-top: 1px solid rgba(40, 199, 255, 0.28);
  box-shadow: inset 0 1px 0 rgba(36, 107, 255, 0.12);
}

.site-footer__inner {
  width: 100%;
  max-width: 1320px;
  margin-inline: auto;
  padding-inline: 40px;
}

.site-footer__grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1.15fr 1fr 1fr 1.3fr;
  gap: 24px 20px;
  align-items: start;
}

.site-footer__logo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  margin-bottom: 12px;
  color: #ffffff;
}

.site-footer__logo:hover {
  color: #ffffff;
}

.site-footer__logo-word {
  font-family: var(--font-heading);
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.site-footer__logo-web {
  color: #ffffff;
}

.site-footer__logo-evo {
  background: var(--gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.site-footer__logo-tag {
  font-family: var(--font-heading);
  font-size: 7px;
  font-weight: 600;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: rgba(220, 228, 240, 0.8);
}

.site-footer__tagline {
  margin: 0;
  max-width: 220px;
  font-family: var(--font-body);
  font-size: 12px;
  line-height: 1.5;
  color: rgba(160, 172, 190, 0.75);
}

.site-footer__heading {
  margin: 0 0 12px;
  font-family: var(--font-heading);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 1.2;
}

.site-footer__list,
.site-footer__contact {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.site-footer__list a,
.site-footer__contact a {
  font-family: var(--font-body);
  font-size: 12.5px;
  font-weight: 400;
  line-height: 1.35;
  color: rgba(160, 172, 190, 0.8);
  transition: color 0.15s ease;
}

.site-footer__list a:hover,
.site-footer__contact a:hover,
.site-footer__list a:focus-visible,
.site-footer__contact a:focus-visible {
  color: #ffffff;
  outline: none;
}

.site-footer__list a:focus-visible,
.site-footer__contact a:focus-visible,
.site-footer__social-link:focus-visible,
.site-footer__legal a:focus-visible,
.site-footer__logo:focus-visible {
  outline: 1px solid rgba(40, 199, 255, 0.7);
  outline-offset: 3px;
}

.site-footer__social {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.site-footer__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid rgba(160, 175, 210, 0.35);
  color: rgba(200, 210, 225, 0.9);
  font-size: 13px;
  transition: color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}

.site-footer__social-link:hover {
  color: #ffffff;
  border-color: rgba(116, 72, 255, 0.7);
  box-shadow: 0 0 10px rgba(36, 107, 255, 0.25);
}

.site-footer__cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 4px;
  font-family: var(--font-heading);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #ffffff;
}

.site-footer__cta i {
  background: var(--gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-size: 12px;
}

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

.site-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 26px;
  padding-top: 14px;
  border-top: 1px solid rgba(120, 140, 180, 0.14);
}

.site-footer__copy {
  margin: 0;
  font-family: var(--font-body);
  font-size: 11.5px;
  color: rgba(150, 162, 180, 0.7);
}

.site-footer__legal {
  display: flex;
  align-items: center;
  gap: 18px;
}

.site-footer__legal a {
  font-family: var(--font-body);
  font-size: 11.5px;
  color: rgba(150, 162, 180, 0.7);
  transition: color 0.15s ease;
}

.site-footer__legal a:hover {
  color: #ffffff;
}

@media (max-width: 991.98px) {
  .site-footer {
    padding: 32px 0 20px;
  }

  .site-footer__inner {
    padding-inline: 28px;
  }

  .site-footer__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px 20px;
  }

  .site-footer__brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 767.98px) {
  .site-footer {
    padding: 28px 0 18px;
  }

  .site-footer__inner {
    padding-inline: 20px;
  }

  .site-footer__grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .site-footer__brand {
    grid-column: auto;
  }

  .site-footer__tagline {
    max-width: none;
  }

  .site-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-top: 22px;
  }

  .site-footer__legal {
    gap: 14px;
  }
}


/* ============================================
   Inner pages — pricing / blog / contact
   (reuse home dark & light section language)
   ============================================ */

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  list-style: none;
  margin: 36px 0 0;
  padding: 0;
}

.pricing-plan {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 28px 24px 26px;
  border: 1px solid rgba(180, 195, 220, 0.16);
  background:
    linear-gradient(180deg, rgba(36, 107, 255, 0.08) 0%, transparent 42%),
    rgba(7, 18, 38, 0.55);
  text-align: left;
}

.pricing-plan__num {
  font-family: var(--font-heading);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--color-cyan);
  margin-bottom: 14px;
}

.pricing-plan__name {
  margin: 0 0 8px;
  font-family: var(--font-heading);
  font-size: 1.35rem;
  font-weight: 700;
  color: #fff;
}

.pricing-plan__price {
  margin: 0 0 12px;
  font-family: var(--font-heading);
  font-size: 2rem;
  font-weight: 800;
  background: var(--gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.pricing-plan__blurb {
  margin: 0 0 20px;
  color: rgba(220, 228, 240, 0.72);
  font-size: 0.95rem;
  line-height: 1.55;
}

.pricing-plan__features {
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
  flex: 1;
}

.pricing-plan__features li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: rgba(236, 242, 255, 0.9);
  font-size: 0.92rem;
}

.pricing-plan__features i {
  color: var(--color-cyan);
  margin-top: 2px;
}

.pricing-plan .btn-cta {
  align-self: flex-start;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  list-style: none;
  margin: 36px 0 0;
  padding: 0;
}

.blog-post .work-card__link {
  min-height: 100%;
}

.blog-post__content {
  padding: 28px 24px !important;
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  background: #fff;
  border: 1px solid rgba(16, 28, 52, 0.08);
}

.blog-post__category {
  margin: 0 0 10px;
  font-family: var(--font-heading);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-violet);
}

.blog-post .work-card__meta {
  margin-top: 10px;
  line-height: 1.55;
}

.contact-section {
  max-width: 1280px;
}

.contact-alert {
  margin: 0 auto 28px;
  max-width: 720px;
  padding: 14px 18px;
  text-align: center;
  border: 1px solid rgba(40, 199, 255, 0.35);
  background: rgba(36, 107, 255, 0.16);
  color: #fff;
}

.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 36px;
  align-items: start;
  margin-top: 8px;
}

.contact-details__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.contact-detail {
  text-align: left;
  align-items: flex-start !important;
}

.contact-detail .process-step__text a {
  color: rgba(220, 228, 240, 0.9);
}

.contact-detail .process-step__text a:hover {
  color: var(--color-cyan);
}

.contact-form {
  display: grid;
  gap: 18px;
  padding: 28px 26px;
  border: 1px solid rgba(180, 195, 220, 0.16);
  background:
    linear-gradient(180deg, rgba(36, 107, 255, 0.1) 0%, transparent 40%),
    rgba(7, 18, 38, 0.65);
}

.contact-form__field {
  display: grid;
  gap: 8px;
}

.contact-form__field label {
  font-family: var(--font-heading);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(220, 228, 240, 0.78);
}

.contact-form__field input,
.contact-form__field textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid rgba(180, 195, 220, 0.22);
  border-radius: 3px;
  font: inherit;
  color: #fff;
  background: rgba(2, 11, 25, 0.55);
}

.contact-form__field input::placeholder,
.contact-form__field textarea::placeholder {
  color: rgba(180, 195, 220, 0.45);
}

.contact-form__field input:focus,
.contact-form__field textarea:focus {
  outline: 2px solid rgba(36, 107, 255, 0.45);
  border-color: var(--color-blue);
}

.contact-form__error {
  font-size: 0.85rem;
  color: #ff8f8f;
}

.contact-form .btn-cta {
  justify-self: start;
  border: 0;
  cursor: pointer;
}

@media (max-width: 991.98px) {
  .pricing-grid,
  .blog-grid,
  .contact-layout {
    grid-template-columns: 1fr;
  }
}

/* ============================================
   About page
   ============================================ */

.about-hero .stat__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin-bottom: 6px;
  border-radius: 50%;
  background: var(--gradient);
  color: #fff;
  font-size: 12px;
}

.about-hero__stats {
  gap: 22px;
}

.about-stats {
  position: relative;
  z-index: 3;
  margin-top: -36px;
  padding: 0 0 48px;
  background: transparent;
}

.about-stats__inner {
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: 28px;
}

.about-stats__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.about-stat-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 22px 20px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(16, 28, 52, 0.08);
  border-radius: 14px;
  box-shadow:
    0 10px 30px rgba(7, 18, 38, 0.06),
    0 1px 0 rgba(255, 255, 255, 0.7) inset;
  backdrop-filter: blur(10px);
}

.about-stat-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  flex-shrink: 0;
  border-radius: 12px;
  background: var(--gradient);
  color: #fff;
  font-size: 20px;
  box-shadow:
    0 0 0 1px rgba(36, 107, 255, 0.25),
    0 8px 18px rgba(116, 72, 255, 0.28);
}

.about-stat-card__copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.about-stat-card__value {
  font-family: var(--font-heading);
  font-size: 1.65rem;
  font-weight: 800;
  line-height: 1;
  color: var(--color-heading);
}

.about-stat-card__label {
  font-family: var(--font-heading);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--color-muted);
}

.about-story {
  position: relative;
  padding: 56px 0 72px;
  background: var(--color-bg);
  overflow: hidden;
}

.about-story__inner {
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: 28px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: 48px;
  align-items: center;
}

.about-story__eyebrow,
.about-values__eyebrow,
.about-team__eyebrow {
  margin: 0 0 12px;
  font-family: var(--font-heading);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--color-violet);
}

.about-story__title,
.about-values__title,
.about-team__title {
  margin: 0 0 20px;
  font-family: var(--font-heading);
  font-size: clamp(28px, 3.4vw, 42px);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.01em;
  color: var(--color-heading);
  text-transform: uppercase;
}

.about-story__accent,
.about-values__accent,
.about-team__accent {
  background: var(--gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.about-story__text {
  margin: 0 0 16px;
  max-width: 520px;
  font-size: 1rem;
  line-height: 1.7;
  color: var(--color-muted);
}

.about-story__content .btn-cta {
  margin-top: 12px;
}

.about-story__media {
  min-width: 0;
}

.about-story__frame {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(16, 28, 52, 0.08);
  box-shadow: 0 24px 50px rgba(7, 18, 38, 0.12);
}

.about-story__img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}

.about-story__overlay {
  position: absolute;
  left: 20px;
  bottom: 20px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.about-story__overlay span {
  padding: 8px 14px;
  border-radius: 999px;
  font-family: var(--font-heading);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fff;
  background: rgba(7, 18, 38, 0.55);
  border: 1px solid rgba(40, 199, 255, 0.55);
  box-shadow: 0 0 18px rgba(36, 107, 255, 0.35);
  backdrop-filter: blur(8px);
}

.about-values {
  position: relative;
  padding: 64px 0 72px;
  background: #050b1b;
  color: #fff;
  overflow: hidden;
}

.about-values::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 45% 60% at 12% 40%, rgba(36, 107, 255, 0.16) 0%, transparent 70%),
    radial-gradient(ellipse 40% 50% at 88% 70%, rgba(116, 72, 255, 0.14) 0%, transparent 70%);
}

.about-values__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: 28px;
}

.about-values__header,
.about-team__header {
  text-align: center;
  max-width: 720px;
  margin-inline: auto;
  margin-bottom: 40px;
}

.about-values__title {
  color: #fff;
}

.about-values__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.about-value-card {
  padding: 26px 18px 24px;
  text-align: center;
  border-radius: 14px;
  border: 1px solid rgba(120, 160, 255, 0.22);
  background:
    linear-gradient(180deg, rgba(36, 107, 255, 0.12) 0%, transparent 55%),
    rgba(7, 18, 38, 0.72);
  box-shadow: 0 0 0 1px rgba(40, 199, 255, 0.05) inset;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.about-value-card:hover {
  border-color: rgba(116, 72, 255, 0.55);
  transform: translateY(-4px);
}

.about-value-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
  border-radius: 50%;
  background: var(--gradient);
  color: #fff;
  font-size: 20px;
  box-shadow: 0 8px 22px rgba(116, 72, 255, 0.35);
}

.about-value-card__name {
  margin: 0 0 10px;
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
}

.about-value-card__text {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.55;
  color: rgba(220, 228, 240, 0.72);
}

.about-team {
  position: relative;
  padding: 64px 0 80px;
  background: #f4f2ef;
}

.about-team__inner {
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: 28px;
}

.about-team__header {
  margin-inline: auto;
}

.about-team__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.about-team-card {
  overflow: hidden;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(16, 28, 52, 0.08);
  box-shadow: 0 12px 28px rgba(7, 18, 38, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.about-team-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 36px rgba(7, 18, 38, 0.1);
}

.about-team-card__media {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #0a1428;
}

.about-team-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-team-card__body {
  padding: 16px 14px 18px;
  text-align: center;
}

.about-team-card__name {
  margin: 0 0 4px;
  font-family: var(--font-heading);
  font-size: 0.98rem;
  font-weight: 700;
  color: var(--color-heading);
}

.about-team-card__role {
  margin: 0 0 12px;
  font-family: var(--font-heading);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-muted);
}

.about-team-card__social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: #fff;
  background: var(--gradient);
  font-size: 13px;
}

.about-cta__lead {
  margin: -8px 0 22px;
  color: rgba(236, 242, 255, 0.78);
  font-size: 1rem;
}

@media (max-width: 1199.98px) {
  .about-values__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .about-team__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .about-stats {
    margin-top: 0;
    padding-top: 8px;
  }

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

  .about-story__inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .about-story__img {
    height: 340px;
  }

  .about-hero__stats {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px 28px;
    margin-left: 0;
  }
}

@media (max-width: 639.98px) {
  .about-stats__grid,
  .about-values__grid,
  .about-team__grid {
    grid-template-columns: 1fr;
  }

  .about-values__grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 479.98px) {
  .about-values__grid {
    grid-template-columns: 1fr;
  }
}

/* ============================================
   Services page (dark)
   ============================================ */

.page-services,
.page-portfolio,
.page-legal {
  background: #050816;
  color: #ffffff;
}

.page-services .logo__web,
.page-services .logo__tagline,
.page-portfolio .logo__web,
.page-portfolio .logo__tagline,
.page-legal .logo__web,
.page-legal .logo__tagline {
  color: #ffffff;
}

.page-services .site-nav__link,
.page-portfolio .site-nav__link,
.page-legal .site-nav__link {
  color: rgba(255, 255, 255, 0.82);
}

.page-services .site-nav__link:hover,
.page-services .site-nav__link.is-active,
.page-portfolio .site-nav__link:hover,
.page-portfolio .site-nav__link.is-active,
.page-legal .site-nav__link:hover,
.page-legal .site-nav__link.is-active {
  color: #ffffff;
}

.page-services .site-nav__link.is-active::after,
.page-portfolio .site-nav__link.is-active::after,
.page-legal .site-nav__link.is-active::after {
  background: var(--gradient);
}

.page-services .menu-toggle,
.page-portfolio .menu-toggle,
.page-legal .menu-toggle {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.35);
}

.page-services .mobile-nav,
.page-portfolio .mobile-nav,
.page-legal .mobile-nav {
  background: #0a1022;
  border-color: rgba(120, 160, 255, 0.16);
}

.page-services .mobile-nav a,
.page-portfolio .mobile-nav a,
.page-legal .mobile-nav a {
  color: #ffffff;
}

.page-services .site-footer,
.page-portfolio .site-footer,
.page-legal .site-footer {
  background: #030712;
  border-top: 1px solid rgba(120, 160, 255, 0.12);
}

.page-services .site-footer__logo-web,
.page-services .site-footer__logo-tag,
.page-services .site-footer__heading,
.page-services .site-footer__tagline,
.page-services .site-footer__copy,
.page-services .site-footer__list a,
.page-services .site-footer__contact a,
.page-services .site-footer__legal a,
.page-portfolio .site-footer__logo-web,
.page-portfolio .site-footer__logo-tag,
.page-portfolio .site-footer__heading,
.page-portfolio .site-footer__tagline,
.page-portfolio .site-footer__copy,
.page-portfolio .site-footer__list a,
.page-portfolio .site-footer__contact a,
.page-portfolio .site-footer__legal a,
.page-legal .site-footer__logo-web,
.page-legal .site-footer__logo-tag,
.page-legal .site-footer__heading,
.page-legal .site-footer__tagline,
.page-legal .site-footer__copy,
.page-legal .site-footer__list a,
.page-legal .site-footer__contact a,
.page-legal .site-footer__legal a {
  color: rgba(220, 228, 240, 0.78);
}

.page-services .site-footer__logo-web,
.page-services .site-footer__heading,
.page-portfolio .site-footer__logo-web,
.page-portfolio .site-footer__heading,
.page-legal .site-footer__logo-web,
.page-legal .site-footer__heading {
  color: #ffffff;
}

.page-services .site-footer__list a:hover,
.page-services .site-footer__contact a:hover,
.page-services .site-footer__legal a:hover,
.page-portfolio .site-footer__list a:hover,
.page-portfolio .site-footer__contact a:hover,
.page-portfolio .site-footer__legal a:hover,
.page-legal .site-footer__list a:hover,
.page-legal .site-footer__contact a:hover,
.page-legal .site-footer__legal a:hover {
  color: var(--color-cyan);
}

.svc-hero {
  position: relative;
  padding: 8px 0 28px;
  overflow: hidden;
  background:
    radial-gradient(ellipse 50% 55% at 85% 35%, rgba(116, 72, 255, 0.18) 0%, transparent 60%),
    radial-gradient(ellipse 40% 45% at 15% 80%, rgba(36, 107, 255, 0.12) 0%, transparent 65%),
    #050816;
}

.svc-hero__circuits {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.45;
}

.svc-hero__circuits .circuit {
  color: #5b6f95;
}

.svc-hero .page-container {
  position: relative;
  z-index: 2;
}

.svc-hero__content {
  max-width: 820px;
  padding: 56px 0 28px;
}

.svc-hero__eyebrow {
  margin: 0 0 16px;
  font-family: var(--font-heading);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #a78bfa;
}

.svc-hero__title {
  margin: 0 0 18px;
  font-family: var(--font-heading);
  font-size: clamp(34px, 5vw, 58px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #ffffff;
}

.svc-hero__accent {
  background: linear-gradient(90deg, #8b5cf6 0%, #6366f1 45%, #3b82f6 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.svc-hero__text {
  margin: 0;
  max-width: 560px;
  font-size: 1.05rem;
  line-height: 1.7;
  color: rgba(220, 228, 240, 0.72);
}

.svc-grid {
  position: relative;
  padding: 20px 0 72px;
  background: #050816;
}

.svc-grid__inner {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 28px;
}

.svc-grid__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.svc-card {
  padding: 28px 24px 26px;
  border-radius: 16px;
  border: 1px solid rgba(139, 92, 246, 0.28);
  background:
    linear-gradient(180deg, rgba(99, 102, 241, 0.1) 0%, transparent 48%),
    rgba(10, 16, 34, 0.92);
  box-shadow:
    0 0 0 1px rgba(59, 130, 246, 0.05) inset,
    0 16px 40px rgba(0, 0, 0, 0.28);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.svc-card:hover {
  transform: translateY(-4px);
  border-color: rgba(167, 139, 250, 0.55);
  box-shadow:
    0 0 0 1px rgba(139, 92, 246, 0.15) inset,
    0 20px 44px rgba(99, 102, 241, 0.18);
}

.svc-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 12px;
  color: #c4b5fd;
  font-size: 24px;
  background: rgba(139, 92, 246, 0.12);
  border: 1px solid rgba(167, 139, 250, 0.35);
  box-shadow: 0 0 22px rgba(139, 92, 246, 0.25);
}

.svc-card__title {
  margin: 0 0 12px;
  font-family: var(--font-heading);
  font-size: 1.2rem;
  font-weight: 700;
  color: #ffffff;
}

.svc-card__text {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgba(220, 228, 240, 0.68);
}

.svc-cta {
  position: relative;
  padding: 28px 0 80px;
  background: #050816;
  overflow: hidden;
}

.svc-cta__inner {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
  padding: 40px 40px 36px;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 24px;
  align-items: center;
  border-radius: 20px;
  border: 1px solid rgba(139, 92, 246, 0.25);
  background:
    radial-gradient(ellipse 45% 80% at 85% 50%, rgba(139, 92, 246, 0.22) 0%, transparent 65%),
    linear-gradient(120deg, rgba(10, 16, 34, 0.98) 0%, rgba(15, 12, 36, 0.98) 100%);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
  overflow: hidden;
}

.svc-cta__content {
  position: relative;
  z-index: 2;
  padding-right: 12px;
}

.svc-cta__title {
  margin: 0 0 12px;
  font-family: var(--font-heading);
  font-size: clamp(28px, 3.4vw, 42px);
  font-weight: 800;
  line-height: 1.12;
  text-transform: uppercase;
  color: #ffffff;
}

.svc-cta__accent {
  background: linear-gradient(90deg, #8b5cf6 0%, #6366f1 50%, #3b82f6 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.svc-cta__text {
  margin: 0 0 24px;
  font-size: 1.05rem;
  color: rgba(220, 228, 240, 0.72);
}

.svc-cta__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 24px;
  border-radius: 10px;
  font-family: var(--font-heading);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ffffff;
  background: linear-gradient(90deg, #7c3aed 0%, #4f46e5 55%, #2563eb 100%);
  box-shadow:
    0 0 0 1px rgba(167, 139, 250, 0.35),
    0 12px 28px rgba(99, 102, 241, 0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.svc-cta__btn:hover {
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow:
    0 0 0 1px rgba(167, 139, 250, 0.45),
    0 16px 32px rgba(99, 102, 241, 0.42);
}

.svc-cta__visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  min-height: 280px;
}

.svc-cta__door {
  position: relative;
  z-index: 1;
  width: min(320px, 100%);
  height: auto;
  filter: drop-shadow(0 0 28px rgba(139, 92, 246, 0.45));
}

.svc-cta__glow {
  position: absolute;
  inset: 10% 12% 0;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(167, 139, 250, 0.45) 0%, transparent 68%);
  filter: blur(10px);
  pointer-events: none;
}

@media (max-width: 991.98px) {
  .svc-grid__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .svc-cta__inner {
    grid-template-columns: 1fr;
    padding: 32px 24px;
    text-align: center;
  }

  .svc-cta__content {
    padding-right: 0;
  }

  .svc-cta__visual {
    min-height: 220px;
    order: -1;
  }

  .svc-cta__door {
    width: min(240px, 70%);
  }
}

@media (max-width: 639.98px) {
  .svc-grid__list {
    grid-template-columns: 1fr;
  }

  .svc-hero__content {
    padding-top: 36px;
  }
}

/* ============================================
   Portfolio page (dark)
   ============================================ */

.pf-hero {
  position: relative;
  padding: 8px 0 12px;
  background:
    radial-gradient(ellipse 45% 50% at 90% 20%, rgba(116, 72, 255, 0.16) 0%, transparent 60%),
    radial-gradient(ellipse 35% 40% at 10% 70%, rgba(36, 107, 255, 0.1) 0%, transparent 65%),
    #050816;
}

.pf-hero__row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  padding: 48px 0 28px;
  flex-wrap: wrap;
}

.pf-hero__copy {
  max-width: 560px;
}

.pf-hero__eyebrow {
  margin: 0 0 14px;
  font-family: var(--font-heading);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #a78bfa;
}

.pf-hero__title {
  margin: 0 0 14px;
  font-family: var(--font-heading);
  font-size: clamp(34px, 5vw, 54px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #ffffff;
}

.pf-hero__text {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.65;
  color: rgba(220, 228, 240, 0.7);
}

.pf-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.pf-filters__btn {
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(180, 195, 220, 0.28);
  background: transparent;
  color: rgba(236, 242, 255, 0.88);
  font-family: var(--font-heading);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.pf-filters__btn:hover {
  border-color: rgba(167, 139, 250, 0.55);
  color: #fff;
}

.pf-filters__btn.is-active {
  border-color: transparent;
  color: #fff;
  background: linear-gradient(90deg, #7c3aed 0%, #4f46e5 55%, #2563eb 100%);
  box-shadow: 0 8px 22px rgba(99, 102, 241, 0.35);
}

.pf-grid {
  padding: 8px 0 72px;
  background: #050816;
}

.pf-grid__inner {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 28px;
}

.pf-grid__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  list-style: none;
  margin: 0 0 40px;
  padding: 0;
}

.pf-card {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(139, 92, 246, 0.18);
  background: #0a1022;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.25s ease;
}

.pf-card.is-hidden {
  display: none;
}

.pf-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 46px rgba(99, 102, 241, 0.18);
}

.pf-card__link {
  position: relative;
  display: block;
  aspect-ratio: 16 / 11;
  color: inherit;
  overflow: hidden;
}

.pf-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.pf-card:hover .pf-card__img {
  transform: scale(1.05);
}

.pf-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    transparent 35%,
    rgba(3, 7, 18, 0.55) 62%,
    rgba(3, 7, 18, 0.92) 100%
  );
  pointer-events: none;
}

.pf-card__content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 20px 18px 18px;
}

.pf-card__name {
  margin: 0 0 4px;
  font-family: var(--font-heading);
  font-size: 1.15rem;
  font-weight: 700;
  color: #ffffff;
}

.pf-card__meta {
  margin: 0 0 12px;
  font-size: 0.9rem;
  color: rgba(220, 228, 240, 0.72);
}

.pf-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-heading);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #c4b5fd;
}

.pf-card:hover .pf-card__cta {
  color: #ffffff;
}

.pf-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.pf-pagination__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 10px;
  border-radius: 8px;
  font-family: var(--font-heading);
  font-size: 13px;
  font-weight: 700;
  color: rgba(220, 228, 240, 0.7);
  border: 1px solid transparent;
  transition: background 0.2s ease, color 0.2s ease;
}

.pf-pagination__item:hover {
  color: #fff;
  border-color: rgba(167, 139, 250, 0.35);
}

.pf-pagination__item.is-active {
  color: #fff;
  background: linear-gradient(90deg, #7c3aed 0%, #4f46e5 55%, #2563eb 100%);
  box-shadow: 0 8px 18px rgba(99, 102, 241, 0.3);
}

.pf-pagination__dots {
  color: rgba(220, 228, 240, 0.45);
  font-weight: 700;
  padding: 0 4px;
}

@media (max-width: 991.98px) {
  .pf-hero__row {
    align-items: flex-start;
    flex-direction: column;
  }

  .pf-filters {
    justify-content: flex-start;
  }

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

@media (max-width: 639.98px) {
  .pf-grid__list {
    grid-template-columns: 1fr;
  }
}

/* ============================================
   Privacy / Terms legal pages
   ============================================ */

.legal-hero {
  position: relative;
  padding: 8px 0 20px;
  overflow: hidden;
  background:
    radial-gradient(ellipse 45% 55% at 88% 40%, rgba(99, 102, 241, 0.22) 0%, transparent 62%),
    radial-gradient(ellipse 35% 40% at 12% 75%, rgba(139, 92, 246, 0.14) 0%, transparent 65%),
    #050816;
}

.legal-hero__circuits {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.4;
}

.legal-hero__circuits .circuit {
  color: #5b6f95;
}

.legal-hero .page-container {
  position: relative;
  z-index: 2;
}

.legal-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 32px;
  align-items: center;
  padding: 48px 0 36px;
}

.legal-hero__eyebrow {
  margin: 0 0 14px;
  font-family: var(--font-heading);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #a78bfa;
}

.legal-hero__title {
  margin: 0 0 16px;
  font-family: var(--font-heading);
  font-size: clamp(34px, 5vw, 54px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #ffffff;
}

.legal-hero__text {
  margin: 0 0 14px;
  max-width: 540px;
  font-size: 1.05rem;
  line-height: 1.7;
  color: rgba(220, 228, 240, 0.74);
}

.legal-hero__updated {
  margin: 0;
  font-size: 0.92rem;
  color: rgba(180, 195, 220, 0.55);
}

.legal-hero__visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 280px;
}

.legal-hero__glow {
  position: absolute;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(96, 165, 250, 0.45) 0%, rgba(139, 92, 246, 0.2) 42%, transparent 70%);
  filter: blur(8px);
  pointer-events: none;
}

.legal-icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 200px;
  border-radius: 28px 28px 42% 42% / 22px 22px 48% 48%;
  color: #ffffff;
  font-size: 78px;
  background:
    linear-gradient(160deg, rgba(96, 165, 250, 0.95) 0%, rgba(99, 102, 241, 0.92) 45%, rgba(139, 92, 246, 0.95) 100%);
  box-shadow:
    0 0 0 1px rgba(191, 219, 254, 0.35) inset,
    0 20px 50px rgba(59, 130, 246, 0.45),
    0 0 60px rgba(139, 92, 246, 0.35);
}

.legal-icon--terms {
  width: 170px;
  height: 210px;
  border-radius: 22px;
  font-size: 72px;
  background:
    linear-gradient(160deg, rgba(148, 163, 184, 0.25) 0%, rgba(30, 41, 59, 0.95) 40%, rgba(15, 23, 42, 0.98) 100%);
  border: 1px solid rgba(148, 163, 184, 0.28);
  box-shadow:
    0 20px 50px rgba(0, 0, 0, 0.35),
    0 0 40px rgba(59, 130, 246, 0.25);
}

.legal-icon__badge {
  position: absolute;
  right: -16px;
  bottom: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  font-size: 34px;
  color: #fff;
  background: linear-gradient(135deg, #60a5fa 0%, #6366f1 55%, #8b5cf6 100%);
  box-shadow:
    0 0 0 4px rgba(5, 8, 22, 0.9),
    0 12px 28px rgba(99, 102, 241, 0.45);
}

.legal-content {
  padding: 12px 0 80px;
  background: #050816;
}

.legal-content__inner {
  width: 100%;
  max-width: 980px;
  margin-inline: auto;
  padding-inline: 28px;
}

.legal-panel {
  padding: 36px 34px;
  border-radius: 18px;
  border: 1px solid rgba(139, 92, 246, 0.22);
  background:
    linear-gradient(180deg, rgba(99, 102, 241, 0.08) 0%, transparent 40%),
    rgba(10, 16, 34, 0.88);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.28);
}

.legal-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 28px;
}

.legal-list h2 {
  margin: 0 0 10px;
  font-family: var(--font-heading);
  font-size: 1.15rem;
  font-weight: 700;
  color: #c4b5fd;
}

.legal-list__num {
  color: #a78bfa;
  margin-right: 4px;
}

.legal-list p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(220, 228, 240, 0.78);
}

.legal-list a {
  color: #93c5fd;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.legal-list a:hover {
  color: #c4b5fd;
}

@media (max-width: 991.98px) {
  .legal-hero__grid {
    grid-template-columns: 1fr;
    padding-top: 36px;
  }

  .legal-hero__visual {
    min-height: 220px;
    order: -1;
  }

  .legal-icon {
    width: 140px;
    height: 156px;
    font-size: 60px;
  }

  .legal-icon--terms {
    width: 132px;
    height: 164px;
    font-size: 56px;
  }

  .legal-icon__badge {
    width: 56px;
    height: 56px;
    font-size: 26px;
    right: -10px;
  }
}

@media (max-width: 639.98px) {
  .legal-panel {
    padding: 26px 20px;
  }
}
