
.brand-text strong {
  display:block;
  position:relative;
  font-size:1.16rem;
  letter-spacing:.12em;
  font-weight:800;
  line-height:1.05;

  background: linear-gradient(90deg,#17122f 0%,#4030a8 34%,#9537d8 68%,#e640d2 100%);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
  -webkit-text-fill-color:transparent;

  text-shadow:
    0 1px 0 rgba(255,255,255,.35),
    0 2px 0 rgba(9,28,69,.12),
    0 3px 0 rgba(9,28,69,.08),
    0 8px 18px rgba(149,55,216,.20);
}

.brand-text strong::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-2px;
  height:1px;
  border-radius:999px;
  background:linear-gradient(90deg,
    rgba(12,24,48,0) 0%,
    rgba(64,48,168,.35) 20%,
    rgba(230,64,210,.72) 50%,
    rgba(149,55,216,.38) 80%,
    rgba(12,24,48,0) 100%);
}



.hero-divider{
  position:relative;
  width:98%;
  margin:6px auto 34px;
  height:22px;
}

.hero-divider::before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:10px;
  height:3px;
  border-radius:999px;
  background:linear-gradient(90deg,
    rgba(12,24,48,0) 0%,
    rgba(64,48,168,.92) 30%,
    rgba(230,64,210,1) 50%,
    rgba(149,55,216,.92) 70%,
    rgba(12,24,48,0) 100%);
  box-shadow:
    0 0 10px rgba(230,64,210,.55),
    0 0 24px rgba(149,55,216,.42),
    0 0 48px rgba(64,48,168,.24);
}

.hero-divider svg{
  display:none !important;
}



:root {
  --bg: #f6f1fc;
  --bg2: #ffffff;
  --text: #21183a;
  --muted: #675978;
  --line: rgba(149, 55, 216, 0.16);
  --line-strong: rgba(149, 55, 216, 0.32);
  --blue: #a832d4;
  --blue-dark: #43238f;
  --navy: #17122f;
  --glow: rgba(149, 55, 216, 0.24);
  --shadow: 0 24px 60px rgba(74, 35, 126, 0.13);
  --shadow-soft: 0 32px 90px rgba(91, 39, 143, 0.13);
  --radius: 30px;
}

