/*
Theme Name: WEBNOYA Static
Theme URI: https://webnoya.local
Author: WEBNOYA
Description: Custom WordPress theme converted from the static WEBNOYA HTML/CSS/JS website.
Version: 1.0.0
Text Domain: webnoya
*/

:root {
  --ink: #070d1f;
  --muted: #58617a;
  --line: rgba(94, 99, 141, .13);
  --soft-line: rgba(104, 111, 161, .08);
  --paper: #fff;
  --lavender: #8f82ff;
  --lavender-deep: #7665ef;
  --lavender-wash: #f4f1ff;
  --pearl-lavender: #dedbff;
  --accent-shine: linear-gradient(98deg, #6657d8 0%, #8272f1 42%, #9d95fa 74%, #d7d5ff 100%);
  --shadow: 0 16px 56px rgba(27, 34, 71, .06);
}

* {
  box-sizing: border-box;
}

html {
  background: #fbfcff;
}

body {
  --page-x: 50vw;
  --page-y: 26vh;
  min-height: 100vh;
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 50% -15%, rgba(173, 164, 255, .15), transparent 26rem),
    linear-gradient(180deg, #fff 0%, #fdfdff 100%);
  font-family: "Aptos", Inter, "Segoe UI", Arial, sans-serif;
  letter-spacing: 0;
}

.motion-capable body::after {
  width: 620px;
  height: 620px;
  position: fixed;
  z-index: -1;
  top: var(--page-y);
  left: var(--page-x);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(224, 220, 255, .34) 0%, rgba(245, 244, 255, .18) 34%, transparent 72%);
  content: "";
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: top .18s linear, left .18s linear;
}

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

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

.page {
  overflow-x: hidden;
}

.shell {
  width: min(1360px, calc(100vw - 80px));
  margin: 0 auto;
}

.site-header {
  height: 94px;
  position: sticky;
  z-index: 20;
  top: 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 34px;
  isolation: isolate;
}

.site-header::before {
  position: absolute;
  z-index: -1;
  inset: 12px -18px;
  border: 1px solid rgba(104, 111, 161, .07);
  border-radius: 16px;
  background: rgba(255,255,255,.76);
  box-shadow: 0 18px 58px rgba(24,30,66,.055), inset 0 1px 0 rgba(255,255,255,.95);
  backdrop-filter: blur(18px);
  content: "";
}

.motion-capable .site-header,
.motion-capable .crumbs,
.motion-capable .eyebrow,
.motion-capable h1,
.motion-capable .lede,
.motion-capable .button-row,
.motion-capable .filter-row {
  opacity: 0;
  transform: translateY(18px);
}

.motion-capable body.motion-ready .site-header,
.motion-capable body.motion-ready .crumbs,
.motion-capable body.motion-ready .eyebrow,
.motion-capable body.motion-ready h1,
.motion-capable body.motion-ready .lede,
.motion-capable body.motion-ready .button-row,
.motion-capable body.motion-ready .filter-row {
  animation: welcomeRise .9s cubic-bezier(.16,1,.3,1) forwards;
}

.motion-capable body.motion-ready .crumbs {
  animation-delay: .06s;
}

.motion-capable body.motion-ready .eyebrow {
  animation-delay: .14s;
}

.motion-capable body.motion-ready h1 {
  animation-delay: .22s;
}

.motion-capable body.motion-ready .lede {
  animation-delay: .34s;
}

.motion-capable body.motion-ready .button-row,
.motion-capable body.motion-ready .filter-row {
  animation-delay: .46s;
}

.brand,
.site-nav,
.button,
.metrics,
.filter-row,
.value-row {
  display: flex;
  align-items: center;
}

.brand {
  justify-self: start;
  gap: 13px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .42em;
}

.brand-mark {
  width: 52px;
  height: 32px;
  display: block;
  position: relative;
  overflow: visible;
  filter: drop-shadow(0 5px 11px rgba(99, 93, 238, .14));
}

.brand-mark i,
.brand-mark b,
.brand-mark em {
  width: 12px;
  position: absolute;
  display: block;
  border-radius: 999px;
  content: "";
}

.brand-mark i {
  height: 30px;
  top: 1px;
  left: 8px;
  background: linear-gradient(180deg, #6fb5ff, #4965f3 78%, #5a50ed);
  transform: rotate(-28deg);
}

.brand-mark b {
  height: 24px;
  top: 6px;
  left: 24px;
  background: linear-gradient(180deg, rgba(234,226,255,.98), rgba(186,176,255,.86));
  transform: rotate(28deg);
}

.brand-mark em {
  height: 30px;
  top: 1px;
  right: 7px;
  background: linear-gradient(180deg, #ffc9f2, #9854ff 48%, #574af2);
  font-style: normal;
  transform: rotate(28deg);
}

.brand-name {
  display: inline-block;
  color: #071126;
  line-height: 1;
  white-space: nowrap;
}

.brand-name span {
  color: #5d6cff;
}

.site-nav {
  justify-self: center;
  gap: clamp(18px, 2.2vw, 42px);
  color: #182138;
  font-size: 12px;
  font-weight: 650;
}

.site-nav a {
  position: relative;
  padding: 15px 0;
}

.site-nav a.active {
  color: var(--lavender-deep);
}

.site-nav a.active::after {
  position: absolute;
  right: -12px;
  bottom: 8px;
  left: -12px;
  height: 8px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(130, 112, 255, .3), transparent 74%);
  content: "";
}

.button {
  width: max-content;
  min-height: 42px;
  justify-content: center;
  gap: 14px;
  border: 0;
  border-radius: 8px;
  padding: 0 21px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 750;
  overflow: hidden;
  position: relative;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}

.button::before {
  width: 44%;
  height: 180%;
  position: absolute;
  top: -40%;
  left: -66%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.56), transparent);
  content: "";
  transform: rotate(20deg);
  transition: left .7s ease;
}

.button:hover::before {
  left: 124%;
}

.button span {
  font-size: 16px;
  line-height: 1;
}

.button:hover,
.service-card:hover,
.project-card:hover,
.team-grid article:hover {
  transform: translateY(-3px);
}

