
/* Editable AI automation hero and interactive sculpture. Scoped to Novamira blocks. */
.nv-ai-hero,
.nv-ai-hero * {
  box-sizing: border-box;
}
.nv-ai-hero {
  --nv-blue: #6C35FF;
  --nv-blue: #B441DC;
  --nv-pink: #FF754B;
  --nv-orange: #FF754B;
  --nv-ink: #101426;
  --nv-muted: #68708A;
  position: relative;
  width: 100%;
  min-height: 100dvh;
  overflow: hidden;
  isolation: isolate;
  color: var(--nv-ink);
  font-family: Manrope, Inter, ui-sans-serif, system-ui, sans-serif;
  background:
    radial-gradient(circle at 71% 44%, rgba(231, 203, 255, .53) 0, rgba(231, 203, 255, .15) 24%, transparent 42%),
    radial-gradient(circle at 34% 95%, rgba(214, 201, 255, .35), transparent 31%),
    linear-gradient(128deg, #fff 0%, #FBFAFF 51%, #FBFAFF 100%);
}
.nv-ai-hero::before,
.nv-ai-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(34px);
}
.nv-ai-hero::before {
  width: 46vw;
  height: 38vw;
  left: -20vw;
  top: 24%;
  background: radial-gradient(circle, rgba(187, 153, 255, .21), transparent 67%);
  animation: nv-ai-drift 20s ease-in-out infinite alternate;
}
.nv-ai-hero::after {
  width: 35vw;
  height: 35vw;
  right: -13vw;
  top: 4%;
  background: radial-gradient(circle, rgba(255, 188, 162, .2), transparent 68%);
  animation: nv-ai-drift 24s ease-in-out -7s infinite alternate-reverse;
}
.nv-ai-hero__blob {
  position: absolute;
  z-index: -1;
  display: block;
  border-radius: 50%;
  pointer-events: none;
  will-change: transform, opacity;
}
.nv-ai-hero__blob--one {
  width: clamp(90px, 12vw, 180px);
  aspect-ratio: 1;
  top: -6%;
  left: 43%;
  background: radial-gradient(circle at 35% 28%, rgba(255,255,255,.95), rgba(190,164,255,.47) 42%, rgba(255,255,255,.12) 70%);
  box-shadow: 0 20px 55px rgba(131,95,219,.18);
  animation: nv-ai-bubble 13s ease-in-out infinite;
}
.nv-ai-hero__blob--two {
  width: clamp(45px, 5vw, 78px);
  height: clamp(45px, 5vw, 78px);
  right: 8%;
  top: 4.8%;
  background: radial-gradient(circle at 30% 28%, #fff, rgba(132,67,239,.86) 42%, rgba(85,42,164,.33) 70%);
  box-shadow: 0 18px 40px rgba(37, 99, 235, .24);
  animation: nv-ai-bubble 8s ease-in-out -3s infinite alternate;
}
.nv-ai-hero__shell {
  width: min(1480px, 100%);
  min-height: 100dvh;
  margin: 0 auto;
  padding: clamp(36px, 7vh, 92px) clamp(30px, 6.9vw, 108px) clamp(32px, 5vh, 76px);
  display: grid;
  grid-template-columns: minmax(360px, 41%) minmax(0, 59%);
  grid-template-rows: minmax(0, 1fr) auto;
  column-gap: clamp(8px, 2vw, 36px);
  position: relative;
}
.nv-ai-hero__copy {
  z-index: 8;
  align-self: center;
  max-width: 580px;
  padding: clamp(18px, 3vh, 40px) 0 0;
}
.nv-ai-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 clamp(20px, 3vh, 34px);
  padding: 11px 18px;
  border: 1px solid rgba(37, 99, 235, .08);
  border-radius: 999px;
  color: #5635FF;
  background: rgba(246,242,255,.82);
  box-shadow: 0 12px 34px rgba(101,67,210,.08), inset 0 1px 0 rgba(255,255,255,.9);
  font-size: clamp(13px, 1vw, 16px);
  font-weight: 800;
}
.nv-ai-hero__eyebrow i {
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  border-radius: 6px;
  color: #fff;
  background: linear-gradient(140deg, var(--nv-blue), #B441DC);
  font-size: 16px;
  font-style: normal;
  line-height: 1;
}
.nv-ai-hero__title {
  display: grid;
  gap: .02em;
  margin: 0 0 clamp(20px, 3.2vh, 34px);
  color: #101426;
  font-size: clamp(51px, 4.45vw, 78px);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: 0;
}
.nv-ai-hero__title span {
  display: block;
}
.nv-ai-hero__title em {
  color: transparent;
  background: linear-gradient(95deg, #6C35FF 4%, #EF5D9A 43%, var(--nv-orange) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  font-style: normal;
}
.nv-ai-hero__description {
  width: min(100%, 505px);
  margin: 0 0 clamp(24px, 4vh, 42px);
  color: var(--nv-muted);
  font-size: clamp(15px, 1.12vw, 19px);
  font-weight: 600;
  line-height: 1.55;
}
.nv-ai-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: clamp(26px, 4vh, 44px);
}
.nv-ai-hero__button {
  min-height: 59px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  padding: 0 25px;
  border: 1px solid transparent;
  border-radius: 999px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 800;
  transition: transform .28s ease, box-shadow .28s ease, background .28s ease, border-color .28s ease;
}
.nv-ai-hero__button:focus-visible {
  outline: 3px solid rgba(37, 99, 235, .42);
  outline-offset: 4px;
}
.nv-ai-hero__button--primary {
  color: #fff;
  background: linear-gradient(135deg, #6C3BFF 0%, #6C35FF 57%, #5635FF 100%);
  box-shadow: 0 17px 33px rgba(101,50,239,.32);
}
.nv-ai-hero__button--primary b {
  font-size: 21px;
  font-weight: 500;
  transition: transform .28s ease;
}
.nv-ai-hero__button--secondary {
  color: #171832;
  background: rgba(255,255,255,.54);
  border-color: rgba(145,121,233,.13);
  box-shadow: 0 13px 30px rgba(39,34,82,.07), inset 0 1px 0 rgba(255,255,255,.92);
  backdrop-filter: blur(18px);
}
.nv-ai-hero__button--secondary b {
  color: #6C35FF;
  font-size: 21px;
  transform: rotate(-28deg);
}
.nv-ai-hero__button:hover {
  transform: translate3d(0,-5px,0);
}
.nv-ai-hero__button--primary:hover {
  box-shadow: 0 24px 43px rgba(101,50,239,.4), 0 0 32px rgba(154,92,255,.18);
}
.nv-ai-hero__button--primary:hover b {
  transform: translate3d(4px,-4px,0);
}
.nv-ai-hero__button--secondary:hover {
  background: rgba(255,255,255,.92);
  border-color: rgba(37, 99, 235, .32);
  box-shadow: 0 20px 38px rgba(39,34,82,.13);
}
.nv-ai-hero__proof {
  display: flex;
  align-items: center;
  gap: 22px;
}
.nv-ai-hero__avatars {
  display: flex;
  align-items: center;
  padding-right: 18px;
}
.nv-ai-hero__avatars img,
.nv-ai-hero__avatar {
  width: 45px;
  height: 45px;
  display: block;
  margin-right: -13px;
  border: 3px solid rgba(255,255,255,.95);
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 10px 23px rgba(30,25,70,.12);
}
.nv-ai-hero__avatar--1 { background: radial-gradient(circle at 42% 25%, #E6DDFF 0 18%, #171832 19% 36%, #B441DC 37% 61%, #171832 62%); }
.nv-ai-hero__avatar--2 { background: radial-gradient(circle at 45% 24%, #E6DDFF 0 18%, #101426 19% 38%, #a95ce9 39% 62%, #251d42 63%); }
.nv-ai-hero__avatar--3 { background: radial-gradient(circle at 45% 24%, #d9a989 0 18%, #2c2323 19% 36%, #a96442 37% 62%, #202735 63%); }
.nv-ai-hero__avatar--4 { background: radial-gradient(circle at 45% 24%, #e7c5a3 0 18%, #573728 19% 37%, #de9566 38% 62%, #2a243c 63%); }
.nv-ai-hero__avatar-more {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  z-index: 1;
  margin-left: 1px;
  border: 3px solid #fff;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(140deg, #9b3dff, #6532ee);
  box-shadow: 0 12px 24px rgba(101,50,239,.26);
  font-size: 27px;
}
.nv-ai-hero__proof p {
  margin: 0;
  display: grid;
  gap: 2px;
}
.nv-ai-hero__proof strong {
  color: #171832;
  font-size: 25px;
  font-weight: 900;
  line-height: 1;
}
.nv-ai-hero__proof span {
  color: #70758f;
  font-size: 13px;
  font-weight: 700;
}
.nv-ai-hero__visual {
  position: relative;
  z-index: 5;
  min-height: 0;
  overflow: visible;
}
.nv-ai-hero__halo {
  position: absolute;
  z-index: 0;
  width: 94%;
  aspect-ratio: 1;
  right: -2%;
  top: 3%;
  border-radius: 50%;
  background:
    radial-gradient(circle at 53% 49%, rgba(255,113,97,.2), transparent 21%),
    radial-gradient(circle at 50% 54%, rgba(164,91,255,.34), transparent 45%),
    radial-gradient(circle, rgba(255,255,255,.15) 42%, transparent 65%);
  filter: blur(1px);
  animation: nv-ai-halo 12s ease-in-out infinite alternate;
}
.iq-ai-sculpture {
  position: relative;
  isolation: isolate;
  width: 100%;
  height: 100%;
  min-height: 320px;
  overflow: visible;
  cursor: crosshair;
  outline: none;
}
.iq-ai-sculpture__canvas {
  position: absolute;
  z-index: 2;
  inset: 0;
  overflow: hidden;
}
.iq-ai-sculpture__canvas canvas {
  display: block;
  width: 100% !important;
  height: 100% !important;
}
.iq-ai-sculpture__fallback {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  inset: 0;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 35px 46px rgba(95,55,194,.15));
  transition: opacity .45s ease;
}
.iq-ai-sculpture.is-webgl .iq-ai-sculpture__fallback {
  opacity: 0;
}
.iq-ai-sculpture__status {
  position: absolute;
  z-index: 5;
  width: 46px;
  height: 46px;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%,-50%) scale(.7);
  background: radial-gradient(circle, rgba(255,231,195,.95) 0 8%, rgba(255,125,57,.72) 16%, rgba(210,77,213,.24) 42%, transparent 70%);
  filter: blur(1px);
}
.iq-ai-sculpture.is-interacting .iq-ai-sculpture__status {
  opacity: .9;
  animation: nv-ai-impact .75s ease-out both;
}
.iq-ai-sculpture--empty {
  display: grid;
  place-items: center;
  min-height: 260px;
  border: 2px dashed rgba(37, 99, 235, .25);
  border-radius: 24px;
  color: #6b648d;
  background: rgba(255,255,255,.62);
}
.nv-ai-hero__sculpture {
  position: absolute;
  z-index: 2;
  inset: 2% -8% -6% -10%;
  min-height: 0;
}
.nv-ai-hero__card {
  --card-accent: #7436ff;
  position: absolute;
  z-index: 6;
  width: clamp(180px, 17vw, 264px);
  min-height: 116px;
  margin: 0;
  padding: 22px 18px 18px 84px;
  border: 1px solid rgba(255,255,255,.78);
  border-radius: 26px;
  color: #16172e;
  background: linear-gradient(135deg, rgba(255,255,255,.89), rgba(255,252,255,.62));
  box-shadow: 0 24px 53px rgba(69,42,129,.13), inset 0 1px 0 rgba(255,255,255,.92);
  backdrop-filter: blur(23px);
  transform-style: preserve-3d;
  transition: transform .32s ease, box-shadow .32s ease, border-color .32s ease;
  animation: nv-ai-card-float var(--float-duration, 8s) ease-in-out var(--delay, 0s) infinite alternate, nv-ai-card-phase var(--phase-duration, 11s) ease-in-out var(--delay, 0s) infinite;
}
.nv-ai-hero__card:hover {
  z-index: 12;
  border-color: rgba(117,65,255,.42);
  box-shadow: 0 32px 74px rgba(69,42,129,.21), 0 0 34px rgba(131,81,255,.14);
  transform: translate3d(0,-10px,28px) rotateX(2deg) rotateY(-3deg);
}
.nv-ai-hero__card-icon {
  position: absolute;
  left: 18px;
  top: 23px;
  width: 47px;
  height: 47px;
  border-radius: 14px;
  background: linear-gradient(140deg, #a449ff, var(--card-accent));
  box-shadow: 0 12px 25px color-mix(in srgb, var(--card-accent) 33%, transparent), inset 0 1px 0 rgba(255,255,255,.35);
}
.nv-ai-hero__card-icon::before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 2px solid rgba(255,255,255,.94);
  border-radius: 6px;
}
.nv-ai-hero__card-icon::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 2px;
  left: 17px;
  top: 22px;
  background: #fff;
  box-shadow: 0 -5px 0 rgba(255,255,255,.9), 0 5px 0 rgba(255,255,255,.9);
}
.nv-ai-hero__card h3 {
  margin: 0 0 7px;
  color: #18192f;
  font-size: clamp(13px, .92vw, 16px);
  font-weight: 900;
  line-height: 1.15;
}
.nv-ai-hero__card p {
  margin: 0 0 9px;
  color: #68708A;
  font-size: clamp(11px, .76vw, 13px);
  font-weight: 650;
  line-height: 1.4;
}
.nv-ai-hero__card-status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #535a72;
  font-size: 11px;
  font-weight: 800;
}
.nv-ai-hero__card-status i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #27d963;
  box-shadow: 0 0 12px rgba(39,217,99,.75);
}
.nv-ai-hero__card--1 { --delay: .5s; --float-duration: 8s; --phase-duration: 13s; right: 5%; top: 3%; }
.nv-ai-hero__card--2 { --card-accent: #6C3BFF; --delay: 1.3s; --float-duration: 9s; --phase-duration: 15s; left: -4%; top: 29%; }
.nv-ai-hero__card--3 { --card-accent: #B441DC; --delay: .2s; --float-duration: 7.5s; --phase-duration: 12s; right: -2%; top: 37%; }
.nv-ai-hero__card--4 { --card-accent: #6C3BFF; --delay: 1.8s; --float-duration: 8.7s; --phase-duration: 14s; left: -10%; top: 62%; }
.nv-ai-hero__card--5 { --card-accent: #6C3BFF; --delay: .8s; --float-duration: 8.2s; --phase-duration: 16s; right: 4%; bottom: 4%; }
.nv-ai-hero__stats {
  z-index: 7;
  grid-column: 1 / span 1;
  width: min(100%, 630px);
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 10px;
  padding: 22px 25px;
  border: 1px solid rgba(255,255,255,.8);
  border-radius: 28px;
  background: rgba(255,255,255,.64);
  box-shadow: 0 19px 45px rgba(72,45,139,.09), inset 0 1px 0 rgba(255,255,255,.94);
  backdrop-filter: blur(25px);
}
.nv-ai-hero__stat {
  min-width: 0;
  display: grid;
  grid-template-columns: 40px 1fr;
  grid-template-rows: auto auto;
  column-gap: 10px;
  align-items: center;
}
.nv-ai-hero__stat-icon {
  grid-row: 1 / span 2;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: radial-gradient(circle at 38% 30%, #fff 0 11%, #e2d7ff 13% 34%, #7442f4 36% 100%);
  box-shadow: 0 10px 22px rgba(37, 99, 235, .17);
}
.nv-ai-hero__stat strong {
  overflow: hidden;
  color: #1a1a35;
  font-size: clamp(16px, 1.25vw, 23px);
  font-weight: 900;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nv-ai-hero__stat small {
  overflow: hidden;
  color: #777d95;
  font-size: clamp(9px, .7vw, 12px);
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wp-block-novamira-ai-automation-hero > .nv-ai-hero,
.editor-styles-wrapper .nv-ai-hero {
  min-height: 760px;
}
.editor-styles-wrapper .nv-ai-hero {
  pointer-events: none;
}
@keyframes nv-ai-drift {
  from { transform: translate3d(0,0,0) scale(.94); opacity: .54; }
  to { transform: translate3d(7vw,-4vh,0) scale(1.08); opacity: 1; }
}
@keyframes nv-ai-bubble {
  0%,100% { transform: translate3d(0,0,0) scale(.94); }
  50% { transform: translate3d(16px,24px,0) scale(1.08); }
}
@keyframes nv-ai-halo {
  from { transform: scale(.96) rotate(-3deg); opacity: .72; }
  to { transform: scale(1.04) rotate(3deg); opacity: 1; }
}
@keyframes nv-ai-card-float {
  from { transform: translate3d(0,0,0) rotate(-.45deg); }
  to { transform: translate3d(0,-14px,24px) rotate(.55deg); }
}
@keyframes nv-ai-card-phase {
  0%, 44%, 100% { opacity: 1; filter: saturate(1); }
  55% { opacity: .4; filter: saturate(.7); }
  67% { opacity: .84; filter: saturate(1.15); }
}
@keyframes nv-ai-impact {
  from { transform: translate(-50%,-50%) scale(.45); opacity: .9; }
  to { transform: translate(-50%,-50%) scale(2.6); opacity: 0; }
}
@media (max-width: 1180px) {
  .nv-ai-hero__shell { padding-left: clamp(28px,4vw,64px); padding-right: clamp(28px,4vw,64px); grid-template-columns: 43% 57%; }
  .nv-ai-hero__title { font-size: clamp(46px, 4.3vw, 64px); }
  .nv-ai-hero__card { width: clamp(160px, 18vw, 220px); min-height: 104px; padding: 18px 14px 14px 72px; border-radius: 22px; }
  .nv-ai-hero__card-icon { left: 14px; top: 18px; width: 42px; height: 42px; }
  .nv-ai-hero__card-icon::before { inset: 12px; }
  .nv-ai-hero__card-icon::after { left: 15px; top: 20px; }
}
@media (max-width: 900px) {
  .nv-ai-hero { min-height: 100dvh; }
  .nv-ai-hero__shell { min-height: 100dvh; grid-template-columns: 1fr 1fr; padding: 46px 30px 32px; column-gap: 0; }
  .nv-ai-hero__copy { align-self: start; padding-top: 18px; }
  .nv-ai-hero__title { font-size: clamp(39px, 5.4vw, 52px); }
  .nv-ai-hero__description { font-size: 14px; }
  .nv-ai-hero__stats { grid-column: 1 / span 2; width: min(80%, 600px); }
  .nv-ai-hero__visual { transform: translateX(-3%); }
  .nv-ai-hero__card--2 { left: -18%; }
  .nv-ai-hero__card--4 { left: -16%; }
}
@media (max-width: 680px) {
  .nv-ai-hero { min-height: auto; }
  .nv-ai-hero__shell { min-height: auto; display: block; padding: 68px 22px 28px; }
  .nv-ai-hero__copy { padding: 0; }
  .nv-ai-hero__eyebrow { margin-bottom: 18px; font-size: 12px; }
  .nv-ai-hero__title { font-size: clamp(40px, 12vw, 56px); }
  .nv-ai-hero__description { font-size: 15px; }
  .nv-ai-hero__actions { margin-bottom: 28px; }
  .nv-ai-hero__button { min-height: 52px; padding: 0 18px; font-size: 13px; }
  .nv-ai-hero__proof { margin-bottom: 34px; }
  .nv-ai-hero__visual { height: min(620px, 110vw); min-height: 450px; margin: 0 -22px; transform: none; }
  .nv-ai-hero__sculpture { inset: 1% -4% -1%; }
  .nv-ai-hero__card { width: clamp(145px, 44vw, 205px); min-height: 90px; padding: 14px 10px 11px 60px; border-radius: 18px; }
  .nv-ai-hero__card-icon { width: 34px; height: 34px; left: 12px; top: 14px; border-radius: 11px; }
  .nv-ai-hero__card-icon::before { inset: 9px; border-width: 1.5px; border-radius: 4px; }
  .nv-ai-hero__card-icon::after { width: 9px; left: 13px; top: 16px; box-shadow: 0 -4px 0 rgba(255,255,255,.9), 0 4px 0 rgba(255,255,255,.9); }
  .nv-ai-hero__card h3 { margin-bottom: 4px; font-size: 11px; }
  .nv-ai-hero__card p { margin-bottom: 5px; font-size: 9px; }
  .nv-ai-hero__card-status { font-size: 9px; }
  .nv-ai-hero__card-status i { width: 5px; height: 5px; }
  .nv-ai-hero__card--1 { right: 2%; top: 2%; }
  .nv-ai-hero__card--2 { left: -5%; top: 31%; }
  .nv-ai-hero__card--3 { right: -4%; top: 45%; }
  .nv-ai-hero__card--4 { left: -2%; top: 64%; }
  .nv-ai-hero__card--5 { right: 1%; bottom: 0; }
  .nv-ai-hero__stats { width: 100%; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 16px 10px; padding: 20px; }
  .nv-ai-hero__stat { grid-template-columns: 34px 1fr; column-gap: 7px; }
  .nv-ai-hero__stat-icon { width: 32px; height: 32px; }
}
@media (prefers-reduced-motion: reduce) {
  .nv-ai-hero *,
  .nv-ai-hero::before,
  .nv-ai-hero::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
  .iq-ai-sculpture { cursor: default; }
}
/* Gutenberg-only controls and preview */
.nv-ai-editor-media { margin: 0 0 18px; }
.nv-ai-editor-media > p { margin: 0 0 8px; font-weight: 700; }
.nv-ai-editor-media .components-button { margin: 0 8px 8px 0; }
.nv-ai-editor-media__image { display: block; width: 100%; max-height: 140px; margin: 0 0 9px; border-radius: 8px; object-fit: cover; }
.nv-ai-editor-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.nv-ai-editor-card-fields { padding: 12px; margin: 0 0 12px; border: 1px solid #e5e0f4; border-radius: 8px; background: #fcfbff; }
.nv-ai-editor-card-fields h4 { margin: 0 0 10px; }
.nv-ai-editor-sculpture { position: relative; min-height: 340px; display: grid; place-items: center; overflow: hidden; border: 1px solid #e7dfff; border-radius: 18px; background: radial-gradient(circle at 50% 45%, #eddbff, #FBFAFF 60%); }
.nv-ai-editor-sculpture__image { width: min(720px, 96%); max-height: 480px; object-fit: contain; }
.nv-ai-editor-sculpture__empty { color: #6e6292; font-weight: 700; }
.nv-ai-editor-sculpture__note { position: absolute; bottom: 14px; left: 50%; width: max-content; max-width: calc(100% - 28px); padding: 8px 12px; transform: translateX(-50%); border-radius: 999px; color: #4e3f79; background: rgba(255,255,255,.75); box-shadow: 0 8px 22px rgba(74,51,129,.12); font-size: 12px; text-align: center; }
.nv-ai-editor-hero { position: relative; display: grid; grid-template-columns: 42% 58%; min-height: 680px; overflow: hidden; border: 1px solid #ebe4ff; border-radius: 16px; color: #171832; background: radial-gradient(circle at 74% 40%, #e9d6ff 0, #fdfbff 34%, #fff 68%); }
.nv-ai-editor-hero__copy { z-index: 3; align-self: center; padding: 58px 35px 42px 58px; }
.nv-ai-editor-hero__badge { display: inline-block; margin-bottom: 18px; padding: 8px 12px; border-radius: 999px; color: #5e31ec; background: #f0eaff; font-weight: 800; font-size: 12px; }
.nv-ai-editor-hero h2 { display: grid; gap: 3px; margin: 0 0 18px; font-size: clamp(34px, 4vw, 58px); line-height: 1.02; }
.nv-ai-editor-hero h2 span { display: block; }
.nv-ai-editor-hero h2 em { color: transparent; background: linear-gradient(90deg,#7438fd,#e65ea8,#FF754B); -webkit-background-clip: text; background-clip: text; font-style: normal; }
.nv-ai-editor-hero__copy > p { color: #68708A; font-size: 15px; line-height: 1.55; }
.nv-ai-editor-hero__buttons { display: flex; gap: 10px; margin-top: 20px; }
.nv-ai-editor-hero__buttons span { padding: 11px 15px; border-radius: 999px; color: #fff; background: #6C35FF; font-size: 12px; font-weight: 800; }
.nv-ai-editor-hero__buttons span + span { color: #36334b; background: #fff; box-shadow: 0 8px 20px rgba(48,36,83,.1); }
.nv-ai-editor-hero__proof { margin-top: 25px; color: #25233d; font-size: 13px; font-weight: 800; }
.nv-ai-editor-hero__visual { position: relative; overflow: hidden; }
.nv-ai-editor-hero__image { position: absolute; width: 120%; height: 100%; top: 0; left: -13%; object-fit: contain; }
.nv-ai-editor-card { position: absolute; width: 145px; padding: 11px; border: 1px solid rgba(255,255,255,.9); border-radius: 13px; background: rgba(255,255,255,.81); box-shadow: 0 12px 28px rgba(60,39,115,.16); }
.nv-ai-editor-card strong, .nv-ai-editor-card span { display: block; }
.nv-ai-editor-card strong { margin-bottom: 5px; font-size: 11px; }
.nv-ai-editor-card span { color: #68708A; font-size: 9px; line-height: 1.3; }
.nv-ai-editor-card:nth-child(2) { top: 8%; right: 8%; }
.nv-ai-editor-card:nth-child(3) { top: 35%; left: 4%; }
.nv-ai-editor-card:nth-child(4) { top: 43%; right: 3%; }
.nv-ai-editor-card:nth-child(5) { bottom: 12%; left: 2%; }
.nv-ai-editor-card:nth-child(6) { bottom: 7%; right: 7%; }
.nv-ai-editor-hero__footer { position: absolute; left: 20px; bottom: 16px; z-index: 5; color: #786e94; font-size: 11px; }
@media (max-width: 780px) {
  .nv-ai-editor-hero { grid-template-columns: 1fr; min-height: 800px; }
  .nv-ai-editor-hero__copy { padding: 40px 26px 25px; }
  .nv-ai-editor-hero__visual { height: 370px; }
  .nv-ai-editor-hero__footer { display: none; }
  .nv-ai-editor-grid { grid-template-columns: 1fr; }
}
/* Fit the entire hero on one screen and keep the tablet composition readable. */
@media (min-width: 681px) {
  .nv-ai-hero {
    height: 100svh;
    min-height: 100svh;
    max-height: 100svh;
  }
  .nv-ai-hero__shell {
    height: 100%;
    min-height: 100%;
  }
}
@media (min-width: 681px) and (max-width: 1050px) {
  .nv-ai-hero__shell {
    grid-template-columns: minmax(0, 50%) minmax(0, 50%);
    padding: clamp(28px, 5.2vh, 48px) clamp(24px, 4vw, 42px) clamp(20px, 3.2vh, 32px);
    column-gap: 0;
  }
  .nv-ai-hero__copy {
    max-width: none;
    padding-top: 0;
  }
  .nv-ai-hero__eyebrow {
    margin-bottom: clamp(13px, 2vh, 19px);
    padding: 9px 13px;
  }
  .nv-ai-hero__title {
    margin-bottom: clamp(13px, 2vh, 20px);
    font-size: clamp(38px, 5.15vw, 52px);
    line-height: 1.04;
  }
  .nv-ai-hero__description {
    margin-bottom: clamp(15px, 2.4vh, 22px);
    font-size: clamp(13px, 1.6vw, 16px);
    line-height: 1.45;
  }
  .nv-ai-hero__actions {
    gap: 10px;
    margin-bottom: clamp(15px, 2.6vh, 25px);
  }
  .nv-ai-hero__button {
    min-height: 48px;
    padding: 0 16px;
    font-size: 12px;
  }
  .nv-ai-hero__proof {
    gap: 13px;
  }
  .nv-ai-hero__avatars img,
  .nv-ai-hero__avatar,
  .nv-ai-hero__avatar-more {
    width: 36px;
    height: 36px;
  }
  .nv-ai-hero__proof strong {
    font-size: 20px;
  }
  .nv-ai-hero__proof span {
    font-size: 11px;
  }
  .nv-ai-hero__visual {
    transform: none;
  }
  .nv-ai-hero__sculpture {
    inset: 0 -7% -3% -7%;
  }
  .nv-ai-hero__card {
    width: clamp(138px, 19vw, 186px);
    min-height: 90px;
    padding: 14px 10px 11px 58px;
    border-radius: 18px;
  }
  .nv-ai-hero__card-icon {
    width: 34px;
    height: 34px;
    left: 12px;
    top: 15px;
    border-radius: 10px;
  }
  .nv-ai-hero__card-icon::before {
    inset: 9px;
    border-width: 1.5px;
  }
  .nv-ai-hero__card-icon::after {
    width: 9px;
    left: 13px;
    top: 16px;
    box-shadow: 0 -4px 0 rgba(255,255,255,.9), 0 4px 0 rgba(255,255,255,.9);
  }
  .nv-ai-hero__card h3 {
    margin-bottom: 4px;
    font-size: 11px;
  }
  .nv-ai-hero__card p {
    margin-bottom: 5px;
    font-size: 9px;
  }
  .nv-ai-hero__card-status {
    font-size: 9px;
  }
  .nv-ai-hero__card--1 { right: 2%; top: 3%; }
  .nv-ai-hero__card--2 { left: 2%; top: 29%; }
  .nv-ai-hero__card--3 { right: -1%; top: 45%; }
  .nv-ai-hero__card--4 { left: 1%; top: 65%; }
  .nv-ai-hero__card--5 { right: 2%; bottom: 2%; }
  .nv-ai-hero__stats {
    grid-column: 1 / span 2;
    width: min(82%, 590px);
    padding: 15px 18px;
    border-radius: 22px;
  }
  .nv-ai-hero__stat {
    grid-template-columns: 31px 1fr;
    column-gap: 7px;
  }
  .nv-ai-hero__stat-icon {
    width: 29px;
    height: 29px;
  }
}
@media (min-width: 681px) and (max-width: 1050px) and (max-height: 820px) {
  .nv-ai-hero__shell {
    padding-top: 21px;
    padding-bottom: 15px;
  }
  .nv-ai-hero__title {
    font-size: clamp(35px, 4.7vw, 47px);
  }
  .nv-ai-hero__description {
    font-size: 13px;
  }
  .nv-ai-hero__stats {
    padding-top: 11px;
    padding-bottom: 11px;
  }
}
@media (max-width: 680px) {
  .nv-ai-hero {
    height: 100svh;
    min-height: 100svh;
    max-height: 100svh;
  }
  .nv-ai-hero__shell {
    height: 100%;
    min-height: 100%;
    padding: 38px 18px 15px;
  }
  .nv-ai-hero__title {
    margin-bottom: 13px;
    font-size: clamp(34px, 10.5vw, 44px);
    line-height: 1.02;
  }
  .nv-ai-hero__description {
    margin-bottom: 16px;
    font-size: 13px;
    line-height: 1.4;
  }
  .nv-ai-hero__actions {
    margin-bottom: 17px;
  }
  .nv-ai-hero__proof {
    margin-bottom: 12px;
  }
  .nv-ai-hero__visual {
    height: min(39vh, 310px);
    min-height: 240px;
  }
  .nv-ai-hero__stats {
    display: none;
  }
  .nv-ai-hero__card--2,
  .nv-ai-hero__card--4 {
    display: none;
  }
}
/* Final viewport correction: exact 3-line headline, tighter sides, responsive card cycling. */
@media (min-width: 681px) {
  .nv-ai-hero {
    height: 100svh;
    min-height: 100svh;
    max-height: 100svh;
  }
  .nv-ai-hero__shell {
    width: min(1720px, 100%);
    height: 100%;
    min-height: 100%;
    padding: clamp(24px, 4.4vh, 58px) clamp(26px, 3.6vw, 70px) clamp(18px, 3.1vh, 40px);
    grid-template-columns: minmax(0, 46%) minmax(0, 54%);
    grid-template-rows: minmax(0, 1fr) auto;
    column-gap: clamp(8px, 1.3vw, 24px);
  }
  .nv-ai-hero__copy {
    max-width: none;
    padding-top: 0;
  }
  .nv-ai-hero__title {
    max-width: 760px;
    margin-bottom: clamp(15px, 2.6vh, 28px);
    font-size: clamp(46px, 4.05vw, 76px);
    line-height: .995;
  }
  .nv-ai-hero__title span {
    width: max-content;
    max-width: 100%;
    white-space: nowrap;
  }
  .nv-ai-hero__description {
    width: min(100%, 590px);
    margin-bottom: clamp(18px, 3vh, 34px);
  }
  .nv-ai-hero__actions {
    margin-bottom: clamp(18px, 3vh, 34px);
  }
  .nv-ai-hero__proof {
    margin-bottom: 0;
  }
  .nv-ai-hero__visual {
    min-width: 0;
    transform: translateX(-2%);
  }
  .nv-ai-hero__sculpture {
    inset: -5% -4% -6% -11%;
  }
  .nv-ai-hero__stats {
    grid-column: 1 / span 1;
    width: min(100%, 760px);
    align-self: end;
    padding: clamp(16px, 2.4vh, 22px) clamp(18px, 2vw, 26px);
  }
}

.nv-ai-hero__card {
  animation:
    nv-ai-card-float var(--float-duration, 8s) ease-in-out var(--delay, 0s) infinite alternate,
    nv-ai-card-cycle 14s ease-in-out var(--cycle-delay, 0s) infinite;
}
.nv-ai-hero__card--1,
.nv-ai-hero__card--4 { --cycle-delay: 0s; }
.nv-ai-hero__card--2,
.nv-ai-hero__card--5 { --cycle-delay: -4.6s; }
.nv-ai-hero__card--3 { --cycle-delay: -9.2s; }
.nv-ai-hero__card:hover {
  opacity: 1;
  filter: saturate(1.18);
}
@keyframes nv-ai-card-cycle {
  0%, 38%, 100% { opacity: 1; filter: saturate(1) blur(0); }
  48%, 63% { opacity: .18; filter: saturate(.62) blur(.5px); }
  73% { opacity: .92; filter: saturate(1.12) blur(0); }
}

@media (min-width: 681px) and (max-width: 1180px) {
  .nv-ai-hero__shell {
    padding: clamp(20px, 3.6vh, 36px) clamp(18px, 2.7vw, 34px) clamp(14px, 2.4vh, 24px);
    grid-template-columns: minmax(0, 52%) minmax(0, 48%);
    column-gap: 0;
  }
  .nv-ai-hero__title {
    font-size: clamp(37px, 5vw, 55px);
    line-height: 1.01;
  }
  .nv-ai-hero__description {
    width: min(100%, 540px);
    font-size: clamp(13px, 1.45vw, 16px);
    line-height: 1.42;
  }
  .nv-ai-hero__button {
    min-height: 50px;
    padding: 0 18px;
    font-size: 13px;
  }
  .nv-ai-hero__proof strong {
    font-size: 20px;
  }
  .nv-ai-hero__proof span {
    font-size: 11px;
  }
  .nv-ai-hero__visual {
    transform: translateX(-7%);
  }
  .nv-ai-hero__sculpture {
    inset: -2% -10% -3% -16%;
  }
  .nv-ai-hero__stats {
    width: min(100%, 620px);
    padding: 13px 15px;
    border-radius: 22px;
  }
  .nv-ai-hero__stat {
    grid-template-columns: 30px 1fr;
    column-gap: 7px;
  }
  .nv-ai-hero__stat-icon {
    width: 28px;
    height: 28px;
  }
  .nv-ai-hero__card {
    width: clamp(145px, 18vw, 198px);
    min-height: 88px;
    padding: 14px 10px 11px 58px;
    border-radius: 18px;
  }
  .nv-ai-hero__card h3 { font-size: 11px; }
  .nv-ai-hero__card p { font-size: 9px; }
}

@media (min-width: 681px) and (max-width: 1180px) and (max-height: 820px) {
  .nv-ai-hero__shell {
    padding-top: 16px;
    padding-bottom: 12px;
  }
  .nv-ai-hero__eyebrow {
    margin-bottom: 12px;
  }
  .nv-ai-hero__title {
    margin-bottom: 12px;
    font-size: clamp(35px, 4.65vw, 49px);
  }
  .nv-ai-hero__description,
  .nv-ai-hero__actions {
    margin-bottom: 13px;
  }
  .nv-ai-hero__avatars img,
  .nv-ai-hero__avatar,
  .nv-ai-hero__avatar-more {
    width: 34px;
    height: 34px;
  }
}

@media (max-width: 680px) {
  .nv-ai-hero__title {
    font-size: clamp(31px, 9.5vw, 39px);
  }
  .nv-ai-hero__title span {
    width: max-content;
    max-width: 100%;
    white-space: nowrap;
  }
  .nv-ai-hero__visual {
    height: min(38vh, 295px);
    min-height: 220px;
  }
}

/* Refinement pass: header breathing room, card orbit layout, polished left stats. */
@media (min-width: 681px) {
  .nv-ai-hero__shell {
    padding-top: clamp(18px, 2.6vh, 36px);
  }
  .nv-ai-hero__copy {
    align-self: start;
    padding-top: clamp(50px, 6.8vh, 76px);
  }
  .nv-ai-hero__eyebrow {
    margin-bottom: clamp(18px, 2.4vh, 26px);
  }
  .nv-ai-hero__title {
    margin-bottom: clamp(15px, 2.1vh, 24px);
    font-size: clamp(44px, 3.85vw, 72px);
    line-height: 1.01;
  }
  .nv-ai-hero__description {
    width: min(100%, 660px);
    margin-bottom: clamp(18px, 2.7vh, 30px);
  }
  .nv-ai-hero__actions {
    margin-bottom: clamp(18px, 2.6vh, 30px);
  }
  .nv-ai-hero__proof {
    align-items: center;
    margin-bottom: 0;
  }
  .nv-ai-hero__avatars img {
    background: #fff;
  }
  .nv-ai-hero__stats {
    justify-self: start;
    align-self: end;
    margin: 0;
    width: min(100%, 790px);
    padding: clamp(16px, 2vh, 22px) clamp(18px, 2.2vw, 30px);
    gap: clamp(10px, 1.4vw, 20px);
    background: linear-gradient(135deg, rgba(255,255,255,.86), rgba(255,255,255,.56));
    box-shadow: 0 26px 70px rgba(77, 53, 145, .13), inset 0 1px 0 rgba(255,255,255,.96);
  }
  .nv-ai-hero__stat {
    grid-template-columns: 48px 1fr;
    column-gap: 13px;
  }
  .nv-ai-hero__stat-icon {
    position: relative;
    width: 45px;
    height: 45px;
    background: radial-gradient(circle at 36% 25%, #fff 0 13%, #ded2ff 15% 36%, #7b36ff 38% 100%);
  }
  .nv-ai-hero__stat-icon::after {
    content: "";
    position: absolute;
    inset: 13px;
    border: 2px solid rgba(255,255,255,.9);
    border-radius: 7px;
    opacity: .85;
  }
  .nv-ai-hero__stat strong {
    font-size: clamp(17px, 1.42vw, 25px);
  }
  .nv-ai-hero__stat small {
    font-size: clamp(10px, .76vw, 13px);
  }
}

.nv-ai-hero__card {
  --orbit-x: 0px;
  --orbit-y: 0px;
  --orbit-r: 0deg;
  width: clamp(168px, 14.2vw, 238px);
  min-height: 104px;
  padding: 18px 15px 15px 72px;
  border-radius: 22px;
  translate: 0 0;
  rotate: 0deg;
  scale: 1;
  animation:
    nv-ai-card-float-soft var(--float-duration, 9s) ease-in-out var(--delay, 0s) infinite alternate,
    nv-ai-card-soft-cycle 18s ease-in-out var(--cycle-delay, 0s) infinite;
}
.nv-ai-hero__card-icon {
  left: 16px;
  top: 18px;
  width: 42px;
  height: 42px;
  border-radius: 13px;
}
.nv-ai-hero__card h3 {
  font-size: clamp(12px, .83vw, 15px);
}
.nv-ai-hero__card p {
  font-size: clamp(10px, .68vw, 12px);
  line-height: 1.38;
}
.nv-ai-hero__card-status {
  font-size: 10px;
}
.nv-ai-hero__card--1 { --orbit-x: 12px; --orbit-y: -18px; --orbit-r: 1deg; right: 8%; top: 8%; }
.nv-ai-hero__card--2 { --card-accent: #6C3BFF; --orbit-x: -22px; --orbit-y: 8px; --orbit-r: -1.4deg; left: 5%; top: 24%; }
.nv-ai-hero__card--3 { --card-accent: #B441DC; --orbit-x: 22px; --orbit-y: 12px; --orbit-r: 1.5deg; right: 2%; top: 35%; }
.nv-ai-hero__card--4 { --card-accent: #6C3BFF; --orbit-x: -18px; --orbit-y: 20px; --orbit-r: -1.2deg; left: 3%; top: 55%; }
.nv-ai-hero__card--5 { --card-accent: #6C3BFF; --orbit-x: 18px; --orbit-y: 22px; --orbit-r: 1.2deg; right: 7%; bottom: 10%; }
.nv-ai-hero__card--6 { --card-accent: #FF754B; --orbit-x: -16px; --orbit-y: -14px; --orbit-r: 1.3deg; left: 19%; bottom: 5%; }
.nv-ai-hero__card--7 { --card-accent: #FF754B; --orbit-x: 16px; --orbit-y: -10px; --orbit-r: -1deg; right: 27%; top: 60%; }
.nv-ai-hero__card--1,
.nv-ai-hero__card--5 { --cycle-delay: 0s; }
.nv-ai-hero__card--2,
.nv-ai-hero__card--6 { --cycle-delay: -5s; }
.nv-ai-hero__card--3,
.nv-ai-hero__card--7 { --cycle-delay: -10s; }
.nv-ai-hero__card--4 { --cycle-delay: -14s; }

@keyframes nv-ai-card-float-soft {
  from { transform: translate3d(0,0,0) rotate(-.35deg); }
  to { transform: translate3d(0,-10px,18px) rotate(.4deg); }
}
@keyframes nv-ai-card-soft-cycle {
  0%, 42%, 100% { opacity: 1; filter: saturate(1) blur(0); translate: 0 0; rotate: 0deg; scale: 1; }
  56%, 70% { opacity: .58; filter: saturate(.82) blur(.15px); translate: var(--orbit-x) var(--orbit-y); rotate: var(--orbit-r); scale: .985; }
  82% { opacity: .9; filter: saturate(1.08) blur(0); translate: 0 0; rotate: 0deg; scale: 1.01; }
}

@media (min-width: 681px) and (max-width: 1180px) {
  .nv-ai-hero__copy {
    padding-top: clamp(40px, 5.4vh, 58px);
  }
  .nv-ai-hero__title {
    font-size: clamp(36px, 4.45vw, 50px);
  }
  .nv-ai-hero__stats {
    width: min(100%, 720px);
    padding: 14px 16px;
  }
  .nv-ai-hero__stat {
    grid-template-columns: 36px 1fr;
    column-gap: 9px;
  }
  .nv-ai-hero__stat-icon {
    width: 34px;
    height: 34px;
  }
  .nv-ai-hero__stat-icon::after {
    inset: 10px;
    border-radius: 5px;
  }
  .nv-ai-hero__card {
    width: clamp(142px, 17vw, 184px);
    min-height: 84px;
    padding: 12px 9px 10px 54px;
    border-radius: 17px;
  }
  .nv-ai-hero__card-icon {
    width: 32px;
    height: 32px;
    left: 11px;
    top: 13px;
    border-radius: 10px;
  }
  .nv-ai-hero__card h3 { font-size: 10.5px; }
  .nv-ai-hero__card p { font-size: 8.8px; }
  .nv-ai-hero__card-status { font-size: 8.8px; }
  .nv-ai-hero__card--1 { right: 4%; top: 8%; }
  .nv-ai-hero__card--2 { left: 1%; top: 25%; }
  .nv-ai-hero__card--3 { right: 1%; top: 38%; }
  .nv-ai-hero__card--4 { left: 0; top: 56%; }
  .nv-ai-hero__card--5 { right: 3%; bottom: 8%; }
  .nv-ai-hero__card--6 { left: 16%; bottom: 3%; }
  .nv-ai-hero__card--7 { right: 24%; top: 62%; }
}

@media (max-width: 680px) {
  .nv-ai-hero__copy {
    padding-top: 18px;
  }
  .nv-ai-hero__card--6,
  .nv-ai-hero__card--7 {
    display: none;
  }
}

/* Gutenberg editor preview support for the added service cards. */
.nv-ai-editor-card:nth-child(7) { top: 60%; right: 34%; }
.nv-ai-editor-card:nth-child(8) { bottom: 28%; right: 18%; }

/* Premium balanced hero layout scoped to the Gutenberg hero wrapper. */
.iq-automation-hero,
.iq-automation-hero * {
  box-sizing: border-box;
}
.iq-automation-hero {
  min-height: max(850px, calc(100svh - 80px)) !important;
  height: auto !important;
  max-height: none !important;
  overflow: hidden;
  --iq-mx: 0px;
  --iq-my: 0px;
}
.iq-automation-hero .nv-ai-hero__shell {
  width: min(100%, 1600px);
  max-width: 1600px;
  min-height: 0 !important;
  height: auto !important;
  margin: 0 auto;
  padding: 90px clamp(60px, 7vw, 140px) 80px;
  display: grid;
  grid-template-columns: minmax(420px, .82fr) minmax(650px, 1.18fr);
  grid-template-rows: auto auto;
  column-gap: clamp(40px, 5vw, 90px);
  row-gap: 0;
  align-items: center;
}

/* Left content stack. */
.iq-automation-hero .nv-ai-hero__copy {
  width: 100%;
  max-width: 620px;
  align-self: center;
  justify-self: start;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.iq-automation-hero .nv-ai-hero__copy > * {
  margin: 0;
}
.iq-automation-hero .nv-ai-hero__eyebrow {
  align-self: flex-start;
  margin-bottom: 28px;
  padding: 10px 17px;
  border: 1px solid rgba(113, 56, 255, .15);
  border-radius: 999px;
  background: rgba(246, 241, 255, .82);
  box-shadow: 0 14px 35px rgba(101, 67, 210, .08), inset 0 1px 0 rgba(255,255,255,.95);
}
.iq-automation-hero .nv-ai-hero__title {
  max-width: 620px;
  margin-bottom: 25px;
  font-size: clamp(52px, 4.7vw, 88px);
  line-height: 1;
  font-weight: 820;
  letter-spacing: 0;
}
.iq-automation-hero .nv-ai-hero__title span {
  display: block;
  width: fit-content;
  max-width: 100%;
  white-space: nowrap;
}
.iq-automation-hero .nv-ai-hero__title em {
  background: linear-gradient(90deg, #6C35FF, #6C3BFF, #FF7A45, #FF7A45);
  -webkit-background-clip: text;
  background-clip: text;
}
.iq-automation-hero .nv-ai-hero__description {
  width: min(100%, 610px);
  max-width: 610px;
  margin-bottom: 30px;
  color: #687089;
  font-size: clamp(17px, 1.2vw, 21px);
  line-height: 1.55;
  font-weight: 600;
}
.iq-automation-hero .nv-ai-hero__actions {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 28px;
}
.iq-automation-hero .nv-ai-hero__button {
  min-height: 56px;
  height: 56px;
  padding: 0 28px;
  border-radius: 999px;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease, background .3s ease;
}
.iq-automation-hero .nv-ai-hero__button:hover {
  transform: translate3d(0, -3px, 0);
}
.iq-automation-hero .nv-ai-hero__button--primary:hover b {
  transform: translate3d(4px, -2px, 0);
}
.iq-automation-hero .nv-ai-hero__proof {
  display: flex;
  align-items: center;
  gap: 18px;
}
.iq-automation-hero .nv-ai-hero__avatars {
  padding-right: 12px;
}
.iq-automation-hero .nv-ai-hero__avatars img,
.iq-automation-hero .nv-ai-hero__avatar,
.iq-automation-hero .nv-ai-hero__avatar-more {
  width: 42px;
  height: 42px;
  margin-right: -11px;
  border: 3px solid rgba(255,255,255,.96);
  box-shadow: 0 11px 24px rgba(35, 28, 82, .13);
}
.iq-automation-hero .nv-ai-hero__avatar-more {
  margin-left: 0;
  font-size: 23px;
}
.iq-automation-hero .nv-ai-hero__proof strong {
  font-size: 25px;
}
.iq-automation-hero .nv-ai-hero__proof span {
  font-size: 13px;
}

/* Right visual stage. */
.iq-automation-hero .nv-ai-hero__visual {
  position: relative;
  justify-self: center;
  align-self: center;
  width: 100%;
  max-width: 900px;
  min-height: 680px;
  overflow: visible;
  perspective: 1200px;
  transform: none;
}
.iq-automation-hero .nv-ai-hero__halo {
  width: 92%;
  right: 2%;
  top: 4%;
  opacity: .72;
}
.iq-automation-hero .nv-ai-hero__sculpture {
  position: absolute;
  z-index: 2;
  inset: auto;
  left: 50%;
  top: 48%;
  width: clamp(560px, 47vw, 820px);
  height: clamp(430px, 38vw, 620px);
  min-height: 0;
  transform: translate(-50%, -50%);
  animation: iq-sculpture-breathe 8s ease-in-out infinite;
  will-change: transform;
}

/* Floating service cards around the sculpture. */
.iq-automation-hero .nv-ai-hero__card {
  --depth: .55;
  --enter-delay: .8s;
  --float-duration: 7.5s;
  z-index: 7;
  width: clamp(190px, 14vw, 235px);
  min-height: 112px;
  padding: 18px 18px 16px 76px;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.78);
  background: linear-gradient(135deg, rgba(255,255,255,.9), rgba(255,255,255,.78));
  box-shadow: 0 22px 55px rgba(80, 54, 145, .14), inset 0 1px 0 rgba(255,255,255,.92);
  backdrop-filter: blur(18px);
  opacity: .94;
  filter: none;
  transform: translate3d(calc(var(--iq-mx) * var(--depth)), calc(var(--iq-my) * var(--depth)), 0);
  animation: iq-card-enter .72s cubic-bezier(.2,.75,.2,1) var(--enter-delay) both, iq-card-float var(--float-duration) ease-in-out var(--delay, 0s) infinite alternate;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease, opacity .3s ease;
}
.iq-automation-hero .nv-ai-hero__card:hover {
  opacity: 1;
  border-color: rgba(113, 56, 255, .34);
  box-shadow: 0 30px 75px rgba(80, 54, 145, .22), 0 0 32px rgba(113, 56, 255, .12);
  transform: translate3d(calc(var(--iq-mx) * var(--depth)), calc((var(--iq-my) * var(--depth)) - 6px), 28px) scale(1.025) rotateX(1deg);
}
.iq-automation-hero .nv-ai-hero__card-icon {
  left: 18px;
  top: 20px;
  width: 42px;
  height: 42px;
  border-radius: 13px;
}
.iq-automation-hero .nv-ai-hero__card h3 {
  margin-bottom: 7px;
  font-size: clamp(14px, .9vw, 16px);
  line-height: 1.18;
}
.iq-automation-hero .nv-ai-hero__card p {
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 1.38;
}
.iq-automation-hero .nv-ai-hero__card-status {
  font-size: 11px;
}
.iq-automation-hero .nv-ai-hero__card--2 { --depth: .65; --delay: -.4s; --enter-delay: .9s; --float-duration: 7.5s; left: 5%; top: 22%; }
.iq-automation-hero .nv-ai-hero__card--1 { --depth: .72; --delay: -1.2s; --enter-delay: 1s; --float-duration: 6.5s; right: 4%; top: 4%; }
.iq-automation-hero .nv-ai-hero__card--3 { --depth: .7; --delay: -.8s; --enter-delay: 1.1s; --float-duration: 8.5s; right: 0; top: 29%; }
.iq-automation-hero .nv-ai-hero__card--4 { --depth: .62; --delay: -2.2s; --enter-delay: 1.2s; --float-duration: 7s; left: 4%; top: 57%; }
.iq-automation-hero .nv-ai-hero__card--7 { --depth: .58; --delay: -1.7s; --enter-delay: 1.3s; --float-duration: 8s; right: 16%; top: 58%; }
.iq-automation-hero .nv-ai-hero__card--5 { --depth: .74; --delay: -2.8s; --enter-delay: 1.4s; --float-duration: 6s; right: 4%; bottom: 9%; }
.iq-automation-hero .nv-ai-hero__card--6 { --depth: .52; --delay: -3.4s; --enter-delay: 1.5s; --float-duration: 8.5s; left: 32%; bottom: 2%; }

/* Full-width statistics bar below both columns. */
.iq-automation-hero .nv-ai-hero__stats {
  grid-column: 1 / -1;
  justify-self: center;
  align-self: start;
  width: min(100%, 1050px);
  max-width: 1050px;
  margin: 55px auto 0;
  padding: 24px 32px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border: 1px solid rgba(179, 157, 255, .22);
  border-radius: 25px;
  background: linear-gradient(135deg, rgba(255,255,255,.86), rgba(255,255,255,.66));
  box-shadow: 0 24px 68px rgba(77, 53, 145, .12), inset 0 1px 0 rgba(255,255,255,.96);
  backdrop-filter: blur(22px);
}
.iq-automation-hero .nv-ai-hero__stat {
  position: relative;
  min-width: 0;
  padding: 0 22px;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 14px;
  align-items: center;
}
.iq-automation-hero .nv-ai-hero__stat:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 14%;
  width: 1px;
  height: 72%;
  background: linear-gradient(180deg, transparent, rgba(118, 83, 240, .18), transparent);
}
.iq-automation-hero .nv-ai-hero__stat-icon {
  width: 44px;
  height: 44px;
}
.iq-automation-hero .nv-ai-hero__stat strong {
  overflow: visible;
  font-size: clamp(22px, 1.5vw, 27px);
  text-overflow: clip;
  white-space: nowrap;
}
.iq-automation-hero .nv-ai-hero__stat small {
  overflow: visible;
  font-size: 13px;
  line-height: 1.25;
  text-overflow: clip;
  white-space: normal;
}

@keyframes iq-sculpture-breathe {
  0%, 100% { transform: translate(-50%, -50%) translate3d(0, -6px, 0) rotate(-.7deg) scale(.99); }
  50% { transform: translate(-50%, -50%) translate3d(0, 8px, 0) rotate(.7deg) scale(1.01); }
}
@keyframes iq-card-enter {
  from { opacity: 0; filter: blur(8px); }
  to { opacity: .94; filter: blur(0); }
}
@keyframes iq-card-float {
  from { translate: 0 0; rotate: -.25deg; }
  to { translate: 8px -10px; rotate: .35deg; }
}

/* Tablet composition. */
@media (max-width: 1100px) {
  .iq-automation-hero {
    min-height: auto !important;
  }
  .iq-automation-hero .nv-ai-hero__shell {
    padding: 70px 40px;
    grid-template-columns: minmax(0, 1fr);
    row-gap: 46px;
    text-align: center;
  }
  .iq-automation-hero .nv-ai-hero__copy {
    justify-self: center;
    align-items: center;
    max-width: 760px;
  }
  .iq-automation-hero .nv-ai-hero__eyebrow,
  .iq-automation-hero .nv-ai-hero__title span {
    align-self: center;
  }
  .iq-automation-hero .nv-ai-hero__description {
    margin-left: auto;
    margin-right: auto;
  }
  .iq-automation-hero .nv-ai-hero__actions,
  .iq-automation-hero .nv-ai-hero__proof {
    justify-content: center;
  }
  .iq-automation-hero .nv-ai-hero__visual {
    max-width: 760px;
    min-height: 720px;
  }
  .iq-automation-hero .nv-ai-hero__sculpture {
    width: clamp(540px, 82vw, 720px);
    height: clamp(410px, 58vw, 540px);
  }
  .iq-automation-hero .nv-ai-hero__card {
    width: clamp(175px, 25vw, 220px);
  }
  .iq-automation-hero .nv-ai-hero__card--2 { left: 3%; top: 12%; }
  .iq-automation-hero .nv-ai-hero__card--1 { right: 3%; top: 9%; }
  .iq-automation-hero .nv-ai-hero__card--3 { right: 0; top: 34%; }
  .iq-automation-hero .nv-ai-hero__card--4 { left: 1%; top: 45%; }
  .iq-automation-hero .nv-ai-hero__card--7 { right: 12%; top: 58%; }
  .iq-automation-hero .nv-ai-hero__card--5 { right: 2%; bottom: 7%; }
  .iq-automation-hero .nv-ai-hero__card--6 { left: 25%; bottom: 3%; }
  .iq-automation-hero .nv-ai-hero__stats {
    margin-top: 0;
    width: min(100%, 920px);
  }
}

/* Mobile composition. */
@media (max-width: 767px) {
  .iq-automation-hero .nv-ai-hero__shell {
    padding: 55px 20px;
    row-gap: 34px;
  }
  .iq-automation-hero .nv-ai-hero__title {
    font-size: clamp(42px, 12vw, 58px);
    line-height: 1.02;
  }
  .iq-automation-hero .nv-ai-hero__description {
    font-size: 16px;
  }
  .iq-automation-hero .nv-ai-hero__actions {
    width: min(100%, 360px);
    flex-direction: column;
  }
  .iq-automation-hero .nv-ai-hero__button {
    width: 100%;
  }
  .iq-automation-hero .nv-ai-hero__avatars img,
  .iq-automation-hero .nv-ai-hero__avatar,
  .iq-automation-hero .nv-ai-hero__avatar-more {
    width: 36px;
    height: 36px;
  }
  .iq-automation-hero .nv-ai-hero__proof {
    flex-wrap: wrap;
    gap: 12px;
  }
  .iq-automation-hero .nv-ai-hero__visual {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    align-content: end;
    max-width: 570px;
    min-height: 760px;
    padding-top: 520px;
    margin: 0 auto;
  }
  .iq-automation-hero .nv-ai-hero__halo {
    inset: 4% -20% auto -20%;
    width: 140%;
  }
  .iq-automation-hero .nv-ai-hero__sculpture {
    top: 35%;
    width: min(135vw, 570px);
    height: min(92vw, 450px);
  }
  .iq-automation-hero .nv-ai-hero__card {
    width: auto;
    min-height: 95px;
    padding: 13px 12px 12px 58px;
    border-radius: 18px;
  }
  .iq-automation-hero .nv-ai-hero__card-icon {
    width: 34px;
    height: 34px;
    left: 12px;
    top: 14px;
  }
  .iq-automation-hero .nv-ai-hero__card h3 { font-size: 12px; }
  .iq-automation-hero .nv-ai-hero__card p { font-size: 11px; }
  .iq-automation-hero .nv-ai-hero__card-status { font-size: 10px; }
  .iq-automation-hero .nv-ai-hero__card--1,
  .iq-automation-hero .nv-ai-hero__card--3,
  .iq-automation-hero .nv-ai-hero__card--4,
  .iq-automation-hero .nv-ai-hero__card--7 {
    position: absolute;
    display: block;
    width: min(46vw, 190px);
  }
  .iq-automation-hero .nv-ai-hero__card--1 { right: 1%; top: 4%; }
  .iq-automation-hero .nv-ai-hero__card--3 { right: 0; top: 29%; }
  .iq-automation-hero .nv-ai-hero__card--4 { left: 0; top: 45%; }
  .iq-automation-hero .nv-ai-hero__card--7 { right: 5%; top: 58%; }
  .iq-automation-hero .nv-ai-hero__card--2,
  .iq-automation-hero .nv-ai-hero__card--5,
  .iq-automation-hero .nv-ai-hero__card--6 {
    position: relative;
    display: block;
    inset: auto;
    transform: none;
  }
  .iq-automation-hero .nv-ai-hero__card--6 {
    grid-column: 1 / -1;
    width: min(100%, 250px);
    justify-self: center;
  }
  .iq-automation-hero .nv-ai-hero__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 8px;
    padding: 22px 18px;
    margin-top: 0;
  }
  .iq-automation-hero .nv-ai-hero__stat {
    padding: 0;
    grid-template-columns: 40px minmax(0, 1fr);
    column-gap: 10px;
  }
  .iq-automation-hero .nv-ai-hero__stat:not(:last-child)::after {
    display: none;
  }
  .iq-automation-hero .nv-ai-hero__stat-icon {
    width: 36px;
    height: 36px;
  }
  .iq-automation-hero .nv-ai-hero__stat strong {
    font-size: 20px;
  }
  .iq-automation-hero .nv-ai-hero__stat small {
    font-size: 11px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .iq-automation-hero,
  .iq-automation-hero * {
    animation: none !important;
    transition-duration: .01ms !important;
  }
  .iq-automation-hero .nv-ai-hero__card,
  .iq-automation-hero .nv-ai-hero__sculpture {
    transform: none !important;
    opacity: 1 !important;
  }
  .iq-automation-hero .nv-ai-hero__sculpture {
    transform: translate(-50%, -50%) !important;
  }
}

/* Final service-card composition: balanced outer orbit around the right sculpture. */
@media (min-width: 1101px) {
  .iq-automation-hero .nv-ai-hero__visual {
    max-width: 940px;
    min-height: 710px;
    margin-inline: auto;
  }
  .iq-automation-hero .nv-ai-hero__sculpture {
    left: 51%;
    top: 49%;
    width: clamp(540px, 43vw, 780px);
    height: clamp(420px, 35vw, 590px);
  }
  .iq-automation-hero .nv-ai-hero__card {
    width: clamp(178px, 12.6vw, 218px);
    min-height: 104px;
    padding: 17px 16px 15px 70px;
    border-radius: 21px;
    --float-x: 7px;
    --float-y: -9px;
    --float-r: .35deg;
    --depth: .52;
    scale: var(--card-scale, 1);
  }
  .iq-automation-hero .nv-ai-hero__card-icon {
    width: 39px;
    height: 39px;
    left: 17px;
    top: 18px;
  }
  .iq-automation-hero .nv-ai-hero__card h3 {
    font-size: clamp(13px, .78vw, 15px);
  }
  .iq-automation-hero .nv-ai-hero__card p {
    font-size: 12.5px;
    line-height: 1.34;
  }
  .iq-automation-hero .nv-ai-hero__card--1 {
    --card-scale: .98;
    --depth: .64;
    --float-x: -8px;
    --float-y: 8px;
    --float-r: -.35deg;
    right: 7%;
    top: 2%;
  }
  .iq-automation-hero .nv-ai-hero__card--2 {
    --card-scale: .96;
    --depth: .48;
    --float-x: 9px;
    --float-y: -7px;
    --float-r: .28deg;
    left: 2%;
    top: 20%;
  }
  .iq-automation-hero .nv-ai-hero__card--3 {
    --card-scale: 1;
    --depth: .72;
    --float-x: -10px;
    --float-y: -8px;
    --float-r: .45deg;
    right: 1.5%;
    top: 30%;
  }
  .iq-automation-hero .nv-ai-hero__card--4 {
    --card-scale: 1;
    --depth: .58;
    --float-x: 8px;
    --float-y: 10px;
    --float-r: -.42deg;
    left: 1%;
    top: 52%;
  }
  .iq-automation-hero .nv-ai-hero__card--7 {
    --card-scale: .94;
    --depth: .5;
    --float-x: -7px;
    --float-y: 9px;
    --float-r: .3deg;
    right: 22%;
    top: 62%;
  }
  .iq-automation-hero .nv-ai-hero__card--5 {
    --card-scale: .98;
    --depth: .68;
    --float-x: -8px;
    --float-y: -10px;
    --float-r: -.32deg;
    right: 4%;
    bottom: 9%;
  }
  .iq-automation-hero .nv-ai-hero__card--6 {
    --card-scale: .95;
    --depth: .44;
    --float-x: 9px;
    --float-y: -8px;
    --float-r: .38deg;
    left: 29%;
    bottom: 1%;
  }
  @keyframes iq-card-float {
    from { translate: calc(var(--float-x, 8px) * -.45) calc(var(--float-y, -10px) * -.45); rotate: calc(var(--float-r, .35deg) * -1); }
    to { translate: var(--float-x, 8px) var(--float-y, -10px); rotate: var(--float-r, .35deg); }
  }
}

@media (min-width: 768px) and (max-width: 1100px) {
  .iq-automation-hero .nv-ai-hero__visual {
    min-height: 760px;
    max-width: 820px;
  }
  .iq-automation-hero .nv-ai-hero__sculpture {
    top: 47%;
    width: clamp(520px, 76vw, 720px);
  }
  .iq-automation-hero .nv-ai-hero__card {
    width: clamp(168px, 23vw, 210px);
    min-height: 98px;
    padding: 15px 14px 13px 64px;
  }
  .iq-automation-hero .nv-ai-hero__card--1 { right: 4%; top: 4%; }
  .iq-automation-hero .nv-ai-hero__card--2 { left: 3%; top: 10%; }
  .iq-automation-hero .nv-ai-hero__card--3 { right: 0; top: 31%; }
  .iq-automation-hero .nv-ai-hero__card--4 { left: 1%; top: 43%; }
  .iq-automation-hero .nv-ai-hero__card--7 { right: 12%; top: 57%; }
  .iq-automation-hero .nv-ai-hero__card--5 { right: 3%; bottom: 8%; }
  .iq-automation-hero .nv-ai-hero__card--6 { left: 24%; bottom: 1%; }
}

@media (max-width: 767px) {
  .iq-automation-hero .nv-ai-hero__visual {
    min-height: 790px;
    padding-top: 515px;
  }
  .iq-automation-hero .nv-ai-hero__card--1 { right: 0; top: 3%; }
  .iq-automation-hero .nv-ai-hero__card--3 { right: 0; top: 27%; }
  .iq-automation-hero .nv-ai-hero__card--4 { left: 0; top: 42%; }
  .iq-automation-hero .nv-ai-hero__card--7 { right: 4%; top: 56%; }
  .iq-automation-hero .nv-ai-hero__card--2,
  .iq-automation-hero .nv-ai-hero__card--5,
  .iq-automation-hero .nv-ai-hero__card--6 {
    min-height: 92px;
  }
}

/* Card orbit correction: keep the 3D sculpture clear and move SEO to the outside ring. */
@media (min-width: 1101px) {
  .iq-automation-hero .nv-ai-hero__visual {
    max-width: 960px;
    min-height: 730px;
  }
  .iq-automation-hero .nv-ai-hero__sculpture {
    left: 50%;
    top: 48%;
    width: clamp(560px, 42vw, 760px);
    height: clamp(430px, 34vw, 580px);
  }
  .iq-automation-hero .nv-ai-hero__card {
    width: clamp(174px, 12vw, 210px);
    min-height: 100px;
  }
  .iq-automation-hero .nv-ai-hero__card--2 {
    left: 0;
    top: 18%;
  }
  .iq-automation-hero .nv-ai-hero__card--1 {
    right: 6%;
    top: 3%;
  }
  .iq-automation-hero .nv-ai-hero__card--3 {
    right: -1%;
    top: 29%;
  }
  .iq-automation-hero .nv-ai-hero__card--7 {
    right: -1%;
    top: 55%;
  }
  .iq-automation-hero .nv-ai-hero__card--5 {
    right: 8%;
    bottom: 5%;
  }
  .iq-automation-hero .nv-ai-hero__card--6 {
    left: 36%;
    bottom: 0;
  }
  .iq-automation-hero .nv-ai-hero__card--4 {
    left: 0;
    top: 56%;
  }
}

@media (min-width: 768px) and (max-width: 1100px) {
  .iq-automation-hero .nv-ai-hero__card--7 {
    right: 0;
    top: 58%;
  }
  .iq-automation-hero .nv-ai-hero__card--6 {
    left: 31%;
    bottom: 1%;
  }
  .iq-automation-hero .nv-ai-hero__card--5 {
    right: 4%;
    bottom: 10%;
  }
}

@media (max-width: 767px) {
  .iq-automation-hero .nv-ai-hero__card--7 {
    right: 0;
    top: 60%;
  }
  .iq-automation-hero .nv-ai-hero__sculpture {
    top: 34%;
  }
}

/* Button hover polish plus wider card ring so the 3D asset stays visible. */
.iq-automation-hero .nv-ai-hero__button,
.iq-automation-hero .nv-ai-hero__button:visited {
  text-decoration: none;
}
.iq-automation-hero .nv-ai-hero__button--primary,
.iq-automation-hero .nv-ai-hero__button--primary:visited {
  color: #ffffff;
}
.iq-automation-hero .nv-ai-hero__button--primary:hover,
.iq-automation-hero .nv-ai-hero__button--primary:focus-visible {
  color: #ffffff;
  background: linear-gradient(135deg, #7d2fff 0%, #5f33ff 52%, #4426d9 100%);
  box-shadow: 0 22px 44px rgba(101, 50, 239, .42), 0 0 34px rgba(148, 86, 255, .28);
}
.iq-automation-hero .nv-ai-hero__button--secondary,
.iq-automation-hero .nv-ai-hero__button--secondary:visited {
  color: #171832;
}
.iq-automation-hero .nv-ai-hero__button--secondary:hover,
.iq-automation-hero .nv-ai-hero__button--secondary:focus-visible {
  color: #5a2dff;
  background: #ffffff;
}

@media (min-width: 1101px) {
  .iq-automation-hero .nv-ai-hero__visual {
    max-width: 1000px;
    min-height: 750px;
  }
  .iq-automation-hero .nv-ai-hero__sculpture {
    left: 50%;
    top: 47%;
    width: clamp(600px, 45vw, 820px);
    height: clamp(460px, 37vw, 625px);
  }
  .iq-automation-hero .nv-ai-hero__card {
    width: clamp(166px, 11.4vw, 202px);
    min-height: 98px;
    padding: 16px 14px 14px 64px;
  }
  .iq-automation-hero .nv-ai-hero__card-icon {
    width: 37px;
    height: 37px;
    left: 15px;
    top: 17px;
  }
  .iq-automation-hero .nv-ai-hero__card h3 {
    font-size: clamp(12.5px, .72vw, 14.5px);
  }
  .iq-automation-hero .nv-ai-hero__card p {
    font-size: 12px;
  }
  .iq-automation-hero .nv-ai-hero__card--2 {
    left: -6%;
    top: 17%;
  }
  .iq-automation-hero .nv-ai-hero__card--1 {
    right: 9%;
    top: 1%;
  }
  .iq-automation-hero .nv-ai-hero__card--3 {
    right: -7%;
    top: 27%;
  }
  .iq-automation-hero .nv-ai-hero__card--4 {
    left: -7%;
    top: 55%;
  }
  .iq-automation-hero .nv-ai-hero__card--7 {
    right: -6%;
    top: 54%;
  }
  .iq-automation-hero .nv-ai-hero__card--5 {
    right: 8%;
    bottom: 3%;
  }
  .iq-automation-hero .nv-ai-hero__card--6 {
    left: 35%;
    bottom: -2%;
  }
}

@media (min-width: 768px) and (max-width: 1100px) {
  .iq-automation-hero .nv-ai-hero__visual {
    max-width: 860px;
    min-height: 790px;
  }
  .iq-automation-hero .nv-ai-hero__sculpture {
    top: 45%;
    width: clamp(560px, 82vw, 760px);
  }
  .iq-automation-hero .nv-ai-hero__card--2 { left: -2%; top: 13%; }
  .iq-automation-hero .nv-ai-hero__card--1 { right: 5%; top: 4%; }
  .iq-automation-hero .nv-ai-hero__card--3 { right: -2%; top: 31%; }
  .iq-automation-hero .nv-ai-hero__card--4 { left: -2%; top: 50%; }
  .iq-automation-hero .nv-ai-hero__card--7 { right: -1%; top: 58%; }
  .iq-automation-hero .nv-ai-hero__card--5 { right: 6%; bottom: 7%; }
  .iq-automation-hero .nv-ai-hero__card--6 { left: 31%; bottom: 0; }
}

/* Requested card map: 2 left, 1 top, 2 right, 2 bottom around the sculpture. */
@media (min-width: 1101px) {
  .iq-automation-hero .nv-ai-hero__visual {
    max-width: 980px;
    min-height: 735px;
  }
  .iq-automation-hero .nv-ai-hero__sculpture {
    left: 51%;
    top: 48%;
    width: clamp(580px, 43vw, 800px);
    height: clamp(440px, 36vw, 610px);
  }
  .iq-automation-hero .nv-ai-hero__card {
    width: clamp(172px, 11.8vw, 210px);
    min-height: 98px;
  }

  /* 1 top card */
  .iq-automation-hero .nv-ai-hero__card--1 {
    left: 49%;
    right: auto;
    top: 0;
  }

  /* 2 left-side cards, close to the heading side but not covering text */
  .iq-automation-hero .nv-ai-hero__card--2 {
    left: 0;
    right: auto;
    top: 20%;
  }
  .iq-automation-hero .nv-ai-hero__card--4 {
    left: 0;
    right: auto;
    top: 52%;
  }

  /* 2 right-side cards */
  .iq-automation-hero .nv-ai-hero__card--3 {
    left: auto;
    right: 0;
    top: 28%;
  }
  .iq-automation-hero .nv-ai-hero__card--7 {
    left: auto;
    right: 0;
    top: 53%;
  }

  /* 2 bottom cards */
  .iq-automation-hero .nv-ai-hero__card--6 {
    left: 25%;
    right: auto;
    bottom: 0;
    top: auto;
  }
  .iq-automation-hero .nv-ai-hero__card--5 {
    left: auto;
    right: 18%;
    bottom: 0;
    top: auto;
  }
}

@media (min-width: 768px) and (max-width: 1100px) {
  .iq-automation-hero .nv-ai-hero__visual {
    min-height: 780px;
    max-width: 820px;
  }
  .iq-automation-hero .nv-ai-hero__card--1 { left: 48%; right: auto; top: 0; }
  .iq-automation-hero .nv-ai-hero__card--2 { left: 0; right: auto; top: 18%; }
  .iq-automation-hero .nv-ai-hero__card--4 { left: 0; right: auto; top: 49%; }
  .iq-automation-hero .nv-ai-hero__card--3 { right: 0; left: auto; top: 29%; }
  .iq-automation-hero .nv-ai-hero__card--7 { right: 0; left: auto; top: 55%; }
  .iq-automation-hero .nv-ai-hero__card--6 { left: 24%; right: auto; bottom: 0; top: auto; }
  .iq-automation-hero .nv-ai-hero__card--5 { right: 16%; left: auto; bottom: 0; top: auto; }
}

/* Small composition tweak: pull left copy left and give bottom cards more breathing room. */
@media (min-width: 1101px) {
  .iq-automation-hero .nv-ai-hero__shell {
    padding-left: clamp(36px, 4.2vw, 82px);
    padding-right: clamp(52px, 6vw, 120px);
    grid-template-columns: minmax(430px, .84fr) minmax(650px, 1.16fr);
  }
  .iq-automation-hero .nv-ai-hero__copy {
    transform: translateX(-18px);
  }
  .iq-automation-hero .nv-ai-hero__visual {
    transform: translateX(-10px);
  }
  .iq-automation-hero .nv-ai-hero__card--6,
  .iq-automation-hero .nv-ai-hero__card--5 {
    bottom: 28px;
  }
  .iq-automation-hero .nv-ai-hero__stats {
    margin-top: 72px;
  }
}

@media (min-width: 768px) and (max-width: 1100px) {
  .iq-automation-hero .nv-ai-hero__card--6,
  .iq-automation-hero .nv-ai-hero__card--5 {
    bottom: 24px;
  }
  .iq-automation-hero .nv-ai-hero__stats {
    margin-top: 22px;
  }
}

/* Final micro-adjustment: top card slightly left, bottom cards separated and lifted. */
@media (min-width: 1101px) {
  .iq-automation-hero .nv-ai-hero__card--1 {
    left: 44%;
  }
  .iq-automation-hero .nv-ai-hero__card--6 {
    left: 19%;
    bottom: 44px;
  }
  .iq-automation-hero .nv-ai-hero__card--5 {
    right: 12%;
    bottom: 44px;
  }
}

@media (min-width: 768px) and (max-width: 1100px) {
  .iq-automation-hero .nv-ai-hero__card--1 {
    left: 43%;
  }
  .iq-automation-hero .nv-ai-hero__card--6 {
    left: 18%;
    bottom: 38px;
  }
  .iq-automation-hero .nv-ai-hero__card--5 {
    right: 10%;
    bottom: 38px;
  }
}

/* HD clarity pass for service cards: sharper text, cleaner glass, stronger icon contrast. */
.iq-automation-hero .nv-ai-hero__card {
  background: linear-gradient(145deg, rgba(255,255,255,.96), rgba(255,255,255,.88));
  border-color: rgba(154, 126, 255, .22);
  box-shadow: 0 22px 54px rgba(58, 38, 112, .16), 0 8px 20px rgba(78, 49, 157, .08), inset 0 1px 0 rgba(255,255,255,.98);
  backdrop-filter: blur(10px) saturate(1.18);
  -webkit-backdrop-filter: blur(10px) saturate(1.18);
  opacity: .98;
}
.iq-automation-hero .nv-ai-hero__card:hover {
  background: linear-gradient(145deg, rgba(255,255,255,1), rgba(255,255,255,.93));
  border-color: rgba(113, 56, 255, .42);
  box-shadow: 0 30px 76px rgba(58, 38, 112, .22), 0 0 30px rgba(113,56,255,.13), inset 0 1px 0 rgba(255,255,255,1);
}
.iq-automation-hero .nv-ai-hero__card h3 {
  color: #14162d;
  font-weight: 900;
  text-shadow: none;
}
.iq-automation-hero .nv-ai-hero__card p {
  color: #5f6680;
  font-weight: 760;
}
.iq-automation-hero .nv-ai-hero__card-status {
  color: #454d64;
  font-weight: 850;
}
.iq-automation-hero .nv-ai-hero__card-status i {
  background: #24d66d;
  box-shadow: 0 0 12px rgba(36,214,109,.78);
}
.iq-automation-hero .nv-ai-hero__card-icon {
  background: linear-gradient(145deg, #a748ff, var(--card-accent));
  box-shadow: 0 13px 27px color-mix(in srgb, var(--card-accent) 38%, transparent), inset 0 1px 0 rgba(255,255,255,.44);
}
.iq-automation-hero .nv-ai-hero__card-icon::before {
  border-color: rgba(255,255,255,1);
}
.iq-automation-hero .nv-ai-hero__card-icon::after {
  background: #fff;
  box-shadow: 0 -5px 0 #fff, 0 5px 0 #fff;
}

/* Strong HD card surface plus timed transparency cycle. */
.iq-automation-hero .nv-ai-hero__card {
  --fade-delay: 0s;
  background: #ffffff !important;
  border: 1px solid rgba(117, 78, 255, .28) !important;
  box-shadow: 0 24px 58px rgba(35, 26, 82, .18), 0 8px 20px rgba(98, 62, 190, .11), inset 0 1px 0 rgba(255,255,255,1) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  opacity: 1;
  filter: contrast(1.04) saturate(1.05);
  animation:
    iq-card-enter .72s cubic-bezier(.2,.75,.2,1) var(--enter-delay) both,
    iq-card-float var(--float-duration, 7.5s) ease-in-out var(--delay, 0s) infinite alternate,
    iq-card-opacity-cycle 13s ease-in-out var(--fade-delay) infinite !important;
}
.iq-automation-hero .nv-ai-hero__card h3 {
  color: #0d1024 !important;
  font-weight: 950 !important;
}
.iq-automation-hero .nv-ai-hero__card p {
  color: #424b66 !important;
  font-weight: 800 !important;
}
.iq-automation-hero .nv-ai-hero__card-status {
  color: #20283d !important;
  font-weight: 900 !important;
}
.iq-automation-hero .nv-ai-hero__card-icon {
  filter: contrast(1.08) saturate(1.22);
}
.iq-automation-hero .nv-ai-hero__card--1,
.iq-automation-hero .nv-ai-hero__card--4 { --fade-delay: 0s; }
.iq-automation-hero .nv-ai-hero__card--2,
.iq-automation-hero .nv-ai-hero__card--7 { --fade-delay: -4.3s; }
.iq-automation-hero .nv-ai-hero__card--3,
.iq-automation-hero .nv-ai-hero__card--6 { --fade-delay: -8.6s; }
.iq-automation-hero .nv-ai-hero__card--5 { --fade-delay: -2.2s; }
@keyframes iq-card-opacity-cycle {
  0%, 44%, 100% { opacity: 1; }
  58%, 72% { opacity: .64; }
  84% { opacity: .88; }
}
.iq-automation-hero .nv-ai-hero__card:hover {
  opacity: 1 !important;
  background: #ffffff !important;
  filter: contrast(1.06) saturate(1.12);
}

/* Fully responsive card system and Business gradient highlight. */
.iq-automation-hero .nv-ai-hero__title-gradient-word {
  color: transparent;
  background: linear-gradient(90deg, #6C35FF, #6C3BFF, #FF7A45, #FF7A45);
  -webkit-background-clip: text;
  background-clip: text;
  font-style: normal;
}

@media (min-width: 1281px) {
  .iq-automation-hero .nv-ai-hero__visual {
    max-width: 980px;
    min-height: 735px;
  }
  .iq-automation-hero .nv-ai-hero__card {
    width: clamp(170px, 11.2vw, 208px);
    min-height: 98px;
  }
  .iq-automation-hero .nv-ai-hero__card--1 { left: 44%; top: 0; right: auto; bottom: auto; }
  .iq-automation-hero .nv-ai-hero__card--2 { left: 0; top: 19%; right: auto; bottom: auto; }
  .iq-automation-hero .nv-ai-hero__card--4 { left: 0; top: 52%; right: auto; bottom: auto; }
  .iq-automation-hero .nv-ai-hero__card--3 { right: 0; top: 28%; left: auto; bottom: auto; }
  .iq-automation-hero .nv-ai-hero__card--7 { right: 0; top: 53%; left: auto; bottom: auto; }
  .iq-automation-hero .nv-ai-hero__card--6 { left: 19%; bottom: 44px; right: auto; top: auto; }
  .iq-automation-hero .nv-ai-hero__card--5 { right: 12%; bottom: 44px; left: auto; top: auto; }
}

@media (min-width: 1101px) and (max-width: 1280px) {
  .iq-automation-hero .nv-ai-hero__shell {
    column-gap: clamp(28px, 3vw, 46px);
    padding-left: 34px;
    padding-right: 48px;
  }
  .iq-automation-hero .nv-ai-hero__visual {
    max-width: 760px;
    min-height: 660px;
  }
  .iq-automation-hero .nv-ai-hero__sculpture {
    width: clamp(500px, 43vw, 640px);
    height: clamp(380px, 34vw, 500px);
  }
  .iq-automation-hero .nv-ai-hero__card {
    width: 176px;
    min-height: 92px;
    padding: 14px 12px 12px 58px;
    border-radius: 18px;
  }
  .iq-automation-hero .nv-ai-hero__card-icon {
    width: 34px;
    height: 34px;
    left: 12px;
    top: 15px;
  }
  .iq-automation-hero .nv-ai-hero__card h3 { font-size: 12px; }
  .iq-automation-hero .nv-ai-hero__card p { font-size: 11px; }
  .iq-automation-hero .nv-ai-hero__card--1 { left: 42%; top: 0; right: auto; bottom: auto; }
  .iq-automation-hero .nv-ai-hero__card--2 { left: -1%; top: 18%; right: auto; bottom: auto; }
  .iq-automation-hero .nv-ai-hero__card--4 { left: -1%; top: 52%; right: auto; bottom: auto; }
  .iq-automation-hero .nv-ai-hero__card--3 { right: -1%; top: 28%; left: auto; bottom: auto; }
  .iq-automation-hero .nv-ai-hero__card--7 { right: -1%; top: 54%; left: auto; bottom: auto; }
  .iq-automation-hero .nv-ai-hero__card--6 { left: 18%; bottom: 38px; right: auto; top: auto; }
  .iq-automation-hero .nv-ai-hero__card--5 { right: 10%; bottom: 38px; left: auto; top: auto; }
}

@media (min-width: 768px) and (max-width: 1100px) {
  .iq-automation-hero .nv-ai-hero__visual {
    max-width: 820px;
    min-height: 760px;
  }
  .iq-automation-hero .nv-ai-hero__sculpture {
    top: 44%;
    width: clamp(520px, 78vw, 700px);
    height: clamp(390px, 56vw, 540px);
  }
  .iq-automation-hero .nv-ai-hero__card {
    width: clamp(160px, 22vw, 205px);
    min-height: 92px;
    padding: 14px 12px 12px 58px;
  }
  .iq-automation-hero .nv-ai-hero__card--1 { left: 42%; top: 0; right: auto; bottom: auto; }
  .iq-automation-hero .nv-ai-hero__card--2 { left: 0; top: 15%; right: auto; bottom: auto; }
  .iq-automation-hero .nv-ai-hero__card--4 { left: 0; top: 47%; right: auto; bottom: auto; }
  .iq-automation-hero .nv-ai-hero__card--3 { right: 0; top: 28%; left: auto; bottom: auto; }
  .iq-automation-hero .nv-ai-hero__card--7 { right: 0; top: 54%; left: auto; bottom: auto; }
  .iq-automation-hero .nv-ai-hero__card--6 { left: 18%; bottom: 34px; right: auto; top: auto; }
  .iq-automation-hero .nv-ai-hero__card--5 { right: 10%; bottom: 34px; left: auto; top: auto; }
}

@media (max-width: 767px) {
  .iq-automation-hero .nv-ai-hero__visual {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    max-width: 560px;
    min-height: auto;
    padding-top: min(118vw, 500px);
    overflow: visible;
  }
  .iq-automation-hero .nv-ai-hero__sculpture {
    position: absolute;
    left: 50%;
    top: 245px;
    width: min(132vw, 560px);
    height: min(92vw, 420px);
    transform: translate(-50%, -50%);
  }
  .iq-automation-hero .nv-ai-hero__card {
    position: relative !important;
    inset: auto !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    width: auto !important;
    min-height: 88px;
    padding: 12px 10px 11px 54px;
    border-radius: 17px;
  }
  .iq-automation-hero .nv-ai-hero__card-icon {
    width: 32px;
    height: 32px;
    left: 11px;
    top: 13px;
  }
  .iq-automation-hero .nv-ai-hero__card h3 { font-size: 11.5px; }
  .iq-automation-hero .nv-ai-hero__card p { font-size: 10.5px; }
  .iq-automation-hero .nv-ai-hero__card-status { font-size: 9.5px; }
  .iq-automation-hero .nv-ai-hero__card--1,
  .iq-automation-hero .nv-ai-hero__card--3,
  .iq-automation-hero .nv-ai-hero__card--4,
  .iq-automation-hero .nv-ai-hero__card--7 {
    position: absolute !important;
    width: min(45vw, 178px) !important;
  }
  .iq-automation-hero .nv-ai-hero__card--1 { left: 49% !important; top: 0 !important; transform: translateX(-50%); }
  .iq-automation-hero .nv-ai-hero__card--3 { right: 0 !important; top: 180px !important; }
  .iq-automation-hero .nv-ai-hero__card--4 { left: 0 !important; top: 230px !important; }
  .iq-automation-hero .nv-ai-hero__card--7 { right: 0 !important; top: 355px !important; }
  .iq-automation-hero .nv-ai-hero__card--2,
  .iq-automation-hero .nv-ai-hero__card--5,
  .iq-automation-hero .nv-ai-hero__card--6 {
    grid-column: auto;
  }
  .iq-automation-hero .nv-ai-hero__card--6 {
    grid-column: 1 / -1;
    width: min(100%, 250px) !important;
    justify-self: center;
  }
}

@media (max-width: 430px) {
  .iq-automation-hero .nv-ai-hero__visual {
    grid-template-columns: 1fr;
    padding-top: 470px;
  }
  .iq-automation-hero .nv-ai-hero__card--1,
  .iq-automation-hero .nv-ai-hero__card--3,
  .iq-automation-hero .nv-ai-hero__card--4,
  .iq-automation-hero .nv-ai-hero__card--7 {
    width: min(48vw, 165px) !important;
  }
  .iq-automation-hero .nv-ai-hero__card--3 { top: 170px !important; }
  .iq-automation-hero .nv-ai-hero__card--4 { top: 230px !important; }
  .iq-automation-hero .nv-ai-hero__card--7 { top: 350px !important; }
}

/* Mobile repair: remove floating overlap and place cards in a readable grid below the sculpture. */
@media (max-width: 767px) {
  .iq-automation-hero .nv-ai-hero__visual {
    position: relative;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    width: 100%;
    max-width: 560px;
    min-height: auto !important;
    padding-top: clamp(360px, 112vw, 485px) !important;
    overflow: visible;
  }
  .iq-automation-hero .nv-ai-hero__sculpture {
    position: absolute !important;
    left: 50% !important;
    top: clamp(185px, 55vw, 245px) !important;
    width: min(132vw, 560px) !important;
    height: min(88vw, 420px) !important;
    transform: translate(-50%, -50%) !important;
    z-index: 2;
  }
  .iq-automation-hero .nv-ai-hero__card,
  .iq-automation-hero .nv-ai-hero__card--1,
  .iq-automation-hero .nv-ai-hero__card--2,
  .iq-automation-hero .nv-ai-hero__card--3,
  .iq-automation-hero .nv-ai-hero__card--4,
  .iq-automation-hero .nv-ai-hero__card--5,
  .iq-automation-hero .nv-ai-hero__card--6,
  .iq-automation-hero .nv-ai-hero__card--7 {
    position: relative !important;
    inset: auto !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    width: 100% !important;
    min-height: 96px;
    display: block !important;
    transform: none !important;
    translate: 0 0 !important;
    rotate: 0deg !important;
    scale: 1 !important;
    animation: iq-card-opacity-cycle 13s ease-in-out var(--fade-delay, 0s) infinite !important;
  }
  .iq-automation-hero .nv-ai-hero__card--1 {
    grid-column: 1 / -1;
    width: min(100%, 255px) !important;
    justify-self: center;
  }
  .iq-automation-hero .nv-ai-hero__card--6 {
    grid-column: 1 / -1;
    width: min(100%, 255px) !important;
    justify-self: center;
  }
  .iq-automation-hero .nv-ai-hero__card h3,
  .iq-automation-hero .nv-ai-hero__card p,
  .iq-automation-hero .nv-ai-hero__card-status {
    overflow-wrap: anywhere;
  }
}

@media (max-width: 390px) {
  .iq-automation-hero .nv-ai-hero__visual {
    grid-template-columns: 1fr;
    padding-top: 440px !important;
  }
  .iq-automation-hero .nv-ai-hero__card,
  .iq-automation-hero .nv-ai-hero__card--1,
  .iq-automation-hero .nv-ai-hero__card--6 {
    width: min(100%, 285px) !important;
    justify-self: center;
  }
}

/* Mobile hard reset: keep hero content, sculpture, cards and stats in a clean vertical order. */
@media (max-width: 767px) {
  .iq-automation-hero {
    height: auto !important;
    min-height: auto !important;
    max-height: none !important;
    overflow: hidden;
  }
  .iq-automation-hero .nv-ai-hero__shell {
    display: flex !important;
    flex-direction: column !important;
    align-items: center;
    width: 100%;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    padding: 54px 18px 44px !important;
    gap: 0 !important;
  }
  .iq-automation-hero .nv-ai-hero__copy {
    position: relative;
    z-index: 20;
    width: 100%;
    max-width: 500px;
    margin: 0 auto !important;
    padding: 0 !important;
    transform: none !important;
    text-align: center;
    align-items: center;
  }
  .iq-automation-hero .nv-ai-hero__eyebrow {
    margin-bottom: 18px;
  }
  .iq-automation-hero .nv-ai-hero__title {
    margin-bottom: 16px;
    font-size: clamp(39px, 11vw, 54px);
  }
  .iq-automation-hero .nv-ai-hero__description {
    margin-bottom: 22px;
    font-size: 15.5px;
    line-height: 1.48;
  }
  .iq-automation-hero .nv-ai-hero__actions {
    position: relative;
    z-index: 22;
    width: min(100%, 360px);
    margin: 0 auto 20px !important;
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .iq-automation-hero .nv-ai-hero__button {
    width: 100%;
    min-height: 54px;
    height: 54px;
  }
  .iq-automation-hero .nv-ai-hero__proof {
    position: relative;
    z-index: 22;
    justify-content: center;
    margin: 0 auto !important;
    gap: 12px;
  }

  .iq-automation-hero .nv-ai-hero__visual {
    order: 2;
    position: relative;
    z-index: 4;
    width: 100%;
    max-width: 560px;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 38px auto 0 !important;
    padding: 0 !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    overflow: visible !important;
  }
  .iq-automation-hero .nv-ai-hero__visual::before {
    content: "";
    display: block;
    grid-column: 1 / -1;
    height: clamp(330px, 92vw, 440px);
  }
  .iq-automation-hero .nv-ai-hero__halo {
    position: absolute;
    z-index: 0;
    inset: 0 -18% auto -18% !important;
    width: 136% !important;
    height: auto;
    pointer-events: none;
  }
  .iq-automation-hero .nv-ai-hero__sculpture {
    position: absolute !important;
    z-index: 2;
    left: 50% !important;
    top: clamp(170px, 50vw, 225px) !important;
    width: min(132vw, 560px) !important;
    height: min(90vw, 420px) !important;
    min-height: 0 !important;
    transform: translate(-50%, -50%) !important;
    pointer-events: none;
  }
  .iq-automation-hero .nv-ai-hero__card,
  .iq-automation-hero .nv-ai-hero__card--1,
  .iq-automation-hero .nv-ai-hero__card--2,
  .iq-automation-hero .nv-ai-hero__card--3,
  .iq-automation-hero .nv-ai-hero__card--4,
  .iq-automation-hero .nv-ai-hero__card--5,
  .iq-automation-hero .nv-ai-hero__card--6,
  .iq-automation-hero .nv-ai-hero__card--7 {
    position: relative !important;
    z-index: 6;
    inset: auto !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    width: 100% !important;
    min-height: 94px;
    margin: 0 !important;
    display: block !important;
    transform: none !important;
    translate: 0 0 !important;
    rotate: 0deg !important;
    scale: 1 !important;
    animation: iq-card-opacity-cycle 13s ease-in-out var(--fade-delay, 0s) infinite !important;
  }
  .iq-automation-hero .nv-ai-hero__card--1,
  .iq-automation-hero .nv-ai-hero__card--6 {
    grid-column: 1 / -1;
    width: min(100%, 270px) !important;
    justify-self: center;
  }
  .iq-automation-hero .nv-ai-hero__stats {
    order: 3;
    display: grid !important;
    width: 100% !important;
    max-width: 560px;
    margin: 28px auto 0 !important;
    position: relative;
    z-index: 5;
  }
}

@media (max-width: 420px) {
  .iq-automation-hero .nv-ai-hero__shell {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
  .iq-automation-hero .nv-ai-hero__visual {
    grid-template-columns: 1fr;
    max-width: 330px;
  }
  .iq-automation-hero .nv-ai-hero__visual::before {
    height: 410px;
  }
  .iq-automation-hero .nv-ai-hero__card,
  .iq-automation-hero .nv-ai-hero__card--1,
  .iq-automation-hero .nv-ai-hero__card--6 {
    width: 100% !important;
    justify-self: stretch;
  }
  .iq-automation-hero .nv-ai-hero__stats {
    max-width: 330px;
  }
}

/* Mobile card readability: no transparency cycle, cleaner icon/text alignment. */
@media (max-width: 767px) {
  .iq-automation-hero .nv-ai-hero__card,
  .iq-automation-hero .nv-ai-hero__card--1,
  .iq-automation-hero .nv-ai-hero__card--2,
  .iq-automation-hero .nv-ai-hero__card--3,
  .iq-automation-hero .nv-ai-hero__card--4,
  .iq-automation-hero .nv-ai-hero__card--5,
  .iq-automation-hero .nv-ai-hero__card--6,
  .iq-automation-hero .nv-ai-hero__card--7 {
    opacity: 1 !important;
    filter: none !important;
    animation: none !important;
    min-height: 92px;
    padding: 14px 12px 13px 62px !important;
    background: #ffffff !important;
    box-shadow: 0 16px 38px rgba(41, 30, 91, .15), inset 0 1px 0 rgba(255,255,255,1) !important;
  }
  .iq-automation-hero .nv-ai-hero__card-icon {
    width: 36px !important;
    height: 36px !important;
    left: 14px !important;
    top: 15px !important;
    border-radius: 12px !important;
  }
  .iq-automation-hero .nv-ai-hero__card-icon::before {
    inset: 10px !important;
    border-width: 1.8px !important;
  }
  .iq-automation-hero .nv-ai-hero__card-icon::after {
    width: 10px !important;
    left: 13px !important;
    top: 17px !important;
    box-shadow: 0 -4px 0 #fff, 0 4px 0 #fff !important;
  }
  .iq-automation-hero .nv-ai-hero__card h3 {
    margin: 0 0 5px !important;
    font-size: 13px !important;
    line-height: 1.15 !important;
  }
  .iq-automation-hero .nv-ai-hero__card p {
    margin: 0 0 8px !important;
    font-size: 11.5px !important;
    line-height: 1.32 !important;
  }
  .iq-automation-hero .nv-ai-hero__card-status {
    font-size: 10px !important;
    line-height: 1 !important;
  }
}

@media (max-width: 420px) {
  .iq-automation-hero .nv-ai-hero__card,
  .iq-automation-hero .nv-ai-hero__card--1,
  .iq-automation-hero .nv-ai-hero__card--2,
  .iq-automation-hero .nv-ai-hero__card--3,
  .iq-automation-hero .nv-ai-hero__card--4,
  .iq-automation-hero .nv-ai-hero__card--5,
  .iq-automation-hero .nv-ai-hero__card--6,
  .iq-automation-hero .nv-ai-hero__card--7 {
    min-height: 86px;
    padding: 13px 11px 12px 58px !important;
  }
  .iq-automation-hero .nv-ai-hero__card-icon {
    width: 34px !important;
    height: 34px !important;
    left: 12px !important;
    top: 14px !important;
  }
  .iq-automation-hero .nv-ai-hero__card h3 {
    font-size: 12.5px !important;
  }
  .iq-automation-hero .nv-ai-hero__card p {
    font-size: 11px !important;
  }
}

/* Second section: premium AI automation about/capabilities block. */
.agency-about-section,
.agency-about-section * {
  box-sizing: border-box;
}
.agency-about-section {
  --agency-blue: #6C35FF;
  --agency-blue: #B441DC;
  --agency-pink: #EF5D9A;
  --agency-orange: #FF7A45;
  --agency-ink: #101426;
  --agency-muted: #68708A;
  position: relative;
  min-height: max(100vh, 920px);
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  font-family: Manrope, Inter, ui-sans-serif, system-ui, sans-serif;
  color: var(--agency-ink);
  background:
    radial-gradient(circle at 15% 18%, rgba(139,92,246,.15), transparent 36%),
    radial-gradient(circle at 84% 72%, rgba(6, 182, 212, ), transparent 34%),
    radial-gradient(circle at 50% 42%, rgba(216,180,254,.13), transparent 42%),
    #FBFAFF;
}
.agency-about-section__inner {
  position: relative;
  z-index: 2;
  width: min(100%, 1600px);
  margin: 0 auto;
  padding: 90px clamp(60px, 7vw, 130px) 70px;
}
.agency-about-section__main {
  display: grid;
  grid-template-columns: minmax(600px, 1.08fr) minmax(520px, .92fr);
  gap: clamp(55px, 6vw, 100px);
  align-items: center;
}
.agency-about-section__fog {
  position: absolute;
  inset: 8% 0 auto;
  height: 60%;
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(circle at 38% 52%, rgba(255,255,255,.72), transparent 45%), radial-gradient(circle at 72% 40%, rgba(255,237,222,.55), transparent 40%);
  filter: blur(18px);
}
.agency-about-section__bubble {
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: var(--s);
  height: var(--s);
  z-index: 1;
  border-radius: 50%;
  opacity: var(--o);
  pointer-events: none;
  background: radial-gradient(circle at 32% 25%, #fff, rgba(189,160,255,.72) 43%, rgba(134,76,255,.34) 74%, transparent);
  box-shadow: inset -10px -10px 22px rgba(116,80,226,.12), 0 18px 46px rgba(113,56,255,.14);
  animation: agency-bubble-float var(--d) ease-in-out infinite alternate;
}
.agency-about-section__bubble:nth-of-type(3n) {
  background: radial-gradient(circle at 32% 25%, #fff, rgba(255,175,211,.65) 44%, rgba(6, 182, 212, ) 76%, transparent);
}
.agency-about-section__bubble:nth-of-type(4n) {
  background: radial-gradient(circle at 32% 25%, #fff, rgba(255,216,176,.68) 44%, rgba(6, 182, 212, ) 76%, transparent);
}

.agency-about-section__visual {
  position: relative;
  width: 100%;
  max-width: 780px;
  min-height: 670px;
  perspective: 1400px;
  transform-style: preserve-3d;
  --mx: 0px;
  --my: 0px;
}
.agency-energy-wires {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: visible;
  transform: translate3d(calc(var(--mx) * .15), calc(var(--my) * .15), 0);
}
.agency-wire-glow {
  fill: none;
  stroke: rgba(255,157,66,.2);
  stroke-width: 10;
  stroke-linecap: round;
  filter: url(#agencyWireGlow);
}
.agency-wire-body {
  fill: none;
  stroke: rgba(245,197,66,.5);
  stroke-width: 2;
  stroke-linecap: round;
}
.agency-wire-pulse {
  fill: none;
  stroke: #E6DDFF;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-dasharray: 28 280;
  filter: url(#agencyWireGlow);
  animation: agency-current 3.2s linear infinite;
}
.agency-wire-pulse--1 { animation-duration: 2.8s; }
.agency-wire-pulse--2 { animation-duration: 3.4s; animation-delay: -.8s; }
.agency-wire-pulse--3 { animation-duration: 2.5s; animation-delay: -.35s; }
.agency-wire-pulse--4 { animation-duration: 3.8s; animation-delay: -1.4s; }
.agency-wire-pulse--5 { animation-duration: 3.1s; animation-delay: -1s; }
.agency-wire-node {
  fill: #fff;
  stroke: #f5c542;
  stroke-width: 3;
  filter: url(#agencyWireGlow);
  animation: agency-node-pulse 2.4s ease-in-out infinite;
}
.agency-wire-node--core { stroke-width: 4; }

.agency-about-card {
  position: absolute;
  z-index: 4;
  padding: 16px;
  border: 1px solid rgba(255,255,255,.9);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(255,255,255,.82), rgba(255,255,255,.58));
  box-shadow: 0 35px 75px rgba(80,52,153,.16), inset 0 1px 0 rgba(255,255,255,.95);
  backdrop-filter: blur(22px) saturate(1.15);
  transform-style: preserve-3d;
  backface-visibility: hidden;
  will-change: transform;
}
.agency-about-card::before {
  content: "";
  position: absolute;
  inset: 10px -7px -8px 10px;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(221,205,255,.5), rgba(255,255,255,.08));
  transform: translateZ(-28px);
  filter: blur(.2px);
}
.agency-about-card__bar {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 12px;
  color: #4f5380;
  font-size: 12px;
  font-weight: 850;
}
.agency-about-card__bar span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #FF7A45;
}
.agency-about-card__bar span:nth-child(2) { background: #EF5D9A; }
.agency-about-card__bar span:nth-child(3) { background: #6C35FF; }
.agency-about-card__bar strong { margin-left: 5px; }
.agency-about-card svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.agency-about-card--chatbot {
  top: 2%;
  left: 4%;
  width: 250px;
  transform: rotateX(4deg) rotateY(9deg) translateZ(50px);
  animation: agency-card-float-a 7.2s ease-in-out infinite alternate;
}
.agency-about-card--crm {
  top: 31%;
  left: 0;
  width: 295px;
  transform: rotateX(-3deg) rotateY(7deg) translateZ(90px);
  animation: agency-card-float-b 8.4s ease-in-out infinite alternate;
}
.agency-about-card--analytics {
  top: 21%;
  right: 1%;
  width: 325px;
  transform: rotateX(3deg) rotateY(-8deg) translateZ(70px);
  animation: agency-card-float-c 6.8s ease-in-out infinite alternate;
}
.agency-about-card--email {
  bottom: 5%;
  left: 1%;
  width: 285px;
  transform: rotateX(-5deg) rotateY(8deg) translateZ(35px);
  animation: agency-card-float-d 9s ease-in-out infinite alternate;
}
.agency-about-card--workflow {
  bottom: 0;
  right: 2%;
  width: 325px;
  transform: rotateX(5deg) rotateY(-7deg) translateZ(60px);
  animation: agency-card-float-e 7.7s ease-in-out infinite alternate;
}
.agency-chat-ui,
.agency-crm-rows,
.agency-analytics-ui,
.agency-email-flow,
.agency-workflow-flow {
  transform: translateZ(18px);
}
.agency-chat-ui {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 10px;
  align-items: center;
}
.agency-chat-icon,
.agency-email-flow span,
.agency-workflow-flow span {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  color: #fff;
  background: linear-gradient(140deg, #a84cff, #6C35FF);
  box-shadow: 0 14px 28px rgba(37, 99, 235, .24);
}
.agency-chat-ui p {
  margin: 0;
  color: #7a6da3;
  font-size: 12px;
  line-height: 1.35;
}
.agency-chat-ui small,
.agency-card-status {
  grid-column: 1 / -1;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #59617f;
  font-size: 11px;
  font-weight: 800;
}
.agency-chat-ui small b,
.agency-card-status b {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #28d66f;
  box-shadow: 0 0 12px rgba(40,214,111,.65);
}
.agency-typing {
  display: inline-flex;
  gap: 4px;
}
.agency-typing i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #6C3BFF;
  animation: agency-dot 1.1s ease-in-out infinite;
}
.agency-typing i:nth-child(2) { animation-delay: .15s; }
.agency-typing i:nth-child(3) { animation-delay: .3s; }
.agency-crm-rows {
  display: grid;
  gap: 9px;
}
.agency-crm-rows p {
  margin: 0;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 8px 10px;
  border-radius: 12px;
  background: rgba(249,246,255,.75);
  color: #64708d;
  font-size: 12px;
}
.agency-crm-rows strong { color: #282346; }
.agency-analytics-ui {
  position: relative;
  min-height: 132px;
}
.agency-analytics-ui > svg {
  width: 70%;
  height: 118px;
}
.agency-chart-fill { fill: url(#agencyChartFill); stroke: none; }
.agency-chart-line {
  fill: none;
  stroke: url(#agencyGradientStroke);
  stroke: #6C3BFF;
  stroke-width: 5;
  stroke-linecap: round;
  stroke-dasharray: 380;
  animation: agency-chart-draw 4.4s ease-in-out infinite;
}
.agency-growth-dial {
  position: absolute;
  right: 10px;
  top: 15px;
  width: 74px;
  height: 74px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #382e62;
  background: conic-gradient(#6C3BFF 0 76%, #F6F3FF 0 100%);
  box-shadow: inset 0 0 0 10px rgba(255,255,255,.85);
}
.agency-growth-dial strong { font-size: 16px; line-height: 1; }
.agency-growth-dial span { font-size: 9px; margin-top: -14px; }
.agency-analytics-ui small {
  position: absolute;
  right: 13px;
  bottom: 3px;
  color: #6C3BFF;
  font-size: 11px;
  font-weight: 850;
}
.agency-email-flow,
.agency-workflow-flow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 8px 0 16px;
}
.agency-email-flow i,
.agency-workflow-flow i {
  width: 26px;
  height: 2px;
  border-radius: 99px;
  background: linear-gradient(90deg, #d6c9ff, #ffbd8f);
  position: relative;
}
.agency-email-flow i::after,
.agency-workflow-flow i::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  right: -2px;
  top: -2px;
  border-radius: 50%;
  background: #E6DDFF;
  box-shadow: 0 0 12px rgba(255,157,66,.75);
  animation: agency-mini-pulse 1.4s ease-in-out infinite;
}
.agency-ai-core {
  position: absolute;
  left: 50%;
  top: 57%;
  z-index: 8;
  width: 112px;
  height: 112px;
  display: grid;
  place-items: center;
  border-radius: 28px;
  transform: translate(-50%, -50%) translateZ(130px);
  background: linear-gradient(145deg, rgba(255,255,255,.9), rgba(176,87,255,.68) 38%, rgba(6, 182, 212, ));
  box-shadow: 0 0 0 1px rgba(255,255,255,.75), 0 30px 68px rgba(37, 99, 235, .36), 0 0 62px rgba(6, 182, 212, );
  animation: agency-core-breathe 4.5s ease-in-out infinite;
}
.agency-ai-core span {
  color: #fff;
  font-size: 43px;
  font-weight: 900;
  text-shadow: 0 0 22px rgba(255,255,255,.55);
}
.agency-ai-core i,
.agency-ai-core b {
  position: absolute;
  inset: auto;
  pointer-events: none;
}
.agency-ai-core i {
  width: 168px;
  height: 36px;
  bottom: -34px;
  border-radius: 50%;
  border: 2px solid rgba(255,196,80,.6);
  box-shadow: 0 0 26px rgba(255,157,66,.45);
}
.agency-ai-core b {
  width: 138px;
  height: 34px;
  bottom: -23px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,244,163,.42), transparent 70%);
}
.agency-tool-tile {
  position: absolute;
  z-index: 6;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  color: #7742ff;
  background: rgba(255,255,255,.62);
  border: 1px solid rgba(255,255,255,.82);
  box-shadow: 0 20px 38px rgba(82,56,154,.14), inset 0 1px 0 rgba(255,255,255,.9);
  backdrop-filter: blur(18px);
  transform-style: preserve-3d;
  animation: agency-tile-float 7s ease-in-out infinite alternate;
}
.agency-tool-tile svg { width: 28px; height: 28px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.agency-tool-tile--1 { left: 41%; top: 3%; color: #EF5D9A; }
.agency-tool-tile--2 { left: 58%; top: 8%; animation-delay: -1s; }
.agency-tool-tile--3 { left: 66%; top: 21%; color: #FF7A45; animation-delay: -2.4s; }
.agency-tool-tile--4 { left: 47%; top: 21%; color: #e94b74; animation-delay: -1.6s; }
.agency-tool-tile--5 { left: 76%; top: 2%; color: #6C35FF; animation-delay: -2.8s; }
.agency-tool-tile--6 { left: 79%; top: 23%; animation-delay: -.7s; }
.agency-tool-tile--7 { left: 34%; top: 16%; animation-delay: -3.1s; }

.agency-about-section__content {
  max-width: 650px;
}
.agency-about-section__badge {
  position: relative;
  overflow: hidden;
  width: max-content;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 26px;
  padding: 10px 18px;
  border: 1px solid rgba(37, 99, 235, .14);
  border-radius: 999px;
  color: #6331ff;
  background: rgba(246,241,255,.75);
  box-shadow: 0 13px 30px rgba(90,60,180,.08), inset 0 1px 0 rgba(255,255,255,.96);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
}
.agency-about-section__badge i {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #fff, #7c42ff 55%, #512be1);
  box-shadow: 0 0 18px rgba(37, 99, 235, .32);
  transition: transform .3s ease;
}
.agency-about-section__badge::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 -45%;
  width: 34%;
  transform: skewX(-18deg);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.72), transparent);
  transition: left .45s ease;
}
.agency-about-section__badge:hover { transform: translateY(-2px); box-shadow: 0 16px 34px rgba(37, 99, 235, .14); }
.agency-about-section__badge:hover i { transform: rotate(12deg); }
.agency-about-section__badge:hover::after { left: 115%; }
.agency-about-section__content h2 {
  max-width: 680px;
  margin: 0 0 25px;
  color: var(--agency-ink);
  font-size: clamp(50px, 4.2vw, 76px);
  line-height: 1.03;
  font-weight: 850;
  letter-spacing: 0;
}
.agency-about-section__content h2 span {
  display: inline-block;
  color: transparent;
  background: linear-gradient(90deg, #6C35FF, #B441DC, #EF5D9A, #FF7A45, #6C35FF);
  background-size: 220% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  transition: filter .32s ease, transform .32s ease, background-position .6s ease;
}
.agency-about-section__content h2 span:hover {
  background-position: 100% 0;
  filter: drop-shadow(0 12px 24px rgba(164,69,230,.18));
  transform: scale(1.006);
}
.agency-about-section__description {
  max-width: 620px;
  margin: 0 0 28px;
  color: var(--agency-muted);
  font-size: clamp(17px, 1.15vw, 20px);
  line-height: 1.6;
  font-weight: 600;
}
.agency-about-section__benefits {
  display: grid;
  gap: 18px;
  margin-bottom: 32px;
}
.agency-about-section__benefit {
  position: relative;
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 14px;
  padding: 8px 10px 10px 0;
  border-radius: 17px;
  transition: transform .35s ease, background .35s ease;
}
.agency-about-section__benefit::after {
  content: "";
  position: absolute;
  left: 42px;
  right: 100%;
  bottom: 0;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #6C35FF, #EF5D9A, #FF7A45);
  transition: right .35s ease;
}
.agency-about-section__benefit > span {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #6C35FF, #EF5D9A);
  box-shadow: 0 10px 22px rgba(37, 99, 235, .22);
  transition: transform .35s ease, box-shadow .35s ease;
}
.agency-about-section__benefit svg,
.agency-about-section__cta svg,
.agency-capability svg { fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.agency-about-section__benefit h3 {
  margin: 0 0 5px;
  font-size: 17px;
  line-height: 1.2;
  color: #181b31;
}
.agency-about-section__benefit p {
  margin: 0;
  color: #6c748e;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 600;
}
.agency-about-section__benefit:hover {
  transform: translateX(6px);
  background: rgba(255,255,255,.42);
}
.agency-about-section__benefit:hover::after { right: 18px; }
.agency-about-section__benefit:hover > span { transform: scale(1.08) rotate(5deg); box-shadow: 0 14px 30px rgba(14, 165, 233, .24); }
.agency-about-section__cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 20px;
  min-height: 58px;
  padding: 0 8px 0 28px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #8d35ff, #5a35ff);
  box-shadow: 0 18px 36px rgba(93,55,242,.32);
  text-decoration: none;
  font-weight: 850;
  transition: transform .3s ease, box-shadow .3s ease, background-position .4s ease;
}
.agency-about-section__cta b {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #6732ff;
  background: #fff;
  transition: transform .3s ease;
}
.agency-about-section__cta:hover { transform: translateY(-3px); box-shadow: 0 24px 46px rgba(93,55,242,.4); }
.agency-about-section__cta:hover b { transform: translate(4px, -4px) rotate(8deg); }
.agency-about-section__cta:focus-visible { outline: 3px solid rgba(37, 99, 235, .3); outline-offset: 4px; }

.agency-about-section__capabilities {
  width: min(100%, 1400px);
  margin: 45px auto 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid rgba(255,255,255,.78);
  border-radius: 30px;
  padding: 26px 30px;
  background: rgba(255,255,255,.75);
  box-shadow: 0 26px 78px rgba(83,55,154,.13), inset 0 1px 0 rgba(255,255,255,.94);
  backdrop-filter: blur(22px);
}
.agency-capability {
  position: relative;
  min-width: 0;
  display: grid;
  grid-template-columns: 86px 1fr 38px;
  gap: 18px;
  align-items: center;
  padding: 0 24px;
  border-radius: 22px;
  transition: transform .32s ease, background .32s ease;
}
.agency-capability:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 12%;
  width: 1px;
  height: 76%;
  background: linear-gradient(180deg, transparent, rgba(37, 99, 235, .16), transparent);
}
.agency-capability__icon {
  width: 82px;
  height: 82px;
  display: grid;
  place-items: center;
  border-radius: 26px;
  color: #6C35FF;
  background: radial-gradient(circle at 35% 25%, #fff, #F6F3FF 52%, #eadfff);
  box-shadow: 0 18px 38px rgba(37, 99, 235, .13), inset 0 1px 0 #fff;
  transition: transform .32s ease;
}
.agency-capability__icon svg { width: 38px; height: 38px; }
.agency-capability h3 {
  margin: 0 0 7px;
  font-size: 17px;
  color: #15182e;
  font-weight: 900;
  transition: transform .32s ease;
}
.agency-capability p {
  margin: 0;
  color: #68708A;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 600;
}
.agency-capability > a {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #6C35FF;
  background: rgba(255,255,255,.78);
  text-decoration: none;
  transition: transform .32s ease, color .32s ease, background .32s ease, box-shadow .32s ease;
}
.agency-capability:hover {
  transform: translateY(-5px);
  background: rgba(247,242,255,.72);
}
.agency-capability:hover .agency-capability__icon { transform: translateY(-4px) rotateX(4deg) rotateY(-5deg); }
.agency-capability:hover h3 { transform: translateX(3px); }
.agency-capability:hover > a { color: #fff; background: #6C35FF; transform: translate(4px, -4px); box-shadow: 0 12px 25px rgba(37, 99, 235, .24); }

@keyframes agency-bubble-float { from { transform: translate3d(0,0,0) scale(.96); } to { transform: translate3d(18px,-24px,0) scale(1.06); } }
@keyframes agency-current { from { stroke-dashoffset: 320; } to { stroke-dashoffset: 0; } }
@keyframes agency-node-pulse { 0%,100% { opacity: .72; } 50% { opacity: 1; } }
@keyframes agency-core-breathe { 0%,100% { transform: translate(-50%, -50%) translateY(-5px) translateZ(130px) scale(.98) rotateY(-3deg); } 50% { transform: translate(-50%, -50%) translateY(8px) translateZ(130px) scale(1.03) rotateY(3deg); } }
@keyframes agency-card-float-a { to { translate: 0 8px; rotate: 0 1.5deg 0; } }
@keyframes agency-card-float-b { to { translate: 4px 6px; } }
@keyframes agency-card-float-c { to { translate: 0 10px; rotate: 1deg 0 0; } }
@keyframes agency-card-float-d { to { translate: 3px 7px; } }
@keyframes agency-card-float-e { to { translate: 0 9px; rotate: 0 0 .6deg; } }
@keyframes agency-dot { 0%,100% { transform: translateY(0); opacity: .35; } 50% { transform: translateY(-4px); opacity: 1; } }
@keyframes agency-chart-draw { 0%,100% { stroke-dashoffset: 380; } 55%,80% { stroke-dashoffset: 0; } }
@keyframes agency-mini-pulse { 0%,100% { transform: translateX(-24px); opacity: .2; } 50% { transform: translateX(8px); opacity: 1; } }
@keyframes agency-tile-float { to { transform: translate3d(10px,-16px,35px) rotateX(5deg) rotateY(-5deg); } }

@media (max-width: 1100px) {
  .agency-about-section { min-height: auto; }
  .agency-about-section__inner { padding: 80px 40px 60px; }
  .agency-about-section__main { grid-template-columns: 1fr; gap: 48px; }
  .agency-about-section__content { order: 1; justify-self: center; max-width: 760px; text-align: center; }
  .agency-about-section__badge { margin-left: auto; margin-right: auto; }
  .agency-about-section__benefits { width: min(100%, 640px); margin-left: auto; margin-right: auto; text-align: left; }
  .agency-about-section__visual { order: 2; justify-self: center; max-width: 820px; min-height: 680px; transform: scale(.92); transform-origin: center; }
  .agency-about-section__capabilities { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; }
  .agency-capability { padding: 20px; }
  .agency-capability:nth-child(2)::after { display: none; }
}
@media (max-width: 767px) {
  .agency-about-section__inner { padding: 65px 20px 50px; }
  .agency-about-section__content h2 { font-size: clamp(39px, 11vw, 56px); }
  .agency-about-section__description { font-size: 16px; }
  .agency-about-section__cta { width: min(100%, 330px); justify-content: space-between; }
  .agency-about-section__visual { width: 100%; max-width: 390px; min-height: 780px; transform: none; }
  .agency-tool-tile { display: none; }
  .agency-about-card { border-radius: 19px; padding: 13px; }
  .agency-about-card--chatbot { top: 2%; left: 3%; width: 210px; }
  .agency-about-card--crm { top: 23%; left: 0; width: 235px; }
  .agency-about-card--analytics { top: 17%; right: 0; width: 235px; }
  .agency-about-card--email { display: none; }
  .agency-about-card--workflow { bottom: 5%; right: 1%; width: 250px; }
  .agency-ai-core { top: 54%; width: 95px; height: 95px; }
  .agency-energy-wires { opacity: .82; }
  .agency-about-section__capabilities { grid-template-columns: 1fr; padding: 18px; }
  .agency-capability { grid-template-columns: 64px 1fr 36px; padding: 18px 8px; }
  .agency-capability:not(:last-child)::after { top: auto; right: 0; bottom: 0; width: 100%; height: 1px; }
  .agency-capability__icon { width: 58px; height: 58px; border-radius: 18px; }
  .agency-capability__icon svg { width: 30px; height: 30px; }
}
@media (prefers-reduced-motion: reduce) {
  .agency-about-section *,
  .agency-about-section::before,
  .agency-about-section::after {
    animation: none !important;
    transition-duration: .01ms !important;
  }
}

/* Gutenberg editor preview for the agency about block. */
.nv-ai-editor-about {
  display: grid;
  grid-template-columns: 52% 48%;
  min-height: 620px;
  overflow: hidden;
  border: 1px solid #eee5ff;
  border-radius: 18px;
  background: radial-gradient(circle at 25% 28%, rgba(139,92,246,.15), transparent 35%), radial-gradient(circle at 88% 72%, rgba(6, 182, 212, ), transparent 34%), #FBFAFF;
}
.nv-ai-editor-about__visual {
  display: grid;
  place-items: center;
  color: #6C35FF;
  text-align: center;
  padding: 40px;
}
.nv-ai-editor-about__visual > span {
  width: 110px;
  height: 110px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 28px;
  color: #fff;
  background: linear-gradient(145deg, #B441DC, #FF7A45);
  box-shadow: 0 22px 55px rgba(37, 99, 235, .24);
  font-size: 42px;
  font-weight: 900;
}
.nv-ai-editor-about__copy {
  align-self: center;
  padding: 55px 48px 55px 20px;
}
.nv-ai-editor-about__copy h2 {
  margin: 18px 0;
  color: #101426;
  font-size: 48px;
  line-height: 1.04;
}
.nv-ai-editor-about__copy p {
  color: #68708A;
  font-size: 15px;
  line-height: 1.55;
}
.nv-ai-editor-about__benefits {
  display: grid;
  gap: 10px;
  margin: 20px 0;
}
.nv-ai-editor-about__benefits div {
  padding: 11px 13px;
  border-radius: 10px;
  background: rgba(255,255,255,.7);
}
.nv-ai-editor-about__benefits strong,
.nv-ai-editor-about__benefits span {
  display: block;
}
.nv-ai-editor-about__benefits span {
  color: #68708A;
  font-size: 12px;
}
@media (max-width: 780px) {
  .nv-ai-editor-about { grid-template-columns: 1fr; }
  .nv-ai-editor-about__copy { padding: 30px; }
}

/* About section visual balance refinement v2 */
@media (min-width: 1101px) {
  .agency-about-section {
    min-height: max(100vh, 880px);
  }
  .agency-about-section__inner {
    padding-top: clamp(78px, 7vh, 96px);
    padding-bottom: clamp(58px, 6vh, 76px);
  }
  .agency-about-section__main {
    grid-template-columns: minmax(560px, 1fr) minmax(520px, .92fr);
    gap: clamp(50px, 5vw, 86px);
  }
  .agency-about-section__visual {
    max-width: 790px;
    min-height: 625px;
    margin-inline: auto;
    transform: translate3d(0,0,0);
  }
  .agency-energy-wires {
    inset: 44px 30px 34px 28px;
    width: calc(100% - 58px);
    height: calc(100% - 78px);
    opacity: .68;
  }
  .agency-about-card {
    padding: 14px;
    border-radius: 21px;
    background: linear-gradient(145deg, rgba(255,255,255,.92), rgba(255,255,255,.7));
    border-color: rgba(255,255,255,.94);
    box-shadow: 0 24px 54px rgba(80,52,153,.13), 0 10px 26px rgba(37, 99, 235, .08), inset 0 1px 0 rgba(255,255,255,.98);
  }
  .agency-about-card::before {
    inset: 9px -5px -7px 9px;
    opacity: .72;
  }
  .agency-about-card__bar {
    margin-bottom: 10px;
    font-size: 11.5px;
    gap: 5px;
  }
  .agency-about-card__bar span {
    width: 6px;
    height: 6px;
  }
  .agency-chat-icon,
  .agency-email-flow span,
  .agency-workflow-flow span {
    width: 42px;
    height: 42px;
    border-radius: 14px;
  }
  .agency-chat-ui {
    grid-template-columns: 42px 1fr;
    gap: 9px;
  }
  .agency-chat-ui p,
  .agency-crm-rows p {
    font-size: 11.5px;
  }
  .agency-crm-rows {
    gap: 8px;
  }
  .agency-crm-rows p {
    padding: 7px 9px;
  }
  .agency-analytics-ui {
    min-height: 114px;
  }
  .agency-analytics-ui > svg {
    height: 102px;
  }
  .agency-growth-dial {
    width: 66px;
    height: 66px;
    right: 8px;
    top: 12px;
    box-shadow: inset 0 0 0 9px rgba(255,255,255,.88);
  }
  .agency-growth-dial strong {
    font-size: 15px;
  }
  .agency-email-flow,
  .agency-workflow-flow {
    gap: 10px;
    margin: 7px 0 14px;
  }
  .agency-email-flow i,
  .agency-workflow-flow i {
    width: 22px;
  }
  .agency-about-card--chatbot {
    top: 4%;
    left: 5%;
    width: 246px;
    transform: rotateX(4deg) rotateY(8deg) translateZ(54px);
  }
  .agency-about-card--crm {
    top: 33%;
    left: 2%;
    width: 274px;
    transform: rotateX(-3deg) rotateY(6deg) translateZ(80px);
  }
  .agency-about-card--analytics {
    top: 23%;
    right: 4%;
    width: 300px;
    transform: rotateX(3deg) rotateY(-7deg) translateZ(68px);
  }
  .agency-about-card--email {
    bottom: 8%;
    left: 4%;
    width: 268px;
    transform: rotateX(-4deg) rotateY(7deg) translateZ(38px);
  }
  .agency-about-card--workflow {
    bottom: 6%;
    right: 4%;
    width: 300px;
    transform: rotateX(4deg) rotateY(-6deg) translateZ(60px);
  }
  .agency-ai-core {
    top: 55%;
    width: 102px;
    height: 102px;
    border-radius: 26px;
    box-shadow: 0 0 0 1px rgba(255,255,255,.8), 0 24px 58px rgba(37, 99, 235, .32), 0 0 48px rgba(6, 182, 212, );
  }
  .agency-ai-core span {
    font-size: 39px;
  }
  .agency-ai-core i {
    width: 148px;
    height: 31px;
    bottom: -29px;
  }
  .agency-ai-core b {
    width: 122px;
    height: 30px;
    bottom: -20px;
  }
  .agency-tool-tile {
    width: 50px;
    height: 50px;
    border-radius: 16px;
    opacity: .86;
    box-shadow: 0 14px 30px rgba(82,56,154,.12), inset 0 1px 0 rgba(255,255,255,.92);
  }
  .agency-tool-tile svg {
    width: 24px;
    height: 24px;
  }
  .agency-tool-tile--1 { left: 42%; top: 5%; }
  .agency-tool-tile--2 { left: 58%; top: 9%; }
  .agency-tool-tile--3 { left: 68%; top: 20%; }
  .agency-tool-tile--4 { left: 47%; top: 23%; }
  .agency-tool-tile--5 { left: 77%; top: 5%; }
  .agency-tool-tile--6 { left: 80%; top: 24%; }
  .agency-tool-tile--7 { left: 35%; top: 18%; }
}

@media (max-width: 1100px) and (min-width: 768px) {
  .agency-about-section__visual {
    max-width: 760px;
    min-height: 610px;
    transform: none;
  }
  .agency-about-card--chatbot { top: 3%; left: 5%; width: 235px; }
  .agency-about-card--crm { top: 32%; left: 2%; width: 260px; }
  .agency-about-card--analytics { top: 20%; right: 3%; width: 285px; }
  .agency-about-card--email { bottom: 8%; left: 5%; width: 250px; }
  .agency-about-card--workflow { bottom: 7%; right: 4%; width: 285px; }
  .agency-ai-core { top: 55%; width: 96px; height: 96px; }
}

@media (max-width: 767px) {
  .agency-about-section__visual {
    max-width: 410px;
    min-height: 660px;
    margin-top: 8px;
  }
  .agency-about-card {
    padding: 12px;
    border-radius: 18px;
    box-shadow: 0 18px 38px rgba(80,52,153,.12), inset 0 1px 0 rgba(255,255,255,.98);
  }
  .agency-about-card__bar {
    font-size: 11px;
    margin-bottom: 8px;
  }
  .agency-chat-ui p,
  .agency-crm-rows p,
  .agency-chat-ui small,
  .agency-card-status {
    font-size: 10.5px;
  }
  .agency-about-card--chatbot { top: 1%; left: 4%; width: 205px; }
  .agency-about-card--analytics { top: 17%; right: 0; width: 220px; }
  .agency-about-card--crm { top: 31%; left: 0; width: 218px; }
  .agency-about-card--email { display: block; bottom: 22%; left: 3%; width: 212px; }
  .agency-about-card--workflow { bottom: 3%; right: 1%; width: 232px; }
  .agency-ai-core { top: 56%; width: 84px; height: 84px; border-radius: 22px; }
  .agency-ai-core span { font-size: 32px; }
  .agency-energy-wires { opacity: .55; }
}
/* End about section visual balance refinement v2 */

/* About section connected orbit refinement v3 */
.agency-wire-glow {
  stroke: rgba(255, 158, 65, .34);
  stroke-width: 12;
}
.agency-wire-body {
  stroke: rgba(255, 189, 92, .72);
  stroke-width: 2.4;
}
.agency-wire-pulse {
  stroke: #fff3a8;
  stroke-width: 5;
  stroke-dasharray: 18 46;
  stroke-linecap: round;
  opacity: .96;
  animation-name: agency-current-flow;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.agency-wire-pulse--1 { animation-duration: 2.05s; }
.agency-wire-pulse--2 { animation-duration: 2.35s; animation-delay: -.45s; }
.agency-wire-pulse--3 { animation-duration: 1.9s; animation-delay: -.25s; }
.agency-wire-pulse--4 { animation-duration: 2.55s; animation-delay: -.9s; }
.agency-wire-pulse--5 { animation-duration: 2.2s; animation-delay: -.7s; }
.agency-wire-node {
  fill: #fffef8;
  stroke: #ffb94e;
  stroke-width: 3.2;
}
.agency-wire-node--core {
  stroke-width: 4.5;
}
@keyframes agency-current-flow {
  from { stroke-dashoffset: 140; }
  to { stroke-dashoffset: 0; }
}

@media (min-width: 1101px) {
  .agency-about-section__visual {
    max-width: 760px;
    min-height: 610px;
    justify-self: start;
    margin-left: clamp(-42px, -2.2vw, -18px);
    margin-right: 0;
  }
  .agency-energy-wires {
    inset: 8px 0 0 0;
    width: 100%;
    height: 100%;
    opacity: .9;
  }
  .agency-about-card {
    background: linear-gradient(145deg, rgba(255,255,255,.95), rgba(255,255,255,.76));
    box-shadow: 0 24px 54px rgba(80,52,153,.15), 0 12px 34px rgba(37, 99, 235, .08), inset 0 1px 0 rgba(255,255,255,1);
  }
  .agency-about-card--chatbot {
    top: 4%;
    left: 0;
    width: 244px;
    transform: rotateX(4deg) rotateY(8deg) translateZ(58px);
  }
  .agency-about-card--crm {
    top: 33%;
    left: -1%;
    width: 270px;
    transform: rotateX(-3deg) rotateY(6deg) translateZ(82px);
  }
  .agency-about-card--email {
    bottom: 8%;
    left: 3%;
    width: 262px;
    transform: rotateX(-4deg) rotateY(7deg) translateZ(44px);
  }
  .agency-about-card--analytics {
    top: 23%;
    right: 0;
    width: 294px;
    transform: rotateX(3deg) rotateY(-7deg) translateZ(72px);
  }
  .agency-about-card--workflow {
    bottom: 9%;
    right: 0;
    width: 294px;
    transform: rotateX(4deg) rotateY(-6deg) translateZ(64px);
  }
  .agency-ai-core {
    left: 50%;
    top: 55%;
    width: 98px;
    height: 98px;
    border-radius: 25px;
    z-index: 9;
  }
  .agency-ai-core span { font-size: 38px; }
  .agency-tool-tile {
    opacity: .72;
    transform: translate3d(calc(var(--mx) * .35), calc(var(--my) * .35), 0) scale(.9);
  }
  .agency-tool-tile--1 { left: 38%; top: 6%; }
  .agency-tool-tile--2 { left: 55%; top: 9%; }
  .agency-tool-tile--3 { left: 64%; top: 20%; }
  .agency-tool-tile--4 { left: 43%; top: 25%; }
  .agency-tool-tile--5 { left: 74%; top: 6%; }
  .agency-tool-tile--6 { left: 78%; top: 24%; }
  .agency-tool-tile--7 { left: 31%; top: 18%; }
}

@media (max-width: 1100px) and (min-width: 768px) {
  .agency-about-section__visual {
    max-width: 720px;
    min-height: 590px;
    margin-inline: auto;
  }
  .agency-energy-wires {
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: .82;
  }
  .agency-about-card--chatbot { top: 3%; left: 1%; width: 224px; }
  .agency-about-card--crm { top: 32%; left: 0; width: 248px; }
  .agency-about-card--email { bottom: 8%; left: 3%; width: 238px; }
  .agency-about-card--analytics { top: 22%; right: 1%; width: 270px; }
  .agency-about-card--workflow { bottom: 8%; right: 1%; width: 270px; }
  .agency-ai-core { left: 50%; top: 55%; width: 90px; height: 90px; }
}

@media (max-width: 767px) {
  .agency-about-section__visual {
    max-width: 390px;
    min-height: 690px;
    margin-inline: auto;
  }
  .agency-energy-wires {
    inset: 12px 0 0 0;
    width: 100%;
    height: 100%;
    opacity: .58;
  }
  .agency-about-card {
    padding: 10px;
    border-radius: 17px;
  }
  .agency-about-card__bar {
    font-size: 10px;
    gap: 4px;
    margin-bottom: 7px;
  }
  .agency-about-card__bar span {
    width: 5px;
    height: 5px;
  }
  .agency-chat-icon,
  .agency-email-flow span,
  .agency-workflow-flow span {
    width: 34px;
    height: 34px;
    border-radius: 12px;
  }
  .agency-chat-ui { grid-template-columns: 34px 1fr; gap: 7px; }
  .agency-chat-ui p,
  .agency-crm-rows p,
  .agency-chat-ui small,
  .agency-card-status {
    font-size: 9.8px;
    line-height: 1.25;
  }
  .agency-crm-rows { gap: 6px; }
  .agency-crm-rows p { padding: 6px 7px; }
  .agency-crm-rows p:nth-child(n+4) { display: none; }
  .agency-analytics-ui { min-height: 86px; }
  .agency-analytics-ui > svg { height: 76px; width: 68%; }
  .agency-growth-dial { width: 48px; height: 48px; right: 4px; top: 9px; box-shadow: inset 0 0 0 7px rgba(255,255,255,.88); }
  .agency-growth-dial strong { font-size: 12px; }
  .agency-growth-dial span { font-size: 7px; margin-top: -10px; }
  .agency-analytics-ui small { font-size: 9px; right: 6px; bottom: 0; }
  .agency-email-flow,
  .agency-workflow-flow { gap: 7px; margin: 6px 0 10px; }
  .agency-email-flow i,
  .agency-workflow-flow i { width: 14px; }
  .agency-about-card--chatbot { top: 1%; left: 0; width: 184px; }
  .agency-about-card--analytics { top: 15%; right: 0; width: 188px; }
  .agency-about-card--crm { top: 32%; left: 0; width: 184px; }
  .agency-about-card--email { display: block; bottom: 18%; left: 1%; width: 182px; }
  .agency-about-card--workflow { bottom: 2%; right: 0; width: 198px; }
  .agency-ai-core { left: 50%; top: 54%; width: 78px; height: 78px; border-radius: 21px; }
  .agency-ai-core span { font-size: 30px; }
  .agency-ai-core i { width: 112px; height: 24px; bottom: -23px; }
  .agency-ai-core b { width: 94px; height: 23px; bottom: -16px; }
}

@media (max-width: 420px) {
  .agency-about-section__visual {
    max-width: 350px;
    min-height: 665px;
  }
  .agency-about-card--chatbot { width: 172px; }
  .agency-about-card--analytics { width: 176px; }
  .agency-about-card--crm { width: 172px; }
  .agency-about-card--email { width: 170px; }
  .agency-about-card--workflow { width: 182px; }
}
/* End about section connected orbit refinement v3 */

/* About section card vertical nudge v4 */
@media (min-width: 1101px) {
  .agency-about-card--analytics { top: 28%; }
  .agency-about-card--email { bottom: 4%; }
  .agency-about-card--workflow { bottom: 4%; }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .agency-about-card--analytics { top: 26%; }
  .agency-about-card--email { bottom: 4%; }
  .agency-about-card--workflow { bottom: 4%; }
}
@media (max-width: 767px) {
  .agency-about-card--analytics { top: 19%; }
  .agency-about-card--email { bottom: 14%; }
  .agency-about-card--workflow { bottom: 0; }
}
/* End about section card vertical nudge v4 */

/* About section tool icons vertical lift v5 */
@media (min-width: 1101px) {
  .agency-tool-tile--1 { top: 1%; }
  .agency-tool-tile--2 { top: 4%; }
  .agency-tool-tile--3 { top: 15%; }
  .agency-tool-tile--4 { top: 19%; }
  .agency-tool-tile--5 { top: 1%; }
  .agency-tool-tile--6 { top: 19%; }
  .agency-tool-tile--7 { top: 13%; }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .agency-tool-tile--1 { top: 2%; }
  .agency-tool-tile--2 { top: 5%; }
  .agency-tool-tile--3 { top: 16%; }
  .agency-tool-tile--4 { top: 20%; }
  .agency-tool-tile--5 { top: 2%; }
  .agency-tool-tile--6 { top: 20%; }
  .agency-tool-tile--7 { top: 14%; }
}
/* End about section tool icons vertical lift v5 */

/* About section analytics right nudge v6 */
@media (min-width: 1101px) {
  .agency-about-card--analytics { right: -4%; }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .agency-about-card--analytics { right: -2%; }
}
@media (max-width: 767px) {
  .agency-about-card--analytics { right: -3%; }
}
/* End about section analytics right nudge v6 */

/* About section analytics and mini icons nudge v7 */
@media (min-width: 1101px) {
  .agency-about-card--analytics { right: -8%; }
  .agency-tool-tile--1 { top: -3%; }
  .agency-tool-tile--2 { top: 0; }
  .agency-tool-tile--3 { top: 11%; }
  .agency-tool-tile--4 { top: 15%; }
  .agency-tool-tile--5 { top: -3%; }
  .agency-tool-tile--6 { top: 15%; }
  .agency-tool-tile--7 { top: 9%; }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .agency-about-card--analytics { right: -5%; }
  .agency-tool-tile--1 { top: -1%; }
  .agency-tool-tile--2 { top: 1%; }
  .agency-tool-tile--3 { top: 12%; }
  .agency-tool-tile--4 { top: 16%; }
  .agency-tool-tile--5 { top: -1%; }
  .agency-tool-tile--6 { top: 16%; }
  .agency-tool-tile--7 { top: 10%; }
}
@media (max-width: 767px) {
  .agency-about-card--analytics { right: -5%; }
}
/* End about section analytics and mini icons nudge v7 */

/* Global premium 3D button system v1 */
body:not(.wp-admin) :where(.nv-premium-button, .wp-block-button__link, .wp-element-button, .nv-ai-hero__button, .agency-about-section__cta, .agency-capability > a, .ff-btn, .fluentform button, .fluentform input[type="submit"], form button[type="submit"], input[type="submit"], input[type="button"]) {
  --nv-btn-rx: 0deg;
  --nv-btn-ry: 0deg;
  --nv-btn-glow: rgba(37, 99, 235, .24);
  position: relative;
  isolation: isolate;
  transform: perspective(900px) translate3d(0,0,0) rotateX(var(--nv-btn-rx)) rotateY(var(--nv-btn-ry));
  transform-style: preserve-3d;
  backface-visibility: hidden;
  transition: transform .42s cubic-bezier(.16, 1, .3, 1), box-shadow .42s cubic-bezier(.16, 1, .3, 1), border-color .32s ease, filter .32s ease, background-position .52s ease;
  will-change: transform;
  overflow: hidden;
  box-shadow: 0 14px 30px rgba(31, 24, 84, .08), 0 2px 0 rgba(255,255,255,.45) inset;
}
body:not(.wp-admin) :where(.nv-premium-button, .wp-block-button__link, .wp-element-button, .nv-ai-hero__button, .agency-about-section__cta, .agency-capability > a, .ff-btn, .fluentform button, form button[type="submit"]):before {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: -1;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(115deg, rgba(255,255,255,.32), rgba(255,255,255,0) 34%, rgba(255,255,255,.22) 62%, rgba(255,255,255,0));
  transform: translate3d(-115%,0,18px) skewX(-18deg);
  opacity: 0;
  transition: transform .72s cubic-bezier(.16, 1, .3, 1), opacity .34s ease;
}
body:not(.wp-admin) :where(.nv-premium-button, .wp-block-button__link, .wp-element-button, .nv-ai-hero__button, .agency-about-section__cta, .agency-capability > a, .ff-btn, .fluentform button, form button[type="submit"]):after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  z-index: 4;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,.42);
  border-top-color: currentColor;
  opacity: 0;
  transform: translate3d(8px,-50%,26px) scale(.72);
  pointer-events: none;
}
body:not(.wp-admin) :where(.nv-premium-button, .wp-block-button__link, .wp-element-button, .nv-ai-hero__button, .agency-about-section__cta, .agency-capability > a, .ff-btn, .fluentform button, .fluentform input[type="submit"], form button[type="submit"], input[type="submit"], input[type="button"]):hover {
  transform: perspective(900px) translate3d(0,-5px,18px) rotateX(var(--nv-btn-rx)) rotateY(var(--nv-btn-ry));
  box-shadow: 0 24px 52px var(--nv-btn-glow), 0 12px 26px rgba(31,24,84,.1), 0 2px 0 rgba(255,255,255,.5) inset;
  filter: saturate(1.08) brightness(1.02);
}
body:not(.wp-admin) :where(.nv-premium-button, .wp-block-button__link, .wp-element-button, .nv-ai-hero__button, .agency-about-section__cta, .agency-capability > a, .ff-btn, .fluentform button, form button[type="submit"]):hover:before {
  opacity: 1;
  transform: translate3d(115%,0,18px) skewX(-18deg);
}
body:not(.wp-admin) :where(.nv-premium-button, .wp-block-button__link, .wp-element-button, .nv-ai-hero__button, .agency-about-section__cta, .agency-capability > a, .ff-btn, .fluentform button, .fluentform input[type="submit"], form button[type="submit"], input[type="submit"], input[type="button"]):active,
body:not(.wp-admin) :where(.nv-premium-button.is-pressed) {
  transform: perspective(900px) translate3d(0,-1px,6px) scale(.985) rotateX(calc(var(--nv-btn-rx) * .35)) rotateY(calc(var(--nv-btn-ry) * .35));
  box-shadow: 0 10px 22px rgba(31,24,84,.12), 0 1px 0 rgba(255,255,255,.38) inset;
}
body:not(.wp-admin) :where(.nv-premium-button, .wp-block-button__link, .wp-element-button, .nv-ai-hero__button, .agency-about-section__cta, .agency-capability > a, .ff-btn, .fluentform button, form button[type="submit"]) :where(svg, b, i) {
  transition: transform .38s cubic-bezier(.16, 1, .3, 1), opacity .28s ease;
  will-change: transform;
}
body:not(.wp-admin) :where(.nv-premium-button, .wp-block-button__link, .wp-element-button, .nv-ai-hero__button, .agency-about-section__cta, .agency-capability > a, .ff-btn, .fluentform button, form button[type="submit"]):hover :where(svg, b, i) {
  transform: translate3d(4px,-2px,18px) rotate(6deg);
}
body:not(.wp-admin) :where(.nv-premium-button.is-loading, .wp-block-button__link.is-loading, .wp-element-button.is-loading, .nv-ai-hero__button.is-loading, .agency-about-section__cta.is-loading, .agency-capability > a.is-loading, .ff-btn.is-loading, .fluentform button.is-loading, form button[type="submit"].is-loading) {
  pointer-events: none;
  cursor: progress;
  color: transparent !important;
  text-shadow: none !important;
  transform: perspective(900px) translate3d(0,-2px,10px) scale(.99);
}
body:not(.wp-admin) :where(.nv-premium-button.is-loading, .wp-block-button__link.is-loading, .wp-element-button.is-loading, .nv-ai-hero__button.is-loading, .agency-about-section__cta.is-loading, .agency-capability > a.is-loading, .ff-btn.is-loading, .fluentform button.is-loading, form button[type="submit"].is-loading):after {
  opacity: 1;
  color: #fff;
  animation: nv-premium-button-spin .74s linear infinite;
  transform: translate3d(0,-50%,26px) scale(1);
}
body:not(.wp-admin) input.nv-premium-button.is-loading,
body:not(.wp-admin) input[type="submit"].is-loading,
body:not(.wp-admin) input[type="button"].is-loading {
  cursor: progress;
  filter: saturate(1.04) brightness(.98);
}
body:not(.wp-admin) :where(.nv-premium-button:focus-visible, .wp-block-button__link:focus-visible, .wp-element-button:focus-visible, .nv-ai-hero__button:focus-visible, .agency-about-section__cta:focus-visible, .agency-capability > a:focus-visible, .ff-btn:focus-visible, .fluentform button:focus-visible, form button[type="submit"]:focus-visible, input[type="submit"]:focus-visible, input[type="button"]:focus-visible) {
  outline: 3px solid rgba(108,99,255,.28);
  outline-offset: 4px;
}
@keyframes nv-premium-button-spin {
  to { rotate: 360deg; }
}
@media (prefers-reduced-motion: reduce) {
  body:not(.wp-admin) :where(.nv-premium-button, .wp-block-button__link, .wp-element-button, .nv-ai-hero__button, .agency-about-section__cta, .agency-capability > a, .ff-btn, .fluentform button, .fluentform input[type="submit"], form button[type="submit"], input[type="submit"], input[type="button"]) {
    transform: none !important;
    transition-duration: .01ms !important;
    animation: none !important;
  }
}
/* End global premium 3D button system v1 */

/* Explore Services premium 3D CTA hover v2 */
body:not(.wp-admin) .agency-about-section__cta {
  --nv-btn-glow: rgba(37, 99, 235, .42);
  color: #ffffff !important;
  background-size: 240% 100% !important;
  background-position: 0 50%;
  border: 1px solid rgba(255,255,255,.34);
  box-shadow: 0 22px 46px rgba(93,55,242,.28), 0 8px 18px rgba(6, 182, 212, ), inset 0 1px 0 rgba(255,255,255,.45);
}
body:not(.wp-admin) .agency-about-section__cta span,
body:not(.wp-admin) .agency-about-section__cta b,
body:not(.wp-admin) .agency-about-section__cta svg {
  position: relative;
  z-index: 5;
}
body:not(.wp-admin) .agency-about-section__cta:hover,
body:not(.wp-admin) .agency-about-section__cta:focus-visible {
  color: #ffffff !important;
  background-position: 100% 50% !important;
  border-color: rgba(255,255,255,.72);
  filter: saturate(1.18) brightness(1.07);
  transform: perspective(950px) translate3d(0,-8px,34px) rotateX(var(--nv-btn-rx, 0deg)) rotateY(var(--nv-btn-ry, 0deg)) scale(1.026) !important;
  box-shadow: 0 34px 72px rgba(37, 99, 235, .42), 0 18px 40px rgba(6, 182, 212, ), 0 0 0 1px rgba(255,255,255,.5) inset, 0 2px 0 rgba(255,255,255,.52) inset;
}
body:not(.wp-admin) .agency-about-section__cta:hover span {
  color: #ffffff !important;
  text-shadow: 0 1px 10px rgba(255,255,255,.32);
  transform: translate3d(-2px,0,24px);
}
body:not(.wp-admin) .agency-about-section__cta b {
  box-shadow: 0 12px 28px rgba(255,255,255,.18), 0 8px 22px rgba(47,32,139,.18);
}
body:not(.wp-admin) .agency-about-section__cta:hover b {
  color: #6C35FF !important;
  background: #ffffff;
  transform: translate3d(8px,-5px,34px) rotate(10deg) scale(1.08) !important;
  box-shadow: 0 18px 34px rgba(255,255,255,.32), 0 12px 30px rgba(47,32,139,.2);
}
body:not(.wp-admin) .agency-about-section__cta:hover:before {
  opacity: 1;
  transform: translate3d(125%,0,34px) skewX(-18deg) !important;
}
body:not(.wp-admin) .agency-about-section__cta:active {
  transform: perspective(950px) translate3d(0,-2px,14px) rotateX(calc(var(--nv-btn-rx, 0deg) * .35)) rotateY(calc(var(--nv-btn-ry, 0deg) * .35)) scale(.988) !important;
}
/* End Explore Services premium 3D CTA hover v2 */

/* Explore Services contained premium hover v3 */
body:not(.wp-admin) .agency-about-section__cta {
  min-width: max-content;
  overflow: hidden;
  gap: 16px;
  padding-right: 9px;
  color: #ffffff !important;
  transform-origin: center;
}
body:not(.wp-admin) .agency-about-section__cta span {
  color: #ffffff !important;
  transition: transform .36s cubic-bezier(.16,1,.3,1), text-shadow .28s ease;
}
body:not(.wp-admin) .agency-about-section__cta b {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  min-width: 44px;
  max-width: 44px;
  aspect-ratio: 1;
  transform-origin: center;
  will-change: transform;
}
body:not(.wp-admin) .agency-about-section__cta:hover,
body:not(.wp-admin) .agency-about-section__cta:focus-visible {
  color: #ffffff !important;
  transform: perspective(900px) translate3d(0,-5px,18px) rotateX(var(--nv-btn-rx, 0deg)) rotateY(var(--nv-btn-ry, 0deg)) scale(1.01) !important;
  box-shadow: 0 26px 56px rgba(37, 99, 235, .34), 0 12px 28px rgba(6, 182, 212, ), 0 0 0 1px rgba(255,255,255,.45) inset, 0 2px 0 rgba(255,255,255,.48) inset;
}
body:not(.wp-admin) .agency-about-section__cta:hover span {
  color: #ffffff !important;
  transform: translate3d(-1px,0,14px);
  text-shadow: 0 1px 8px rgba(255,255,255,.24);
}
body:not(.wp-admin) .agency-about-section__cta:hover b {
  color: #6C35FF !important;
  background: #ffffff;
  transform: translate3d(3px,-2px,18px) rotate(5deg) scale(1) !important;
  box-shadow: 0 12px 26px rgba(255,255,255,.24), 0 8px 22px rgba(47,32,139,.16);
}
body:not(.wp-admin) .agency-about-section__cta:hover svg {
  transform: translate3d(1px,-1px,0) rotate(0deg) !important;
}
body:not(.wp-admin) .agency-about-section__cta:hover:before {
  transform: translate3d(105%,0,18px) skewX(-18deg) !important;
}
body:not(.wp-admin) .agency-about-section__cta:active {
  transform: perspective(900px) translate3d(0,-1px,8px) scale(.992) !important;
}
/* End Explore Services contained premium hover v3 */

/* About section CRM and AI size nudge v8 */
@media (min-width: 1101px) {
  .agency-about-card--crm { left: 4%; }
  .agency-ai-core {
    width: 88px;
    height: 88px;
    border-radius: 23px;
  }
  .agency-ai-core span { font-size: 34px; }
  .agency-ai-core i { width: 132px; height: 28px; bottom: -25px; }
  .agency-ai-core b { width: 108px; height: 26px; bottom: -18px; }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .agency-about-card--crm { left: 4%; }
  .agency-ai-core {
    width: 82px;
    height: 82px;
    border-radius: 21px;
  }
  .agency-ai-core span { font-size: 31px; }
  .agency-ai-core i { width: 122px; height: 26px; bottom: -23px; }
  .agency-ai-core b { width: 100px; height: 24px; bottom: -16px; }
}
@media (max-width: 767px) {
  .agency-about-card--crm { left: 5%; }
  .agency-ai-core {
    width: 70px;
    height: 70px;
    border-radius: 19px;
  }
  .agency-ai-core span { font-size: 27px; }
  .agency-ai-core i { width: 98px; height: 22px; bottom: -20px; }
  .agency-ai-core b { width: 82px; height: 21px; bottom: -14px; }
}
/* End about section CRM and AI size nudge v8 */

/* About section CRM left wire reveal v9 */
@media (min-width: 1101px) {
  .agency-about-card--crm { left: -7%; }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .agency-about-card--crm { left: -3%; }
}
@media (max-width: 767px) {
  .agency-about-card--crm { left: 0; }
}
/* End about section CRM left wire reveal v9 */

/* About section chatbot rear icon nudge v10 */
@media (min-width: 1101px) {
  .agency-tool-tile--1 {
    left: 43%;
    top: -6%;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .agency-tool-tile--1 {
    left: 42%;
    top: -4%;
  }
}
/* End about section chatbot rear icon nudge v10 */

/* About section hide chatbot rear icon v11 */
.agency-about-section .agency-tool-tile--1 {
  display: none !important;
}
/* End about section hide chatbot rear icon v11 */

/* About section hide actual chatbot rear icon v12 */
.agency-about-section .agency-tool-tile--7 {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}
/* End about section hide actual chatbot rear icon v12 */

/* About section mobile visual cleanup v13 */
@media (max-width: 767px) {
  .agency-about-section__visual {
    width: min(100%, 360px);
    max-width: 360px;
    min-height: 610px;
    margin-top: 0;
    margin-bottom: 8px;
  }
  .agency-energy-wires {
    inset: 20px 4px 12px 4px;
    width: calc(100% - 8px);
    height: calc(100% - 32px);
    opacity: .38;
    filter: saturate(.92);
  }
  .agency-wire-glow { stroke-width: 8; opacity: .58; }
  .agency-wire-body { stroke-width: 1.5; opacity: .62; }
  .agency-wire-pulse { stroke-width: 3.2; opacity: .82; stroke-dasharray: 14 48; }
  .agency-about-card {
    padding: 9px 10px;
    border-radius: 16px;
    background: linear-gradient(145deg, rgba(255,255,255,.96), rgba(255,255,255,.78));
    box-shadow: 0 16px 34px rgba(80,52,153,.12), 0 7px 18px rgba(37, 99, 235, .07), inset 0 1px 0 rgba(255,255,255,1);
  }
  .agency-about-card__bar {
    font-size: 9.5px;
    line-height: 1.1;
    margin-bottom: 7px;
  }
  .agency-chat-ui p,
  .agency-crm-rows p,
  .agency-chat-ui small,
  .agency-card-status {
    font-size: 9.4px;
  }
  .agency-chat-icon,
  .agency-email-flow span,
  .agency-workflow-flow span {
    width: 32px;
    height: 32px;
    border-radius: 11px;
  }
  .agency-chat-ui { grid-template-columns: 32px 1fr; gap: 6px; }
  .agency-crm-rows { gap: 5px; }
  .agency-crm-rows p { padding: 5px 7px; }
  .agency-email-flow,
  .agency-workflow-flow { gap: 6px; margin: 5px 0 9px; }
  .agency-email-flow i,
  .agency-workflow-flow i { width: 12px; }
  .agency-analytics-ui { min-height: 80px; }
  .agency-analytics-ui > svg { height: 70px; width: 66%; }
  .agency-growth-dial { width: 44px; height: 44px; right: 3px; top: 8px; }
  .agency-growth-dial strong { font-size: 11px; }
  .agency-growth-dial span { font-size: 7px; margin-top: -9px; }
  .agency-analytics-ui small { font-size: 8.5px; right: 5px; bottom: 0; }
  .agency-about-card--chatbot {
    top: 4px;
    left: 0;
    width: 166px;
  }
  .agency-about-card--analytics {
    top: 92px;
    right: 0;
    width: 170px;
  }
  .agency-about-card--crm {
    top: 204px;
    left: 0;
    width: 166px;
  }
  .agency-ai-core {
    left: 50%;
    top: 49%;
    width: 62px;
    height: 62px;
    border-radius: 17px;
  }
  .agency-ai-core span { font-size: 24px; }
  .agency-ai-core i { width: 86px; height: 19px; bottom: -18px; }
  .agency-ai-core b { width: 72px; height: 18px; bottom: -12px; }
  .agency-about-card--email {
    display: block;
    left: 0;
    bottom: 92px;
    width: 166px;
  }
  .agency-about-card--workflow {
    right: 0;
    bottom: 8px;
    width: 180px;
  }
}
@media (max-width: 380px) {
  .agency-about-section__visual {
    max-width: 336px;
    min-height: 590px;
  }
  .agency-about-card--chatbot,
  .agency-about-card--crm,
  .agency-about-card--email { width: 156px; }
  .agency-about-card--analytics { width: 160px; top: 88px; }
  .agency-about-card--crm { top: 198px; }
  .agency-about-card--workflow { width: 168px; }
  .agency-about-card__bar { font-size: 9px; }
  .agency-chat-ui p,
  .agency-crm-rows p,
  .agency-chat-ui small,
  .agency-card-status { font-size: 8.9px; }
}
/* End about section mobile visual cleanup v13 */

/* About section mobile email and AI nudge v14 */
@media (max-width: 767px) {
  .agency-about-card--email { bottom: 118px; }
  .agency-ai-core {
    top: 52%;
    width: 56px;
    height: 56px;
    border-radius: 15px;
  }
  .agency-ai-core span { font-size: 22px; }
  .agency-ai-core i { width: 78px; height: 17px; bottom: -16px; }
  .agency-ai-core b { width: 64px; height: 16px; bottom: -11px; }
}
@media (max-width: 380px) {
  .agency-about-card--email { bottom: 112px; }
  .agency-ai-core {
    top: 52%;
    width: 52px;
    height: 52px;
    border-radius: 14px;
  }
  .agency-ai-core span { font-size: 20px; }
}
/* End about section mobile email and AI nudge v14 */

/* About section mobile AI lower nudge v15 */
@media (max-width: 767px) {
  .agency-ai-core { top: 56%; }
}
@media (max-width: 380px) {
  .agency-ai-core { top: 56%; }
}
/* End about section mobile AI lower nudge v15 */

/* Premium About replacement v2 */
.agency-about-section--premium,
.agency-about-section--premium * { box-sizing: border-box; }
.agency-about-section--premium {
  --about-ink: #101426;
  --about-muted: #68708A;
  --about-blue: #6C35FF;
  --about-pink: #EF5D9A;
  --about-orange: #FF7A45;
  position: relative;
  min-height: 900px;
  display: block;
  overflow: hidden;
  isolation: isolate;
  color: var(--about-ink);
  background:
    radial-gradient(circle at 18% 34%, rgba(117,72,255,.16), transparent 34%),
    radial-gradient(circle at 78% 36%, rgba(14, 165, 233, .12), transparent 32%),
    radial-gradient(circle at 65% 82%, rgba(6, 182, 212, ), transparent 30%),
    linear-gradient(145deg, rgba(250,251,255,1), rgba(252,248,255,.96));
}
.agency-about-section--premium::before {
  content: "";
  position: absolute;
  inset: 6% -10% auto;
  height: 78%;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 32% 54%, rgba(255,255,255,.88), transparent 48%),
    radial-gradient(circle at 70% 38%, rgba(255,237,247,.58), transparent 45%),
    linear-gradient(110deg, transparent 0 46%, rgba(124,91,255,.055) 46% 47%, transparent 47% 100%);
  filter: blur(16px);
}
.agency-about-section--premium .agency-about-section__mesh {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: .36;
  background-image:
    linear-gradient(115deg, transparent 0 49.7%, rgba(113,56,255,.16) 49.9% 50.1%, transparent 50.3% 100%),
    linear-gradient(27deg, transparent 0 49.8%, rgba(6, 182, 212, ) 50%, transparent 50.2% 100%);
  background-size: 520px 520px, 620px 620px;
}
.agency-about-section--premium .agency-about-section__inner {
  position: relative;
  z-index: 2;
  width: min(100%, 1440px);
  margin: 0 auto;
  padding: clamp(100px, 8vw, 120px) clamp(64px, 5vw, 80px) clamp(90px, 7vw, 112px);
}
.agency-about-section--premium .agency-about-section__main {
  display: grid;
  grid-template-columns: minmax(500px, .92fr) minmax(580px, 1.08fr);
  gap: clamp(56px, 5vw, 72px);
  align-items: center;
}
.agency-about-section--premium .agency-about-section__visual {
  position: relative;
  min-height: 760px;
  width: 100%;
  max-width: 620px;
  perspective: 1400px;
  transform-style: preserve-3d;
  --px: 0px;
  --py: 0px;
}
.agency-about-section--premium .agency-about-section__image {
  position: absolute;
  margin: 0;
  overflow: hidden;
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(255,255,255,.88);
  box-shadow: 0 34px 84px rgba(83,54,160,.2), inset 0 1px 0 rgba(255,255,255,.95);
}
.agency-about-section--premium .agency-about-section__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .75s cubic-bezier(.22,1,.36,1);
}
.agency-about-section--premium .agency-about-section__image--main {
  right: 0;
  top: 0;
  width: min(88%, 560px);
  height: 700px;
  border-radius: 34px;
  transform: translate3d(calc(var(--px) * .1), calc(var(--py) * .08), 0);
}
.agency-about-section--premium .agency-about-section__image--main::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(145deg, rgba(37, 99, 235, .08), transparent 34%, rgba(6, 182, 212, ));
}
.agency-about-section--premium .agency-about-section__image--secondary {
  left: -42px;
  bottom: 18px;
  z-index: 6;
  width: min(60%, 370px);
  height: 312px;
  border-radius: 28px;
  border: 6px solid rgba(255,255,255,.94);
  transform: translate3d(calc(var(--px) * .18), calc(var(--py) * .16), 0);
}
.agency-about-section--premium .agency-about-section__image--secondary::after {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 20px;
  pointer-events: none;
  border: 1px solid rgba(255,255,255,.42);
}
.agency-about-section--premium .agency-about-section__image--secondary:hover img { transform: scale(1.03); }
.agency-about-section--premium .agency-about-growth {
  position: absolute;
  left: -34px;
  top: 96px;
  z-index: 8;
  width: 230px;
  min-height: 205px;
  padding: 28px 26px;
  border-radius: 24px;
  border: 1px solid rgba(139,92,246,.18);
  background: linear-gradient(145deg, rgba(255,255,255,.92), rgba(255,255,255,.68));
  box-shadow: 0 30px 76px rgba(98,61,190,.18), inset 0 1px 0 rgba(255,255,255,.96);
  backdrop-filter: blur(22px);
  transform: translate3d(calc(var(--px) * .24), calc(var(--py) * .2), 0);
  animation: about-soft-breathe 6.8s ease-in-out infinite;
}
.agency-about-section--premium .agency-about-growth span {
  width: 54px;
  height: 38px;
  display: grid;
  place-items: center;
  color: var(--about-blue);
  margin-bottom: 12px;
}
.agency-about-section--premium .agency-about-growth svg,
.agency-about-section--premium .agency-about-tech svg,
.agency-about-section--premium .agency-about-section__cta svg,
.agency-about-section--premium .agency-about-feature svg,
.agency-about-section--premium .agency-about-section__benefit svg {
  width: 1em;
  height: 1em;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.3;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.agency-about-section--premium .agency-about-growth span svg { width: 48px; height: 34px; }
.agency-about-section--premium .agency-about-growth strong {
  display: block;
  font-size: 40px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
  color: #101426;
}
.agency-about-section--premium .agency-about-growth h3 {
  margin: 12px 0 8px;
  font-size: 18px;
  line-height: 1.2;
  color: var(--about-blue);
}
.agency-about-section--premium .agency-about-growth p {
  margin: 0;
  color: #39415d;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 600;
}
.agency-about-section--premium .agency-about-tech {
  position: absolute;
  z-index: 7;
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,.72);
  color: #fff;
  background: linear-gradient(145deg, rgba(37, 99, 235, .95), rgba(14, 165, 233, .9));
  box-shadow: 0 20px 46px rgba(37, 99, 235, .24), inset 0 1px 0 rgba(255,255,255,.58);
  backdrop-filter: blur(16px);
  animation: about-icon-float 5.8s ease-in-out infinite alternate;
}
.agency-about-section--premium .agency-about-tech svg { width: 32px; height: 32px; }
.agency-about-section--premium .agency-about-tech--1 { right: 74%; top: 34px; background: linear-gradient(145deg, #6e4cff, #a75cff); transform: rotate(-8deg) translate3d(calc(var(--px) * .25), calc(var(--py) * .15), 0); }
.agency-about-section--premium .agency-about-tech--2 { right: 20%; top: 52px; background: linear-gradient(145deg, #58a8ff, #6C35FF); animation-delay: -.8s; transform: rotate(7deg) translate3d(calc(var(--px) * .28), calc(var(--py) * .16), 0); }
.agency-about-section--premium .agency-about-tech--3 { right: 45%; top: 160px; background: linear-gradient(145deg, #d958ff, #ff6ba5); animation-delay: -1.4s; transform: translate3d(calc(var(--px) * .22), calc(var(--py) * .2), 0); }
.agency-about-section--premium .agency-about-tech--4 { right: 2%; top: 205px; background: linear-gradient(145deg, #EF5D9A, #f15ca7); animation-delay: -2s; transform: rotate(9deg) translate3d(calc(var(--px) * .2), calc(var(--py) * .19), 0); }
.agency-about-section--premium .agency-about-tech--5 { right: 32%; top: 285px; background: linear-gradient(145deg, #8e52ff, #6638ff); animation-delay: -2.4s; transform: rotate(-6deg) translate3d(calc(var(--px) * .24), calc(var(--py) * .18), 0); }
.agency-about-section--premium .agency-about-tech--6 { right: 8%; top: 405px; background: linear-gradient(145deg, #ff70a8, #EF5D9A); animation-delay: -3s; transform: rotate(-8deg) translate3d(calc(var(--px) * .18), calc(var(--py) * .21), 0); }
.agency-about-section--premium .agency-about-tech--7 { right: 68%; top: 330px; background: linear-gradient(145deg, #2f9bff, #6C35FF); animation-delay: -3.5s; transform: rotate(6deg) translate3d(calc(var(--px) * .23), calc(var(--py) * .16), 0); }
.agency-about-section--premium .agency-about-connectors {
  position: absolute;
  inset: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: visible;
  opacity: .58;
  transform: translate3d(calc(var(--px) * .12), calc(var(--py) * .08), 0);
}
.agency-about-section--premium .agency-about-connectors path {
  fill: none;
  stroke: rgba(161,82,255,.48);
  stroke-width: 2;
  stroke-dasharray: 6 9;
  filter: drop-shadow(0 0 8px rgba(14, 165, 233, .28));
  animation: about-line-flow 5s linear infinite;
}
.agency-about-section--premium .agency-about-section__content {
  position: relative;
  z-index: 3;
  max-width: 760px;
}
.agency-about-section--premium .agency-about-section__badge {
  position: relative;
  width: max-content;
  margin: 0 0 34px 84px;
  padding: 12px 20px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 999px;
  border: 1px solid rgba(37, 99, 235, .14);
  background: rgba(255,255,255,.78);
  box-shadow: 0 16px 36px rgba(95,65,180,.1), inset 0 1px 0 rgba(255,255,255,.92);
  color: var(--about-blue);
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.agency-about-section--premium .agency-about-section__badge::before {
  content: "";
  position: absolute;
  right: calc(100% + 18px);
  top: 50%;
  width: 70px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--about-blue));
}
.agency-about-section--premium .agency-about-section__badge::after {
  content: "";
  position: absolute;
  right: calc(100% + 14px);
  top: calc(50% - 4px);
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--about-blue);
  border-right: 2px solid var(--about-blue);
  transform: rotate(45deg);
}
.agency-about-section--premium .agency-about-section__badge i {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--about-blue), var(--about-pink));
  box-shadow: 0 0 20px rgba(37, 99, 235, .42);
}
.agency-about-section--premium h2 {
  max-width: 780px;
  margin: 0;
  color: var(--about-ink);
  font-size: clamp(58px, 4.7vw, 72px);
  line-height: 1.06;
  font-weight: 850;
  letter-spacing: 0;
}
.agency-about-section--premium h2 span {
  color: transparent;
  background: linear-gradient(90deg, #6C35FF, #6C3BFF, #FF7A45, #FF7A45);
  -webkit-background-clip: text;
  background-clip: text;
}
.agency-about-section--premium .agency-about-section__description {
  max-width: 700px;
  margin: 28px 0 0;
  color: var(--about-muted);
  font-size: 18px;
  line-height: 1.75;
  font-weight: 600;
}
.agency-about-section--premium .agency-about-section__benefits {
  display: grid;
  gap: 16px;
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
}
.agency-about-section--premium .agency-about-section__benefit {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #303853;
  font-size: 17px;
  line-height: 1.45;
}
.agency-about-section--premium .agency-about-section__benefit span {
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(145deg, #6C3BFF, #EF5D9A);
  box-shadow: 0 12px 24px rgba(37, 99, 235, .22);
}
.agency-about-section--premium .agency-about-section__benefit svg { width: 14px; height: 14px; stroke-width: 3; }
.agency-about-section--premium .agency-about-section__cta {
  width: max-content;
  min-height: 64px;
  margin-top: 38px;
  padding: 0 8px 0 30px;
  display: inline-flex;
  align-items: center;
  gap: 22px;
  border-radius: 999px;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 800;
  background: linear-gradient(135deg, #5635FF 0%, #5f35ff 52%, #843dff 100%);
  box-shadow: 0 22px 42px rgba(37, 99, 235, .3), inset 0 1px 0 rgba(255,255,255,.3);
  transition: transform .32s cubic-bezier(.22,1,.36,1), box-shadow .32s ease, filter .32s ease;
}
.agency-about-section--premium .agency-about-section__cta b {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #6C35FF;
  background: #fff;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.8);
  transition: transform .32s cubic-bezier(.22,1,.36,1);
}
.agency-about-section--premium .agency-about-section__cta:hover,
.agency-about-section--premium .agency-about-section__cta:focus-visible {
  transform: translateY(-4px);
  filter: saturate(1.08);
  box-shadow: 0 28px 56px rgba(37, 99, 235, .36), inset 0 1px 0 rgba(255,255,255,.34);
}
.agency-about-section--premium .agency-about-section__cta:hover b { transform: translateX(4px) rotate(8deg); }
.agency-about-section--premium .agency-about-section__cta:focus-visible { outline: 3px solid rgba(37, 99, 235, .22); outline-offset: 4px; }
.agency-about-section--premium .agency-about-section__feature-panel {
  position: relative;
  z-index: 6;
  width: min(900px, 68vw);
  min-height: 260px;
  margin: -52px 0 0 auto;
  padding: 36px 42px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-radius: 30px;
  border: 1px solid rgba(255,255,255,.76);
  background: linear-gradient(145deg, rgba(255,255,255,.82), rgba(255,255,255,.58));
  box-shadow: 0 34px 92px rgba(85,58,150,.16), inset 0 1px 0 rgba(255,255,255,.94);
  backdrop-filter: blur(24px);
}
.agency-about-section--premium .agency-about-feature {
  position: relative;
  min-width: 0;
  padding: 0 34px;
  text-align: center;
  transition: transform .32s cubic-bezier(.22,1,.36,1), background .32s ease;
}
.agency-about-section--premium .agency-about-feature + .agency-about-feature { border-left: 1px solid rgba(37, 99, 235, .16); }
.agency-about-section--premium .agency-about-feature__icon {
  width: 84px;
  height: 84px;
  margin: 0 auto 24px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #6C35FF;
  background: rgba(37, 99, 235, .11);
  box-shadow: 0 16px 36px rgba(37, 99, 235, .14), inset 0 1px 0 rgba(255,255,255,.82);
  transition: transform .32s cubic-bezier(.22,1,.36,1), box-shadow .32s ease;
}
.agency-about-section--premium .agency-about-feature--2 .agency-about-feature__icon { color: #EF5D9A; background: rgba(14, 165, 233, .12); box-shadow: 0 16px 36px rgba(14, 165, 233, .14), inset 0 1px 0 rgba(255,255,255,.82); }
.agency-about-section--premium .agency-about-feature--3 .agency-about-feature__icon { color: #FF7A45; background: rgba(6, 182, 212, ); box-shadow: 0 16px 36px rgba(6, 182, 212, ), inset 0 1px 0 rgba(255,255,255,.82); }
.agency-about-section--premium .agency-about-feature__icon svg { width: 38px; height: 38px; }
.agency-about-section--premium .agency-about-feature h3 {
  margin: 0 0 14px;
  color: var(--about-ink);
  font-size: 18px;
  line-height: 1.25;
  font-weight: 850;
}
.agency-about-section--premium .agency-about-feature p {
  margin: 0;
  color: #56617d;
  font-size: 15px;
  line-height: 1.65;
  font-weight: 600;
}
.agency-about-section--premium .agency-about-feature:hover { transform: translateY(-5px); }
.agency-about-section--premium .agency-about-feature:hover .agency-about-feature__icon { transform: rotate(5deg); box-shadow: 0 22px 42px rgba(37, 99, 235, .18), inset 0 1px 0 rgba(255,255,255,.9); }
.agency-about-section--premium .agency-about-decor {
  position: absolute;
  z-index: 1;
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(circle at 32% 24%, #fff, rgba(189,160,255,.7) 42%, rgba(114,76,255,.35) 76%, transparent);
  box-shadow: inset -12px -10px 24px rgba(116,80,226,.11), 0 22px 48px rgba(113,56,255,.12);
  animation: about-sphere-drift 12s ease-in-out infinite alternate;
}
.agency-about-section--premium .agency-about-decor--1 { width: 58px; height: 58px; left: 4%; top: 8%; opacity: .5; }
.agency-about-section--premium .agency-about-decor--2 { width: 34px; height: 34px; left: 58%; top: 7%; opacity: .42; animation-duration: 14s; }
.agency-about-section--premium .agency-about-decor--3 { width: 48px; height: 48px; right: 6%; top: 10%; opacity: .46; animation-duration: 16s; }
.agency-about-section--premium .agency-about-decor--4 { width: 36px; height: 36px; left: 6%; top: 48%; opacity: .42; animation-duration: 13s; }
.agency-about-section--premium .agency-about-decor--5 { width: 62px; height: 62px; right: 8%; top: 50%; opacity: .34; background: radial-gradient(circle at 32% 24%, #fff, rgba(255,173,212,.72) 42%, rgba(6, 182, 212, ) 76%, transparent); }
.agency-about-section--premium .agency-about-decor--6 { width: 72px; height: 72px; left: 30%; bottom: 4%; opacity: .45; animation-duration: 18s; }
.agency-about-section--premium .agency-about-decor--7 { width: 22px; height: 22px; right: 21%; bottom: 18%; opacity: .36; animation-duration: 10s; }
.agency-about-section--premium .agency-about-decor--8 { width: 140px; height: 140px; right: -3%; bottom: -6%; opacity: .12; }
.agency-about-section--premium .agency-about-decor--9 { width: 18px; height: 18px; left: 47%; bottom: 12%; opacity: .38; animation-duration: 11s; }
.agency-about-section--premium .agency-about-decor--10 { width: 24px; height: 24px; left: 18%; top: 3%; opacity: .3; animation-duration: 15s; }
.agency-about-section--premium.is-ready .agency-about-section__badge,
.agency-about-section--premium.is-ready h2,
.agency-about-section--premium.is-ready .agency-about-section__description,
.agency-about-section--premium.is-ready .agency-about-section__benefit,
.agency-about-section--premium.is-ready .agency-about-section__cta,
.agency-about-section--premium.is-ready .agency-about-section__image,
.agency-about-section--premium.is-ready .agency-about-growth,
.agency-about-section--premium.is-ready .agency-about-tech,
.agency-about-section--premium.is-ready .agency-about-section__feature-panel {
  opacity: 0;
  transform: translateY(24px) scale(.98);
}
.agency-about-section--premium.is-ready.is-visible .agency-about-section__badge,
.agency-about-section--premium.is-ready.is-visible h2,
.agency-about-section--premium.is-ready.is-visible .agency-about-section__description,
.agency-about-section--premium.is-ready.is-visible .agency-about-section__benefit,
.agency-about-section--premium.is-ready.is-visible .agency-about-section__cta,
.agency-about-section--premium.is-ready.is-visible .agency-about-section__image,
.agency-about-section--premium.is-ready.is-visible .agency-about-growth,
.agency-about-section--premium.is-ready.is-visible .agency-about-tech,
.agency-about-section--premium.is-ready.is-visible .agency-about-section__feature-panel {
  opacity: 1;
  transform: none;
  transition: opacity .75s cubic-bezier(.22,1,.36,1), transform .75s cubic-bezier(.22,1,.36,1);
}
.agency-about-section--premium.is-ready.is-visible h2 { transition-delay: .08s; }
.agency-about-section--premium.is-ready.is-visible .agency-about-section__description { transition-delay: .16s; }
.agency-about-section--premium.is-ready.is-visible .agency-about-section__benefit:nth-child(1) { transition-delay: .22s; }
.agency-about-section--premium.is-ready.is-visible .agency-about-section__benefit:nth-child(2) { transition-delay: .28s; }
.agency-about-section--premium.is-ready.is-visible .agency-about-section__cta { transition-delay: .34s; }
.agency-about-section--premium.is-ready.is-visible .agency-about-section__image--main { transition-delay: .14s; }
.agency-about-section--premium.is-ready.is-visible .agency-about-growth { transition-delay: .28s; }
.agency-about-section--premium.is-ready.is-visible .agency-about-tech { transition-delay: calc(.22s + var(--i, 0) * .05s); }
.agency-about-section--premium.is-ready.is-visible .agency-about-section__image--secondary { transition-delay: .42s; }
.agency-about-section--premium.is-ready.is-visible .agency-about-section__feature-panel { transition-delay: .52s; }
@keyframes about-icon-float { 0% { margin-top: -3px; } 100% { margin-top: 5px; } }
@keyframes about-soft-breathe { 0%, 100% { margin-top: 0; } 50% { margin-top: -6px; } }
@keyframes about-line-flow { to { stroke-dashoffset: -180; } }
@keyframes about-sphere-drift { 0% { transform: translate3d(0,0,0) scale(.98); } 100% { transform: translate3d(8px,-12px,0) scale(1.04); } }
@media (max-width: 1180px) {
  .agency-about-section--premium .agency-about-section__inner { padding: 80px 40px; }
  .agency-about-section--premium .agency-about-section__main { grid-template-columns: 1fr; gap: 54px; }
  .agency-about-section--premium .agency-about-section__content { max-width: 820px; margin: 0 auto; text-align: center; order: -1; }
  .agency-about-section--premium .agency-about-section__badge { margin-left: auto; margin-right: auto; }
  .agency-about-section--premium .agency-about-section__badge::before,
  .agency-about-section--premium .agency-about-section__badge::after { display: none; }
  .agency-about-section--premium h2 { font-size: clamp(48px, 7vw, 58px); }
  .agency-about-section--premium .agency-about-section__benefit { justify-content: center; }
  .agency-about-section--premium .agency-about-section__visual { max-width: 720px; margin: 0 auto; min-height: 720px; }
  .agency-about-section--premium .agency-about-section__feature-panel { width: 100%; margin: 26px auto 0; transform: none; }
}
@media (max-width: 767px) {
  .agency-about-section--premium { min-height: 0; }
  .agency-about-section--premium .agency-about-section__inner { padding: 64px 20px; }
  .agency-about-section--premium .agency-about-section__main { gap: 42px; }
  .agency-about-section--premium h2 { font-size: clamp(38px, 11vw, 44px); line-height: 1.08; }
  .agency-about-section--premium .agency-about-section__description { font-size: 16px; line-height: 1.68; margin-top: 22px; }
  .agency-about-section--premium .agency-about-section__benefit { align-items: flex-start; text-align: left; font-size: 15.5px; }
  .agency-about-section--premium .agency-about-section__cta { width: 100%; justify-content: center; min-height: 60px; font-size: 16px; padding-left: 22px; }
  .agency-about-section--premium .agency-about-section__visual { min-height: 0; display: grid; gap: 0; max-width: 100%; }
  .agency-about-section--premium .agency-about-section__image { position: relative; inset: auto; width: 100%; }
  .agency-about-section--premium .agency-about-section__image--main { height: auto; aspect-ratio: 4 / 5; border-radius: 28px; }
  .agency-about-section--premium .agency-about-growth { position: relative; left: auto; top: auto; width: min(100%, 330px); min-height: 0; margin: -60px auto 0; padding: 22px; }
  .agency-about-section--premium .agency-about-section__image--secondary { width: 92%; height: auto; aspect-ratio: 16 / 11; margin: -38px auto 0; border-radius: 24px; border-width: 5px; }
  .agency-about-section--premium .agency-about-tech,
  .agency-about-section--premium .agency-about-connectors { display: none; }
  .agency-about-section--premium .agency-about-section__feature-panel { grid-template-columns: 1fr; min-height: 0; padding: 24px; border-radius: 24px; gap: 24px; }
  .agency-about-section--premium .agency-about-feature { padding: 0; text-align: left; display: grid; grid-template-columns: 64px 1fr; column-gap: 18px; align-items: start; }
  .agency-about-section--premium .agency-about-feature + .agency-about-feature { border-left: 0; border-top: 1px solid rgba(37, 99, 235, .14); padding-top: 24px; }
  .agency-about-section--premium .agency-about-feature__icon { width: 64px; height: 64px; margin: 0; }
  .agency-about-section--premium .agency-about-feature__icon svg { width: 30px; height: 30px; }
  .agency-about-section--premium .agency-about-feature h3 { margin-top: 3px; }
  .agency-about-section--premium .agency-about-feature p { grid-column: 2; }
  .agency-about-section--premium .agency-about-decor:nth-of-type(n+5) { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  .agency-about-section--premium *,
  .agency-about-section--premium *::before,
  .agency-about-section--premium *::after { animation: none !important; transition: none !important; }
  .agency-about-section--premium.is-ready .agency-about-section__badge,
  .agency-about-section--premium.is-ready h2,
  .agency-about-section--premium.is-ready .agency-about-section__description,
  .agency-about-section--premium.is-ready .agency-about-section__benefit,
  .agency-about-section--premium.is-ready .agency-about-section__cta,
  .agency-about-section--premium.is-ready .agency-about-section__image,
  .agency-about-section--premium.is-ready .agency-about-growth,
  .agency-about-section--premium.is-ready .agency-about-tech,
  .agency-about-section--premium.is-ready .agency-about-section__feature-panel { opacity: 1 !important; transform: none !important; }
}
/* Premium About visible-state transform restore */
.agency-about-section--premium.is-ready.is-visible .agency-about-section__image--main {
  transform: translate3d(calc(var(--px) * .1), calc(var(--py) * .08), 0);
}
.agency-about-section--premium.is-ready.is-visible .agency-about-section__image--secondary {
  transform: translate3d(calc(var(--px) * .18), calc(var(--py) * .16), 0);
}
.agency-about-section--premium.is-ready.is-visible .agency-about-growth {
  transform: translate3d(calc(var(--px) * .24), calc(var(--py) * .2), 0);
}
.agency-about-section--premium.is-ready.is-visible .agency-about-tech--1 { transform: rotate(-8deg) translate3d(calc(var(--px) * .25), calc(var(--py) * .15), 0); }
.agency-about-section--premium.is-ready.is-visible .agency-about-tech--2 { transform: rotate(7deg) translate3d(calc(var(--px) * .28), calc(var(--py) * .16), 0); }
.agency-about-section--premium.is-ready.is-visible .agency-about-tech--3 { transform: translate3d(calc(var(--px) * .22), calc(var(--py) * .2), 0); }
.agency-about-section--premium.is-ready.is-visible .agency-about-tech--4 { transform: rotate(9deg) translate3d(calc(var(--px) * .2), calc(var(--py) * .19), 0); }
.agency-about-section--premium.is-ready.is-visible .agency-about-tech--5 { transform: rotate(-6deg) translate3d(calc(var(--px) * .24), calc(var(--py) * .18), 0); }
.agency-about-section--premium.is-ready.is-visible .agency-about-tech--6 { transform: rotate(-8deg) translate3d(calc(var(--px) * .18), calc(var(--py) * .21), 0); }
.agency-about-section--premium.is-ready.is-visible .agency-about-tech--7 { transform: rotate(6deg) translate3d(calc(var(--px) * .23), calc(var(--py) * .16), 0); }
@media (max-width: 767px) {
  .agency-about-section--premium.is-ready.is-visible .agency-about-section__image--main,
  .agency-about-section--premium.is-ready.is-visible .agency-about-section__image--secondary,
  .agency-about-section--premium.is-ready.is-visible .agency-about-growth { transform: none; }
}
/* End Premium About visible-state transform restore */
/* Expertise replacement cleanup: badge, icons, CTA spacing */
.agency-expertise-replacement .agency-about-tech,
.agency-expertise-replacement .agency-about-connectors {
  display: none !important;
}
.agency-expertise-replacement .agency-about-section__visual {
  min-height: 720px;
}
.agency-expertise-replacement .agency-about-section__content {
  padding-bottom: 44px;
}
.agency-expertise-replacement .agency-about-section__cta {
  position: relative;
  z-index: 12;
  margin-bottom: 26px;
}
.agency-expertise-replacement .agency-about-section__feature-panel {
  z-index: 5;
  margin-top: 18px;
}
@media (min-width: 1181px) {
  .agency-expertise-replacement .agency-about-section__feature-panel {
    margin-top: 10px;
  }
}
@media (max-width: 1180px) {
  .agency-expertise-replacement .agency-about-section__content {
    padding-bottom: 18px;
  }
  .agency-expertise-replacement .agency-about-section__feature-panel {
    margin-top: 36px;
  }
}
@media (max-width: 767px) {
  .agency-expertise-replacement .agency-about-section__content {
    padding-bottom: 0;
  }
  .agency-expertise-replacement .agency-about-section__cta {
    margin-bottom: 12px;
  }
}
/* End expertise replacement cleanup */
/* Expertise growth card smooth floating */
.agency-expertise-replacement .agency-about-growth {
  animation: expertise-growth-float 7.5s cubic-bezier(.45, 0, .25, 1) infinite !important;
  will-change: transform;
}
.agency-expertise-replacement.is-ready.is-visible .agency-about-growth {
  transform: translate3d(calc(var(--px) * .24), calc(var(--py) * .2), 0);
}
@keyframes expertise-growth-float {
  0%, 100% {
    translate: 0 0;
  }
  50% {
    translate: 0 -12px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .agency-expertise-replacement .agency-about-growth {
    animation: none !important;
    translate: 0 0 !important;
  }
}
/* End expertise growth card smooth floating */
/* Expertise heading layer fix */
.agency-expertise-replacement .agency-about-section__content {
  position: relative;
  z-index: 14;
  isolation: isolate;
}
.agency-expertise-replacement h2 {
  position: relative;
  z-index: 15;
  max-width: 820px;
  overflow: visible;
  text-wrap: balance;
}
.agency-expertise-replacement h2 span {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding-bottom: .06em;
}
.agency-expertise-replacement .agency-about-section__feature-panel {
  z-index: 4;
}
@media (max-width: 767px) {
  .agency-expertise-replacement h2 span {
    display: inline;
    padding-bottom: 0;
  }
}
/* End expertise heading layer fix */
/* End Premium About replacement v2 */

/* Services section premium grid v1 */
.agency-services-section,
.agency-services-section * { box-sizing: border-box; }
.agency-services-section {
  --services-blue: #6C35FF;
  --services-blue: #B441DC;
  --services-pink: #EF5D9A;
  --services-orange: #EF5D9A;
  --services-ink: #101426;
  --services-muted: #68708A;
  position: relative;
  min-height: max(100vh, 1050px);
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  font-family: Manrope, Inter, ui-sans-serif, system-ui, sans-serif;
  color: var(--services-ink);
  background:
    radial-gradient(circle at 12% 15%, rgba(126,82,255,.15), transparent 34%),
    radial-gradient(circle at 88% 72%, rgba(6, 182, 212, ), transparent 32%),
    radial-gradient(circle at 48% 40%, rgba(216,180,254,.13), transparent 42%),
    #FBFAFF;
}
.agency-services-section__inner {
  position: relative;
  z-index: 2;
  width: min(100%, 1600px);
  margin: 0 auto;
  padding: 90px clamp(60px, 7vw, 130px) 65px;
}
.agency-services-section__bubble,
.agency-services-section__ring,
.agency-services-section__globe {
  position: absolute;
  z-index: 0;
  pointer-events: none;
}
.agency-services-section__bubble {
  border-radius: 50%;
  background: radial-gradient(circle at 30% 25%, #fff, rgba(193,160,255,.76) 42%, rgba(130,75,255,.36) 72%, transparent);
  box-shadow: inset -10px -12px 28px rgba(91,62,210,.12), 0 20px 50px rgba(37, 99, 235, .14);
  animation: agency-services-float 12s ease-in-out infinite alternate;
}
.agency-services-section__bubble--one { left: 6%; top: 12%; width: 46px; height: 46px; }
.agency-services-section__bubble--two { left: 2%; bottom: 23%; width: 118px; height: 118px; opacity: .38; animation-duration: 16s; }
.agency-services-section__bubble--three { right: 8%; top: 45%; width: 72px; height: 72px; opacity: .44; animation-duration: 14s; }
.agency-services-section__ring {
  left: -120px;
  bottom: 16%;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  border: 24px solid rgba(178,141,255,.24);
  box-shadow: inset 0 0 40px rgba(255,255,255,.7), 0 25px 80px rgba(37, 99, 235, .12);
  filter: blur(.2px);
  animation: agency-services-ring 18s ease-in-out infinite alternate;
}
.agency-services-section__globe {
  right: -90px;
  top: -80px;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  opacity: .34;
  background: radial-gradient(circle at 35% 25%, rgba(255,255,255,.8), rgba(210,185,255,.22) 58%, transparent 70%);
  border: 1px solid rgba(132,82,255,.16);
  animation: agency-services-globe 22s linear infinite;
}
.agency-services-section__globe i {
  position: absolute;
  inset: 20%;
  border-radius: 50%;
  border: 1px solid rgba(132,82,255,.2);
}
.agency-services-section__globe i:nth-child(2) { transform: rotate(60deg) scaleX(.45); }
.agency-services-section__globe i:nth-child(3) { transform: rotate(-26deg) scaleY(.45); }
.agency-services-section__header {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.agency-services-section__badge {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin: 0 0 22px;
  padding: 10px 18px 10px 42px;
  border: 1px solid rgba(37, 99, 235, .16);
  border-radius: 999px;
  color: #6740ff;
  background: rgba(255,255,255,.68);
  box-shadow: 0 15px 38px rgba(95,62,184,.1), inset 0 1px 0 rgba(255,255,255,.92);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
  transition: transform .32s ease, box-shadow .32s ease, background .32s ease;
}
.agency-services-section__badge::before {
  content: "";
  position: absolute;
  right: calc(100% + 14px);
  top: 50%;
  width: 92px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #6C3BFF);
  transition: width .32s ease;
}
.agency-services-section__badge i {
  position: absolute;
  left: 18px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: linear-gradient(135deg, #6C3BFF, #5635FF);
  box-shadow: 0 0 18px rgba(37, 99, 235, .45);
}
.agency-services-section__badge:hover { transform: translateY(-2px); background: rgba(255,255,255,.86); box-shadow: 0 20px 45px rgba(37, 99, 235, .15); }
.agency-services-section__badge:hover::before { width: 108px; }
.agency-services-section__header h2 {
  margin: 0;
  color: #101426;
  font-size: clamp(48px, 4.6vw, 78px);
  line-height: 1.03;
  font-weight: 850;
  letter-spacing: 0;
}
.agency-services-section__header h2 em {
  font-style: normal;
  color: transparent;
  background: linear-gradient(90deg, #6C35FF, #B441DC, #EF5D9A, #EF5D9A);
  -webkit-background-clip: text;
  background-clip: text;
}
.agency-services-section__description {
  max-width: 760px;
  margin: 22px auto 0;
  color: var(--services-muted);
  font-size: clamp(17px, 1.15vw, 20px);
  line-height: 1.6;
  font-weight: 600;
}
.agency-services-section__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(18px, 1.4vw, 24px);
  margin-top: 48px;
}
.agency-service-card,
.agency-services-cta {
  position: relative;
  min-height: 390px;
  border-radius: 26px;
  overflow: hidden;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  will-change: transform;
}
.agency-service-card {
  --mouse-x: 50%;
  --mouse-y: 50%;
  --rx: 0deg;
  --ry: 0deg;
  padding: 25px 25px 22px;
  border: 1px solid rgba(132,82,255,.14);
  background: linear-gradient(145deg, rgba(255,255,255,.94), rgba(247,243,255,.78));
  box-shadow: 0 24px 60px rgba(76,45,151,.1), inset 0 1px 0 rgba(255,255,255,.95);
  backdrop-filter: blur(20px);
  transform: perspective(1000px) translate3d(0,0,0) rotateX(var(--rx)) rotateY(var(--ry));
  transition: transform .46s cubic-bezier(.16,1,.3,1), border-color .32s ease, box-shadow .46s ease, background .32s ease;
}
.agency-service-card::before {
  content: "";
  position: absolute;
  inset: 10px -8px -10px 12px;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(195,173,255,.4), rgba(255,255,255,.08));
  transform: translateZ(-30px);
}
.agency-service-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: .78;
  background: radial-gradient(circle at var(--mouse-x) var(--mouse-y), rgba(128,78,255,.13), transparent 38%), linear-gradient(120deg, rgba(255,255,255,.38), transparent 34%);
}
.agency-service-card > * { position: relative; z-index: 2; }
.agency-service-card:hover {
  transform: perspective(1000px) translate3d(0,-8px,30px) scale(1.015) rotateX(var(--rx)) rotateY(var(--ry));
  border-color: rgba(132,82,255,.28);
  box-shadow: 0 34px 85px rgba(76,45,151,.16), 0 16px 42px rgba(37, 99, 235, .09), inset 0 1px 0 rgba(255,255,255,1);
}
.agency-service-card__top {
  display: grid;
  grid-template-columns: 30px 1fr 54px;
  align-items: center;
  gap: 12px;
}
.agency-service-card__number {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  color: #6C35FF;
  background: rgba(116,72,255,.1);
  font-size: 12px;
  font-weight: 850;
}
.agency-service-card__category {
  color: #6C3BFF;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .08em;
}
.agency-service-card__icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  color: #fff;
  background: linear-gradient(145deg, #9B5CFF, #6C35FF);
  box-shadow: 0 16px 32px rgba(37, 99, 235, .28), inset 0 1px 0 rgba(255,255,255,.35);
  transform: translateZ(24px);
  transition: transform .38s cubic-bezier(.16,1,.3,1), box-shadow .38s ease;
}
.agency-service-card__icon svg,
.agency-service-card__arrow svg,
.agency-services-cta__button svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.agency-service-card:hover .agency-service-card__icon { transform: translate3d(0,-5px,34px) rotateX(5deg) rotateY(-6deg); box-shadow: 0 22px 42px rgba(37, 99, 235, .36); }
.agency-service-card__title {
  max-width: 270px;
  margin: 26px 0 0;
  color: #101426;
  font-size: clamp(22px, 1.65vw, 28px);
  line-height: 1.12;
  font-weight: 850;
  letter-spacing: 0;
}
.agency-service-card__description {
  max-width: 260px;
  min-height: 76px;
  margin: 15px 0 0;
  color: #68708A;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 600;
}
.agency-service-card__visual {
  height: 128px;
  margin: 8px 0 16px;
  display: grid;
  place-items: center;
  pointer-events: none;
}
.agency-service-visual {
  position: relative;
  width: 190px;
  height: 120px;
  transform-style: preserve-3d;
  animation: agency-services-visual-float 7.4s ease-in-out infinite alternate;
}
.agency-service-card--seo .agency-service-visual { animation-duration: 8.2s; }
.agency-service-card--marketing .agency-service-visual { animation-duration: 6.9s; }
.agency-service-card--ai-services .agency-service-visual { animation-duration: 8.8s; }
.agency-service-card--automation .agency-service-visual { animation-duration: 7.7s; }
.agency-service-card--chatbots .agency-service-visual { animation-duration: 6.6s; }
.agency-service-card--crm .agency-service-visual { animation-duration: 8.4s; }
.agency-service-card:hover .agency-service-visual { transform: translate3d(0,-8px,34px) scale(1.03); }
.agency-service-card__features {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0 60px 0 0;
  list-style: none;
}
.agency-service-card__features li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #555e77;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 650;
  transition: transform .28s ease, color .28s ease;
}
.agency-service-card__features span {
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #6C3BFF, #5635FF);
  box-shadow: 0 0 14px rgba(37, 99, 235, .22);
}
.agency-service-card__features svg { width: 10px; height: 10px; fill: none; stroke: currentColor; stroke-width: 3; }
.agency-service-card:hover .agency-service-card__features li { color: #252b42; transform: translateX(2px); }
.agency-service-card:hover .agency-service-card__features li:nth-child(2) { transition-delay: .04s; }
.agency-service-card__arrow {
  position: absolute;
  right: 24px;
  bottom: 22px;
  z-index: 5;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(145deg, #9352ff, #5635FF);
  box-shadow: 0 18px 34px rgba(37, 99, 235, .26), inset 0 1px 0 rgba(255,255,255,.34);
  text-decoration: none;
  transition: transform .34s cubic-bezier(.16,1,.3,1), box-shadow .34s ease;
}
.agency-service-card__arrow:hover,
.agency-service-card:hover .agency-service-card__arrow { transform: translate3d(3px,-5px,28px) rotate(4deg); box-shadow: 0 24px 42px rgba(37, 99, 235, .38); }

/* Service card 3D visuals */
.visual-orb,
.visual-web-laptop,
.visual-seo-target,
.visual-seo-glass,
.visual-megaphone,
.visual-ai-chip,
.visual-node,
.visual-bot-head,
.visual-crm-board { position: absolute; }
.visual-web-laptop {
  left: 18px; top: 26px; width: 140px; height: 82px; border-radius: 14px;
  background: linear-gradient(150deg, rgba(255,255,255,.95), rgba(198,169,255,.42));
  border: 1px solid rgba(132,82,255,.18); box-shadow: 0 18px 36px rgba(37, 99, 235, .18); transform: rotateX(58deg) rotateZ(-7deg);
}
.visual-web-laptop i { position: absolute; inset: 12px 12px 22px; border-radius: 8px; background: linear-gradient(135deg, #6C3BFF, #FF754B); opacity: .75; }
.visual-web-laptop b, .visual-web-laptop em, .visual-web-laptop small { position: absolute; height: 8px; border-radius: 99px; background: rgba(255,255,255,.75); }
.visual-web-laptop b { left: 24px; right: 40px; top: 24px; } .visual-web-laptop em { left: 24px; width: 48px; top: 42px; } .visual-web-laptop small { left: 80px; width: 34px; top: 42px; }
.visual-orb--one { right: 14px; bottom: 18px; width: 24px; height: 24px; border-radius: 50%; background: radial-gradient(circle at 30% 25%, #fff, #6C3BFF); box-shadow: 0 10px 24px rgba(37, 99, 235, .24); }
.visual-service-blank { display: none; }
.visual-seo-target { left: 68px; top: 42px; width: 58px; height: 58px; border-radius: 50%; border: 8px solid rgba(6, 182, 212, ); box-shadow: inset 0 0 0 8px rgba(255,255,255,.9), 0 12px 30px rgba(6, 182, 212, ); }
.visual-seo-target i { position: absolute; inset: 14px; border-radius: 50%; background: linear-gradient(135deg, #EF5D9A, #6C3BFF); }
.visual-service-card--bad { display: none; }
.visual-seo-glass { right: 35px; top: 50px; width: 36px; height: 36px; border: 4px solid #6C35FF; border-radius: 50%; transform: rotate(-20deg); }
.visual-seo-glass::after { content: ""; position: absolute; width: 22px; height: 5px; right: -17px; bottom: -8px; border-radius: 99px; background: #6C35FF; transform: rotate(45deg); }
.agency-service-visual--seo strong { position: absolute; left: 28px; top: 12px; color: rgba(37, 99, 235, .72); font-size: 45px; line-height: 1; font-weight: 900; transform: rotate(-8deg); text-shadow: 0 14px 24px rgba(37, 99, 235, .18); }
.visual-seo-bars { position: absolute; right: 17px; bottom: 8px; display: flex; align-items: end; gap: 5px; }
.visual-seo-bars i { width: 8px; border-radius: 99px; background: linear-gradient(#6C3BFF, #EF5D9A); animation: agency-services-bars 1.8s ease-in-out infinite alternate; }
.visual-seo-bars i:nth-child(1) { height: 22px; } .visual-seo-bars i:nth-child(2) { height: 34px; animation-delay: .2s; } .visual-seo-bars i:nth-child(3) { height: 48px; animation-delay: .4s; }
.visual-megaphone { left: 54px; top: 26px; width: 82px; height: 58px; border-radius: 22px 45px 45px 22px; background: linear-gradient(135deg, #ffffff, #6C3BFF 42%, #EF5D9A); box-shadow: 0 18px 38px rgba(37, 99, 235, .22); transform: rotate(-14deg); }
.visual-megaphone i { position: absolute; left: -18px; top: 18px; width: 34px; height: 22px; border-radius: 9px; background: linear-gradient(135deg, #FF754B, #6C35FF); }
.visual-megaphone b { position: absolute; right: 8px; top: 12px; width: 28px; height: 34px; border-radius: 50%; border: 6px solid rgba(255,255,255,.58); }
.visual-heart, .visual-like { position: absolute; display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; color: #fff; font-weight: 900; background: linear-gradient(135deg, #EF5D9A, #EF5D9A); box-shadow: 0 10px 24px rgba(230,83,163,.24); animation: agency-services-particle 2.8s ease-in-out infinite alternate; }
.visual-heart { right: 28px; top: 20px; } .visual-like { left: 34px; bottom: 15px; animation-delay: .3s; }
.visual-pulse { position: absolute; right: 28px; top: 36px; width: 55px; height: 55px; border-radius: 50%; border: 1px solid rgba(6, 182, 212, ); animation: agency-services-pulse 1.8s ease-out infinite; }
.visual-ai-chip { left: 58px; top: 28px; width: 76px; height: 76px; display: grid; place-items: center; border-radius: 22px; color: #fff; background: linear-gradient(145deg, rgba(255,255,255,.7), #6C3BFF 45%, #EF5D9A); box-shadow: 0 20px 44px rgba(37, 99, 235, .24); }
.visual-ai-chip i { font-style: normal; font-size: 28px; font-weight: 900; }
.visual-ai-ring { position: absolute; left: 40px; top: 45px; width: 112px; height: 48px; border-radius: 50%; border: 2px solid rgba(143,76,255,.35); animation: agency-services-orbit 5s linear infinite; }
.visual-ai-ring--two { transform: rotate(64deg); animation-duration: 7s; }
.visual-ai-dot { position: absolute; left: 132px; top: 42px; width: 14px; height: 14px; border-radius: 50%; background: #EF5D9A; box-shadow: 0 0 20px rgba(6, 182, 212, ); animation: agency-services-particle 2.4s ease-in-out infinite alternate; }
.visual-node { width: 34px; height: 34px; display: block; border-radius: 12px; background: linear-gradient(145deg, #9B5CFF, #6C35FF); box-shadow: 0 14px 28px rgba(37, 99, 235, .22); }
.visual-node--a { left: 20px; top: 44px; } .visual-node--b { left: 76px; top: 20px; } .visual-node--c { right: 22px; top: 44px; } .visual-node--d { left: 78px; bottom: 8px; }
.visual-path { position: absolute; height: 2px; border-radius: 99px; background: linear-gradient(90deg, rgba(37, 99, 235, .2), #ffcc62, rgba(37, 99, 235, .2)); background-size: 200% 100%; animation: agency-services-current 1.4s linear infinite; }
.visual-path--one { left: 52px; top: 54px; width: 92px; transform: rotate(-18deg); } .visual-path--two { left: 55px; top: 82px; width: 92px; transform: rotate(21deg); }
.visual-processor { position: absolute; left: 76px; top: 54px; width: 40px; height: 40px; border-radius: 14px; background: linear-gradient(145deg, #fff, #6C3BFF); box-shadow: 0 0 28px rgba(37, 99, 235, .3); animation: agency-services-pulse-soft 1.8s ease-in-out infinite; }
.visual-bot-head { left: 58px; top: 18px; width: 76px; height: 58px; border-radius: 28px; background: linear-gradient(145deg, #fff, #bfd3ff 38%, #6C3BFF); box-shadow: 0 22px 46px rgba(37, 99, 235, .2); }
.visual-bot-head::before { content: ""; position: absolute; left: 50%; top: -14px; width: 2px; height: 16px; background: #6C3BFF; }
.visual-bot-head::after { content: ""; position: absolute; left: calc(50% - 5px); top: -20px; width: 10px; height: 10px; border-radius: 50%; background: #6C3BFF; }
.visual-bot-head i { position: absolute; top: 25px; width: 10px; height: 10px; border-radius: 50%; background: #61f1ff; box-shadow: 0 0 14px rgba(97,241,255,.7); }
.visual-bot-head i:first-child { left: 24px; } .visual-bot-head i:nth-child(2) { right: 24px; }
.visual-bot-platform { position: absolute; left: 42px; bottom: 15px; width: 110px; height: 28px; border-radius: 50%; border: 3px solid rgba(37, 99, 235, .24); box-shadow: 0 0 26px rgba(37, 99, 235, .18); }
.visual-chat-bubble { position: absolute; right: 24px; top: 8px; width: 48px; height: 28px; display: flex; align-items: center; justify-content: center; gap: 4px; border-radius: 14px 14px 14px 4px; background: rgba(255,255,255,.85); box-shadow: 0 12px 24px rgba(37, 99, 235, .12); }
.visual-chat-bubble i { width: 5px; height: 5px; border-radius: 50%; background: #6C3BFF; animation: agency-services-typing 1s ease-in-out infinite; } .visual-chat-bubble i:nth-child(2) { animation-delay: .15s; } .visual-chat-bubble i:nth-child(3) { animation-delay: .3s; }
.visual-crm-board { left: 24px; top: 22px; width: 130px; height: 76px; border-radius: 16px; background: linear-gradient(145deg, rgba(255,255,255,.95), rgba(220,205,255,.75)); border: 1px solid rgba(132,82,255,.16); box-shadow: 0 18px 34px rgba(37, 99, 235, .14); padding: 11px; display: grid; gap: 6px; }
.visual-crm-board i { display: block; height: 13px; border-radius: 99px; color: #6C35FF; background: rgba(37, 99, 235, .09); font-style: normal; font-size: 8px; font-weight: 800; padding-left: 8px; line-height: 13px; }
.visual-crm-node { position: absolute; right: 22px; top: 42px; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 15px; color: #fff; font-weight: 900; background: linear-gradient(145deg, #6C3BFF, #EF5D9A); box-shadow: 0 16px 30px rgba(37, 99, 235, .22); animation: agency-services-pulse-soft 2s ease-in-out infinite; }
.visual-crm-chart { position: absolute; left: 54px; bottom: 8px; display: flex; align-items: end; gap: 4px; } .visual-crm-chart b { width: 9px; border-radius: 99px; background: linear-gradient(#EF5D9A, #6C3BFF); } .visual-crm-chart b:nth-child(1) { height: 18px; } .visual-crm-chart b:nth-child(2) { height: 28px; } .visual-crm-chart b:nth-child(3) { height: 40px; }

.agency-services-cta {
  padding: 34px 30px;
  color: #fff;
  background: linear-gradient(145deg, #6C35FF, #b449dc, #FF754B, #FF754B);
  background-size: 180% 180%;
  box-shadow: 0 30px 80px rgba(180,73,220,.24), inset 0 1px 0 rgba(255,255,255,.35);
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: transform .46s cubic-bezier(.16,1,.3,1), box-shadow .46s ease, background-position .6s ease;
}
.agency-services-cta:hover { transform: translateY(-8px) scale(1.015); background-position: 100% 100%; box-shadow: 0 40px 90px rgba(180,73,220,.32); }
.agency-services-cta h3 { position: relative; z-index: 2; margin: 0; max-width: 250px; font-size: 30px; line-height: 1.1; font-weight: 850; letter-spacing: 0; }
.agency-services-cta p { position: relative; z-index: 2; max-width: 270px; margin: 20px 0 30px; color: rgba(255,255,255,.86); font-size: 15px; line-height: 1.55; font-weight: 600; }
.agency-services-cta__button { position: relative; z-index: 2; width: min(100%, 270px); min-height: 58px; display: inline-flex; align-items: center; justify-content: space-between; gap: 16px; padding: 0 8px 0 24px; border-radius: 999px; color: #101426; background: #fff; text-decoration: none; font-weight: 850; box-shadow: 0 18px 40px rgba(82,43,159,.2); }
.agency-services-cta__button b { flex: 0 0 42px; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: linear-gradient(145deg, #6C3BFF, #5635FF); transition: transform .32s ease; }
.agency-services-cta__button:hover b { transform: translate(4px,-4px) rotate(6deg); }
.agency-services-cta__orb, .agency-services-cta__ring { position: absolute; pointer-events: none; }
.agency-services-cta__orb { right: 18%; top: 22%; width: 28px; height: 28px; border-radius: 50%; background: radial-gradient(circle at 30% 25%, #fff, rgba(255,255,255,.25), transparent 75%); animation: agency-services-particle 3s ease-in-out infinite alternate; }
.agency-services-cta__ring { right: -48px; bottom: -45px; width: 170px; height: 170px; border-radius: 50%; border: 20px solid rgba(255,255,255,.18); animation: agency-services-ring 14s ease-in-out infinite alternate; }
.agency-services-footer-note { width: max-content; max-width: 100%; margin: 34px auto 0; display: flex; align-items: center; justify-content: center; gap: 14px; color: #545d78; font-size: 15px; font-weight: 650; }
.agency-services-footer-note strong { padding: 8px 20px; border-radius: 999px; color: #fff; background: linear-gradient(135deg, #6C3BFF, #5635FF); box-shadow: 0 12px 26px rgba(37, 99, 235, .22); }
.agency-services-footer-note a { position: relative; color: #6C35FF; text-decoration: none; font-weight: 850; }
.agency-services-footer-note a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -3px; height: 2px; border-radius: 99px; background: currentColor; transition: right .32s ease; }
.agency-services-footer-note a:hover::after { right: 0; }
.agency-services-section.is-ready:not(.is-visible) .agency-services-section__badge,
.agency-services-section.is-ready:not(.is-visible) .agency-services-section__header h2,
.agency-services-section.is-ready:not(.is-visible) .agency-services-section__description,
.agency-services-section.is-ready:not(.is-visible) .agency-service-card,
.agency-services-section.is-ready:not(.is-visible) .agency-services-cta,
.agency-services-section.is-ready:not(.is-visible) .agency-services-footer-note { opacity: 0; transform: translateY(24px) scale(.98); filter: blur(10px); }
.agency-services-section.is-visible .agency-service-card,
.agency-services-section.is-visible .agency-services-cta { transition-delay: var(--card-delay); }
.agency-services-section.is-visible .agency-services-section__badge,
.agency-services-section.is-visible .agency-services-section__header h2,
.agency-services-section.is-visible .agency-services-section__description,
.agency-services-section.is-visible .agency-service-card,
.agency-services-section.is-visible .agency-services-cta,
.agency-services-section.is-visible .agency-services-footer-note { opacity: 1; filter: blur(0); }

@keyframes agency-services-float { to { transform: translate3d(22px,-24px,0) scale(1.07); } }
@keyframes agency-services-ring { to { transform: translate3d(18px,-28px,0) rotate(18deg); } }
@keyframes agency-services-globe { to { transform: rotate(360deg); } }
@keyframes agency-services-visual-float { from { transform: translate3d(0,0,0) rotate(-.5deg) scale(.99); } to { transform: translate3d(4px,-9px,24px) rotate(.7deg) scale(1.01); } }
@keyframes agency-services-bars { to { transform: scaleY(1.22); filter: brightness(1.1); } }
@keyframes agency-services-particle { to { transform: translate3d(8px,-10px,20px) scale(1.06); } }
@keyframes agency-services-pulse { from { transform: scale(.72); opacity: .7; } to { transform: scale(1.35); opacity: 0; } }
@keyframes agency-services-orbit { to { rotate: 360deg; } }
@keyframes agency-services-current { to { background-position: 200% 0; } }
@keyframes agency-services-pulse-soft { 50% { transform: translateY(-4px) scale(1.05); filter: brightness(1.1); } }
@keyframes agency-services-typing { 50% { transform: translateY(-3px); opacity: .45; } }

@media (max-width: 1299px) {
  .agency-services-section__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .agency-service-card, .agency-services-cta { min-height: 380px; }
}
@media (max-width: 1024px) {
  .agency-services-section { min-height: auto; }
  .agency-services-section__inner { padding: 80px 40px 60px; }
  .agency-services-section__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .agency-services-section__header { max-width: 760px; }
  .agency-services-section__globe { opacity: .2; }
}
@media (max-width: 767px) {
  .agency-services-section__inner { padding: 65px 20px 50px; }
  .agency-services-section__badge::before { display: none; }
  .agency-services-section__header h2 { font-size: clamp(38px, 11vw, 54px); }
  .agency-services-section__description { font-size: 16px; }
  .agency-services-section__grid { grid-template-columns: 1fr; gap: 18px; margin-top: 34px; }
  .agency-service-card, .agency-services-cta { min-height: auto; border-radius: 22px; }
  .agency-service-card { padding: 24px; transform: none !important; }
  .agency-service-card__top { grid-template-columns: 30px 1fr 48px; }
  .agency-service-card__icon { width: 48px; height: 48px; }
  .agency-service-card__title { max-width: 100%; margin-top: 22px; font-size: 25px; }
  .agency-service-card__description { max-width: 100%; min-height: auto; }
  .agency-service-card__visual { height: 132px; margin: 16px 0 18px; }
  .agency-service-card__features { padding-right: 58px; }
  .agency-service-card__arrow { right: 22px; bottom: 22px; }
  .agency-services-cta { padding: 30px 24px; }
  .agency-services-footer-note { width: 100%; flex-wrap: wrap; gap: 10px; font-size: 14px; text-align: center; }
  .agency-services-section__ring, .agency-services-section__globe { display: none; }
  .agency-services-section__bubble { opacity: .22; }
}
@media (prefers-reduced-motion: reduce) {
  .agency-services-section *,
  .agency-services-section::before,
  .agency-services-section::after {
    animation: none !important;
    transition-duration: .01ms !important;
  }
  .agency-services-section.is-ready:not(.is-visible) .agency-services-section__badge,
  .agency-services-section.is-ready:not(.is-visible) .agency-services-section__header h2,
  .agency-services-section.is-ready:not(.is-visible) .agency-services-section__description,
  .agency-services-section.is-ready:not(.is-visible) .agency-service-card,
  .agency-services-section.is-ready:not(.is-visible) .agency-services-cta,
  .agency-services-section.is-ready:not(.is-visible) .agency-services-footer-note { opacity: 1; transform: none; filter: none; }
}

.nv-ai-editor-services { padding: 34px; border-radius: 22px; background: linear-gradient(145deg, #FBFAFF, #F6F3FF); border: 1px solid #E6DDFF; }
.nv-ai-editor-services__header { max-width: 860px; margin: 0 auto 24px; text-align: center; }
.nv-ai-editor-services__header h2 { margin: 10px 0; font-size: 38px; line-height: 1.05; }
.nv-ai-editor-services__header em { color: #6C3BFF; font-style: normal; }
.nv-ai-editor-services__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.nv-ai-editor-services__card { min-height: 160px; padding: 18px; border-radius: 18px; background: rgba(255,255,255,.78); border: 1px solid #E6DDFF; box-shadow: 0 12px 28px rgba(89,62,160,.08); }
.nv-ai-editor-services__card span { display: inline-grid; place-items: center; width: 28px; height: 28px; border-radius: 8px; background: #eee6ff; color: #6C35FF; font-weight: 800; }
.nv-ai-editor-services__card strong { display: block; margin: 12px 0 8px; color: #6C3BFF; font-size: 11px; letter-spacing: .08em; }
.nv-ai-editor-services__card h3 { margin: 0 0 8px; font-size: 20px; }
.nv-ai-editor-services__card p { margin: 0; color: #68708A; }
.nv-ai-editor-services__card--cta { color: #fff; background: linear-gradient(145deg, #6C35FF, #FF754B); }
.nv-ai-editor-services__card--cta p { color: rgba(255,255,255,.85); }
@media (max-width: 780px) { .nv-ai-editor-services__grid { grid-template-columns: 1fr; } }
/* Services layout refinement: six cards plus premium side CTA */
.agency-service-card {
  --tx: 0px;
  --ty: 0px;
  background: linear-gradient(145deg, rgba(255,255,255,.98), rgba(249,246,255,.9));
  border-color: rgba(118,85,232,.2);
  box-shadow: 0 28px 70px rgba(76,45,151,.14), 0 10px 28px rgba(37, 99, 235, .06), inset 0 1px 0 rgba(255,255,255,1);
  transform: perspective(1000px) translate3d(var(--tx), var(--ty), 0) rotateX(var(--rx)) rotateY(var(--ry));
}
.agency-service-card:hover {
  transform: perspective(1000px) translate3d(var(--tx), calc(var(--ty) - 8px), 34px) scale(1.018) rotateX(var(--rx)) rotateY(var(--ry));
}
.agency-services-cta {
  --tx: 0px;
  --ty: 0px;
  isolation: isolate;
  border: 1px solid rgba(255,255,255,.36);
  background: radial-gradient(circle at var(--mouse-x, 32%) var(--mouse-y, 28%), rgba(255,255,255,.28), transparent 30%), linear-gradient(145deg, #5f36ff 0%, #9445f4 34%, #de55b0 66%, #ff855f 100%);
  box-shadow: 0 34px 95px rgba(132,72,255,.28), 0 18px 44px rgba(240,97,165,.18), inset 0 1px 0 rgba(255,255,255,.45);
  transform: perspective(1000px) translate3d(var(--tx), var(--ty), 0) rotateX(var(--rx, 0deg)) rotateY(var(--ry, 0deg));
}
.agency-services-cta::before {
  content: "";
  position: absolute;
  inset: -40% -55%;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(115deg, transparent 34%, rgba(255,255,255,.28) 48%, transparent 62%);
  transform: translateX(-38%) rotate(8deg);
  transition: transform .75s cubic-bezier(.16,1,.3,1);
}
.agency-services-cta::after {
  content: "";
  position: absolute;
  right: -54px;
  top: 18%;
  width: 185px;
  height: 185px;
  border-radius: 38px;
  background: linear-gradient(145deg, rgba(255,255,255,.22), rgba(255,255,255,.04));
  border: 1px solid rgba(255,255,255,.24);
  transform: rotate(18deg);
  filter: blur(.1px);
}
.agency-services-cta:hover {
  transform: perspective(1000px) translate3d(var(--tx), calc(var(--ty) - 8px), 34px) scale(1.018) rotateX(var(--rx, 0deg)) rotateY(var(--ry, 0deg));
  box-shadow: 0 46px 110px rgba(132,72,255,.34), 0 22px 58px rgba(240,97,165,.24), inset 0 1px 0 rgba(255,255,255,.5);
}
.agency-services-cta:hover::before { transform: translateX(38%) rotate(8deg); }
.agency-services-cta h3 { font-size: clamp(31px, 2.2vw, 42px); max-width: 290px; }
.agency-services-cta p { max-width: 310px; font-size: 16px; }
.agency-services-cta__button { min-height: 62px; color: #15152b !important; transition: transform .32s cubic-bezier(.16,1,.3,1), box-shadow .32s ease; }
.agency-services-cta__button:hover { transform: translateY(-3px); box-shadow: 0 24px 52px rgba(82,43,159,.28); }
.agency-services-footer-note { display: none !important; }

@media (min-width: 1300px) {
  .agency-services-section__inner { max-width: 1540px; }
  .agency-services-section__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) minmax(290px, .82fr);
    gap: clamp(18px, 1.45vw, 24px);
    align-items: stretch;
  }
  .agency-service-card { min-height: 372px; }
  .agency-services-cta {
    grid-column: 4;
    grid-row: 1 / span 2;
    min-height: auto;
    padding: 42px 34px;
    justify-content: center;
  }
}
@media (max-width: 1299px) and (min-width: 1025px) {
  .agency-services-section__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .agency-services-cta { grid-column: 1 / -1; min-height: 300px; padding: 34px; }
  .agency-services-cta h3, .agency-services-cta p { max-width: 560px; }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .agency-services-section__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
  .agency-services-cta { grid-column: 1 / -1; min-height: 300px; }
}
@media (max-width: 767px) {
  .agency-service-card,
  .agency-services-cta { transform: none !important; }
  .agency-services-cta { min-height: 340px; padding: 32px 24px; }
  .agency-services-cta h3 { font-size: 32px; }
  .agency-services-cta__button { width: 100%; }
}
/* Fast CTA and CRM polish */
.agency-services-cta,
.agency-services-cta h3,
.agency-services-cta h3 *,
.agency-services-cta p {
  color: #ffffff !important;
}
.agency-services-cta h3 {
  font-size: clamp(28px, 1.75vw, 36px);
  line-height: 1.08;
  text-shadow: 0 12px 34px rgba(42, 18, 126, .28);
}
.agency-services-cta p {
  font-size: 14.5px;
  line-height: 1.5;
  color: rgba(255,255,255,.9) !important;
}
.agency-services-cta__button,
.agency-services-cta__button:visited {
  width: min(100%, 258px);
  min-height: 56px;
  padding: 0 7px 0 18px;
  gap: 10px;
  color: #171832 !important;
  font-size: 13.5px;
  line-height: 1;
  white-space: nowrap;
}
.agency-services-cta__button span {
  display: block;
  min-width: 0;
  white-space: nowrap;
}
.agency-services-cta__button b {
  flex-basis: 38px;
  width: 38px;
  height: 38px;
}
.agency-service-card--crm .agency-service-visual {
  width: 190px;
  height: 122px;
}
.agency-service-card--crm .visual-crm-board {
  left: 4px;
  top: 18px;
  width: 112px;
  height: 72px;
  padding: 10px;
  gap: 5px;
}
.agency-service-card--crm .visual-crm-board i {
  height: 12px;
  line-height: 12px;
  font-size: 7.5px;
  padding-left: 7px;
}
.agency-service-card--crm .visual-crm-node {
  right: 12px;
  top: 18px;
  width: 40px;
  height: 40px;
  border-radius: 14px;
}
.agency-service-card--crm .visual-crm-chart {
  left: auto;
  right: 14px;
  bottom: 17px;
  gap: 5px;
}
.agency-service-card--crm .visual-crm-chart b { width: 8px; }
.agency-service-card--crm .visual-crm-chart b:nth-child(1) { height: 17px; }
.agency-service-card--crm .visual-crm-chart b:nth-child(2) { height: 27px; }
.agency-service-card--crm .visual-crm-chart b:nth-child(3) { height: 37px; }
@media (min-width: 1300px) {
  .agency-services-section__grid { grid-template-columns: repeat(3, minmax(0, 1fr)) minmax(280px, .72fr); column-gap: clamp(22px, 1.8vw, 34px); }
  .agency-services-cta {
    grid-column: 4;
    grid-row: 1;
    align-self: start;
    min-height: 372px;
    max-height: 392px;
    margin-left: 10px;
    padding: 30px 24px;
    justify-content: flex-end;
  }
}
@media (max-width: 767px) {
  .agency-services-cta__button { width: 100%; justify-content: center; }
  .agency-services-cta__button b { position: absolute; right: 9px; }
}
/* Service card full parallax and stable arrow colors */
.agency-service-card:hover .agency-service-card__visual {
  transform: translate3d(calc(var(--tx) * .65), calc(var(--ty) * .55 - 6px), 34px);
  transition: transform .42s cubic-bezier(.16,1,.3,1);
}
.agency-service-card:hover .agency-service-visual {
  transform: translate3d(calc(var(--tx) * .42), calc(var(--ty) * .38 - 8px), 38px) scale(1.035);
}
.agency-service-card:hover .agency-service-card__icon {
  transform: translate3d(calc(var(--tx) * .28), calc(var(--ty) * .2 - 5px), 34px) rotateX(5deg) rotateY(-6deg);
}
.agency-service-card:hover .agency-service-card__arrow,
.agency-service-card__arrow:hover,
.agency-service-card__arrow:focus-visible,
.agency-service-card__arrow:visited {
  color: #ffffff !important;
  background: linear-gradient(145deg, #a05cff 0%, #6C35FF 58%, #4f2fe8 100%) !important;
  box-shadow: 0 24px 46px rgba(37, 99, 235, .42), 0 0 24px rgba(160,92,255,.18), inset 0 1px 0 rgba(255,255,255,.42) !important;
}
.agency-service-card:hover .agency-service-card__arrow {
  transform: translate3d(calc(var(--tx) * .34 + 3px), calc(var(--ty) * .26 - 5px), 30px) rotate(4deg);
}
.agency-service-card__arrow svg {
  color: inherit !important;
  stroke: currentColor !important;
}
.agency-services-cta__button,
.agency-services-cta__button:hover,
.agency-services-cta__button:focus-visible,
.agency-services-cta__button:visited {
  color: #11142a !important;
  background: #ffffff !important;
}
.agency-services-cta__button b,
.agency-services-cta__button:hover b,
.agency-services-cta__button:focus-visible b {
  color: #ffffff !important;
  background: linear-gradient(145deg, #9d57ff, #5635FF) !important;
}
/* End service card full parallax and stable arrow colors */
/* End fast CTA and CRM polish */
/* Services crisp card and final CTA placement patch */
.agency-services-section .agency-service-card,
.agency-services-section .agency-services-cta {
  filter: none !important;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}
.agency-services-section .agency-service-card {
  background: linear-gradient(145deg, rgba(255,255,255,.995), rgba(250,247,255,.965)) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  border-color: rgba(118,85,232,.24) !important;
  box-shadow: 0 30px 72px rgba(76,45,151,.16), 0 10px 26px rgba(37, 99, 235, .08), inset 0 1px 0 rgba(255,255,255,1) !important;
}
.agency-services-section .agency-service-card:hover {
  filter: none !important;
  background: linear-gradient(145deg, #ffffff, #fbf9ff) !important;
}
.agency-services-section .agency-services-cta {
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}
@media (min-width: 1300px) {
  .agency-services-section .agency-services-section__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) minmax(280px, .72fr) !important;
    align-items: stretch;
  }
  .agency-services-section .agency-services-cta {
    grid-column: 4 !important;
    grid-row: 2 !important;
    align-self: stretch !important;
    min-height: 372px !important;
    max-height: none !important;
    margin-left: 10px;
    padding: 28px 24px;
    justify-content: center;
  }
}
@media (max-width: 1299px) {
  .agency-services-section .agency-services-cta {
    grid-column: auto;
    grid-row: auto;
  }
}
/* Services top-row icon containment and CTA left shift */
@media (min-width: 1300px) {
  .agency-services-section .agency-services-section__grid > .agency-service-card:nth-child(-n+4) {
    min-height: 372px !important;
    padding-bottom: 20px;
  }
  .agency-services-section .agency-services-section__grid > .agency-service-card:nth-child(-n+4) .agency-service-card__description {
    min-height: 66px;
    margin-top: 12px;
  }
  .agency-services-section .agency-services-section__grid > .agency-service-card:nth-child(-n+4) .agency-service-card__visual {
    height: 98px;
    margin: 2px 0 12px;
    overflow: visible;
  }
  .agency-services-section .agency-services-section__grid > .agency-service-card:nth-child(-n+4) .agency-service-visual {
    width: 166px;
    height: 98px;
    transform: translate3d(0,0,0) scale(.88);
    transform-origin: 50% 50%;
  }
  .agency-services-section .agency-services-section__grid > .agency-service-card:nth-child(-n+4):hover .agency-service-visual {
    transform: translate3d(calc(var(--tx) * .34), calc(var(--ty) * .3 - 5px), 30px) scale(.91) !important;
  }
  .agency-services-section .agency-services-cta {
    grid-column: 3 !important;
    grid-row: 2 !important;
    margin-left: 0;
  }
}
@media (max-width: 1299px) and (min-width: 768px) {
  .agency-services-section .agency-service-card__visual {
    height: 108px;
    margin: 4px 0 14px;
  }
  .agency-services-section .agency-service-visual {
    width: 170px;
    height: 108px;
  }
}
/* End services top-row icon containment and CTA left shift */
/* Services first-row visual cleanup */
@media (min-width: 1300px) {
  .agency-services-section .agency-services-section__grid > .agency-service-card:nth-child(-n+4) {
    display: flex;
    flex-direction: column;
  }
  .agency-services-section .agency-services-section__grid > .agency-service-card:nth-child(-n+4) .agency-service-card__visual {
    height: 72px !important;
    min-height: 72px;
    margin: 2px 0 12px !important;
    overflow: hidden;
    place-items: center;
    border-radius: 18px;
  }
  .agency-services-section .agency-services-section__grid > .agency-service-card:nth-child(-n+4) .agency-service-visual {
    width: 154px !important;
    height: 92px !important;
    scale: .68;
    transform-origin: 50% 50%;
  }
  .agency-services-section .agency-services-section__grid > .agency-service-card:nth-child(-n+4) .agency-service-card__features {
    margin-top: auto;
  }
  .agency-services-section .agency-service-card--seo .agency-service-visual strong {
    font-size: 38px;
  }
  .agency-services-section .agency-service-card--marketing .agency-service-visual,
  .agency-services-section .agency-service-card--automation .agency-service-visual {
    scale: .64;
  }
  .agency-services-section .agency-services-section__grid > .agency-service-card:nth-child(-n+4):hover .agency-service-visual {
    scale: .7;
    transform: translate3d(calc(var(--tx) * .24), calc(var(--ty) * .2 - 3px), 22px) !important;
  }
  .agency-services-section .agency-service-card--marketing:hover .agency-service-visual,
  .agency-services-section .agency-service-card--automation:hover .agency-service-visual {
    scale: .66;
  }
}
@media (min-width: 1300px) and (max-width: 1480px) {
  .agency-services-section .agency-services-section__grid > .agency-service-card:nth-child(-n+4) .agency-service-card__title {
    font-size: 25px;
  }
  .agency-services-section .agency-services-section__grid > .agency-service-card:nth-child(-n+4) .agency-service-card__description {
    font-size: 13.5px;
    line-height: 1.48;
  }
  .agency-services-section .agency-services-section__grid > .agency-service-card:nth-child(-n+4) .agency-service-card__features li {
    font-size: 12.5px;
  }
}
/* End services first-row visual cleanup */
/* Services first-four single 3D icons */
@media (min-width: 768px) {
  .agency-services-section .agency-services-section__grid > .agency-service-card:nth-child(-n+4) .agency-service-card__visual {
    height: 92px !important;
    min-height: 92px;
    margin: 8px 0 18px !important;
    overflow: visible !important;
    place-items: center;
  }
  .agency-services-section .agency-services-section__grid > .agency-service-card:nth-child(-n+4) .agency-service-visual {
    width: 92px !important;
    height: 92px !important;
    scale: 1 !important;
    display: grid;
    place-items: center;
    animation: agency-services-visual-float 7s ease-in-out infinite alternate;
    transform-style: preserve-3d;
  }
  .agency-services-section .agency-services-section__grid > .agency-service-card:nth-child(-n+4) .agency-service-visual > * {
    display: none !important;
  }
  .agency-services-section .agency-services-section__grid > .agency-service-card:nth-child(-n+4) .agency-service-visual::before,
  .agency-services-section .agency-services-section__grid > .agency-service-card:nth-child(-n+4) .agency-service-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 25px;
    pointer-events: none;
  }
  .agency-services-section .agency-services-section__grid > .agency-service-card:nth-child(-n+4) .agency-service-visual::before {
    background:
      radial-gradient(circle at 28% 22%, rgba(255,255,255,.95), transparent 18%),
      linear-gradient(145deg, #a774ff 0%, #6d3cff 48%, #ff6f86 100%);
    box-shadow: 0 22px 42px rgba(37, 99, 235, .26), 0 8px 20px rgba(255,112,126,.16), inset 0 1px 0 rgba(255,255,255,.78), inset 0 -14px 24px rgba(47,22,145,.18);
    transform: rotateX(58deg) rotateZ(-12deg) translate3d(0,0,0);
  }
  .agency-services-section .agency-services-section__grid > .agency-service-card:nth-child(-n+4) .agency-service-visual::after {
    inset: 13px;
    display: grid;
    place-items: center;
    border-radius: 18px;
    color: #fff;
    background: linear-gradient(145deg, rgba(255,255,255,.25), rgba(255,255,255,.06));
    border: 1px solid rgba(255,255,255,.42);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.55);
    font-weight: 900;
    font-size: 20px;
    line-height: 1;
    text-shadow: 0 4px 14px rgba(35,12,105,.32);
    transform: translateZ(28px);
  }
  .agency-services-section .agency-service-card--web .agency-service-visual::after { content: "</>"; }
  .agency-services-section .agency-service-card--seo .agency-service-visual::after { content: "SEO"; font-size: 16px; letter-spacing: .02em; }
  .agency-services-section .agency-service-card--marketing .agency-service-visual::after { content: "AD"; font-size: 17px; }
  .agency-services-section .agency-service-card--automation .agency-service-visual::after { content: "AI"; font-size: 21px; }
  .agency-services-section .agency-service-card--seo .agency-service-visual::before {
    background: radial-gradient(circle at 28% 22%, rgba(255,255,255,.95), transparent 18%), linear-gradient(145deg, #8758ff 0%, #7652ff 42%, #ff8b4d 100%);
  }
  .agency-services-section .agency-service-card--marketing .agency-service-visual::before {
    background: radial-gradient(circle at 28% 22%, rgba(255,255,255,.95), transparent 18%), linear-gradient(145deg, #8a56ff 0%, #df55ba 50%, #ff735c 100%);
  }
  .agency-services-section .agency-service-card--automation .agency-service-visual::before {
    background: radial-gradient(circle at 28% 22%, rgba(255,255,255,.95), transparent 18%), linear-gradient(145deg, #6C3BFF 0%, #9c55ff 46%, #B441DC 100%);
  }
  .agency-services-section .agency-services-section__grid > .agency-service-card:nth-child(-n+4):hover .agency-service-visual {
    scale: 1 !important;
    transform: translate3d(calc(var(--tx) * .22), calc(var(--ty) * .18 - 4px), 26px) !important;
  }
}
/* End services first-four single 3D icons */
/* Services first-four unique 3D icon identities */
@media (min-width: 768px) {
  .agency-services-section .agency-service-card--web .agency-service-visual::before {
    border-radius: 20px;
    background:
      linear-gradient(90deg, rgba(255,255,255,.55), transparent 38%) 18px 29px / 50px 5px no-repeat,
      linear-gradient(90deg, rgba(255,255,255,.42), transparent 45%) 18px 42px / 42px 5px no-repeat,
      radial-gradient(circle at 28% 22%, rgba(255,255,255,.95), transparent 18%),
      linear-gradient(145deg, #7b58ff 0%, #5664ff 48%, #ff8a70 100%);
  }
  .agency-services-section .agency-service-card--web .agency-service-visual::after {
    content: "</>";
    inset: 24px 16px auto auto;
    width: 36px;
    height: 30px;
    border-radius: 10px;
    font-size: 14px;
    background: linear-gradient(145deg, rgba(255,255,255,.34), rgba(255,255,255,.08));
  }

  .agency-services-section .agency-service-card--seo .agency-service-visual::before {
    border-radius: 50%;
    background:
      radial-gradient(circle at 50% 50%, transparent 0 18px, rgba(255,255,255,.92) 19px 23px, transparent 24px),
      radial-gradient(circle at 28% 22%, rgba(255,255,255,.95), transparent 18%),
      conic-gradient(from 220deg, #6C3BFF, #ff7854, #ffcf68, #6C3BFF);
    box-shadow: 0 22px 42px rgba(255,122,84,.22), 0 8px 22px rgba(37, 99, 235, .2), inset 0 1px 0 rgba(255,255,255,.8);
  }
  .agency-services-section .agency-service-card--seo .agency-service-visual::after {
    content: "";
    inset: auto 14px 18px auto;
    width: 34px;
    height: 8px;
    border-radius: 999px;
    background: linear-gradient(90deg, #6C3BFF, #ff7a54);
    transform: rotate(42deg) translateZ(30px);
    box-shadow: 0 8px 16px rgba(255,122,84,.22);
  }

  .agency-services-section .agency-service-card--marketing .agency-service-visual::before {
    inset: 20px 11px 25px 9px;
    border-radius: 18px 34px 34px 18px;
    background:
      radial-gradient(circle at 78% 30%, rgba(255,255,255,.95), transparent 14%),
      linear-gradient(145deg, #FF754B 0%, #e954aa 48%, #6C3BFF 100%);
    transform: rotateX(58deg) rotateZ(-16deg) skewX(-8deg);
    box-shadow: 0 22px 42px rgba(232,84,170,.24), 0 8px 20px rgba(255,118,94,.2), inset 0 1px 0 rgba(255,255,255,.7);
  }
  .agency-services-section .agency-service-card--marketing .agency-service-visual::after {
    content: "";
    inset: auto auto 24px 14px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: linear-gradient(145deg, #FF754B, #6C3BFF);
    box-shadow: 48px -28px 0 -4px #FF754B, 62px -8px 0 -8px #ffb85e;
    transform: translateZ(31px);
  }

  .agency-services-section .agency-service-card--automation .agency-service-visual::before {
    inset: 23px;
    border-radius: 20px;
    background:
      radial-gradient(circle at 30% 24%, rgba(255,255,255,.95), transparent 20%),
      linear-gradient(145deg, #6C3BFF 0%, #a654ff 42%, #5635FF 100%);
    box-shadow: -38px -2px 0 -19px #6C3BFF, 38px -2px 0 -19px #9b55ff, 0 36px 0 -19px #c85bff, 0 22px 42px rgba(37, 99, 235, .28), inset 0 1px 0 rgba(255,255,255,.78);
  }
  .agency-services-section .agency-service-card--automation .agency-service-visual::after {
    content: "";
    inset: 42px 15px auto 15px;
    height: 2px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(123,76,255,.1), rgba(255,188,100,.95), rgba(123,76,255,.1));
    box-shadow: 0 36px 0 rgba(255,188,100,.7), 36px 18px 0 -1px rgba(255,188,100,.7), -36px 18px 0 -1px rgba(255,188,100,.7);
    transform: translateZ(25px);
  }
}
/* End services first-four unique 3D icon identities */
/* Force unique first-four service icons over generic tile */
@media (min-width: 768px) {
  .agency-services-section .agency-services-section__grid > .agency-service-card.agency-service-card--web:nth-child(1) .agency-service-visual::before {
    inset: 12px 6px 18px 6px !important;
    width: auto !important;
    height: auto !important;
    border-radius: 16px !important;
    background:
      linear-gradient(90deg, rgba(255,255,255,.62), transparent 46%) 18px 22px / 48px 6px no-repeat,
      linear-gradient(90deg, rgba(255,255,255,.44), transparent 50%) 18px 36px / 38px 5px no-repeat,
      radial-gradient(circle at 26% 18%, rgba(255,255,255,.98), transparent 18%),
      linear-gradient(145deg, #5e68ff 0%, #744bff 48%, #ff8a6a 100%) !important;
    box-shadow: 0 20px 38px rgba(89,94,255,.24), inset 0 1px 0 rgba(255,255,255,.74), inset 0 -12px 22px rgba(55,30,150,.18) !important;
    transform: rotateX(56deg) rotateZ(-9deg) !important;
  }
  .agency-services-section .agency-services-section__grid > .agency-service-card.agency-service-card--web:nth-child(1) .agency-service-visual::after {
    content: "</>" !important;
    inset: auto 12px 24px auto !important;
    width: 38px !important;
    height: 30px !important;
    border-radius: 10px !important;
    display: grid !important;
    place-items: center !important;
    font-size: 13px !important;
    color: #fff !important;
    background: rgba(255,255,255,.2) !important;
    border: 1px solid rgba(255,255,255,.38) !important;
    transform: translateZ(32px) rotateZ(2deg) !important;
  }

  .agency-services-section .agency-services-section__grid > .agency-service-card.agency-service-card--seo:nth-child(2) .agency-service-visual::before {
    inset: 8px 12px 15px 12px !important;
    width: auto !important;
    height: auto !important;
    border-radius: 999px !important;
    background:
      radial-gradient(circle at 50% 50%, rgba(255,255,255,.02) 0 18px, rgba(255,255,255,.9) 19px 23px, transparent 24px),
      radial-gradient(circle at 27% 20%, rgba(255,255,255,.95), transparent 16%),
      conic-gradient(from 210deg, #6C3BFF 0%, #ff745f 34%, #ffc35f 58%, #6C3BFF 100%) !important;
    box-shadow: 0 20px 40px rgba(255,118,89,.24), 0 8px 22px rgba(123,76,255,.2), inset 0 1px 0 rgba(255,255,255,.78) !important;
    transform: rotateX(58deg) rotateZ(-14deg) !important;
  }
  .agency-services-section .agency-services-section__grid > .agency-service-card.agency-service-card--seo:nth-child(2) .agency-service-visual::after {
    content: "" !important;
    inset: auto 16px 23px auto !important;
    width: 36px !important;
    height: 8px !important;
    border-radius: 999px !important;
    background: linear-gradient(90deg, #6C3BFF, #ff765f) !important;
    border: 0 !important;
    transform: translateZ(31px) rotate(42deg) !important;
    box-shadow: 0 8px 18px rgba(255,118,89,.28) !important;
  }

  .agency-services-section .agency-services-section__grid > .agency-service-card.agency-service-card--marketing:nth-child(3) .agency-service-visual::before {
    inset: 24px 8px 25px 12px !important;
    width: auto !important;
    height: auto !important;
    border-radius: 18px 38px 38px 18px !important;
    background:
      radial-gradient(circle at 78% 30%, rgba(255,255,255,.9), transparent 14%),
      linear-gradient(145deg, #FF754B 0%, #e84fa8 48%, #6C3BFF 100%) !important;
    box-shadow: 0 21px 40px rgba(232,79,168,.26), inset 0 1px 0 rgba(255,255,255,.72) !important;
    transform: rotateX(58deg) rotateZ(-18deg) skewX(-8deg) !important;
  }
  .agency-services-section .agency-services-section__grid > .agency-service-card.agency-service-card--marketing:nth-child(3) .agency-service-visual::after {
    content: "" !important;
    inset: auto auto 24px 9px !important;
    width: 24px !important;
    height: 24px !important;
    border-radius: 50% !important;
    background: linear-gradient(145deg, #FF754B, #6C3BFF) !important;
    border: 0 !important;
    box-shadow: 50px -27px 0 -5px #FF754B, 66px -10px 0 -8px #9B5CFF !important;
    transform: translateZ(32px) !important;
  }

  .agency-services-section .agency-services-section__grid > .agency-service-card.agency-service-card--automation:nth-child(4) .agency-service-visual::before {
    inset: 24px !important;
    width: auto !important;
    height: auto !important;
    border-radius: 20px !important;
    background:
      radial-gradient(circle at 30% 24%, rgba(255,255,255,.96), transparent 20%),
      linear-gradient(145deg, #6C3BFF 0%, #a653ff 42%, #5635FF 100%) !important;
    box-shadow: -38px -2px 0 -19px #744cff, 38px -2px 0 -19px #a554ff, 0 36px 0 -19px #B441DC, 0 21px 40px rgba(37, 99, 235, .27), inset 0 1px 0 rgba(255,255,255,.78) !important;
    transform: rotateX(58deg) rotateZ(-12deg) !important;
  }
  .agency-services-section .agency-services-section__grid > .agency-service-card.agency-service-card--automation:nth-child(4) .agency-service-visual::after {
    content: "" !important;
    inset: 42px 15px auto 15px !important;
    height: 2px !important;
    width: auto !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: linear-gradient(90deg, rgba(123,76,255,.08), rgba(255,190,94,.98), rgba(123,76,255,.08)) !important;
    box-shadow: 0 36px 0 rgba(255,190,94,.72), 36px 18px 0 -1px rgba(255,190,94,.72), -36px 18px 0 -1px rgba(255,190,94,.72) !important;
    transform: translateZ(30px) !important;
  }
}
/* End force unique first-four service icons over generic tile */
/* Services first-row spacing balance */
@media (min-width: 1300px) {
  .agency-services-section .agency-services-section__grid > .agency-service-card:nth-child(-n+4) {
    padding: 24px 26px 24px !important;
    min-height: 392px !important;
  }
  .agency-services-section .agency-services-section__grid > .agency-service-card:nth-child(-n+4) .agency-service-card__top {
    margin-bottom: 24px;
  }
  .agency-services-section .agency-services-section__grid > .agency-service-card:nth-child(-n+4) .agency-service-card__title {
    margin: 0;
    min-height: 64px;
    display: flex;
    align-items: flex-end;
  }
  .agency-services-section .agency-services-section__grid > .agency-service-card:nth-child(-n+4) .agency-service-card__description {
    min-height: 80px !important;
    margin: 13px 0 0 !important;
  }
  .agency-services-section .agency-services-section__grid > .agency-service-card:nth-child(-n+4) .agency-service-card__visual {
    height: 82px !important;
    min-height: 82px !important;
    margin: 8px 0 16px !important;
    display: grid;
    place-items: center;
  }
  .agency-services-section .agency-services-section__grid > .agency-service-card:nth-child(-n+4) .agency-service-visual {
    width: 86px !important;
    height: 86px !important;
  }
  .agency-services-section .agency-services-section__grid > .agency-service-card:nth-child(-n+4) .agency-service-card__features {
    gap: 9px;
    padding-right: 54px;
  }
  .agency-services-section .agency-services-section__grid > .agency-service-card:nth-child(-n+4) .agency-service-card__arrow {
    right: 24px;
    bottom: 22px;
  }
}
@media (min-width: 1300px) and (max-width: 1480px) {
  .agency-services-section .agency-services-section__grid > .agency-service-card:nth-child(-n+4) {
    padding-inline: 24px !important;
  }
  .agency-services-section .agency-services-section__grid > .agency-service-card:nth-child(-n+4) .agency-service-card__top {
    margin-bottom: 20px;
  }
  .agency-services-section .agency-services-section__grid > .agency-service-card:nth-child(-n+4) .agency-service-card__title {
    min-height: 62px;
  }
  .agency-services-section .agency-services-section__grid > .agency-service-card:nth-child(-n+4) .agency-service-card__description {
    min-height: 82px !important;
  }
}
/* End services first-row spacing balance */
/* Services soften marketing and automation icons */
@media (min-width: 768px) {
  .agency-services-section .agency-services-section__grid > .agency-service-card.agency-service-card--marketing:nth-child(3) .agency-service-visual::before {
    inset: 24px 18px 28px 22px !important;
    border-radius: 16px 30px 30px 16px !important;
    background:
      radial-gradient(circle at 78% 28%, rgba(255,255,255,.92), transparent 13%),
      linear-gradient(145deg, rgba(255,126,93,.95), rgba(232,79,168,.92) 50%, rgba(123,77,255,.95)) !important;
    box-shadow: 0 16px 28px rgba(232,79,168,.18), inset 0 1px 0 rgba(255,255,255,.68) !important;
    transform: rotateX(58deg) rotateZ(-17deg) skewX(-8deg) !important;
  }
  .agency-services-section .agency-services-section__grid > .agency-service-card.agency-service-card--marketing:nth-child(3) .agency-service-visual::after {
    content: "" !important;
    inset: auto auto 30px 18px !important;
    width: 18px !important;
    height: 18px !important;
    border-radius: 50% !important;
    background: linear-gradient(145deg, #FF754B, #6C3BFF) !important;
    border: 2px solid rgba(255,255,255,.62) !important;
    box-shadow: 44px -24px 0 -8px #FF754B, 58px -8px 0 -10px #9B5CFF !important;
    transform: translateZ(30px) !important;
  }

  .agency-services-section .agency-services-section__grid > .agency-service-card.agency-service-card--automation:nth-child(4) .agency-service-visual::before {
    inset: 31px 30px 31px 30px !important;
    border-radius: 18px !important;
    background:
      radial-gradient(circle at 30% 23%, rgba(255,255,255,.95), transparent 21%),
      linear-gradient(145deg, #8c5aff 0%, #a658ff 48%, #6849ff 100%) !important;
    box-shadow: -30px -1px 0 -18px rgba(120,76,255,.95), 30px -1px 0 -18px rgba(164,84,255,.95), 0 28px 0 -18px rgba(212,92,255,.9), 0 16px 30px rgba(37, 99, 235, .22), inset 0 1px 0 rgba(255,255,255,.76) !important;
    transform: rotateX(58deg) rotateZ(-10deg) !important;
  }
  .agency-services-section .agency-services-section__grid > .agency-service-card.agency-service-card--automation:nth-child(4) .agency-service-visual::after {
    content: "" !important;
    inset: 43px 22px auto 22px !important;
    height: 2px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: linear-gradient(90deg, rgba(123,76,255,.05), rgba(255,190,94,.8), rgba(123,76,255,.05)) !important;
    box-shadow: 0 27px 0 rgba(255,190,94,.58), 30px 14px 0 -1px rgba(255,190,94,.58), -30px 14px 0 -1px rgba(255,190,94,.58) !important;
    transform: translateZ(27px) !important;
  }
}
/* End services soften marketing and automation icons */
/* End services crisp card and final CTA placement patch */
/* End services layout refinement */
/* End services section premium grid v1 */

/* AI ecosystem section premium 3D orbit v1 */
.ai-ecosystem-section,
.ai-ecosystem-section * { box-sizing: border-box; }
.ai-ecosystem-section {
  --eco-dark: #101426;
  --eco-muted: #68708A;
  --eco-blue: #6C35FF;
  --eco-pink: #EF5D9A;
  --eco-orange: #FF7A45;
  position: relative;
  min-height: max(100vh, 950px);
  display: flex;
  align-items: center;
  overflow: hidden;
  font-family: Manrope, system-ui, sans-serif;
  color: var(--eco-dark);
  background:
    radial-gradient(circle at 16% 20%, rgba(126,82,255,.14), transparent 34%),
    radial-gradient(circle at 76% 40%, rgba(200,180,255,.16), transparent 38%),
    radial-gradient(circle at 10% 80%, rgba(255,150,210,.10), transparent 32%),
    radial-gradient(circle at 88% 75%, rgba(255,140,80,.10), transparent 30%),
    #FBFAFF;
}
.ai-ecosystem-section::before,
.ai-ecosystem-section::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border-radius: 999px;
  filter: blur(28px);
  opacity: .68;
  animation: ai-ecosystem-fog 15s ease-in-out infinite alternate;
}
.ai-ecosystem-section::before { left: -12%; top: 4%; width: 42%; height: 50%; background: rgba(149,102,255,.13); }
.ai-ecosystem-section::after { right: -10%; bottom: 0; width: 40%; height: 46%; background: rgba(255,126,88,.11); animation-duration: 18s; }
.ai-ecosystem-section__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1650px;
  margin: 0 auto;
  padding: 90px clamp(60px, 7vw, 130px) 55px;
}
.ai-ecosystem-section__main {
  display: grid;
  grid-template-columns: minmax(480px, .78fr) minmax(760px, 1.22fr);
  align-items: center;
  gap: clamp(40px, 5vw, 90px);
}
.ai-ecosystem-section__content { max-width: 620px; position: relative; z-index: 3; }
.ai-ecosystem-section__badge {
  position: relative;
  width: max-content;
  margin: 0 0 30px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 18px;
  border-radius: 999px;
  color: var(--eco-blue);
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(37, 99, 235, .16);
  box-shadow: 0 16px 38px rgba(37, 99, 235, .12), inset 0 1px 0 rgba(255,255,255,.9);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
  transition: transform .32s ease, box-shadow .32s ease, background .32s ease;
}
.ai-ecosystem-section__badge::after {
  content: "";
  position: absolute;
  left: calc(100% + 18px);
  top: 50%;
  width: 110px;
  height: 1px;
  background: linear-gradient(90deg, rgba(37, 99, 235, .55), transparent);
  transition: width .32s ease;
}
.ai-ecosystem-section__badge i {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: linear-gradient(135deg, #6C3BFF, #5635FF);
  box-shadow: 0 0 16px rgba(37, 99, 235, .45);
}
.ai-ecosystem-section__badge:hover { transform: translateY(-2px); background: rgba(255,255,255,.88); box-shadow: 0 20px 46px rgba(37, 99, 235, .16); }
.ai-ecosystem-section__badge:hover::after { width: 140px; }
.ai-ecosystem-section__heading {
  margin: 0;
  color: var(--eco-dark);
  font-size: clamp(52px, 4.8vw, 82px);
  line-height: 1.03;
  font-weight: 850;
  letter-spacing: 0;
}
.ai-ecosystem-section__heading span { display: block; }
.ai-ecosystem-section__heading em {
  font-style: normal;
  color: transparent;
  background: linear-gradient(90deg, #6C35FF, #B441DC, #EF5D9A, #FF7A45);
  -webkit-background-clip: text;
  background-clip: text;
}
.ai-ecosystem-section__description {
  max-width: 560px;
  margin: 28px 0 0;
  color: var(--eco-muted);
  font-size: clamp(17px, 1.15vw, 20px);
  line-height: 1.65;
  font-weight: 600;
}
.ai-ecosystem-section__features {
  display: grid;
  gap: 18px;
  margin-top: 34px;
}
.ai-ecosystem-section__feature {
  position: relative;
  display: grid;
  grid-template-columns: 56px 1fr;
  align-items: center;
  gap: 16px;
  padding: 10px 14px 10px 0;
  border-radius: 20px;
  transition: transform .34s cubic-bezier(.16,1,.3,1), background .34s ease, box-shadow .34s ease;
}
.ai-ecosystem-section__feature::after {
  content: "";
  position: absolute;
  left: 72px;
  right: 100%;
  bottom: 4px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #6C35FF, #EF5D9A, transparent);
  transition: right .34s ease;
}
.ai-ecosystem-section__feature > span,
.ai-ecosystem-section__summary-card > span {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(145deg, #9f62ff, #5f35f5);
  box-shadow: 0 18px 34px rgba(37, 99, 235, .28), inset 0 1px 0 rgba(255,255,255,.34);
  transition: transform .34s cubic-bezier(.16,1,.3,1), box-shadow .34s ease;
}
.ai-ecosystem-section__feature svg,
.ai-ecosystem-section__summary-card svg,
.ai-ecosystem-section__cta svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.ai-ecosystem-section__feature h3 { margin: 0 0 4px; font-size: 18px; line-height: 1.2; font-weight: 850; }
.ai-ecosystem-section__feature p { margin: 0; color: #68708A; font-size: 15px; line-height: 1.42; font-weight: 600; }
.ai-ecosystem-section__feature:hover { transform: translateX(6px); background: rgba(255,255,255,.62); box-shadow: 0 18px 44px rgba(37, 99, 235, .08); }
.ai-ecosystem-section__feature:hover::after { right: 16px; }
.ai-ecosystem-section__feature:hover > span { transform: translateY(-4px) rotate(6deg); box-shadow: 0 22px 42px rgba(37, 99, 235, .36); }
.ai-ecosystem-section__cta {
  position: relative;
  width: max-content;
  min-height: 58px;
  margin-top: 36px;
  display: inline-flex;
  align-items: center;
  gap: 18px;
  padding: 0 8px 0 32px;
  border-radius: 999px;
  color: #fff !important;
  text-decoration: none;
  font-size: 18px;
  font-weight: 850;
  overflow: hidden;
  background: linear-gradient(135deg, #8a35ff, #5a35f4 52%, #e75aa7);
  box-shadow: 0 22px 48px rgba(99,51,240,.32), 0 0 34px rgba(14, 165, 233, .16);
  transition: transform .32s cubic-bezier(.16,1,.3,1), box-shadow .32s ease, background-position .55s ease;
}
.ai-ecosystem-section__cta::before { content: ""; position: absolute; inset: -80% -20%; background: linear-gradient(110deg, transparent 35%, rgba(255,255,255,.32), transparent 65%); transform: translateX(-70%); transition: transform .65s ease; }
.ai-ecosystem-section__cta span { position: relative; z-index: 1; }
.ai-ecosystem-section__cta b { position: relative; z-index: 1; width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; color: #6138ff; background: #fff; transition: transform .32s cubic-bezier(.16,1,.3,1); }
.ai-ecosystem-section__cta:hover { transform: translateY(-3px); background-position: 100% 0; box-shadow: 0 28px 58px rgba(99,51,240,.38), 0 0 42px rgba(14, 165, 233, .2); }
.ai-ecosystem-section__cta:hover::before { transform: translateX(70%); }
.ai-ecosystem-section__cta:hover b { transform: translate(4px,-4px) rotate(8deg); }
.ai-ecosystem-section__visual {
  position: relative;
  min-height: 760px;
  border-radius: 34px;
  overflow: visible;
  perspective: 1200px;
}
.ai-ecosystem-section__canvas {
  position: absolute;
  inset: -4% -3% -3% -3%;
  z-index: 2;
  min-height: 100%;
}
.ai-ecosystem-section__canvas canvas { width: 100% !important; height: 100% !important; display: block; }
.ai-ecosystem-section__fallback {
  position: absolute;
  inset: 8% 0 0;
  z-index: 1;
  display: grid;
  place-items: center;
  opacity: 1;
  transition: opacity .35s ease;
}
.ai-ecosystem-section.is-webgl .ai-ecosystem-section__fallback { opacity: 0; pointer-events: none; }
.ai-ecosystem-fallback__cube {
  position: absolute;
  width: 132px;
  height: 132px;
  display: grid;
  place-items: center;
  border-radius: 28px;
  color: #fff;
  font-size: 58px;
  font-weight: 900;
  background: linear-gradient(145deg, rgba(255,255,255,.42), #7d37ff 46%, #FF7A45);
  box-shadow: 0 0 70px rgba(37, 99, 235, .35), inset 0 1px 0 rgba(255,255,255,.4);
  transform: rotateX(58deg) rotateZ(-15deg);
}
.ai-ecosystem-fallback__pedestal { position: absolute; top: 58%; width: 260px; height: 60px; border-radius: 50%; background: radial-gradient(circle, rgba(255,255,255,.95), rgba(126,82,255,.24)); box-shadow: 0 0 60px rgba(126,82,255,.22); }
.ai-ecosystem-fallback__ring { position: absolute; display: grid; place-items: center; width: 520px; height: 86px; border-radius: 50%; border: 18px solid rgba(37, 99, 235, .55); color: #fff; font-weight: 850; font-size: 18px; text-shadow: 0 2px 16px rgba(60,26,130,.55); }
.ai-ecosystem-fallback__ring--one { transform: rotate(-10deg); border-color: rgba(37, 99, 235, .55); }
.ai-ecosystem-fallback__ring--two { transform: rotate(18deg); border-color: rgba(14, 165, 233, .5); }
.ai-ecosystem-fallback__ring--three { transform: rotate(-26deg); border-color: rgba(6, 182, 212, ); }
.ai-ecosystem-section__summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}
.ai-ecosystem-section__summary-card {
  position: relative;
  display: grid;
  grid-template-columns: 54px 1fr;
  align-items: center;
  gap: 16px;
  min-height: 128px;
  padding: 24px;
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(255,255,255,.88), rgba(248,244,255,.68));
  border: 1px solid rgba(132,82,255,.14);
  box-shadow: 0 24px 58px rgba(76,45,151,.1), inset 0 1px 0 rgba(255,255,255,.92);
  backdrop-filter: blur(18px);
  transition: transform .34s cubic-bezier(.16,1,.3,1), border-color .32s ease, box-shadow .34s ease;
}
.ai-ecosystem-section__summary-card > span { width: 54px; height: 54px; }
.ai-ecosystem-section__summary-card h3 { margin: 0 0 7px; color: var(--eco-dark); font-size: 18px; line-height: 1.18; font-weight: 850; transition: transform .3s ease; }
.ai-ecosystem-section__summary-card p { margin: 0; color: #68708A; font-size: 14px; line-height: 1.45; font-weight: 600; }
.ai-ecosystem-section__summary-card:hover { transform: translateY(-5px); border-color: rgba(132,82,255,.28); box-shadow: 0 30px 70px rgba(76,45,151,.14); }
.ai-ecosystem-section__summary-card:hover > span { transform: rotate(7deg); }
.ai-ecosystem-section__summary-card:hover h3 { transform: translateX(3px); }
.ai-ecosystem-section__sphere,
.ai-ecosystem-section__network { position: absolute; pointer-events: none; z-index: 1; }
.ai-ecosystem-section__sphere { border-radius: 50%; background: radial-gradient(circle at 28% 22%, #fff, rgba(180,145,255,.72) 34%, rgba(37, 99, 235, .46) 68%, transparent 100%); box-shadow: 0 20px 42px rgba(37, 99, 235, .12); animation: ai-ecosystem-float 11s ease-in-out infinite alternate; }
.ai-ecosystem-section__sphere--one { left: 38%; top: 5%; width: 34px; height: 34px; }
.ai-ecosystem-section__sphere--two { right: 9%; top: 7%; width: 48px; height: 48px; animation-duration: 14s; }
.ai-ecosystem-section__sphere--three { left: 2%; top: 43%; width: 92px; height: 92px; opacity: .34; animation-duration: 17s; }
.ai-ecosystem-section__network { right: -7%; top: 8%; width: 42%; height: 68%; opacity: .36; background: radial-gradient(circle at 20% 20%, rgba(255,255,255,.7) 0 3px, transparent 4px), radial-gradient(circle at 70% 35%, rgba(255,255,255,.8) 0 4px, transparent 5px), radial-gradient(circle at 55% 78%, rgba(255,255,255,.7) 0 3px, transparent 4px), linear-gradient(38deg, transparent 49.8%, rgba(162,125,255,.2) 50%, transparent 50.2%), linear-gradient(-24deg, transparent 49.8%, rgba(162,125,255,.16) 50%, transparent 50.2%); border-radius: 50%; }
.ai-ecosystem-section.is-ready:not(.is-visible) .ai-ecosystem-section__badge,
.ai-ecosystem-section.is-ready:not(.is-visible) .ai-ecosystem-section__heading,
.ai-ecosystem-section.is-ready:not(.is-visible) .ai-ecosystem-section__description,
.ai-ecosystem-section.is-ready:not(.is-visible) .ai-ecosystem-section__feature,
.ai-ecosystem-section.is-ready:not(.is-visible) .ai-ecosystem-section__cta,
.ai-ecosystem-section.is-ready:not(.is-visible) .ai-ecosystem-section__visual,
.ai-ecosystem-section.is-ready:not(.is-visible) .ai-ecosystem-section__summary-card { opacity: 0; transform: translateY(26px) scale(.98); filter: blur(10px); }
.ai-ecosystem-section.is-visible .ai-ecosystem-section__feature,
.ai-ecosystem-section.is-visible .ai-ecosystem-section__summary-card { transition-delay: var(--item-delay); }
.ai-ecosystem-section.is-visible .ai-ecosystem-section__badge,
.ai-ecosystem-section.is-visible .ai-ecosystem-section__heading,
.ai-ecosystem-section.is-visible .ai-ecosystem-section__description,
.ai-ecosystem-section.is-visible .ai-ecosystem-section__feature,
.ai-ecosystem-section.is-visible .ai-ecosystem-section__cta,
.ai-ecosystem-section.is-visible .ai-ecosystem-section__visual,
.ai-ecosystem-section.is-visible .ai-ecosystem-section__summary-card { opacity: 1; filter: blur(0); transition-property: opacity, transform, filter; transition-duration: .8s; transition-timing-function: cubic-bezier(.16,1,.3,1); }
@keyframes ai-ecosystem-fog { to { transform: translate3d(24px,-18px,0) scale(1.06); } }
@keyframes ai-ecosystem-float { to { transform: translate3d(20px,-26px,0) scale(1.08); } }

@media (max-width: 1100px) {
  .ai-ecosystem-section { min-height: auto; }
  .ai-ecosystem-section__inner { padding: 80px 40px 55px; }
  .ai-ecosystem-section__main { grid-template-columns: 1fr; gap: 34px; }
  .ai-ecosystem-section__content { max-width: 760px; margin: 0 auto; text-align: center; }
  .ai-ecosystem-section__badge { margin-left: auto; margin-right: auto; }
  .ai-ecosystem-section__badge::after { display: none; }
  .ai-ecosystem-section__description { margin-left: auto; margin-right: auto; }
  .ai-ecosystem-section__features { max-width: 620px; margin-left: auto; margin-right: auto; text-align: left; }
  .ai-ecosystem-section__visual { min-height: 720px; }
  .ai-ecosystem-section__summary { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 767px) {
  .ai-ecosystem-section__inner { padding: 65px 20px 45px; }
  .ai-ecosystem-section__heading { font-size: clamp(40px, 11vw, 56px); }
  .ai-ecosystem-section__description { font-size: 16px; }
  .ai-ecosystem-section__feature { grid-template-columns: 48px 1fr; gap: 13px; }
  .ai-ecosystem-section__feature > span { width: 48px; height: 48px; }
  .ai-ecosystem-section__cta { width: min(100%, 330px); justify-content: space-between; padding-left: 24px; font-size: 16px; }
  .ai-ecosystem-section__visual { min-height: 650px; margin: 0 -18px; }
  .ai-ecosystem-section__canvas { inset: 0; }
  .ai-ecosystem-section__summary { grid-template-columns: 1fr; gap: 14px; }
  .ai-ecosystem-section__summary-card { min-height: 112px; padding: 20px; }
  .ai-ecosystem-section__network { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  .ai-ecosystem-section *,
  .ai-ecosystem-section::before,
  .ai-ecosystem-section::after { animation: none !important; transition-duration: .01ms !important; }
  .ai-ecosystem-section.is-ready:not(.is-visible) .ai-ecosystem-section__badge,
  .ai-ecosystem-section.is-ready:not(.is-visible) .ai-ecosystem-section__heading,
  .ai-ecosystem-section.is-ready:not(.is-visible) .ai-ecosystem-section__description,
  .ai-ecosystem-section.is-ready:not(.is-visible) .ai-ecosystem-section__feature,
  .ai-ecosystem-section.is-ready:not(.is-visible) .ai-ecosystem-section__cta,
  .ai-ecosystem-section.is-ready:not(.is-visible) .ai-ecosystem-section__visual,
  .ai-ecosystem-section.is-ready:not(.is-visible) .ai-ecosystem-section__summary-card { opacity: 1; transform: none; filter: none; }
}
.nv-ai-editor-ecosystem { display: grid; grid-template-columns: minmax(0, .9fr) minmax(300px, 1.1fr); gap: 24px; padding: 34px; border-radius: 24px; background: linear-gradient(145deg, #FBFAFF, #F6F3FF); border: 1px solid #E6DDFF; }
.nv-ai-editor-ecosystem__copy h2 { margin: 12px 0; font-size: 38px; line-height: 1.05; }
.nv-ai-editor-ecosystem__copy em { color: #6C3BFF; font-style: normal; }
.nv-ai-editor-ecosystem__features { display: grid; gap: 10px; margin: 16px 0; }
.nv-ai-editor-ecosystem__features div { padding: 12px; border-radius: 14px; background: rgba(255,255,255,.72); }
.nv-ai-editor-ecosystem__features strong { display: block; color: #15172c; }
.nv-ai-editor-ecosystem__features span { color: #68708A; }
.nv-ai-editor-ecosystem__visual { min-height: 300px; display: grid; place-items: center; text-align: center; border-radius: 24px; color: #fff; background: radial-gradient(circle at 50% 45%, rgba(255,255,255,.4), transparent 30%), linear-gradient(145deg, #6C35FF, #FF754B, #FF754B); }
.nv-ai-editor-ecosystem__visual span { width: 110px; height: 110px; display: grid; place-items: center; border-radius: 28px; font-size: 46px; font-weight: 900; background: rgba(255,255,255,.18); box-shadow: inset 0 1px 0 rgba(255,255,255,.4), 0 24px 60px rgba(70,30,150,.28); }
@media (max-width: 780px) { .nv-ai-editor-ecosystem { grid-template-columns: 1fr; } }
/* AI ecosystem target ribbon composition v2 */
.ai-ecosystem-section__main {
  grid-template-columns: minmax(420px, .66fr) minmax(820px, 1.34fr);
  gap: clamp(28px, 3.8vw, 72px);
}
.ai-ecosystem-section__content { max-width: 610px; }
.ai-ecosystem-section__visual {
  min-height: 820px;
  transform: translateX(36px);
  filter: saturate(1.12) contrast(1.04);
}
.ai-ecosystem-section__canvas {
  inset: -9% -13% -8% -10%;
}
.ai-ecosystem-section.is-webgl .ai-ecosystem-section__canvas canvas {
  filter: saturate(1.08) contrast(1.04) drop-shadow(0 34px 70px rgba(96,55,210,.16));
}
.ai-ecosystem-fallback__cube {
  width: 150px;
  height: 150px;
  border-radius: 30px;
  box-shadow: 0 0 88px rgba(126,58,255,.44), 0 0 34px rgba(255,118,210,.24), inset 0 1px 0 rgba(255,255,255,.48);
}
.ai-ecosystem-fallback__pedestal {
  top: 61%;
  width: 340px;
  height: 82px;
}
.ai-ecosystem-fallback__ring {
  width: 670px;
  height: 118px;
  border-width: 28px;
  font-size: 22px;
  background: linear-gradient(90deg, rgba(255,255,255,.12), rgba(255,255,255,.02));
  box-shadow: inset 0 0 18px rgba(255,255,255,.32), 0 20px 70px rgba(106,55,255,.18);
}
.ai-ecosystem-fallback__ring--one { transform: translateY(-88px) rotate(-9deg); border-color: rgba(37, 99, 235, .72); }
.ai-ecosystem-fallback__ring--two { transform: translateY(6px) rotate(14deg); border-color: rgba(255,106,155,.66); }
.ai-ecosystem-fallback__ring--three { transform: translateY(120px) rotate(-5deg); border-color: rgba(6, 182, 212, ); }
@media (min-width: 1500px) {
  .ai-ecosystem-section__visual { transform: translateX(58px); min-height: 850px; }
  .ai-ecosystem-section__canvas { inset: -11% -15% -9% -12%; }
}
@media (max-width: 1280px) {
  .ai-ecosystem-section__main { grid-template-columns: minmax(380px, .72fr) minmax(650px, 1.28fr); gap: 34px; }
  .ai-ecosystem-section__visual { min-height: 720px; transform: translateX(18px); }
  .ai-ecosystem-section__canvas { inset: -8% -10% -7% -9%; }
}
@media (max-width: 1100px) {
  .ai-ecosystem-section__main { grid-template-columns: 1fr; }
  .ai-ecosystem-section__visual { min-height: 700px; transform: none; max-width: 880px; width: 100%; margin-inline: auto; }
  .ai-ecosystem-section__canvas { inset: -8% -8% -7%; }
}
@media (max-width: 767px) {
  .ai-ecosystem-section__visual { min-height: 520px; margin: 0 -20px; }
  .ai-ecosystem-section__canvas { inset: -9% -16% -8%; }
  .ai-ecosystem-section__summary { margin-top: 12px; }
}
/* AI ecosystem target ribbon composition v3 */
.ai-ecosystem-section__visual {
  min-height: 760px;
  transform: translateX(18px);
  filter: saturate(1.16) contrast(1.06);
}
.ai-ecosystem-section__canvas {
  inset: -4% -5% -4% -5%;
}
.ai-ecosystem-section.is-webgl .ai-ecosystem-section__canvas canvas {
  filter: saturate(1.12) contrast(1.06) drop-shadow(0 30px 70px rgba(96,55,210,.14));
}
@media (min-width: 1500px) {
  .ai-ecosystem-section__visual { min-height: 800px; transform: translateX(28px); }
  .ai-ecosystem-section__canvas { inset: -5% -7% -5% -6%; }
}
@media (max-width: 1280px) {
  .ai-ecosystem-section__visual { min-height: 690px; transform: translateX(8px); }
  .ai-ecosystem-section__canvas { inset: -4% -5% -4%; }
}
@media (max-width: 1100px) {
  .ai-ecosystem-section__visual { min-height: 680px; transform: none; max-width: 860px; }
  .ai-ecosystem-section__canvas { inset: -5% -6% -5%; }
}
@media (max-width: 767px) {
  .ai-ecosystem-section__visual { min-height: 500px; margin: 0 -18px; }
  .ai-ecosystem-section__canvas { inset: -6% -10% -6%; }
}
/* AI ecosystem atmosphere polish v4 */
.ai-ecosystem-section {
  background:
    radial-gradient(circle at 70% 38%, rgba(126,87,255,.16), transparent 32%),
    radial-gradient(circle at 88% 72%, rgba(6, 182, 212, ), transparent 28%),
    radial-gradient(circle at 48% 18%, rgba(255,111,199,.1), transparent 28%),
    linear-gradient(180deg, #FBFAFF 0%, #f8f4ff 52%, #fff7fb 100%);
}
.ai-ecosystem-section::before {
  width: 50%;
  height: 64%;
  background: radial-gradient(circle, rgba(142,89,255,.22), rgba(255,255,255,0) 66%);
  filter: blur(42px);
  opacity: .74;
}
.ai-ecosystem-section::after {
  background: radial-gradient(circle, rgba(6, 182, 212, ), rgba(14, 165, 233, .08) 44%, rgba(255,255,255,0) 70%);
  filter: blur(46px);
  opacity: .72;
}
.ai-ecosystem-section__visual::before,
.ai-ecosystem-section__visual::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 1;
  border-radius: 50%;
}
.ai-ecosystem-section__visual::before {
  inset: 14% 4% 8% 12%;
  background: radial-gradient(circle, rgba(255,255,255,.72), rgba(199,172,255,.18) 44%, rgba(255,255,255,0) 68%);
  filter: blur(18px);
  opacity: .62;
}
.ai-ecosystem-section__visual::after {
  right: 2%;
  top: 6%;
  width: 34%;
  aspect-ratio: 1;
  border: 1px solid rgba(160,121,255,.18);
  box-shadow: inset 0 0 60px rgba(255,255,255,.38), 0 0 80px rgba(126,87,255,.1);
  opacity: .42;
}
.ai-ecosystem-section.is-webgl .ai-ecosystem-section__canvas canvas {
  filter: saturate(1.2) contrast(1.08) drop-shadow(0 34px 80px rgba(96,55,210,.18));
}
/* End AI ecosystem section premium 3D orbit v1 */
/* Why choose us section v1 */
.why-choose-section,
.why-choose-section * {
  box-sizing: border-box;
}
.why-choose-section {
  --why-dark: #090d25;
  --why-text: #0d1128;
  --why-muted: #606986;
  --why-blue: #6C35FF;
  --why-pink: #db4ebd;
  --why-orange: #FF7A45;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 980px;
  padding: clamp(88px, 7vw, 116px) 0 clamp(80px, 6vw, 104px);
  color: var(--why-text);
  background:
    radial-gradient(circle at 7% 26%, rgba(117, 71, 255, .18), rgba(255,255,255,0) 27%),
    radial-gradient(circle at 91% 18%, rgba(199, 120, 255, .18), rgba(255,255,255,0) 30%),
    radial-gradient(circle at 93% 77%, rgba(255, 132, 72, .16), rgba(255,255,255,0) 29%),
    linear-gradient(135deg, #FBFAFF 0%, #f8f5ff 48%, #fff3f2 100%);
}
.why-choose-section::before,
.why-choose-section::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: -2;
}
.why-choose-section::before {
  inset: 4% -8% 16% -8%;
  background-image:
    linear-gradient(115deg, rgba(119,86,255,.08) 1px, transparent 1px),
    linear-gradient(25deg, rgba(6, 182, 212, ) 1px, transparent 1px);
  background-size: 340px 280px, 410px 330px;
  mask-image: radial-gradient(circle at 58% 46%, #000 0, rgba(0,0,0,.8) 42%, transparent 78%);
  opacity: .62;
}
.why-choose-section::after {
  right: -9%;
  top: -16%;
  width: min(42vw, 620px);
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid rgba(134,91,255,.16);
  box-shadow: inset 0 0 78px rgba(255,255,255,.76), 0 0 90px rgba(129,87,255,.12);
  opacity: .62;
}
.why-choose__inner {
  position: relative;
  z-index: 2;
  width: min(1440px, calc(100% - clamp(40px, 8vw, 150px)));
  margin: 0 auto;
}
.why-choose__mesh {
  position: absolute;
  right: 4%;
  top: 15%;
  width: 410px;
  height: 410px;
  z-index: -1;
  opacity: .35;
  background:
    radial-gradient(circle at 50% 50%, rgba(255,255,255,.7), transparent 33%),
    conic-gradient(from 120deg, rgba(108,99,255,.2), transparent 19%, rgba(6, 182, 212, ), transparent 47%, rgba(219,78,189,.16), transparent 72%, rgba(108,99,255,.2));
  filter: blur(.2px);
  border-radius: 45%;
  animation: whyMeshDrift 18s ease-in-out infinite alternate;
}
.why-choose__sphere {
  position: absolute;
  display: block;
  z-index: 1;
  border-radius: 50%;
  pointer-events: none;
  transform: translate3d(var(--sphere-x, 0), var(--sphere-y, 0), 0);
  background:
    radial-gradient(circle at 30% 24%, rgba(255,255,255,.95) 0 10%, rgba(255,255,255,.55) 16%, rgba(184,142,255,.62) 42%, rgba(116,65,238,.55) 68%, rgba(255,255,255,.08) 100%);
  box-shadow: inset -10px -13px 24px rgba(90,56,207,.18), 0 18px 48px rgba(109,78,255,.18);
  opacity: .62;
  animation: whySphereFloat 9s ease-in-out infinite alternate;
}
.why-choose__sphere--1 { width: 74px; height: 74px; left: 3%; top: 9%; animation-duration: 10s; }
.why-choose__sphere--2 { width: 46px; height: 46px; left: 12%; top: 16%; animation-duration: 12s; animation-delay: -4s; }
.why-choose__sphere--3 { width: 32px; height: 32px; left: 19%; top: 13%; opacity: .54; animation-duration: 8s; animation-delay: -2s; }
.why-choose__sphere--4 { width: 24px; height: 24px; right: 16%; top: 11%; background: radial-gradient(circle at 32% 22%, #fff, #f6b5e8 34%, #d86ed8 76%); animation-delay: -1s; }
.why-choose__sphere--5 { width: 34px; height: 34px; right: 9%; top: 18%; animation-duration: 11s; animation-delay: -5s; }
.why-choose__sphere--6 { width: 94px; height: 94px; right: 4%; top: 33%; background: radial-gradient(circle at 30% 20%, #fff, rgba(250,178,222,.66) 40%, rgba(255,114,85,.42) 82%); animation-delay: -3s; }
.why-choose__sphere--7 { width: 56px; height: 56px; left: 2%; bottom: 15%; background: radial-gradient(circle at 30% 18%, #fff, rgba(210,166,255,.72) 42%, rgba(139,76,255,.5) 80%); }
.why-choose__sphere--8 { width: 30px; height: 30px; right: 10%; bottom: 6%; animation-delay: -6s; }
.why-choose__sphere--9 { width: 18px; height: 18px; right: 5%; bottom: 27%; background: radial-gradient(circle at 30% 20%, #fff, rgba(255,169,218,.72), rgba(255,117,89,.42)); animation-duration: 7s; }
.why-choose__sphere--10 { width: 18px; height: 18px; left: 8%; bottom: 33%; animation-delay: -7s; }
.why-choose__sphere--11 { width: 22px; height: 22px; right: 2%; top: 5%; animation-duration: 13s; animation-delay: -9s; }
.why-choose__header {
  max-width: 940px;
  margin: 0 auto clamp(28px, 3.2vw, 42px);
  text-align: center;
}
.why-choose__badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  position: relative;
  margin: 0 0 22px;
  padding: 10px 19px;
  color: #5635FF;
  font-size: 13px;
  font-weight: 850;
  line-height: 1;
  letter-spacing: .16em;
  text-transform: uppercase;
  border: 1px solid rgba(112,79,255,.18);
  border-radius: 999px;
  background: rgba(255,255,255,.72);
  box-shadow: 0 14px 34px rgba(102,75,219,.12), inset 0 1px 0 rgba(255,255,255,.85);
  backdrop-filter: blur(18px);
}
.why-choose__badge::before {
  content: "";
  position: absolute;
  right: calc(100% + 18px);
  top: 50%;
  width: 86px;
  height: 1px;
  background: linear-gradient(90deg, rgba(116,58,255,0), rgba(116,58,255,.9));
}
.why-choose__badge::after {
  content: "";
  position: absolute;
  right: calc(100% + 15px);
  top: calc(50% - 4px);
  width: 8px;
  height: 8px;
  border-top: 1px solid rgba(116,58,255,.9);
  border-right: 1px solid rgba(116,58,255,.9);
  transform: rotate(45deg);
}
.why-choose__badge i {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: linear-gradient(135deg, #6C35FF, #B441DC);
  box-shadow: 0 0 18px rgba(37, 99, 235, .38);
}
.why-choose__header h2 {
  margin: 0;
  font-size: clamp(46px, 4.8vw, 76px);
  line-height: 1.04;
  font-weight: 850;
  letter-spacing: 0;
  color: #101426;
}
.why-choose__header h2 span {
  display: inline-block;
  background: linear-gradient(90deg, #6C35FF 0%, #6C3BFF 34%, #FF7A45 66%, #FF7A45 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.why-choose__header > p:last-child {
  width: min(720px, 100%);
  margin: 18px auto 0;
  color: #68708c;
  font-size: clamp(16px, 1.2vw, 18px);
  font-weight: 500;
  line-height: 1.65;
}
.why-choose__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  grid-template-rows: minmax(318px, 350px) minmax(340px, 370px);
  gap: 18px;
  perspective: 1200px;
}
.why-choose-card {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(162,132,255,.16);
  box-shadow: 0 24px 70px rgba(78,56,154,.12), inset 0 1px 0 rgba(255,255,255,.64);
  transform-style: preserve-3d;
  transition: transform .36s cubic-bezier(.22,1,.36,1), box-shadow .36s cubic-bezier(.22,1,.36,1), border-color .36s ease;
  will-change: transform;
}
.why-choose-card:hover {
  transform: translate3d(0, -7px, 0) rotateX(var(--why-tilt-y, 0deg)) rotateY(var(--why-tilt-x, 0deg));
  border-color: rgba(134,87,255,.3);
  box-shadow: 0 34px 92px rgba(84,58,179,.18), inset 0 1px 0 rgba(255,255,255,.75);
}
.why-choose-card--image {
  min-height: 330px;
  color: #fff;
  background: #171329;
}
.why-choose-card--image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform .7s cubic-bezier(.22,1,.36,1), filter .7s ease;
}
.why-choose-card--process img { object-position: 52% 44%; }
.why-choose-card--capabilities img { object-position: 42% 52%; }
.why-choose-card--image:hover img { transform: scale(1.06); filter: saturate(1.06) contrast(1.03); }
.why-choose-card--image::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(13,12,30,.03) 22%, rgba(12,10,29,.42) 68%, rgba(8,7,22,.76) 100%);
}
.why-choose-card--image > div:not(.why-choose__service-pills) {
  position: absolute;
  left: 28px;
  right: 24px;
  bottom: 24px;
  z-index: 2;
}
.why-choose-card--image small,
.why-choose__growth-copy small {
  display: inline-flex;
  margin-bottom: 10px;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255,255,255,.84);
}
.why-choose-card--image h3,
.why-choose-card--journey h3,
.why-choose-card--growth h3 {
  margin: 0;
  font-size: clamp(23px, 1.8vw, 30px);
  line-height: 1.12;
  font-weight: 850;
}
.why-choose-card--image p,
.why-choose-card--growth p,
.why-choose-card--journey p {
  margin: 12px 0 0;
  font-size: 15px;
  line-height: 1.55;
  font-weight: 560;
}
.why-choose-card--process a,
.why-choose-card--image b,
.why-choose-card--growth b {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  color: #fff;
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.28);
  backdrop-filter: blur(14px);
}
.why-choose-card--process a {
  position: absolute;
  right: 0;
  bottom: 2px;
}
.why-choose-card svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.why-choose-card--journey {
  padding: 34px 34px 30px;
  color: #fff;
  background:
    radial-gradient(circle at var(--mouse-x, 62%) var(--mouse-y, 26%), rgba(130,81,255,.26), rgba(255,255,255,0) 34%),
    radial-gradient(circle at 83% 12%, rgba(255,118,72,.12), transparent 34%),
    linear-gradient(135deg, #0a0b24 0%, #111233 62%, #08091b 100%);
  border-color: rgba(161,135,255,.18);
  box-shadow: 0 26px 80px rgba(20,14,64,.22), inset 0 1px 0 rgba(255,255,255,.08);
}
.why-choose__journey-top {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 38px;
}
.why-choose__journey-top > span {
  display: inline-grid;
  place-items: center;
  width: 58px;
  height: 58px;
  flex: 0 0 auto;
  border-radius: 50%;
  color: #0c1024;
  background: linear-gradient(135deg, #6C3BFF, #FF7A45);
  box-shadow: 0 18px 36px rgba(213,255,69,.24);
}
.why-choose__avatars {
  display: flex;
  align-items: center;
}
.why-choose__avatars img,
.why-choose__avatars b {
  width: 43px;
  height: 43px;
  margin-left: -10px;
  border: 2px solid rgba(255,255,255,.75);
  border-radius: 50%;
  box-shadow: 0 12px 24px rgba(0,0,0,.24);
}
.why-choose__avatars img:first-child { margin-left: 0; }
.why-choose__avatars b {
  display: inline-grid;
  place-items: center;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  background: linear-gradient(135deg, #5635FF, #a752ff);
}
.why-choose-card--journey h3 { margin-bottom: 12px; }
.why-choose-card--journey p { color: rgba(255,255,255,.78); max-width: 370px; }
.why-choose__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 32px;
}
.why-choose__stat + .why-choose__stat { border-left: 1px solid rgba(255,255,255,.18); padding-left: 18px; }
.why-choose__stat strong {
  display: block;
  color: #EF5D9A;
  font-size: clamp(24px, 2vw, 34px);
  line-height: 1;
  font-weight: 900;
}
.why-choose__stat span {
  display: block;
  margin-top: 7px;
  color: rgba(255,255,255,.76);
  font-size: 13px;
  line-height: 1.24;
}
.why-choose-card--results {
  padding: 42px 34px 30px;
  color: #fff;
  background:
    radial-gradient(circle at var(--mouse-x, 80%) var(--mouse-y, 25%), rgba(255,255,255,.24), transparent 26%),
    linear-gradient(135deg, #7030ff 0%, #a943f2 36%, #dd57b8 64%, #ff7a4d 100%);
  border-color: rgba(255,255,255,.22);
  box-shadow: 0 30px 84px rgba(134,72,239,.24), inset 0 1px 0 rgba(255,255,255,.2);
}
.why-choose__result-icon {
  display: inline-grid;
  place-items: center;
  width: 68px;
  height: 68px;
  margin-bottom: 56px;
  border-radius: 20px;
  color: #fff;
  background: rgba(21,13,70,.16);
  border: 1px solid rgba(255,255,255,.32);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.25), 0 18px 46px rgba(38,20,119,.18);
  backdrop-filter: blur(16px);
}
.why-choose-card--results > strong {
  display: block;
  margin: 0 0 12px;
  color: #fff;
  font-size: clamp(58px, 5.5vw, 86px);
  line-height: .88;
  font-weight: 900;
  letter-spacing: 0;
}
.why-choose-card--results h3 {
  max-width: 260px;
  margin: 0;
  font-size: 22px;
  line-height: 1.28;
  color: #fff;
}
.why-choose-card--results p {
  max-width: 260px;
  margin: 12px 0 0;
  color: rgba(255,255,255,.88);
  font-size: 15px;
  line-height: 1.52;
}
.why-choose__chart {
  position: absolute;
  right: -6px;
  top: 78px;
  width: 58%;
  height: auto;
  opacity: .82;
  overflow: visible;
  filter: drop-shadow(0 0 16px rgba(255,255,255,.45));
}
.why-choose__chart path {
  fill: none;
  stroke: rgba(255,255,255,.8);
  stroke-width: 4;
}
.why-choose__chart circle {
  fill: #fff;
  stroke: rgba(255,255,255,.66);
  stroke-width: 8;
}
.why-choose-card--capabilities {
  min-height: 340px;
}
.why-choose-card--capabilities::before {
  background: linear-gradient(180deg, rgba(8,8,22,.06) 0%, rgba(9,8,23,.32) 54%, rgba(8,7,20,.82) 100%);
}
.why-choose__service-pills {
  position: absolute;
  z-index: 2;
  left: 24px;
  right: 24px;
  bottom: 28px;
  display: grid;
  gap: 10px;
}
.why-choose__service-pill {
  display: grid;
  grid-template-columns: 38px 1fr 24px;
  align-items: center;
  gap: 12px;
  min-height: 54px;
  padding: 8px 13px 8px 9px;
  color: #fff;
  text-decoration: none;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 17px;
  background: rgba(13,11,30,.42);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
  backdrop-filter: blur(16px);
  transition: transform .26s ease, background .26s ease, border-color .26s ease;
}
.why-choose__service-pill:hover {
  transform: translate3d(8px, 0, 0);
  background: rgba(255,255,255,.18);
  border-color: rgba(255,255,255,.34);
}
.why-choose__service-pill span {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 13px;
  color: #fff;
  background: linear-gradient(135deg, #6C35FF, #d74bcc);
  box-shadow: 0 12px 28px rgba(118,64,255,.28);
}
.why-choose__service-pill strong {
  min-width: 0;
  font-size: 14px;
  line-height: 1.18;
  font-weight: 760;
}
.why-choose__service-pill b {
  display: inline-grid;
  place-items: center;
  color: rgba(255,255,255,.82);
}
.why-choose-card--growth {
  grid-column: 2 / 4;
  display: grid;
  grid-template-columns: minmax(260px, .92fr) minmax(280px, 1fr) minmax(150px, .48fr);
  gap: 26px;
  align-items: stretch;
  min-height: 340px;
  padding: 34px;
  color: #fff;
  background:
    radial-gradient(circle at var(--mouse-x, 66%) var(--mouse-y, 48%), rgba(176,77,255,.32), transparent 28%),
    radial-gradient(circle at 64% 68%, rgba(255,88,195,.22), transparent 30%),
    linear-gradient(135deg, #101426 0%, #111036 52%, #0a0b25 100%);
  border-color: rgba(159,128,255,.22);
  box-shadow: 0 30px 88px rgba(16,13,58,.2), inset 0 1px 0 rgba(255,255,255,.08);
}
.why-choose-card--growth::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(115deg, rgba(255,255,255,.08), transparent 26%),
    radial-gradient(circle at 74% 24%, rgba(6, 182, 212, ), transparent 23%);
  opacity: .85;
}
.why-choose__growth-copy,
.why-choose__growth-visual,
.why-choose__growth-side {
  position: relative;
  z-index: 2;
}
.why-choose__growth-copy {
  align-self: center;
  padding-right: 8px;
}
.why-choose__growth-copy p {
  max-width: 420px;
  color: rgba(255,255,255,.76);
}
.why-choose__growth-cta {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: 30px;
  min-height: 58px;
  padding: 8px 8px 8px 24px;
  color: #101426;
  font-weight: 850;
  text-decoration: none;
  border-radius: 999px;
  background: linear-gradient(135deg, #eaff43, #EF5D9A);
  box-shadow: 0 18px 38px rgba(214,255,75,.22);
  transition: transform .28s cubic-bezier(.22,1,.36,1), box-shadow .28s ease, filter .28s ease;
}
.why-choose__growth-cta:hover {
  transform: translate3d(0, -4px, 0);
  filter: saturate(1.06);
  box-shadow: 0 25px 52px rgba(214,255,75,.3);
}
.why-choose__growth-cta b {
  color: #11152a;
  background: rgba(255,255,255,.82);
  border-color: rgba(255,255,255,.9);
  transition: transform .28s ease;
}
.why-choose__growth-cta:hover b { transform: translate3d(4px, 0, 0) rotate(8deg); }
.why-choose__growth-visual {
  min-height: 260px;
  border-radius: 24px;
  overflow: hidden;
  align-self: stretch;
  background: linear-gradient(135deg, rgba(126,77,255,.24), rgba(6, 182, 212, ));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.14), 0 24px 60px rgba(108,64,255,.18);
}
.why-choose__growth-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 54% 46%;
  opacity: .86;
  filter: saturate(1.15) contrast(1.08);
  mix-blend-mode: screen;
  transform: scale(1.16);
}
.why-choose__growth-side {
  display: grid;
  align-content: space-between;
  gap: 18px;
}
.why-choose__growth-side > img {
  width: 100%;
  aspect-ratio: 1.28;
  object-fit: cover;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.22);
  box-shadow: 0 18px 42px rgba(0,0,0,.22);
}
.why-choose__circle-cta {
  position: relative;
  display: grid;
  place-items: center;
  width: 150px;
  height: 150px;
  margin-left: auto;
  color: #fff;
  text-decoration: none;
  border-radius: 26px;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(10,9,32,.72);
  box-shadow: 0 22px 60px rgba(0,0,0,.24), inset 0 1px 0 rgba(255,255,255,.08);
  backdrop-filter: blur(18px);
  transform: perspective(700px) rotateX(var(--circle-tilt-y, 0deg)) rotateY(var(--circle-tilt-x, 0deg));
  transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}
.why-choose__circle-cta:hover {
  border-color: rgba(187,143,255,.4);
  box-shadow: 0 28px 70px rgba(101,67,255,.22), inset 0 1px 0 rgba(255,255,255,.1);
}
.why-choose__circle-cta svg:first-child {
  width: 126px;
  height: 126px;
  animation: whyRotateText 16s linear infinite;
}
.why-choose__circle-cta text {
  fill: rgba(255,255,255,.78);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .18em;
}
.why-choose__circle-cta span {
  position: absolute;
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  color: #fff;
  border-radius: 50%;
  background: linear-gradient(135deg, #6f35ff, #cf55f0);
  box-shadow: 0 0 30px rgba(125,77,255,.34);
}
.why-choose__contact {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: max-content;
  max-width: 100%;
  margin: 26px auto 0;
  padding: 12px 22px 12px 12px;
  color: #343a56;
  font-size: 15px;
  line-height: 1.2;
  border-radius: 999px;
  border: 1px solid rgba(131,99,255,.14);
  background: rgba(255,255,255,.74);
  box-shadow: 0 16px 42px rgba(100,77,200,.12), inset 0 1px 0 rgba(255,255,255,.82);
  backdrop-filter: blur(18px);
}
.why-choose__contact span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: #fff;
  border-radius: 50%;
  background: linear-gradient(135deg, #6C35FF, #b653ff);
  box-shadow: 0 10px 28px rgba(37, 99, 235, .25);
}
.why-choose__contact svg { width: 18px; height: 18px; }
.why-choose__contact a {
  color: #6C35FF;
  font-weight: 850;
  text-decoration: none;
}
.why-choose-section.is-ready .why-choose__header > *,
.why-choose-section.is-ready .why-choose-card,
.why-choose-section.is-ready .why-choose__contact {
  opacity: 0;
  transform: translate3d(0, 24px, 0) scale(.98);
  filter: blur(8px);
}
.why-choose-section.is-visible .why-choose__header > *,
.why-choose-section.is-visible .why-choose-card,
.why-choose-section.is-visible .why-choose__contact {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  filter: blur(0);
  transition: opacity .75s cubic-bezier(.22,1,.36,1), transform .75s cubic-bezier(.22,1,.36,1), filter .75s ease;
}
.why-choose-section.is-visible .why-choose__header h2 { transition-delay: .08s; }
.why-choose-section.is-visible .why-choose__header > p:last-child { transition-delay: .16s; }
.why-choose-section.is-visible .why-choose-card:nth-child(1) { transition-delay: .22s; }
.why-choose-section.is-visible .why-choose-card:nth-child(2) { transition-delay: .3s; }
.why-choose-section.is-visible .why-choose-card:nth-child(3) { transition-delay: .38s; }
.why-choose-section.is-visible .why-choose-card:nth-child(4) { transition-delay: .46s; }
.why-choose-section.is-visible .why-choose-card:nth-child(5) { transition-delay: .54s; }
.why-choose-section.is-visible .why-choose__contact { transition-delay: .62s; }
@keyframes whySphereFloat {
  0% { translate: 0 0; scale: 1; }
  50% { translate: 10px -14px; scale: 1.04; }
  100% { translate: -8px 12px; scale: .96; }
}
@keyframes whyMeshDrift {
  0% { transform: translate3d(0, 0, 0) rotate(0deg) scale(.95); opacity: .24; }
  100% { transform: translate3d(-24px, 18px, 0) rotate(18deg) scale(1.04); opacity: .42; }
}
@keyframes whyRotateText {
  to { transform: rotate(360deg); }
}
@media (max-width: 1180px) {
  .why-choose-section { min-height: auto; padding: 82px 0 78px; }
  .why-choose__inner { width: min(960px, calc(100% - 64px)); }
  .why-choose__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
  }
  .why-choose-card { min-height: 320px; }
  .why-choose-card--growth { grid-column: 1 / -1; grid-template-columns: .95fr 1fr .38fr; }
  .why-choose__badge::before,
  .why-choose__badge::after { display: none; }
}
@media (max-width: 767px) {
  .why-choose-section { padding: 66px 0 62px; }
  .why-choose__inner { width: min(100% - 34px, 480px); }
  .why-choose__header { margin-bottom: 28px; }
  .why-choose__header h2 { font-size: clamp(37px, 11vw, 50px); }
  .why-choose__header > p:last-child { font-size: 15.5px; line-height: 1.62; }
  .why-choose__grid { grid-template-columns: 1fr; gap: 15px; }
  .why-choose-card { border-radius: 24px; min-height: auto; transform: none !important; }
  .why-choose-card--image { min-height: 370px; }
  .why-choose-card--journey,
  .why-choose-card--results { padding: 28px 24px; }
  .why-choose__journey-top { margin-bottom: 26px; flex-wrap: wrap; }
  .why-choose__stats { grid-template-columns: 1fr; gap: 12px; margin-top: 24px; }
  .why-choose__stat + .why-choose__stat { border-left: 0; padding-left: 0; border-top: 1px solid rgba(255,255,255,.15); padding-top: 12px; }
  .why-choose__result-icon { margin-bottom: 34px; }
  .why-choose__chart { width: 62%; top: 76px; opacity: .58; }
  .why-choose-card--growth { grid-column: auto; grid-template-columns: 1fr; padding: 26px; gap: 20px; }
  .why-choose__growth-visual { min-height: 250px; }
  .why-choose__growth-side { grid-template-columns: 1fr auto; align-items: center; }
  .why-choose__growth-side > img { min-height: 120px; }
  .why-choose__circle-cta { width: 124px; height: 124px; border-radius: 22px; }
  .why-choose__circle-cta svg:first-child { width: 104px; height: 104px; }
  .why-choose__contact { width: 100%; justify-content: flex-start; flex-wrap: wrap; border-radius: 24px; }
  .why-choose__sphere--1,
  .why-choose__sphere--6,
  .why-choose__sphere--7,
  .why-choose__sphere--11 { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  .why-choose-section *,
  .why-choose-section::before,
  .why-choose-section::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
  .why-choose-section.is-ready .why-choose__header > *,
  .why-choose-section.is-ready .why-choose-card,
  .why-choose-section.is-ready .why-choose__contact {
    opacity: 1;
    transform: none;
    filter: none;
  }
}
/* End why choose us section v1 */
/* Why choose us section polish v2 */
.why-choose-section {
  min-height: auto;
  padding-top: clamp(92px, 7vw, 124px);
  padding-bottom: clamp(86px, 6vw, 112px);
}
.why-choose-section .why-choose__inner {
  width: min(1420px, calc(100% - clamp(48px, 8vw, 132px)));
}
.why-choose-section .why-choose__header {
  margin-bottom: clamp(34px, 3vw, 48px);
}
.why-choose-section .why-choose__header h2 {
  color: #101426 !important;
  text-wrap: balance;
}
.why-choose-section .why-choose__header h2 span {
  display: inline;
  color: transparent !important;
  background: linear-gradient(90deg, #5635FF 0%, #ab43dc 33%, #e855ad 62%, #ff7848 100%);
  -webkit-background-clip: text;
  background-clip: text;
  filter: saturate(1.05);
}
.why-choose-section .why-choose__grid {
  grid-template-columns: minmax(330px, .96fr) minmax(350px, 1.05fr) minmax(330px, .99fr);
  grid-template-rows: minmax(380px, auto) minmax(410px, auto);
  gap: 22px;
  align-items: stretch;
}
.why-choose-section .why-choose-card {
  overflow: hidden;
  min-width: 0;
  border-radius: 30px;
}
.why-choose-section .why-choose-card--image,
.why-choose-section .why-choose-card--journey,
.why-choose-section .why-choose-card--results {
  min-height: 380px;
}
.why-choose-section .why-choose-card--growth {
  min-height: 410px;
}
.why-choose-section .why-choose-card h3,
.why-choose-section .why-choose-card h3 span,
.why-choose-section .why-choose-card--image h3,
.why-choose-section .why-choose-card--journey h3,
.why-choose-section .why-choose-card--growth h3,
.why-choose-section .why-choose-card--results h3 {
  color: #fff !important;
  opacity: 1 !important;
  text-shadow: 0 12px 36px rgba(0,0,0,.24);
}
.why-choose-section .why-choose-card--image p,
.why-choose-section .why-choose-card--journey p,
.why-choose-section .why-choose-card--growth p,
.why-choose-section .why-choose-card--results p {
  color: rgba(255,255,255,.88) !important;
  opacity: 1 !important;
}
.why-choose-section .why-choose-card--image small,
.why-choose-section .why-choose__growth-copy small {
  color: rgba(255,255,255,.92) !important;
}
.why-choose-section .why-choose-card--image::before {
  background:
    linear-gradient(180deg, rgba(9,8,28,.03) 0%, rgba(9,8,28,.20) 38%, rgba(7,6,24,.82) 100%),
    radial-gradient(circle at 16% 74%, rgba(37, 99, 235, .24), transparent 38%);
}
.why-choose-section .why-choose-card--process img {
  object-position: 48% 46%;
  filter: saturate(1.05) contrast(1.04) brightness(.93);
}
.why-choose-section .why-choose-card--capabilities img {
  object-position: 51% 49%;
  filter: saturate(1.05) contrast(1.05) brightness(.9);
}
.why-choose-section .why-choose-card--image > div:not(.why-choose__service-pills) {
  left: 30px;
  right: 68px;
  bottom: 28px;
}
.why-choose-section .why-choose-card--image h3 {
  font-size: clamp(24px, 1.72vw, 31px);
  line-height: 1.08;
  max-width: 390px;
}
.why-choose-section .why-choose-card--image p {
  max-width: 390px;
  font-size: 15.5px;
  line-height: 1.5;
}
.why-choose-section .why-choose-card--process a {
  right: -44px;
  bottom: 2px;
  width: 50px;
  height: 50px;
  color: #fff !important;
  background: rgba(255,255,255,.16);
  border-color: rgba(255,255,255,.38);
}
.why-choose-section .why-choose-card--journey {
  padding: 34px 36px 32px;
  background:
    radial-gradient(circle at var(--mouse-x, 58%) var(--mouse-y, 24%), rgba(144,87,255,.28), rgba(255,255,255,0) 34%),
    radial-gradient(circle at 92% 8%, rgba(6, 182, 212, ), transparent 32%),
    linear-gradient(135deg, #0b0c27 0%, #131335 54%, #090a20 100%);
}
.why-choose-section .why-choose__journey-top {
  margin-bottom: 30px;
}
.why-choose-section .why-choose-card--journey h3 {
  max-width: 360px;
  font-size: clamp(24px, 1.8vw, 31px);
}
.why-choose-section .why-choose-card--journey p {
  max-width: 410px;
  font-size: 15px;
  line-height: 1.55;
}
.why-choose-section .why-choose__stats {
  margin-top: 26px;
  gap: 12px;
}
.why-choose-section .why-choose__stat strong {
  color: #EF5D9A !important;
  font-size: clamp(24px, 1.8vw, 31px);
  text-shadow: 0 10px 28px rgba(232,255,61,.18);
}
.why-choose-section .why-choose__stat span {
  color: rgba(255,255,255,.78) !important;
  font-size: 12px;
  line-height: 1.18;
}
.why-choose-section .why-choose-card--results {
  padding: 34px 34px 32px;
  background:
    radial-gradient(circle at var(--mouse-x, 78%) var(--mouse-y, 22%), rgba(255,255,255,.24), transparent 25%),
    linear-gradient(135deg, #6a32ff 0%, #a43cef 35%, #df53ad 64%, #ff7950 100%);
}
.why-choose-section .why-choose__result-icon {
  margin-bottom: 44px;
}
.why-choose-section .why-choose-card--results > strong {
  color: #fff !important;
  font-size: clamp(60px, 4.8vw, 84px);
}
.why-choose-section .why-choose-card--results h3,
.why-choose-section .why-choose-card--results p {
  max-width: 310px;
}
.why-choose-section .why-choose__chart {
  right: -18px;
  top: 86px;
  width: 55%;
  opacity: .72;
}
.why-choose-section .why-choose__service-pills {
  left: 26px;
  right: 26px;
  bottom: 28px;
  gap: 12px;
}
.why-choose-section .why-choose__service-pill {
  min-height: 58px;
  grid-template-columns: 42px 1fr 34px;
  background: rgba(12,10,30,.62);
  border-color: rgba(255,255,255,.24);
  box-shadow: 0 14px 28px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.12);
}
.why-choose-section .why-choose__service-pill strong {
  color: #fff !important;
  font-size: 14.5px;
}
.why-choose-section .why-choose__service-pill b {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: #fff !important;
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.22);
}
.why-choose-section .why-choose-card--growth {
  grid-template-columns: minmax(300px, .9fr) minmax(310px, 1fr) minmax(160px, .42fr);
  padding: 36px;
  gap: 28px;
  background:
    radial-gradient(circle at var(--mouse-x, 62%) var(--mouse-y, 44%), rgba(144,78,255,.28), transparent 30%),
    radial-gradient(circle at 72% 44%, rgba(242,89,190,.22), transparent 34%),
    linear-gradient(135deg, #0b0c28 0%, #121238 56%, #101426 100%);
}
.why-choose-section .why-choose__growth-copy {
  align-self: center;
  padding: 0;
}
.why-choose-section .why-choose__growth-copy h3 {
  max-width: 410px;
  font-size: clamp(28px, 2.2vw, 39px);
  line-height: 1.05;
}
.why-choose-section .why-choose__growth-copy p {
  max-width: 430px;
  font-size: 16px;
  line-height: 1.55;
}
.why-choose-section .why-choose__growth-cta {
  margin-top: 24px;
  margin-bottom: 0;
  color: #101426 !important;
  white-space: nowrap;
}
.why-choose-section .why-choose__growth-cta span {
  color: #101426 !important;
}
.why-choose-section .why-choose__growth-visual {
  min-height: 300px;
  border-radius: 25px;
  background:
    radial-gradient(circle at 50% 45%, rgba(172,89,255,.22), transparent 54%),
    rgba(255,255,255,.06);
}
.why-choose-section .why-choose__growth-visual img {
  object-position: 49% 50%;
  opacity: .92;
  transform: scale(1.08);
  mix-blend-mode: screen;
}
.why-choose-section .why-choose__growth-side > img {
  aspect-ratio: 1.2;
  object-position: 54% 48%;
  filter: saturate(1.08) contrast(1.04) brightness(.96);
}
.why-choose-section .why-choose__circle-cta {
  width: 152px;
  height: 152px;
  margin-left: auto;
  color: #fff !important;
  overflow: hidden;
}
.why-choose-section .why-choose__circle-cta span,
.why-choose-section .why-choose__circle-cta svg,
.why-choose-section .why-choose__circle-cta text {
  color: #fff !important;
}
.why-choose-section .why-choose__contact {
  margin-top: 30px;
  color: #303752 !important;
  font-weight: 650;
}
.why-choose-section .why-choose__contact strong {
  color: #303752 !important;
}
.why-choose-section .why-choose__contact a {
  color: #6C35FF !important;
}
@media (max-width: 1280px) {
  .why-choose-section .why-choose__inner {
    width: min(1120px, calc(100% - 54px));
  }
  .why-choose-section .why-choose__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
  }
  .why-choose-section .why-choose-card--growth {
    grid-column: 1 / -1;
    grid-template-columns: minmax(260px, .95fr) minmax(300px, 1fr) minmax(145px, .42fr);
  }
}
@media (max-width: 960px) {
  .why-choose-section .why-choose__inner { width: min(760px, calc(100% - 42px)); }
  .why-choose-section .why-choose-card--growth {
    grid-template-columns: 1fr 1fr;
  }
  .why-choose-section .why-choose__growth-side {
    grid-column: 1 / -1;
    grid-template-columns: 1fr auto;
    align-items: center;
  }
  .why-choose-section .why-choose__growth-side > img { min-height: 150px; }
}
@media (max-width: 767px) {
  .why-choose-section {
    padding-top: 62px;
    padding-bottom: 58px;
  }
  .why-choose-section .why-choose__inner { width: min(100% - 32px, 500px); }
  .why-choose-section .why-choose__header h2 {
    font-size: clamp(36px, 10vw, 49px);
    line-height: 1.08;
  }
  .why-choose-section .why-choose__grid { grid-template-columns: 1fr; gap: 16px; }
  .why-choose-section .why-choose-card--image,
  .why-choose-section .why-choose-card--journey,
  .why-choose-section .why-choose-card--results {
    min-height: 350px;
  }
  .why-choose-section .why-choose-card--image > div:not(.why-choose__service-pills) {
    right: 28px;
  }
  .why-choose-section .why-choose-card--process a { right: 0; }
  .why-choose-section .why-choose-card--journey,
  .why-choose-section .why-choose-card--results { padding: 28px 24px; }
  .why-choose-section .why-choose__stats { grid-template-columns: 1fr; }
  .why-choose-section .why-choose__stat + .why-choose__stat {
    padding-top: 12px;
    border-top: 1px solid rgba(255,255,255,.15);
    border-left: 0;
    padding-left: 0;
  }
  .why-choose-section .why-choose-card--growth {
    grid-column: auto;
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 26px;
  }
  .why-choose-section .why-choose__growth-copy h3 { font-size: clamp(27px, 8vw, 36px); }
  .why-choose-section .why-choose__growth-visual { min-height: 260px; }
  .why-choose-section .why-choose__growth-side { grid-template-columns: 1fr; }
  .why-choose-section .why-choose__growth-side > img { min-height: 180px; }
  .why-choose-section .why-choose__circle-cta { margin: 0 auto; }
  .why-choose-section .why-choose__contact { justify-content: center; text-align: center; }
}
/* End why choose us section polish v2 */
/* Why choose us brand color correction v3 */
.why-choose-section .why-choose__journey-top > span {
  color: #fff !important;
  background: linear-gradient(135deg, #6C35FF 0%, #b64be6 54%, #FF7A45 100%) !important;
  box-shadow: 0 18px 42px rgba(37, 99, 235, .28), 0 0 28px rgba(6, 182, 212, ) !important;
}
.why-choose-section .why-choose__stat strong {
  color: transparent !important;
  background: linear-gradient(90deg, #6C3BFF 0%, #EF5D9A 52%, #EF5D9A 100%);
  -webkit-background-clip: text;
  background-clip: text;
  text-shadow: none !important;
}
.why-choose-section .why-choose__growth-cta {
  color: #fff !important;
  background: linear-gradient(135deg, #6C35FF 0%, #8d38ff 42%, #d84db9 72%, #FF7A45 100%) !important;
  box-shadow: 0 18px 44px rgba(37, 99, 235, .34), 0 8px 24px rgba(6, 182, 212, ) !important;
}
.why-choose-section .why-choose__growth-cta span {
  color: #fff !important;
}
.why-choose-section .why-choose__growth-cta b {
  color: #6C35FF !important;
  background: rgba(255,255,255,.95) !important;
  border-color: rgba(255,255,255,.9) !important;
  box-shadow: 0 12px 28px rgba(255,255,255,.18) !important;
}
.why-choose-section .why-choose__growth-cta:hover {
  filter: saturate(1.08) brightness(1.03) !important;
  box-shadow: 0 26px 62px rgba(37, 99, 235, .38), 0 12px 30px rgba(6, 182, 212, ) !important;
}
.why-choose-section .why-choose-card--growth {
  grid-template-columns: minmax(330px, .92fr) minmax(360px, 1.04fr) minmax(170px, .44fr) !important;
  align-items: center !important;
  min-height: 438px !important;
  padding: 38px !important;
}
.why-choose-section .why-choose__growth-copy {
  align-self: center !important;
}
.why-choose-section .why-choose__growth-copy h3 {
  font-size: clamp(30px, 2.35vw, 42px) !important;
  line-height: 1.03 !important;
  color: #fff !important;
  max-width: 430px !important;
}
.why-choose-section .why-choose__growth-copy p {
  color: rgba(255,255,255,.88) !important;
  max-width: 445px !important;
}
.why-choose-section .why-choose__growth-visual {
  min-height: 330px !important;
  border-radius: 26px !important;
  background: radial-gradient(circle at 58% 44%, rgba(149,80,255,.28), transparent 52%), rgba(255,255,255,.06) !important;
}
.why-choose-section .why-choose__growth-visual img {
  opacity: .96 !important;
  mix-blend-mode: normal !important;
  object-position: 56% 50% !important;
  transform: scale(1.03) !important;
}
.why-choose-section .why-choose__growth-side {
  min-width: 0 !important;
}
.why-choose-section .why-choose__growth-side > img {
  aspect-ratio: 1.25 !important;
  object-position: 50% 48% !important;
}
.why-choose-section .why-choose-card--process img,
.why-choose-section .why-choose-card--capabilities img {
  filter: saturate(1.08) contrast(1.06) brightness(.92) !important;
}
.why-choose-section .why-choose-card--process img { object-position: 54% 48% !important; }
.why-choose-section .why-choose-card--capabilities img { object-position: 52% 48% !important; }
.why-choose-section .why-choose-card--results::after {
  content: "";
  position: absolute;
  inset: auto 28px 24px 28px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.46), transparent);
  opacity: .55;
}
@media (max-width: 1280px) {
  .why-choose-section .why-choose-card--growth {
    grid-template-columns: minmax(280px, .94fr) minmax(320px, 1fr) minmax(150px, .42fr) !important;
  }
}
@media (max-width: 960px) {
  .why-choose-section .why-choose-card--growth {
    grid-template-columns: 1fr 1fr !important;
    min-height: auto !important;
  }
  .why-choose-section .why-choose__growth-side { grid-column: 1 / -1 !important; grid-template-columns: 1fr auto !important; }
}
@media (max-width: 767px) {
  .why-choose-section .why-choose-card--growth {
    grid-template-columns: 1fr !important;
    padding: 26px !important;
  }
  .why-choose-section .why-choose__growth-visual { min-height: 250px !important; }
  .why-choose-section .why-choose__growth-side { grid-template-columns: 1fr !important; }
  .why-choose-section .why-choose__growth-cta { width: 100%; justify-content: space-between; }
}
/* End why choose us brand color correction v3 */
/* Why choose growth card layout repair v4 */
.why-choose-section .why-choose-card--growth {
  position: relative !important;
  grid-template-columns: minmax(340px, .9fr) minmax(520px, 1.1fr) !important;
  align-items: center !important;
  gap: clamp(28px, 3vw, 44px) !important;
  min-height: 455px !important;
  padding: clamp(34px, 3vw, 44px) !important;
  overflow: hidden !important;
}
.why-choose-section .why-choose__growth-copy {
  position: relative !important;
  z-index: 5 !important;
  max-width: 465px !important;
}
.why-choose-section .why-choose__growth-copy h3 {
  color: #fff !important;
  max-width: 455px !important;
  font-size: clamp(31px, 2.35vw, 43px) !important;
  line-height: 1.04 !important;
  letter-spacing: 0 !important;
}
.why-choose-section .why-choose__growth-copy p {
  color: rgba(255,255,255,.88) !important;
  max-width: 440px !important;
}
.why-choose-section .why-choose__growth-cta {
  color: #fff !important;
  background: linear-gradient(135deg, #5635FF 0%, #8f3bff 42%, #d64dbe 72%, #FF7A45 100%) !important;
  box-shadow: 0 20px 50px rgba(37, 99, 235, .34), 0 10px 28px rgba(6, 182, 212, ) !important;
}
.why-choose-section .why-choose__growth-cta span {
  color: #fff !important;
}
.why-choose-section .why-choose__growth-cta b {
  color: #6C35FF !important;
  background: #fff !important;
}
.why-choose-section .why-choose__growth-visual {
  position: relative !important;
  z-index: 2 !important;
  min-height: 338px !important;
  margin-right: 170px !important;
  border-radius: 28px !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.14), 0 26px 70px rgba(108,64,255,.2) !important;
}
.why-choose-section .why-choose__growth-visual img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: 56% 50% !important;
  opacity: .96 !important;
  transform: scale(1.035) !important;
  mix-blend-mode: normal !important;
}
.why-choose-section .why-choose__growth-side {
  position: absolute !important;
  z-index: 6 !important;
  top: clamp(30px, 3vw, 44px) !important;
  right: clamp(30px, 3vw, 44px) !important;
  width: 158px !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  align-content: start !important;
  gap: 20px !important;
  pointer-events: auto !important;
}
.why-choose-section .why-choose__growth-side > img {
  width: 158px !important;
  height: 104px !important;
  min-height: 0 !important;
  aspect-ratio: auto !important;
  object-fit: cover !important;
  object-position: 50% 50% !important;
  border-radius: 20px !important;
  border: 1px solid rgba(255,255,255,.28) !important;
  box-shadow: 0 18px 44px rgba(0,0,0,.24), inset 0 1px 0 rgba(255,255,255,.12) !important;
}
.why-choose-section .why-choose__circle-cta {
  width: 134px !important;
  height: 134px !important;
  margin: 0 0 0 auto !important;
  border-radius: 24px !important;
  overflow: hidden !important;
  color: #fff !important;
  background: rgba(10,9,32,.74) !important;
  border-color: rgba(255,255,255,.18) !important;
}
.why-choose-section .why-choose__circle-cta > svg {
  width: 110px !important;
  height: 110px !important;
  animation: whyRotateText 16s linear infinite !important;
}
.why-choose-section .why-choose__circle-cta span {
  width: 42px !important;
  height: 42px !important;
  color: #fff !important;
  border-radius: 50% !important;
  background: linear-gradient(135deg, #6C35FF 0%, #c04df0 100%) !important;
}
.why-choose-section .why-choose__circle-cta span svg,
.why-choose-section .why-choose__circle-cta span svg:first-child {
  width: 20px !important;
  height: 20px !important;
  min-width: 20px !important;
  min-height: 20px !important;
  transform: none !important;
}
.why-choose-section .why-choose__circle-cta text {
  fill: rgba(255,255,255,.82) !important;
  font-size: 12px !important;
}
@media (max-width: 1280px) {
  .why-choose-section .why-choose-card--growth {
    grid-template-columns: minmax(300px, .88fr) minmax(440px, 1.12fr) !important;
  }
  .why-choose-section .why-choose__growth-visual {
    margin-right: 150px !important;
  }
  .why-choose-section .why-choose__growth-side {
    width: 144px !important;
  }
  .why-choose-section .why-choose__growth-side > img {
    width: 144px !important;
    height: 96px !important;
  }
  .why-choose-section .why-choose__circle-cta {
    width: 124px !important;
    height: 124px !important;
  }
  .why-choose-section .why-choose__circle-cta > svg {
    width: 102px !important;
    height: 102px !important;
  }
}
@media (max-width: 960px) {
  .why-choose-section .why-choose-card--growth {
    grid-template-columns: 1fr !important;
    min-height: auto !important;
  }
  .why-choose-section .why-choose__growth-visual {
    margin-right: 0 !important;
    min-height: 300px !important;
  }
  .why-choose-section .why-choose__growth-side {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    width: 100% !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: center !important;
  }
  .why-choose-section .why-choose__growth-side > img {
    width: 100% !important;
    height: 150px !important;
  }
  .why-choose-section .why-choose__circle-cta {
    margin-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .why-choose-section .why-choose-card--growth {
    padding: 26px !important;
    gap: 20px !important;
  }
  .why-choose-section .why-choose__growth-visual {
    min-height: 240px !important;
  }
  .why-choose-section .why-choose__growth-side {
    grid-template-columns: 1fr !important;
  }
  .why-choose-section .why-choose__growth-side > img {
    height: 180px !important;
  }
  .why-choose-section .why-choose__circle-cta {
    margin: 0 auto !important;
  }
}
/* End why choose growth card layout repair v4 */
/* Why choose growth visual cleanup v5 */
.why-choose-section .why-choose-card--growth {
  grid-template-columns: minmax(340px, .92fr) minmax(560px, 1.08fr) !important;
  gap: clamp(28px, 3vw, 46px) !important;
}
.why-choose-section .why-choose__growth-visual {
  margin-right: 0 !important;
  min-height: 352px !important;
  border-radius: 30px !important;
}
.why-choose-section .why-choose__growth-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(8,8,28,.12), transparent 32%, rgba(12,9,34,.18));
}
.why-choose-section .why-choose__growth-side {
  position: absolute !important;
  right: clamp(54px, 4.2vw, 72px) !important;
  bottom: clamp(50px, 4vw, 66px) !important;
  top: auto !important;
  width: auto !important;
  display: block !important;
  z-index: 8 !important;
}
.why-choose-section .why-choose__growth-side > img {
  display: none !important;
}
.why-choose-section .why-choose__circle-cta {
  width: 118px !important;
  height: 118px !important;
  margin: 0 !important;
  border-radius: 28px !important;
  background: rgba(11,9,36,.58) !important;
  border: 1px solid rgba(255,255,255,.26) !important;
  box-shadow: 0 22px 58px rgba(16,10,54,.34), inset 0 1px 0 rgba(255,255,255,.14) !important;
  backdrop-filter: blur(18px) saturate(1.2) !important;
}
.why-choose-section .why-choose__circle-cta > svg {
  width: 96px !important;
  height: 96px !important;
  opacity: .92 !important;
}
.why-choose-section .why-choose__circle-cta span {
  width: 42px !important;
  height: 42px !important;
  background: linear-gradient(135deg, #6C35FF 0%, #6C3BFF 58%, #FF7A45 100%) !important;
  box-shadow: 0 12px 30px rgba(37, 99, 235, .34) !important;
}
.why-choose-section .why-choose__circle-cta:hover {
  transform: translate3d(0, -5px, 0) perspective(700px) rotateX(var(--circle-tilt-y, 0deg)) rotateY(var(--circle-tilt-x, 0deg)) !important;
}
@media (max-width: 1280px) {
  .why-choose-section .why-choose-card--growth {
    grid-template-columns: minmax(300px, .95fr) minmax(420px, 1.05fr) !important;
  }
  .why-choose-section .why-choose__growth-side {
    right: 48px !important;
    bottom: 46px !important;
  }
}
@media (max-width: 960px) {
  .why-choose-section .why-choose-card--growth {
    grid-template-columns: 1fr !important;
  }
  .why-choose-section .why-choose__growth-side {
    right: 40px !important;
    bottom: 38px !important;
  }
  .why-choose-section .why-choose__growth-visual {
    min-height: 310px !important;
  }
}
@media (max-width: 767px) {
  .why-choose-section .why-choose__growth-side {
    right: 36px !important;
    bottom: 34px !important;
  }
  .why-choose-section .why-choose__circle-cta {
    width: 102px !important;
    height: 102px !important;
  }
  .why-choose-section .why-choose__circle-cta > svg {
    width: 82px !important;
    height: 82px !important;
  }
}
/* End why choose growth visual cleanup v5 */
/* Why choose bright images and CTA sizing v6 */
.why-choose-section .why-choose__avatars--strip {
  display: block !important;
  width: 228px !important;
  height: 58px !important;
  overflow: hidden !important;
  border-radius: 999px !important;
  background: transparent !important;
  box-shadow: none !important;
}
.why-choose-section .why-choose__avatars--strip .why-choose__avatar-strip,
.why-choose-section .why-choose__avatars--strip img.why-choose__avatar-strip {
  display: block !important;
  width: 228px !important;
  height: 58px !important;
  max-width: none !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  object-fit: cover !important;
  object-position: center !important;
  box-shadow: none !important;
}
.why-choose-section .why-choose-card--journey {
  position: relative !important;
  overflow: hidden !important;
}
.why-choose-section .why-choose-card--journey::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: linear-gradient(135deg, rgba(9,10,31,.88), rgba(16,13,52,.82)), var(--why-journey-image);
  background-size: cover;
  background-position: center;
  opacity: .72;
  pointer-events: none;
}
.why-choose-section .why-choose-card--journey > * {
  position: relative;
  z-index: 2;
}
.why-choose-section .why-choose-card--image::before {
  background:
    linear-gradient(180deg, rgba(9,8,28,.02) 0%, rgba(9,8,28,.14) 40%, rgba(7,6,24,.70) 100%),
    radial-gradient(circle at 16% 74%, rgba(37, 99, 235, .18), transparent 40%) !important;
}
.why-choose-section .why-choose-card--process img,
.why-choose-section .why-choose-card--capabilities img {
  filter: saturate(1.05) contrast(1.02) brightness(.98) !important;
}
.why-choose-section .why-choose-card--process img { object-position: 52% 48% !important; }
.why-choose-section .why-choose-card--capabilities img { object-position: 52% 44% !important; }
.why-choose-section .why-choose-card--growth {
  grid-template-columns: minmax(340px, .88fr) minmax(600px, 1.12fr) !important;
}
.why-choose-section .why-choose__growth-visual {
  display: flex !important;
  align-items: stretch !important;
  min-height: 370px !important;
  padding: 14px 150px 14px 14px !important;
  margin-right: 0 !important;
  background:
    radial-gradient(circle at 68% 52%, rgba(141,75,255,.2), transparent 44%),
    linear-gradient(135deg, rgba(255,255,255,.08), rgba(255,255,255,.03)) !important;
}
.why-choose-section .why-choose__growth-visual img {
  flex: 1 1 auto !important;
  min-width: 0 !important;
  height: auto !important;
  min-height: 100% !important;
  border-radius: 24px !important;
  object-fit: cover !important;
  object-position: 47% 50% !important;
  transform: none !important;
  filter: saturate(1.08) contrast(1.03) brightness(.98) !important;
}
.why-choose-section .why-choose__growth-side {
  right: clamp(52px, 4vw, 68px) !important;
  bottom: clamp(58px, 4.6vw, 78px) !important;
}
.why-choose-section .why-choose__circle-cta {
  width: 154px !important;
  height: 154px !important;
  border-radius: 30px !important;
}
.why-choose-section .why-choose__circle-cta > svg {
  width: 130px !important;
  height: 130px !important;
}
.why-choose-section .why-choose__circle-cta text {
  font-size: 13.5px !important;
  letter-spacing: .16em !important;
  fill: rgba(255,255,255,.9) !important;
}
.why-choose-section .why-choose__circle-cta span {
  width: 48px !important;
  height: 48px !important;
}
.why-choose-section .why-choose__circle-cta span svg,
.why-choose-section .why-choose__circle-cta span svg:first-child {
  width: 22px !important;
  height: 22px !important;
}
@media (max-width: 1280px) {
  .why-choose-section .why-choose-card--growth {
    grid-template-columns: minmax(300px, .9fr) minmax(460px, 1.1fr) !important;
  }
  .why-choose-section .why-choose__growth-visual {
    padding-right: 136px !important;
  }
  .why-choose-section .why-choose__circle-cta {
    width: 138px !important;
    height: 138px !important;
  }
  .why-choose-section .why-choose__circle-cta > svg {
    width: 116px !important;
    height: 116px !important;
  }
}
@media (max-width: 960px) {
  .why-choose-section .why-choose-card--growth {
    grid-template-columns: 1fr !important;
  }
  .why-choose-section .why-choose__growth-visual {
    min-height: 315px !important;
    padding: 14px 132px 14px 14px !important;
  }
  .why-choose-section .why-choose__growth-side {
    position: absolute !important;
    right: 42px !important;
    bottom: 42px !important;
  }
}
@media (max-width: 767px) {
  .why-choose-section .why-choose__avatars--strip,
  .why-choose-section .why-choose__avatars--strip .why-choose__avatar-strip,
  .why-choose-section .why-choose__avatars--strip img.why-choose__avatar-strip {
    width: 198px !important;
    height: 50px !important;
  }
  .why-choose-section .why-choose__growth-visual {
    min-height: 250px !important;
    padding: 12px 104px 12px 12px !important;
  }
  .why-choose-section .why-choose__growth-side {
    right: 34px !important;
    bottom: 34px !important;
  }
  .why-choose-section .why-choose__circle-cta {
    width: 112px !important;
    height: 112px !important;
    border-radius: 24px !important;
  }
  .why-choose-section .why-choose__circle-cta > svg {
    width: 92px !important;
    height: 92px !important;
  }
  .why-choose-section .why-choose__circle-cta text {
    font-size: 12px !important;
  }
  .why-choose-section .why-choose__circle-cta span {
    width: 40px !important;
    height: 40px !important;
  }
}
/* End why choose bright images and CTA sizing v6 */
/* Why choose circle CTA text clarity v7 */
.why-choose-section .why-choose__circle-cta {
  width: 174px !important;
  height: 174px !important;
  border-radius: 34px !important;
  background: linear-gradient(145deg, rgba(13,10,40,.82), rgba(27,14,72,.72)) !important;
  border: 1px solid rgba(255,255,255,.34) !important;
  box-shadow:
    0 28px 70px rgba(16,10,54,.38),
    inset 0 1px 0 rgba(255,255,255,.2),
    inset 0 -18px 42px rgba(37, 99, 235, .14) !important;
  backdrop-filter: blur(10px) saturate(1.18) !important;
}
.why-choose-section .why-choose__circle-cta > svg {
  width: 152px !important;
  height: 152px !important;
  animation-duration: 22s !important;
  filter: none !important;
  overflow: visible !important;
  transform: translateZ(0) !important;
  backface-visibility: hidden !important;
  shape-rendering: geometricPrecision !important;
  text-rendering: geometricPrecision !important;
}
.why-choose-section .why-choose__circle-cta text,
.why-choose-section .why-choose__circle-cta textPath {
  font-family: Manrope, Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: 15.5px !important;
  font-weight: 900 !important;
  letter-spacing: .115em !important;
  fill: #fff !important;
  stroke: rgba(9,8,32,.34) !important;
  stroke-width: .45px !important;
  paint-order: stroke fill !important;
  text-rendering: geometricPrecision !important;
  -webkit-font-smoothing: antialiased !important;
  opacity: 1 !important;
}
.why-choose-section .why-choose__circle-cta span {
  width: 52px !important;
  height: 52px !important;
  background: radial-gradient(circle at 28% 18%, rgba(255,255,255,.22), transparent 28%), linear-gradient(135deg, #6C35FF 0%, #6C3BFF 58%, #FF7A45 100%) !important;
  box-shadow: 0 16px 36px rgba(37, 99, 235, .42), 0 0 22px rgba(6, 182, 212, ) !important;
}
.why-choose-section .why-choose__circle-cta span svg,
.why-choose-section .why-choose__circle-cta span svg:first-child {
  width: 24px !important;
  height: 24px !important;
  stroke-width: 2.35 !important;
}
@media (max-width: 1280px) {
  .why-choose-section .why-choose__circle-cta {
    width: 154px !important;
    height: 154px !important;
  }
  .why-choose-section .why-choose__circle-cta > svg {
    width: 132px !important;
    height: 132px !important;
  }
  .why-choose-section .why-choose__circle-cta text,
  .why-choose-section .why-choose__circle-cta textPath {
    font-size: 14.5px !important;
    letter-spacing: .105em !important;
  }
}
@media (max-width: 767px) {
  .why-choose-section .why-choose__circle-cta {
    width: 124px !important;
    height: 124px !important;
    border-radius: 26px !important;
  }
  .why-choose-section .why-choose__circle-cta > svg {
    width: 104px !important;
    height: 104px !important;
  }
  .why-choose-section .why-choose__circle-cta text,
  .why-choose-section .why-choose__circle-cta textPath {
    font-size: 13px !important;
    letter-spacing: .09em !important;
  }
  .why-choose-section .why-choose__circle-cta span {
    width: 42px !important;
    height: 42px !important;
  }
}
/* End why choose circle CTA text clarity v7 */
/* Why choose bottom CTA premium v8 */
.why-choose-section .why-choose__contact {
  position: relative !important;
  overflow: hidden !important;
  transform: translate3d(-46px, 0, 0) !important;
  min-height: 66px !important;
  padding: 9px 28px 9px 9px !important;
  gap: 14px !important;
  border-radius: 999px !important;
  color: #222842 !important;
  background:
    linear-gradient(135deg, rgba(255,255,255,.92), rgba(255,255,255,.74)) padding-box,
    linear-gradient(135deg, rgba(37, 99, 235, .28), rgba(232,85,166,.22), rgba(6, 182, 212, )) border-box !important;
  border: 1px solid transparent !important;
  box-shadow:
    0 22px 58px rgba(101,72,195,.15),
    0 8px 24px rgba(6, 182, 212, ),
    inset 0 1px 0 rgba(255,255,255,.96) !important;
  backdrop-filter: blur(22px) saturate(1.16) !important;
}
.why-choose-section .why-choose__contact::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(110deg, transparent 0%, rgba(255,255,255,.7) 34%, transparent 58%);
  transform: translateX(-120%);
  animation: whyContactShine 5.8s ease-in-out infinite;
  opacity: .55;
}
.why-choose-section .why-choose__contact span {
  position: relative !important;
  z-index: 2 !important;
  flex: 0 0 50px !important;
  width: 50px !important;
  height: 50px !important;
  aspect-ratio: 1 / 1 !important;
  border-radius: 50% !important;
  color: #fff !important;
  background:
    radial-gradient(circle at 30% 20%, rgba(255,255,255,.28), transparent 28%),
    linear-gradient(135deg, #6C35FF 0%, #b845f4 58%, #FF7A45 100%) !important;
  box-shadow:
    0 14px 30px rgba(37, 99, 235, .32),
    0 0 24px rgba(232,85,166,.18),
    inset 0 1px 0 rgba(255,255,255,.28) !important;
}
.why-choose-section .why-choose__contact span svg {
  width: 20px !important;
  height: 20px !important;
  stroke-width: 2.25 !important;
}
.why-choose-section .why-choose__contact strong,
.why-choose-section .why-choose__contact a {
  position: relative !important;
  z-index: 2 !important;
  white-space: nowrap !important;
}
.why-choose-section .why-choose__contact strong {
  color: #232943 !important;
  font-weight: 800 !important;
}
.why-choose-section .why-choose__contact a {
  color: transparent !important;
  font-weight: 900 !important;
  background: linear-gradient(90deg, #6C35FF 0%, #6C3BFF 46%, #FF7A45 100%);
  -webkit-background-clip: text;
  background-clip: text;
  text-decoration: none !important;
}
.why-choose-section .why-choose__contact:hover {
  transform: translate3d(-46px, -4px, 0) !important;
  box-shadow:
    0 30px 74px rgba(101,72,195,.2),
    0 12px 32px rgba(6, 182, 212, ),
    inset 0 1px 0 rgba(255,255,255,.98) !important;
}
@keyframes whyContactShine {
  0%, 58% { transform: translateX(-120%); }
  78%, 100% { transform: translateX(120%); }
}
@media (max-width: 960px) {
  .why-choose-section .why-choose__contact,
  .why-choose-section .why-choose__contact:hover {
    transform: translate3d(0, 0, 0) !important;
  }
}
@media (max-width: 767px) {
  .why-choose-section .why-choose__contact {
    width: 100% !important;
    justify-content: flex-start !important;
    text-align: left !important;
    padding: 10px 16px 10px 10px !important;
    border-radius: 24px !important;
  }
  .why-choose-section .why-choose__contact strong,
  .why-choose-section .why-choose__contact a {
    white-space: normal !important;
  }
}
/* End why choose bottom CTA premium v8 */
/* Why choose circle motion and contact premium v9 */
.why-choose-section .why-choose__growth-visual {
  padding-right: 220px !important;
}
.why-choose-section .why-choose__growth-side {
  right: clamp(112px, 8vw, 142px) !important;
  bottom: clamp(58px, 4.6vw, 78px) !important;
}
.why-choose-section .why-choose__circle-cta {
  width: 178px !important;
  height: 178px !important;
  transform-style: preserve-3d !important;
  will-change: transform !important;
}
.why-choose-section .why-choose__circle-cta > svg {
  width: 156px !important;
  height: 156px !important;
  transform-origin: 50% 50% !important;
  transform-box: fill-box !important;
  animation: whyCtaTextOrbit 18s linear infinite !important;
  will-change: transform !important;
}
.why-choose-section .why-choose__circle-cta:hover > svg {
  animation-duration: 8s !important;
}
.why-choose-section .why-choose__circle-cta text,
.why-choose-section .why-choose__circle-cta textPath {
  font-size: 16px !important;
  font-weight: 950 !important;
  letter-spacing: .105em !important;
  fill: #fff !important;
}
@keyframes whyCtaTextOrbit {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}
.why-choose-section .why-choose__contact {
  min-width: min(760px, calc(100% - 36px)) !important;
  justify-content: center !important;
  transform: translate3d(-72px, 0, 0) !important;
  min-height: 72px !important;
  padding: 10px 34px 10px 10px !important;
  gap: 16px !important;
  background:
    radial-gradient(circle at 8% 50%, rgba(37, 99, 235, .12), transparent 25%),
    radial-gradient(circle at 90% 50%, rgba(6, 182, 212, ), transparent 28%),
    linear-gradient(135deg, rgba(255,255,255,.96), rgba(255,255,255,.78)) padding-box,
    linear-gradient(135deg, rgba(37, 99, 235, .38), rgba(232,85,166,.28), rgba(6, 182, 212, )) border-box !important;
  box-shadow:
    0 28px 70px rgba(101,72,195,.18),
    0 12px 34px rgba(6, 182, 212, ),
    inset 0 1px 0 rgba(255,255,255,1),
    inset 0 -18px 38px rgba(37, 99, 235, .04) !important;
}
.why-choose-section .why-choose__contact span {
  flex: 0 0 54px !important;
  width: 54px !important;
  height: 54px !important;
}
.why-choose-section .why-choose__contact strong {
  font-size: 16px !important;
  letter-spacing: 0 !important;
}
.why-choose-section .why-choose__contact a {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  min-height: 42px !important;
  padding: 0 16px !important;
  border-radius: 999px !important;
  white-space: nowrap !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  background: linear-gradient(135deg, #6C35FF 0%, #6C3BFF 52%, #FF7A45 100%) !important;
  box-shadow: 0 14px 34px rgba(37, 99, 235, .24), inset 0 1px 0 rgba(255,255,255,.22) !important;
  text-decoration: none !important;
  transition: transform .28s cubic-bezier(.22,1,.36,1), box-shadow .28s ease, filter .28s ease !important;
}
.why-choose-section .why-choose__contact a:hover {
  transform: translate3d(3px, -2px, 0) !important;
  filter: saturate(1.07) brightness(1.03) !important;
  box-shadow: 0 20px 44px rgba(37, 99, 235, .3), inset 0 1px 0 rgba(255,255,255,.28) !important;
}
.why-choose-section .why-choose__contact:hover {
  transform: translate3d(-72px, -5px, 0) !important;
}
@media (max-width: 1280px) {
  .why-choose-section .why-choose__growth-visual { padding-right: 190px !important; }
  .why-choose-section .why-choose__growth-side { right: 86px !important; }
  .why-choose-section .why-choose__circle-cta { width: 158px !important; height: 158px !important; }
  .why-choose-section .why-choose__circle-cta > svg { width: 136px !important; height: 136px !important; }
  .why-choose-section .why-choose__circle-cta text,
  .why-choose-section .why-choose__circle-cta textPath { font-size: 15px !important; }
}
@media (max-width: 960px) {
  .why-choose-section .why-choose__growth-visual { padding-right: 150px !important; }
  .why-choose-section .why-choose__growth-side { right: 44px !important; }
  .why-choose-section .why-choose__contact,
  .why-choose-section .why-choose__contact:hover {
    transform: translate3d(0, 0, 0) !important;
    min-width: 0 !important;
    width: min(760px, 100%) !important;
  }
}
@media (max-width: 767px) {
  .why-choose-section .why-choose__growth-visual { padding-right: 108px !important; }
  .why-choose-section .why-choose__growth-side { right: 30px !important; bottom: 30px !important; }
  .why-choose-section .why-choose__circle-cta { width: 118px !important; height: 118px !important; }
  .why-choose-section .why-choose__circle-cta > svg { width: 98px !important; height: 98px !important; }
  .why-choose-section .why-choose__circle-cta text,
  .why-choose-section .why-choose__circle-cta textPath { font-size: 12.8px !important; letter-spacing: .08em !important; }
  .why-choose-section .why-choose__contact {
    display: grid !important;
    grid-template-columns: 54px 1fr !important;
    justify-content: start !important;
    gap: 10px 14px !important;
    padding: 12px !important;
  }
  .why-choose-section .why-choose__contact span { grid-row: 1 / 3; }
  .why-choose-section .why-choose__contact a {
    width: max-content !important;
    max-width: 100% !important;
    min-height: 38px !important;
    padding: 0 14px !important;
  }
}
/* End why choose circle motion and contact premium v9 */
/* Why choose growth visual balance and forced orbit v10 */
.why-choose-section .why-choose-card--growth {
  grid-template-columns: minmax(340px, .9fr) minmax(600px, 1.1fr) !important;
  gap: clamp(30px, 3vw, 48px) !important;
}
.why-choose-section .why-choose__growth-visual {
  min-height: 376px !important;
  margin-right: 168px !important;
  padding: 12px !important;
  border-radius: 32px !important;
  background:
    radial-gradient(circle at 84% 55%, rgba(37, 99, 235, .16), transparent 34%),
    linear-gradient(135deg, rgba(255,255,255,.09), rgba(255,255,255,.035)) !important;
  border: 1px solid rgba(255,255,255,.14) !important;
}
.why-choose-section .why-choose__growth-visual img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 352px !important;
  border-radius: 25px !important;
  object-fit: cover !important;
  object-position: 42% 50% !important;
  transform: none !important;
  filter: saturate(1.08) contrast(1.04) brightness(1.01) !important;
}
.why-choose-section .why-choose__growth-side {
  right: clamp(58px, 4.6vw, 78px) !important;
  bottom: clamp(62px, 4.8vw, 82px) !important;
}
.why-choose-section .why-choose__circle-cta {
  width: 158px !important;
  height: 158px !important;
  border-radius: 50% !important;
  background:
    radial-gradient(circle at 32% 24%, rgba(255,255,255,.2), transparent 28%),
    linear-gradient(145deg, rgba(28,18,79,.78), rgba(15,12,46,.72)) !important;
  border: 1px solid rgba(255,255,255,.32) !important;
  box-shadow:
    0 24px 62px rgba(18,10,59,.3),
    0 0 34px rgba(37, 99, 235, .16),
    inset 0 1px 0 rgba(255,255,255,.2),
    inset 0 -22px 46px rgba(37, 99, 235, .16) !important;
  backdrop-filter: blur(8px) saturate(1.2) !important;
}
.why-choose-section .why-choose__circle-cta > svg {
  width: 138px !important;
  height: 138px !important;
  animation: whyCtaTextOrbit 14s linear infinite !important;
  transform-origin: 50% 50% !important;
  transform-box: fill-box !important;
  transform: rotate(var(--why-circle-rotation, 0deg)) !important;
}
.why-choose-section .why-choose__circle-cta:hover > svg {
  animation-duration: 6s !important;
}
.why-choose-section .why-choose__circle-cta text,
.why-choose-section .why-choose__circle-cta textPath {
  font-size: 15px !important;
  font-weight: 950 !important;
  letter-spacing: .1em !important;
  fill: rgba(255,255,255,.96) !important;
  stroke: rgba(12,8,38,.42) !important;
  stroke-width: .38px !important;
  paint-order: stroke fill !important;
}
.why-choose-section .why-choose__circle-cta span {
  width: 48px !important;
  height: 48px !important;
  background: radial-gradient(circle at 30% 20%, rgba(255,255,255,.24), transparent 30%), linear-gradient(135deg, #6C35FF 0%, #6C3BFF 58%, #FF7A45 100%) !important;
}
.why-choose-section .why-choose__circle-cta span svg,
.why-choose-section .why-choose__circle-cta span svg:first-child {
  width: 21px !important;
  height: 21px !important;
}
@media (max-width: 1280px) {
  .why-choose-section .why-choose__growth-visual {
    margin-right: 148px !important;
  }
  .why-choose-section .why-choose__growth-side {
    right: 48px !important;
  }
  .why-choose-section .why-choose__circle-cta {
    width: 142px !important;
    height: 142px !important;
  }
  .why-choose-section .why-choose__circle-cta > svg {
    width: 122px !important;
    height: 122px !important;
  }
}
@media (max-width: 960px) {
  .why-choose-section .why-choose__growth-visual {
    margin-right: 0 !important;
    padding: 12px 124px 12px 12px !important;
    min-height: 312px !important;
  }
  .why-choose-section .why-choose__growth-visual img {
    min-height: 288px !important;
  }
  .why-choose-section .why-choose__growth-side {
    right: 36px !important;
    bottom: 40px !important;
  }
}
@media (max-width: 767px) {
  .why-choose-section .why-choose__growth-visual {
    padding: 10px 94px 10px 10px !important;
    min-height: 246px !important;
  }
  .why-choose-section .why-choose__growth-visual img {
    min-height: 226px !important;
  }
  .why-choose-section .why-choose__growth-side {
    right: 26px !important;
    bottom: 28px !important;
  }
  .why-choose-section .why-choose__circle-cta {
    width: 108px !important;
    height: 108px !important;
  }
  .why-choose-section .why-choose__circle-cta > svg {
    width: 90px !important;
    height: 90px !important;
  }
  .why-choose-section .why-choose__circle-cta text,
  .why-choose-section .why-choose__circle-cta textPath {
    font-size: 12px !important;
    letter-spacing: .075em !important;
  }
}
/* End why choose growth visual balance and forced orbit v10 */
/* Why choose growth CTA crisp hover v11 */
.why-choose-section .why-choose__growth-cta,
.why-choose-section .why-choose__growth-cta * {
  filter: none !important;
  text-shadow: none !important;
  -webkit-font-smoothing: antialiased !important;
  backface-visibility: hidden !important;
  transform-style: flat !important;
}
.why-choose-section .why-choose__growth-cta.nv-premium-button::before,
.why-choose-section .why-choose__growth-cta.nv-premium-button::after,
.why-choose-section .why-choose__growth-cta .nv-premium-button__shine {
  display: none !important;
}
.why-choose-section .why-choose__growth-cta {
  isolation: isolate !important;
  overflow: hidden !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  background: linear-gradient(135deg, #6C35FF 0%, #8c3bff 38%, #cf4ec8 70%, #FF7A45 100%) !important;
  border: 1px solid rgba(255,255,255,.24) !important;
  box-shadow:
    0 18px 42px rgba(37, 99, 235, .30),
    0 8px 22px rgba(6, 182, 212, ),
    inset 0 1px 0 rgba(255,255,255,.28) !important;
  transform: translate3d(0, 0, 0) !important;
  transition: transform .26s cubic-bezier(.22,1,.36,1), box-shadow .26s ease, background-position .26s ease !important;
}
.why-choose-section .why-choose__growth-cta span {
  position: relative !important;
  z-index: 2 !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-weight: 900 !important;
  opacity: 1 !important;
}
.why-choose-section .why-choose__growth-cta b {
  position: relative !important;
  z-index: 2 !important;
  color: #6C35FF !important;
  background: rgba(255,255,255,.96) !important;
  box-shadow: 0 10px 24px rgba(18,12,58,.14), inset 0 1px 0 rgba(255,255,255,1) !important;
  transform: translate3d(0, 0, 0) rotate(0deg) !important;
  transition: transform .26s cubic-bezier(.22,1,.36,1), color .26s ease !important;
}
.why-choose-section .why-choose__growth-cta:hover,
.why-choose-section .why-choose__growth-cta:focus-visible {
  filter: none !important;
  transform: translate3d(0, -4px, 0) !important;
  box-shadow:
    0 24px 56px rgba(37, 99, 235, .36),
    0 12px 28px rgba(6, 182, 212, ),
    inset 0 1px 0 rgba(255,255,255,.32) !important;
}
.why-choose-section .why-choose__growth-cta:hover b,
.why-choose-section .why-choose__growth-cta:focus-visible b {
  transform: translate3d(4px, -1px, 0) rotate(8deg) !important;
  color: #9b43ef !important;
}
.why-choose-section .why-choose__growth-cta svg {
  filter: none !important;
  stroke-width: 2.2 !important;
}
/* End why choose growth CTA crisp hover v11 */
/* Latest projects dynamic section v1 */
.latest-projects-section,
.latest-projects-section * {
  box-sizing: border-box;
}
.latest-projects-section {
  --lp-dark: #101426;
  --lp-muted: #66708c;
  --lp-blue: #6C35FF;
  --lp-pink: #df55b4;
  --lp-orange: #FF7A45;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(96px, 7vw, 128px) 0 clamp(96px, 7vw, 130px);
  color: var(--lp-dark);
  background:
    radial-gradient(circle at 12% 22%, rgba(37, 99, 235, .16), transparent 30%),
    radial-gradient(circle at 88% 16%, rgba(223,85,180,.13), transparent 30%),
    radial-gradient(circle at 82% 82%, rgba(6, 182, 212, ), transparent 26%),
    linear-gradient(135deg, #FBFAFF 0%, #f8f6ff 48%, #fff5f2 100%);
}
.latest-projects-section::before,
.latest-projects-section::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: -2;
}
.latest-projects-section::before {
  inset: 0;
  background-image:
    radial-gradient(circle, rgba(37, 99, 235, .18) 1px, transparent 1.5px),
    linear-gradient(115deg, rgba(124,84,255,.06) 1px, transparent 1px);
  background-size: 32px 32px, 360px 300px;
  mask-image: radial-gradient(circle at 18% 48%, rgba(0,0,0,.78), transparent 42%), radial-gradient(circle at 88% 48%, rgba(0,0,0,.52), transparent 40%);
  opacity: .52;
}
.latest-projects-section::after {
  left: -8%;
  bottom: 9%;
  width: min(42vw, 520px);
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid rgba(141,90,255,.14);
  box-shadow: inset 0 0 90px rgba(255,255,255,.75), 0 0 90px rgba(37, 99, 235, .12);
  opacity: .48;
}
.latest-projects__inner {
  width: min(1420px, calc(100% - clamp(44px, 8vw, 140px)));
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.latest-projects__grid {
  display: grid;
  grid-template-columns: minmax(360px, .82fr) minmax(620px, 1.18fr);
  gap: clamp(58px, 6vw, 94px);
  align-items: start;
}
.latest-projects__intro {
  position: sticky;
  top: 110px;
  align-self: start;
  min-height: 720px;
  padding-top: clamp(46px, 6vw, 94px);
}
.latest-projects__badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  position: relative;
  margin: 0 0 28px;
  padding: 10px 19px;
  color: #5635FF;
  font-size: 13px;
  font-weight: 850;
  line-height: 1;
  letter-spacing: .14em;
  text-transform: uppercase;
  border: 1px solid rgba(112,79,255,.18);
  border-radius: 999px;
  background: rgba(255,255,255,.72);
  box-shadow: 0 14px 34px rgba(102,75,219,.12), inset 0 1px 0 rgba(255,255,255,.85);
  backdrop-filter: blur(18px);
}
.latest-projects__badge::before {
  content: "";
  position: absolute;
  right: calc(100% + 18px);
  top: 50%;
  width: 86px;
  height: 1px;
  background: linear-gradient(90deg, rgba(116,58,255,0), rgba(116,58,255,.9));
}
.latest-projects__badge::after {
  content: "";
  position: absolute;
  right: calc(100% + 15px);
  top: calc(50% - 4px);
  width: 8px;
  height: 8px;
  border-top: 1px solid rgba(116,58,255,.9);
  border-right: 1px solid rgba(116,58,255,.9);
  transform: rotate(45deg);
}
.latest-projects__badge i {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: linear-gradient(135deg, #6C35FF, #B441DC);
  box-shadow: 0 0 18px rgba(37, 99, 235, .38);
}
.latest-projects__intro h2 {
  max-width: 540px;
  margin: 0;
  color: #101426;
  font-size: clamp(50px, 4.8vw, 72px);
  font-weight: 850;
  line-height: 1.045;
  letter-spacing: 0;
  text-wrap: balance;
}
.latest-projects__intro h2 span {
  color: transparent;
  background: linear-gradient(90deg, #6C35FF 0%, #6C3BFF 44%, #FF7A45 100%);
  -webkit-background-clip: text;
  background-clip: text;
}
.latest-projects__description {
  max-width: 482px;
  margin: 28px 0 0;
  color: var(--lp-muted);
  font-size: clamp(17px, 1.15vw, 19px);
  font-weight: 520;
  line-height: 1.72;
}
.latest-projects__cta {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  min-height: 64px;
  margin-top: 38px;
  padding: 8px 8px 8px 29px;
  border-radius: 999px;
  color: #fff;
  text-decoration: none;
  font-weight: 900;
  background: linear-gradient(135deg, #6C35FF 0%, #8d3aff 44%, #EF5D9A 72%, #FF7A45 100%);
  border: 1px solid rgba(255,255,255,.24);
  box-shadow: 0 22px 52px rgba(37, 99, 235, .3), 0 10px 28px rgba(6, 182, 212, ), inset 0 1px 0 rgba(255,255,255,.24);
  transition: transform .28s cubic-bezier(.22,1,.36,1), box-shadow .28s ease;
}
.latest-projects__cta:hover,
.latest-projects__cta:focus-visible {
  transform: translate3d(0, -4px, 0);
  box-shadow: 0 30px 68px rgba(37, 99, 235, .36), 0 14px 34px rgba(6, 182, 212, ), inset 0 1px 0 rgba(255,255,255,.3);
}
.latest-projects__cta b {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  color: #6C35FF;
  border-radius: 50%;
  background: #fff;
  transition: transform .28s cubic-bezier(.22,1,.36,1), color .28s ease;
}
.latest-projects__cta:hover b,
.latest-projects__cta:focus-visible b {
  transform: translate3d(4px, -2px, 0) rotate(8deg);
  color: #FF7A45;
}
.latest-projects__cta svg,
.latest-project-card__arrow svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.latest-projects__decor {
  position: relative;
  width: min(360px, 82%);
  aspect-ratio: 1;
  margin-top: clamp(68px, 8vw, 118px);
  filter: drop-shadow(0 34px 58px rgba(37, 99, 235, .18));
  transform: translate3d(var(--lp-decor-x, 0), var(--lp-decor-y, 0), 0);
  animation: latestDecorFloat 9s ease-in-out infinite alternate;
}
.latest-projects__decor::before,
.latest-projects__decor::after,
.latest-projects__decor span {
  content: "";
  position: absolute;
  inset: 12%;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,.76);
  background: radial-gradient(circle at 32% 24%, rgba(255,255,255,.88), rgba(174,139,255,.16) 38%, rgba(255,255,255,.02) 68%);
  box-shadow: inset 0 0 34px rgba(255,255,255,.9), 0 0 34px rgba(37, 99, 235, .12);
}
.latest-projects__decor::before { transform: rotateX(62deg) rotateZ(16deg); }
.latest-projects__decor::after { transform: rotateX(64deg) rotateY(60deg) rotateZ(-20deg); }
.latest-projects__decor span:nth-child(1) { transform: rotateX(70deg) rotateY(-45deg) rotateZ(35deg); }
.latest-projects__decor span:nth-child(2) { transform: rotateX(74deg) rotateY(30deg) rotateZ(72deg); border-color: rgba(6, 182, 212, ); }
.latest-projects__decor span:nth-child(3) { inset: 22%; transform: rotateX(70deg) rotateY(82deg); border-color: rgba(222,79,188,.3); }
.latest-projects__list {
  display: grid;
  gap: 22px;
}
.latest-project-card {
  position: relative;
  display: block;
  min-height: 318px;
  overflow: hidden;
  border-radius: 28px;
  color: #fff;
  text-decoration: none;
  background: #15122a;
  border: 1px solid rgba(146,113,255,.18);
  box-shadow: 0 24px 70px rgba(68,51,142,.14), inset 0 1px 0 rgba(255,255,255,.1);
  transform: translate3d(0, 0, 0) scale(var(--project-scale, .985));
  opacity: var(--project-opacity, .9);
  filter: blur(var(--project-blur, 0px));
  transition: transform .36s cubic-bezier(.22,1,.36,1), border-color .36s ease, box-shadow .36s ease, opacity .36s ease, filter .36s ease;
  will-change: transform, opacity, filter;
}
.latest-project-card:hover,
.latest-project-card:focus-visible {
  transform: translate3d(0, -6px, 0) scale(1.01);
  border-color: rgba(255,255,255,.34);
  box-shadow: 0 34px 86px rgba(85,59,183,.22), inset 0 1px 0 rgba(255,255,255,.14);
}
.latest-project-card__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  filter: saturate(1.04) contrast(1.03) brightness(.92);
  transition: transform .75s cubic-bezier(.22,1,.36,1), filter .75s ease;
}
.latest-project-card:hover .latest-project-card__image,
.latest-project-card:focus-visible .latest-project-card__image {
  transform: scale(1.06);
  filter: saturate(1.1) contrast(1.04) brightness(1);
}
.latest-project-card__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7,7,20,.78) 0%, rgba(8,7,20,.52) 42%, rgba(8,7,20,.12) 82%),
    linear-gradient(0deg, rgba(7,7,20,.72), transparent 58%);
  transition: opacity .35s ease;
}
.latest-project-card:hover .latest-project-card__shade,
.latest-project-card:focus-visible .latest-project-card__shade { opacity: .9; }
.latest-project-card__content {
  position: absolute;
  left: clamp(24px, 3vw, 34px);
  bottom: clamp(22px, 2.6vw, 30px);
  z-index: 3;
  width: min(560px, calc(100% - 118px));
  padding: 0;
}
.latest-project-card__content p {
  margin: 0 0 10px;
  color: #c28cff;
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .02em;
}
.latest-project-card--pink .latest-project-card__content p { color: #ff82d1; }
.latest-project-card--orange .latest-project-card__content p { color: #ff9a5d; }
.latest-project-card--blue .latest-project-card__content p { color: #9eb7ff; }
.latest-project-card__content h3 {
  max-width: 520px;
  margin: 0;
  color: #fff !important;
  font-size: clamp(24px, 2.1vw, 34px);
  line-height: 1.13;
  font-weight: 850;
  text-shadow: 0 14px 34px rgba(0,0,0,.32);
}
.latest-project-card__desc {
  display: block;
  max-width: 540px;
  margin-top: 10px;
  color: rgba(255,255,255,.86);
  font-size: clamp(14px, 1.05vw, 16px);
  font-weight: 560;
  line-height: 1.52;
}
.latest-project-card__result {
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 3;
  padding: 10px 14px;
  color: #fff;
  font-size: 13px;
  font-weight: 850;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.26);
  background: rgba(255,255,255,.12);
  backdrop-filter: blur(16px);
  box-shadow: 0 14px 38px rgba(11,8,31,.22), inset 0 1px 0 rgba(255,255,255,.18);
}
.latest-project-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 14px;
}
.latest-project-card__tags span {
  padding: 6px 9px;
  color: rgba(255,255,255,.88);
  font-size: 11px;
  font-weight: 760;
  border-radius: 999px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.16);
}
.latest-project-card__arrow {
  position: absolute;
  right: 28px;
  bottom: 28px;
  z-index: 4;
  display: inline-grid;
  place-items: center;
  width: 58px;
  height: 58px;
  color: #6C35FF;
  border-radius: 50%;
  background: rgba(255,255,255,.95);
  box-shadow: 0 16px 36px rgba(0,0,0,.2);
  transition: transform .3s cubic-bezier(.22,1,.36,1), color .3s ease;
}
.latest-project-card:hover .latest-project-card__arrow,
.latest-project-card:focus-visible .latest-project-card__arrow {
  transform: translate3d(4px, -4px, 0) rotate(8deg);
  color: #FF7A45;
}
.latest-projects-empty {
  padding: 38px;
  border-radius: 28px;
  background: rgba(255,255,255,.74);
  border: 1px solid rgba(140,112,255,.2);
  box-shadow: 0 22px 62px rgba(90,70,180,.12);
}
.latest-projects-empty p { margin: 0 0 18px; color: #4f5875; font-weight: 650; }
.latest-projects-empty a { color: #6C35FF; font-weight: 900; text-decoration: none; }
.latest-projects__sphere {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 22%, #fff, rgba(190,150,255,.64) 38%, rgba(37, 99, 235, .48) 78%);
  box-shadow: inset -10px -12px 24px rgba(80,50,190,.16), 0 20px 46px rgba(37, 99, 235, .15);
  opacity: .62;
  animation: latestSphereFloat 9s ease-in-out infinite alternate;
}
.latest-projects__sphere--1 { width: 72px; height: 72px; left: 8%; top: 8%; }
.latest-projects__sphere--2 { width: 24px; height: 24px; left: 35%; top: 10%; animation-delay: -3s; }
.latest-projects__sphere--3 { width: 34px; height: 34px; right: 12%; top: 6%; animation-delay: -6s; }
.latest-projects__sphere--4 { width: 28px; height: 28px; right: 7%; bottom: 24%; background: radial-gradient(circle at 30% 20%, #fff, rgba(255,150,214,.7), rgba(6, 182, 212, )); animation-delay: -2s; }
.latest-projects__sphere--5 { width: 58px; height: 58px; left: 36%; bottom: 8%; background: radial-gradient(circle at 30% 20%, #fff, rgba(255,160,220,.7), rgba(6, 182, 212, )); animation-delay: -5s; }
.latest-projects__orb {
  position: absolute;
  right: -12%;
  top: 18%;
  width: 360px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid rgba(126,88,255,.13);
  box-shadow: inset 0 0 72px rgba(255,255,255,.7), 0 0 80px rgba(37, 99, 235, .1);
  opacity: .46;
  pointer-events: none;
}
.latest-projects-section.is-ready .latest-projects__badge,
.latest-projects-section.is-ready .latest-projects__intro h2,
.latest-projects-section.is-ready .latest-projects__description,
.latest-projects-section.is-ready .latest-projects__cta,
.latest-projects-section.is-ready .latest-projects__decor,
.latest-projects-section.is-ready .latest-project-card {
  opacity: 0;
  transform: translate3d(0, 28px, 0);
  filter: blur(8px);
}
.latest-projects-section.is-visible .latest-projects__badge,
.latest-projects-section.is-visible .latest-projects__intro h2,
.latest-projects-section.is-visible .latest-projects__description,
.latest-projects-section.is-visible .latest-projects__cta,
.latest-projects-section.is-visible .latest-projects__decor,
.latest-projects-section.is-visible .latest-project-card {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  filter: blur(0);
  transition: opacity .74s cubic-bezier(.22,1,.36,1), transform .74s cubic-bezier(.22,1,.36,1), filter .74s ease;
}
.latest-projects-section.is-visible .latest-projects__intro h2 { transition-delay: .08s; }
.latest-projects-section.is-visible .latest-projects__description { transition-delay: .16s; }
.latest-projects-section.is-visible .latest-projects__cta { transition-delay: .24s; }
.latest-projects-section.is-visible .latest-projects__decor { transition-delay: .32s; }
.latest-projects-section.is-visible .latest-project-card:nth-child(1) { transition-delay: .18s; }
.latest-projects-section.is-visible .latest-project-card:nth-child(2) { transition-delay: .28s; }
.latest-projects-section.is-visible .latest-project-card:nth-child(3) { transition-delay: .38s; }
.latest-projects-section.is-visible .latest-project-card:nth-child(4) { transition-delay: .48s; }
@keyframes latestSphereFloat {
  0% { translate: 0 0; scale: 1; }
  100% { translate: 14px -18px; scale: 1.06; }
}
@keyframes latestDecorFloat {
  0% { transform: translate3d(var(--lp-decor-x, 0), var(--lp-decor-y, 0), 0) rotate(-5deg); }
  100% { transform: translate3d(calc(var(--lp-decor-x, 0) + 10px), calc(var(--lp-decor-y, 0) - 14px), 0) rotate(7deg); }
}
@media (max-width: 1180px) {
  .latest-projects-section { padding: 82px 0; }
  .latest-projects__inner { width: min(960px, calc(100% - 64px)); }
  .latest-projects__grid { grid-template-columns: 1fr; gap: 42px; }
  .latest-projects__intro { position: relative; top: auto; min-height: 0; padding-top: 0; }
  .latest-projects__decor { width: min(300px, 56vw); margin-top: 48px; }
  .latest-projects__badge::before,
  .latest-projects__badge::after { display: none; }
}
@media (max-width: 767px) {
  .latest-projects-section { padding: 64px 0; }
  .latest-projects__inner { width: min(100% - 34px, 500px); }
  .latest-projects__intro h2 { font-size: clamp(38px, 11vw, 50px); }
  .latest-projects__description { font-size: 16px; line-height: 1.64; }
  .latest-projects__cta { width: 100%; justify-content: space-between; min-height: 58px; padding-left: 22px; }
  .latest-projects__decor { width: min(250px, 78vw); margin: 42px auto 0; }
  .latest-project-card { min-height: 390px; border-radius: 24px; }
  .latest-project-card__shade { background: linear-gradient(0deg, rgba(7,7,20,.84) 0%, rgba(7,7,20,.38) 62%, rgba(7,7,20,.08) 100%); }
  .latest-project-card__content { left: 22px; right: 22px; bottom: 24px; width: auto; }
  .latest-project-card__content h3 { font-size: clamp(23px, 7vw, 30px); }
  .latest-project-card__desc { font-size: 14px; }
  .latest-project-card__result { top: 18px; left: 18px; max-width: calc(100% - 36px); }
  .latest-project-card__arrow { right: 22px; bottom: auto; top: 20px; width: 52px; height: 52px; }
  .latest-projects__sphere--1,
  .latest-projects__sphere--3,
  .latest-projects__orb { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  .latest-projects-section *,
  .latest-projects-section::before,
  .latest-projects-section::after { animation: none !important; transition: none !important; }
  .latest-projects-section.is-ready .latest-projects__badge,
  .latest-projects-section.is-ready .latest-projects__intro h2,
  .latest-projects-section.is-ready .latest-projects__description,
  .latest-projects-section.is-ready .latest-projects__cta,
  .latest-projects-section.is-ready .latest-projects__decor,
  .latest-projects-section.is-ready .latest-project-card { opacity: 1; transform: none; filter: none; }
}
/* End latest projects dynamic section v1 */
/* Latest projects runtime refinements v1 */
.latest-projects-section.is-visible .latest-project-card {
  opacity: var(--project-opacity, 1);
  transform: translate3d(0, var(--project-y, 0px), 0) scale(var(--project-scale, 1));
  filter: blur(var(--project-blur, 0px));
}
.latest-projects-section.is-visible .latest-project-card:hover,
.latest-projects-section.is-visible .latest-project-card:focus-visible {
  opacity: 1;
  transform: translate3d(0, -6px, 0) scale(1.01);
  filter: blur(0);
}
.latest-projects__sphere,
.latest-projects__orb {
  transform: translate3d(var(--lp-sphere-x, 0px), var(--lp-sphere-y, 0px), 0);
  transition: transform .72s cubic-bezier(.22, 1, .36, 1);
}
.latest-projects-section:not(.is-scene-active) .latest-projects__sphere,
.latest-projects-section:not(.is-scene-active) .latest-projects__decor,
.latest-projects-section:not(.is-scene-active) .latest-projects__orb {
  animation-play-state: paused;
}
@media (max-width: 767px) {
  .latest-projects-section.is-visible .latest-project-card {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
  }
}
/* End latest projects runtime refinements v1 */
/* Latest projects premium stack polish v2 */
.latest-projects__intro h2 {
  line-height: .985;
  max-width: 560px;
  letter-spacing: 0;
}
.latest-projects__intro h2 span {
  display: inline-block;
  margin: .018em 0 .025em;
  line-height: .96;
}
.latest-projects__cta {
  position: relative;
  overflow: hidden;
  color: #ffffff !important;
  isolation: isolate;
  background-size: 160% 160%;
  transform-style: preserve-3d;
}
.latest-projects__cta::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(120deg, rgba(255,255,255,0), rgba(255,255,255,.34), rgba(255,255,255,0));
  transform: translateX(-115%) skewX(-18deg);
  transition: transform .58s cubic-bezier(.22,1,.36,1);
}
.latest-projects__cta span {
  position: relative;
  z-index: 2;
  color: #ffffff !important;
  text-shadow: 0 1px 0 rgba(35,12,95,.14);
  transition: color .25s ease, transform .25s cubic-bezier(.22,1,.36,1), text-shadow .25s ease;
}
.latest-projects__cta:hover,
.latest-projects__cta:focus-visible {
  color: #ffffff !important;
  background-position: 100% 50%;
  transform: translate3d(0, -5px, 0) perspective(700px) rotateX(3deg);
  box-shadow: 0 32px 72px rgba(37, 99, 235, .38), 0 15px 38px rgba(6, 182, 212, ), inset 0 1px 0 rgba(255,255,255,.35);
}
.latest-projects__cta:hover::before,
.latest-projects__cta:focus-visible::before {
  transform: translateX(115%) skewX(-18deg);
}
.latest-projects__cta:hover span,
.latest-projects__cta:focus-visible span {
  color: #ffffff !important;
  transform: translate3d(1px, -1px, 0);
  text-shadow: 0 10px 24px rgba(255,255,255,.22);
}
.latest-projects__cta b {
  position: relative;
  z-index: 2;
  color: #6C35FF !important;
  background: linear-gradient(135deg, #ffffff 0%, #fff5ff 56%, #ffe9da 100%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.95), 0 10px 24px rgba(43,19,120,.18);
}
.latest-projects__cta:hover b,
.latest-projects__cta:focus-visible b {
  color: #ffffff !important;
  background: linear-gradient(135deg, #FF7A45 0%, #EF5D9A 48%, #6C35FF 100%);
  transform: translate3d(5px, -4px, 18px) rotate(10deg);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.28), 0 14px 32px rgba(37, 99, 235, .28);
}
.latest-projects__list {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: clamp(24px, 2.5vw, 34px);
  padding: 8px 0 18px clamp(10px, 1.4vw, 22px);
  perspective: 1200px;
}
.latest-projects__list::before {
  content: "";
  position: absolute;
  left: 0;
  top: 46px;
  bottom: 46px;
  width: 1px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(37, 99, 235, 0), rgba(37, 99, 235, .34), rgba(223,85,180,.26), rgba(6, 182, 212, ));
  box-shadow: 0 0 26px rgba(37, 99, 235, .2);
  pointer-events: none;
}
.latest-project-card {
  --lp-stack-x: 0px;
  min-height: clamp(318px, 24vw, 360px);
  border-radius: 32px;
  isolation: isolate;
  opacity: var(--project-opacity, 1);
  filter: none !important;
  transform: translate3d(var(--lp-stack-x), var(--project-y, 0px), 0) scale(var(--project-scale, 1));
  border: 1px solid rgba(255,255,255,.6);
  background: linear-gradient(135deg, rgba(26,20,50,.96), rgba(11,13,34,.98));
  box-shadow: 0 28px 78px rgba(79,57,169,.16), 0 10px 28px rgba(18,14,48,.12), inset 0 1px 0 rgba(255,255,255,.18);
}
.latest-project-card:nth-child(odd) { --lp-stack-x: -10px; }
.latest-project-card:nth-child(even) { --lp-stack-x: clamp(18px, 3.8vw, 54px); }
.latest-project-card::before {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: 2;
  border-radius: 31px;
  pointer-events: none;
  background:
    radial-gradient(circle at 80% 12%, rgba(255,255,255,.22), transparent 26%),
    linear-gradient(135deg, rgba(37, 99, 235, .16), transparent 44%, rgba(6, 182, 212, ));
  opacity: .72;
  transition: opacity .32s ease;
}
.latest-project-card::after {
  content: "";
  position: absolute;
  inset: auto 18px 18px 18px;
  z-index: 2;
  height: 1px;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,.58), rgba(255,255,255,0));
  opacity: .46;
}
.latest-projects-section.is-ready .latest-project-card,
.latest-projects-section.is-visible .latest-project-card {
  filter: none !important;
}
.latest-projects-section.is-visible .latest-project-card {
  opacity: var(--project-opacity, 1);
  transform: translate3d(var(--lp-stack-x), var(--project-y, 0px), 0) scale(var(--project-scale, 1));
}
.latest-project-card:hover,
.latest-project-card:focus-visible,
.latest-projects-section.is-visible .latest-project-card:hover,
.latest-projects-section.is-visible .latest-project-card:focus-visible {
  opacity: 1 !important;
  filter: none !important;
  transform: translate3d(var(--lp-stack-x), -9px, 0) scale(1.012) rotateX(.6deg);
  border-color: rgba(255,255,255,.88);
  box-shadow: 0 38px 96px rgba(82,55,180,.25), 0 18px 42px rgba(6, 182, 212, ), inset 0 1px 0 rgba(255,255,255,.24);
}
.latest-project-card:hover::before,
.latest-project-card:focus-visible::before { opacity: .95; }
.latest-project-card__image {
  filter: saturate(1.12) contrast(1.07) brightness(.92) !important;
  transform: scale(1.025);
}
.latest-project-card:hover .latest-project-card__image,
.latest-project-card:focus-visible .latest-project-card__image {
  filter: saturate(1.18) contrast(1.08) brightness(.98) !important;
  transform: scale(1.055);
}
.latest-project-card__shade {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(5,6,22,.84) 0%, rgba(15,10,35,.58) 40%, rgba(17,10,34,.22) 72%, rgba(17,10,34,.08) 100%),
    linear-gradient(0deg, rgba(5,6,22,.78) 0%, rgba(5,6,22,.28) 52%, rgba(5,6,22,.02) 100%);
}
.latest-project-card__content {
  z-index: 4;
  width: min(575px, calc(100% - 126px));
  padding: 20px 22px 21px;
  border-radius: 23px;
  border: 1px solid rgba(255,255,255,.18);
  background: linear-gradient(135deg, rgba(12,11,30,.52), rgba(12,11,30,.26));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.12), 0 20px 50px rgba(0,0,0,.16);
  backdrop-filter: saturate(1.1) blur(8px);
}
.latest-project-card__content p {
  margin-bottom: 11px;
  font-size: 13px;
  color: #d9bcff;
  text-shadow: 0 10px 24px rgba(37, 99, 235, .3);
}
.latest-project-card__content h3 {
  font-size: clamp(26px, 2.25vw, 36px);
  line-height: 1.08;
  letter-spacing: 0;
}
.latest-project-card__desc {
  margin-top: 11px;
  color: rgba(255,255,255,.9);
  line-height: 1.56;
}
.latest-project-card__result {
  z-index: 4;
  top: 22px;
  left: 24px;
  color: #ffffff;
  background: linear-gradient(135deg, rgba(37, 99, 235, .28), rgba(223,85,180,.18), rgba(6, 182, 212, ));
  border-color: rgba(255,255,255,.3);
  backdrop-filter: none;
  box-shadow: 0 14px 34px rgba(14,10,40,.18), inset 0 1px 0 rgba(255,255,255,.18);
}
.latest-project-card__tags span {
  background: rgba(255,255,255,.14);
  border-color: rgba(255,255,255,.19);
}
.latest-project-card__arrow {
  z-index: 5;
  color: #6C35FF !important;
  background: linear-gradient(135deg, #ffffff 0%, #fff8ff 58%, #fff0e8 100%);
  box-shadow: 0 18px 40px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.95);
}
.latest-project-card:hover .latest-project-card__arrow,
.latest-project-card:focus-visible .latest-project-card__arrow {
  color: #ffffff !important;
  background: linear-gradient(135deg, #6C35FF 0%, #EF5D9A 55%, #FF7A45 100%);
  transform: translate3d(6px, -6px, 0) rotate(10deg);
}
@media (max-width: 1180px) {
  .latest-projects__list { padding-left: 0; gap: 24px; }
  .latest-projects__list::before { display: none; }
  .latest-project-card:nth-child(odd),
  .latest-project-card:nth-child(even) { --lp-stack-x: 0px; }
}
@media (max-width: 767px) {
  .latest-projects__intro h2 { line-height: 1.02; }
  .latest-project-card { min-height: 410px; border-radius: 25px; }
  .latest-project-card::before { border-radius: 24px; }
  .latest-project-card__content {
    left: 18px;
    right: 18px;
    bottom: 18px;
    width: auto;
    padding: 17px 17px 18px;
    border-radius: 20px;
  }
  .latest-project-card__content h3 { font-size: clamp(23px, 7vw, 29px); line-height: 1.11; }
  .latest-project-card__tags { gap: 6px; }
  .latest-project-card__tags span { font-size: 10px; padding: 5px 8px; }
  .latest-project-card:hover,
  .latest-project-card:focus-visible,
  .latest-projects-section.is-visible .latest-project-card:hover,
  .latest-projects-section.is-visible .latest-project-card:focus-visible { transform: translate3d(0, -4px, 0) scale(1.006); }
}
/* End latest projects premium stack polish v2 */
/* Latest projects sticky card stack v3 */
.latest-projects__grid {
  grid-template-columns: minmax(355px, .78fr) minmax(660px, 1.22fr);
  gap: clamp(62px, 6.2vw, 104px);
}
.latest-projects__intro h2 {
  line-height: .96;
  max-width: 590px;
}
.latest-projects__intro h2 span {
  line-height: .94;
  margin: .025em 0 .035em;
}
.latest-projects__description {
  max-width: 500px;
}
@media (min-width: 1181px) {
  .latest-projects__list {
    display: block;
    padding: 18px 0 24vh clamp(18px, 2vw, 34px);
    min-height: calc((clamp(340px, 25.2vw, 385px) + 68px) * 4);
  }
  .latest-projects__list::before {
    left: 8px;
    top: 80px;
    bottom: 220px;
  }
  .latest-project-card {
    position: sticky;
    top: var(--stack-top, 108px);
    z-index: var(--stack-z, 20);
    min-height: clamp(340px, 25.2vw, 385px);
    margin: 0 0 clamp(48px, 5vw, 78px);
    transform-origin: 55% 30%;
    transform: translate3d(var(--lp-stack-x), var(--project-y, 0px), 0) scale(var(--project-scale, 1));
  }
  .latest-project-card:nth-child(1) { --lp-stack-x: -8px; }
  .latest-project-card:nth-child(2) { --lp-stack-x: 34px; }
  .latest-project-card:nth-child(3) { --lp-stack-x: 2px; }
  .latest-project-card:nth-child(4) { --lp-stack-x: 48px; }
  .latest-project-card:nth-child(n+5) { --lp-stack-x: 16px; }
}
.latest-project-card {
  filter: none !important;
  border-color: rgba(255,255,255,.74);
  box-shadow: 0 34px 90px rgba(77,57,168,.18), 0 12px 34px rgba(20,15,56,.14), inset 0 1px 0 rgba(255,255,255,.2);
}
.latest-project-card:hover,
.latest-project-card:focus-visible,
.latest-projects-section.is-visible .latest-project-card:hover,
.latest-projects-section.is-visible .latest-project-card:focus-visible {
  filter: none !important;
  transform: translate3d(var(--lp-stack-x, 0px), -10px, 0) scale(1.012) rotateX(.45deg) rotateY(-.35deg);
  box-shadow: 0 44px 110px rgba(77,57,168,.27), 0 18px 48px rgba(6, 182, 212, ), inset 0 1px 0 rgba(255,255,255,.26);
}
.latest-project-card__content {
  backdrop-filter: none !important;
  background: linear-gradient(135deg, rgba(9,10,28,.72), rgba(20,12,45,.48));
  border-color: rgba(255,255,255,.22);
}
.latest-project-card__result {
  backdrop-filter: none !important;
}
.latest-project-card__image {
  filter: saturate(1.16) contrast(1.08) brightness(.93) !important;
}
.latest-project-card:hover .latest-project-card__image,
.latest-project-card:focus-visible .latest-project-card__image {
  filter: saturate(1.22) contrast(1.09) brightness(.99) !important;
}
.latest-project-card[data-project-source="cpt"]::after {
  opacity: .6;
}
.latest-project-card__content::after {
  content: "Dynamic project";
  display: inline-flex;
  width: fit-content;
  margin-top: 13px;
  padding: 6px 10px;
  border-radius: 999px;
  color: rgba(255,255,255,.86);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
  background: linear-gradient(135deg, rgba(37, 99, 235, .3), rgba(223,85,180,.18));
  border: 1px solid rgba(255,255,255,.16);
}
@media (max-width: 1180px) {
  .latest-projects__grid { grid-template-columns: 1fr; }
  .latest-project-card {
    position: relative;
    top: auto;
    z-index: auto;
    margin-bottom: 24px;
  }
  .latest-project-card:nth-child(1),
  .latest-project-card:nth-child(2),
  .latest-project-card:nth-child(3),
  .latest-project-card:nth-child(4),
  .latest-project-card:nth-child(n+5) { --lp-stack-x: 0px; }
}
@media (max-width: 767px) {
  .latest-projects__intro h2 { line-height: 1; }
  .latest-project-card__content::after { display: none; }
}
/* End latest projects sticky card stack v3 */
/* Latest projects clean sticky stack v4 */
.latest-projects-section {
  padding-top: clamp(88px, 6.4vw, 118px);
}
.latest-projects__grid {
  grid-template-columns: minmax(370px, .8fr) minmax(720px, 1.2fr);
  gap: clamp(64px, 6vw, 96px);
}
.latest-projects__intro {
  top: 96px;
  padding-top: clamp(34px, 4vw, 62px);
}
.latest-projects__intro h2 {
  line-height: .98;
  max-width: 565px;
}
.latest-projects__intro h2 span {
  line-height: .98;
  margin: .02em 0 .03em;
}
@media (min-width: 1181px) {
  .latest-projects__list {
    display: block;
    position: relative;
    padding: 8px 0 34vh 28px;
    min-height: calc((clamp(350px, 24vw, 380px) + 125px) * 4);
  }
  .latest-projects__list::before {
    left: 8px;
    top: 62px;
    bottom: 260px;
    width: 2px;
    background: linear-gradient(180deg, rgba(37, 99, 235, 0), rgba(37, 99, 235, .42), rgba(223,85,180,.32), rgba(6, 182, 212, ));
  }
  .latest-project-card {
    position: sticky;
    top: var(--stack-top, 104px);
    z-index: var(--stack-z, 20);
    min-height: clamp(350px, 24vw, 380px);
    margin: 0 0 clamp(105px, 9vw, 145px);
    border-radius: 34px;
    transform: translate3d(var(--lp-stack-x, 0px), var(--project-y, 0px), 0) scale(var(--project-scale, 1));
  }
  .latest-project-card:nth-child(1) { --lp-stack-x: 0px; }
  .latest-project-card:nth-child(2) { --lp-stack-x: 18px; }
  .latest-project-card:nth-child(3) { --lp-stack-x: 36px; }
  .latest-project-card:nth-child(4) { --lp-stack-x: 54px; }
  .latest-project-card:nth-child(n+5) { --lp-stack-x: 24px; }
}
.latest-project-card {
  filter: none !important;
  opacity: var(--project-opacity, 1);
  border: 1px solid rgba(255,255,255,.78);
  background: #111029;
  box-shadow: 0 34px 88px rgba(70,50,160,.2), 0 14px 36px rgba(18,14,48,.13), inset 0 1px 0 rgba(255,255,255,.2);
}
.latest-projects-section.is-ready .latest-project-card,
.latest-projects-section.is-visible .latest-project-card,
.latest-project-card:hover,
.latest-project-card:focus-visible {
  filter: none !important;
}
.latest-project-card:hover,
.latest-project-card:focus-visible,
.latest-projects-section.is-visible .latest-project-card:hover,
.latest-projects-section.is-visible .latest-project-card:focus-visible {
  transform: translate3d(var(--lp-stack-x, 0px), -8px, 0) scale(1.01);
  border-color: rgba(255,255,255,.92);
}
.latest-project-card__content::after {
  display: none !important;
}
.latest-project-card__content {
  width: min(590px, calc(100% - 132px));
  padding: 22px 24px 23px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(12,11,31,.76), rgba(30,15,55,.42));
  border: 1px solid rgba(255,255,255,.24);
  backdrop-filter: none !important;
}
.latest-project-card__content h3 {
  font-size: clamp(27px, 2.18vw, 35px);
  line-height: 1.08;
}
.latest-project-card__result {
  backdrop-filter: none !important;
  background: linear-gradient(135deg, rgba(37, 99, 235, .38), rgba(223,85,180,.2), rgba(6, 182, 212, ));
}
.latest-project-card__shade {
  background:
    linear-gradient(90deg, rgba(5,6,20,.84) 0%, rgba(12,9,33,.58) 42%, rgba(12,9,33,.18) 76%, rgba(12,9,33,.05) 100%),
    linear-gradient(0deg, rgba(5,6,20,.74) 0%, rgba(5,6,20,.22) 56%, transparent 100%);
}
@media (max-width: 1180px) {
  .latest-projects__grid { grid-template-columns: 1fr; }
  .latest-projects__list { padding-left: 0; min-height: auto; }
  .latest-project-card {
    position: relative;
    top: auto;
    margin-bottom: 24px;
    transform: none !important;
  }
}
/* End latest projects clean sticky stack v4 */
/* Latest projects project-count stack v5 */
@media (min-width: 1181px) {
  .latest-projects__list {
    min-height: calc((clamp(350px, 24vw, 380px) + 125px) * var(--project-count, 4));
  }
}
/* End latest projects project-count stack v5 */
/* Latest projects actual sticky right stack v6 */
.latest-projects-section {
  overflow: visible !important;
  overflow-x: clip !important;
}
.latest-projects__inner,
.latest-projects__grid,
.latest-projects__list {
  overflow: visible !important;
}
@media (min-width: 1181px) {
  .latest-projects__grid {
    align-items: start;
  }
  .latest-projects__list {
    align-self: start;
    display: block !important;
    position: relative !important;
    isolation: isolate;
    padding: 14px 8px 42vh 34px !important;
    min-height: calc((clamp(360px, 24.5vw, 395px) + 168px) * var(--project-count, 4)) !important;
  }
  .latest-project-card {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: var(--stack-top, 94px) !important;
    z-index: var(--stack-z, 20) !important;
    min-height: clamp(360px, 24.5vw, 395px) !important;
    margin: 0 0 clamp(150px, 12vw, 210px) !important;
    max-width: 820px;
    will-change: transform;
    filter: none !important;
  }
  .latest-project-card:nth-child(1) { --lp-stack-x: 0px; }
  .latest-project-card:nth-child(2) { --lp-stack-x: 22px; }
  .latest-project-card:nth-child(3) { --lp-stack-x: 44px; }
  .latest-project-card:nth-child(4) { --lp-stack-x: 66px; }
  .latest-project-card:nth-child(5) { --lp-stack-x: 34px; }
  .latest-project-card:nth-child(n+6) { --lp-stack-x: 52px; }
  .latest-project-card__content {
    max-width: 610px;
  }
}
@media (max-width: 1180px) {
  .latest-projects-section {
    overflow: hidden !important;
  }
  .latest-project-card {
    position: relative !important;
    top: auto !important;
    margin-bottom: 24px !important;
  }
}
/* End latest projects actual sticky right stack v6 */
/* Latest projects reference image-led cards v7 */
.latest-projects__grid {
  grid-template-columns: minmax(360px, .82fr) minmax(560px, 1.02fr);
  gap: clamp(58px, 5.4vw, 88px);
}
@media (min-width: 1181px) {
  .latest-projects__list {
    width: min(100%, 690px);
    margin-left: auto;
    margin-right: clamp(10px, 2vw, 36px);
    padding: 4px 0 36vh 0 !important;
    min-height: calc((clamp(268px, 19.2vw, 312px) + 96px) * var(--project-count, 4)) !important;
  }
  .latest-projects__list::before {
    display: none !important;
  }
  .latest-project-card {
    top: var(--stack-top, 86px) !important;
    min-height: clamp(268px, 19.2vw, 312px) !important;
    max-width: 690px !important;
    margin: 0 0 clamp(72px, 7vw, 106px) !important;
    border-radius: 20px !important;
  }
  .latest-project-card:nth-child(1),
  .latest-project-card:nth-child(2),
  .latest-project-card:nth-child(3),
  .latest-project-card:nth-child(4),
  .latest-project-card:nth-child(5),
  .latest-project-card:nth-child(n+6) {
    --lp-stack-x: 0px;
  }
}
.latest-project-card {
  color: #fff !important;
  overflow: hidden;
  background: #0b0b18 !important;
  border: 1px solid rgba(255,255,255,.62) !important;
  box-shadow: 0 22px 58px rgba(35, 24, 102, .16), 0 7px 18px rgba(12, 9, 34, .12) !important;
  filter: none !important;
  transform: translate3d(var(--lp-stack-x, 0px), var(--project-y, 0px), 0) scale(var(--project-scale, 1));
}
.latest-project-card::before,
.latest-project-card::after {
  display: none !important;
}
.latest-project-card__image {
  inset: 0;
  transform: scale(1.012) !important;
  filter: saturate(1.08) contrast(1.04) brightness(.84) !important;
}
.latest-project-card:hover .latest-project-card__image,
.latest-project-card:focus-visible .latest-project-card__image {
  transform: scale(1.045) !important;
  filter: saturate(1.16) contrast(1.06) brightness(.92) !important;
}
.latest-project-card__shade {
  z-index: 1;
  opacity: 1 !important;
  background:
    linear-gradient(180deg, rgba(6, 7, 22, .04) 0%, rgba(6, 7, 22, .12) 32%, rgba(6, 7, 22, .82) 100%),
    linear-gradient(90deg, rgba(6, 7, 22, .75) 0%, rgba(6, 7, 22, .48) 40%, rgba(6, 7, 22, .04) 78%) !important;
}
.latest-project-card__result,
.latest-project-card__tags {
  display: none !important;
}
.latest-project-card__content {
  left: clamp(22px, 2.4vw, 30px) !important;
  right: 86px !important;
  bottom: clamp(20px, 2.2vw, 28px) !important;
  width: auto !important;
  max-width: 510px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}
.latest-project-card__content p {
  margin: 0 0 8px !important;
  color: #b78cff !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  line-height: 1.15 !important;
  letter-spacing: .01em !important;
  text-shadow: 0 10px 24px rgba(0,0,0,.35) !important;
}
.latest-project-card--pink .latest-project-card__content p { color: #ff76ce !important; }
.latest-project-card--orange .latest-project-card__content p { color: #ff9b45 !important; }
.latest-project-card--blue .latest-project-card__content p { color: #9fafff !important; }
.latest-project-card__content h3 {
  max-width: 460px !important;
  margin: 0 !important;
  color: #fff !important;
  font-size: clamp(21px, 1.7vw, 27px) !important;
  line-height: 1.08 !important;
  font-weight: 900 !important;
  text-shadow: 0 16px 34px rgba(0,0,0,.48) !important;
}
.latest-project-card__desc {
  max-width: 440px !important;
  margin-top: 9px !important;
  color: rgba(255,255,255,.88) !important;
  font-size: clamp(12px, .95vw, 14px) !important;
  line-height: 1.5 !important;
  font-weight: 650 !important;
  text-shadow: 0 12px 26px rgba(0,0,0,.44) !important;
}
.latest-project-card__arrow {
  right: 24px !important;
  bottom: 24px !important;
  top: auto !important;
  width: 50px !important;
  height: 50px !important;
  color: #6C35FF !important;
  background: rgba(255,255,255,.96) !important;
  box-shadow: 0 14px 30px rgba(0,0,0,.2), inset 0 1px 0 rgba(255,255,255,.95) !important;
}
.latest-project-card--pink .latest-project-card__arrow { color: #FF7A45 !important; }
.latest-project-card--orange .latest-project-card__arrow { color: #FF7A45 !important; }
.latest-project-card:hover,
.latest-project-card:focus-visible,
.latest-projects-section.is-visible .latest-project-card:hover,
.latest-projects-section.is-visible .latest-project-card:focus-visible {
  filter: none !important;
  transform: translate3d(var(--lp-stack-x, 0px), -5px, 0) scale(1.008) !important;
  border-color: rgba(255,255,255,.92) !important;
  box-shadow: 0 30px 74px rgba(63, 43, 150, .24), 0 12px 30px rgba(6, 182, 212, ) !important;
}
.latest-project-card:hover .latest-project-card__arrow,
.latest-project-card:focus-visible .latest-project-card__arrow {
  color: #fff !important;
  background: linear-gradient(135deg, #6C35FF 0%, #FF7A45 52%, #FF7A45 100%) !important;
  transform: translate3d(4px, -4px, 0) rotate(8deg) !important;
}
@media (max-width: 1180px) {
  .latest-projects__list {
    width: 100%;
    margin: 0;
  }
  .latest-project-card {
    min-height: clamp(270px, 42vw, 330px) !important;
    border-radius: 20px !important;
  }
}
@media (max-width: 767px) {
  .latest-project-card {
    min-height: 315px !important;
    border-radius: 18px !important;
  }
  .latest-project-card__content {
    left: 18px !important;
    right: 74px !important;
    bottom: 20px !important;
  }
  .latest-project-card__content h3 {
    font-size: clamp(20px, 6.2vw, 25px) !important;
  }
  .latest-project-card__desc {
    font-size: 12px !important;
  }
  .latest-project-card__arrow {
    width: 46px !important;
    height: 46px !important;
    right: 18px !important;
    bottom: 20px !important;
  }
}
/* End latest projects reference image-led cards v7 */
/* Latest projects no bleed opaque stack v8 */
.latest-project-card {
  isolation: isolate !important;
  contain: paint !important;
  background: #070814 !important;
  opacity: 1 !important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.latest-project-card__image,
.latest-project-card__shade,
.latest-project-card__content,
.latest-project-card__arrow {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.latest-project-card__image {
  z-index: 0 !important;
  opacity: 1 !important;
}
.latest-project-card__shade {
  z-index: 1 !important;
  background:
    linear-gradient(180deg, rgba(3,4,12,.1) 0%, rgba(3,4,12,.18) 28%, rgba(3,4,12,.92) 100%),
    linear-gradient(90deg, rgba(3,4,12,.86) 0%, rgba(3,4,12,.62) 42%, rgba(3,4,12,.18) 76%, rgba(3,4,12,.08) 100%) !important;
}
.latest-project-card__content {
  z-index: 4 !important;
  padding: 16px 18px 17px !important;
  margin-left: -18px !important;
  margin-bottom: -13px !important;
  border-radius: 16px !important;
  background: linear-gradient(135deg, rgba(4,5,15,.94), rgba(13,9,31,.82)) !important;
  box-shadow: 0 18px 42px rgba(0,0,0,.28) !important;
}
.latest-project-card__content p,
.latest-project-card__content h3,
.latest-project-card__desc {
  position: relative;
  z-index: 2;
}
.latest-project-card__arrow {
  z-index: 5 !important;
}
@media (min-width: 1181px) {
  .latest-project-card:not(:last-child) {
    box-shadow: 0 24px 54px rgba(38,25,112,.2), 0 0 0 1px rgba(255,255,255,.7) !important;
  }
}
/* End latest projects no bleed opaque stack v8 */
/* Latest projects glass heading and lighter cards v9 */
.latest-projects__intro h2 {
  display: inline-block;
  max-width: 590px !important;
  margin: 0 0 0 -18px !important;
  padding: clamp(18px, 2vw, 26px) clamp(18px, 2.4vw, 30px) clamp(20px, 2.2vw, 28px) !important;
  border-radius: 28px;
  line-height: 1.04 !important;
  background: linear-gradient(135deg, rgba(255,255,255,.78), rgba(255,255,255,.42)) !important;
  border: 1px solid rgba(135,96,255,.16);
  box-shadow: 0 24px 70px rgba(98,70,190,.1), inset 0 1px 0 rgba(255,255,255,.8);
  backdrop-filter: blur(24px) saturate(1.08);
}
.latest-projects__intro h2 span {
  line-height: 1.02 !important;
  margin: .015em 0 .02em !important;
}
.latest-project-card {
  background: #171327 !important;
  border-color: rgba(255,255,255,.7) !important;
}
.latest-project-card__image {
  filter: saturate(1.18) contrast(1.03) brightness(1.02) !important;
}
.latest-project-card:hover .latest-project-card__image,
.latest-project-card:focus-visible .latest-project-card__image {
  filter: saturate(1.22) contrast(1.05) brightness(1.06) !important;
}
.latest-project-card__shade {
  background:
    linear-gradient(180deg, rgba(12,10,28,.02) 0%, rgba(12,10,28,.08) 34%, rgba(12,10,28,.58) 100%),
    linear-gradient(90deg, rgba(12,10,28,.58) 0%, rgba(12,10,28,.34) 40%, rgba(12,10,28,.08) 76%, rgba(12,10,28,.02) 100%) !important;
}
.latest-project-card__content {
  background: linear-gradient(135deg, rgba(255,255,255,.18), rgba(18,12,38,.68) 32%, rgba(12,10,28,.72)) !important;
  border: 1px solid rgba(255,255,255,.2) !important;
  box-shadow: 0 18px 44px rgba(10,8,28,.22), inset 0 1px 0 rgba(255,255,255,.18) !important;
}
.latest-project-card__content h3,
.latest-project-card__desc,
.latest-project-card__content p {
  text-shadow: 0 12px 24px rgba(0,0,0,.4) !important;
}
.latest-projects__decor {
  width: min(320px, 72%) !important;
  opacity: .9;
  filter: drop-shadow(0 26px 46px rgba(37, 99, 235, .13)) !important;
}
.latest-projects__decor::before,
.latest-projects__decor::after,
.latest-projects__decor span {
  inset: 18% !important;
  border-width: 1.5px !important;
  border-color: rgba(255,255,255,.74) !important;
  background: radial-gradient(circle at 36% 28%, rgba(255,255,255,.7), rgba(191,160,255,.11) 42%, rgba(255,255,255,0) 66%) !important;
  box-shadow: inset 0 0 22px rgba(255,255,255,.72), 0 0 22px rgba(37, 99, 235, .08) !important;
}
.latest-projects__decor::before { transform: rotateX(70deg) rotateZ(18deg) !important; }
.latest-projects__decor::after { transform: rotateX(68deg) rotateY(66deg) rotateZ(-22deg) !important; border-color: rgba(6, 182, 212, ) !important; }
.latest-projects__decor span:nth-child(1) { transform: rotateX(72deg) rotateY(-46deg) rotateZ(38deg) !important; border-color: rgba(37, 99, 235, .28) !important; }
.latest-projects__decor span:nth-child(2) { transform: rotateX(74deg) rotateY(24deg) rotateZ(76deg) !important; border-color: rgba(14, 165, 233, .28) !important; }
.latest-projects__decor span:nth-child(3) {
  inset: 32% !important;
  border-radius: 50% !important;
  background: radial-gradient(circle at 34% 24%, rgba(255,255,255,.9), rgba(164,127,255,.28) 46%, rgba(6, 182, 212, ) 78%) !important;
  border: 1px solid rgba(255,255,255,.58) !important;
  box-shadow: 0 18px 42px rgba(37, 99, 235, .14), inset 0 0 26px rgba(255,255,255,.82) !important;
  transform: none !important;
}
@media (max-width: 767px) {
  .latest-projects__intro h2 {
    margin-left: 0 !important;
    padding: 16px 18px 18px !important;
    border-radius: 22px;
    line-height: 1.06 !important;
  }
}
/* End latest projects glass heading and lighter cards v9 */
/* Latest projects heading plain reset v10 */
.latest-projects__intro h2 {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  line-height: 1.02 !important;
  max-width: 560px !important;
}
.latest-projects__intro h2 span {
  display: inline !important;
  line-height: 1.02 !important;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .latest-projects__intro h2 {
    line-height: 1.06 !important;
  }
  .latest-projects__intro h2 span {
    line-height: 1.06 !important;
  }
}
/* End latest projects heading plain reset v10 */
/* Latest projects heading fixed three lines v11 */
.latest-projects__intro h2 {
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
  max-width: 620px !important;
  line-height: 1.02 !important;
}
.latest-projects__heading-line {
  display: block !important;
  white-space: nowrap !important;
  line-height: 1.02 !important;
  margin: 0 !important;
}
.latest-projects__heading-line--accent {
  color: transparent !important;
  background: linear-gradient(90deg, #6C35FF 0%, #6C3BFF 44%, #FF7A45 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
}
@media (max-width: 767px) {
  .latest-projects__intro h2 {
    max-width: 100% !important;
    font-size: clamp(34px, 9.4vw, 46px) !important;
    line-height: 1.06 !important;
  }
  .latest-projects__heading-line {
    line-height: 1.06 !important;
  }
}
/* End latest projects heading fixed three lines v11 */
/* Latest projects restore original heading v12 */
.latest-projects__intro h2 {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  max-width: 560px !important;
  line-height: 1.02 !important;
  white-space: normal !important;
}
.latest-projects__intro h2 > span:not(.latest-projects__heading-line) {
  display: inline !important;
  margin: 0 !important;
  line-height: inherit !important;
}
.latest-projects__heading-line {
  display: inline !important;
  white-space: normal !important;
}
@media (max-width: 767px) {
  .latest-projects__intro h2 {
    font-size: clamp(38px, 11vw, 50px) !important;
    line-height: 1.06 !important;
  }
}
/* End latest projects restore original heading v12 */
/* Latest projects plain br heading v13 */
.latest-projects__intro h2 {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
  line-height: 1.02 !important;
  max-width: 560px !important;
}
.latest-projects__intro h2 span {
  display: inline !important;
}
/* End latest projects plain br heading v13 */
/* Latest projects restored gradient heading v14 */
.iq-projects-section .iq-projects-copy h2 {
  display: block !important;
  width: auto !important;
  max-width: 620px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  color: #090b1f !important;
  line-height: .98 !important;
}
.iq-projects-section .iq-projects-copy h2 span {
  display: inline-block !important;
  background: linear-gradient(90deg, #6C35FF 0%, #6C3BFF 42%, #FF7A45 70%, #FF7A45 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
}




/* Hero sculpture safety restore v6 */
.nv-ai-hero__sculpture {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}
.iq-ai-sculpture__fallback {
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
}
.iq-ai-sculpture.is-webgl .iq-ai-sculpture__fallback {
  opacity: .28 !important;
}
.iq-ai-sculpture__canvas,
.iq-ai-sculpture__canvas canvas {
  opacity: 1 !important;
  visibility: visible !important;
}
/* Hide Why Choose bottom contact pill per section direction v1 */
.why-choose-section .why-choose__contact{display:none!important}
/* Hero avatar media + premium stats icon polish v1 */
.iq-automation-hero .nv-ai-hero__avatars img{
  object-fit:cover!important;
  object-position:center!important;
  background:#fff!important;
  filter:saturate(1.05) contrast(1.02)!important;
  transition:transform .28s cubic-bezier(.22,1,.36,1), box-shadow .28s ease!important;
  box-shadow:0 13px 28px rgba(35,28,82,.16),0 0 0 1px rgba(255,255,255,.72)!important;
}
.iq-automation-hero .nv-ai-hero__avatars img:hover{transform:translateY(-3px) scale(1.04)!important;z-index:5!important}
.iq-automation-hero .nv-ai-hero__avatar-more{background:linear-gradient(135deg,#7138ff 0%,#9b5cff 48%,#ec5cd8 100%)!important;box-shadow:0 15px 34px rgba(113,56,255,.28),inset 0 1px 0 rgba(255,255,255,.38)!important}
.iq-automation-hero .nv-ai-hero__stats{align-items:center!important;background:linear-gradient(135deg,rgba(255,255,255,.9),rgba(255,255,255,.7))!important;border-color:rgba(179,157,255,.28)!important;box-shadow:0 26px 76px rgba(77,53,145,.13),inset 0 1px 0 rgba(255,255,255,.98)!important}
.iq-automation-hero .nv-ai-hero__stat-icon{position:relative!important;width:46px!important;height:46px!important;border-radius:50%!important;background:radial-gradient(circle at 32% 26%,rgba(255,255,255,.98) 0 13%,rgba(255,255,255,.55) 14% 25%,transparent 26%),linear-gradient(145deg,#7138ff 0%,#8b45ff 48%,#ec5cd8 100%)!important;box-shadow:0 16px 34px rgba(113,56,255,.24),inset 0 1px 0 rgba(255,255,255,.72),inset -8px -10px 18px rgba(55,27,160,.18)!important;overflow:hidden!important;flex:none!important;transition:transform .3s cubic-bezier(.22,1,.36,1),box-shadow .3s ease!important}
.iq-automation-hero .nv-ai-hero__stat-icon:before{content:""!important;position:absolute!important;left:50%!important;top:50%!important;width:22px!important;height:22px!important;transform:translate(-50%,-50%)!important;background:#fff!important;filter:drop-shadow(0 3px 5px rgba(55,27,160,.22))!important;-webkit-mask:var(--nv-stat-icon) center/contain no-repeat!important;mask:var(--nv-stat-icon) center/contain no-repeat!important}
.iq-automation-hero .nv-ai-hero__stat:nth-child(1) .nv-ai-hero__stat-icon{background:radial-gradient(circle at 32% 26%,rgba(255,255,255,.98) 0 13%,rgba(255,255,255,.55) 14% 25%,transparent 26%),linear-gradient(145deg,#7138ff,#9b5cff 55%,#ff8a3d)!important;--nv-stat-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 3h10a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2zm2 4h6v2H9V7zm0 4h8v2H9v-2zm0 4h5v2H9v-2z'/%3E%3C/svg%3E")}
.iq-automation-hero .nv-ai-hero__stat:nth-child(2) .nv-ai-hero__stat-icon{background:radial-gradient(circle at 32% 26%,rgba(255,255,255,.98) 0 13%,rgba(255,255,255,.55) 14% 25%,transparent 26%),linear-gradient(145deg,#9b5cff,#ec5cd8 54%,#7138ff)!important;--nv-stat-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 21a9 9 0 1 1 0-18 9 9 0 0 1 0 18zm-4-9h2V9H8v3zm6 0h2V9h-2v3zm-6.2 3.2C8.9 17 10.4 18 12 18s3.1-1 4.2-2.8l-1.7-1c-.7 1.1-1.5 1.8-2.5 1.8s-1.8-.7-2.5-1.8l-1.7 1z'/%3E%3C/svg%3E")}
.iq-automation-hero .nv-ai-hero__stat:nth-child(3) .nv-ai-hero__stat-icon{background:radial-gradient(circle at 32% 26%,rgba(255,255,255,.98) 0 13%,rgba(255,255,255,.55) 14% 25%,transparent 26%),linear-gradient(145deg,#6c35ff,#7138ff 52%,#ec5cd8)!important;--nv-stat-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a9 9 0 0 1 9 9v4a3 3 0 0 1-3 3h-2v-7h3a7 7 0 0 0-14 0h3v7H6a3 3 0 0 1-3-3v-4a9 9 0 0 1 9-9zm-1 18h4v2h-4a4 4 0 0 1-4-4h2a2 2 0 0 0 2 2z'/%3E%3C/svg%3E")}
.iq-automation-hero .nv-ai-hero__stat:nth-child(4) .nv-ai-hero__stat-icon{background:radial-gradient(circle at 32% 26%,rgba(255,255,255,.98) 0 13%,rgba(255,255,255,.55) 14% 25%,transparent 26%),linear-gradient(145deg,#7138ff,#9b5cff 45%,#ff8a3d)!important;--nv-stat-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 21a9 9 0 1 1 0-18 9 9 0 0 1 0 18zm0-2c.8-1 1.4-2.1 1.7-3H10.3c.3.9.9 2 1.7 3zm2.2-5c.2-1.3.2-2.7 0-4H9.8a13 13 0 0 0 0 4h4.4zm2.1 2a13 13 0 0 1-.7 1.7A7.1 7.1 0 0 0 18 16h-1.7zm-8.6 0H6a7.1 7.1 0 0 0 2.4 1.7A13 13 0 0 1 7.7 16zM18.8 14a7 7 0 0 0 0-4h-2.6a15 15 0 0 1 0 4h2.6zM7.8 14a15 15 0 0 1 0-4H5.2a7 7 0 0 0 0 4h2.6zm2.5-6h3.4A9.3 9.3 0 0 0 12 5c-.8 1-1.4 2.1-1.7 3zm5.3-1.7c.3.5.5 1.1.7 1.7H18a7.1 7.1 0 0 0-2.4-1.7zM6 8h1.7c.2-.6.4-1.2.7-1.7A7.1 7.1 0 0 0 6 8z'/%3E%3C/svg%3E")}
.iq-automation-hero .nv-ai-hero__stat:hover .nv-ai-hero__stat-icon{transform:translateY(-3px) rotate(-4deg) scale(1.04)!important;box-shadow:0 20px 42px rgba(113,56,255,.3),0 0 24px rgba(236,92,216,.16),inset 0 1px 0 rgba(255,255,255,.78)!important}
@media (max-width:767px){.iq-automation-hero .nv-ai-hero__stat-icon{width:38px!important;height:38px!important}.iq-automation-hero .nv-ai-hero__stat-icon:before{width:19px!important;height:19px!important}}
/* End hero avatar media + premium stats icon polish v1 */

/* About section AI core color polish v1 */
.agency-about-section .agency-ai-core{
  isolation:isolate!important;
  background:
    radial-gradient(circle at 30% 22%,rgba(255,255,255,.92) 0 8%,rgba(255,255,255,.28) 9% 18%,transparent 19%),
    linear-gradient(135deg,#6C35FF 0%,#B441DC 42%,#EF5D9A 68%,#FF8A3D 100%)!important;
  border:1px solid rgba(255,255,255,.72)!important;
  box-shadow:
    0 28px 72px rgba(113,56,255,.26),
    0 12px 34px rgba(255,138,61,.18),
    inset 0 1px 0 rgba(255,255,255,.72),
    inset -16px -18px 36px rgba(62,31,160,.18)!important;
  filter:saturate(1.12) contrast(1.04)!important;
}
.agency-about-section .agency-ai-core:before{
  content:""!important;
  position:absolute!important;
  inset:-12px!important;
  z-index:-1!important;
  border-radius:inherit!important;
  background:linear-gradient(135deg,rgba(113,56,255,.34),rgba(239,93,154,.22),rgba(255,138,61,.18))!important;
  filter:blur(18px)!important;
  opacity:.78!important;
  animation:agency-ai-core-glow 4.8s ease-in-out infinite!important;
}
.agency-about-section .agency-ai-core:after{
  content:""!important;
  position:absolute!important;
  inset:10px 12px auto!important;
  height:34%!important;
  border-radius:22px 22px 16px 16px!important;
  background:linear-gradient(180deg,rgba(255,255,255,.38),rgba(255,255,255,0))!important;
  pointer-events:none!important;
}
.agency-about-section .agency-ai-core span{
  position:relative!important;
  z-index:2!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  text-shadow:0 3px 14px rgba(26,14,70,.32),0 0 18px rgba(255,255,255,.42)!important;
}
.agency-about-section .agency-ai-core i{
  background:linear-gradient(90deg,rgba(113,56,255,.2),rgba(255,138,61,.58),rgba(113,56,255,.18))!important;
  box-shadow:0 0 22px rgba(255,138,61,.3)!important;
}
.agency-about-section .agency-ai-core b{
  border-color:rgba(255,138,61,.72)!important;
  box-shadow:0 0 24px rgba(255,138,61,.28)!important;
}
@keyframes agency-ai-core-glow{
  0%,100%{opacity:.58;transform:scale(.94) rotate(-2deg)}
  50%{opacity:.9;transform:scale(1.05) rotate(2deg)}
}
/* End about section AI core color polish v1 */

/* Clean hero stat icon shine dots + remove projects atom decor v1 */
.iq-automation-hero .nv-ai-hero__stat-icon{
  background:linear-gradient(145deg,#7138ff 0%,#8b45ff 48%,#ec5cd8 100%)!important;
}
.iq-automation-hero .nv-ai-hero__stat:nth-child(1) .nv-ai-hero__stat-icon{background:linear-gradient(145deg,#7138ff,#9b5cff 55%,#ff8a3d)!important}
.iq-automation-hero .nv-ai-hero__stat:nth-child(2) .nv-ai-hero__stat-icon{background:linear-gradient(145deg,#9b5cff,#ec5cd8 54%,#7138ff)!important}
.iq-automation-hero .nv-ai-hero__stat:nth-child(3) .nv-ai-hero__stat-icon{background:linear-gradient(145deg,#6c35ff,#7138ff 52%,#ec5cd8)!important}
.iq-automation-hero .nv-ai-hero__stat:nth-child(4) .nv-ai-hero__stat-icon{background:linear-gradient(145deg,#7138ff,#9b5cff 45%,#ff8a3d)!important}
.latest-projects-section .latest-projects__decor,
.latest-projects-section .latest-projects__decor::before,
.latest-projects-section .latest-projects__decor::after,
.latest-projects-section .latest-projects__decor span{
  display:none!important;
  opacity:0!important;
  visibility:hidden!important;
}
/* End clean hero stat icon shine dots + remove projects atom decor v1 */

/* Hero stats icons remove border-line polish v2 */
.iq-automation-hero .nv-ai-hero__stat-icon,
.nv-ai-hero .nv-ai-hero__stat-icon{
  border:0!important;
  outline:0!important;
  box-shadow:0 15px 32px rgba(113,56,255,.23)!important;
}
.iq-automation-hero .nv-ai-hero__stat-icon:after,
.nv-ai-hero .nv-ai-hero__stat-icon:after{
  display:none!important;
  content:none!important;
}
.iq-automation-hero .nv-ai-hero__stat:hover .nv-ai-hero__stat-icon,
.nv-ai-hero .nv-ai-hero__stat:hover .nv-ai-hero__stat-icon{
  box-shadow:0 18px 38px rgba(113,56,255,.28),0 0 18px rgba(236,92,216,.12)!important;
}
/* End hero stats icons remove border-line polish v2 */

/* Codex premium full-width AI feature panel start */
/* Premium full-width feature panel refinement for the AI ecosystem section. */
.agency-about-section--premium .agency-about-section__feature-panel {
  width: min(1320px, calc(100vw - 96px)) !important;
  min-height: 300px !important;
  margin: -34px auto 0 !important;
  padding: clamp(38px, 4vw, 58px) clamp(34px, 4.6vw, 70px) !important;
  align-items: stretch !important;
  gap: 0 !important;
  border-radius: 34px !important;
  border: 1px solid transparent !important;
  background:
    linear-gradient(135deg, rgba(255,255,255,.94), rgba(255,255,255,.72)) padding-box,
    linear-gradient(120deg, rgba(109,40,217,.24), rgba(236,72,153,.18), rgba(251,146,60,.18)) border-box !important;
  box-shadow:
    0 34px 96px rgba(76, 29, 149, .13),
    0 18px 46px rgba(236, 72, 153, .055),
    inset 0 1px 0 rgba(255,255,255,.96) !important;
  backdrop-filter: blur(30px) saturate(1.18) !important;
  -webkit-backdrop-filter: blur(30px) saturate(1.18) !important;
}

.agency-about-section--premium .agency-about-section__feature-panel::before {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: -1;
  border-radius: inherit;
  background:
    radial-gradient(circle at 16% 8%, rgba(109,40,217,.12), transparent 30%),
    radial-gradient(circle at 50% 18%, rgba(236,72,153,.09), transparent 28%),
    radial-gradient(circle at 86% 10%, rgba(251,146,60,.09), transparent 28%);
  pointer-events: none;
}

.agency-about-section--premium .agency-about-feature {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  min-height: 220px !important;
  padding: 0 clamp(28px, 3vw, 52px) !important;
  border-radius: 24px !important;
}

.agency-about-section--premium .agency-about-feature:hover {
  transform: translateY(-8px) !important;
  background: rgba(255,255,255,.46) !important;
  box-shadow: 0 22px 54px rgba(76,29,149,.09) !important;
}

.agency-about-section--premium .agency-about-feature + .agency-about-feature {
  border-left: 1px solid rgba(109,40,217,.16) !important;
}

.agency-about-section--premium .agency-about-feature__icon {
  width: 96px !important;
  height: 96px !important;
  margin: 0 auto 26px !important;
  background:
    radial-gradient(circle at 34% 24%, rgba(255,255,255,.92), rgba(255,255,255,.18) 38%, transparent 39%),
    linear-gradient(145deg, rgba(109,40,217,.12), rgba(236,72,153,.07)) !important;
  box-shadow:
    0 22px 46px rgba(109,40,217,.14),
    inset 0 1px 0 rgba(255,255,255,.9) !important;
}

.agency-about-section--premium .agency-about-feature--2 .agency-about-feature__icon {
  background:
    radial-gradient(circle at 34% 24%, rgba(255,255,255,.92), rgba(255,255,255,.18) 38%, transparent 39%),
    linear-gradient(145deg, rgba(236,72,153,.12), rgba(14,165,233,.09)) !important;
  box-shadow: 0 22px 46px rgba(236,72,153,.13), inset 0 1px 0 rgba(255,255,255,.9) !important;
}

.agency-about-section--premium .agency-about-feature--3 .agency-about-feature__icon {
  background:
    radial-gradient(circle at 34% 24%, rgba(255,255,255,.92), rgba(255,255,255,.18) 38%, transparent 39%),
    linear-gradient(145deg, rgba(251,146,60,.14), rgba(236,72,153,.08)) !important;
  box-shadow: 0 22px 46px rgba(251,146,60,.13), inset 0 1px 0 rgba(255,255,255,.9) !important;
}

.agency-about-section--premium .agency-about-feature h3 {
  max-width: 300px !important;
  margin: 0 auto 14px !important;
  color: #0f172a !important;
  font-size: clamp(19px, 1.35vw, 23px) !important;
  line-height: 1.18 !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
}

.agency-about-section--premium .agency-about-feature p {
  max-width: 310px !important;
  margin: 0 auto !important;
  color: #5f6f8f !important;
  font-size: clamp(15px, 1.05vw, 17px) !important;
  line-height: 1.62 !important;
  font-weight: 650 !important;
}

@media (max-width: 1024px) {
  .agency-about-section--premium .agency-about-section__feature-panel {
    width: min(720px, calc(100vw - 48px)) !important;
    grid-template-columns: 1fr !important;
    padding: 30px !important;
  }

  .agency-about-section--premium .agency-about-feature {
    min-height: 0 !important;
    padding: 28px 20px !important;
  }

  .agency-about-section--premium .agency-about-feature + .agency-about-feature {
    border-left: 0 !important;
    border-top: 1px solid rgba(109,40,217,.14) !important;
  }
}

@media (max-width: 640px) {
  .agency-about-section--premium .agency-about-section__feature-panel {
    width: calc(100vw - 28px) !important;
    margin-top: 24px !important;
    padding: 22px !important;
    border-radius: 26px !important;
  }
}
/* Codex premium full-width AI feature panel end */