body.site-is-loading {
  overflow: hidden;
}
.site-loader {
  --loader-progress: 0%;
  position: fixed;
  inset: 0;
  z-index: 2147483647;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 18px;
  color: #fff;
  background:
    radial-gradient(circle at 50% 42%, rgba(230,64,210,.22), transparent 24%),
    radial-gradient(circle at 30% 20%, rgba(104,55,190,.18), transparent 25%),
    radial-gradient(circle at 75% 80%, rgba(149,55,216,.20), transparent 28%),
    linear-gradient(145deg, #0d091b 0%, #17102c 48%, #0a0714 100%);
  overflow: hidden;
  transition: opacity .65s ease, visibility .65s ease, transform .65s ease;
}
.site-loader::before,
.site-loader::after {
  content: "";
  position: absolute;
  inset: -40%;
  pointer-events: none;
}
.site-loader::before {
  background-image:
    linear-gradient(rgba(230,64,210,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(149,55,216,.055) 1px, transparent 1px);
  background-size: 54px 54px;
  transform: perspective(520px) rotateX(62deg) translateY(30%);
  transform-origin: center bottom;
  animation: loader-grid 9s linear infinite;
}
.site-loader::after {
  background: conic-gradient(from 0deg, transparent 0 70%, rgba(230,64,210,.10), transparent 82%);
  animation: loader-halo 8s linear infinite;
}
.site-loader.is-leaving {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: scale(1.035);
}
.loader-atmosphere {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 26%, rgba(255,255,255,.8) 0 1px, transparent 2px),
    radial-gradient(circle at 78% 22%, rgba(230,64,210,.9) 0 1px, transparent 2px),
    radial-gradient(circle at 65% 72%, rgba(255,255,255,.7) 0 1px, transparent 2px),
    radial-gradient(circle at 25% 76%, rgba(149,55,216,.9) 0 1px, transparent 2px);
  background-size: 180px 180px, 240px 240px, 210px 210px, 270px 270px;
  animation: loader-stars 6s ease-in-out infinite alternate;
}
.loader-stage {
  position: relative;
  z-index: 2;
  width: clamp(230px, 30vw, 330px);
  aspect-ratio: 1;
}
.loader-ring,
.loader-orb {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
}
.loader-ring {
  border: 1px solid rgba(218,178,255,.46);
  box-shadow: inset 0 0 22px rgba(149,55,216,.10), 0 0 24px rgba(230,64,210,.10);
}
.loader-ring::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #f45ae1;
  box-shadow: 0 0 10px #fff, 0 0 24px #e640d2;
}
.loader-ring-one {
  width: 58%;
  height: 58%;
  margin: -29%;
  animation: loader-spin 4.8s linear infinite;
}
.loader-ring-two {
  width: 78%;
  height: 78%;
  margin: -39%;
  border-style: dashed;
  animation: loader-spin-reverse 8s linear infinite;
}
.loader-ring-three {
  width: 98%;
  height: 98%;
  margin: -49%;
  border-color: rgba(104,55,190,.34);
  animation: loader-spin 12s linear infinite;
}
.loader-orb {
  width: 44%;
  height: 44%;
  padding: 8px;
  transform: translate(-50%, -50%);
  background: linear-gradient(145deg, rgba(255,255,255,.98), rgba(201,151,244,.70));
  border: 1px solid rgba(255,255,255,.92);
  box-shadow:
    0 0 0 12px rgba(149,55,216,.10),
    0 0 44px rgba(230,64,210,.52),
    0 0 100px rgba(104,55,190,.35);
  animation: loader-pulse 2.6s ease-in-out infinite;
}
.loader-orb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.loader-particle {
  position: absolute;
  z-index: 3;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 14px #fff, 0 0 28px #e640d2;
  animation: loader-particle 2.2s ease-in-out infinite;
}
.particle-one { top: 9%; left: 26%; }
.particle-two { top: 28%; right: 2%; animation-delay: -.55s; }
.particle-three { bottom: 9%; right: 26%; animation-delay: -1.1s; }
.particle-four { bottom: 27%; left: 2%; animation-delay: -1.65s; }
.loader-brand {
  position: relative;
  z-index: 2;
  text-align: center;
}
.loader-brand strong {
  display: block;
  font-size: clamp(1.4rem, 3vw, 2.3rem);
  letter-spacing: .22em;
  background: linear-gradient(90deg, #fff, #c99cff 42%, #f45ae1 72%, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 24px rgba(230,64,210,.22);
}
.loader-brand span {
  display: block;
  margin-top: 4px;
  color: rgba(238,225,255,.74);
  letter-spacing: .12em;
  font-size: .78rem;
}
.loader-progress {
  position: relative;
  z-index: 2;
  width: min(330px, 72vw);
  height: 4px;
  overflow: hidden;
  border-radius: 99px;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.12);
}
.loader-progress i {
  display: block;
  width: var(--loader-progress);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #6335bd, #e640d2, #fff);
  box-shadow: 0 0 16px rgba(230,64,210,.9);
  transition: width .22s ease;
}
.loader-percent {
  position: relative;
  z-index: 2;
  color: rgba(238,225,255,.72);
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .16em;
}
@keyframes loader-spin { to { transform: rotate(360deg); } }
@keyframes loader-spin-reverse { to { transform: rotate(-360deg); } }
@keyframes loader-pulse {
  0%, 100% { transform: translate(-50%, -50%) scale(.95); }
  50% { transform: translate(-50%, -50%) scale(1.04); }
}
@keyframes loader-particle {
  0%, 100% { opacity: .25; transform: scale(.65); }
  50% { opacity: 1; transform: scale(1.35); }
}
@keyframes loader-grid { to { background-position: 0 54px, 54px 0; } }
@keyframes loader-halo { to { transform: rotate(360deg); } }
@keyframes loader-stars {
  from { opacity: .42; transform: scale(1); }
  to { opacity: .9; transform: scale(1.05); }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(149,55,216,0.10), transparent 24%),
    radial-gradient(circle at 88% 12%, rgba(230,64,210,0.08), transparent 18%),
    radial-gradient(circle at bottom right, rgba(64,48,168,0.08), transparent 22%),
    linear-gradient(180deg, #fefcff 0%, #f7f1fc 32%, #fff 67%, #f8f2fc 100%);
  line-height: 1.65;
  overflow-x: clip;
  padding-top: 90px;
}
img { max-width: 100%; display: block; }
a { color: inherit; }

