@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&family=Noto+Sans+SC:wght@100..900&display=swap");

:root {
  --blue: #0078ff;
  --blue-2: #0f78fd;
  --deep: #192a48;
  --title: #0b0b0d;
  --text: #232626;
  --muted: #667085;
  --sky: #ddf2ff;
  --ice: #bfe6ff;
  --lavender: #dcd8ff;
  --pink-soft: #f8d7f1;
  --purple: #4338ff;
  --pink: #ff58c8;
  --red: #ff2d3d;
  --line: rgba(226, 239, 252, 0.72);
  --radius: 34px;
  --font-sans: Montserrat, "Noto Sans SC", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  --home-fs-xs: 12px;
  --home-fs-sm: 14px;
  --home-fs-nav: 15px;
  --home-fs-btn: 15px;
  --home-fs-body: 14px;
  --home-fs-lead: 18px;
  --home-fs-card: 22px;
  --home-fs-card-lg: 36px;
  --home-fs-section: 40px;
  --home-fs-hero: 48px;
  --site-fs-xs: 12px;
  --site-fs-sm: 13px;
  --site-fs-label: 14px;
  --site-fs-body: 14px;
  --site-fs-nav: 15px;
  --site-fs-control: 15px;
  --site-fs-lead: 16px;
  --site-fs-h3: 22px;
  --site-fs-h3-lg: 24px;
  --site-fs-h2: 32px;
  --site-fs-h1: 40px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: #f4f9ff;
  font-family: var(--font-sans);
  letter-spacing: 0;
}

body.is-loading {
  overflow: hidden;
}

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

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

button,
input,
select,
textarea {
  font: inherit;
  letter-spacing: 0;
}

button {
  cursor: pointer;
}

.intro-loader {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 18% 82%, rgba(255, 88, 200, 0.46), transparent 28%),
    radial-gradient(circle at 78% 24%, rgba(0, 120, 255, 0.62), transparent 34%),
    radial-gradient(circle at 64% 62%, rgba(255, 45, 61, 0.22), transparent 24%),
    linear-gradient(118deg, #06146b 0%, #0b35d8 43%, #0078ff 66%, #d7f2ff 118%);
  isolation: isolate;
  transition: opacity 620ms ease, visibility 620ms ease, transform 620ms ease;
}

.intro-loader::before,
.intro-loader::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.intro-loader::before {
  inset: -18vh -12vw;
  background:
    radial-gradient(circle at 42% 48%, rgba(255,255,255,.34), transparent 17%),
    radial-gradient(circle at 58% 50%, rgba(255,88,200,.3), transparent 20%),
    radial-gradient(circle at 70% 46%, rgba(0,120,255,.36), transparent 22%);
  filter: blur(18px);
  opacity: .88;
  animation: introAuraMove 2s ease-in-out infinite alternate;
}

.intro-loader::after {
  inset: auto -12vw 0;
  height: 32vh;
  background: linear-gradient(180deg, transparent, rgba(4, 13, 68, .18));
  z-index: 1;
}

.intro-loader.is-done {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: scale(1.018);
}

.intro-aura,
.intro-ribbon,
.intro-grid,
.intro-flow {
  position: absolute;
  inset: 0;
}

.intro-aura {
  background:
    radial-gradient(circle at 28% 38%, rgba(255,255,255,.16), transparent 22%),
    radial-gradient(circle at 76% 62%, rgba(255,255,255,.28), transparent 24%);
  mix-blend-mode: screen;
  opacity: .72;
  animation: introPulse 2.2s ease-in-out infinite alternate;
}

.intro-ribbon {
  width: 118vw;
  height: 42vh;
  top: 30vh;
  left: -9vw;
  border-radius: 50%;
  border: 34px solid rgba(255,255,255,.2);
  border-left-color: rgba(255,88,200,.48);
  border-bottom-color: rgba(67,56,255,.5);
  border-right-color: rgba(0,120,255,.36);
  filter: blur(.3px);
  transform: rotate(-9deg) scale(.92);
  animation: ribbonSweep 2s cubic-bezier(.46,0,.02,1) both;
  opacity: .86;
}

.intro-grid {
  background:
    linear-gradient(90deg, rgba(255,255,255,.1) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255,255,255,.1) 1px, transparent 1px);
  background-size: 78px 78px;
  mask-image: radial-gradient(circle at 56% 50%, #000 0 42%, transparent 72%);
  opacity: .44;
  animation: gridMove 2.2s linear infinite;
}

.intro-flow {
  z-index: 1;
  overflow: hidden;
  opacity: .9;
}

.intro-flow span {
  position: absolute;
  display: block;
  border-radius: 999px;
  filter: blur(.2px);
}

.intro-flow span:nth-child(1) {
  left: -16vw;
  top: 48vh;
  width: 132vw;
  height: 9px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.86), rgba(255,88,200,.72), rgba(0,120,255,.72), transparent);
  transform: rotate(-9deg);
  animation: introFlowSweep 1.85s cubic-bezier(.46,0,.02,1) both;
}

.intro-flow span:nth-child(2) {
  right: 10vw;
  top: 34vh;
  width: 10px;
  height: 10px;
  background: rgba(255,255,255,.92);
  box-shadow:
    -210px 58px 0 rgba(255,88,200,.82),
    -126px 35px 0 rgba(255,45,61,.72),
    92px -25px 0 rgba(0,120,255,.78),
    178px 42px 0 rgba(255,255,255,.72);
  animation: introFlowDots 1.65s ease-in-out infinite alternate;
}

.intro-flow span:nth-child(3) {
  left: 9vw;
  bottom: 18vh;
  width: 36vw;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.8), transparent);
  transform: rotate(-9deg);
  opacity: .7;
  animation: introFlowSweep 2.1s cubic-bezier(.46,0,.02,1) both reverse;
}

.intro-content {
  position: absolute;
  left: clamp(42px, 7vw, 136px);
  bottom: clamp(64px, 11vh, 132px);
  z-index: 2;
  display: grid;
  justify-items: start;
  gap: 20px;
  width: min(720px, calc(100% - 84px));
  padding: 0;
  text-align: left;
  animation: introContentIn .8s cubic-bezier(.46,0,.02,1) both;
}

.intro-logo {
  width: clamp(188px, 18vw, 340px);
  filter: drop-shadow(0 18px 42px rgba(0, 21, 105, 0.32));
}

.intro-content p {
  margin: 8px 0 0;
  width: max-content;
  max-width: 92vw;
  font-size: clamp(26px, 4.1vw, 72px);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: 0;
  white-space: nowrap;
  word-break: keep-all;
  overflow-wrap: normal;
  text-wrap: nowrap;
}

.intro-content span {
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(14px, 1.3vw, 24px);
  font-weight: 600;
}

.intro-preview-page {
  min-height: 100vh;
  overflow: hidden;
}

.intro-preview-page.is-preview-ready {
  overflow: auto;
}

.intro-preview-page .intro-loader {
  transition-duration: 900ms;
}

.intro-preview-page .intro-loader::before {
  animation-duration: 5.8s;
}

.intro-preview-page .intro-aura {
  animation-duration: 5.6s;
}

.intro-preview-page .intro-ribbon {
  animation-duration: 5.2s;
}

.intro-preview-page .intro-grid {
  animation-duration: 7s;
}

.intro-preview-page .intro-flow span:nth-child(1) {
  animation-duration: 5s;
}

.intro-preview-page .intro-flow span:nth-child(2) {
  animation-duration: 4.6s;
}

.intro-preview-page .intro-flow span:nth-child(3) {
  animation-duration: 5.4s;
}

.intro-preview-page .intro-content {
  animation-duration: 1.45s;
}

.intro-preview-label {
  position: absolute;
  top: clamp(20px, 3vw, 40px);
  right: clamp(22px, 3vw, 44px);
  z-index: 3;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 999px;
  padding: 8px 14px;
  color: rgba(255,255,255,.72);
  background: rgba(255,255,255,.08);
  backdrop-filter: blur(12px);
  font-size: 13px;
  font-weight: 700;
}

.intro-preview-nav {
  opacity: 1;
  transform: none;
}

.intro-preview-hero {
  min-height: 100vh;
}

.intro-preview-replay {
  position: fixed;
  right: clamp(22px, 3vw, 44px);
  bottom: clamp(22px, 3vw, 44px);
  z-index: 60;
  border: 1px solid rgba(255,255,255,.46);
  border-radius: 999px;
  padding: 12px 18px;
  color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--purple) 52%, var(--pink));
  box-shadow: 0 18px 36px rgba(0, 70, 180, .22);
  font-size: 14px;
  font-weight: 800;
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease, transform 220ms ease;
}

.intro-preview-page.is-preview-ready .intro-preview-replay {
  opacity: 1;
  pointer-events: auto;
}

.intro-preview-replay:hover {
  transform: translateY(-2px);
}

.intro-skip {
  position: absolute;
  right: clamp(22px, 3vw, 44px);
  bottom: clamp(20px, 3vw, 36px);
  z-index: 3;
  border: 1px solid rgba(255,255,255,.26);
  border-radius: 999px;
  padding: 8px 15px;
  color: rgba(255,255,255,.72);
  background: rgba(255,255,255,.08);
  backdrop-filter: blur(12px);
  opacity: .48;
  transition: opacity 180ms ease, background 180ms ease;
}

.intro-skip:hover {
  opacity: .88;
  background: rgba(255,255,255,.16);
}