.button-dark {
  justify-self: end;
  color: #fff;
  background: linear-gradient(135deg, #040a1b, #101a36);
  box-shadow: 0 14px 30px rgba(6, 12, 30, .18);
}

.button-light {
  color: var(--ink);
  background: #fff;
  box-shadow: inset 0 0 0 1px var(--line), 0 10px 24px rgba(18, 28, 53, .05);
}

.crumbs {
  height: 34px;
  display: flex;
  align-items: center;
  gap: 13px;
  color: #a0a7bc;
  font-size: 11px;
  font-weight: 650;
}

.crumbs span {
  color: #d1d4df;
}

.eyebrow {
  margin: 0 0 22px;
  color: var(--lavender-deep);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 760px;
  margin-bottom: 22px;
  font-size: clamp(34px, 3.15vw, 56px);
  font-weight: 720;
  line-height: .99;
  letter-spacing: -.045em;
}

h1 em {
  color: #7b6dec;
  background: var(--accent-shine);
  background-clip: text;
  -webkit-background-clip: text;
  filter: drop-shadow(0 8px 18px rgba(129, 114, 246, .08));
  font-style: normal;
  -webkit-text-fill-color: transparent;
}

.lede {
  max-width: 520px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 540;
  line-height: 1.7;
}

.split-hero {
  min-height: 390px;
  display: grid;
  grid-template-columns: minmax(360px, .95fr) 1fr;
  align-items: center;
  gap: 40px;
}

.art {
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  --glow-x: 50%;
  --glow-y: 50%;
  position: relative;
  min-height: 350px;
  transform-style: preserve-3d;
  transition: transform .6s cubic-bezier(.16,1,.3,1);
}

.art.depth-reactive {
  transform: perspective(1000px) rotateX(var(--tilt-y)) rotateY(var(--tilt-x));
}

.art img {
  position: absolute;
  inset: 0 0 0 auto;
  width: min(100%, 650px);
  height: 100%;
  object-fit: contain;
  filter: saturate(1.08) contrast(1.01);
  mix-blend-mode: multiply;
  animation: drift 8s ease-in-out infinite;
}

.art::after,
.mockup-stack::after,
.process-visual .process-flare {
  position: absolute;
  inset: 10%;
  border-radius: 50%;
  background: radial-gradient(circle at var(--glow-x, 50%) var(--glow-y, 50%), rgba(255,255,255,.9), rgba(216,208,255,.2) 21%, transparent 58%);
  content: "";
  opacity: .6;
  pointer-events: none;
  mix-blend-mode: screen;
}

.loop-orb,
.loop-glint {
  position: absolute;
  z-index: 2;
  border-radius: 50%;
  pointer-events: none;
  offset-rotate: 0deg;
}

.loop-orb {
  width: 16px;
  height: 16px;
  background:
    radial-gradient(circle at 30% 27%, rgba(255,255,255,.96), transparent 25%),
    radial-gradient(circle at 66% 68%, #5139e8, #9a85ff 70%);
  box-shadow: 0 10px 22px rgba(97,72,234,.28), 0 0 19px rgba(137,117,255,.24);
  offset-path: path("M 188 204 C 252 73 466 43 546 120 C 617 192 538 301 380 289 C 239 279 136 239 188 204");
  animation: loopTravel 8.4s cubic-bezier(.45,.05,.55,.95) infinite;
}

.loop-glint {
  width: 11px;
  height: 11px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 0 22px rgba(255,255,255,.98), 0 0 34px rgba(151,135,255,.46);
  offset-path: path("M 198 205 C 296 84 509 76 553 158 C 587 224 496 287 354 276 C 248 267 159 237 198 205");
  animation: loopTravel 5.8s linear infinite reverse;
}

.spark,
.star {
  color: var(--lavender-deep);
  font-size: 31px;
  font-weight: 300;
  line-height: 1;
}

.spark {
  position: absolute;
  z-index: 1;
  animation: twinkle 4s ease-in-out infinite;
}

.spark-a {
  top: 73px;
  left: 15%;
}

.spark-b {
  right: 6%;
  bottom: 84px;
  color: #ffc964;
  font-size: 15px;
  animation-delay: 1s;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  padding-bottom: 58px;
}

.service-card,
.steps-panel,
.cta-strip,
.about-values,
.team-grid article,
.benefits,
.contact-form,
.contact-note {
  border: 1px solid var(--line);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.8), var(--shadow);
}

.service-card {
  position: relative;
  min-height: 245px;
  border-radius: 14px;
  padding: 32px 31px;
  background: rgba(255,255,255,.78);
  transition: transform .25s ease, box-shadow .25s ease;
}

.service-card-glow {
  background:
    radial-gradient(circle at 80% 16%, rgba(147, 131, 255, .2), transparent 8rem),
    rgba(248, 246, 255, .9);
}

.service-card h2,
.steps-panel h2,
.cta-strip h2,
.about-values h2,
.team-grid h2,
.benefits h2,
.contact-note h2 {
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 1.15;
  letter-spacing: -.025em;
}

.service-card p,
.steps-panel p,
.cta-strip p,
.about-values p,
.team-grid p,
.benefits p,
.contact-note p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.65;
}

.service-card > a,
.project-card > a {
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--ink);
  background: #fff;
  box-shadow: 0 7px 18px rgba(18, 28, 53, .12);
  font-size: 16px;
  font-weight: 700;
}

.service-card > a {
  position: absolute;
  bottom: 27px;
  left: 30px;
}

.service-card > span:not(.spark) {
  width: 42px;
  height: 42px;
  display: block;
  position: relative;
  margin-bottom: 34px;
  border-radius: 11px;
  background: linear-gradient(135deg, #fff, #eeeaff);
  box-shadow: inset 0 0 0 1px rgba(118, 101, 239, .08);
}

.icon-screen::before,
.icon-shield::before,
.icon-orbit::before {
  position: absolute;
  inset: 12px;
  border: 2px solid var(--lavender-deep);
  border-radius: 4px;
  content: "";
}

.icon-screen::after {
  position: absolute;
  right: 13px;
  bottom: 9px;
  left: 13px;
  height: 2px;
  background: var(--lavender-deep);
  content: "";
}

.icon-bolt::before {
  position: absolute;
  inset: 9px 13px;
  background: var(--lavender-deep);
  clip-path: polygon(55% 0, 100% 0, 65% 38%, 87% 38%, 25% 100%, 38% 53%, 0 53%);
  content: "";
}

.icon-link::before,
.icon-link::after {
  position: absolute;
  width: 17px;
  height: 8px;
  border: 2px solid var(--lavender-deep);
  border-radius: 999px;
  content: "";
  transform: rotate(-45deg);
}

.icon-link::before {
  top: 12px;
  left: 7px;
}

.icon-link::after {
  right: 7px;
  bottom: 12px;
}

.icon-chart::before {
  position: absolute;
  inset: 11px 10px;
  border-right: 2px solid var(--lavender-deep);
  border-bottom: 2px solid var(--lavender-deep);
  content: "";
}

.icon-chart::after {
  position: absolute;
  right: 9px;
  bottom: 11px;
  left: 10px;
  height: 17px;
  border-left: 2px solid var(--lavender-deep);
  border-bottom: 2px solid var(--lavender-deep);
  content: "";
  transform: skewY(-34deg);
}

.icon-shield::before {
  inset: 9px 11px 10px;
  border-radius: 10px 10px 13px 13px;
  clip-path: polygon(50% 0, 100% 17%, 86% 76%, 50% 100%, 14% 76%, 0 17%);
}

.icon-orbit::before {
  inset: 10px;
  border-radius: 50%;
}

.icon-orbit::after {
  position: absolute;
  top: 19px;
  right: 7px;
  left: 7px;
  height: 2px;
  border-radius: 999px;
  background: var(--lavender-deep);
  content: "";
  transform: rotate(28deg);
}

.process-hero {
  min-height: 300px;
}

.process-visual {
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  --glow-x: 50%;
  --glow-y: 50%;
  width: min(100%, 590px);
  height: 346px;
  position: relative;
  justify-self: end;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: transform .7s cubic-bezier(.16,1,.3,1);
}

.process-visual.depth-reactive {
  transform: perspective(1100px) rotateX(var(--tilt-y)) rotateY(var(--tilt-x));
}

.process-visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  mix-blend-mode: multiply;
  filter: saturate(.97) contrast(1.01);
  animation: processFloat 8s ease-in-out infinite;
}