.site-shell {
  position: relative;
  overflow-x: hidden;
}
.site-shell::before,
.site-shell::after {
  content: "";
  position: fixed;
  pointer-events: none;
  width: 38vw;
  height: 38vw;
  border-radius: 50%;
  filter: blur(85px);
  opacity: .45;
  z-index: 0;
}
.site-shell::before {
  top: -14vw;
  right: -8vw;
  background: rgba(230,64,210,0.10);
}
.site-shell::after {
  bottom: -14vw;
  left: -8vw;
  background: rgba(91,55,190,0.10);
}

.wrap {
  width: min(1760px, calc(100% - 44px));
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.topbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  background: rgba(255,255,255,0.82);
  border-bottom: 1px solid rgba(149,55,216,0.14);
}
.topbar-inner {
  min-height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
}
.brand-icon {
  width: 66px;
  height: 66px;
  object-fit: contain;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(104,45,158,0.22);
}

.brand-text span {
  display: block;
  color: var(--muted);
  font-size: .94rem;
}
.menu {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}
.menu a {
  text-decoration: none;
  color: var(--navy);
  font-weight: 700;
  padding: 12px 18px;
  border-radius: 999px;
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(149,55,216,0.12);
  box-shadow: 0 8px 25px rgba(91,39,143,0.07);
  transition: .22s ease;
}
.menu a:hover,
.menu a:focus-visible {
  background: rgba(149,55,216,0.09);
  outline: none;
  transform: translateY(-1px);
}
.menu .menu-cta {
  background: linear-gradient(135deg, var(--blue-dark), var(--blue));
  color: #fff;
  border-color: transparent;
}

.hamburger {
  display: none;
  width: 46px;
  height: 46px;
  padding: 0;
  background: #fff;
  border: 1px solid rgba(149,55,216,0.18);
  border-radius: 14px;
}
.hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 4px auto;
  background: var(--navy);
  border-radius: 999px;
  transition: .2s ease;
}
.nav-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(5, 18, 48, 0.35);
  z-index: 40;
}
body.nav-open .hamburger span:nth-child(1){ transform: translateY(6px) rotate(45deg); }
body.nav-open .hamburger span:nth-child(2){ opacity: 0; }
body.nav-open .hamburger span:nth-child(3){ transform: translateY(-6px) rotate(-45deg); }