.intro-brand-launch {
  background:
    radial-gradient(circle at 16% 72%, rgba(255, 45, 61, .34), transparent 28%),
    radial-gradient(circle at 28% 28%, rgba(0, 120, 255, .36), transparent 30%),
    radial-gradient(circle at 78% 30%, rgba(255, 88, 200, .3), transparent 31%),
    radial-gradient(circle at 64% 78%, rgba(66, 71, 255, .28), transparent 34%),
    linear-gradient(128deg, #04091c 0%, #071743 38%, #160f42 67%, #071a3f 100%);
}

.intro-brand-launch::before {
  inset: -16vh -10vw;
  background:
    radial-gradient(circle at 44% 47%, rgba(255,255,255,.16), transparent 13%),
    radial-gradient(circle at 45% 48%, rgba(0,120,255,.22), transparent 24%),
    radial-gradient(circle at 54% 52%, rgba(255,88,200,.2), transparent 25%),
    radial-gradient(circle at 62% 50%, rgba(255,45,61,.14), transparent 20%);
  filter: blur(22px);
  opacity: .9;
  animation: launchAuraDrift 7.6s ease-in-out infinite alternate;
}

.intro-brand-launch::after {
  inset: 0;
  height: auto;
  background:
    radial-gradient(circle, rgba(255,255,255,.16) 0 1px, transparent 1.5px) 0 0 / 132px 132px,
    linear-gradient(180deg, rgba(0,0,0,.04), rgba(2,7,22,.36));
  opacity: .38;
  z-index: 0;
}

.launch-aura,
.launch-dots,
.launch-lines,
.launch-stage {
  position: absolute;
  inset: 0;
}

.launch-aura {
  z-index: 1;
  background:
    conic-gradient(from 210deg at 50% 49%, transparent 0 18%, rgba(0,120,255,.28) 22%, transparent 29%, rgba(255,88,200,.26) 38%, transparent 48%, rgba(255,45,61,.2) 62%, transparent 72%, rgba(66,71,255,.26) 86%, transparent 100%);
  mix-blend-mode: screen;
  opacity: .72;
  filter: blur(12px);
  transform: scale(1.1);
  animation: launchAuraSpin 11s linear infinite;
}

.launch-dots {
  z-index: 2;
  pointer-events: none;
}

.launch-dots span {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: rgba(255,255,255,.8);
  box-shadow: 0 0 18px rgba(255,255,255,.55);
  opacity: .42;
  animation: launchDotFloat 4.6s ease-in-out infinite alternate;
}

.launch-dots span:nth-child(1) { left: 11%; top: 22%; background: #0078ff; animation-delay: -.3s; }
.launch-dots span:nth-child(2) { left: 18%; top: 68%; background: #ff58c8; animation-delay: -.8s; }
.launch-dots span:nth-child(3) { left: 28%; top: 38%; background: rgba(255,255,255,.86); animation-delay: -1.1s; }
.launch-dots span:nth-child(4) { left: 36%; top: 76%; background: #4247ff; animation-delay: -1.7s; }
.launch-dots span:nth-child(5) { left: 46%; top: 18%; background: rgba(255,255,255,.74); animation-delay: -.5s; }
.launch-dots span:nth-child(6) { left: 54%; top: 72%; background: #ff2d3d; animation-delay: -1.4s; }
.launch-dots span:nth-child(7) { left: 64%; top: 31%; background: #ff58c8; animation-delay: -.9s; }
.launch-dots span:nth-child(8) { left: 72%; top: 66%; background: rgba(255,255,255,.8); animation-delay: -1.9s; }
.launch-dots span:nth-child(9) { left: 82%; top: 22%; background: #0078ff; animation-delay: -.6s; }
.launch-dots span:nth-child(10) { left: 88%; top: 58%; background: #ff2d3d; animation-delay: -1.3s; }
.launch-dots span:nth-child(11) { left: 58%; top: 45%; background: rgba(255,255,255,.9); animation-delay: -2.1s; }
.launch-dots span:nth-child(12) { left: 41%; top: 52%; background: #ff58c8; animation-delay: -1.6s; }

.launch-lines {
  z-index: 3;
  pointer-events: none;
}

.launch-lines i {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: min(46vw, 690px);
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.82), rgba(255,88,200,.7), rgba(0,120,255,.7), transparent);
  filter: drop-shadow(0 0 18px rgba(0,120,255,.42));
  opacity: 0;
  transform-origin: center;
}

.intro-brand-launch.is-playing .launch-lines i:nth-child(1) {
  transform: translate(-105%, -110px) rotate(-10deg);
  animation: launchLineToCore 2.3s 1.05s cubic-bezier(.46,0,.02,1) both;
}

.intro-brand-launch.is-playing .launch-lines i:nth-child(2) {
  transform: translate(5%, 92px) rotate(-10deg);
  animation: launchLineToCoreReverse 2.35s 1.2s cubic-bezier(.46,0,.02,1) both;
}

.intro-brand-launch.is-playing .launch-lines i:nth-child(3) {
  width: min(36vw, 520px);
  transform: translate(-94%, 118px) rotate(13deg);
  background: linear-gradient(90deg, transparent, rgba(255,45,61,.7), rgba(255,88,200,.75), transparent);
  animation: launchLineToCore 2.5s 1.55s cubic-bezier(.46,0,.02,1) both;
}

.intro-brand-launch.is-playing .launch-lines i:nth-child(4) {
  width: min(34vw, 500px);
  transform: translate(7%, -132px) rotate(13deg);
  background: linear-gradient(90deg, transparent, rgba(66,71,255,.74), rgba(0,120,255,.82), transparent);
  animation: launchLineToCoreReverse 2.45s 1.45s cubic-bezier(.46,0,.02,1) both;
}

.launch-stage {
  z-index: 4;
  display: grid;
  place-items: center;
  pointer-events: none;
}

.launch-core {
  position: absolute;
  left: 50%;
  top: 47%;
  width: clamp(112px, 10vw, 152px);
  height: clamp(112px, 10vw, 152px);
  transform: translate(-50%, -50%) scale(.82);
  opacity: 0;
}

.launch-core-ring {
  position: absolute;
  inset: -20%;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255,255,255,.1), transparent 62%),
    conic-gradient(from 120deg, rgba(0,120,255,.2), rgba(255,88,200,.34), rgba(255,45,61,.16), rgba(66,71,255,.24), rgba(0,120,255,.2));
  filter: blur(.2px);
  opacity: 0;
}

.launch-symbol {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  filter:
    drop-shadow(0 20px 44px rgba(0, 10, 56, .36))
    drop-shadow(0 0 34px rgba(255,88,200,.26));
}

.launch-word {
  position: absolute;
  top: calc(47% - 52px);
  min-width: 220px;
  color: rgba(255,255,255,.96);
  opacity: 0;
}

.launch-word strong {
  display: block;
  font-size: clamp(34px, 4.2vw, 72px);
  line-height: .96;
  letter-spacing: 0;
}

.launch-word span {
  display: block;
  margin-top: 12px;
  color: rgba(255,255,255,.62);
  font-size: clamp(13px, 1.05vw, 18px);
  font-weight: 700;
}

.launch-word-brand {
  right: calc(50% + 92px);
  text-align: right;
}

.launch-word-bridge {
  left: calc(50% + 92px);
  text-align: left;
}

.launch-ai {
  position: absolute;
  left: calc(50% + clamp(210px, 22vw, 370px));
  top: calc(47% - 42px);
  font-size: clamp(52px, 6vw, 108px);
  font-weight: 950;
  line-height: 1;
  letter-spacing: 0;
  background: linear-gradient(135deg, #4247ff 0%, #ff58c8 48%, #ff2d3d 78%, #ff7a18 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  opacity: 0;
  filter: drop-shadow(0 16px 40px rgba(255,88,200,.28));
}

.launch-mark {
  position: absolute;
  top: calc(47% + 116px);
  left: 50%;
  display: flex;
  align-items: baseline;
  gap: 12px;
  transform: translate(-50%, 20px);
  opacity: 0;
  color: #fff;
  white-space: nowrap;
}

.launch-mark b,
.launch-mark em {
  font-style: normal;
  font-size: clamp(30px, 4vw, 68px);
  font-weight: 950;
  line-height: 1;
  letter-spacing: 0;
}

.launch-mark em {
  background: linear-gradient(135deg, #4247ff 0%, #ff58c8 48%, #ff2d3d 78%, #ff7a18 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.launch-services {
  position: absolute;
  top: calc(47% + 198px);
  left: 50%;
  display: flex;
  gap: 10px;
  justify-content: center;
  width: min(740px, 86vw);
  transform: translate(-50%, 16px);
  opacity: 0;
}

.launch-services span {
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  padding: 8px 13px;
  color: rgba(255,255,255,.74);
  background: rgba(255,255,255,.08);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.12);
  backdrop-filter: blur(14px);
  font-size: clamp(12px, .95vw, 15px);
  font-weight: 800;
}

.launch-title {
  position: absolute;
  top: calc(47% + 258px);
  left: 50%;
  width: min(860px, 90vw);
  margin: 0;
  transform: translate(-50%, 18px);
  color: rgba(255,255,255,.9);
  text-align: center;
  font-size: clamp(24px, 3vw, 48px);
  font-weight: 900;
  line-height: 1.18;
  letter-spacing: 0;
  opacity: 0;
}

.intro-brand-launch.is-playing .launch-core {
  animation: launchCoreIn 1.4s .58s cubic-bezier(.46,0,.02,1) both, launchCoreFloat 3.8s 2.2s ease-in-out infinite alternate;
}

.intro-brand-launch.is-playing .launch-core-ring {
  animation: launchRingIn 1.2s .72s ease both, launchRingSpin 5.2s 1.1s linear infinite;
}

.intro-brand-launch.is-playing .launch-word-brand {
  animation: launchBrandIn 1.25s 1.75s cubic-bezier(.46,0,.02,1) both;
}

.intro-brand-launch.is-playing .launch-word-bridge {
  animation: launchBridgeIn 1.25s 2.2s cubic-bezier(.46,0,.02,1) both;
}

.intro-brand-launch.is-playing .launch-ai {
  animation: launchAiIn 1.1s 3.35s cubic-bezier(.46,0,.02,1) both;
}

.intro-brand-launch.is-playing .launch-mark {
  animation: launchMarkIn 1.05s 4.35s cubic-bezier(.46,0,.02,1) both;
}

.intro-brand-launch.is-playing .launch-services {
  animation: launchMarkIn .9s 5s cubic-bezier(.46,0,.02,1) both;
}

.intro-brand-launch.is-playing .launch-title {
  animation: launchMarkIn .9s 5.52s cubic-bezier(.46,0,.02,1) both;
}

.intro-brand-merge {
  background:
    radial-gradient(circle at 50% 48%, rgba(255,255,255,.08), transparent 16%),
    radial-gradient(circle at 27% 34%, rgba(0,120,255,.3), transparent 29%),
    radial-gradient(circle at 72% 34%, rgba(255,88,200,.24), transparent 30%),
    radial-gradient(circle at 50% 76%, rgba(255,45,61,.14), transparent 33%),
    linear-gradient(132deg, #020817 0%, #061439 38%, #120b32 70%, #041024 100%);
}

.intro-brand-merge::before {
  inset: -16vh -12vw;
  background:
    radial-gradient(circle at 48% 48%, rgba(255,255,255,.15), transparent 12%),
    radial-gradient(circle at 42% 50%, rgba(0,120,255,.24), transparent 23%),
    radial-gradient(circle at 58% 50%, rgba(255,88,200,.18), transparent 23%),
    radial-gradient(circle at 62% 52%, rgba(255,45,61,.12), transparent 18%);
  filter: blur(24px);
  opacity: .9;
  animation: luxuryAuraDrift 6.8s ease-in-out infinite alternate;
}

.intro-brand-merge::after {
  inset: 0;
  height: auto;
  background:
    radial-gradient(circle, rgba(255,255,255,.11) 0 1px, transparent 1.4px) 18px 26px / 146px 146px,
    linear-gradient(180deg, transparent, rgba(0,0,0,.24));
  opacity: .25;
  mask-image: radial-gradient(circle at 50% 48%, #000 0 54%, transparent 78%);
  z-index: 0;
}

.intro-brand-merge .launch-aura {
  opacity: .54;
  filter: blur(18px);
  animation-duration: 14s;
}

.intro-brand-merge .launch-dots span {
  width: 4px;
  height: 4px;
  opacity: .34;
}

.intro-brand-merge .launch-lines i {
  top: 47%;
  height: 2px;
  filter: drop-shadow(0 0 20px rgba(255,88,200,.34));
}

.intro-brand-merge.is-playing .launch-lines i:nth-child(1) {
  transform: translate(-105%, -88px) rotate(-7deg);
  animation: mergeLineInLeft 2.4s .82s cubic-bezier(.46,0,.02,1) both;
}

.intro-brand-merge.is-playing .launch-lines i:nth-child(2) {
  transform: translate(5%, 78px) rotate(-7deg);
  animation: mergeLineInRight 2.45s .98s cubic-bezier(.46,0,.02,1) both;
}

.intro-brand-merge.is-playing .launch-lines i:nth-child(3) {
  width: min(35vw, 520px);
  transform: translate(-94%, 112px) rotate(11deg);
  background: linear-gradient(90deg, transparent, rgba(255,45,61,.62), rgba(255,88,200,.72), transparent);
  animation: mergeLineInLeft 2.45s 1.25s cubic-bezier(.46,0,.02,1) both;
}

.intro-brand-merge.is-playing .launch-lines i:nth-child(4) {
  width: min(34vw, 500px);
  transform: translate(7%, -118px) rotate(11deg);
  background: linear-gradient(90deg, transparent, rgba(66,71,255,.72), rgba(0,120,255,.74), transparent);
  animation: mergeLineInRight 2.5s 1.18s cubic-bezier(.46,0,.02,1) both;
}

.merge-stage {
  position: absolute;
  inset: 0;
  z-index: 4;
  display: grid;
  place-items: center;
  pointer-events: none;
}

.merge-wordmark {
  position: absolute;
  left: 50%;
  top: 47%;
  display: inline-flex;
  align-items: center;
  gap: clamp(8px, .8vw, 13px);
  transform: translate(-50%, -50%);
  color: #fff;
  white-space: nowrap;
}

.merge-symbol {
  width: clamp(78px, 7.2vw, 118px);
  height: clamp(78px, 7.2vw, 118px);
  flex: 0 0 auto;
  opacity: 0;
  transform: translateX(calc(50vw - 50% - clamp(42px, 4.2vw, 64px))) scale(1.38);
  filter:
    drop-shadow(0 24px 52px rgba(0, 8, 44, .42))
    drop-shadow(0 0 34px rgba(255,88,200,.28));
}

.merge-rest {
  display: inline-block;
  max-width: 0;
  overflow: hidden;
  color: rgba(255,255,255,.96);
  font-size: clamp(38px, 5vw, 88px);
  font-weight: 950;
  line-height: .98;
  letter-spacing: 0;
  opacity: 0;
  transform: translateX(-16px);
}

.merge-ai {
  display: inline-block;
  max-width: 0;
  overflow: hidden;
  font-style: normal;
  font-size: clamp(38px, 5vw, 88px);
  font-weight: 950;
  line-height: .98;
  letter-spacing: 0;
  background: linear-gradient(135deg, #4247ff 0%, #ff58c8 48%, #ff2d3d 78%, #ff7a18 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  opacity: 0;
  transform: translateX(-4px);
  filter: drop-shadow(0 16px 40px rgba(255,88,200,.24));
}

.merge-title {
  position: absolute;
  left: 50%;
  top: calc(47% + 112px);
  width: min(820px, 90vw);
  margin: 0;
  transform: translate(-50%, 18px);
  color: rgba(255,255,255,.9);
  text-align: center;
  font-size: clamp(24px, 3vw, 48px);
  font-weight: 900;
  line-height: 1.16;
  letter-spacing: 0;
  opacity: 0;
}

.intro-brand-merge.is-playing .merge-symbol {
  animation: mergeSymbolGenerate 2.9s .52s cubic-bezier(.46,0,.02,1) both, mergeSymbolFloat 3.2s 3.4s ease-in-out infinite alternate;
}

.intro-brand-merge.is-playing .merge-rest {
  animation: mergeTextReveal 1.16s 2.55s cubic-bezier(.46,0,.02,1) both;
}

.intro-brand-merge.is-playing .merge-ai {
  animation: mergeAiReveal .88s 3.45s cubic-bezier(.46,0,.02,1) both;
}

.intro-brand-merge.is-playing .merge-title {
  animation: luxuryTextIn .9s 4.28s cubic-bezier(.46,0,.02,1) both;
}

.intro-market-link {
  background:
    radial-gradient(circle at 18% 46%, rgba(0, 120, 255, .34), transparent 30%),
    radial-gradient(circle at 82% 44%, rgba(255, 88, 200, .31), transparent 32%),
    radial-gradient(circle at 52% 74%, rgba(255, 45, 61, .18), transparent 30%),
    radial-gradient(circle at 52% 42%, rgba(66, 71, 255, .26), transparent 28%),
    linear-gradient(126deg, #031126 0%, #07183d 36%, #120d3b 68%, #071a3f 100%);
}

.intro-market-link::before {
  inset: -14vh -10vw;
  background:
    radial-gradient(circle at 50% 48%, rgba(255,255,255,.17), transparent 12%),
    radial-gradient(circle at 26% 48%, rgba(0,120,255,.18), transparent 24%),
    radial-gradient(circle at 74% 46%, rgba(255,88,200,.18), transparent 24%);
  filter: blur(24px);
  opacity: .92;
  animation: launchAuraDrift 7.6s ease-in-out infinite alternate;
}

.intro-market-link::after {
  inset: 0;
  height: auto;
  background:
    linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px) 0 0 / 170px 170px,
    linear-gradient(0deg, rgba(255,255,255,.06) 1px, transparent 1px) 0 0 / 170px 170px,
    linear-gradient(180deg, rgba(0,0,0,.03), rgba(2,7,22,.42));
  mask-image: radial-gradient(ellipse at center, #000 0 58%, transparent 82%);
  opacity: .24;
  z-index: 0;
}

.market-map,
.market-lines,
.market-stage {
  position: absolute;
  inset: 0;
}

.market-map {
  z-index: 1;
  opacity: .72;
  pointer-events: none;
}

.market-map span {
  position: absolute;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.market-map span:nth-child(1) {
  left: 50%;
  top: 48%;
  width: min(58vw, 860px);
  aspect-ratio: 1 / .42;
  animation: marketOrbit 7.8s linear infinite;
}

.market-map span:nth-child(2) {
  left: 50%;
  top: 48%;
  width: min(72vw, 1080px);
  aspect-ratio: 1 / .36;
  border-color: rgba(0,120,255,.16);
  transform: translate(-50%, -50%) rotate(-12deg);
  animation: marketOrbitReverse 10s linear infinite;
}

.market-map span:nth-child(3) {
  left: 50%;
  top: 48%;
  width: min(48vw, 700px);
  aspect-ratio: 1 / .52;
  border-color: rgba(255,88,200,.16);
  transform: translate(-50%, -50%) rotate(16deg);
  animation: marketOrbit 8.8s linear infinite;
}

.market-lines {
  z-index: 3;
  pointer-events: none;
}

.market-lines i {
  position: absolute;
  left: 50%;
  top: 48%;
  width: min(36vw, 520px);
  height: 2px;
  border-radius: 999px;
  opacity: 0;
  filter: drop-shadow(0 0 18px rgba(255,255,255,.36));
}

.intro-market-link.is-playing .market-lines i:nth-child(1) {
  transform: translate(-103%, -72px) rotate(4deg);
  background: linear-gradient(90deg, transparent, rgba(0,120,255,.86), rgba(255,255,255,.72), transparent);
  animation: marketLineInLeft 2.4s .9s cubic-bezier(.46,0,.02,1) both;
}

.intro-market-link.is-playing .market-lines i:nth-child(2) {
  transform: translate(3%, 66px) rotate(4deg);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.72), rgba(255,88,200,.86), transparent);
  animation: marketLineInRight 2.45s 1.15s cubic-bezier(.46,0,.02,1) both;
}

.intro-market-link.is-playing .market-lines i:nth-child(3) {
  transform: translate(-103%, 80px) rotate(-8deg);
  background: linear-gradient(90deg, transparent, rgba(66,71,255,.72), rgba(255,255,255,.62), transparent);
  animation: marketLineInLeft 2.5s 1.35s cubic-bezier(.46,0,.02,1) both;
}

.intro-market-link.is-playing .market-lines i:nth-child(4) {
  transform: translate(3%, -86px) rotate(-8deg);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.62), rgba(255,45,61,.72), transparent);
  animation: marketLineInRight 2.5s 1.48s cubic-bezier(.46,0,.02,1) both;
}

.market-stage {
  z-index: 4;
  display: grid;
  place-items: center;
  pointer-events: none;
}

.market-side {
  position: absolute;
  top: calc(48% - 58px);
  width: min(24vw, 360px);
  min-height: 132px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 22px;
  padding: 22px 24px;
  color: #fff;
  background: rgba(255,255,255,.07);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.12),
    0 22px 60px rgba(0,0,0,.18);
  backdrop-filter: blur(18px);
  opacity: 0;
}

.market-side small {
  display: block;
  color: rgba(255,255,255,.58);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.market-side strong {
  display: block;
  margin-top: 12px;
  font-size: clamp(26px, 2.55vw, 44px);
  line-height: 1.05;
  font-weight: 950;
  letter-spacing: 0;
}

.market-side span {
  display: block;
  margin-top: 12px;
  color: rgba(255,255,255,.64);
  font-size: clamp(13px, 1vw, 17px);
  font-weight: 700;
  line-height: 1.45;
}

.market-brand {
  right: calc(50% + 150px);
  text-align: right;
}

.market-growth {
  left: calc(50% + 150px);
  text-align: left;
}

.market-core {
  position: absolute;
  left: 50%;
  top: 48%;
  width: clamp(116px, 9.4vw, 150px);
  height: clamp(116px, 9.4vw, 150px);
  opacity: 0;
  transform: translate(-50%, -50%) scale(.74);
}

.market-core-ring {
  position: absolute;
  inset: -32%;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255,255,255,.13), transparent 58%),
    conic-gradient(from 180deg, rgba(0,120,255,.28), rgba(66,71,255,.2), rgba(255,88,200,.32), rgba(255,45,61,.16), rgba(0,120,255,.28));
  opacity: 0;
}

.market-symbol {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  filter:
    drop-shadow(0 22px 44px rgba(0, 10, 56, .34))
    drop-shadow(0 0 34px rgba(0,120,255,.26));
}

.market-ai {
  position: absolute;
  left: 50%;
  top: calc(48% - 148px);
  transform: translate(-50%, 14px);
  font-size: clamp(34px, 4.2vw, 78px);
  font-weight: 950;
  line-height: 1;
  letter-spacing: 0;
  background: linear-gradient(135deg, #4247ff 0%, #ff58c8 50%, #ff2d3d 78%, #ff7a18 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  opacity: 0;
  filter: drop-shadow(0 14px 36px rgba(255,88,200,.22));
}

.market-bridge-label {
  position: absolute;
  left: 50%;
  top: calc(48% + 92px);
  display: grid;
  justify-items: center;
  gap: 8px;
  transform: translate(-50%, 18px);
  opacity: 0;
  text-align: center;
  white-space: nowrap;
}

.market-bridge-label span {
  color: rgba(255,255,255,.54);
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
}

.market-bridge-label b {
  color: rgba(255,255,255,.9);
  font-size: clamp(18px, 1.6vw, 28px);
  font-weight: 900;
}

.market-mark {
  position: absolute;
  left: 50%;
  top: calc(48% + 172px);
  display: flex;
  align-items: baseline;
  gap: 12px;
  transform: translate(-50%, 18px);
  opacity: 0;
  color: #fff;
  white-space: nowrap;
}

.market-mark b,
.market-mark em {
  font-style: normal;
  font-size: clamp(31px, 3.9vw, 68px);
  font-weight: 950;
  line-height: 1;
  letter-spacing: 0;
}

.market-mark em {
  background: linear-gradient(135deg, #4247ff 0%, #ff58c8 48%, #ff2d3d 78%, #ff7a18 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.market-services {
  position: absolute;
  left: 50%;
  top: calc(48% + 250px);
  display: flex;
  justify-content: center;
  gap: 10px;
  width: min(760px, 88vw);
  transform: translate(-50%, 16px);
  opacity: 0;
}

.market-services span {
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  padding: 8px 13px;
  color: rgba(255,255,255,.74);
  background: rgba(255,255,255,.08);
  backdrop-filter: blur(14px);
  font-size: clamp(12px, .95vw, 15px);
  font-weight: 800;
}

.market-title {
  position: absolute;
  left: 50%;
  top: calc(48% + 308px);
  width: min(860px, 90vw);
  margin: 0;
  transform: translate(-50%, 18px);
  color: rgba(255,255,255,.9);
  text-align: center;
  font-size: clamp(24px, 3vw, 48px);
  font-weight: 900;
  line-height: 1.18;
  letter-spacing: 0;
  opacity: 0;
}

.intro-market-link.is-playing .market-brand {
  animation: marketCardInLeft 1.15s .62s cubic-bezier(.46,0,.02,1) both;
}

.intro-market-link.is-playing .market-growth {
  animation: marketCardInRight 1.15s .92s cubic-bezier(.46,0,.02,1) both;
}

.intro-market-link.is-playing .market-core {
  animation: launchCoreIn 1.2s 1.62s cubic-bezier(.46,0,.02,1) both, launchCoreFloat 3.8s 2.5s ease-in-out infinite alternate;
}

.intro-market-link.is-playing .market-core-ring {
  animation: launchRingIn 1.1s 1.72s ease both, launchRingSpin 5s 1.9s linear infinite;
}

.intro-market-link.is-playing .market-ai {
  animation: marketAiDrop 1.05s 2.72s cubic-bezier(.46,0,.02,1) both;
}

.intro-market-link.is-playing .market-bridge-label {
  animation: launchMarkIn .9s 3.5s cubic-bezier(.46,0,.02,1) both;
}

.intro-market-link.is-playing .market-mark {
  animation: launchMarkIn .95s 4.32s cubic-bezier(.46,0,.02,1) both;
}

.intro-market-link.is-playing .market-services {
  animation: launchMarkIn .86s 5s cubic-bezier(.46,0,.02,1) both;
}

.intro-market-link.is-playing .market-title {
  animation: launchMarkIn .9s 5.5s cubic-bezier(.46,0,.02,1) both;
}

.intro-luxury-start {
  background:
    radial-gradient(circle at 50% 48%, rgba(255,255,255,.08), transparent 18%),
    radial-gradient(circle at 28% 36%, rgba(0,120,255,.28), transparent 30%),
    radial-gradient(circle at 72% 34%, rgba(255,88,200,.24), transparent 29%),
    radial-gradient(circle at 54% 76%, rgba(255,45,61,.14), transparent 34%),
    linear-gradient(132deg, #020817 0%, #061439 38%, #120b32 70%, #041024 100%);
}

.intro-luxury-start::before {
  inset: -18vh -14vw;
  background:
    radial-gradient(circle at 48% 48%, rgba(255,255,255,.16), transparent 12%),
    radial-gradient(circle at 42% 50%, rgba(0,120,255,.22), transparent 22%),
    radial-gradient(circle at 58% 50%, rgba(255,88,200,.18), transparent 22%);
  filter: blur(24px);
  opacity: .86;
  animation: luxuryAuraDrift 6.2s ease-in-out infinite alternate;
}

.intro-luxury-start::after {
  inset: 0;
  height: auto;
  background:
    radial-gradient(circle, rgba(255,255,255,.12) 0 1px, transparent 1.4px) 18px 26px / 150px 150px,
    linear-gradient(180deg, transparent, rgba(0,0,0,.22));
  opacity: .22;
  mask-image: radial-gradient(circle at 50% 48%, #000 0 52%, transparent 78%);
  z-index: 0;
}

.luxury-aura,
.luxury-particles,
.luxury-stage {
  position: absolute;
  inset: 0;
}

.luxury-aura {
  z-index: 1;
  background:
    conic-gradient(from 160deg at 50% 48%, transparent 0 18%, rgba(0,120,255,.24) 25%, transparent 35%, rgba(255,88,200,.22) 48%, transparent 60%, rgba(255,45,61,.16) 72%, transparent 100%);
  filter: blur(18px);
  opacity: .58;
  animation: luxuryAuraSpin 14s linear infinite;
}

.luxury-particles {
  z-index: 2;
  pointer-events: none;
}

.luxury-particles span {
  position: absolute;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: rgba(255,255,255,.78);
  box-shadow: 0 0 18px rgba(255,255,255,.45);
  opacity: .38;
  animation: luxuryParticleFloat 4.8s ease-in-out infinite alternate;
}

.luxury-particles span:nth-child(1) { left: 15%; top: 30%; background: #0078ff; animation-delay: -.4s; }
.luxury-particles span:nth-child(2) { left: 22%; top: 68%; background: rgba(255,255,255,.75); animation-delay: -1.2s; }
.luxury-particles span:nth-child(3) { left: 34%; top: 22%; background: #ff58c8; animation-delay: -.8s; }
.luxury-particles span:nth-child(4) { left: 42%; top: 72%; background: #4247ff; animation-delay: -1.7s; }
.luxury-particles span:nth-child(5) { left: 52%; top: 18%; background: rgba(255,255,255,.82); animation-delay: -2.2s; }
.luxury-particles span:nth-child(6) { left: 60%; top: 76%; background: #ff2d3d; animation-delay: -1.4s; }
.luxury-particles span:nth-child(7) { left: 69%; top: 26%; background: #0078ff; animation-delay: -.6s; }
.luxury-particles span:nth-child(8) { left: 78%; top: 66%; background: #ff58c8; animation-delay: -1.9s; }
.luxury-particles span:nth-child(9) { left: 86%; top: 42%; background: rgba(255,255,255,.74); animation-delay: -1.1s; }
.luxury-particles span:nth-child(10) { left: 50%; top: 53%; background: rgba(255,255,255,.9); animation-delay: -2.5s; }

.luxury-stage {
  z-index: 4;
  display: grid;
  place-items: center;
  pointer-events: none;
}

.luxury-symbol-wrap {
  position: absolute;
  left: 50%;
  top: calc(47% - 112px);
  width: clamp(84px, 7.6vw, 124px);
  height: clamp(84px, 7.6vw, 124px);
  transform: translate(-50%, -50%) scale(.8);
  opacity: 0;
}

.luxury-symbol {
  width: 100%;
  height: 100%;
  filter:
    drop-shadow(0 24px 52px rgba(0, 8, 44, .42))
    drop-shadow(0 0 30px rgba(255,88,200,.28));
}

.luxury-logo-line {
  position: absolute;
  left: 50%;
  top: 47%;
  display: grid;
  justify-items: center;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.luxury-logo {
  width: clamp(260px, 28vw, 470px);
  max-width: 82vw;
  filter:
    drop-shadow(0 22px 44px rgba(0, 8, 44, .34))
    drop-shadow(0 0 22px rgba(0,120,255,.18));
}

.luxury-sweep {
  position: relative;
  width: min(520px, 72vw);
  height: 3px;
  margin-top: 22px;
  border-radius: 999px;
  overflow: hidden;
  opacity: 0;
  background: rgba(255,255,255,.1);
}

.luxury-sweep::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 54%;
  border-radius: inherit;
  background: linear-gradient(90deg, transparent, #0078ff, #4247ff, #ff58c8, #ff2d3d, transparent);
  filter: drop-shadow(0 0 16px rgba(255,88,200,.48));
  transform: translateX(-100%);
}

.luxury-title {
  position: absolute;
  left: 50%;
  top: calc(47% + 96px);
  width: min(820px, 90vw);
  margin: 0;
  transform: translate(-50%, 18px);
  color: rgba(255,255,255,.92);
  text-align: center;
  font-size: clamp(25px, 3vw, 48px);
  font-weight: 900;
  line-height: 1.16;
  letter-spacing: 0;
  opacity: 0;
}

.luxury-subtitle {
  position: absolute;
  left: 50%;
  top: calc(47% + 158px);
  width: min(760px, 90vw);
  margin: 0;
  transform: translate(-50%, 14px);
  color: rgba(255,255,255,.52);
  text-align: center;
  font-size: clamp(13px, 1.15vw, 18px);
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  opacity: 0;
}

.intro-luxury-start.is-playing .luxury-symbol-wrap {
  animation: luxurySymbolIn 1.35s .5s cubic-bezier(.46,0,.02,1) both, luxurySymbolFloat 3.4s 2s ease-in-out infinite alternate;
}

.intro-luxury-start.is-playing .luxury-logo-line {
  animation: luxuryLogoIn 1.15s 1.85s cubic-bezier(.46,0,.02,1) both;
}

.intro-luxury-start.is-playing .luxury-sweep {
  animation: luxurySweepBase .5s 2.48s ease both;
}

.intro-luxury-start.is-playing .luxury-sweep::before {
  animation: luxurySweepRun 1.45s 2.62s cubic-bezier(.46,0,.02,1) both;
}

.intro-luxury-start.is-playing .luxury-title {
  animation: luxuryTextIn .9s 3.72s cubic-bezier(.46,0,.02,1) both;
}

.intro-luxury-start.is-playing .luxury-subtitle {
  animation: luxuryTextIn .9s 4.18s cubic-bezier(.46,0,.02,1) both;
}

.floating-nav {
  position: fixed;
  top: 26px;
  left: 28px;
  right: 28px;
  z-index: 50;
  display: grid;
  grid-template-columns: minmax(230px, 270px) 1fr auto;
  align-items: center;
  min-height: 68px;
  border: 1px solid rgba(255,255,255,.42);
  border-radius: 999px;
  padding: 0 20px 0 24px;
  color: #20232b;
  background: rgba(255, 255, 255, 0.16);
  box-shadow: none;
  backdrop-filter: blur(18px);
  opacity: 0;
  transform: translateY(-18px);
  transition: opacity 360ms ease, transform 360ms ease, border-color 220ms ease, box-shadow 220ms ease, background 220ms ease;
}

body.is-ready .floating-nav {
  opacity: 1;
  transform: translateY(0);
}

.floating-nav.is-solid {
  border-color: rgba(255,255,255,.88);
  background: rgba(255,255,255,.96);
  box-shadow: 0 18px 58px rgba(15, 54, 118, 0.18);
}

.nav-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.nav-brand img {
  width: 150px;
  max-height: 34px;
  opacity: .82;
  object-fit: contain;
  transition: opacity 220ms ease;
}

.nav-brand span {
  color: rgba(20, 28, 42, .86);
  font-size: 15px;
  font-weight: 900;
  white-space: nowrap;
}

.floating-nav.is-solid .nav-brand img {
  opacity: 1;
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 2.2vw, 38px);
  color: #1d2430;
  font-size: 14px;
  font-weight: 800;
}

.nav-links a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 42px;
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  height: 2px;
  background: var(--blue);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 180ms ease;
}

.nav-links a:hover::after {
  transform: scaleX(1);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.language-pill,
.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border: 0;
  border-radius: 999px;
  padding: 0 20px;
  font-weight: 900;
}

.language-pill {
  color: #172033;
  background: rgba(255,255,255,.34);
  transition: background 220ms ease;
}

.floating-nav.is-solid .language-pill {
  background: #edf6ff;
}

.nav-cta {
  min-width: 126px;
  color: #fff;
  background: var(--blue);
  box-shadow: 0 14px 28px rgba(0, 120, 255, 0.26);
  transition: background 220ms ease, box-shadow 220ms ease;
}

.hero-panel {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  border-radius: 0 0 34px 34px;
  background:
    linear-gradient(120deg, #fff7fb 0%, #ecf7ff 40%, #c9ebff 100%);
}

.hero-image,
.hero-colorwash,
.hero-ribbon,
.hero-visual {
  position: absolute;
  inset: 0;
}

.hero-image {
  background:
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255,255,255,.08) 1px, transparent 1px),
    radial-gradient(circle at 74% 42%, rgba(255,255,255,.68), transparent 20%),
    radial-gradient(circle at 78% 58%, rgba(0,120,255,.22), transparent 38%);
  background-size: 76px 76px, 76px 76px, auto, auto;
  opacity: 0.78;
  transform: scale(1.04);
  transition: opacity 420ms ease, transform 6s ease;
  animation: heroImageFloat 14s ease-in-out infinite alternate;
}

.hero-colorwash {
  background:
    radial-gradient(circle at 18% 70%, rgba(255, 88, 200, 0.22), transparent 26%),
    radial-gradient(circle at 70% 28%, rgba(0, 120, 255, 0.28), transparent 34%),
    linear-gradient(90deg, rgba(255,255,255,.94), rgba(246,241,255,.72) 42%, rgba(207,237,255,.6));
}

.tone-agent .hero-colorwash {
  background:
    radial-gradient(circle at 22% 74%, rgba(255, 88, 200, 0.18), transparent 24%),
    radial-gradient(circle at 75% 40%, rgba(67, 56, 255, 0.38), transparent 34%),
    radial-gradient(circle at 83% 62%, rgba(255,45,61,.16), transparent 26%),
    linear-gradient(90deg, rgba(255,255,255,.94), rgba(241,244,255,.76) 44%, rgba(215,236,255,.66));
}

.tone-global .hero-colorwash {
  background:
    radial-gradient(circle at 24% 72%, rgba(255, 45, 61, 0.12), transparent 25%),
    radial-gradient(circle at 74% 36%, rgba(0, 120, 255, 0.38), transparent 36%),
    radial-gradient(circle at 88% 28%, rgba(255,88,200,.18), transparent 22%),
    linear-gradient(90deg, rgba(255,255,255,.95), rgba(246,247,255,.7) 45%, rgba(221,242,255,.7));
}

.hero-ribbon {
  pointer-events: none;
}

.hero-ribbon span {
  position: absolute;
  display: block;
  border-radius: 999px;
  opacity: 0.78;
  filter: blur(0.2px);
}

.hero-ribbon span:nth-child(1) {
  width: 54vw;
  height: 18vh;
  right: 2vw;
  top: 28vh;
  border: 24px solid rgba(0, 120, 255, 0.2);
  border-left-color: rgba(255, 88, 200, 0.26);
  border-bottom-color: rgba(67, 56, 255, 0.28);
  transform: rotate(-12deg);
  animation: ribbonFloat 8s ease-in-out infinite alternate;
}

.hero-ribbon span:nth-child(2) {
  width: 38vw;
  height: 12vh;
  right: 10vw;
  top: 44vh;
  border: 14px solid rgba(255,255,255,.52);
  transform: rotate(-12deg);
  animation: ribbonFloat 9s ease-in-out infinite alternate-reverse;
}

.hero-ribbon span:nth-child(3) {
  width: 12px;
  height: 12px;
  right: 34vw;
  top: 40vh;
  background: var(--pink);
  box-shadow:
    90px -48px 0 rgba(0,120,255,.72),
    150px 34px 0 rgba(67,56,255,.58),
    250px -20px 0 rgba(255,45,61,.5),
    330px 48px 0 rgba(255,255,255,.8);
  animation: dotRun 4s ease-in-out infinite alternate;
}

.hero-visual {
  inset: 90px 4vw 56px auto;
  z-index: 1;
  width: min(680px, 52vw);
  pointer-events: none;
}

.visual-bridge {
  position: absolute;
  right: 4%;
  top: 22%;
  width: 88%;
  height: 38%;
  border: 22px solid rgba(0, 120, 255, 0.22);
  border-left-color: rgba(255, 88, 200, 0.28);
  border-bottom-color: rgba(67, 56, 255, 0.3);
  border-radius: 50%;
  transform: rotate(-14deg);
  box-shadow:
    inset 0 0 36px rgba(255,255,255,.46),
    0 28px 90px rgba(0,120,255,.14);
  animation: visualBridgeFloat 8s ease-in-out infinite alternate;
}

.visual-bridge::before,
.visual-bridge::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255,255,255,.08), rgba(255,255,255,.62), rgba(255,88,200,.46), rgba(0,120,255,.5));
}

.visual-bridge::before {
  left: 8%;
  right: 12%;
  top: 45%;
  height: 6px;
  transform: rotate(-2deg);
  animation: scanRun 3.6s linear infinite;
}

.visual-bridge::after {
  right: 11%;
  bottom: -34%;
  width: 30%;
  height: 6px;
  opacity: .75;
}

.visual-core {
  position: absolute;
  right: 31%;
  top: 29%;
  display: grid;
  place-items: center;
  width: clamp(150px, 15vw, 220px);
  height: clamp(116px, 11vw, 168px);
  border: 0;
  border-radius: 0;
  color: transparent;
  background: transparent;
  box-shadow: none;
  filter: drop-shadow(0 18px 28px rgba(0, 120, 255, .18));
  transform: rotate(-4deg);
  animation: corePulse 4.2s ease-in-out infinite alternate;
  will-change: transform, filter;
}

.visual-core::before {
  content: "AI";
  color: transparent;
  background: linear-gradient(135deg, var(--blue), var(--purple) 42%, var(--pink) 68%, var(--red));
  -webkit-background-clip: text;
  background-clip: text;
  font-size: clamp(44px, 5.8vw, 86px);
  font-weight: 900;
  letter-spacing: 0;
  text-shadow:
    0 0 18px rgba(0,120,255,.22),
    0 18px 42px rgba(255,88,200,.16);
}

.tone-global .visual-core::before {
  content: "G-MKT";
  font-size: clamp(34px, 4.2vw, 62px);
}

.tone-agent .visual-core::before {
  content: "AGENT";
  font-size: clamp(34px, 4.4vw, 66px);
}

.visual-node {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: auto;
  min-height: auto;
  border: 0;
  border-radius: 0;
  padding: 0;
  color: transparent;
  background: linear-gradient(135deg, var(--blue), var(--purple) 42%, var(--pink) 70%, var(--red));
  -webkit-background-clip: text;
  background-clip: text;
  box-shadow: none;
  text-shadow: 0 12px 28px rgba(0, 120, 255, .18);
  font-size: clamp(15px, 1.2vw, 20px);
  font-weight: 900;
  animation: nodeFloat 5.6s ease-in-out infinite alternate;
}

.visual-node-a {
  right: 12%;
  top: 14%;
}

.visual-node-b {
  right: 1%;
  top: 37%;
  animation-delay: .3s;
}

.visual-node-c {
  right: 48%;
  bottom: 18%;
  animation-delay: .6s;
}

.visual-node-d {
  right: 8%;
  bottom: 8%;
  animation-delay: .9s;
}

.tone-agent .visual-bridge {
  width: 70%;
  height: 46%;
  right: 8%;
  top: 18%;
  border-width: 18px;
  border-radius: 42%;
  transform: rotate(-6deg);
}

.tone-agent .visual-core {
  right: 27%;
  top: 22%;
}

.tone-global .visual-bridge {
  right: -2%;
  top: 24%;
  width: 94%;
  height: 36%;
  border-width: 22px;
  transform: rotate(-12deg);
}

.tone-global .visual-node {
  min-width: auto;
}

.tone-global .visual-node-a {
  right: 10%;
  top: 14%;
}

.tone-global .visual-node-b {
  right: 1%;
  top: 38%;
}

.tone-global .visual-node-c {
  right: 55%;
  bottom: 36%;
}

.tone-global .visual-node-d {
  right: 30%;
  bottom: 22%;
}

.tone-agent .visual-node-a {
  right: 10%;
  top: 14%;
}

.tone-agent .visual-node-b {
  right: 0;
  top: 40%;
}

.tone-agent .visual-node-c {
  right: 55%;
  bottom: 36%;
}

.tone-agent .visual-node-d {
  right: 18%;
  bottom: 38%;
}

.visual-social {
  position: absolute;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255,255,255,.42);
  border-radius: 50%;
  color: #fff;
  opacity: 0;
  transform: translateY(12px) scale(.86);
  box-shadow: 0 18px 46px rgba(0, 74, 190, .18);
  font-size: 0;
  transition: opacity 260ms ease, transform 260ms ease;
  animation: socialFloat 5.8s ease-in-out infinite alternate;
}

.visual-social::before {
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  background: #fff;
  -webkit-mask: var(--social-icon) center / contain no-repeat;
  mask: var(--social-icon) center / contain no-repeat;
}

.visual-social-facebook {
  --social-icon: url("./media/media-logos-source/facebook.svg");
  right: 47%;
  top: 17%;
  background: #1877f2;
}

.visual-social-instagram {
  --social-icon: url("./media/media-logos-source/instagram.svg");
  right: 21%;
  top: 13%;
  background:
    radial-gradient(circle at 30% 105%, #feda75 0 18%, transparent 19%),
    linear-gradient(135deg, #405de6, #833ab4 35%, #e1306c 66%, #fd1d1d);
  animation-delay: .4s;
}

.visual-social-linkedin {
  --social-icon: url("./media/media-logos-source/linkedin-plain.svg");
  right: 7%;
  top: 49%;
  background: #0a66c2;
  animation-delay: .8s;
}

.tone-global .visual-social {
  opacity: .95;
  transform: translateY(0) scale(1);
}

.visual-scan {
  position: absolute;
  right: 18%;
  bottom: 5%;
  width: 58%;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(0,120,255,.62), rgba(255,88,200,.48), transparent);
  opacity: .86;
  animation: scanRun 2.8s ease-in-out infinite;
}

.hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: min(780px, calc(100% - 96px));
  min-height: 100svh;
  margin-left: clamp(36px, 5vw, 86px);
  padding: 150px 0 170px;
  color: #15171d;
}

.kicker {
  width: max-content;
  max-width: 100%;
  margin-bottom: 30px;
  border: 1px solid rgba(0,120,255,.2);
  border-radius: 999px;
  padding: 11px 18px;
  color: var(--blue);
  background: rgba(255,255,255,.56);
  font-size: var(--home-fs-sm);
  font-weight: 900;
  backdrop-filter: blur(12px);
}

.hero-copy h1 {
  max-width: 780px;
  margin: 0;
  color: #202124;
  font-size: var(--home-fs-hero);
  line-height: 1.08;
  font-weight: 900;
}

.hero-copy h1 span {
  display: block;
}

.hero-copy h1 .nowrap {
  display: inline-block;
  white-space: nowrap;
}

.hero-subtitle {
  max-width: 760px;
  margin: 46px 0 0;
  color: #111827;
  font-size: var(--home-fs-section);
  line-height: 1.12;
  font-weight: 800;
}

.hero-subtitle:empty {
  display: none;
}

.hero-text {
  max-width: 760px;
  margin: 24px 0 38px;
  color: rgba(21, 23, 29, 0.78);
  font-size: var(--home-fs-lead);
  line-height: 1.76;
  font-weight: 600;
}

.primary-button,
.ai-copy a,
.contact-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  min-height: 58px;
  border: 0;
  border-radius: 999px;
  padding: 0 34px;
  color: #fff;
  background: var(--blue);
  font-weight: 900;
  box-shadow: 0 18px 36px rgba(0, 120, 255, 0.28);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.hero-copy .primary-button {
  margin-top: 56px;
}

.primary-button:hover,
.ai-copy a:hover,
.contact-form button:hover {
  transform: translateY(-2px);
  background: #056fe9;
  box-shadow: 0 24px 48px rgba(0,120,255,.34);
}

.hero-tabs {
  position: absolute;
  right: clamp(28px, 6vw, 98px);
  bottom: clamp(74px, 10vh, 112px);
  z-index: 4;
  display: grid;
  gap: 12px;
  width: min(306px, calc(100% - 52px));
}

.hero-tabs::before {
  content: "";
  position: absolute;
  left: 37px;
  top: 26px;
  bottom: 26px;
  width: 2px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(0,120,255,.22), rgba(255,88,200,.44), rgba(255,45,61,.22));
  opacity: .42;
  pointer-events: none;
}

.hero-tab {
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
  min-height: 58px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.5);
  border-radius: 999px;
  padding: 0 18px;
  color: #101827;
  background: rgba(255,255,255,.24);
  box-shadow: 0 12px 34px rgba(62, 86, 128, 0.08);
  backdrop-filter: blur(24px) saturate(1.22);
  font-size: var(--home-fs-btn);
  font-weight: 900;
  text-align: left;
  transition: transform 200ms ease, background 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}

.hero-tab::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(0,120,255,.78), rgba(67,56,255,.72), rgba(255,88,200,.66), rgba(255,45,61,.62));
  opacity: 0;
  transition: opacity 200ms ease;
}

.hero-tab span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  overflow: hidden;
  border: 1px solid rgba(25,42,72,.14);
  border-radius: 50%;
  color: #101827;
  background: rgba(255,255,255,.52);
  font-size: var(--home-fs-xs);
  box-shadow:
    inset 0 1px 10px rgba(255,255,255,.66),
    0 7px 18px rgba(0, 78, 180, .1);
}

.tab-mark::before,
.tab-mark::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
}

.tab-mark::before {
  width: 21px;
  height: 21px;
  background: var(--tab-color, #101827);
  -webkit-mask: var(--tab-icon) center / contain no-repeat;
  mask: var(--tab-icon) center / contain no-repeat;
  transform: translate(-50%, -50%);
}

.tab-mark::after {
  display: none;
}

.tab-mark-growth {
  --tab-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 23l7-7 5 3 8-10' fill='none' stroke='black' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M22 9h4v4' fill='none' stroke='black' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='6' cy='23' r='2.4'/%3E%3Ccircle cx='13' cy='16' r='2.4'/%3E%3Ccircle cx='18' cy='19' r='2.4'/%3E%3C/svg%3E");
  --tab-color: linear-gradient(135deg, var(--blue), var(--purple) 52%, var(--pink));
}

.tab-mark-growth::after {
  display: block;
  width: 26px;
  height: 26px;
  background:
    radial-gradient(circle at 5px 7px, rgba(0,120,255,.5) 0 1.4px, transparent 1.8px),
    radial-gradient(circle at 22px 20px, rgba(255,88,200,.42) 0 1.4px, transparent 1.8px);
  transform: translate(-50%, -50%);
}

.tab-mark-global {
  --tab-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='black' stroke-width='3' stroke-linecap='round'%3E%3Cpath d='M16 7v18M7 16h18M9.5 9.5l13 13M22.5 9.5l-13 13'/%3E%3C/g%3E%3Ccircle cx='16' cy='16' r='6.5'/%3E%3Ccircle cx='16' cy='5.5' r='3'/%3E%3Ccircle cx='16' cy='26.5' r='3'/%3E%3Ccircle cx='5.5' cy='16' r='3'/%3E%3Ccircle cx='26.5' cy='16' r='3'/%3E%3Ccircle cx='8.5' cy='8.5' r='3'/%3E%3Ccircle cx='23.5' cy='8.5' r='3'/%3E%3Ccircle cx='8.5' cy='23.5' r='3'/%3E%3Ccircle cx='23.5' cy='23.5' r='3'/%3E%3C/svg%3E");
  --tab-color: linear-gradient(135deg, #6f7886, var(--blue) 48%, #7d8aa0);
}

.tab-mark-agent {
  --tab-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='16' cy='5' r='2.6'/%3E%3Ccircle cx='16' cy='11' r='2.6'/%3E%3Ccircle cx='16' cy='16' r='2.6'/%3E%3Ccircle cx='16' cy='21' r='2.6'/%3E%3Ccircle cx='16' cy='27' r='2.6'/%3E%3Ccircle cx='10' cy='11' r='2.6'/%3E%3Ccircle cx='22' cy='11' r='2.6'/%3E%3Ccircle cx='10' cy='16' r='2.6'/%3E%3Ccircle cx='22' cy='16' r='2.6'/%3E%3Ccircle cx='10' cy='21' r='2.6'/%3E%3Ccircle cx='22' cy='21' r='2.6'/%3E%3Ccircle cx='4.5' cy='16' r='2.6'/%3E%3Ccircle cx='27.5' cy='16' r='2.6'/%3E%3C/svg%3E");
  --tab-color: #101827;
}

.hero-tab.is-active {
  border-color: rgba(255,255,255,.74);
  background: rgba(255,255,255,.16);
  transform: translateX(-6px);
  box-shadow: 0 20px 50px rgba(0, 88, 190, 0.16);
}

.hero-tab.is-active span {
  background: rgba(255,255,255,.82);
  box-shadow:
    0 0 0 7px rgba(255,255,255,.2),
    0 0 24px rgba(255,88,200,.22),
    inset 0 1px 10px rgba(255,255,255,.72);
}

.hero-tab.is-active::before {
  opacity: .74;
}

.hero-scroll {
  position: absolute;
  left: clamp(36px, 5vw, 86px);
  bottom: 36px;
  z-index: 3;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(25,42,72,.18);
  border-radius: 50%;
  background: rgba(255,255,255,.42);
  backdrop-filter: blur(10px);
}

.hero-scroll::before,
.hero-scroll::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.hero-scroll::before {
  top: 11px;
  width: 2px;
  height: 16px;
  border-radius: 999px;
  background: rgba(25,42,72,.56);
  animation: scrollLine 1.5s ease-in-out infinite;
}

.hero-scroll::after {
  top: 22px;
  width: 10px;
  height: 10px;
  border-right: 2px solid rgba(25,42,72,.56);
  border-bottom: 2px solid rgba(25,42,72,.56);
  transform: translateX(-50%) rotate(45deg);
  animation: scrollArrow 1.5s ease-in-out infinite;
}

.split-solutions {
  position: relative;
  overflow: hidden;
  min-height: 100svh;
  padding: 104px max(36px, calc((100vw - 1220px) / 2)) 64px;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(244, 249, 255, 0.94) 0%, rgba(218, 239, 255, 0.72) 12%, rgba(42, 142, 255, 0.36) 30%, rgba(0, 112, 255, 0) 52%),
    radial-gradient(circle at 16% 24%, rgba(255, 88, 200, 0.22), transparent 26%),
    radial-gradient(circle at 74% 22%, rgba(0, 204, 255, 0.26), transparent 30%),
    linear-gradient(125deg, #1387ff 0%, #0f48df 52%, #120ca2 100%);
}

.split-solutions::before {
  content: "INDUSTRY SOLUTION";
  position: absolute;
  top: 112px;
  right: -2vw;
  color: rgba(142, 226, 255, 0.22);
  font-size: clamp(54px, 7vw, 126px);
  font-weight: 300;
  letter-spacing: 0;
  white-space: nowrap;
}

.split-solutions::after {
  content: "";
  position: absolute;
  inset: auto -10vw -18vh;
  height: 34vh;
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.82), transparent 68%);
  pointer-events: none;
}

.solution-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(420px, .82fr);
  gap: 0;
  align-items: stretch;
  overflow: hidden;
  min-height: min(620px, calc(100svh - 175px));
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 34px;
  background:
    linear-gradient(90deg, rgba(13, 47, 171, 0.1), rgba(10, 33, 164, 0.78)),
    rgba(3, 30, 151, 0.2);
  box-shadow: 0 42px 130px rgba(0, 20, 118, 0.28);
}

.solution-media-panel {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  background: rgba(255, 255, 255, 0.08);
}

.solution-active-image,
.solution-media-overlay {
  position: absolute;
  inset: 0;
}

.solution-active-image {
  background-image: var(--img);
  background-position: center;
  background-size: cover;
  transform: scale(1.03);
  transition: background-image 280ms ease, transform 420ms ease;
}

.solution-media-panel:hover .solution-active-image {
  transform: scale(1.06);
}

.solution-media-overlay {
  background:
    linear-gradient(180deg, rgba(6, 19, 75, 0.04), rgba(6, 19, 75, 0.78)),
    linear-gradient(90deg, rgba(0, 120, 255, 0.3), rgba(255, 88, 200, 0.08));
}

.solution-media-copy {
  position: absolute;
  left: clamp(30px, 4vw, 58px);
  right: clamp(30px, 4vw, 58px);
  bottom: clamp(30px, 5vh, 58px);
  z-index: 1;
}

.solution-media-copy small {
  display: block;
  margin-bottom: 14px;
  color: rgba(255,255,255,.72);
  font-size: var(--home-fs-sm);
  font-weight: 900;
  text-transform: uppercase;
}

.solution-media-copy h3 {
  max-width: 560px;
  margin: 0;
  font-size: var(--home-fs-card-lg);
  line-height: 1.05;
}

.solution-media-copy p {
  max-width: 620px;
  margin: 18px 0 0;
  color: rgba(255,255,255,.84);
  font-size: var(--home-fs-body);
  line-height: 1.75;
  font-weight: 700;
}

.solution-content-panel {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 520px;
  padding: clamp(28px, 3.6vw, 46px);
  border-left: 1px solid rgba(255,255,255,.18);
  background:
    linear-gradient(180deg, rgba(255,255,255,.13), rgba(255,255,255,.04)),
    linear-gradient(90deg, rgba(0, 112, 255, 0.18), rgba(255, 88, 200, 0.05));
  backdrop-filter: blur(10px);
}

.solution-content-panel span {
  display: block;
  margin-bottom: 14px;
  color: rgba(117, 227, 255, 0.94);
  font-size: var(--home-fs-sm);
  font-weight: 900;
  text-transform: uppercase;
}

.solution-content-panel h2 {
  margin: 0;
  font-size: var(--home-fs-section);
  line-height: 1.04;
  font-weight: 900;
}

.solution-content-panel p {
  max-width: 620px;
  margin: 16px 0 20px;
  color: rgba(255,255,255,.76);
  font-size: var(--home-fs-body);
  line-height: 1.62;
}

.solution-list {
  display: grid;
  gap: 10px;
}

.solution-item {
  position: relative;
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 6px 16px;
  align-items: center;
  width: 100%;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 22px;
  padding: 11px 16px;
  color: #fff;
  background: rgba(255,255,255,.08);
  text-align: left;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.12);
  transition: transform 200ms ease, background 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
}

.solution-item::before {
  content: "";
  position: absolute;
  inset: -2px;
  z-index: -1;
  border-radius: 24px;
  background: linear-gradient(90deg, var(--blue), var(--purple), var(--pink), var(--red));
  opacity: 0;
  transition: opacity 200ms ease;
}

.solution-item small {
  grid-row: 1 / 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  color: #fff;
  background: rgba(255,255,255,.16);
  font-weight: 900;
}

.solution-item strong {
  display: block;
  font-size: var(--home-fs-btn);
  line-height: 1.2;
}

.solution-item span {
  margin: 0;
  color: rgba(255,255,255,.68);
  font-size: var(--home-fs-xs);
  font-weight: 800;
  line-height: 1.45;
  text-transform: none;
}

.solution-item.is-active {
  transform: translateX(-10px);
  border-color: rgba(255,255,255,.68);
  background: rgba(255,255,255,.18);
  box-shadow: 0 22px 62px rgba(0, 0, 110, 0.18);
}

.solution-item.is-active::before {
  opacity: 1;
}

.solution-item.is-active small {
  background: var(--blue);
}

.split-heading,
.services-title,
.cases-head {
  position: relative;
  z-index: 1;
  width: min(1220px, calc(100% - 72px));
  margin: 0 auto;
}

.section-label,
.ai-copy span,
.resource-copy span,
.contact-intro span {
  display: block;
  margin-bottom: 16px;
  color: rgba(0, 204, 255, 0.86);
  font-size: var(--home-fs-sm);
  font-weight: 900;
  text-transform: uppercase;
}

.services-title h2,
.ai-copy h2,
.resource-copy h2,
.cases-head h2,
.contact-intro h2,
.contact-form h2 {
  margin: 0;
  font-size: var(--home-fs-section);
  line-height: 1.1;
  font-weight: 900;
}

.services-title p,
.ai-copy p,
.resource-copy p,
.cases-head p,
.contact-intro p,
.contact-form p {
  max-width: 680px;
  margin: 20px 0 0;
  color: rgba(255,255,255,.72);
  font-size: var(--home-fs-body);
  line-height: 1.75;
}


.services-strip {
  position: relative;
  overflow: hidden;
  padding: 112px 0 132px;
  background:
    radial-gradient(circle at 18% 70%, rgba(255,88,200,.10), transparent 30%),
    radial-gradient(circle at 82% 28%, rgba(0,120,255,.12), transparent 32%),
    linear-gradient(180deg, #eef8ff 0%, #fff 100%);
}

.services-strip::before {
  content: "";
  position: absolute;
  inset: 10% 0 auto;
  height: 68%;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(0,120,255,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,120,255,.045) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: radial-gradient(circle at 50% 44%, #000, transparent 72%);
}

.services-strip::after {
  content: "";
  position: absolute;
  right: 6vw;
  bottom: 58px;
  width: 360px;
  height: 360px;
  border: 32px solid rgba(0,120,255,.08);
  border-left-color: rgba(255,88,200,.14);
  border-radius: 50%;
  transform: rotate(-18deg);
  pointer-events: none;
}

.section-label {
  width: min(1220px, calc(100% - 72px));
  margin: 0 auto 18px;
  color: var(--blue);
}

.services-title h2,
.cases-head h2,
.contact-intro h2,
.contact-form h2 {
  color: var(--deep);
}

.services-title p,
.cases-head p,
.contact-intro p,
.contact-form p {
  color: var(--muted);
}

.service-flow {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  width: min(1220px, calc(100% - 72px));
  margin: 58px auto 0;
}

.service-flow::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: -28px -16px;
  border-radius: 42px;
  background:
    radial-gradient(circle at 16% 44%, rgba(0,120,255,.10), transparent 30%),
    radial-gradient(circle at 56% 30%, rgba(126,62,255,.08), transparent 28%),
    radial-gradient(circle at 88% 58%, rgba(255,88,200,.10), transparent 32%);
  filter: blur(14px);
  opacity: .82;
  pointer-events: none;
}

.service-flow::after {
  display: none;
}

.service-flow article {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  min-height: 304px;
  border: 1px solid rgba(198,222,255,.86);
  border-radius: 28px;
  padding: 30px 24px 24px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.96), rgba(250,253,255,.88));
  box-shadow: 0 26px 76px rgba(44, 83, 128, 0.09);
  backdrop-filter: blur(18px);
  overflow: hidden;
  transition: transform 320ms ease, border-color 320ms ease, box-shadow 320ms ease, background 320ms ease;
}