.process-visual::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, #fff 0%, transparent 9%, transparent 92%, #fff 100%),
    linear-gradient(180deg, #fff 0%, transparent 6%, transparent 92%, #fff 100%);
  content: "";
  pointer-events: none;
}

.process-visual::before {
  width: 9px;
  height: 9px;
  position: absolute;
  z-index: 1;
  top: 84px;
  right: 33px;
  border-radius: 50%;
  background: rgba(130, 117, 247, .62);
  box-shadow: -430px 42px 0 rgba(130, 117, 247, .42);
  content: "";
}

.process-visual .process-flare {
  inset: 3% 11%;
  border-radius: 46%;
  opacity: .72;
  animation: flareSweep 7.8s ease-in-out infinite;
}

.process-signal {
  width: 116px;
  height: 116px;
  position: absolute;
  z-index: 2;
  top: 102px;
  left: 54%;
  border: 1px solid rgba(132,116,246,.15);
  border-radius: 50%;
  box-shadow:
    0 0 0 24px rgba(131,116,246,.045),
    0 0 64px rgba(129,111,243,.14);
  animation: signalOrbit 8s linear infinite;
}

.process-signal::before {
  width: 9px;
  height: 9px;
  position: absolute;
  top: 8px;
  left: 13px;
  border-radius: 50%;
  background: linear-gradient(135deg, #fff, #7767e8);
  box-shadow: 0 0 18px rgba(118,101,239,.45);
  content: "";
}

.ring-orb {
  position: absolute;
  z-index: 3;
  border-radius: 50%;
  pointer-events: none;
  offset-rotate: 0deg;
  background:
    radial-gradient(circle at 31% 28%, rgba(255,255,255,.98), transparent 29%),
    linear-gradient(135deg, #d8d1ff, #7460ed);
  box-shadow: 0 0 20px rgba(118,101,239,.38), 0 9px 22px rgba(92,72,222,.23);
}

.ring-orb-top {
  width: 10px;
  height: 10px;
  offset-path: path("M 150 127 C 247 49 438 54 501 113 C 444 166 266 186 150 127");
  animation: ringTravel 6.8s linear infinite;
}

.ring-orb-mid {
  width: 13px;
  height: 13px;
  offset-path: path("M 123 218 C 232 117 467 129 527 216 C 430 298 235 310 123 218");
  animation: ringTravel 8.7s cubic-bezier(.45,.05,.55,.95) infinite reverse;
}

.ring-orb-low {
  width: 9px;
  height: 9px;
  offset-path: path("M 160 281 C 270 226 440 239 504 305 C 411 349 244 350 160 281");
  animation: ringTravel 7.4s linear infinite;
  animation-delay: -2.5s;
}

.steps-panel {
  --process-scale: .2;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  background: rgba(255,255,255,.78);
}

.steps-panel::before,
.steps-panel::after {
  width: 1px;
  position: absolute;
  z-index: 1;
  top: 38px;
  left: 66px;
  content: "";
  pointer-events: none;
}

.steps-panel::before {
  bottom: 38px;
  background: rgba(128,116,228,.11);
}

.steps-panel::after {
  bottom: 38px;
  background: linear-gradient(180deg, rgba(118,101,239,.08), rgba(118,101,239,.8), rgba(210,202,255,.42));
  box-shadow: 0 0 18px rgba(118,101,239,.3);
  transform: scaleY(var(--process-scale));
  transform-origin: top;
  transition: transform .7s cubic-bezier(.16,1,.3,1);
}

.steps-panel article {
  position: relative;
  min-height: 78px;
  display: grid;
  grid-template-columns: 74px 220px 1fr;
  align-items: center;
  gap: 26px;
  padding: 0 26px;
  border-bottom: 1px solid var(--soft-line);
  opacity: 0;
  transform: translateY(14px);
  animation: stepReveal .72s cubic-bezier(.2,.8,.2,1) forwards;
}

.steps-panel article:nth-child(1) {
  animation-delay: .08s;
}

.steps-panel article:nth-child(2) {
  animation-delay: .2s;
}

.steps-panel article:nth-child(3) {
  animation-delay: .32s;
}

.steps-panel article:nth-child(4) {
  animation-delay: .44s;
}

.steps-panel article:nth-child(5) {
  animation-delay: .56s;
}

.steps-panel article.is-active {
  background:
    radial-gradient(circle at 7% 50%, rgba(139,123,248,.15), transparent 10rem),
    linear-gradient(90deg, rgba(255,255,255,.98), rgba(248,247,255,.86));
}

.steps-panel article.is-active h2 {
  color: #6657d8;
}

.steps-panel article.is-active .step-icon {
  color: #fff;
  background: linear-gradient(135deg, #8f82ff, #6657d8);
  box-shadow: 0 14px 34px rgba(118,101,239,.26);
}

.steps-panel article.is-passed .step-icon {
  border-color: rgba(118,101,239,.18);
}

.steps-panel article:last-child {
  border-bottom: 0;
}

.step-icon {
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--lavender-deep);
  background: linear-gradient(135deg, #fff, #f0edff);
  font-size: 12px;
  font-weight: 850;
  box-shadow: inset 0 0 0 1px rgba(118,101,239,.08);
  animation: numberPulse 3.8s ease-in-out infinite;
  position: relative;
  z-index: 2;
}

.steps-panel h2 {
  margin: 0;
}

.cta-strip {
  min-height: 132px;
  position: relative;
  display: grid;
  grid-template-columns: 48px 1fr auto;
  align-items: center;
  gap: 24px;
  overflow: hidden;
  margin: 28px 0 56px;
  border-radius: 16px;
  padding: 24px 38px;
  background: rgba(255,255,255,.76);
}

.cta-strip img {
  width: 220px;
  position: absolute;
  right: -5px;
  bottom: -87px;
  opacity: .78;
  mix-blend-mode: multiply;
  animation: ribbonBreathe 8s ease-in-out infinite;
}

.cta-strip .button {
  position: relative;
  z-index: 1;
}

.compact-hero {
  padding: 42px 0 18px;
}

.compact-hero .lede {
  max-width: 420px;
}

.filter-row {
  gap: 10px;
  margin-bottom: 22px;
}

.filter-row button {
  min-height: 30px;
  border: 0;
  border-radius: 7px;
  padding: 0 18px;
  color: #323b54;
  background: transparent;
  font-size: 11px;
  font-weight: 750;
}

.filter-row button.selected {
  color: #fff;
  background: linear-gradient(135deg, #8e81ff, #7868ef);
  box-shadow: 0 10px 20px rgba(118, 101, 239, .2);
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.project-card {
  min-height: 268px;
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  color: #fff;
  box-shadow: 0 24px 48px rgba(2, 5, 20, .16);
  transition: transform .25s ease;
}

.project-card::before,
.project-card::after {
  position: absolute;
  content: "";
}

.project-card::before {
  inset: 0;
  background: linear-gradient(90deg, rgba(2, 5, 16, .84), rgba(2, 5, 16, .18));
}

.project-card::after {
  filter: blur(1px);
}

.project-card div {
  position: absolute;
  z-index: 1;
  bottom: 31px;
  left: 32px;
}

.project-card h2 {
  margin-bottom: 8px;
  font-size: 22px;
  letter-spacing: -.04em;
}

.project-card p {
  margin-bottom: 18px;
  color: rgba(255,255,255,.8);
  font-size: 12px;
}

.project-card span {
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(255,255,255,.14);
  font-size: 10px;
  font-weight: 750;
}

.project-card > a {
  position: absolute;
  z-index: 1;
  right: 24px;
  bottom: 23px;
}

.avanty {
  background:
    radial-gradient(circle at 62% 42%, rgba(212,219,255,.9), transparent 9rem),
    radial-gradient(circle at 55% 50%, rgba(16,22,40,.7), transparent 13rem),
    linear-gradient(120deg, #050714, #1a1d31 58%, #d7d8e7);
}

.avanty::after {
  width: 320px;
  height: 420px;
  top: -90px;
  right: 40px;
  border-radius: 48%;
  background: linear-gradient(120deg, #040714 20%, #e8e9f5 53%, #090c18 54%);
  transform: rotate(24deg);
}

.elvora {
  background:
    radial-gradient(circle at 72% 35%, rgba(244, 201, 104, .36), transparent 10rem),
    linear-gradient(125deg, #0c0907, #291709 58%, #090705);
}

.elvora::after {
  width: 112px;
  height: 190px;
  top: 35px;
  right: 112px;
  border-radius: 55px 55px 26px 26px;
  background:
    radial-gradient(circle at 50% 20%, rgba(255,224,160,.9), transparent 2.2rem),
    linear-gradient(90deg, #6e4d1f, #f2d28d 45%, #5d421c);
  box-shadow: 0 0 0 16px rgba(213,161,66,.08), 0 0 80px rgba(224,174,83,.24);
}

.nexora {
  background:
    radial-gradient(circle at 65% 46%, rgba(91, 147, 255, .56), transparent 10rem),
    linear-gradient(125deg, #020618, #061139 60%, #13255d);
}

.nexora::after {
  width: 145px;
  height: 145px;
  top: 61px;
  right: 142px;
  border: 27px solid rgba(172, 214, 255, .86);
  border-radius: 50%;
  box-shadow: 0 0 48px rgba(95,170,255,.45);
}

.lumenix {
  background:
    radial-gradient(circle at 74% 31%, rgba(255,255,255,.19), transparent 7rem),
    linear-gradient(130deg, #070808, #22201e 62%, #0b0c0f);
}

.lumenix::after {
  width: 230px;
  height: 155px;
  top: 55px;
  right: 46px;
  border-radius: 22px;
  background:
    radial-gradient(circle at 73% 50%, #dfded9 0 17px, #8c8a86 18px 42px, transparent 43px),
    linear-gradient(145deg, transparent 0 38%, #f5f0e9 39% 56%, transparent 57%),
    linear-gradient(145deg, #777, #171717);
  transform: rotate(-11deg);
}

.compact-cta {
  min-height: 100px;
  margin-top: 23px;
  margin-bottom: 44px;
}

.about-hero {
  min-height: 452px;
  display: grid;
  grid-template-columns: 1fr .95fr;
  gap: 40px;
  align-items: center;
}

.metrics {
  gap: 36px;
  margin-top: 42px;
}

.metrics strong {
  display: grid;
  gap: 8px;
  font-size: 21px;
  letter-spacing: -.04em;
}

.metrics span {
  color: var(--muted);
  font-size: 10px;
  font-weight: 720;
  letter-spacing: 0;
}

.contour-panel {
  min-height: 390px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background:
    repeating-radial-gradient(ellipse at 98% 100%, transparent 0 11px, rgba(151,135,255,.28) 12px 14px, transparent 15px 25px),
    linear-gradient(135deg, rgba(255,255,255,.3), rgba(235,231,255,.82));
}

.contour-panel::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #fff 0%, transparent 30%);
  content: "";
}

.about-values {
  display: grid;
  grid-template-columns: .9fr 1.2fr;
  gap: 30px;
  border-radius: 0 0 16px 16px;
  padding: 40px 48px;
  background: rgba(255,255,255,.73);
}

.value-row {
  justify-content: space-between;
  gap: 16px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 760;
}

.value-row span::before {
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  margin: 0 auto 16px;
  border-radius: 50%;
  color: var(--lavender-deep);
  background: var(--lavender-wash);
  content: "+";
  font-size: 19px;
}

.team-section {
  padding: 52px 0 56px;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.team-grid article {
  min-height: 180px;
  border-radius: 14px;
  padding: 24px;
  background: rgba(255,255,255,.78);
  transition: transform .25s ease;
}

.team-grid b {
  width: 84px;
  height: 84px;
  display: grid;
  place-items: center;
  margin-bottom: 16px;
  border-radius: 50%;
  color: #fff;
  background:
    radial-gradient(circle at 50% 28%, #edcfbe 0 18px, transparent 19px),
    linear-gradient(150deg, #121b30, #55627d);
  font-size: 18px;
}

.ai-hero {
  min-height: 432px;
  display: grid;
  grid-template-columns: minmax(390px, .92fr) 1fr;
  align-items: center;
  gap: 42px;
}

.ai-page .crumbs {
  height: 26px;
}

.ai-page h1 {
  max-width: 600px;
  margin-bottom: 18px;
  font-size: clamp(31px, 2.65vw, 46px);
  line-height: 1.01;
}

.ai-page .eyebrow {
  margin-bottom: 18px;
}

.ai-page .lede {
  max-width: 500px;
  font-size: 13px;
  line-height: 1.6;
}

.ai-hero ul {
  display: grid;
  gap: 10px;
  margin: 20px 0 23px;
  padding: 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 720;
  list-style: none;
}

.ai-checks li::before {
  width: 15px;
  height: 15px;
  display: inline-grid;
  place-items: center;
  margin-right: 14px;
  border-radius: 50%;
  color: #8b7cf4;
  background: linear-gradient(135deg, #fff, #f0eeff);
  box-shadow: inset 0 0 0 1px rgba(118, 101, 239, .08);
  content: "✓";
  font-size: 9px;
  font-weight: 950;
}

.button-row {
  display: flex;
  gap: 14px;
}

.mockup-stack {
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  --glow-x: 50%;
  --glow-y: 50%;
  min-height: 346px;
  position: relative;
  transform-style: preserve-3d;
  transition: transform .65s cubic-bezier(.16,1,.3,1);
}

.mockup-stack.depth-reactive {
  transform: perspective(1100px) rotateX(var(--tilt-y)) rotateY(var(--tilt-x));
}

.mockup-stack::after {
  inset: 1% 7%;
  z-index: 2;
  border-radius: 24px;
  opacity: .42;
}

.screen-card {
  width: min(100%, 508px);
  height: 316px;
  position: absolute;
  top: 12px;
  right: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 22px;
  background: rgba(255,255,255,.86);
  box-shadow: var(--shadow);
  animation: mockupFloat 7s ease-in-out infinite;
  transform: translateZ(18px);
}

.screen-card small,
.screen-card > span {
  position: relative;
  z-index: 1;
  font-size: 11px;
  font-weight: 850;
}

.screen-card > span {
  float: right;
  color: var(--muted);
}

.screen-art {
  height: 240px;
  position: absolute;
  right: 24px;
  bottom: 24px;
  left: 24px;
  overflow: hidden;
  border-radius: 18px;
  background:
    radial-gradient(circle at 18% 31%, rgba(124,98,244,.75) 0 28px, transparent 29px),
    linear-gradient(180deg, rgba(255,255,255,.2), transparent),
    linear-gradient(135deg, #d9d0ff, #f1eeff 52%, #c8beff);
  background-size: auto, auto, 140% 140%;
  animation: sheenShift 9s ease-in-out infinite;
}

.screen-art::before {
  position: absolute;
  right: -28px;
  bottom: -66px;
  left: 80px;
  height: 230px;
  border-radius: 50% 50% 0 0;
  background: linear-gradient(135deg, rgba(255,255,255,.18), rgba(132,107,247,.34));
  content: "";
  animation: hillWave 8s ease-in-out infinite;
}

.screen-art::after {
  position: absolute;
  top: 100px;
  right: 58px;
  left: 59px;
  height: 13px;
  border-radius: 999px;
  background: rgba(255,255,255,.52);
  box-shadow: 0 38px 0 rgba(255,255,255,.35), 0 76px 0 rgba(255,255,255,.18);
  content: "";
}

.chart-card {
  width: 182px;
  height: 148px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 23px;
  background: rgba(255,255,255,.93);
  box-shadow: var(--shadow);
  animation: chartLift 6s ease-in-out infinite;
  transform: translateZ(48px);
}

.chart-card b {
  font-size: 19px;
}

.chart-card i {
  height: 56px;
  display: block;
  margin-top: 20px;
  border-bottom: 3px solid var(--lavender-deep);
  clip-path: polygon(0 88%, 16% 69%, 30% 72%, 42% 39%, 58% 51%, 72% 16%, 88% 28%, 100% 0, 100% 100%, 0 100%);
  background: linear-gradient(180deg, rgba(118,101,239,.24), transparent);
}

.benefits {
  border-radius: 0;
  padding: 36px 0 48px;
  border-right: 0;
  border-left: 0;
  background: rgba(255,255,255,.6);
}

.benefits > * {
  width: min(1360px, calc(100vw - 80px));
  margin-right: auto;
  margin-left: auto;
}

.benefits > div {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.benefits article {
  position: relative;
  padding-top: 0;
}

.benefit-icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  margin-bottom: 20px;
  border: 1px solid rgba(118,101,239,.1);
  border-radius: 12px;
  background:
    radial-gradient(circle at 30% 22%, rgba(255,255,255,.98), transparent 1.45rem),
    linear-gradient(145deg, #fff, #efecff);
  box-shadow: 0 14px 32px rgba(103, 87, 221, .1), inset 0 1px 0 rgba(255,255,255,.95);
  animation: iconFloat 4.8s ease-in-out infinite;
}

.benefits article:nth-child(2) .benefit-icon {
  animation-delay: .45s;
}

.benefits article:nth-child(3) .benefit-icon {
  animation-delay: .9s;
}

.benefits article:nth-child(4) .benefit-icon {
  animation-delay: 1.35s;
}

.benefit-icon svg {
  width: 22px;
  height: 22px;
  overflow: visible;
  stroke: #7767e8;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.home-hero {
  min-height: 760px;
  position: relative;
  display: grid;
  grid-template-columns: minmax(430px, .78fr) 1fr;
  align-items: center;
  gap: 18px;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.home-hero::before {
  width: min(72vw, 1080px);
  height: 640px;
  position: absolute;
  z-index: 0;
  top: 32px;
  right: -120px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 54% 55%, rgba(217,210,255,.26), transparent 48%),
    radial-gradient(circle at 77% 28%, rgba(255,255,255,.94), transparent 31%);
  content: "";
  filter: blur(4px);
  pointer-events: none;
}

.home-copy {
  position: relative;
  z-index: 2;
  align-self: center;
  padding-bottom: 20px;
}

.home-copy::after {
  width: 112px;
  height: 1px;
  display: block;
  margin-top: 46px;
  background: linear-gradient(90deg, rgba(118,101,239,.56), transparent);
  content: "";
}

.home-copy h1 {
  max-width: 590px;
  margin: 34px 0 28px;
  font-size: clamp(48px, 4.5vw, 78px);
  line-height: .98;
}

.home-copy .lede {
  max-width: 390px;
  margin-bottom: 36px;
  font-size: 15px;
}

.hero-pill {
  width: max-content;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  border: 1px solid rgba(118,101,239,.08);
  border-radius: 999px;
  padding: 0 17px;
  color: #7d70ef;
  background: linear-gradient(135deg, rgba(255,255,255,.98), rgba(242,239,255,.84));
  box-shadow: 0 14px 36px rgba(86,73,183,.08);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.trust-row {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 70px;
}

.faces {
  display: flex;
  padding-left: 8px;
}

.faces b {
  width: 39px;
  height: 39px;
  display: grid;
  place-items: center;
  margin-left: -9px;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  background:
    radial-gradient(circle at 50% 29%, #edcfbe 0 9px, transparent 10px),
    linear-gradient(145deg, #172139, #77809a);
  box-shadow: 0 10px 22px rgba(10,17,37,.14);
  font-size: 9px;
}

.trust-row p {
  margin-bottom: 8px;
  color: #26304b;
  font-size: 12px;
  font-weight: 760;
}

.trust-row span {
  color: #8c7cf4;
  font-size: 12px;
  letter-spacing: .32em;
}

.trust-row i {
  margin-left: 18px;
  color: var(--ink);
  font-style: normal;
  letter-spacing: 0;
}

.home-art {
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  --glow-x: 50%;
  --glow-y: 50%;
  height: 720px;
  position: relative;
  align-self: end;
  margin-right: min(-12vw, -90px);
  transform-style: preserve-3d;
  transition: transform .7s cubic-bezier(.16,1,.3,1);
}

.home-art.depth-reactive {
  transform: perspective(1300px) rotateX(var(--tilt-y)) rotateY(var(--tilt-x));
}

.home-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 18% 50%;
  mix-blend-mode: multiply;
  animation: homeWaveShift 14s ease-in-out infinite;
}

.home-art::after {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at var(--glow-x) var(--glow-y), rgba(255,255,255,.8), transparent 31%),
    linear-gradient(90deg, #fff 0%, transparent 18%, transparent 100%);
  content: "";
  pointer-events: none;
  mix-blend-mode: screen;
}

.home-art::before {
  width: 76%;
  height: 78%;
  position: absolute;
  z-index: 1;
  top: 9%;
  right: 4%;
  border: 1px solid rgba(134,118,238,.08);
  border-radius: 48% 52% 44% 56%;
  content: "";
  opacity: .8;
  pointer-events: none;
  transform: rotate(-10deg);
  animation: homeContour 18s linear infinite;
}

.home-badge {
  width: 142px;
  height: 142px;
  position: absolute;
  z-index: 2;
  right: 14%;
  bottom: 132px;
  display: grid;
  place-content: center;
  gap: 9px;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--ink);
  background: rgba(255,255,255,.84);
  box-shadow: 0 22px 65px rgba(36,37,83,.13), inset 0 1px 0 rgba(255,255,255,.96);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.4;
  animation: badgeOrbit 12.8s ease-in-out infinite;
}

.home-proof {
  width: 178px;
  min-height: 118px;
  position: absolute;
  z-index: 2;
  right: 37%;
  bottom: 96px;
  display: grid;
  align-content: center;
  gap: 9px;
  border: 1px solid rgba(118,101,239,.12);
  border-radius: 18px;
  padding: 20px 22px;
  color: var(--ink);
  background:
    radial-gradient(circle at 18% 18%, rgba(255,255,255,.98), transparent 4rem),
    rgba(255,255,255,.78);
  box-shadow: 0 24px 65px rgba(36,37,83,.13), inset 0 1px 0 rgba(255,255,255,.96);
  backdrop-filter: blur(10px);
  animation: proofLift 6.6s ease-in-out infinite;
}

.home-proof small {
  color: #6b7390;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.home-proof strong {
  font-size: 31px;
  line-height: 1;
  letter-spacing: -.045em;
}

.home-proof i {
  width: 100%;
  height: 26px;
  display: block;
  border-bottom: 2px solid #7868ef;
  background: linear-gradient(180deg, rgba(133,115,246,.34), rgba(133,115,246,.03));
  clip-path: polygon(0 88%, 18% 66%, 34% 75%, 49% 37%, 65% 51%, 82% 10%, 100% 0, 100% 100%, 0 100%);
}

.home-badge b {
  color: #8b7cf4;
  font-size: 22px;
}

.home-spark {
  width: 10px;
  height: 10px;
  position: absolute;
  z-index: 2;
  bottom: 134px;
  left: 27%;
  border-radius: 50%;
  background: linear-gradient(135deg, #fff, #8472ef);
  box-shadow: 0 0 24px rgba(118,101,239,.48);
  offset-path: path("M 0 0 C 150 -100 390 -75 520 -250");
  animation: homeSignal 9s linear infinite;
}

.scroll-cue {
  width: 44px;
  height: 44px;
  position: absolute;
  z-index: 3;
  right: 48%;
  bottom: 28px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(255,255,255,.82);
  box-shadow: var(--shadow);
  animation: cueBounce 2.4s ease-in-out infinite;
}

.home-services,
.pricing-section {
  border-bottom: 1px solid var(--line);
  padding: 72px 0 62px;
}

.home-services {
  background:
    linear-gradient(180deg, rgba(255,255,255,.2), rgba(251,251,255,.82)),
    radial-gradient(circle at 12% 75%, rgba(222,216,255,.18), transparent 20rem);
}

.home-section-head {
  display: grid;
  grid-template-columns: 1fr minmax(320px, .72fr);
  align-items: end;
  gap: 42px;
  margin-bottom: 48px;
}

.home-section-head h2,
.growth-grid h2 {
  margin: 0;
  font-size: clamp(32px, 2.65vw, 49px);
  line-height: 1.02;
  letter-spacing: -.045em;
}

.home-section-head h2 em,
.growth-grid h2 em {
  color: transparent;
  background: var(--accent-shine);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: normal;
}

.home-section-head > p {
  max-width: 470px;
  margin: 0 0 7px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}

.service-carousel {
  overflow: hidden;
  position: relative;
  padding: 4px 0 18px;
  mask-image: linear-gradient(90deg, transparent, #000 1.5%, #000 98.5%, transparent);
}

.service-carousel::before,
.service-carousel::after {
  width: 90px;
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  content: "";
  pointer-events: none;
}

.service-carousel::before {
  left: 0;
  background: linear-gradient(90deg, rgba(253,253,255,.98), transparent);
}

.service-carousel::after {
  right: 0;
  background: linear-gradient(270deg, rgba(253,253,255,.98), transparent);
}

.service-track {
  width: max-content;
  display: flex;
  gap: 18px;
  padding-inline: 16px;
  animation: serviceMarquee 28s linear infinite;
}

.home-page .service-card {
  width: 310px;
  min-height: 350px;
  flex: 0 0 310px;
  padding: 35px 32px;
  animation: cardDeck 7.2s ease-in-out infinite;
}

.home-page .service-card:nth-child(2n) {
  animation-delay: -2.4s;
}

.home-page .service-card:nth-child(3n) {
  animation-delay: -4.8s;
}

.home-page .service-card h3,
.price-card h3,
.growth-grid h3 {
  margin: 0 0 13px;
  font-size: 17px;
  line-height: 1.2;
  letter-spacing: -.025em;
}

.home-page .service-card p {
  font-size: 12px;
}

.service-info {
  width: 27px;
  height: 27px;
  position: absolute;
  bottom: 31px;
  left: 32px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(118,101,239,.14);
  border-radius: 50%;
  color: #7665ef;
  background: rgba(255,255,255,.92);
  box-shadow: 0 10px 22px rgba(26,30,62,.09);
  cursor: pointer;
  font-size: 12px;
  font-weight: 950;
}

.service-info::before {
  display: none;
}

.service-detail {
  max-height: 0;
  position: absolute;
  right: 22px;
  bottom: 25px;
  left: 70px;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 10px;
  padding: 0 14px;
  color: var(--muted);
  background: rgba(255,255,255,.94);
  box-shadow: 0 16px 36px rgba(27,34,71,.08);
  font-size: 11px;
  line-height: 1.45;
  opacity: 0;
  transform: translateY(8px);
  transition: max-height .32s ease, opacity .25s ease, transform .32s ease, padding .32s ease, border-color .32s ease;
}

.service-card.detail-open .service-detail,
.service-card:has(.service-info:hover) .service-detail {
  max-height: 86px;
  border-color: rgba(118,101,239,.12);
  padding-top: 11px;
  padding-bottom: 11px;
  opacity: 1;
  transform: translateY(0);
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.pricing-section {
  background:
    radial-gradient(circle at 50% 82%, rgba(219,210,255,.18), transparent 28rem),
    linear-gradient(180deg, rgba(255,255,255,.72), rgba(255,255,255,.34));
}

.price-card {
  min-height: 475px;
  position: relative;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 43px 42px 34px;
  background: rgba(255,255,255,.82);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9), var(--shadow);
}

.price-card h3 span {
  color: #8d7df4;
}

.price-card p {
  color: var(--muted);
  font-size: 12px;
}

.price-card strong {
  display: grid;
  margin: 28px 0 24px;
  font-size: clamp(32px, 2.3vw, 43px);
  letter-spacing: -.04em;
}

.price-card small {
  color: var(--muted);
  font-size: 12px;
  letter-spacing: 0;
}

.price-card ul {
  display: grid;
  gap: 11px;
  min-height: 148px;
  margin: 0 0 24px;
  padding-left: 16px;
  color: #303951;
  font-size: 12px;
  line-height: 1.4;
}

.price-card .button {
  width: 100%;
}

.price-card.featured {
  border-color: transparent;
  background:
    linear-gradient(rgba(255,255,255,.96), rgba(255,255,255,.9)) padding-box,
    linear-gradient(105deg, #6c87ff, #d84ee8) border-box;
  border-width: 1.5px;
  transform: translateY(-16px);
  box-shadow: 0 28px 80px rgba(146,87,240,.18), inset 0 1px 0 rgba(255,255,255,.96);
}

.price-card.featured::after {
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: linear-gradient(115deg, transparent 20%, rgba(255,255,255,.62), transparent 55%);
  content: "";
  opacity: .44;
  pointer-events: none;
  transform: translateX(-115%);
  animation: featuredSweep 6.8s ease-in-out infinite;
}

.price-card.featured > b {
  min-height: 29px;
  position: absolute;
  top: -15px;
  left: 50%;
  display: grid;
  place-items: center;
  border-radius: 999px;
  padding: 0 23px;
  color: #8b7cf4;
  background: #f6f3ff;
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.price-button {
  color: #fff;
  background: linear-gradient(100deg, #6c87ff, #d84ee8);
  box-shadow: 0 18px 38px rgba(149,92,247,.28);
}

.growth-section {
  padding: 66px 0 76px;
}

.home-ai-section {
  border-bottom: 1px solid var(--line);
  padding: 72px 0 58px;
  background:
    radial-gradient(circle at 72% 42%, rgba(222,216,255,.3), transparent 25rem),
    linear-gradient(180deg, rgba(252,252,255,.54), rgba(255,255,255,.88));
}

.home-ai-section .shell {
  position: relative;
}

.home-ai-section .shell::before {
  position: absolute;
  z-index: -1;
  inset: 28px -18px 64px;
  border: 1px solid rgba(104,111,161,.08);
  border-radius: 28px;
  background:
    linear-gradient(130deg, rgba(255,255,255,.82), rgba(248,246,255,.66)),
    radial-gradient(circle at 82% 26%, rgba(191,180,255,.22), transparent 18rem);
  box-shadow: 0 34px 90px rgba(36,37,83,.07), inset 0 1px 0 rgba(255,255,255,.94);
  content: "";
}

.home-ai-section .ai-hero {
  min-height: 468px;
}

.home-ai-title {
  max-width: 610px;
  margin: 0 0 18px;
  font-size: clamp(32px, 2.8vw, 50px);
  line-height: 1.01;
  letter-spacing: -.045em;
}

.home-ai-title em {
  color: transparent;
  background: var(--accent-shine);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: normal;
}

.home-ai-section .ai-checks {
  display: grid;
  gap: 10px;
  margin: 20px 0 24px;
  padding: 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 720;
  list-style: none;
}

.home-ai-benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 14px;
}

.home-ai-benefits article {
  min-height: 126px;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 22px 24px;
  background: rgba(255,255,255,.72);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9), 0 14px 38px rgba(27,34,71,.045);
}

.home-ai-benefits span {
  display: block;
  margin-bottom: 14px;
  color: #8a7bf4;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
}

.home-ai-benefits h3 {
  margin: 0 0 8px;
  font-size: 15px;
  letter-spacing: -.025em;
}

.home-ai-benefits p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

.growth-grid {
  display: grid;
  grid-template-columns: 1.22fr repeat(4, 1fr);
  gap: 0;
  align-items: start;
}

.growth-grid > * {
  min-height: 218px;
  padding: 0 34px;
  border-right: 1px solid var(--line);
}

.growth-grid > :first-child {
  padding-left: 0;
}

.growth-grid > :last-child {
  border-right: 0;
}

.growth-grid .button {
  margin-top: 34px;
}

.growth-grid article span {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  margin-bottom: 28px;
  border: 1px solid rgba(118,101,239,.1);
  border-radius: 13px;
  color: #8c7cf4;
  background: linear-gradient(145deg, #fff, #efecff);
  box-shadow: 0 14px 34px rgba(103,87,221,.09), inset 0 1px 0 rgba(255,255,255,.95);
}

.growth-grid svg {
  width: 25px;
  height: 25px;
  stroke: #7c6bea;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.growth-grid article p {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7;
}

.reveal-item {
  opacity: 0;
  transform: translateY(30px) scale(.985);
  filter: blur(8px);
  transition:
    opacity .85s cubic-bezier(.16,1,.3,1),
    transform .85s cubic-bezier(.16,1,.3,1),
    filter .85s cubic-bezier(.16,1,.3,1);
  transition-delay: calc(var(--reveal-index, 0) * 55ms);
}

.reveal-item.in-view {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}

.contact-hero {
  min-height: 648px;
  display: grid;
  grid-template-columns: .75fr 1fr .54fr;
  align-items: center;
  gap: 28px;
}

.contact-copy h1 {
  font-size: clamp(34px, 2.65vw, 52px);
}

.contact-list {
  display: grid;
  gap: 22px;
  margin-top: 50px;
}

.contact-list p {
  display: grid;
  gap: 7px;
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

.contact-list b {
  color: var(--ink);
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  border-radius: 16px;
  padding: 25px;
  background: rgba(255,255,255,.86);
}

.contact-form label {
  display: grid;
  gap: 9px;
  color: #1c243c;
  font-size: 10px;
  font-weight: 850;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--soft-line);
  border-radius: 8px;
  color: var(--ink);
  outline: 0;
  background: rgba(248,249,255,.86);
  font-size: 12px;
}

.contact-form input,
.contact-form select {
  height: 50px;
  padding: 0 16px;
}

.contact-form textarea {
  min-height: 154px;
  resize: vertical;
  padding: 17px 16px;
}

.wide {
  grid-column: 1 / -1;
}

.contact-form .button {
  width: 100%;
  min-height: 51px;
}

.contact-note {
  min-height: 438px;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  padding: 48px 34px;
  background: rgba(255,255,255,.83);
}

.contact-note img {
  width: 330px;
  position: absolute;
  right: -90px;
  bottom: -29px;
  opacity: .95;
  mix-blend-mode: multiply;
  animation: ribbonBreathe 7.4s ease-in-out infinite reverse;
}

.contact-note .star {
  display: block;
  margin-bottom: 38px;
}

.contact-bottom {
  margin-top: 0;
}

@keyframes drift {
  50% {
    transform: translate3d(0, -10px, 0) scale(1.01);
  }
}

@keyframes twinkle {
  50% {
    opacity: .45;
    transform: rotate(22deg) scale(.86);
  }
}

@keyframes processFloat {
  50% {
    transform: translate3d(0, -11px, 0) rotate(1deg) scale(1.012);
  }
}

@keyframes mockupFloat {
  50% {
    transform: translate3d(0, -8px, 0);
    box-shadow: 0 24px 70px rgba(27, 34, 71, .1);
  }
}

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

@keyframes sheenShift {
  50% {
    background-position: center, center, 100% 0;
  }
}

@keyframes hillWave {
  50% {
    transform: translate3d(-12px, -8px, 0) scale(1.04);
  }
}

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

@keyframes numberPulse {
  50% {
    box-shadow: inset 0 0 0 1px rgba(118,101,239,.12), 0 0 0 8px rgba(143,130,255,.045);
  }
}

@keyframes iconFloat {
  50% {
    transform: translate3d(0, -5px, 0) rotate(-2deg);
    box-shadow: 0 18px 38px rgba(103, 87, 221, .16), inset 0 1px 0 rgba(255,255,255,.95);
  }
}

@keyframes ribbonBreathe {
  50% {
    transform: translate3d(-8px, -9px, 0) rotate(-2deg) scale(1.035);
    opacity: .92;
  }
}

@keyframes welcomeRise {
  from {
    opacity: 0;
    filter: blur(10px);
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
  }
}

@keyframes flareSweep {
  0%,
  100% {
    transform: translate3d(-14px, 12px, 0) scale(.94);
    opacity: .38;
  }

  45% {
    transform: translate3d(18px, -14px, 0) scale(1.08);
    opacity: .84;
  }
}

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

@keyframes loopTravel {
  0% {
    offset-distance: 0%;
    transform: scale(.72);
    opacity: .34;
  }

  14% {
    opacity: 1;
  }

  52% {
    transform: scale(1.08);
  }

  84% {
    opacity: 1;
  }

  100% {
    offset-distance: 100%;
    transform: scale(.72);
    opacity: .3;
  }
}

@keyframes ringTravel {
  0% {
    offset-distance: 0%;
    opacity: .18;
    transform: scale(.7);
  }

  12%,
  88% {
    opacity: 1;
  }

  50% {
    transform: scale(1.15);
  }

  100% {
    offset-distance: 100%;
    opacity: .18;
    transform: scale(.7);
  }
}

@keyframes homeWaveShift {
  50% {
    transform: translate3d(-18px, -10px, 0) scale(1.03);
  }
}

@keyframes homeContour {
  to {
    transform: rotate(350deg);
  }
}

@keyframes badgeOrbit {
  50% {
    transform: translate3d(-12px, -15px, 0) rotate(-2deg);
  }
}

@keyframes proofLift {
  50% {
    transform: translate3d(9px, -13px, 0) rotate(1.5deg);
    box-shadow: 0 30px 74px rgba(36,37,83,.17), inset 0 1px 0 rgba(255,255,255,.96);
  }
}

@keyframes homeSignal {
  to {
    offset-distance: 100%;
  }
}

@keyframes cueBounce {
  50% {
    transform: translateY(8px);
  }
}

@keyframes serviceMarquee {
  to {
    transform: translateX(calc(-33.333% - 6px));
  }
}

@keyframes featuredSweep {
  0%,
  64% {
    transform: translateX(-115%);
  }

  100% {
    transform: translateX(115%);
  }
}

@keyframes cardDeck {
  0%,
  100% {
    transform: perspective(900px) rotateY(0deg) translateY(0);
  }

  45% {
    transform: perspective(900px) rotateY(-2.4deg) translateY(-7px);
  }

  70% {
    transform: perspective(900px) rotateY(1.5deg) translateY(-3px);
  }
}

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

@media (max-width: 900px) {
  .shell,
  .benefits > * {
    width: min(100vw - 40px, 900px);
  }

  .site-header {
    height: auto;
    grid-template-columns: 1fr auto;
    padding: 24px 0 18px;
  }

  .site-nav {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-self: start;
    flex-wrap: wrap;
  }

  .split-hero,
  .about-hero,
  .ai-hero,
  .contact-hero {
    grid-template-columns: 1fr;
  }

  .home-hero {
    min-height: auto;
    grid-template-columns: 1fr;
    padding-top: 56px;
  }

  .home-art {
    height: 520px;
    margin-right: -20px;
  }

  .home-section-head,
  .growth-grid {
    grid-template-columns: 1fr;
  }

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

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

  .growth-grid > * {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 28px 0;
  }

  .art,
  .process-visual {
    justify-self: stretch;
    min-height: 290px;
  }

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

  .metrics,
  .benefits > div {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .contour-panel {
    min-height: 310px;
  }

  .contact-note {
    min-height: 280px;
  }
}

@media (max-width: 720px) {
  .shell,
  .benefits > * {
    width: calc(100vw - 28px);
  }

  .brand {
    gap: 10px;
    font-size: 12px;
  }

  .site-header .button {
    min-height: 38px;
    padding: 0 14px;
  }

  h1 {
    font-size: 36px;
  }

  .home-copy h1 {
    font-size: 48px;
  }

  .home-copy .lede {
    font-size: 14px;
  }

  .trust-row {
    align-items: flex-start;
    flex-direction: column;
    margin-top: 42px;
  }

  .home-art {
    height: 390px;
  }

  .home-badge {
    width: 104px;
    height: 104px;
    right: 10px;
    bottom: 48px;
    font-size: 11px;
  }

  .home-proof {
    width: 145px;
    min-height: 98px;
    right: auto;
    bottom: 24px;
    left: 6px;
    padding: 16px;
  }

  .home-proof strong {
    font-size: 25px;
  }

  .scroll-cue {
    right: 18px;
  }

  .home-page .service-card {
    width: 260px;
    min-height: 310px;
    flex-basis: 260px;
  }

  .price-card {
    min-height: auto;
    padding: 34px 28px;
  }

  .home-ai-benefits {
    grid-template-columns: 1fr;
  }

  .split-hero,
  .process-hero {
    min-height: auto;
    padding: 30px 0;
  }

  .art {
    min-height: 230px;
  }

  .service-grid,
  .project-grid,
  .team-grid,
  .about-values,
  .contact-form {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: 210px;
  }

  .steps-panel article {
    grid-template-columns: 52px 1fr;
    gap: 14px;
    padding: 18px;
  }

  .steps-panel p {
    grid-column: 2;
  }

  .cta-strip {
    grid-template-columns: 32px 1fr;
    padding: 22px;
  }

  .cta-strip .button {
    grid-column: 2;
  }

  .cta-strip img {
    opacity: .34;
  }

  .project-card {
    min-height: 220px;
  }

  .filter-row,
  .metrics,
  .value-row,
  .button-row {
    flex-wrap: wrap;
  }

  .metrics,
  .benefits > div {
    grid-template-columns: 1fr;
  }

  .mockup-stack {
    min-height: 430px;
  }

  .screen-card {
    height: 360px;
  }

  .screen-art {
    height: 270px;
  }

  .chart-card {
    width: 180px;
    height: 148px;
    padding: 20px;
  }
}