.hero {
  position: relative;
  padding: 86px 0 0;
  min-height: calc(100svh - 88px);
  isolation: isolate;
}
.hero-bg,
.hero-overlay,
.hero-media {
  position: absolute;
  inset: 0;
}
.hero-media {
  overflow: hidden;
}
.hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .88;
  filter: saturate(1.08) contrast(1.06) brightness(1.02);
}
.hero-bg {
  background:
    radial-gradient(circle at 12% 18%, rgba(255,255,255,0.24), transparent 36%),
    radial-gradient(circle at 88% 14%, rgba(230,64,210,0.10), transparent 24%),
    radial-gradient(circle at 50% 80%, rgba(149,55,216,0.06), transparent 38%),
    linear-gradient(180deg, rgba(255,255,255,0.12), rgba(247,251,255,0.08));
  pointer-events: none;
}
.hero-overlay {
  background:
    linear-gradient(180deg, rgba(248,252,255,0.12) 0%, rgba(247,251,255,0.06) 50%, rgba(245,250,255,0.15) 100%);
  pointer-events: none;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: start;
  padding-bottom: 92px;
}
.hero-copy,
.hero-panel,
.glass-box,
.feature-card,
.service-card,
.project-card,
.geo-card,
.contact-card,
.step,
.faq-list details,
.mini-card,
.hero-stack-card {
  background: rgba(255,255,255,0.72);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
  border-radius: var(--radius);
  backdrop-filter: blur(18px);
}
.hero-copy {
  padding: clamp(28px, 3.1vw, 48px) clamp(28px, 4vw, 64px);
  width: 100%;
  max-width: none;
  min-height: clamp(360px, 42vw, 520px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: linear-gradient(180deg, rgba(255,255,255,0.24), rgba(255,255,255,0.10));
  border: 1px solid rgba(255,255,255,0.36);
  box-shadow: 0 30px 90px rgba(16,58,143,0.17), inset 0 1px 0 rgba(255,255,255,0.46);
  backdrop-filter: blur(2px) saturate(1.08);
  -webkit-backdrop-filter: blur(2px) saturate(1.08);
}
.eyebrow,
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  letter-spacing: .12em;
  font-size: .78rem;
  font-weight: 800;
  color: var(--blue-dark);
  margin: 0 0 14px;
}
.eyebrow::before,
.section-kicker::before {
  content: "";
  width: 28px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--blue-dark), var(--blue));
}
.hero-copy .eyebrow {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.hero-wordmark {
  width: min(620px, 100%);
  margin: 0 auto 22px;
  border-radius: 34px;
  mix-blend-mode: screen;
  filter: drop-shadow(0 22px 44px rgba(55,20,94,0.24));
}
.hero h1 {
  font-size: clamp(2.35rem, 4.8vw, 5.4rem);
  line-height: .98;
  margin: 0 auto 16px;
  max-width: 18ch;
}
.hero-text {
  font-size: clamp(1.02rem, 1.2vw, 1.15rem);
  color: var(--navy);
  max-width: 980px;
  margin-inline: auto;
  text-shadow: 0 1px 10px rgba(255,255,255,0.92);
}
.hero-actions,
.contact-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 26px;
}
.hero-actions {
  justify-content: center;
}
.btn {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border-radius: 999px;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(135deg, var(--blue-dark), var(--blue));
  box-shadow: 0 16px 40px rgba(149,55,216,0.30);
  transition: .22s ease;
}
.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
  outline: none;
}
.btn-secondary {
  background: rgba(255,255,255,0.94);
  color: var(--navy);
  border: 1px solid var(--line-strong);
  box-shadow: 0 14px 28px rgba(16,58,143,0.08);
}
.hero-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 14px;
  margin-top: 24px;
  width: 100%;
}
.mini-card {
  padding: 18px;
}
.mini-card strong {
  display: block;
  margin-bottom: 6px;
}
.mini-card span { color: var(--muted); font-size: .95rem; }
.hero-panel {
  position: relative;
  width: 100%;
  max-width: none;
  padding: 0;
  overflow: visible;
  background: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
}
.panel-glow {
  position: absolute;
  inset: 10px;
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(230,64,210,0.16), transparent 42%),
    radial-gradient(circle at bottom left, rgba(64,48,168,0.14), transparent 35%);
  pointer-events: none;
}
.hero-stack-card {
  position: relative;
  width: 100%;
  padding: 26px clamp(24px, 3vw, 42px);
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(255,255,255,0.94), rgba(240,247,255,0.86));
}
.chip,
.feature-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: .76rem;
  letter-spacing: .10em;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(135deg, var(--blue-dark), var(--blue));
}
.hero-stack-card h2 { margin: 16px 0 10px; font-size: 1.95rem; }
.hero-stack-card p { color: var(--muted); }
.check-list {
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
}
.check-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
}
.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: .8rem;
  color: #fff;
  background: linear-gradient(135deg, var(--blue-dark), var(--blue));
}
.check-list.dark li::before { background: var(--navy); }
.compact li { margin-bottom: 10px; }

.hero-divider {
  position: relative;
  width: 100%;
  margin-top: -30px;
  z-index: 2;
}
.hero-divider svg {
  display: block;
  width: 100%;
  height: clamp(100px, 11vw, 180px);
  filter: drop-shadow(0 -14px 20px rgba(149,55,216,0.09));
}