.service-flow article::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, rgba(0,120,255,.92), rgba(126,62,255,.64), rgba(255,88,200,.56));
  opacity: .72;
  transition: opacity 320ms ease;
}

.service-flow article::after {
  content: "";
  position: absolute;
  right: -54px;
  top: -46px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0,120,255,.12), rgba(0,120,255,0) 68%);
  pointer-events: none;
}

.service-flow article:nth-child(3),
.service-flow article:nth-child(4) {
  border-color: rgba(0,120,255,.30);
  background:
    radial-gradient(circle at 84% 12%, rgba(255,88,200,.12), transparent 26%),
    radial-gradient(circle at 18% 86%, rgba(0,120,255,.12), transparent 32%),
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(246,251,255,.92));
  box-shadow: 0 32px 92px rgba(0,120,255,.13);
}

.service-flow article:hover {
  transform: translateY(-8px);
  border-color: rgba(0,120,255,.24);
  box-shadow: 0 34px 96px rgba(34, 78, 138, 0.14);
}

.service-flow article:hover::before {
  opacity: 1;
}

.service-flow-head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 44px;
}

.service-flow article span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255,255,255,.78);
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, var(--blue), #2f54ff);
  box-shadow: 0 16px 36px rgba(0,120,255,.22);
  font-weight: 900;
  font-size: 15px;
}

.service-flow-head i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  border: 1px solid rgba(0,120,255,.14);
  border-radius: 999px;
  padding: 0 12px;
  color: rgba(0,120,255,.76);
  background: rgba(237,247,255,.62);
  font-style: normal;
  font-weight: 900;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
}

.service-flow article:nth-child(3) .service-flow-head i,
.service-flow article:nth-child(4) .service-flow-head i {
  color: #fff;
  border-color: rgba(255,255,255,.72);
  background: linear-gradient(135deg, var(--blue), var(--purple) 56%, var(--pink));
  box-shadow: 0 14px 32px rgba(126,62,255,.20);
}

.service-flow h3 {
  position: relative;
  z-index: 1;
  margin: 34px 0 12px;
  color: var(--deep);
  font-size: var(--home-fs-card);
  line-height: 1.24;
}

.service-flow p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.service-flow-tags {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
  padding-top: 28px;
}

.service-flow-tags b {
  display: inline-flex;
  border: 1px solid rgba(0,120,255,.12);
  border-radius: 999px;
  padding: 7px 10px;
  color: rgba(25,42,72,.64);
  background: rgba(237,247,255,.72);
  font-size: 12px;
  line-height: 1;
  font-weight: 850;
}

.service-flow article:nth-child(3) .service-flow-tags b,
.service-flow article:nth-child(4) .service-flow-tags b {
  border-color: rgba(0,120,255,.16);
  color: rgba(0,120,255,.86);
  background: rgba(255,255,255,.74);
}

.service-home-actions {
  position: relative;
  z-index: 1;
  width: min(1220px, calc(100% - 72px));
  margin: 54px auto 0;
}

.service-journey {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .98fr) minmax(420px, .9fr);
  gap: 26px;
  width: min(1220px, calc(100% - 72px));
  margin: 58px auto 0;
  align-items: stretch;
}

.service-journey-visual {
  position: relative;
  min-height: 620px;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 34px;
  overflow: hidden;
  background: #051934;
  box-shadow: 0 38px 110px rgba(0, 78, 180, .16);
}

.service-journey-visual::before,
.service-journey-visual::after {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  pointer-events: none;
}

.service-journey-visual::before {
  background:
    radial-gradient(circle at 16% 18%, rgba(255,88,200,.34), transparent 27%),
    radial-gradient(circle at 82% 22%, rgba(0,120,255,.32), transparent 30%),
    linear-gradient(145deg, rgba(0,48,128,.18), rgba(4,12,36,.46) 70%);
  mix-blend-mode: screen;
}

.service-journey-visual::after {
  background:
    linear-gradient(180deg, rgba(3,18,48,.05), rgba(3,14,35,.62)),
    linear-gradient(90deg, rgba(3,14,35,.52), rgba(3,14,35,.08) 56%);
}

.journey-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  filter: saturate(.96) contrast(1.02);
  transform: scale(1.015);
  transition: opacity 520ms ease, transform 720ms ease, filter 720ms ease;
}

.journey-image-default {
  opacity: 1;
}