.section {
  position: relative;
  padding: 44px 0 104px;
}
.section::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -50px;
  height: 120px;
  background: linear-gradient(180deg, rgba(255,255,255,0), rgba(255,255,255,0.42), rgba(255,255,255,0));
  pointer-events: none;
}
.section-soft {
  background:
    radial-gradient(circle at 12% 12%, rgba(149,55,216,0.06), transparent 24%),
    radial-gradient(circle at 84% 18%, rgba(67,161,255,0.06), transparent 24%),
    linear-gradient(180deg, rgba(255,255,255,0.56), rgba(244,249,255,0.74) 44%, rgba(255,255,255,0.52));
}
.section-head {
  text-align: center;
  max-width: 1040px;
  margin: 0 auto 32px;
}
.section-head h2,
.split-layout h2,
.geo-card h2,
.contact-card h2 {
  font-size: clamp(2rem, 3.2vw, 3.3rem);
  line-height: 1.05;
  margin: 0 0 14px;
}
.section-head p,
.split-layout p,
.geo-card p,
.contact-card p,
.service-card p,
.feature-card p,
.project-card p,
.step p,
.faq-list p,
.glass-box p {
  color: var(--muted);
}
.split-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(0, .94fr);
  gap: 30px;
  align-items: start;
}
.glass-box { padding: 30px; }
.presentation-side {
  display: grid;
  grid-template-rows: auto minmax(420px, 1fr);
  gap: 24px;
  align-self: stretch;
}
.future-animation {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid rgba(149,55,216,0.22);
  background:
    radial-gradient(circle at 50% 48%, rgba(230,64,210,0.18), transparent 24%),
    radial-gradient(circle at 50% 52%, rgba(64,48,168,0.18), transparent 48%),
    linear-gradient(145deg, rgba(255,255,255,0.96), rgba(241,232,252,0.84));
  box-shadow: var(--shadow-soft), inset 0 0 80px rgba(149,55,216,0.08);
  isolation: isolate;
}
.future-grid {
  position: absolute;
  inset: 32% -25% -38%;
  background-image:
    linear-gradient(rgba(149,55,216,0.13) 1px, transparent 1px),
    linear-gradient(90deg, rgba(149,55,216,0.13) 1px, transparent 1px);
  background-size: 46px 46px;
  transform: perspective(420px) rotateX(58deg) scale(1.3);
  transform-origin: center bottom;
  animation: future-grid-drift 8s linear infinite;
  -webkit-mask-image: linear-gradient(to top, #000 25%, transparent 92%);
  mask-image: linear-gradient(to top, #000 25%, transparent 92%);
}
.future-scan {
  position: absolute;
  z-index: 4;
  left: 8%;
  right: 8%;
  height: 2px;
  top: 12%;
  background: linear-gradient(90deg, transparent, rgba(230,64,210,.95), rgba(255,255,255,.98), transparent);
  box-shadow: 0 0 18px rgba(230,64,210,.8);
  animation: future-scan 4.4s ease-in-out infinite;
}
.future-orbit {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  border: 1px solid rgba(149,55,216,0.34);
  box-shadow: inset 0 0 20px rgba(149,55,216,0.06), 0 0 24px rgba(149,55,216,0.08);
}
.future-orbit span {
  position: absolute;
  top: -6px;
  left: 50%;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #f15be1;
  box-shadow: 0 0 8px #fff, 0 0 22px rgba(230,64,210,.95);
}
.future-orbit-one {
  width: 236px;
  height: 236px;
  margin: -118px;
  animation: future-spin 8s linear infinite;
}
.future-orbit-two {
  width: 314px;
  height: 314px;
  margin: -157px;
  border-style: dashed;
  animation: future-spin-reverse 13s linear infinite;
}
.future-orbit-three {
  width: 382px;
  height: 382px;
  margin: -191px;
  border-color: rgba(64,48,168,0.23);
  animation: future-spin 19s linear infinite;
}
.future-core {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  width: 142px;
  height: 142px;
  padding: 8px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(145deg, rgba(255,255,255,.96), rgba(205,166,239,.72));
  border: 1px solid rgba(255,255,255,.9);
  box-shadow:
    0 0 0 12px rgba(149,55,216,.07),
    0 0 38px rgba(149,55,216,.44),
    0 0 90px rgba(230,64,210,.28);
  animation: future-core-pulse 3.6s ease-in-out infinite;
}
.future-core img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.future-node {
  position: absolute;
  z-index: 3;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #6935c4;
  box-shadow: 0 0 0 7px rgba(149,55,216,.10), 0 0 20px rgba(149,55,216,.85);
  animation: future-node-pulse 2.4s ease-in-out infinite;
}
.node-one { top: 18%; left: 18%; }
.node-two { top: 25%; right: 14%; animation-delay: -.8s; }
.node-three { bottom: 18%; left: 13%; animation-delay: -1.4s; }
.node-four { bottom: 14%; right: 20%; animation-delay: -2s; }

@keyframes future-spin {
  to { transform: rotate(360deg); }
}
@keyframes future-spin-reverse {
  to { transform: rotate(-360deg); }
}
@keyframes future-grid-drift {
  to { background-position: 0 46px, 46px 0; }
}
@keyframes future-scan {
  0%, 100% { top: 12%; opacity: .35; }
  50% { top: 88%; opacity: 1; }
}
@keyframes future-core-pulse {
  0%, 100% { transform: translate(-50%, -50%) scale(.96); }
  50% { transform: translate(-50%, -50%) scale(1.04); }
}
@keyframes future-node-pulse {
  0%, 100% { opacity: .35; transform: scale(.72); }
  50% { opacity: 1; transform: scale(1.25); }
}
.value-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}
.value-grid article {
  padding: 20px;
  border-radius: 22px;
  border: 1px solid rgba(149,55,216,0.12);
  background: linear-gradient(180deg, rgba(255,255,255,0.90), rgba(244,249,255,0.72));
}
.value-grid strong,
.feature-card h3,
.service-card h3,
.project-card h3,
.step h3,
.contact-card h3 {
  display: block;
  margin-bottom: 8px;
  font-size: 1.15rem;
}
.feature-grid,
.service-grid,
.project-grid {
  display: grid;
  gap: 20px;
}
.feature-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.service-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.project-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.feature-card,
.service-card,
.project-card { padding: 28px; }
.feature-card,
.service-card,
.project-card,
.step,
.contact-card,
.faq-list details,
.mini-card,
.hero-copy,
.hero-panel,
.glass-box,
.geo-card {
  transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease, background .3s ease;
}
.feature-card:hover,
.service-card:hover,
.project-card:hover,
.step:hover,
.contact-card:hover,
.faq-list details:hover,
.mini-card:hover {
  border-color: var(--line-strong);
  transform: translateY(-4px);
  box-shadow: 0 36px 85px rgba(16,58,143,0.16);
}
.geo-layout { align-items: center; }
.geo-card { padding: 30px; }
.logo-cloud {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.logo-chip {
  min-height: 118px;
  display: grid;
  place-items: center;
  text-align: center;
  font-size: 1.12rem;
  font-weight: 800;
  border-radius: 26px;
  color: var(--navy);
  background: rgba(255,255,255,0.84);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}
.steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.step { padding: 28px; }
.step span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, var(--blue-dark), var(--blue));
  font-weight: 900;
  margin-bottom: 14px;
}
.faq-list {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  gap: 16px;
}
.faq-list details { padding: 0 24px; }
.faq-list summary {
  cursor: pointer;
  list-style: none;
  padding: 22px 0;
  font-weight: 800;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list p { margin: 0 0 22px; }
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0,1.2fr) minmax(320px,.8fr);
  gap: 20px;
}
.contact-card { padding: 30px; }
.contact-card.big {
  background: linear-gradient(180deg, rgba(255,255,255,0.90), rgba(236,245,255,0.84));
}