.service-journey:has(.journey-step:nth-child(1):hover) .journey-image,
.service-journey:has(.journey-step:nth-child(2):hover) .journey-image,
.service-journey:has(.journey-step:nth-child(3):hover) .journey-image,
.service-journey:has(.journey-step:nth-child(4):hover) .journey-image,
.service-journey:has(.journey-step:nth-child(5):hover) .journey-image {
  opacity: 0;
}

.service-journey:has(.journey-step:nth-child(1):hover) .journey-image-step-1,
.service-journey:has(.journey-step:nth-child(2):hover) .journey-image-step-2,
.service-journey:has(.journey-step:nth-child(3):hover) .journey-image-step-3,
.service-journey:has(.journey-step:nth-child(4):hover) .journey-image-step-4,
.service-journey:has(.journey-step:nth-child(5):hover) .journey-image-step-5 {
  opacity: 1;
  filter: saturate(1.06) contrast(1.06);
  transform: scale(1.055);
}

.journey-visual-overlay {
  position: absolute;
  z-index: 3;
  left: 30px;
  right: 30px;
  bottom: 30px;
  display: grid;
  gap: 12px;
  max-width: 520px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 26px;
  padding: 26px;
  color: #fff;
  background: rgba(5,18,44,.42);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.12);
  backdrop-filter: blur(18px);
}

.journey-visual-overlay > span {
  color: rgba(255,255,255,.66);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.journey-visual-overlay strong {
  font-size: 30px;
  line-height: 1.16;
  font-weight: 950;
}

.journey-line {
  display: block;
  white-space: nowrap;
}

.journey-visual-overlay p {
  margin: 0;
  color: rgba(255,255,255,.74);
  font-size: 15px;
  line-height: 1.7;
  font-weight: 700;
}

.journey-steps {
  display: grid;
  gap: 14px;
  align-content: stretch;
}

.journey-step {
  position: relative;
  display: grid;
  gap: 10px;
  min-height: 112px;
  border: 1px solid rgba(198,222,255,.86);
  border-radius: 24px;
  padding: 22px 24px;
  background:
    radial-gradient(circle at 94% 18%, rgba(255,88,200,.08), transparent 24%),
    linear-gradient(135deg, rgba(255,255,255,.96), rgba(247,252,255,.9));
  box-shadow: 0 22px 64px rgba(44, 83, 128, .08);
  overflow: hidden;
  transition: transform 320ms ease, border-color 320ms ease, box-shadow 320ms ease, background 320ms ease;
}

.journey-step::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: linear-gradient(180deg, var(--blue), var(--purple), var(--pink));
  opacity: .38;
  transition: opacity 320ms ease;
}

.journey-step small {
  color: var(--blue);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.journey-step h3 {
  margin: 0;
  color: var(--deep);
  font-size: 24px;
  line-height: 1.2;
  font-weight: 950;
}

.journey-step p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.62;
  font-weight: 700;
}

.journey-step:hover {
  transform: translateX(-6px);
  border-color: rgba(0,120,255,.32);
  background:
    radial-gradient(circle at 88% 16%, rgba(255,88,200,.14), transparent 28%),
    linear-gradient(135deg, rgba(255,255,255,.98), rgba(239,248,255,.94));
  box-shadow: 0 30px 82px rgba(0, 80, 180, .13);
}

.journey-step:hover::before {
  opacity: 1;
}

.ai-product {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(460px, 1.1fr);
  gap: 64px;
  align-items: center;
  padding: 120px max(48px, calc((100vw - 1220px) / 2));
  color: #fff;
  background:
    radial-gradient(circle at 76% 26%, rgba(255,88,200,.28), transparent 24%),
    linear-gradient(135deg, #061b88 0%, #0078ff 52%, #d8f1ff 130%);
}

.ai-copy p {
  color: rgba(255,255,255,.78);
}

.ai-copy a {
  margin-top: 34px;
  color: var(--blue);
  background: #fff;
}

.ai-console {
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 32px;
  padding: 26px;
  background: rgba(255,255,255,.13);
  box-shadow: 0 30px 100px rgba(0, 0, 90, 0.28);
  backdrop-filter: blur(20px);
}

.console-head {
  display: flex;
  gap: 10px;
  margin-bottom: 26px;
}

.console-head span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255,255,255,.72);
}

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

.console-grid article {
  min-height: 180px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 24px;
  padding: 24px;
  background: rgba(255,255,255,.16);
}

.console-grid strong,
.console-grid small,
.console-grid b {
  display: block;
}

.console-grid strong {
  font-size: var(--home-fs-card);
}

.console-grid small {
  margin-top: 10px;
  color: rgba(255,255,255,.68);
  font-weight: 800;
}

.console-grid b {
  margin-top: 32px;
  font-size: 48px;
}

.resource-wall {
  position: relative;
  overflow: hidden;
  min-height: 760px;
  padding: 110px 0;
  color: #fff;
  background:
    radial-gradient(circle at 24% 78%, rgba(0, 210, 255, 0.48), transparent 30%),
    linear-gradient(125deg, #006fff 0%, #0920bd 58%, #0b078f 100%);
}

.resource-copy {
  position: relative;
  z-index: 2;
  width: min(1220px, calc(100% - 72px));
  margin: 0 auto;
  text-align: center;
}

.resource-copy p {
  margin-left: auto;
  margin-right: auto;
}

.resource-orbit {
  position: absolute;
  inset: 260px 0 0;
}

.resource-ring {
  position: absolute;
  left: 50%;
  top: 45%;
  z-index: 2;
  display: grid;
  place-items: center;
  width: min(360px, 46vw);
  aspect-ratio: 1;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 50%;
  padding: 38px;
  text-align: center;
  background: rgba(255,255,255,.08);
  box-shadow: 0 28px 90px rgba(0,0,80,.18);
  transform: translate(-50%, -50%);
  backdrop-filter: blur(10px);
}

.resource-ring strong {
  color: #28b5ff;
  font-size: 76px;
  line-height: 1;
}

.resource-ring span {
  color: rgba(255,255,255,.84);
  line-height: 1.7;
  font-weight: 800;
}

.marquee-row {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 26px 0;
  opacity: .92;
}

.marquee-row::before,
.marquee-row::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 14vw;
  pointer-events: none;
}

.marquee-row::before {
  left: 0;
  background: linear-gradient(90deg, rgba(0, 111, 255, 0.92), transparent);
}

.marquee-row::after {
  right: 0;
  background: linear-gradient(270deg, rgba(11, 7, 143, 0.88), transparent);
}

.marquee-row.reverse {
  opacity: .82;
}

.marquee-row.slow {
  opacity: .68;
}

.marquee-track {
  display: flex;
  width: max-content;
  gap: 28px;
  animation: marquee 34s linear infinite;
}

.reverse .marquee-track {
  animation-direction: reverse;
  animation-duration: 42s;
}

.slow .marquee-track {
  animation-duration: 52s;
}

.media-logo {
  display: block;
  flex: 0 0 auto;
  width: 160px;
  height: 72px;
  object-fit: contain;
  opacity: .96;
  filter: drop-shadow(0 18px 28px rgba(0, 0, 70, .16));
  transform: translateZ(0);
}

.reverse .media-logo {
  opacity: .9;
}

.slow .media-logo {
  opacity: .82;
}

.cases-logo-wall {
  padding: 112px 0;
  background:
    linear-gradient(180deg, #f4faff 0%, #fff 100%);
}

.logo-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  width: min(1220px, calc(100% - 72px));
  margin: 52px auto 0;
}

.enterprise-logo {
  width: 100%;
  height: auto;
  min-height: 112px;
  border-radius: 22px;
  background: rgba(255, 255, 255, .86);
  object-fit: contain;
  box-shadow: 0 22px 60px rgba(34, 74, 126, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.enterprise-logo:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 72px rgba(34, 74, 126, 0.14);
}

.contact-intro {
  max-width: 1040px;
  margin-bottom: 34px;
}

.contact-intro span {
  color: var(--blue);
}

.contact-intro h2 {
  max-width: 900px;
}

.contact-intro p {
  max-width: 960px;
}

.about-stats {
  display: flex;
  gap: 16px;
  margin-top: 30px;
}

.about-stats strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 92px;
  min-height: 62px;
  border-radius: 18px;
  color: var(--blue);
  background: #edf7ff;
  font-size: 24px;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  border: 1px solid var(--line);
  border-radius: 30px;
  padding: clamp(24px, 3.6vw, 44px);
  background: rgba(255,255,255,.76);
  box-shadow: 0 28px 80px rgba(31, 73, 122, 0.1);
  backdrop-filter: blur(18px);
}

.contact-form h2,
.contact-form .contact-form-lead,
.contact-form-section-title,
.contact-submit-row,
.form-status,
.contact-lines {
  grid-column: 1 / -1;
}

.contact-form .full-field {
  grid-column: 1 / -1;
}

.contact-form-row {
  grid-column: 1 / -1;
  display: grid;
  gap: 18px;
}

.contact-form-row-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.contact-form-row-two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.contact-form h2 {
  margin-bottom: 0;
}

.contact-form-lead {
  margin: -4px 0 2px;
  color: rgba(25,42,72,.62);
  font-size: 15px;
  line-height: 1.65;
  font-weight: 750;
}

.contact-form-section-title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 8px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 950;
}

.contact-form-section-title::after {
  content: "";
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, rgba(0,120,255,.2), rgba(255,88,200,.12), transparent);
}

.contact-form label {
  display: grid;
  gap: 9px;
  color: var(--deep);
  font-weight: 900;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid #d9e7f6;
  border-radius: 14px;
  padding: 14px 15px;
  color: var(--deep);
  background: rgba(255,255,255,.84);
  outline: none;
}

.contact-form textarea {
  min-height: 94px;
  max-height: 132px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(0,120,255,.12);
}

.contact-submit-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 4px;
}

.contact-submit-row span {
  color: rgba(25,42,72,.54);
  font-size: 13px;
  line-height: 1.5;
  font-weight: 850;
}

.contact-submit-row button {
  min-width: 220px;
  margin-top: 0;
}

.form-status {
  min-height: 22px;
  margin: 0;
  color: var(--blue);
  font-weight: 800;
}

.contact-lines {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.site-footer {
  padding: 42px max(36px, calc((100vw - 1220px) / 2)) 28px;
  color: rgba(255,255,255,.72);
  background:
    radial-gradient(circle at 16% 8%, rgba(255, 88, 200, 0.12), transparent 26%),
    radial-gradient(circle at 82% 12%, rgba(0, 120, 255, 0.2), transparent 32%),
    linear-gradient(135deg, #06111e 0%, #0a2036 56%, #06101c 100%);
}

.footer-cta-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 38px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 24px;
  padding: 22px 24px;
  background: linear-gradient(135deg, rgba(255,255,255,.08), rgba(255,255,255,.035));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
}

.footer-cta-strip span {
  display: block;
  color: rgba(255,255,255,.54);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.footer-cta-strip strong {
  display: block;
  margin-top: 7px;
  color: #fff;
  font-size: clamp(22px, 2vw, 32px);
  line-height: 1.18;
}

.footer-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 132px;
  min-height: 48px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--blue), #3366ff 52%, var(--pink));
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 18px 44px rgba(0, 120, 255, .24);
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(300px, 1.08fr) minmax(160px, .58fr) minmax(160px, .58fr) minmax(280px, .9fr);
  gap: 36px;
  align-items: start;
}

.footer-brand img {
  display: block;
  width: 178px;
  height: auto;
}

.footer-brand p {
  max-width: 420px;
  margin: 22px 0 0;
  color: rgba(255,255,255,.68);
  line-height: 1.75;
  font-weight: 700;
}

.footer-nowrap {
  white-space: nowrap;
}

.footer-contact {
  display: grid;
  gap: 10px;
  margin-top: 24px;
  color: rgba(255,255,255,.72);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}

.footer-contact a,
.footer-contact span {
  color: inherit;
  text-decoration: none;
}

.footer-contact a:hover {
  color: #fff;
}

.footer-tags,
.footer-social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.footer-tags span,
.footer-social-row span,
.footer-social-row a {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 999px;
  padding: 0 12px;
  color: rgba(255,255,255,.62);
  background: rgba(255,255,255,.05);
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}

.footer-column {
  display: grid;
  align-content: start;
  gap: 12px;
}

.footer-column h3 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 15px;
  font-weight: 950;
}

.footer-column a {
  color: rgba(255,255,255,.66);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
  text-decoration: none;
  transition: color 180ms ease, transform 180ms ease;
}

.footer-column a:hover {
  color: #fff;
  transform: translateX(3px);
}

.footer-column-rich {
  gap: 11px;
}

.footer-social-row {
  margin-top: 12px;
}

.footer-social-logo-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(116px, 1fr));
  gap: 10px;
  align-items: center;
  width: min(100%, 280px);
}

.footer-social-logo-row .footer-social-logo {
  justify-content: flex-start;
  gap: 9px;
  width: 100%;
  min-height: 44px;
  border-radius: 14px;
  padding: 6px 10px 6px 7px;
  color: rgba(255,255,255,.74);
  background: rgba(255,255,255,.075);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
}

.footer-social-logo-row a.footer-social-logo:hover {
  border-color: rgba(255,255,255,.28);
  background: rgba(255,255,255,.14);
  transform: translateY(-2px);
}

.footer-social-logo::after {
  content: attr(aria-label);
  font-size: 12px;
  font-weight: 950;
  line-height: 1;
  white-space: nowrap;
}

.footer-social-logo img {
  display: block;
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  object-fit: contain;
  border-radius: 10px;
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 14px 24px;
  margin-top: 52px;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.1);
  color: rgba(255,255,255,.48);
  font-size: 13px;
  font-weight: 800;
}

.footer-bottom a {
  color: inherit;
  text-decoration: none;
  transition: color 180ms ease;
}

.footer-bottom a:hover {
  color: rgba(255,255,255,.88);
}

.subpage {
  background:
    radial-gradient(circle at 80% 0%, rgba(0, 120, 255, .16), transparent 32%),
    radial-gradient(circle at 18% 8%, rgba(255, 88, 200, .12), transparent 24%),
    linear-gradient(180deg, #f4f9ff 0%, #fff 42%, #f6fbff 100%);
}

.subpage .floating-nav {
  opacity: 1;
  transform: translateY(0);
}

.nav-links a.is-current {
  color: var(--blue);
}

.nav-links a.is-current::after {
  transform: scaleX(1);
}

.page-hero {
  position: relative;
  overflow: hidden;
  min-height: 620px;
  padding: 158px max(36px, calc((100vw - 1220px) / 2)) 92px;
  background:
    radial-gradient(circle at 12% 22%, rgba(255,88,200,.09), transparent 28%),
    radial-gradient(circle at 86% 18%, rgba(0,120,255,.13), transparent 32%),
    linear-gradient(180deg, rgba(245,250,255,.98), rgba(236,246,255,.9));
}

.page-hero::before {
  content: "";
  position: absolute;
  right: -12vw;
  top: 118px;
  width: 58vw;
  height: 32vw;
  border: 26px solid rgba(0, 120, 255, .14);
  border-left-color: rgba(255, 88, 200, .16);
  border-bottom-color: rgba(67, 56, 255, .18);
  border-radius: 50%;
  transform: rotate(-13deg);
  pointer-events: none;
}

.page-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 180px;
  background: linear-gradient(180deg, transparent, rgba(255,255,255,.82));
  pointer-events: none;
}

.page-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(360px, .72fr);
  gap: 70px;
  align-items: center;
}

.page-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  border: 1px solid rgba(0,120,255,.18);
  border-radius: 999px;
  padding: 0 16px;
  color: var(--blue);
  background: rgba(255,255,255,.62);
  font-size: 13px;
  font-weight: 900;
  backdrop-filter: blur(14px);
}

.page-hero h1 {
  max-width: 820px;
  margin: 28px 0 0;
  color: #121722;
  font-size: clamp(46px, 5.3vw, 86px);
  line-height: 1.08;
  font-weight: 900;
}

.page-hero p {
  max-width: 720px;
  margin: 28px 0 0;
  color: rgba(25,42,72,.76);
  font-size: clamp(18px, 1.55vw, 24px);
  line-height: 1.78;
  font-weight: 650;
}

.faq-page .faq-hero {
  min-height: min(560px, 58vh);
  padding-top: 132px;
  padding-bottom: 54px;
}

.faq-page .faq-hero::before {
  top: 92px;
  width: 50vw;
  height: 28vw;
}

.faq-page .faq-hero::after {
  height: 96px;
}

.faq-page .faq-hero .page-hero-inner {
  grid-template-columns: minmax(0, .98fr) minmax(340px, .62fr);
  gap: 54px;
}

.faq-page .faq-hero h1 {
  font-size: clamp(42px, 4.4vw, 68px);
}

.faq-page .faq-hero p {
  max-width: 690px;
  font-size: clamp(17px, 1.25vw, 20px);
}

.faq-page .faq-hero .page-visual,
.faq-page .faq-hero .page-visual img {
  min-height: 320px;
}

.page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 38px;
}

.page-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  border: 1px solid rgba(0,120,255,.2);
  border-radius: 999px;
  padding: 0 24px;
  color: var(--blue);
  background: rgba(255,255,255,.56);
  font-size: 14px;
  font-weight: 900;
  backdrop-filter: blur(12px);
}

.page-button.primary {
  border-color: transparent;
  color: #fff;
  background: var(--blue);
  box-shadow: 0 18px 36px rgba(0,120,255,.24);
}

.page-visual {
  position: relative;
  min-height: 390px;
  border: 1px solid rgba(255,255,255,.64);
  border-radius: 34px;
  background:
    radial-gradient(circle at 28% 28%, rgba(255,88,200,.24), transparent 24%),
    radial-gradient(circle at 72% 26%, rgba(0,120,255,.28), transparent 28%),
    linear-gradient(135deg, rgba(255,255,255,.72), rgba(221,242,255,.7));
  box-shadow: 0 40px 120px rgba(0, 80, 180, .14);
  overflow: hidden;
  animation: pageVisualFloat 7s ease-in-out infinite alternate;
}

.page-visual img {
  width: 100%;
  height: 100%;
  min-height: 390px;
  object-fit: cover;
  mix-blend-mode: multiply;
  opacity: .82;
  transition: transform 700ms ease, opacity 700ms ease, filter 700ms ease;
}

.page-visual-card {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  display: grid;
  gap: 10px;
  border: 1px solid rgba(255,255,255,.62);
  border-radius: 24px;
  padding: 22px;
  color: #162033;
  background: rgba(255,255,255,.72);
  backdrop-filter: blur(18px);
}

.page-visual-card strong {
  font-size: 26px;
  font-weight: 900;
}

.page-visual-card span {
  color: rgba(25,42,72,.68);
  font-size: 14px;
  font-weight: 800;
}

.page-section {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: 96px max(36px, calc((100vw - 1220px) / 2));
}

.page-section.alt {
  background:
    radial-gradient(circle at 8% 18%, rgba(255,88,200,.07), transparent 28%),
    radial-gradient(circle at 88% 8%, rgba(0,120,255,.1), transparent 30%),
    linear-gradient(180deg, rgba(239,246,255,.82), rgba(255,255,255,.94));
}

.page-section::before {
  content: "";
  position: absolute;
  inset: 34px max(24px, calc((100vw - 1220px) / 2)) auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0,120,255,.16), rgba(255,88,200,.12), transparent);
  pointer-events: none;
}

.page-section > * {
  position: relative;
  z-index: 1;
}

@media (min-width: 1121px) {
  .page-hero .page-visual {
    order: -1;
  }
}

.section-head {
  display: grid;
  gap: 16px;
  max-width: 820px;
  margin-bottom: 42px;
}

.section-head.center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section-head span {
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.section-head h2 {
  margin: 0;
  color: #101827;
  font-size: clamp(34px, 3.6vw, 58px);
  line-height: 1.14;
  font-weight: 900;
}

.section-head p {
  margin: 0;
  color: rgba(25,42,72,.68);
  font-size: 18px;
  line-height: 1.76;
  font-weight: 650;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
  align-items: stretch;
}

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

.seo-topic-section {
  scroll-margin-top: 118px;
}

.seo-topic-pack {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: start;
}

.seo-topic-summary {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(380px, .88fr);
  grid-template-areas:
    "copy image"
    "flow image"
    "outcomes image";
  align-items: center;
  gap: 18px 28px;
  overflow: hidden;
  border: 1px solid rgba(0,120,255,.12);
  border-radius: 24px;
  padding: 28px;
  color: #fff;
  background:
    radial-gradient(circle at 8% 8%, rgba(0,210,255,.2), transparent 28%),
    linear-gradient(145deg, #1478ff 0%, #1f66df 48%, #5b45e8 100%);
  box-shadow: 0 24px 70px rgba(13,62,130,.12);
}

.seo-topic-summary::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(255,255,255,.13), rgba(255,255,255,0) 48%),
    radial-gradient(circle at 92% 12%, rgba(255,88,200,.16), transparent 28%);
  pointer-events: none;
}

.seo-topic-summary img {
  position: relative;
  grid-area: image;
  z-index: 2;
  width: 100%;
  height: 320px;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
  box-shadow: 0 24px 60px rgba(7,21,52,.24);
  filter: brightness(1.08) saturate(1.06);
}

.seo-topic-summary > *:not(img) {
  position: relative;
  z-index: 2;
}

.seo-topic-summary-copy {
  grid-area: copy;
  display: grid;
  gap: 10px;
  max-width: 560px;
}

.seo-topic-summary > span,
.seo-topic-summary-copy > span,
.seo-topic-card span {
  color: #28b5ff;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.seo-topic-summary h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(28px, 2.5vw, 38px);
  line-height: 1.14;
  font-weight: 950;
}

.seo-topic-summary p {
  margin: 0;
  color: rgba(255,255,255,.84);
  font-size: 16px;
  line-height: 1.65;
  font-weight: 700;
}

.seo-asset-flow {
  grid-area: flow;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  max-width: 520px;
}

.seo-asset-flow div {
  position: relative;
  display: grid;
  gap: 5px;
  min-height: 74px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 15px;
  padding: 12px 14px;
  background: rgba(255,255,255,.14);
  backdrop-filter: blur(12px);
}

.seo-asset-flow small {
  color: rgba(255,255,255,.52);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.seo-asset-flow strong {
  align-self: end;
  color: #fff;
  font-size: 17px;
  font-weight: 950;
}

.seo-topic-outcomes {
  grid-area: outcomes;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 520px;
}

.seo-topic-outcomes strong {
  color: #fff;
  font-size: 17px;
}

.seo-topic-outcomes span {
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  padding: 8px 11px;
  color: rgba(255,255,255,.82);
  background: rgba(255,255,255,.08);
  font-size: 12px;
  line-height: 1;
  font-weight: 850;
}

.seo-topic-pack .seo-topic-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.seo-topic-card {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 16px;
  align-items: start;
  min-height: 170px;
  border: 1px solid rgba(226,239,252,.9);
  border-radius: 22px;
  padding: 20px;
  background:
    radial-gradient(circle at 92% 8%, rgba(255,88,200,.08), transparent 28%),
    rgba(255,255,255,.9);
  box-shadow: 0 22px 64px rgba(34,74,126,.07);
  transition: transform 320ms ease, border-color 320ms ease, box-shadow 320ms ease;
}

.seo-topic-card small {
  display: grid;
  place-items: center;
  width: 50px;
  aspect-ratio: 1;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(145deg, var(--blue), #5f4bff);
  font-size: 17px;
  font-weight: 950;
  box-shadow: 0 16px 34px rgba(0,120,255,.22);
}

.seo-topic-card h3 {
  margin: 8px 0 10px;
  color: #101827;
  font-size: 19px;
  line-height: 1.28;
  font-weight: 950;
}

.seo-topic-card p {
  margin: 0;
  color: rgba(25,42,72,.66);
  font-size: 14px;
  line-height: 1.66;
  font-weight: 700;
}

.feature-card {
  display: grid;
  align-content: start;
  height: 100%;
  min-height: 230px;
  border: 1px solid rgba(226,239,252,.9);
  border-radius: 24px;
  padding: 28px;
  background:
    radial-gradient(circle at 88% 12%, rgba(255,88,200,.08), transparent 28%),
    rgba(255,255,255,.86);
  box-shadow: 0 24px 70px rgba(34, 74, 126, .08);
  backdrop-filter: blur(12px);
  transition: transform 320ms ease, border-color 320ms ease, box-shadow 320ms ease, background 320ms ease;
}

.feature-card small {
  display: inline-flex;
  margin-bottom: 32px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
}

.feature-card h3 {
  margin: 0 0 14px;
  color: #111827;
  font-size: 24px;
  line-height: 1.24;
}

.feature-card p,
.feature-card li {
  color: rgba(25,42,72,.68);
  font-size: 15px;
  line-height: 1.72;
  font-weight: 650;
}

.feature-card ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 18px;
}

.legal-page {
  color: #12213a;
}

.legal-hero {
  min-height: 560px;
}

.legal-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.legal-meta span,
.legal-summary-card span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border: 1px solid rgba(0,120,255,.14);
  border-radius: 999px;
  padding: 0 14px;
  color: rgba(19,37,68,.68);
  background: rgba(255,255,255,.62);
  font-size: 13px;
  font-weight: 900;
  backdrop-filter: blur(12px);
}