.section-media {
  margin: 0;
  overflow: hidden;
  border-radius: 28px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}
.section-media img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  transition: transform .55s ease;
}
.section-media:hover img {
  transform: scale(1.025);
}
.section-media-compact {
  margin-top: 28px;
}
.section-media-wide {
  margin: 6px 0 32px;
}
.section-media-wide img {
  max-height: 520px;
}
.section-media-geo {
  margin: 24px 0;
}
.section-media-geo img {
  max-height: 360px;
}
.video-showcase {
  background:
    radial-gradient(circle at 15% 18%, rgba(149,55,216,0.10), transparent 28%),
    radial-gradient(circle at 85% 80%, rgba(230,64,210,0.08), transparent 24%);
}
.video-frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  width: min(1200px, 100%);
  margin: 0 auto;
  border-radius: 30px;
  border: 1px solid rgba(149,55,216,0.24);
  box-shadow: 0 30px 80px rgba(74,35,126,0.22);
  background: #17122f;
}
.video-frame video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #17122f;
}
.pricing-section {
  background:
    radial-gradient(circle at 12% 15%, rgba(149,55,216,0.09), transparent 24%),
    radial-gradient(circle at 88% 82%, rgba(230,64,210,0.08), transparent 26%),
    linear-gradient(180deg, rgba(255,255,255,.76), rgba(247,240,253,.78));
}
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}
.pricing-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  border-radius: 30px;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(149,55,216,.16);
  box-shadow: 0 28px 70px rgba(74,35,126,.13);
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.pricing-card:hover {
  transform: translateY(-7px);
  border-color: rgba(149,55,216,.38);
  box-shadow: 0 36px 90px rgba(74,35,126,.20);
}
.pricing-card-featured {
  border-color: rgba(149,55,216,.42);
  box-shadow: 0 32px 86px rgba(104,45,158,.21);
}
.pricing-card-signature {
  background:
    radial-gradient(circle at top right, rgba(230,64,210,.11), transparent 30%),
    rgba(255,255,255,.94);
  border-color: rgba(230,64,210,.34);
}
.pricing-media {
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 16 / 10;
  padding: 14px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 50%, rgba(149,55,216,.07), transparent 58%),
    linear-gradient(180deg, #fff, #faf7fe);
  border-bottom: 1px solid rgba(149,55,216,.12);
}
.pricing-media img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
}
.pricing-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  padding: 26px;
}
.pricing-badge {
  display: inline-flex;
  padding: 7px 11px;
  margin-bottom: 16px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #43238f, #a832d4 68%, #e640d2);
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .13em;
  box-shadow: 0 10px 24px rgba(149,55,216,.22);
}
.pricing-card h3 {
  margin: 0 0 12px;
  font-size: clamp(1.55rem, 2vw, 2.1rem);
  line-height: 1.05;
  background: linear-gradient(90deg, #17122f, #43238f 45%, #a832d4 78%, #e640d2);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.pricing-description {
  min-height: 5.2em;
  margin: 0 0 18px;
  color: var(--muted);
}
.pricing-price {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  margin-top: 4px;
  color: var(--navy);
}
.pricing-price strong {
  font-size: clamp(2.55rem, 3.6vw, 4.1rem);
  line-height: .9;
  letter-spacing: -.05em;
}
.pricing-price span {
  margin-top: 2px;
  color: var(--blue);
  font-size: 1.45rem;
  font-weight: 900;
}
.pricing-content > small {
  margin: 8px 0 20px;
  color: var(--muted);
  font-weight: 700;
  letter-spacing: .04em;
}
.pricing-features {
  flex: 1;
  width: 100%;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}
.pricing-features li {
  position: relative;
  padding: 9px 0 9px 27px;
  color: #3c3151;
  border-bottom: 1px solid rgba(149,55,216,.09);
}
.pricing-features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 9px;
  color: var(--blue);
  font-weight: 900;
}
.pricing-button {
  width: 100%;
  margin-top: auto;
  min-height: 54px;
}
.footer {
  padding: 28px 0 42px;
  border-top: 1px solid rgba(149,55,216,0.10);
  background: linear-gradient(180deg, rgba(255,255,255,0.52), rgba(240,247,255,0.7));
}
.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}
.footer-inner p,
.footer-inner a {
  color: var(--muted);
  text-decoration: none;
  margin: 4px 0;
}



.hero h1,
.section-head h2,
.split-layout h2,
.geo-card h2,
.contact-card h2,
.hero-stack-card h2,
.feature-card h3,
.service-card h3,
.project-card h3,
.step h3,
.contact-card h3,
.value-grid strong,
.faq-list summary {
  position: relative;
  display: inline-block;
  width: fit-content;
  max-width: 100%;
  background: linear-gradient(90deg, #17122f 0%, #4030a8 30%, #9537d8 70%, #e640d2 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  margin-bottom: 10px;
}

.hero h1::after,
.section-head h2::after,
.split-layout h2::after,
.geo-card h2::after,
.contact-card h2::after,
.hero-stack-card h2::after,
.feature-card h3::after,
.service-card h3::after,
.project-card h3::after,
.step h3::after,
.contact-card h3::after,
.value-grid strong::after,
.faq-list summary::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: min(92%, 220px);
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(23,18,47,0.92), rgba(149,55,216,0.80), rgba(230,64,210,0.18));
  box-shadow: 0 0 16px rgba(149,55,216,0.24);
}

.hero h1::before,
.section-head h2::before,
.split-layout h2::before,
.geo-card h2::before,
.contact-card h2::before,
.hero-stack-card h2::before,
.feature-card h3::before,
.service-card h3::before,
.project-card h3::before,
.step h3::before,
.contact-card h3::before,
.value-grid strong::before,
.faq-list summary::before {
  content: "";
  position: absolute;
  right: -24px;
  bottom: -16px;
  width: 18px;
  height: 18px;
  border-right: 2px solid rgba(149,55,216,0.65);
  border-bottom: 2px solid rgba(230,64,210,0.58);
  transform: skewX(-24deg);
  filter: drop-shadow(0 0 10px rgba(149,55,216,0.22));
}

.hero h1 {
  padding-bottom: 18px;
}

.section-head h2,
.split-layout h2,
.geo-card h2,
.contact-card h2,
.hero-stack-card h2 {
  padding-bottom: 16px;
}