.legal-summary-card {
  display: grid;
  gap: 12px;
  align-content: center;
  justify-self: end;
  width: min(100%, 360px);
  border: 1px solid rgba(226,239,252,.9);
  border-radius: 30px;
  padding: 30px;
  background:
    radial-gradient(circle at 16% 12%, rgba(255,88,200,.12), transparent 28%),
    radial-gradient(circle at 86% 12%, rgba(0,120,255,.14), transparent 34%),
    rgba(255,255,255,.72);
  box-shadow: 0 30px 80px rgba(34,74,126,.1);
  backdrop-filter: blur(18px);
}

.legal-summary-card strong {
  margin-bottom: 8px;
  color: #101827;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 950;
}

.legal-summary-card span {
  justify-content: center;
}

.legal-section-wrap {
  padding-top: 72px;
}

.legal-layout {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 30px;
  align-items: start;
}

.legal-toc {
  position: sticky;
  top: 124px;
  display: grid;
  gap: 10px;
  border: 1px solid rgba(226,239,252,.95);
  border-radius: 24px;
  padding: 20px;
  background: rgba(255,255,255,.78);
  box-shadow: 0 24px 60px rgba(34,74,126,.08);
  backdrop-filter: blur(14px);
}

.legal-toc strong {
  margin-bottom: 8px;
  color: #101827;
  font-size: 16px;
  font-weight: 950;
}

.legal-toc a {
  color: rgba(25,42,72,.62);
  font-size: 13px;
  font-weight: 850;
  line-height: 1.4;
  text-decoration: none;
  transition: color 180ms ease, transform 180ms ease;
}

.legal-toc a:hover {
  color: var(--blue);
  transform: translateX(3px);
}

.legal-card {
  overflow: hidden;
  border: 1px solid rgba(226,239,252,.95);
  border-radius: 32px;
  background:
    radial-gradient(circle at 92% 0%, rgba(0,120,255,.08), transparent 28%),
    radial-gradient(circle at 0% 16%, rgba(255,88,200,.055), transparent 24%),
    rgba(255,255,255,.86);
  box-shadow: 0 30px 90px rgba(34,74,126,.08);
  backdrop-filter: blur(16px);
}

.legal-section {
  padding: 34px clamp(24px, 4vw, 52px);
  border-bottom: 1px solid rgba(226,239,252,.9);
}

.legal-section:last-child {
  border-bottom: 0;
}

.legal-section h2 {
  margin: 0 0 18px;
  color: #101827;
  font-size: clamp(24px, 2.2vw, 34px);
  line-height: 1.24;
  font-weight: 950;
}

.legal-section h3 {
  margin: 0 0 10px;
  color: #12213a;
  font-size: 18px;
  line-height: 1.32;
  font-weight: 950;
}

.legal-section p,
.legal-section li {
  color: rgba(25,42,72,.72);
  font-size: 16px;
  line-height: 1.88;
  font-weight: 650;
}

.legal-section p {
  margin: 0 0 14px;
}

.legal-section p:last-child {
  margin-bottom: 0;
}

.legal-section ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 20px;
}

.legal-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 18px;
}

.legal-grid > div {
  min-height: 190px;
  border: 1px solid rgba(226,239,252,.95);
  border-radius: 22px;
  padding: 22px;
  background:
    linear-gradient(135deg, rgba(0,120,255,.055), rgba(255,88,200,.045)),
    rgba(255,255,255,.78);
}

.legal-contact-box {
  background:
    linear-gradient(135deg, rgba(0,120,255,.08), rgba(255,88,200,.065)),
    rgba(255,255,255,.86);
}

.legal-contact-box a,
.legal-contact-box span {
  display: block;
  color: #12213a;
  font-weight: 900;
  text-decoration: none;
}

.legal-contact-box a {
  margin: 12px 0 8px;
  color: var(--blue);
}

.service-directory {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.service-directory-card {
  position: relative;
  display: grid;
  align-content: space-between;
  min-height: 320px;
  border: 1px solid rgba(226,239,252,.9);
  border-radius: 28px;
  padding: 28px;
  overflow: hidden;
  background: rgba(255,255,255,.88);
  box-shadow: 0 24px 70px rgba(34, 74, 126, .08);
  transition: transform 320ms ease, border-color 320ms ease, box-shadow 320ms ease;
}

.service-directory-card::before {
  content: "";
  position: absolute;
  inset: auto -22% -46% 16%;
  height: 190px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(0,120,255,.2), rgba(255,88,200,.18));
  filter: blur(4px);
  transform: rotate(-10deg);
}

.service-directory-card > * {
  position: relative;
  z-index: 1;
}

.service-directory-card small {
  display: inline-flex;
  margin-bottom: 46px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.service-directory-card h3 {
  margin: 0 0 14px;
  color: #101827;
  font-size: 28px;
  line-height: 1.18;
}

.service-directory-card p {
  margin: 0;
  color: rgba(25,42,72,.68);
  font-size: 15px;
  line-height: 1.76;
  font-weight: 650;
}

.service-directory-card a {
  display: inline-flex;
  align-items: center;
  width: max-content;
  min-height: 42px;
  margin-top: 26px;
  border-radius: 999px;
  padding: 0 16px;
  color: #fff;
  background: var(--blue);
  font-size: 13px;
  font-weight: 900;
}

.service-module-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}

.service-module-card {
  display: grid;
  grid-template-columns: minmax(220px, .88fr) minmax(0, 1fr);
  min-width: 0;
  min-height: 250px;
  border: 1px solid rgba(226,239,252,.92);
  border-radius: 28px;
  overflow: hidden;
  background: rgba(255,255,255,.9);
  box-shadow: 0 26px 76px rgba(34,74,126,.08);
  transition: transform 320ms ease, border-color 320ms ease, box-shadow 320ms ease;
}

.service-module-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #0b2c54;
  filter: saturate(.94) contrast(1.02);
  transition: transform 640ms ease, filter 640ms ease;
}

.service-module-card > div {
  position: relative;
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 0;
  padding: 28px 28px 30px;
}

.service-module-card > div::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 86% 8%, rgba(255,88,200,.1), transparent 28%),
    linear-gradient(180deg, rgba(255,255,255,0), rgba(0,120,255,.035));
}

.service-module-card small,
.service-module-card h3,
.service-module-card p,
.service-module-card a {
  position: relative;
  z-index: 1;
}

.service-module-card small {
  color: var(--blue);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.service-module-card h3 {
  margin: 0;
  color: #101827;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 950;
}

.service-module-card p {
  margin: 0;
  color: rgba(25,42,72,.68);
  font-size: 15px;
  line-height: 1.66;
  font-weight: 700;
}

.service-module-card a {
  display: inline-flex;
  align-items: center;
  width: max-content;
  min-height: 38px;
  margin-top: auto;
  border: 1px solid rgba(0,120,255,.16);
  border-radius: 999px;
  padding: 0 14px;
  color: var(--blue);
  background: rgba(237,247,255,.78);
  font-size: 13px;
  font-weight: 950;
}

.service-entry-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.service-entry-card {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 0;
  aspect-ratio: 16 / 10;
  border: 1px solid rgba(226,239,252,.92);
  border-radius: 24px;
  padding: 0;
  color: #fff;
  overflow: hidden;
  background: #0b2c54;
  box-shadow: 0 26px 76px rgba(34,74,126,.08);
  isolation: isolate;
  transition: transform 320ms ease, box-shadow 320ms ease, border-color 320ms ease;
}

.service-entry-card img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  background: #0b2c54;
  filter: saturate(1) contrast(1.02);
  transition: transform 720ms ease, filter 720ms ease, opacity 720ms ease;
}

.service-entry-card::before,
.service-entry-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.service-entry-card::before {
  z-index: 1;
  top: auto;
  height: 62%;
  background: linear-gradient(180deg, rgba(5,15,42,0) 0%, rgba(5,15,42,.82) 100%);
  mix-blend-mode: normal;
}

.service-entry-card::after {
  z-index: 1;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: inherit;
  background: linear-gradient(130deg, rgba(0,120,255,.08), rgba(255,73,174,.08));
}

.service-entry-card > span {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin: 0;
  border: 1px solid rgba(255,255,255,.26);
  border-radius: 999px;
  padding: 0 13px;
  color: #fff;
  background: rgba(8,19,48,.46);
  backdrop-filter: blur(12px);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.service-entry-card div {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 10px;
  width: 100%;
  align-content: end;
  border: 0;
  border-radius: 0;
  padding: 0 22px 22px;
  background: transparent;
  backdrop-filter: none;
}

.service-entry-card h3 {
  margin: 0;
  color: #fff;
  font-size: 22px;
  line-height: 1.18;
  font-weight: 950;
}

.service-entry-card p {
  margin: 0;
  color: rgba(255,255,255,.84);
  font-size: 14px;
  line-height: 1.55;
  font-weight: 700;
}

.service-feature-row {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(420px, 1fr);
  gap: 26px;
  align-items: stretch;
}

.service-image-panel {
  position: relative;
  min-height: 520px;
  border-radius: 32px;
  overflow: hidden;
  background: #0d47bd;
  box-shadow: 0 32px 92px rgba(0, 60, 170, .16);
}

.service-image-panel img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  opacity: .86;
  filter: saturate(.96);
  transition: transform 760ms ease, filter 760ms ease, opacity 760ms ease;
}

.service-image-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,50,140,.04), rgba(5,20,58,.58));
}

.service-stack {
  display: grid;
  gap: 16px;
}

.service-stack article {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(226,239,252,.9);
  border-radius: 24px;
  padding: 26px;
  background:
    radial-gradient(circle at 92% 16%, rgba(0,120,255,.07), transparent 30%),
    rgba(255,255,255,.88);
  box-shadow: 0 20px 56px rgba(34, 74, 126, .07);
  transition: transform 320ms ease, border-color 320ms ease, box-shadow 320ms ease;
}

.service-stack small {
  display: inline-flex;
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
}

.service-stack h3 {
  margin: 18px 0 10px;
  color: #101827;
  font-size: 24px;
  line-height: 1.22;
}

.service-stack p {
  margin: 0;
  color: rgba(25,42,72,.68);
  line-height: 1.72;
  font-weight: 650;
}

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

.media-channel-card {
  display: grid;
  place-items: center;
  min-height: 132px;
  border: 1px solid rgba(226,239,252,.9);
  border-radius: 24px;
  background: rgba(255,255,255,.86);
  box-shadow: 0 22px 60px rgba(34, 74, 126, .07);
  transition: transform 320ms ease, border-color 320ms ease, box-shadow 320ms ease;
}

.media-channel-card img {
  width: 150px;
  height: 70px;
  object-fit: contain;
}

.resource-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 18px;
  align-items: stretch;
}

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

.resource-entry-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.resource-entry-card {
  position: relative;
  display: grid;
  align-content: start;
  min-height: 250px;
  overflow: hidden;
  border: 1px solid rgba(226,239,252,.92);
  border-radius: 28px;
  padding: 28px;
  background:
    radial-gradient(circle at 82% 8%, rgba(255,88,200,.2), transparent 28%),
    radial-gradient(circle at 12% 100%, rgba(0,120,255,.2), transparent 30%),
    rgba(255,255,255,.8);
  box-shadow: 0 24px 72px rgba(29,68,120,.08);
  backdrop-filter: blur(18px);
}

.resource-entry-card::before {
  content: "";
  position: absolute;
  right: -44px;
  bottom: -44px;
  width: 140px;
  height: 140px;
  border: 18px solid rgba(0,120,255,.12);
  border-left-color: rgba(255,88,200,.18);
  border-radius: 50%;
  transform: rotate(-18deg);
}

.resource-entry-card small,
.article-card small,
.news-card small {
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
}

.resource-entry-card h3,
.article-card h3,
.news-card h3 {
  margin: 16px 0 12px;
  color: var(--deep);
  font-size: 22px;
  line-height: 1.25;
}

.resource-entry-card p,
.article-card p,
.news-card p {
  margin: 0;
  color: rgba(25,42,72,.66);
  font-size: 14px;
  line-height: 1.75;
  font-weight: 650;
}

.resource-card {
  display: grid;
  grid-template-rows: auto 1fr;
  height: 100%;
  border: 1px solid rgba(226,239,252,.9);
  border-radius: 28px;
  overflow: hidden;
  background: rgba(255,255,255,.88);
  box-shadow: 0 22px 60px rgba(34, 74, 126, .07);
  transition: transform 320ms ease, border-color 320ms ease, box-shadow 320ms ease;
}

.resource-card img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  transition: transform 700ms ease, filter 700ms ease;
}

.resource-card div {
  display: grid;
  align-content: start;
  padding: 26px;
}

.resource-card small {
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.resource-card h3 {
  margin: 18px 0 12px;
  color: #101827;
  font-size: 24px;
  line-height: 1.24;
}

.resource-card p {
  margin: 0;
  color: rgba(25,42,72,.68);
  line-height: 1.72;
  font-weight: 650;
}

.article-list,
.news-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.article-card,
.news-card {
  display: grid;
  gap: 14px;
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 26px;
  background: rgba(255,255,255,.82);
  box-shadow: 0 22px 64px rgba(29,68,120,.08);
}

.article-card-link {
  color: inherit;
  text-decoration: none;
  transition: transform 260ms ease, border-color 260ms ease, box-shadow 260ms ease;
}

.article-card-link:hover {
  transform: translateY(-5px);
  border-color: rgba(0,120,255,.24);
  box-shadow: 0 28px 80px rgba(29,68,120,.13);
}

.article-list-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.insight-anchor-panel {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 0 auto 40px;
  max-width: 980px;
}

.insight-anchor-panel a {
  border: 1px solid rgba(0,120,255,.16);
  border-radius: 999px;
  padding: 10px 14px;
  color: rgba(25,42,72,.76);
  background: rgba(255,255,255,.72);
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
  transition: transform 260ms ease, border-color 260ms ease, color 260ms ease;
}

.insight-anchor-panel a:hover {
  transform: translateY(-2px);
  border-color: rgba(0,120,255,.38);
  color: var(--blue);
}

.insight-topic-section {
  display: grid;
  gap: 22px;
  margin-top: 56px;
}

.section-head.compact {
  align-items: start;
  gap: 8px;
}

.section-head.compact h2 {
  font-size: 30px;
}

.article-hero {
  padding: 180px var(--page-pad) 76px;
  background:
    radial-gradient(circle at 12% 28%, rgba(255,88,200,.18), transparent 28%),
    radial-gradient(circle at 82% 20%, rgba(0,120,255,.18), transparent 34%),
    linear-gradient(135deg, rgba(250,252,255,.98), rgba(235,246,255,.92));
}

.article-hero-inner {
  max-width: 980px;
  margin: 0 auto;
}

.article-back {
  display: inline-flex;
  margin-bottom: 26px;
  color: rgba(25,42,72,.68);
  font-size: 14px;
  font-weight: 850;
  text-decoration: none;
}

.article-hero h1 {
  max-width: 920px;
  margin: 18px 0;
  color: var(--deep);
  font-size: 40px;
  line-height: 1.18;
  font-weight: 950;
}

.article-hero p {
  max-width: 860px;
  margin: 0;
  color: rgba(25,42,72,.68);
  font-size: 17px;
  line-height: 1.82;
  font-weight: 650;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.article-meta span {
  border: 1px solid rgba(0,120,255,.14);
  border-radius: 999px;
  padding: 8px 12px;
  color: rgba(25,42,72,.68);
  background: rgba(255,255,255,.68);
  font-size: 13px;
  font-weight: 800;
}

.article-body-section {
  display: grid;
  grid-template-columns: minmax(0, 820px) 280px;
  gap: 34px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 72px var(--page-pad);
}

.article-body {
  border: 1px solid rgba(226,239,252,.92);
  border-radius: 30px;
  padding: 42px;
  background: rgba(255,255,255,.9);
  box-shadow: 0 28px 86px rgba(29,68,120,.08);
}

.article-body h2 {
  margin: 36px 0 14px;
  color: var(--deep);
  font-size: 26px;
  line-height: 1.25;
}

.article-body p,
.article-body li {
  color: rgba(25,42,72,.72);
  font-size: 16px;
  line-height: 1.9;
  font-weight: 620;
}

.article-body ul {
  display: grid;
  gap: 10px;
  padding-left: 20px;
}

.article-lead {
  margin-top: 0;
  color: rgba(25,42,72,.82) !important;
  font-size: 18px !important;
  font-weight: 760 !important;
}

.article-cta-panel {
  display: grid;
  gap: 12px;
  margin-top: 42px;
  border-radius: 24px;
  padding: 26px;
  background:
    linear-gradient(135deg, rgba(0,120,255,.92), rgba(126,62,255,.82) 56%, rgba(255,48,92,.78));
  color: #fff;
}

.article-cta-panel strong {
  font-size: 22px;
}

.article-cta-panel span {
  color: rgba(255,255,255,.82);
  line-height: 1.7;
  font-weight: 700;
}

.article-cta-panel .page-button {
  justify-self: start;
  background: rgba(255,255,255,.95);
  color: var(--blue);
}

.article-side-card {
  position: sticky;
  top: 120px;
  align-self: start;
  display: grid;
  gap: 16px;
  border: 1px solid rgba(226,239,252,.92);
  border-radius: 26px;
  padding: 24px;
  background: rgba(255,255,255,.86);
  box-shadow: 0 22px 64px rgba(29,68,120,.08);
}

.article-side-card strong {
  color: var(--deep);
  font-size: 18px;
}

.article-side-card ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.article-side-card li {
  border: 1px solid rgba(0,120,255,.12);
  border-radius: 999px;
  padding: 7px 10px;
  color: rgba(25,42,72,.68);
  background: rgba(237,247,255,.72);
  font-size: 12px;
  font-weight: 800;
}

.article-card ul,
.news-card ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.article-card li,
.news-card li {
  border: 1px solid rgba(0,120,255,.12);
  border-radius: 999px;
  padding: 7px 10px;
  color: rgba(25,42,72,.68);
  background: rgba(237,247,255,.72);
  font-size: 12px;
  font-weight: 800;
}

.faq-summary-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 0 0 28px;
}

.faq-summary-grid article {
  border: 1px solid rgba(0,120,255,.12);
  border-radius: 24px;
  padding: 22px 24px;
  background:
    radial-gradient(circle at 88% 16%, rgba(255,88,200,.14), transparent 34%),
    linear-gradient(135deg, rgba(255,255,255,.94), rgba(241,248,255,.9));
  box-shadow: 0 18px 54px rgba(29,68,120,.07);
}

.faq-summary-grid strong {
  display: block;
  color: var(--blue);
  font-size: 30px;
  line-height: 1;
  font-weight: 950;
}

.faq-summary-grid span {
  display: block;
  margin-top: 8px;
  color: rgba(25,42,72,.66);
  font-size: 13px;
  font-weight: 850;
}

.faq-control-panel {
  display: grid;
  gap: 16px;
  margin: 0 0 20px;
  border: 1px solid rgba(0,120,255,.12);
  border-radius: 30px;
  padding: 20px;
  background:
    radial-gradient(circle at 88% 0%, rgba(255,88,200,.13), transparent 28%),
    linear-gradient(145deg, rgba(255,255,255,.94), rgba(239,248,255,.9));
  box-shadow: 0 22px 68px rgba(29,68,120,.08);
}

.faq-search {
  display: grid;
  gap: 10px;
}

.faq-search span {
  color: rgba(25,42,72,.72);
  font-size: 13px;
  font-weight: 900;
}

.faq-search input {
  width: 100%;
  min-height: 54px;
  border: 1px solid rgba(0,120,255,.18);
  border-radius: 999px;
  padding: 0 20px;
  color: var(--deep);
  background: rgba(255,255,255,.84);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.75);
  font-size: 15px;
  font-weight: 750;
  outline: none;
}

.faq-search input:focus {
  border-color: rgba(0,120,255,.46);
  box-shadow: 0 0 0 4px rgba(0,120,255,.1);
}

.faq-filter-row,
.faq-control-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.faq-filter-row button,
.faq-control-actions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  border: 1px solid rgba(0,120,255,.16);
  border-radius: 999px;
  padding: 0 14px;
  color: rgba(25,42,72,.76);
  background: rgba(255,255,255,.7);
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.faq-filter-row button span {
  margin-left: 6px;
  color: rgba(25,42,72,.48);
  font-size: 12px;
}

.faq-filter-row button:hover,
.faq-control-actions button:hover {
  transform: translateY(-1px);
  border-color: rgba(0,120,255,.34);
}

.faq-filter-row button.is-active,
.faq-control-actions button.is-active {
  border-color: transparent;
  color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--purple), var(--pink));
  box-shadow: 0 12px 30px rgba(0,120,255,.2);
}

.faq-filter-row button.is-active span {
  color: rgba(255,255,255,.78);
}

.faq-result-count {
  margin: 0;
  color: rgba(25,42,72,.64);
  font-size: 13px;
  line-height: 1.65;
  font-weight: 750;
}

.faq-topic-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin: 0 0 24px;
}

.faq-topic-card {
  min-height: 148px;
  border: 1px solid rgba(0,120,255,.12);
  border-radius: 24px;
  padding: 18px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.9), rgba(244,250,255,.82)),
    radial-gradient(circle at 80% 18%, rgba(255,88,200,.12), transparent 32%);
  box-shadow: 0 18px 52px rgba(29,68,120,.07);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.faq-topic-card:hover {
  transform: translateY(-3px);
  border-color: rgba(0,120,255,.28);
  box-shadow: 0 24px 72px rgba(29,68,120,.12);
}

.faq-topic-card span,
.faq-topic-card small {
  display: block;
}

.faq-topic-card span {
  color: var(--blue);
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.faq-topic-card strong {
  display: block;
  margin-top: 10px;
  color: var(--deep);
  font-size: 18px;
  line-height: 1.25;
  font-weight: 950;
}

.faq-topic-card small {
  margin-top: 10px;
  color: rgba(25,42,72,.58);
  font-size: 12px;
  line-height: 1.65;
  font-weight: 700;
}

.faq-category-grid {
  display: grid;
  gap: 28px;
}

.faq-category-block {
  border: 1px solid rgba(0,120,255,.12);
  border-radius: 32px;
  padding: 28px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.92), rgba(246,251,255,.82)),
    radial-gradient(circle at 12% 0%, rgba(0,120,255,.12), transparent 28%);
  box-shadow: 0 24px 76px rgba(29,68,120,.08);
}

.faq-category-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, .8fr);
  gap: 24px;
  align-items: end;
  margin-bottom: 18px;
}

.faq-category-head span {
  display: inline-flex;
  width: fit-content;
  border: 1px solid rgba(0,120,255,.14);
  border-radius: 999px;
  padding: 8px 12px;
  color: var(--blue);
  background: rgba(237,247,255,.86);
  font-size: 12px;
  font-weight: 900;
}

.faq-category-head h3 {
  margin: 12px 0 0;
  color: var(--deep);
  font-size: 26px;
  line-height: 1.18;
  font-weight: 950;
}

.faq-category-head p {
  margin: 0;
  color: rgba(25,42,72,.62);
  font-size: 14px;
  line-height: 1.75;
  font-weight: 650;
}

.faq-section-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 18px;
}

.faq-section-meta span {
  border: 1px solid rgba(0,120,255,.1);
  border-radius: 999px;
  padding: 7px 11px;
  color: rgba(25,42,72,.6);
  background: rgba(237,247,255,.7);
  font-size: 12px;
  font-weight: 850;
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-shell:not(.is-show-all):not(.is-filtering) .faq-item.is-default-hidden {
  display: none;
}

.faq-category-block.is-empty {
  display: none;
}

.faq-empty-state {
  border: 1px solid rgba(0,120,255,.12);
  border-radius: 24px;
  padding: 28px;
  color: rgba(25,42,72,.64);
  background: rgba(255,255,255,.78);
  font-size: 15px;
  font-weight: 800;
  text-align: center;
}

.faq-item {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255,255,255,.84);
  box-shadow: 0 18px 50px rgba(29,68,120,.07);
}

.faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 24px;
  color: var(--deep);
  font-size: var(--site-fs-lead);
  font-weight: 900;
  cursor: pointer;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  display: inline-grid;
  place-items: center;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--purple), var(--pink));
}

.faq-item[open] summary::after {
  content: "-";
}

.faq-item p {
  margin: 0;
  padding: 0 24px 22px;
  color: rgba(25,42,72,.66);
  font-size: 14px;
  line-height: 1.8;
  font-weight: 650;
}

.cta-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 26px;
  align-items: center;
  border-radius: 34px;
  padding: 42px;
  color: #fff;
  background:
    radial-gradient(circle at 84% 18%, rgba(255,88,200,.3), transparent 30%),
    linear-gradient(135deg, #061b88 0%, #0078ff 56%, #22d3ee 124%);
  box-shadow: 0 32px 92px rgba(0, 80, 180, .18);
}

.cta-band h2 {
  margin: 0;
  font-size: clamp(30px, 3.2vw, 50px);
  line-height: 1.16;
}

.cta-band p {
  max-width: 760px;
  margin: 16px 0 0;
  color: rgba(255,255,255,.78);
  font-size: 17px;
  line-height: 1.75;
  font-weight: 650;
}

.cta-band a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  border-radius: 999px;
  padding: 0 24px;
  color: var(--blue);
  background: #fff;
  font-size: 14px;
  font-weight: 900;
}

.process-lane {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 12px;
  align-items: stretch;
}

.process-step {
  position: relative;
  display: grid;
  align-content: start;
  height: 100%;
  min-height: 190px;
  border: 1px solid rgba(255,255,255,.56);
  border-radius: 24px;
  padding: 24px;
  color: #fff;
  background:
    radial-gradient(circle at 82% 12%, rgba(255,255,255,.26), transparent 28%),
    linear-gradient(145deg, #0078ff, #2839df 58%, #192a9e);
  overflow: hidden;
  transition: transform 320ms ease, box-shadow 320ms ease, filter 320ms ease;
}

.process-step span {
  display: block;
  margin-bottom: 36px;
  color: rgba(255,255,255,.72);
  font-size: 13px;
  font-weight: 900;
}

.process-step h3 {
  margin: 0 0 12px;
  font-size: 22px;
  line-height: 1.22;
}

.process-step p {
  margin: 0;
  color: rgba(255,255,255,.76);
  font-size: 14px;
  line-height: 1.7;
  font-weight: 650;
}

.two-column {
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(380px, .74fr);
  gap: 46px;
  align-items: start;
}

.insight-panel {
  border: 1px solid rgba(226,239,252,.92);
  border-radius: 30px;
  padding: 34px;
  background: rgba(255,255,255,.86);
  box-shadow: 0 28px 84px rgba(34,74,126,.08);
}

.insight-panel h3 {
  margin: 0 0 18px;
  color: #101827;
  font-size: 30px;
  line-height: 1.2;
}

.insight-panel p {
  color: rgba(25,42,72,.7);
  line-height: 1.8;
  font-weight: 650;
}

.metric-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.metric-strip strong {
  display: grid;
  gap: 8px;
  min-height: 112px;
  border-radius: 22px;
  padding: 22px;
  color: #fff;
  background: linear-gradient(145deg, var(--blue), var(--purple));
  font-size: 28px;
  line-height: 1;
}

.metric-strip strong span {
  color: rgba(255,255,255,.78);
  font-size: 13px;
  line-height: 1.45;
}

.ai-b2b-hero::before {
  border-color: rgba(0, 120, 255, .18);
  border-left-color: rgba(255, 88, 200, .22);
  border-bottom-color: rgba(67, 56, 255, .24);
}

.ai-b2b-poster-visual {
  min-height: 620px;
  aspect-ratio: 3 / 4;
  border-radius: 34px;
  background:
    radial-gradient(circle at 20% 12%, rgba(255,88,200,.22), transparent 24%),
    radial-gradient(circle at 82% 18%, rgba(0,120,255,.24), transparent 30%),
    linear-gradient(135deg, rgba(245,250,255,.96), rgba(219,242,255,.88));
}

.ai-b2b-poster-visual .ai-b2b-poster-img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: contain;
  object-position: center center;
  opacity: 1;
  mix-blend-mode: normal;
  filter: saturate(1.05) hue-rotate(-4deg);
}

.ai-b2b-poster-logo {
  position: absolute;
  left: 24px;
  top: 24px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255,255,255,.76);
  border-radius: 999px;
  padding: 10px 14px;
  background: rgba(255,255,255,.78);
  box-shadow: 0 18px 46px rgba(0,80,180,.14);
  backdrop-filter: blur(16px);
}

.ai-b2b-poster-logo img {
  display: block;
  width: 148px;
  height: auto;
  min-height: 0;
  object-fit: contain;
  opacity: 1;
  mix-blend-mode: normal;
}

.ai-b2b-poster-tint {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(145deg, rgba(0,120,255,.08), rgba(255,88,200,.08) 62%, rgba(255,45,85,.05)),
    radial-gradient(circle at 84% 12%, rgba(255,255,255,.28), transparent 22%);
  mix-blend-mode: soft-light;
}

.ai-b2b-module-section {
  position: relative;
  overflow: hidden;
  scroll-margin-top: 120px;
  background:
    radial-gradient(circle at 9% 14%, rgba(255,88,200,.1), transparent 30%),
    radial-gradient(circle at 92% 18%, rgba(0,120,255,.12), transparent 34%),
    linear-gradient(180deg, rgba(249,252,255,.98), rgba(239,247,255,.9));
}

.ai-b2b-module-section.alt,
.page-section.alt.ai-b2b-module-section {
  background:
    radial-gradient(circle at 10% 10%, rgba(255,45,85,.08), transparent 28%),
    radial-gradient(circle at 86% 20%, rgba(67,56,255,.12), transparent 30%),
    linear-gradient(180deg, rgba(237,246,255,.86), rgba(255,255,255,.96));
}

.ai-b2b-module-section::before {
  content: "";
  position: absolute;
  inset: 44px max(22px, calc((100vw - 1280px) / 2)) auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0,120,255,.22), rgba(255,88,200,.18), transparent);
}

.ai-b2b-module-section > * {
  position: relative;
  z-index: 1;
}

.ai-b2b-module-layout {
  display: grid;
  grid-template-columns: minmax(330px, .72fr) minmax(0, 1.18fr);
  gap: 34px;
  align-items: start;
}

.ai-b2b-module-layout-reverse {
  grid-template-columns: minmax(0, 1.08fr) minmax(330px, .72fr);
}

.ai-b2b-module-layout-reverse .ai-b2b-section-poster {
  order: 2;
}

.ai-b2b-section-poster,
.ai-b2b-image-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.86);
  border-radius: 34px;
  padding: 14px;
  background:
    radial-gradient(circle at 18% 12%, rgba(255,88,200,.18), transparent 30%),
    radial-gradient(circle at 82% 16%, rgba(0,120,255,.2), transparent 34%),
    linear-gradient(135deg, rgba(244,250,255,.96), rgba(221,242,255,.9));
  box-shadow: 0 34px 96px rgba(0, 72, 180, .13);
}

.ai-b2b-section-poster {
  width: min(500px, 100%);
  margin: 0;
}

.ai-b2b-section-poster-left {
  margin-left: 0;
}

.ai-b2b-section-poster-right {
  margin-right: 0;
}

.ai-b2b-section-poster img,
.ai-b2b-image-card img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 24px;
  object-fit: contain;
}

.ai-b2b-section-poster figcaption,
.ai-b2b-image-card figcaption {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin: 0 0 12px;
  border: 1px solid rgba(255,255,255,.78);
  border-radius: 999px;
  padding: 0 12px;
  color: rgba(18,32,58,.78);
  background: rgba(255,255,255,.62);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .02em;
  backdrop-filter: blur(14px);
}

.ai-b2b-image-card {
  width: min(500px, 100%);
  justify-self: center;
}

.ai-b2b-image-card-tall {
  width: min(470px, 100%);
}

.ai-b2b-capability-section .section-head,
.ai-b2b-flow-section .section-head {
  max-width: 960px;
}

.ai-b2b-capability-section .ai-capability-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ai-b2b-engine-section .ai-engine-grid {
  grid-template-columns: 1fr;
}

.ai-b2b-flow-section .ai-sop-chain {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow-x: visible;
}

.ai-b2b-scenario-section .ai-scenario-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ai-pain-grid .feature-card,
.ai-scenario-grid .feature-card,
.ai-capability-grid article,
.ai-engine-grid article,
.ai-workbench-row .service-stack article {
  position: relative;
  overflow: hidden;
}

.ai-pain-grid .feature-card::before,
.ai-scenario-grid .feature-card::before,
.ai-capability-grid article::before,
.ai-workbench-row .service-stack article::before {
  content: "";
  display: block;
  width: 46px;
  height: 46px;
  margin-bottom: 20px;
  border: 1px solid rgba(255,255,255,.74);
  border-radius: 16px;
  background:
    radial-gradient(circle at 70% 22%, rgba(255,255,255,.48), transparent 22%),
    linear-gradient(145deg, var(--blue), var(--purple) 58%, var(--pink));
  box-shadow: 0 18px 42px rgba(0,120,255,.18);
}

.ai-pain-grid .feature-card::after,
.ai-scenario-grid .feature-card::after,
.ai-capability-grid article::after,
.ai-engine-grid article::after,
.ai-workbench-row .service-stack article::after {
  content: "";
  position: absolute;
  inset: auto -30px -42px auto;
  width: 128px;
  height: 128px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,88,200,.18), transparent 64%);
  pointer-events: none;
}

.ai-b2b-visual {
  display: grid;
  align-content: space-between;
  min-height: 520px;
  padding: 30px;
  background:
    radial-gradient(circle at 22% 18%, rgba(255,88,200,.22), transparent 28%),
    radial-gradient(circle at 78% 24%, rgba(0,120,255,.32), transparent 30%),
    linear-gradient(135deg, rgba(255,255,255,.88), rgba(221,242,255,.82));
}

.ai-b2b-visual::before,
.ai-b2b-visual::after {
  content: "";
  position: absolute;
  inset: 78px 42px auto;
  height: 210px;
  border: 18px solid rgba(0,120,255,.18);
  border-left-color: rgba(255,88,200,.24);
  border-bottom-color: rgba(67,56,255,.22);
  border-radius: 50%;
  transform: rotate(-12deg);
}

.ai-b2b-visual::after {
  inset: auto 28px 64px 58px;
  height: 170px;
  border-width: 12px;
  opacity: .62;
  transform: rotate(10deg);
}

.ai-b2b-brand-chip,
.ai-b2b-core-card,
.ai-b2b-mini-stats,
.ai-b2b-orbit {
  position: relative;
  z-index: 1;
}

.ai-b2b-brand-chip {
  display: flex;
  align-items: center;
  gap: 14px;
  width: max-content;
  max-width: 100%;
  border: 1px solid rgba(255,255,255,.68);
  border-radius: 999px;
  padding: 12px 16px;
  background: rgba(255,255,255,.76);
  box-shadow: 0 18px 50px rgba(0, 80, 180, .12);
  backdrop-filter: blur(18px);
}

.ai-b2b-brand-chip img {
  width: 146px;
  min-height: 0;
  height: auto;
  object-fit: contain;
  opacity: 1;
  mix-blend-mode: normal;
}

.ai-b2b-brand-chip span {
  color: rgba(25,42,72,.72);
  font-size: 13px;
  font-weight: 900;
}

.ai-b2b-orbit {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 42px 0 34px;
}

.ai-b2b-orbit span {
  display: grid;
  place-items: center;
  min-height: 58px;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 999px;
  color: rgba(15, 34, 68, .76);
  background: rgba(255,255,255,.58);
  font-size: 14px;
  font-weight: 900;
  backdrop-filter: blur(16px);
}

.ai-b2b-core-card {
  width: min(330px, 78%);
  margin: 0 auto 30px;
  border-radius: 32px;
  padding: 34px 24px;
  text-align: center;
  color: #fff;
  background:
    radial-gradient(circle at 78% 12%, rgba(255,255,255,.36), transparent 24%),
    linear-gradient(135deg, var(--blue), var(--purple) 48%, var(--pink) 72%, var(--red));
  box-shadow: 0 34px 82px rgba(0, 90, 220, .24);
}

.ai-b2b-core-card strong {
  display: block;
  font-size: clamp(64px, 5vw, 86px);
  line-height: .9;
}

.ai-b2b-core-card span {
  display: block;
  margin-top: 14px;
  color: rgba(255,255,255,.86);
  font-size: 18px;
  font-weight: 900;
}

.ai-b2b-mini-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.ai-b2b-mini-stats span {
  min-height: 64px;
  border: 1px solid rgba(255,255,255,.68);
  border-radius: 20px;
  display: grid;
  place-items: center;
  color: rgba(16,24,39,.82);
  background: rgba(255,255,255,.64);
  font-size: 13px;
  font-weight: 900;
  backdrop-filter: blur(18px);
}

.ai-pain-grid .feature-card {
  min-height: 250px;
}

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

.ai-capability-grid article {
  min-height: 218px;
  border: 1px solid rgba(255,255,255,.62);
  border-radius: 28px;
  padding: 24px;
  background:
    radial-gradient(circle at 88% 14%, rgba(255,88,200,.18), transparent 28%),
    linear-gradient(145deg, rgba(255,255,255,.86), rgba(232,244,255,.74));
  box-shadow: 0 24px 70px rgba(34, 74, 126, .08);
  backdrop-filter: blur(12px);
}

.ai-capability-grid small,
.ai-engine-grid span {
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
}

.ai-capability-grid h3 {
  margin: 44px 0 12px;
  color: #101827;
  font-size: 22px;
  line-height: 1.22;
}

.ai-capability-grid p {
  margin: 0;
  color: rgba(25,42,72,.68);
  font-size: 15px;
  line-height: 1.72;
  font-weight: 650;
}

.ai-capability-grid article h3,
.ai-pain-grid .feature-card h3,
.ai-scenario-grid .feature-card h3,
.ai-workbench-row .service-stack h3 {
  margin-top: 18px;
}

.ai-pain-grid .feature-card small,
.ai-scenario-grid .feature-card small {
  margin-bottom: 14px;
}

.ai-b2b-center-layout {
  align-items: center;
}

.ai-automation-points {
  display: grid;
  gap: 14px;
  margin-top: 10px;
}

.ai-automation-points article {
  position: relative;
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 5px 15px;
  align-items: center;
  border: 1px solid rgba(255,255,255,.78);
  border-radius: 20px;
  padding: 16px 18px;
  background:
    radial-gradient(circle at 90% 18%, rgba(255,88,200,.12), transparent 32%),
    rgba(255,255,255,.54);
  box-shadow: 0 18px 52px rgba(0, 72, 180, .07);
  backdrop-filter: blur(14px);
}

.ai-automation-points strong {
  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(145deg, var(--blue), var(--purple) 58%, var(--pink));
  font-size: 14px;
}

.ai-automation-points span {
  color: #101827;
  font-size: 17px;
  font-weight: 900;
}

.ai-automation-points p {
  margin: 0;
  color: rgba(25,42,72,.68);
  font-size: 14px;
  line-height: 1.55;
}

.ai-automation-visual {
  position: relative;
  min-height: 520px;
  border: 1px solid rgba(226,239,252,.9);
  border-radius: 34px;
  background:
    radial-gradient(circle at 28% 22%, rgba(255,88,200,.24), transparent 25%),
    radial-gradient(circle at 72% 72%, rgba(34,211,238,.24), transparent 28%),
    linear-gradient(135deg, #f8fbff, #dff4ff 52%, #e6fff7);
  box-shadow: 0 34px 100px rgba(0,80,180,.12);
  overflow: hidden;
}

.ai-automation-visual::before {
  content: "";
  position: absolute;
  inset: 88px 72px;
  border: 2px dashed rgba(0,120,255,.24);
  border-radius: 50%;
}

.ai-automation-core {
  position: absolute;
  left: 50%;
  top: 50%;
  display: grid;
  place-items: center;
  gap: 10px;
  width: 210px;
  height: 210px;
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 50%;
  color: #fff;
  background:
    radial-gradient(circle at 72% 18%, rgba(255,255,255,.32), transparent 28%),
    linear-gradient(135deg, var(--blue), var(--purple) 58%, var(--pink));
  box-shadow: 0 30px 90px rgba(0,120,255,.24);
  transform: translate(-50%, -50%);
}

.ai-automation-core strong {
  font-size: 34px;
  line-height: 1;
}

.ai-automation-core span {
  color: rgba(255,255,255,.82);
  font-size: 14px;
  font-weight: 900;
}

.ai-node {
  position: absolute;
  display: grid;
  place-items: center;
  width: 112px;
  min-height: 58px;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 999px;
  color: rgba(15,34,68,.78);
  background: rgba(255,255,255,.7);
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 16px 48px rgba(0,80,180,.1);
  backdrop-filter: blur(16px);
}

.node-a { left: 12%; top: 18%; }
.node-b { left: 8%; top: 48%; }
.node-c { left: 18%; bottom: 14%; }
.node-d { right: 12%; top: 18%; }
.node-e { right: 8%; top: 48%; }
.node-f { right: 18%; bottom: 14%; }

.ai-engine-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.ai-engine-grid article {
  min-height: 360px;
  border: 1px solid rgba(255,255,255,.66);
  border-radius: 32px;
  padding: 34px;
  background:
    radial-gradient(circle at 82% 18%, rgba(255,88,200,.16), transparent 28%),
    linear-gradient(145deg, rgba(255,255,255,.92), rgba(223,244,255,.82));
  box-shadow: 0 28px 84px rgba(34,74,126,.08);
}

.ai-engine-grid article::before {
  content: "";
  display: block;
  width: 92px;
  height: 92px;
  margin-bottom: 42px;
  border: 1px solid rgba(0,120,255,.28);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, rgba(0,120,255,.9) 0 8px, transparent 9px),
    radial-gradient(circle at 32% 34%, rgba(255,88,200,.85) 0 5px, transparent 6px),
    radial-gradient(circle at 68% 68%, rgba(255,45,85,.8) 0 5px, transparent 6px),
    rgba(255,255,255,.72);
}

.ai-engine-grid h3 {
  margin: 16px 0 14px;
  color: #101827;
  font-size: 28px;
  line-height: 1.2;
}

.ai-engine-grid p {
  margin: 0;
  color: rgba(25,42,72,.68);
  line-height: 1.74;
  font-weight: 650;
}

.ai-b2b-engine-section .ai-engine-grid article {
  min-height: 220px;
}

.ai-b2b-engine-section .ai-engine-grid article::before {
  width: 64px;
  height: 64px;
  margin-bottom: 24px;
  border-radius: 22px;
}

.ai-b2b-engine-section .ai-engine-grid h3 {
  font-size: 24px;
}

.ai-sop-chain {
  display: grid;
  grid-template-columns: repeat(11, minmax(104px, 1fr));
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 8px;
}

.ai-sop-chain article {
  position: relative;
  display: grid;
  align-content: space-between;
  min-height: 142px;
  border-radius: 24px;
  padding: 22px;
  color: #fff;
  background:
    radial-gradient(circle at 82% 12%, rgba(255,255,255,.22), transparent 28%),
    linear-gradient(145deg, var(--blue), var(--purple));
}

.ai-sop-chain article:nth-child(3n + 2) {
  background: linear-gradient(145deg, var(--purple), var(--pink));
}

.ai-sop-chain article:nth-child(3n) {
  background: linear-gradient(145deg, var(--pink), var(--red));
}

.ai-sop-chain span {
  color: rgba(255,255,255,.72);
  font-size: 13px;
  font-weight: 900;
}

.ai-sop-chain strong {
  font-size: 20px;
  line-height: 1.2;
}

.ai-workbench-visual {
  position: relative;
  min-height: 560px;
  border-radius: 34px;
  padding: 34px;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 18%, rgba(255,88,200,.18), transparent 28%),
    linear-gradient(145deg, #dff2ff, #f8fbff 52%, #e9f7ff);
  box-shadow: 0 32px 92px rgba(0, 60, 170, .14);
}

.ai-workbench-window {
  position: relative;
  z-index: 1;
  height: 100%;
  min-height: 492px;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 28px;
  background: rgba(255,255,255,.78);
  box-shadow: 0 26px 72px rgba(0,80,180,.14);
  backdrop-filter: blur(18px);
  overflow: hidden;
}

.workbench-toolbar {
  display: flex;
  gap: 8px;
  border-bottom: 1px solid rgba(226,239,252,.9);
  padding: 16px 18px;
}

.workbench-toolbar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--blue);
}

.workbench-toolbar span:nth-child(2) { background: var(--pink); }
.workbench-toolbar span:nth-child(3) { background: var(--red); }

.workbench-body {
  display: grid;
  grid-template-columns: 150px 1fr;
  height: calc(100% - 43px);
}

.workbench-body aside {
  display: grid;
  align-content: start;
  gap: 14px;
  border-right: 1px solid rgba(226,239,252,.9);
  padding: 22px;
}

.workbench-body aside strong {
  color: #101827;
  font-size: 18px;
}

.workbench-body aside span {
  display: grid;
  place-items: center;
  min-height: 38px;
  border-radius: 999px;
  color: rgba(25,42,72,.7);
  background: rgba(239,246,255,.9);
  font-size: 13px;
  font-weight: 900;
}

.workbench-message-area {
  display: grid;
  align-content: center;
  gap: 18px;
  padding: 30px;
}

.workbench-message-area p,
.workbench-message-area div {
  margin: 0;
  border-radius: 20px;
  padding: 18px;
  color: rgba(25,42,72,.72);
  background: rgba(239,246,255,.9);
  font-weight: 700;
  line-height: 1.65;
}

.workbench-message-area div {
  color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--purple), var(--pink));
}

.ai-channel-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.ai-channel-pills span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border-radius: 999px;
  padding: 0 12px;
  color: var(--blue);
  background: rgba(0,120,255,.09);
  font-size: 12px;
  font-weight: 900;
}

.ai-delivery-lane {
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
}

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

.solution-card {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 360px;
  border-radius: 28px;
  color: #fff;
  background: #0d47bd;
  box-shadow: 0 30px 92px rgba(0, 60, 170, .16);
  transition: transform 340ms ease, box-shadow 340ms ease, filter 340ms ease;
}

.solution-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .72;
  filter: saturate(.92) hue-rotate(2deg);
  transition: transform 760ms ease, opacity 760ms ease, filter 760ms ease;
}

.solution-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,50,140,.12), rgba(5,20,58,.76));
}

.solution-card div {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  z-index: 1;
}

.solution-card h3 {
  margin: 0 0 12px;
  font-size: 30px;
}

.solution-card p {
  margin: 0;
  color: rgba(255,255,255,.82);
  line-height: 1.7;
  font-weight: 650;
}

.case-stack {
  display: grid;
  gap: 18px;
}

.case-item {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 26px;
  align-items: center;
  border: 1px solid rgba(226,239,252,.9);
  border-radius: 28px;
  padding: 24px;
  background: rgba(255,255,255,.88);
  box-shadow: 0 22px 60px rgba(34,74,126,.07);
  transition: transform 320ms ease, border-color 320ms ease, box-shadow 320ms ease;
}

.case-item img {
  width: 100%;
  border-radius: 18px;
  background: rgba(255,255,255,.72);
}

.case-item h3 {
  margin: 0 0 10px;
  color: #101827;
  font-size: 24px;
}

.case-item p {
  margin: 0;
  color: rgba(25,42,72,.68);
  line-height: 1.72;
  font-weight: 650;
}

.contact-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: start;
}

.contact-layout > .section-head {
  margin-bottom: 0;
}

.contact-form-wide {
  width: 100%;
}

.contact-info-card {
  display: grid;
  gap: 18px;
  border-radius: 30px;
  padding: 36px;
  color: #fff;
  background:
    radial-gradient(circle at 82% 18%, rgba(255,88,200,.28), transparent 28%),
    linear-gradient(145deg, #071522, #0b2c54 62%, #07101d);
}

.contact-info-card a,
.contact-info-card span {
  color: rgba(255,255,255,.86);
  font-size: 18px;
  font-weight: 850;
  line-height: 1.6;
}

.contact-info-card strong {
  color: #fff;
  font-size: 34px;
  line-height: 1.16;
}

.contact-page .page-hero {
  min-height: auto;
  padding-top: 104px;
  padding-bottom: 18px;
  background:
    radial-gradient(circle at 12% 18%, rgba(255,88,200,.06), transparent 24%),
    radial-gradient(circle at 88% 16%, rgba(0,120,255,.1), transparent 28%),
    linear-gradient(180deg, rgba(245,250,255,.98), rgba(240,247,255,.94));
}

.contact-page .page-hero::before {
  top: 86px;
  width: 44vw;
  height: 22vw;
  border-width: 18px;
  opacity: .7;
}

.contact-page .page-hero::after {
  height: 70px;
  background: linear-gradient(180deg, transparent, rgba(240,247,255,.86));
}

.contact-page .page-hero-inner {
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, .58fr);
  gap: 28px;
  align-items: end;
}

.contact-page .page-kicker {
  min-height: 32px;
  padding: 0 13px;
}

.contact-page .page-hero h1 {
  margin-top: 12px;
  font-size: clamp(38px, 3.8vw, 56px);
}

.contact-page .page-hero p {
  max-width: 760px;
  margin-top: 12px;
  font-size: clamp(15px, 1.05vw, 18px);
  line-height: 1.52;
}

.contact-page .page-actions {
  margin-top: 16px;
}

.contact-page .contact-info-card {
  gap: 8px;
  border: 1px solid rgba(0,120,255,.1);
  border-radius: 24px;
  padding: 20px 22px;
  color: #101827;
  background:
    radial-gradient(circle at 90% 18%, rgba(255,88,200,.09), transparent 30%),
    linear-gradient(145deg, rgba(255,255,255,.9), rgba(237,247,255,.82));
  box-shadow: 0 18px 50px rgba(34,74,126,.08);
}

.contact-page .contact-info-card strong {
  color: #101827;
  font-size: 24px;
}

.contact-page .contact-info-card a,
.contact-page .contact-info-card span {
  color: rgba(25,42,72,.72);
  font-size: 15px;
  line-height: 1.45;
}

.contact-page .page-section.alt {
  padding-top: 18px;
  background:
    radial-gradient(circle at 8% 18%, rgba(255,88,200,.05), transparent 26%),
    radial-gradient(circle at 88% 8%, rgba(0,120,255,.08), transparent 28%),
    linear-gradient(180deg, rgba(240,247,255,.94), rgba(255,255,255,.96));
}

.contact-page .page-section::before {
  top: 16px;
}