.feature-card h3,
.service-card h3,
.project-card h3,
.step h3,
.contact-card h3,
.value-grid strong,
.faq-list summary {
  padding-bottom: 14px;
}

.section-head h2,
.hero-stack-card h2 {
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 760px) {
  .hero h1::before,
  .section-head h2::before,
  .split-layout h2::before,
  .geo-card h2::before,
  .contact-card h2::before,
  .hero-stack-card h2::before,
  .feature-card h3::before,
  .service-card h3::before,
  .project-card h3::before,
  .step h3::before,
  .contact-card h3::before,
  .value-grid strong::before,
  .faq-list summary::before {
    right: -14px;
    width: 12px;
    height: 12px;
  }
}

.reveal-ready [data-reveal],
.reveal-ready [data-reveal-item] {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .8s ease, transform .8s ease;
}
.reveal-ready [data-reveal="left"] { transform: translateX(-30px); }
.reveal-ready [data-reveal="up"] { transform: translateY(30px); }
.reveal-ready .is-in {
  opacity: 1 !important;
  transform: translate(0,0) !important;
}

@media (max-width: 1360px) {
  .pricing-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pricing-description { min-height: auto; }
}

@media (max-width: 1240px) {
  .split-layout,
  .contact-grid,
  .geo-layout { grid-template-columns: 1fr; }
  .feature-grid,
  .service-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .project-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .steps { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .hero h1 { max-width: 18ch; }
}

@media (max-width: 1180px) {
  .hero-points { grid-template-columns: 1fr; }
}

@media (max-width: 860px) {
  .hamburger { display: inline-block; }
  .menu {
    position: fixed;
    top: 96px;
    right: 18px;
    width: min(340px, calc(100% - 36px));
    padding: 16px;
    border-radius: 24px;
    background: rgba(255,255,255,0.97);
    border: 1px solid var(--line);
    box-shadow: var(--shadow-soft);
    flex-direction: column;
    align-items: stretch;
    transform: translateY(-10px);
    opacity: 0;
    pointer-events: none;
    transition: .22s ease;
  }
  body.nav-open .menu {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
  .menu a { text-align: center; }
}

@media (max-width: 760px) {
  body { padding-top: 78px; }
  .wrap { width: min(100% - 22px, 1600px); }
  .topbar-inner { min-height: 78px; }
  .brand-icon { width: 52px; height: 52px; }
  .brand-text span { font-size: .85rem; }
  .hero {
    padding-top: 36px;
    min-height: auto;
  }
  .hero-copy,
  .hero-panel,
  .glass-box,
  .feature-card,
  .service-card,
  .project-card,
  .geo-card,
  .contact-card,
  .step,
  .hero-stack-card,
  .mini-card { padding: 20px; }
  .feature-grid,
  .service-grid,
  .project-grid,
  .pricing-grid,
  .steps,
  .value-grid,
  .logo-cloud,
  .contact-grid { grid-template-columns: 1fr; }
  .section { padding: 24px 0 68px; }
  .hero-grid { padding-bottom: 60px; }
  .hero-copy { min-height: auto; }
  .hero h1 { font-size: clamp(2rem, 10vw, 3.15rem); }
  .hero-wordmark { width: 100%; }
  .hero-divider { margin-top: -10px; }
  .section-media,
  .video-frame { border-radius: 22px; }
  .section-media-wide { margin-bottom: 24px; }
  .pricing-card { border-radius: 22px; }
  .pricing-content { padding: 24px 22px; }
  .pricing-price strong { font-size: 3rem; }
  .presentation-side { grid-template-rows: auto 340px; gap: 18px; }
  .future-animation { min-height: 340px; border-radius: 22px; }
  .future-orbit-one { width: 190px; height: 190px; margin: -95px; }
  .future-orbit-two { width: 252px; height: 252px; margin: -126px; }
  .future-orbit-three { width: 306px; height: 306px; margin: -153px; }
  .future-core { width: 116px; height: 116px; }
}

@media (prefers-reduced-motion: reduce) {
  .site-loader::before,
  .site-loader::after,
  .loader-atmosphere,
  .loader-ring,
  .loader-orb,
  .loader-particle,
  .future-grid,
  .future-scan,
  .future-orbit,
  .future-core,
  .future-node {
    animation-play-state: paused !important;
  }
}