.contact-page .contact-layout {
  gap: 18px;
}

.contact-page .contact-layout > .section-head {
  display: none;
}

.contact-page .contact-form {
  gap: 14px;
  border-radius: 26px;
  padding: clamp(22px, 2.8vw, 34px);
}

.contact-page .contact-form h2 {
  margin: 0;
}

.contact-page .contact-form-lead {
  margin: -2px 0 0;
}

.contact-page .contact-form-section-title {
  margin-top: 4px;
}

.contact-side {
  display: grid;
  gap: 26px;
  align-content: start;
}

.contact-side .section-head {
  margin-bottom: 0;
}

.contact-channel-card {
  display: grid;
  gap: 24px;
  border: 1px solid rgba(226,239,252,.96);
  border-radius: 30px;
  padding: 28px;
  background:
    radial-gradient(circle at 14% 16%, rgba(255,88,200,.12), transparent 28%),
    radial-gradient(circle at 92% 10%, rgba(0,120,255,.16), transparent 34%),
    rgba(255,255,255,.88);
  box-shadow: 0 28px 70px rgba(34, 74, 126, .1);
  backdrop-filter: blur(14px);
}

.contact-channel-head > span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  border: 1px solid rgba(0,120,255,.16);
  border-radius: 999px;
  padding: 0 12px;
  color: var(--blue);
  background: rgba(255,255,255,.72);
  font-size: 12px;
  font-weight: 950;
}

.contact-channel-head strong {
  display: block;
  margin-top: 18px;
  color: #101827;
  font-size: clamp(28px, 2.8vw, 42px);
  line-height: 1.12;
  font-weight: 950;
}

.contact-channel-head p {
  margin: 14px 0 0;
  color: rgba(25,42,72,.68);
  font-size: 16px;
  line-height: 1.68;
  font-weight: 750;
}

.contact-channel-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.contact-channel-item {
  display: grid;
  justify-items: center;
  gap: 8px;
  min-width: 0;
  border: 1px solid rgba(0,120,255,.1);
  border-radius: 22px;
  padding: 14px 12px 16px;
  background: rgba(255,255,255,.76);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.7);
}

.contact-channel-item img {
  display: block;
  width: 132px;
  height: 132px;
  border: 8px solid #fff;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 16px 34px rgba(34,74,126,.12);
  object-fit: contain;
}

.contact-channel-item strong {
  color: #101827;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 950;
}

.contact-channel-item span {
  color: rgba(25,42,72,.58);
  font-size: 12px;
  line-height: 1.35;
  font-weight: 850;
  text-align: center;
}

.reveal {
  opacity: 0;
  transform: translateY(38px);
  transition: opacity 760ms ease var(--reveal-delay, 0ms), transform 760ms ease var(--reveal-delay, 0ms);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (hover: hover) {
  .page-button,
  .nav-cta,
  .language-pill,
  .footer-cta,
  .footer-column a {
    transition: transform 220ms ease, background 220ms ease, color 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
  }

  .page-button:hover,
  .nav-cta:hover,
  .footer-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 42px rgba(0,120,255,.2);
  }

  .page-visual:hover img,
  .service-image-panel:hover img,
  .service-module-card:hover img,
  .service-entry-card:hover img,
  .resource-card:hover img,
  .solution-card:hover img {
    transform: scale(1.045);
    filter: saturate(1.04);
  }

  .feature-card:hover,
  .service-directory-card:hover,
  .service-module-card:hover,
  .service-entry-card:hover,
  .service-stack article:hover,
  .resource-card:hover,
  .media-channel-card:hover,
  .case-item:hover {
    transform: translateY(-6px);
    border-color: rgba(0,120,255,.24);
    box-shadow: 0 30px 82px rgba(0, 80, 180, .12);
  }

  .process-step:hover,
  .solution-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 36px 96px rgba(0, 80, 180, .2);
  }
}

@keyframes pageVisualFloat {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(0, -10px, 0); }
}

@keyframes introPulse {
  from { opacity: .52; transform: scale(1); }
  to { opacity: .9; transform: scale(1.08); }
}

@keyframes introAuraMove {
  from { transform: translate3d(-2vw, -1vh, 0) scale(1); }
  to { transform: translate3d(2vw, 1vh, 0) scale(1.08); }
}

@keyframes ribbonSweep {
  from {
    opacity: 0;
    transform: translate3d(-12vw, 4vh, 0) rotate(-12deg) scale(.82);
  }
  to {
    opacity: .86;
    transform: translate3d(0, 0, 0) rotate(-9deg) scale(.92);
  }
}

@keyframes gridMove {
  from { background-position: 0 0; }
  to { background-position: 78px 78px; }
}

@keyframes introFlowSweep {
  from { opacity: 0; transform: translateX(-20vw) rotate(-9deg); }
  42% { opacity: .95; }
  to { opacity: .74; transform: translateX(8vw) rotate(-9deg); }
}

@keyframes introFlowDots {
  from { transform: translate3d(-12px, -8px, 0); opacity: .48; }
  to { transform: translate3d(18px, 12px, 0); opacity: .9; }
}

@keyframes introContentIn {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes launchAuraDrift {
  from { transform: translate3d(-2vw, -1vh, 0) scale(1); }
  to { transform: translate3d(2vw, 1.5vh, 0) scale(1.08); }
}

@keyframes launchAuraSpin {
  from { transform: scale(1.1) rotate(0deg); }
  to { transform: scale(1.1) rotate(360deg); }
}

@keyframes launchDotFloat {
  from { transform: translate3d(-10px, -8px, 0); opacity: .28; }
  to { transform: translate3d(14px, 12px, 0); opacity: .78; }
}

@keyframes launchLineToCore {
  from { opacity: 0; clip-path: inset(0 100% 0 0); }
  36% { opacity: .82; }
  72% { opacity: .78; clip-path: inset(0 0 0 0); }
  to { opacity: .26; clip-path: inset(0 0 0 38%); }
}

@keyframes launchLineToCoreReverse {
  from { opacity: 0; clip-path: inset(0 0 0 100%); }
  36% { opacity: .82; }
  72% { opacity: .78; clip-path: inset(0 0 0 0); }
  to { opacity: .26; clip-path: inset(0 38% 0 0); }
}

@keyframes launchCoreIn {
  from { opacity: 0; transform: translate(-50%, -50%) scale(.72); filter: blur(8px); }
  64% { opacity: 1; transform: translate(-50%, -50%) scale(1.04); filter: blur(0); }
  to { opacity: 1; transform: translate(-50%, -50%) scale(1); filter: blur(0); }
}

@keyframes launchCoreFloat {
  from { transform: translate(-50%, -51.5%) scale(1); }
  to { transform: translate(-50%, -48.5%) scale(1.018); }
}

@keyframes launchRingIn {
  from { opacity: 0; transform: scale(.72); }
  to { opacity: .82; transform: scale(1); }
}

@keyframes launchRingSpin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes launchBrandIn {
  from { opacity: 0; transform: translate3d(-34px, 12px, 0); filter: blur(8px); }
  to { opacity: 1; transform: translate3d(0, 0, 0); filter: blur(0); }
}

@keyframes launchBridgeIn {
  from { opacity: 0; transform: translate3d(34px, 12px, 0); filter: blur(8px); }
  to { opacity: 1; transform: translate3d(0, 0, 0); filter: blur(0); }
}

@keyframes launchAiIn {
  from { opacity: 0; transform: translate3d(28px, 10px, 0) scale(.9); filter: blur(10px); }
  62% { opacity: 1; transform: translate3d(0, 0, 0) scale(1.05); filter: blur(0); }
  to { opacity: 1; transform: translate3d(0, 0, 0) scale(1); filter: blur(0); }
}

@keyframes launchAiInMobile {
  from { opacity: 0; transform: translate3d(-50%, 18px, 0) scale(.9); filter: blur(10px); }
  62% { opacity: 1; transform: translate3d(-50%, 0, 0) scale(1.05); filter: blur(0); }
  to { opacity: 1; transform: translate3d(-50%, 0, 0) scale(1); filter: blur(0); }
}

@keyframes launchMarkIn {
  from { opacity: 0; transform: translate(-50%, 18px); filter: blur(8px); }
  to { opacity: 1; transform: translate(-50%, 0); filter: blur(0); }
}

@keyframes marketOrbit {
  from { rotate: 0deg; }
  to { rotate: 360deg; }
}

@keyframes marketOrbitReverse {
  from { rotate: 360deg; }
  to { rotate: 0deg; }
}

@keyframes marketLineInLeft {
  from { opacity: 0; clip-path: inset(0 100% 0 0); }
  42% { opacity: .88; }
  74% { clip-path: inset(0 0 0 0); opacity: .8; }
  to { opacity: .26; clip-path: inset(0 0 0 42%); }
}

@keyframes marketLineInRight {
  from { opacity: 0; clip-path: inset(0 0 0 100%); }
  42% { opacity: .88; }
  74% { clip-path: inset(0 0 0 0); opacity: .8; }
  to { opacity: .26; clip-path: inset(0 42% 0 0); }
}

@keyframes marketCardInLeft {
  from { opacity: 0; transform: translate3d(-42px, 16px, 0); filter: blur(10px); }
  to { opacity: 1; transform: translate3d(0, 0, 0); filter: blur(0); }
}

@keyframes marketCardInRight {
  from { opacity: 0; transform: translate3d(42px, 16px, 0); filter: blur(10px); }
  to { opacity: 1; transform: translate3d(0, 0, 0); filter: blur(0); }
}

@keyframes marketAiDrop {
  from { opacity: 0; transform: translate(-50%, -4px) scale(.9); filter: blur(10px); }
  62% { opacity: 1; transform: translate(-50%, 0) scale(1.05); filter: blur(0); }
  to { opacity: 1; transform: translate(-50%, 0) scale(1); filter: blur(0); }
}

@keyframes luxuryAuraDrift {
  from { transform: translate3d(-2vw, -1vh, 0) scale(1); }
  to { transform: translate3d(2vw, 1vh, 0) scale(1.08); }
}

@keyframes luxuryAuraSpin {
  from { transform: rotate(0deg) scale(1.08); }
  to { transform: rotate(360deg) scale(1.08); }
}

@keyframes luxuryParticleFloat {
  from { transform: translate3d(-8px, -7px, 0); opacity: .22; }
  to { transform: translate3d(12px, 10px, 0); opacity: .64; }
}

@keyframes luxurySymbolIn {
  from { opacity: 0; transform: translate(-50%, -50%) scale(.7); filter: blur(12px); }
  58% { opacity: 1; transform: translate(-50%, -50%) scale(1.06); filter: blur(0); }
  to { opacity: 1; transform: translate(-50%, -50%) scale(1); filter: blur(0); }
}

@keyframes luxurySymbolFloat {
  from { transform: translate(-50%, -52%) scale(1); }
  to { transform: translate(-50%, -48%) scale(1.018); }
}

@keyframes luxuryLogoIn {
  from { opacity: 0; transform: translate(-50%, -46%) scale(.96); filter: blur(10px); }
  to { opacity: 1; transform: translate(-50%, -50%) scale(1); filter: blur(0); }
}

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

@keyframes luxurySweepRun {
  from { transform: translateX(-110%); opacity: 0; }
  22% { opacity: 1; }
  to { transform: translateX(205%); opacity: .9; }
}

@keyframes luxuryTextIn {
  from { opacity: 0; transform: translate(-50%, 16px); filter: blur(8px); }
  to { opacity: 1; transform: translate(-50%, 0); filter: blur(0); }
}

@keyframes mergeLineInLeft {
  from { opacity: 0; clip-path: inset(0 100% 0 0); }
  38% { opacity: .86; }
  72% { opacity: .74; clip-path: inset(0 0 0 0); }
  to { opacity: .2; clip-path: inset(0 0 0 42%); }
}

@keyframes mergeLineInRight {
  from { opacity: 0; clip-path: inset(0 0 0 100%); }
  38% { opacity: .86; }
  72% { opacity: .74; clip-path: inset(0 0 0 0); }
  to { opacity: .2; clip-path: inset(0 42% 0 0); }
}

@keyframes mergeSymbolGenerate {
  from {
    opacity: 0;
    transform: translateX(calc(50vw - 50% - clamp(42px, 4.2vw, 64px))) scale(.9);
    filter: blur(10px) drop-shadow(0 0 34px rgba(255,88,200,.24));
  }
  26% {
    opacity: 1;
    transform: translateX(calc(50vw - 50% - clamp(42px, 4.2vw, 64px))) scale(1.42);
    filter: blur(0) drop-shadow(0 0 42px rgba(255,88,200,.34));
  }
  58% {
    opacity: 1;
    transform: translateX(calc(50vw - 50% - clamp(42px, 4.2vw, 64px))) scale(1.28);
  }
  to {
    opacity: 1;
    transform: translateX(0) scale(1);
    filter:
      drop-shadow(0 24px 52px rgba(0, 8, 44, .42))
      drop-shadow(0 0 34px rgba(255,88,200,.28));
  }
}

@keyframes mergeSymbolGenerateMobile {
  from {
    opacity: 0;
    transform: translateX(calc(50vw - 50% - clamp(28px, 7vw, 38px))) scale(.9);
    filter: blur(10px) drop-shadow(0 0 34px rgba(255,88,200,.24));
  }
  26% {
    opacity: 1;
    transform: translateX(calc(50vw - 50% - clamp(28px, 7vw, 38px))) scale(1.34);
    filter: blur(0) drop-shadow(0 0 42px rgba(255,88,200,.34));
  }
  58% {
    opacity: 1;
    transform: translateX(calc(50vw - 50% - clamp(28px, 7vw, 38px))) scale(1.22);
  }
  to {
    opacity: 1;
    transform: translateX(0) scale(1);
    filter:
      drop-shadow(0 24px 52px rgba(0, 8, 44, .42))
      drop-shadow(0 0 34px rgba(255,88,200,.28));
  }
}

@keyframes mergeSymbolFloat {
  from { transform: translateY(-2px) scale(1); }
  to { transform: translateY(2px) scale(1.01); }
}

@keyframes mergeTextReveal {
  from { max-width: 0; opacity: 0; transform: translateX(-18px); filter: blur(8px); }
  to { max-width: 620px; opacity: 1; transform: translateX(0); filter: blur(0); }
}

@keyframes mergeAiReveal {
  from { max-width: 0; opacity: 0; transform: translateX(-6px) scale(.96); filter: blur(8px); }
  70% { max-width: 160px; opacity: 1; transform: translateX(0) scale(1.04); filter: blur(0); }
  to { max-width: 160px; opacity: 1; transform: translateX(0) scale(1); filter: blur(0); }
}

@keyframes heroImageFloat {
  from { transform: scale(1.03) translate3d(0, 0, 0); }
  to { transform: scale(1.08) translate3d(-16px, 10px, 0); }
}

@keyframes ribbonFloat {
  from { transform: translateY(-8px) rotate(-13deg); }
  to { transform: translateY(12px) rotate(-10deg); }
}

@keyframes dotRun {
  from { transform: translateX(-8px); opacity: .46; }
  to { transform: translateX(18px); opacity: .9; }
}

@keyframes visualBridgeFloat {
  from { transform: translateY(-10px) rotate(-14deg) scale(1); }
  to { transform: translateY(12px) rotate(-10deg) scale(1.03); }
}

@keyframes corePulse {
  from {
    transform: translateY(-4px) rotate(-4deg) scale(.98);
    filter: drop-shadow(0 16px 26px rgba(0, 120, 255, .16));
  }
  to {
    transform: translateY(8px) rotate(-1deg) scale(1.04);
    filter: drop-shadow(0 20px 32px rgba(255, 88, 200, .18));
  }
}

@keyframes nodeFloat {
  from { transform: translate3d(0, -7px, 0); opacity: .82; }
  to { transform: translate3d(10px, 9px, 0); opacity: 1; }
}

@keyframes socialFloat {
  from { transform: translate3d(0, -7px, 0) scale(.96); }
  to { transform: translate3d(8px, 9px, 0) scale(1.04); }
}

@keyframes scanRun {
  0% { opacity: .22; transform: translateX(-16px) rotate(-2deg); }
  50% { opacity: .9; }
  100% { opacity: .28; transform: translateX(26px) rotate(-2deg); }
}

@keyframes scrollLine {
  0%, 100% { transform: translateX(-50%) translateY(-2px); opacity: .38; }
  50% { transform: translateX(-50%) translateY(5px); opacity: .8; }
}

@keyframes scrollArrow {
  0%, 100% { transform: translateX(-50%) translateY(-2px) rotate(45deg); opacity: .42; }
  50% { transform: translateX(-50%) translateY(5px) rotate(45deg); opacity: .86; }
}

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@media (min-width: 1440px) {
  .floating-nav {
    left: clamp(28px, 2.8vw, 54px);
    right: clamp(28px, 2.8vw, 54px);
  }

  .hero-copy {
    width: min(920px, calc(100% - 128px));
    margin-left: clamp(86px, 6vw, 170px);
  }

  .hero-copy h1 {
    max-width: 920px;
    font-size: clamp(86px, 5vw, 116px);
  }

  .hero-subtitle {
    max-width: 860px;
    font-size: clamp(48px, 2.9vw, 64px);
  }

  .hero-text {
    max-width: 840px;
    font-size: clamp(22px, 1.45vw, 28px);
  }

  .hero-visual {
    inset: 96px clamp(72px, 6vw, 170px) 56px auto;
    width: min(900px, 48vw);
  }

  .hero-tabs {
    right: clamp(72px, 7vw, 190px);
    width: 340px;
  }

  .split-solutions,
  .ai-product,
  .site-footer,
  .page-hero,
  .page-section {
    padding-left: max(56px, calc((100vw - 1680px) / 2));
    padding-right: max(56px, calc((100vw - 1680px) / 2));
  }

  .solution-shell {
    grid-template-columns: minmax(0, 1.28fr) minmax(480px, .72fr);
    min-height: min(720px, calc(100svh - 175px));
  }

  .solution-media-panel,
  .solution-content-panel {
    min-height: 600px;
  }

  .split-heading,
  .services-title,
  .cases-head,
  .section-label,
  .service-flow,
  .resource-copy,
  .logo-grid {
    width: min(1680px, calc(100% - 112px));
  }

  .service-flow {
    gap: 22px;
  }

  .service-flow article,
  .service-flow.service-flow-enhanced article {
    min-height: 300px;
  }

  .ai-product {
    grid-template-columns: minmax(0, .82fr) minmax(560px, 1.18fr);
    gap: clamp(72px, 6vw, 120px);
  }

  .resource-wall {
    min-height: 820px;
  }

  .resource-ring {
    width: min(420px, 28vw);
  }

  .media-logo {
    width: 178px;
    height: 80px;
  }

  .logo-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 20px;
  }

  .enterprise-logo {
    min-height: 124px;
  }

  .footer-main {
    grid-template-columns: minmax(360px, 1.05fr) minmax(210px, .6fr) minmax(210px, .6fr) minmax(320px, .9fr);
    gap: 48px;
  }

  .page-hero-inner {
    grid-template-columns: minmax(0, .94fr) minmax(460px, .76fr);
    gap: 96px;
  }

  .page-hero h1 {
    max-width: 980px;
    font-size: clamp(72px, 4.6vw, 104px);
  }

  .page-hero p {
    max-width: 820px;
  }

  .page-visual,
  .page-visual img {
    min-height: 460px;
  }

  .section-head {
    max-width: 940px;
  }

  .feature-grid,
  .solution-cards {
    gap: 24px;
  }

  .process-lane {
    gap: 18px;
  }
}

@media (min-width: 1921px) {
  .floating-nav {
    min-height: 76px;
    padding-left: 30px;
    padding-right: 24px;
  }

  .nav-brand img {
    width: 172px;
    max-height: 40px;
  }

  .nav-links {
    font-size: 16px;
  }

  .language-pill,
  .nav-cta {
    min-height: 48px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .hero-copy h1 {
    max-width: 1080px;
    font-size: clamp(112px, 5.15vw, 140px);
  }

  .hero-subtitle {
    max-width: 980px;
    font-size: clamp(60px, 3vw, 78px);
  }

  .hero-text {
    max-width: 940px;
    font-size: clamp(26px, 1.36vw, 34px);
  }

  .kicker {
    font-size: 16px;
    padding: 13px 22px;
  }

  .primary-button,
  .ai-copy a,
  .contact-form button {
    min-height: 64px;
    padding-right: 40px;
    padding-left: 40px;
    font-size: 18px;
  }

  .hero-visual {
    width: min(1020px, 48vw);
  }

  .services-title h2,
  .ai-copy h2,
  .resource-copy h2,
  .cases-head h2,
  .contact-intro h2,
  .contact-form h2 {
    font-size: clamp(74px, 3.7vw, 96px);
  }

  .solution-content-panel h2,
  .solution-media-copy h3 {
    font-size: clamp(58px, 3.2vw, 80px);
  }

  .services-title p,
  .ai-copy p,
  .resource-copy p,
  .cases-head p,
  .contact-intro p,
  .contact-form p,
  .solution-content-panel p,
  .solution-media-copy p {
    font-size: clamp(20px, 1vw, 24px);
  }

  .service-flow h3,
  .feature-card h3,
  .case-item h3 {
    font-size: 28px;
  }

  .service-flow p,
  .feature-card p,
  .feature-card li,
  .case-item p {
    font-size: 17px;
  }

  .page-hero h1 {
    max-width: 1120px;
    font-size: clamp(92px, 4.7vw, 128px);
  }

  .page-hero p {
    max-width: 920px;
    font-size: clamp(23px, 1.15vw, 30px);
  }
}

@media (max-width: 1120px) {
  .floating-nav {
    grid-template-columns: 220px 1fr auto;
    left: 16px;
    right: 16px;
    padding-left: 22px;
  }

  .nav-brand img {
    width: 138px;
    max-height: 34px;
  }

  .nav-brand span {
    font-size: 14px;
  }

  .nav-links {
    gap: 18px;
    font-size: 14px;
  }

  .hero-visual {
    right: -5vw;
    width: 58vw;
    opacity: .7;
  }

  .service-flow,
  .logo-grid,
  .ai-product {
    grid-template-columns: 1fr 1fr;
  }

  .service-flow.service-flow-enhanced article {
    min-height: 260px;
  }

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

  .contact-form .full-field,
  .contact-form button {
    grid-column: 1 / -1;
  }

  .footer-main {
    grid-template-columns: 1fr 1fr;
  }

  .legal-layout {
    grid-template-columns: 1fr;
  }

  .legal-toc {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .legal-toc strong {
    grid-column: 1 / -1;
  }

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

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

  .page-hero-inner,
  .ai-b2b-module-layout,
  .ai-b2b-module-layout-reverse,
  .two-column,
  .article-body-section,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .article-side-card {
    position: static;
  }

  .ai-b2b-module-layout-reverse .ai-b2b-section-poster {
    order: 0;
  }

  .ai-b2b-section-poster,
  .ai-b2b-image-card,
  .ai-b2b-image-card-tall {
    width: min(520px, 100%);
    justify-self: center;
  }

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

  .service-directory,
  .service-module-grid,
  .service-entry-grid,
  .resource-grid,
  .resource-entry-grid,
  .article-list,
  .news-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-journey {
    grid-template-columns: 1fr;
  }

  .seo-topic-pack {
    grid-template-columns: 1fr;
  }

  .seo-topic-summary {
    grid-template-columns: 1fr;
    grid-template-areas:
      "image"
      "copy"
      "flow"
      "outcomes";
  }

  .seo-topic-summary img {
    height: 300px;
  }

  .service-journey-visual {
    min-height: 480px;
  }

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

  .service-feature-row,
  .cta-band {
    grid-template-columns: 1fr;
  }

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

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

  .ai-capability-grid,
  .ai-engine-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ai-b2b-engine-section .ai-engine-grid,
  .ai-b2b-flow-section .ai-sop-chain,
  .ai-b2b-scenario-section .ai-scenario-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ai-delivery-lane {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ai-sop-chain {
    grid-template-columns: repeat(6, minmax(128px, 1fr));
  }

  .solution-shell {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .solution-media-panel,
  .solution-content-panel {
    min-height: 460px;
  }

  .solution-content-panel {
    border-top: 1px solid rgba(255,255,255,.18);
    border-left: 0;
  }

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

  .service-flow.service-flow-enhanced::after {
    display: none;
  }
}

@media (max-width: 820px) {
  .intro-ribbon {
    width: 138vw;
    height: 30vh;
    top: 34vh;
    left: -20vw;
    border-width: 18px;
  }

  .intro-flow span:nth-child(1) {
    top: 46vh;
    height: 6px;
  }

  .intro-content {
    left: 24px;
    right: 24px;
    bottom: 84px;
    width: auto;
    gap: 16px;
  }

  .intro-logo {
    width: min(220px, 62vw);
  }

  .intro-content p {
    font-size: clamp(32px, 9vw, 48px);
  }

  .intro-content span {
    font-size: 13px;
    line-height: 1.5;
  }

  .launch-core {
    top: 40%;
    width: 96px;
    height: 96px;
  }

  .launch-word {
    top: calc(40% + 86px);
    min-width: auto;
  }

  .launch-word strong {
    font-size: 30px;
  }

  .launch-word span {
    margin-top: 7px;
    font-size: 12px;
  }

  .launch-word-brand {
    right: calc(50% + 14px);
  }

  .launch-word-bridge {
    left: calc(50% + 14px);
  }

  .launch-ai {
    left: 50%;
    top: calc(40% + 150px);
    transform: translateX(-50%);
    font-size: 52px;
  }

  .intro-brand-launch.is-playing .launch-ai {
    animation-name: launchAiInMobile;
  }

  .launch-mark {
    top: calc(40% + 220px);
    gap: 8px;
  }

  .launch-mark b,
  .launch-mark em {
    font-size: clamp(28px, 9vw, 40px);
  }

  .launch-services {
    top: calc(40% + 272px);
    flex-wrap: wrap;
    gap: 7px;
    width: min(340px, 88vw);
  }

  .launch-services span {
    padding: 7px 10px;
    font-size: 11px;
  }

  .launch-title {
    top: calc(40% + 348px);
    font-size: clamp(21px, 6vw, 30px);
  }

  .launch-lines i {
    width: 58vw;
  }

  .merge-wordmark {
    top: 44%;
    gap: 7px;
  }

  .merge-symbol {
    width: clamp(52px, 15vw, 72px);
    height: clamp(52px, 15vw, 72px);
    transform: translateX(calc(50vw - 50% - clamp(28px, 7vw, 38px))) scale(1.34);
  }

  .merge-rest,
  .merge-ai {
    font-size: clamp(30px, 9vw, 42px);
  }

  .merge-title {
    top: calc(44% + 82px);
    font-size: clamp(22px, 6vw, 30px);
  }

  .intro-brand-merge.is-playing .merge-symbol {
    animation: mergeSymbolGenerateMobile 2.9s .52s cubic-bezier(.46,0,.02,1) both, mergeSymbolFloat 3.2s 3.4s ease-in-out infinite alternate;
  }

  .market-map span:nth-child(1) {
    width: 92vw;
  }

  .market-map span:nth-child(2) {
    width: 112vw;
  }

  .market-map span:nth-child(3) {
    width: 78vw;
  }

  .market-side {
    width: min(39vw, 160px);
    min-height: 110px;
    padding: 16px 14px;
    border-radius: 18px;
  }

  .market-side small {
    font-size: 11px;
  }

  .market-side strong {
    margin-top: 8px;
    font-size: 22px;
  }

  .market-side span {
    margin-top: 8px;
    font-size: 11px;
    line-height: 1.35;
  }

  .market-brand {
    right: calc(50% + 58px);
    top: calc(42% - 104px);
  }

  .market-growth {
    left: calc(50% + 58px);
    top: calc(42% - 104px);
  }

  .market-core {
    top: 42%;
    width: 96px;
    height: 96px;
  }

  .market-ai {
    top: calc(42% + 78px);
    font-size: 48px;
  }

  .market-bridge-label {
    top: calc(42% + 142px);
  }

  .market-bridge-label b {
    font-size: 17px;
  }

  .market-mark {
    top: calc(42% + 204px);
    gap: 8px;
  }

  .market-mark b,
  .market-mark em {
    font-size: clamp(28px, 9vw, 40px);
  }

  .market-services {
    top: calc(42% + 258px);
    flex-wrap: wrap;
    gap: 7px;
    width: min(340px, 88vw);
  }

  .market-services span {
    padding: 7px 10px;
    font-size: 11px;
  }

  .market-title {
    top: calc(42% + 336px);
    font-size: clamp(21px, 6vw, 30px);
  }

  .market-lines i {
    width: 54vw;
  }

  .luxury-symbol-wrap {
    top: calc(45% - 104px);
    width: 86px;
    height: 86px;
  }

  .luxury-logo-line {
    top: 45%;
  }

  .luxury-logo {
    width: min(270px, 76vw);
  }

  .luxury-sweep {
    width: min(280px, 74vw);
    margin-top: 16px;
  }

  .luxury-title {
    top: calc(45% + 86px);
    font-size: clamp(22px, 6.4vw, 30px);
  }

  .luxury-subtitle {
    top: calc(45% + 138px);
    width: min(310px, 86vw);
    font-size: 11px;
    line-height: 1.5;
    letter-spacing: .04em;
  }

  .intro-skip {
    right: 18px;
    bottom: 18px;
    opacity: .72;
  }

  .floating-nav {
    top: 14px;
    grid-template-columns: 1fr auto;
    min-height: 64px;
    border-radius: 28px;
    padding: 0 14px 0 18px;
  }

  .nav-links,
  .language-pill {
    display: none;
  }

  .nav-brand img {
    width: 132px;
    max-height: 30px;
  }

  .nav-brand span {
    display: none;
  }

  .nav-cta {
    min-width: auto;
    min-height: 42px;
    padding: 0 18px;
  }

  .hero-panel {
    min-height: 100svh;
  }

  .hero-copy {
    width: calc(100% - 44px);
    margin-left: 22px;
    padding: 118px 0 310px;
  }

  .hero-copy h1 {
    max-width: 100%;
    font-size: clamp(34px, 9vw, 50px);
    line-height: 1.12;
    text-wrap: balance;
    word-break: keep-all;
  }

  .hero-subtitle {
    margin-top: 32px;
    font-size: clamp(24px, 6.8vw, 34px);
    line-height: 1.18;
    text-wrap: balance;
    word-break: keep-all;
  }

  .hero-text {
    margin-top: 18px;
    font-size: 17px;
  }

  .hero-visual {
    inset: auto -12vw 126px auto;
    width: 92vw;
    height: 330px;
    opacity: .36;
  }

  .visual-core {
    right: 30%;
    top: 18%;
    width: 142px;
    height: 92px;
  }

  .visual-bridge {
    right: 0;
    top: 18%;
    width: 88%;
    height: 42%;
    border-width: 14px;
  }

  .visual-node {
    min-width: auto;
    min-height: auto;
    padding: 0;
    font-size: 12px;
  }

  .visual-social {
    width: 32px;
    height: 32px;
    font-size: 13px;
  }

  .hero-scroll {
    left: 22px;
    bottom: 252px;
    z-index: 5;
    width: 38px;
    height: 38px;
  }

  .hero-tabs {
    left: 22px;
    right: 22px;
    bottom: 36px;
    width: auto;
    gap: 12px;
  }

  .hero-tabs::before {
    left: 35px;
    top: 24px;
    bottom: 24px;
  }

  .hero-tab {
    min-height: 58px;
  }

  .page-hero {
    min-height: auto;
    padding: 118px 22px 70px;
  }

  .page-hero::before {
    right: -44vw;
    top: 118px;
    width: 118vw;
    height: 68vw;
    border-width: 16px;
  }

  .page-hero-inner {
    gap: 34px;
  }

  .page-hero h1 {
    font-size: clamp(32px, 8.8vw, 46px);
    line-height: 1.16;
    text-wrap: balance;
    word-break: normal;
    overflow-wrap: anywhere;
  }

  .page-hero p {
    font-size: 17px;
  }

  .page-visual,
  .page-visual img {
    min-height: 300px;
  }

  .page-section {
    padding: 72px 22px;
  }

  .legal-meta {
    gap: 8px;
  }

  .faq-summary-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .faq-summary-grid article {
    border-radius: 22px;
    padding: 18px 20px;
  }

  .faq-control-panel {
    border-radius: 24px;
    padding: 16px;
  }

  .faq-filter-row,
  .faq-control-actions {
    gap: 8px;
  }

  .faq-filter-row button,
  .faq-control-actions button {
    min-height: 38px;
    padding: 0 12px;
    font-size: 12px;
  }

  .faq-topic-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .faq-topic-card {
    min-height: 0;
    border-radius: 22px;
  }

  .faq-category-block {
    border-radius: 24px;
    padding: 20px;
  }

  .faq-category-head {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .faq-category-head h3 {
    font-size: 22px;
  }

  .faq-section-meta {
    gap: 8px;
  }

  .faq-item summary {
    align-items: flex-start;
    padding: 18px;
    font-size: 16px;
    line-height: 1.45;
  }

  .faq-item p {
    padding: 0 18px 20px;
  }

  .legal-summary-card {
    justify-self: stretch;
    width: auto;
    border-radius: 24px;
    padding: 22px;
  }

  .legal-summary-card strong {
    font-size: 22px;
  }

  .legal-toc {
    display: flex;
    overflow-x: auto;
    gap: 8px;
    border-radius: 20px;
    padding: 14px;
    scrollbar-width: none;
  }

  .legal-toc::-webkit-scrollbar {
    display: none;
  }

  .legal-toc strong {
    display: none;
  }

  .legal-toc a {
    flex: 0 0 auto;
    border: 1px solid rgba(0,120,255,.12);
    border-radius: 999px;
    padding: 9px 12px;
    background: rgba(255,255,255,.78);
  }

  .legal-card {
    border-radius: 24px;
  }

  .legal-section {
    padding: 26px 20px;
  }

  .legal-section h2 {
    font-size: 24px;
  }

  .legal-section p,
  .legal-section li {
    font-size: 15px;
    line-height: 1.8;
  }

  .legal-grid > div {
    min-height: auto;
  }

  .contact-channel-card {
    padding: 22px;
  }

  .contact-channel-grid {
    grid-template-columns: 1fr;
  }

  .contact-channel-item {
    grid-template-columns: 96px 1fr;
    justify-items: start;
    align-items: center;
    text-align: left;
  }

  .contact-channel-item img {
    grid-row: 1 / span 2;
    width: 96px;
    height: 96px;
    border-width: 6px;
  }

  .contact-channel-item span {
    text-align: left;
  }

  .contact-page .page-hero {
    padding: 98px 22px 20px;
  }

  .contact-page .page-hero-inner {
    grid-template-columns: 1fr;
    gap: 18px;
    align-items: start;
  }

  .contact-page .page-kicker {
    min-height: 30px;
  }

  .contact-page .page-hero h1 {
    margin-top: 10px;
    font-size: 34px;
    line-height: 1.12;
  }

  .contact-page .page-hero p {
    max-width: none;
    margin-top: 10px;
    line-height: 1.55;
  }

  .contact-page .page-actions {
    margin-top: 14px;
  }

  .contact-page .contact-info-card {
    width: 100%;
    padding: 18px;
  }

  .feature-grid,
  .process-lane,
  .solution-cards,
  .metric-strip,
  .service-directory,
  .service-module-grid,
  .service-entry-grid,
  .resource-grid,
  .resource-entry-grid,
  .article-list,
  .news-list,
  .media-channel-grid,
  .seo-topic-pack .seo-topic-grid,
  .ai-b2b-module-layout,
  .ai-b2b-module-layout-reverse,
  .ai-capability-grid,
  .ai-engine-grid,
  .ai-b2b-engine-section .ai-engine-grid,
  .ai-b2b-flow-section .ai-sop-chain,
  .ai-b2b-scenario-section .ai-scenario-grid,
  .ai-delivery-lane {
    grid-template-columns: 1fr;
  }

  .article-hero {
    padding-top: 142px;
  }

  .article-hero h1 {
    font-size: 34px;
  }

  .article-body-section {
    padding: 44px 20px;
  }

  .article-body {
    padding: 28px;
  }

  .ai-b2b-section-poster,
  .ai-b2b-image-card {
    padding: 10px;
    border-radius: 26px;
  }

  .ai-b2b-section-poster img,
  .ai-b2b-image-card img {
    border-radius: 18px;
  }

  .ai-b2b-visual {
    min-height: 420px;
    padding: 22px;
  }

  .ai-b2b-brand-chip {
    width: 100%;
  }

  .ai-b2b-brand-chip img {
    width: 126px;
  }

  .ai-b2b-brand-chip span {
    font-size: 12px;
  }

  .ai-b2b-orbit {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: 28px 0 26px;
  }

  .ai-b2b-core-card {
    width: 100%;
  }

  .ai-b2b-mini-stats {
    grid-template-columns: 1fr;
  }

  .ai-capability-grid article,
  .ai-engine-grid article {
    min-height: auto;
  }

  .ai-automation-visual {
    min-height: 430px;
  }

  .ai-automation-visual::before {
    inset: 82px 30px;
  }

  .ai-automation-core {
    width: 150px;
    height: 150px;
  }

  .ai-automation-core strong {
    font-size: 26px;
  }

  .ai-node {
    width: 86px;
    min-height: 46px;
    font-size: 12px;
  }

  .node-a { left: 6%; top: 16%; }
  .node-b { left: 4%; top: 48%; }
  .node-c { left: 10%; bottom: 12%; }
  .node-d { right: 6%; top: 16%; }
  .node-e { right: 4%; top: 48%; }
  .node-f { right: 10%; bottom: 12%; }

  .ai-sop-chain {
    grid-template-columns: repeat(2, minmax(132px, 1fr));
    overflow-x: visible;
  }

  .ai-workbench-visual {
    min-height: 460px;
    padding: 20px;
  }

  .ai-workbench-window {
    min-height: 420px;
  }

  .workbench-body {
    grid-template-columns: 1fr;
  }

  .workbench-body aside {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-right: 0;
    border-bottom: 1px solid rgba(226,239,252,.9);
    padding: 16px;
  }

  .workbench-body aside strong {
    grid-column: 1 / -1;
  }

  .workbench-message-area {
    padding: 18px;
  }

  .service-feature-row,
  .cta-band {
    grid-template-columns: 1fr;
  }

  .service-image-panel,
  .service-image-panel img {
    min-height: 360px;
  }

  .cta-band {
    padding: 30px;
  }

  .case-item {
    grid-template-columns: 1fr;
  }

  .case-item img {
    max-width: 240px;
  }

  .services-title,
  .cases-head,
  .section-label,
  .resource-copy,
  .service-flow,
  .service-journey,
  .logo-grid {
    width: calc(100% - 44px);
  }

  .service-flow,
  .journey-steps,
  .console-grid,
  .logo-grid,
  .ai-product,
  .contact-form {
    grid-template-columns: 1fr;
  }

  .split-solutions {
    padding: 92px 22px 72px;
  }

  .split-solutions::before {
    top: 56px;
    font-size: 46px;
  }

  .solution-shell {
    gap: 22px;
  }

  .solution-media-panel,
  .solution-content-panel {
    min-height: auto;
    border-radius: 0;
  }

  .solution-shell {
    border-radius: 28px;
  }

  .solution-media-panel {
    aspect-ratio: 1 / 1.08;
  }

  .solution-content-panel {
    padding: 28px 22px;
  }

  .solution-content-panel h2 {
    font-size: clamp(34px, 10vw, 48px);
  }

  .solution-content-panel p {
    font-size: 16px;
  }

  .solution-media-copy h3 {
    font-size: clamp(34px, 10vw, 48px);
  }

  .solution-item {
    grid-template-columns: 44px 1fr;
    padding: 15px 16px;
  }

  .solution-item small {
    width: 42px;
    height: 42px;
  }

  .solution-item strong {
    font-size: 19px;
  }

  .services-strip,
  .ai-product,
  .cases-logo-wall {
    padding-top: 82px;
    padding-bottom: 82px;
  }

  .service-journey {
    gap: 18px;
    margin-top: 36px;
  }

  .service-journey-visual {
    min-height: 460px;
    border-radius: 28px;
  }

  .journey-visual-overlay {
    left: 18px;
    right: 18px;
    bottom: 18px;
    border-radius: 22px;
    padding: 20px;
  }

  .journey-visual-overlay strong {
    font-size: 22px;
  }

  .journey-visual-overlay p,
  .journey-step p,
  .service-module-card p,
  .service-entry-card p {
    font-size: 14px;
  }

  .journey-step {
    min-height: auto;
    border-radius: 22px;
    padding: 20px;
  }

  .journey-step:hover {
    transform: translateY(-4px);
  }

  .service-module-card,
  .service-entry-card {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    border-radius: 24px;
  }

  .service-module-card img,
  .service-entry-card img {
    grid-column: 1;
    grid-row: auto;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
  }

  .service-module-card > div {
    min-height: auto;
    padding: 22px;
  }

  .service-entry-card {
    min-height: auto;
    padding: 0;
  }

  .service-entry-card::before {
    inset: auto 0 0;
    width: auto;
    height: 64%;
    aspect-ratio: auto;
  }

  .service-entry-card > span {
    grid-column: auto;
    grid-row: auto;
    margin: 0;
  }

  .service-entry-card div {
    grid-column: auto;
    grid-row: auto;
    padding: 0 22px 24px;
  }

  .service-entry-card img {
    position: absolute;
    inset: 0;
    height: 100%;
    aspect-ratio: auto;
  }

  .service-entry-card h3 {
    font-size: 22px;
  }

  .contact-form .full-field,
  .contact-form button {
    grid-column: 1;
  }

  .contact-form-row {
    grid-template-columns: 1fr;
  }

  .seo-topic-card {
    grid-template-columns: 48px 1fr;
    min-height: 0;
    border-radius: 22px;
    padding: 20px;
  }

  .seo-topic-summary {
    padding: 16px;
    gap: 14px;
  }

  .seo-topic-summary::after {
    background:
      linear-gradient(180deg, rgba(255,255,255,.16), rgba(255,255,255,0) 42%),
      radial-gradient(circle at 90% 8%, rgba(255,88,200,.16), transparent 30%);
  }

  .seo-topic-summary img {
    height: 180px;
    object-position: center;
    border-radius: 16px;
  }

  .seo-asset-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: none;
  }

  .seo-asset-flow div {
    min-height: 68px;
  }

  .seo-topic-card small {
    width: 48px;
    border-radius: 16px;
  }

  .contact-submit-row {
    display: grid;
    gap: 12px;
  }

  .contact-submit-row button {
    width: 100%;
  }

  .resource-wall {
    min-height: 680px;
    padding-top: 86px;
  }

  .resource-orbit {
    inset: 240px 0 0;
  }

  .resource-ring {
    width: min(300px, 76vw);
  }

  .resource-ring strong {
    font-size: 58px;
  }

  .site-footer {
    padding: 44px 22px 24px;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 28px;
  }

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

  .footer-tags,
  .footer-social-row {
    gap: 10px;
  }

  .footer-cta-strip,
  .footer-bottom {
    display: grid;
    justify-content: start;
  }

  .footer-cta-strip {
    padding: 20px;
  }

  .footer-cta {
    width: 100%;
  }

  .footer-bottom {
    margin-top: 34px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .intro-aura,
  .intro-ribbon,
  .intro-grid,
  .intro-flow span,
  .intro-content {
    animation-duration: .01ms;
    animation-iteration-count: 1;
  }

  .launch-aura,
  .launch-dots span,
  .launch-lines i,
  .launch-core,
  .launch-core-ring,
  .launch-word,
  .launch-ai,
  .launch-mark,
  .launch-services,
  .launch-title,
  .merge-symbol,
  .merge-rest,
  .merge-ai,
  .merge-title {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }

  .market-map span,
  .market-lines i,
  .market-side,
  .market-core,
  .market-core-ring,
  .market-ai,
  .market-bridge-label,
  .market-mark,
  .market-services,
  .market-title {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }

  .luxury-aura,
  .luxury-particles span,
  .luxury-symbol-wrap,
  .luxury-logo-line,
  .luxury-sweep,
  .luxury-sweep::before,
  .luxury-title,
  .luxury-subtitle {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* Homepage locked type scale */
body:not(.subpage) .nav-links,
body:not(.subpage) .language-pill,
body:not(.subpage) .nav-cta,
body:not(.subpage) .primary-button,
body:not(.subpage) .page-button,
body:not(.subpage) .ai-copy a,
body:not(.subpage) .intro-skip,
body:not(.subpage) .solution-item,
body:not(.subpage) .footer-cta {
  font-size: var(--home-fs-btn);
}

body:not(.subpage) .kicker,
body:not(.subpage) .section-label,
body:not(.subpage) .solution-media-copy small,
body:not(.subpage) .solution-content-panel span,
body:not(.subpage) .ai-copy span,
body:not(.subpage) .resource-copy span,
body:not(.subpage) .cases-head span {
  font-size: var(--home-fs-sm);
}

body:not(.subpage) .hero-copy h1 {
  font-size: var(--home-fs-hero);
}

body:not(.subpage) .hero-subtitle,
body:not(.subpage) .services-title h2,
body:not(.subpage) .ai-copy h2,
body:not(.subpage) .resource-copy h2,
body:not(.subpage) .cases-head h2 {
  font-size: var(--home-fs-section);
}

body:not(.subpage) .solution-content-panel h2 {
  font-size: var(--home-fs-section);
}

body:not(.subpage) .solution-media-copy h3 {
  font-size: var(--home-fs-card-lg);
}

body:not(.subpage) .service-flow h3,
body:not(.subpage) .console-grid strong {
  font-size: var(--home-fs-card);
}

body:not(.subpage) .hero-text {
  font-size: var(--home-fs-lead);
}

body:not(.subpage) .services-title p,
body:not(.subpage) .ai-copy p,
body:not(.subpage) .resource-copy p,
body:not(.subpage) .cases-head p,
body:not(.subpage) .solution-content-panel p,
body:not(.subpage) .solution-media-copy p,
body:not(.subpage) .service-flow p {
  font-size: var(--home-fs-body);
}

body:not(.subpage) .hero-tab span,
body:not(.subpage) .solution-item span,
body:not(.subpage) .console-grid small {
  font-size: var(--home-fs-xs);
}

body:not(.subpage) .hero-tab,
body:not(.subpage) .solution-item strong {
  font-size: var(--home-fs-btn);
}

@media (max-width: 820px) {
  body:not(.subpage) .hero-copy h1 {
    font-size: 34px;
  }

  body:not(.subpage) .hero-subtitle {
    font-size: 24px;
  }

  body:not(.subpage) .hero-text {
    font-size: 16px;
  }

  body:not(.subpage) .services-title h2,
  body:not(.subpage) .ai-copy h2,
  body:not(.subpage) .resource-copy h2,
  body:not(.subpage) .cases-head h2,
  body:not(.subpage) .solution-content-panel h2 {
    font-size: 28px;
  }

  body:not(.subpage) .solution-media-copy h3,
  body:not(.subpage) .service-flow h3,
  body:not(.subpage) .console-grid strong {
    font-size: 20px;
  }

  body:not(.subpage) .services-title p,
  body:not(.subpage) .ai-copy p,
  body:not(.subpage) .resource-copy p,
  body:not(.subpage) .cases-head p,
  body:not(.subpage) .solution-content-panel p,
  body:not(.subpage) .solution-media-copy p,
  body:not(.subpage) .service-flow p {
    font-size: 14px;
  }
}

/* Site-wide locked type scale for inner pages */
body.subpage .nav-links,
body.subpage .language-pill,
body.subpage .nav-cta {
  font-size: var(--site-fs-nav);
}

body.subpage .page-button,
body.subpage .footer-cta,
body.subpage .contact-form button {
  font-size: var(--site-fs-control);
}

body.subpage .page-kicker,
body.subpage .section-head span,
body.subpage .feature-card small,
body.subpage .process-step span,
body.subpage .legal-meta span,
body.subpage .footer-mini-title,
body.subpage small {
  font-size: var(--site-fs-sm);
}

body.subpage h1,
body.subpage .page-hero h1 {
  font-size: var(--site-fs-h1);
}

body.subpage h2,
body.subpage .section-head h2,
body.subpage .contact-form h2 {
  font-size: var(--site-fs-h2);
}

body.subpage h3,
body.subpage .feature-card h3,
body.subpage .process-step h3,
body.subpage .insight-panel h3,
body.subpage .case-item h3,
body.subpage .contact-channel-card h3,
body.subpage .ai-b2b-engine-section .ai-engine-grid h3 {
  font-size: var(--site-fs-h3);
}

body.subpage p,
body.subpage li,
body.subpage .feature-card p,
body.subpage .process-step p,
body.subpage .section-head p,
body.subpage .case-item p {
  font-size: var(--site-fs-body);
}

body.subpage .page-hero p,
body.subpage .contact-form-lead,
body.subpage .page-visual-card span {
  font-size: var(--site-fs-lead);
}

body.subpage label,
body.subpage input,
body.subpage textarea,
body.subpage select {
  font-size: var(--site-fs-control);
}

body.subpage .legal-section h2 {
  font-size: var(--site-fs-h3-lg);
}

body.subpage .legal-section h3 {
  font-size: var(--site-fs-lead);
}

body.subpage .footer-main h3 {
  font-size: var(--site-fs-control);
}

body.subpage .footer-main a,
body.subpage .footer-main p,
body.subpage .footer-bottom {
  font-size: var(--site-fs-sm);
}

@media (max-width: 820px) {
  body.subpage h1,
  body.subpage .page-hero h1 {
    font-size: 34px;
  }

  body.subpage h2,
  body.subpage .section-head h2,
  body.subpage .contact-form h2 {
    font-size: 28px;
  }

  body.subpage h3,
  body.subpage .feature-card h3,
  body.subpage .process-step h3,
  body.subpage .insight-panel h3,
  body.subpage .case-item h3,
  body.subpage .contact-channel-card h3,
  body.subpage .ai-b2b-engine-section .ai-engine-grid h3 {
    font-size: 20px;
  }

  body.subpage p,
  body.subpage li,
  body.subpage .feature-card p,
  body.subpage .process-step p,
  body.subpage .section-head p,
  body.subpage .case-item p {
    font-size: 14px;
  }

  body.subpage .page-hero p,
  body.subpage .contact-form-lead,
  body.subpage .page-visual-card span {
    font-size: 16px;
  }
}
