/* Vision Media — original design, amplified. Loaded after vm2026.css. */

:root {
  --brand-blue: #118cff;
  --brand-cyan: #18d8e8;
  --brand-violet: #8053ff;
  --grad: linear-gradient(105deg, #ead4ff 0%, #c06cff 43%, #8b5cf6 76%, #178dff 112%);
  --grad-btn: linear-gradient(120deg, #c66bff 0%, #9144ff 50%, #6548f4 78%, #168cff 125%);
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

::selection {
  color: #fff;
  background: rgba(128, 83, 255, .75);
}

/* Brand/nav ------------------------------------------------------------ */

.nav {
  position: relative;
  isolation: isolate;
  background:
    linear-gradient(90deg, rgba(13, 7, 31, .93), rgba(4, 4, 25, .9) 58%, rgba(3, 8, 31, .92));
  border-bottom-color: rgba(161, 118, 255, .2);
  box-shadow: 0 20px 55px -25px rgba(0, 0, 0, .92), 0 1px 22px -15px rgba(137, 86, 255, .8);
}

.nav::before {
  content: "";
  position: absolute;
  inset-inline: 0;
  bottom: -1px;
  height: 1px;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(90deg, transparent 4%, rgba(198, 107, 255, .5) 28%, rgba(128, 83, 255, .65) 52%, rgba(24, 216, 232, .25) 78%, transparent 96%);
}

.nav-outer.scrolled .nav {
  height: 70px;
  background: linear-gradient(90deg, rgba(11, 6, 28, .98), rgba(3, 4, 23, .97), rgba(2, 9, 29, .97));
  box-shadow: 0 25px 65px -28px rgba(0, 0, 0, .98), 0 1px 30px -16px rgba(105, 72, 245, .9);
}

.nav-logo {
  gap: 8px;
  text-shadow: 0 5px 22px rgba(102, 74, 224, .32);
}

.nav-logo .vmark {
  width: 68px;
  height: 38px;
  object-fit: cover;
  border-radius: 9px;
  filter: saturate(1.12) contrast(1.04) drop-shadow(0 5px 17px rgba(24, 140, 255, .36));
}

.nav-links a.active::after {
  background: linear-gradient(90deg, #c66bff, #8053ff 68%, #20cde5);
}

.btn-primary {
  position: relative;
  overflow: hidden;
}

.btn-primary::after {
  content: "";
  position: absolute;
  top: -70%;
  bottom: -70%;
  left: -30%;
  width: 22%;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .42), transparent);
  transform: skewX(-24deg);
  animation: visionSheen 5.8s ease-in-out infinite;
}

/* Original atmosphere, with restrained new-brand highlights. */
.fx::before {
  background:
    radial-gradient(880px 620px at 106% 0%, rgba(124, 58, 237, .34), transparent 62%),
    radial-gradient(780px 520px at -8% 2%, rgba(125, 54, 220, .24), transparent 63%),
    radial-gradient(640px 480px at 102% 16%, rgba(17, 140, 255, .12), transparent 64%),
    radial-gradient(760px 560px at -8% 30%, rgba(124, 58, 237, .18), transparent 62%),
    radial-gradient(720px 520px at 105% 45%, rgba(117, 50, 219, .18), transparent 62%),
    radial-gradient(620px 460px at -4% 61%, rgba(24, 216, 232, .065), transparent 66%),
    radial-gradient(780px 580px at 105% 76%, rgba(124, 58, 237, .18), transparent 64%),
    radial-gradient(900px 520px at 50% 100%, rgba(124, 58, 237, .16), transparent 67%);
}

/* Cards --------------------------------------------------------------- */

.card,
.svc-mini {
  isolation: isolate;
}

.card {
  background:
    radial-gradient(100% 120% at 100% 0%, rgba(114, 62, 226, .13), transparent 47%),
    radial-gradient(80% 100% at 0 100%, rgba(22, 126, 255, .045), transparent 55%),
    var(--card);
  border-color: rgba(172, 130, 255, .21);
  box-shadow: 0 28px 72px -29px rgba(0, 0, 0, .86), inset 0 1px rgba(255, 255, 255, .045);
}

.card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  pointer-events: none;
  background-image: radial-gradient(rgba(200, 175, 255, .22) .7px, transparent .9px);
  background-size: 15px 15px;
  opacity: .055;
  -webkit-mask: linear-gradient(110deg, #000, transparent 44%);
  mask: linear-gradient(110deg, #000, transparent 44%);
}

.card:hover {
  border-color: rgba(187, 139, 255, .5);
  box-shadow: 0 34px 82px -28px rgba(86, 32, 180, .6), 0 4px 20px rgba(0, 0, 0, .44), inset 0 1px rgba(255, 255, 255, .07);
}

/* Hero — same composition, more scale and depth ---------------------- */

#hero {
  overflow: clip;
  padding-bottom: 54px;
}

#hero .wrap {
  max-width: 1600px;
}

.hero-grid {
  grid-template-columns: minmax(390px, 1fr) minmax(650px, 1.72fr);
  gap: clamp(10px, 2vw, 30px);
}

.hero-h1 {
  text-shadow: 0 28px 70px rgba(0, 0, 0, .48);
}

.hero-h1 .g {
  filter: drop-shadow(0 8px 30px rgba(148, 66, 255, .55)) drop-shadow(0 2px 22px rgba(22, 140, 255, .15));
}

.hero-eyebrow {
  color: #c6a5ff;
  text-shadow: 0 5px 18px rgba(142, 83, 240, .38);
}

.hero-beam {
  background: linear-gradient(-90deg, rgba(224, 194, 255, .95), rgba(143, 75, 255, .68) 48%, rgba(24, 205, 232, .24), transparent);
}

.hero-visual {
  z-index: 1;
  min-width: 0;
}

.hero-visual picture {
  position: relative;
  z-index: 2;
  display: block;
  transform: scale(1.1);
  transform-origin: 50% 52%;
}

.hero-visual::before {
  inset: -15% -9%;
  background:
    radial-gradient(52% 52% at 49% 44%, rgba(136, 63, 246, .42), transparent 72%),
    radial-gradient(35% 38% at 66% 55%, rgba(23, 141, 255, .16), transparent 72%),
    radial-gradient(30% 35% at 34% 68%, rgba(24, 216, 232, .08), transparent 74%);
  filter: blur(13px);
}

.hero-visual::after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 4%;
  right: 4%;
  bottom: -5%;
  height: 31%;
  border-radius: 50%;
  pointer-events: none;
  background:
    linear-gradient(rgba(122, 74, 235, .17) 1px, transparent 1px),
    linear-gradient(90deg, rgba(122, 74, 235, .14) 1px, transparent 1px),
    radial-gradient(ellipse, rgba(125, 60, 235, .3), transparent 67%);
  background-size: 34px 21px, 34px 21px, auto;
  transform: perspective(240px) rotateX(64deg);
  filter: blur(.3px);
  opacity: .72;
  -webkit-mask: radial-gradient(ellipse, #000 22%, transparent 72%);
  mask: radial-gradient(ellipse, #000 22%, transparent 72%);
}

.hero-visual img {
  filter: saturate(1.08) contrast(1.035) drop-shadow(0 34px 46px rgba(0, 0, 0, .38));
}

.hero-socials .soc {
  box-shadow: 0 13px 32px -10px rgba(0, 0, 0, .74), 0 0 0 3px rgba(255, 255, 255, .06), 0 0 28px -13px rgba(129, 77, 238, .75);
}

.soc-link {
  position: relative;
  cursor: pointer;
  text-decoration: none;
}

.soc-link::before {
  content: "";
  position: absolute;
  inset: -6px;
  border: 1px solid rgba(183, 137, 255, .5);
  border-radius: inherit;
  opacity: 0;
  transform: scale(.86);
  transition: opacity .25s ease, transform .25s ease;
  pointer-events: none;
}

.soc-link:hover::before,
.soc-link:focus-visible::before {
  opacity: 1;
  transform: scale(1);
}

.hero-socials > .soc:not(a) {
  opacity: .72;
}

/* Five original mini cards, with larger art --------------------------- */

.svc-row {
  gap: 16px;
  margin-top: 36px;
}

.svc-mini {
  min-height: 202px;
  padding-top: 14px;
  background:
    radial-gradient(80% 72% at 50% 12%, rgba(153, 72, 242, .25), transparent 68%),
    radial-gradient(130% 95% at 50% -12%, #3f1a5e 0%, #150d33 55%, #070520 100%);
  box-shadow: 0 24px 55px -28px rgba(0, 0, 0, .92), inset 0 1px rgba(255, 255, 255, .045);
}

.svc-mini::before {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(120deg, rgba(255, 255, 255, .045), transparent 35%);
  pointer-events: none;
}

.svc-mini:nth-child(1),
.svc-mini:nth-child(2) {
  background:
    radial-gradient(72% 70% at 50% 10%, rgba(28, 126, 255, .13), transparent 67%),
    radial-gradient(130% 95% at 50% -12%, #3a1b62 0%, #140d34 57%, #070520 100%);
}

.svc-mini img {
  height: 102px;
  max-width: 86%;
  object-fit: contain;
  margin-bottom: 8px;
  filter: drop-shadow(0 14px 25px rgba(82, 28, 178, .68));
  transition: transform .32s ease, filter .32s ease;
}

.svc-mini:hover img {
  transform: translateY(-6px) scale(1.08);
  filter: drop-shadow(0 20px 31px rgba(112, 42, 224, .78));
}

/* Services and process ------------------------------------------------ */

.svc-card {
  min-height: 238px;
  padding-inline-end: 20px;
}

.svc-card .art {
  flex-basis: 53%;
}

.svc-card .art::before {
  content: "";
  position: absolute;
  inset: 14% 8%;
  z-index: -1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(139, 66, 239, .25), transparent 68%);
  filter: blur(14px);
}

.svc-card .art img {
  transform: scale(1.08);
  transform-origin: center;
  filter: saturate(1.08) drop-shadow(0 18px 29px rgba(0, 0, 0, .5));
  transition: transform .34s ease, filter .34s ease;
}

.svc-card:hover .art img {
  transform: translateY(-5px) scale(1.14);
  filter: saturate(1.13) drop-shadow(0 23px 34px rgba(75, 23, 161, .55));
}

.process {
  overflow: hidden;
  background:
    linear-gradient(rgba(161, 119, 255, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(161, 119, 255, .035) 1px, transparent 1px),
    radial-gradient(75% 115% at 50% 115%, rgba(113, 47, 218, .22), transparent 66%),
    var(--card);
  background-size: 26px 26px, 26px 26px, auto, auto;
}

.process::after {
  content: "";
  position: absolute;
  left: -20%;
  right: -20%;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #9b50ff 36%, #f1d7ff 50%, #237fff 65%, transparent);
  box-shadow: 0 0 24px rgba(138, 68, 246, .9);
  animation: processBeam 5s ease-in-out infinite alternate;
}

.flow-step .fico {
  background: linear-gradient(145deg, #9349f8, #6130d1 68%, #205dcc 135%);
  box-shadow: 0 13px 30px -9px rgba(117, 55, 222, .78), inset 0 1px rgba(255, 255, 255, .27);
}

/* New image stays inside the original services section. */
.performance-showreel {
  position: relative;
  isolation: isolate;
  height: clamp(360px, 31vw, 465px);
  margin-top: 26px;
  overflow: hidden;
  border: 1px solid rgba(184, 137, 255, .38);
  border-radius: 24px;
  background: #07051b;
  box-shadow: 0 35px 80px -30px rgba(68, 21, 150, .78), inset 0 1px rgba(255, 255, 255, .08);
}

.performance-showreel::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(3, 2, 20, .82) 0%, transparent 28%, transparent 76%, rgba(3, 2, 20, .28) 100%),
    linear-gradient(0deg, rgba(3, 2, 20, .88) 0%, transparent 47%),
    linear-gradient(135deg, rgba(205, 111, 255, .08), transparent 35%, rgba(18, 139, 255, .07));
}

.performance-showreel::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .04), inset 0 -70px 100px -60px rgba(110, 50, 225, .6);
}

.performance-showreel picture,
.performance-showreel img {
  width: 100%;
  height: 100%;
}

.performance-showreel img {
  object-fit: cover;
  object-position: center;
  filter: saturate(1.05) contrast(1.04);
  transition: transform 1s cubic-bezier(.2, .7, .2, 1), filter .5s ease;
}

.performance-showreel:hover img {
  transform: scale(1.025);
  filter: saturate(1.1) contrast(1.055);
}

.performance-showreel figcaption {
  position: absolute;
  z-index: 3;
  inset-inline-start: 28px;
  bottom: 25px;
  width: min(560px, calc(100% - 56px));
  padding: 18px 20px;
  border: 1px solid rgba(187, 143, 255, .34);
  border-radius: 17px;
  background: linear-gradient(145deg, rgba(19, 10, 42, .88), rgba(6, 7, 27, .76));
  -webkit-backdrop-filter: blur(16px) saturate(130%);
  backdrop-filter: blur(16px) saturate(130%);
  box-shadow: 0 22px 55px -25px rgba(0, 0, 0, .92), inset 0 1px rgba(255, 255, 255, .09);
}

.performance-showreel figcaption > span {
  display: block;
  margin-bottom: 5px;
  color: #bda0ff;
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .14em;
  direction: ltr;
}

.performance-showreel strong {
  display: block;
  color: #fff;
  font-size: clamp(1.25rem, 2.1vw, 1.8rem);
  line-height: 1.22;
}

.showreel-tags {
  display: flex;
  gap: 7px;
  margin-top: 12px;
  flex-wrap: wrap;
  direction: ltr;
}

.showreel-tags i {
  padding: 5px 10px;
  border: 1px solid rgba(180, 137, 255, .3);
  border-radius: 999px;
  color: #d8ccef;
  background: rgba(20, 12, 45, .56);
  font-size: .72rem;
  font-style: normal;
  font-weight: 700;
}

/* Projects ------------------------------------------------------------ */

.proj-card {
  --case-rgb: 139, 92, 246;
  background:
    radial-gradient(75% 100% at 85% 10%, rgba(var(--case-rgb), .2), transparent 67%),
    var(--card);
  transition: transform .38s cubic-bezier(.2, .7, .2, 1), border-color .3s ease, box-shadow .38s ease;
}

.proj-card[data-cat="camp"] { --case-rgb: 17, 140, 255; }
.proj-card[data-cat="sites"] { --case-rgb: 24, 216, 232; }
.proj-card[data-cat="brand"] { --case-rgb: 198, 107, 255; }
.proj-card[data-cat="seo"] { --case-rgb: 153, 82, 255; }
.proj-card[data-cat="social"] { --case-rgb: 86, 112, 255; }

.proj-card::before {
  content: attr(data-case);
  position: absolute;
  left: 14px;
  top: -28px;
  z-index: 0;
  color: rgba(var(--case-rgb), .075);
  font-size: clamp(6rem, 10vw, 10.5rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -.08em;
  direction: ltr;
  pointer-events: none;
  text-shadow: 0 0 48px rgba(var(--case-rgb), .18);
  transition: opacity .3s ease, transform .5s ease;
}

.proj-card:hover {
  transform: translateY(-8px);
  border-color: rgba(var(--case-rgb), .58);
  box-shadow: 0 38px 86px -31px rgba(var(--case-rgb), .55), 0 8px 28px rgba(0, 0, 0, .48), inset 0 1px rgba(255, 255, 255, .08);
}

.proj-card:hover::before {
  opacity: 1;
  transform: translateY(8px) scale(1.035);
}

.pc-gads .artcol,
.pc-split .art,
.pc-mini .art {
  position: relative;
  isolation: isolate;
}

.pc-gads .artcol::before,
.pc-split .art::before,
.pc-mini .art::before {
  content: "";
  position: absolute;
  inset: 10% 2% 4%;
  z-index: -1;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(var(--case-rgb), .3), transparent 69%);
  filter: blur(14px);
  transform: scale(.9);
  transition: transform .4s ease, opacity .4s ease;
}

.proj-card:hover .artcol::before,
.proj-card:hover .art::before {
  transform: scale(1.08);
  opacity: 1;
}

.pc-gads .artcol {
  flex-basis: 60%;
}

.pc-gads .artcol > img {
  transform: scale(1.06);
  transform-origin: center bottom;
  filter: saturate(1.08) drop-shadow(0 19px 30px rgba(0, 0, 0, .42));
}

.pc-split .art {
  flex-basis: 59%;
}

.pc-split .art img,
.pc-mini .art img {
  filter: saturate(1.07) drop-shadow(0 16px 27px rgba(0, 0, 0, .48));
  transition: transform .35s ease, filter .35s ease;
}

.pc-split:hover .art img,
.pc-mini:hover .art img {
  transform: translateY(-5px) scale(1.05);
  filter: saturate(1.13) drop-shadow(0 22px 31px rgba(76, 25, 160, .46));
}

.metric {
  box-shadow: 0 17px 36px -15px rgba(0, 0, 0, .82), inset 0 1px rgba(255, 255, 255, .055);
}

#projects .filter {
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 1px rgba(255, 255, 255, .04), 0 12px 28px -18px rgba(0, 0, 0, .85);
}

#projects .filter.active {
  box-shadow: 0 16px 38px -15px rgba(128, 74, 230, .8), inset 0 1px rgba(255, 255, 255, .15);
}

/* Results / pricing / contact ---------------------------------------- */

.chip-link {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.chip-link:hover {
  transform: translateY(-3px);
  border-color: rgba(106, 157, 255, .52);
  box-shadow: 0 18px 38px -20px rgba(17, 140, 255, .58), inset 0 1px rgba(255, 255, 255, .07);
}

.chip-link .chip-chev {
  width: 18px;
  height: 18px;
  margin-inline-start: 4px;
  color: #b9a1eb;
  flex: 0 0 auto;
}

.g-card {
  background:
    radial-gradient(95% 90% at 100% 0%, rgba(66, 133, 244, .15), transparent 62%),
    radial-gradient(85% 100% at 0 100%, rgba(128, 83, 255, .18), transparent 64%),
    var(--card);
}

.g-card .grow .n {
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  letter-spacing: -.03em;
  direction: ltr;
}

.gproof-mark {
  width: 100%;
  margin-top: 5px;
  padding: 10px 12px;
  border: 1px solid rgba(170, 126, 255, .24);
  border-radius: 12px;
  background: rgba(9, 7, 29, .52);
}

.gproof-mark strong,
.gproof-mark span {
  display: block;
}

.gproof-mark strong {
  color: #f4efff;
  font-size: .88rem;
}

.gproof-mark span {
  margin-top: 2px;
  color: var(--muted);
  font-size: .78rem;
  line-height: 1.35;
}

.trust-actions {
  display: grid;
  width: 100%;
  gap: 8px;
  margin-top: 8px;
}

.trust-btn {
  min-height: 44px;
  display: grid;
  grid-template-columns: 28px 1fr 17px;
  align-items: center;
  gap: 9px;
  padding: 8px 10px;
  border: 1px solid rgba(174, 132, 255, .26);
  border-radius: 11px;
  color: #f7f3ff;
  background: rgba(9, 7, 28, .58);
  text-decoration: none;
  font-size: .83rem;
  font-weight: 750;
  transition: transform .22s ease, border-color .22s ease, background .22s ease;
}

.trust-btn > svg:first-child {
  width: 25px;
  height: 25px;
}

.trust-btn .trust-arrow {
  width: 16px;
  height: 16px;
  color: #aa91df;
}

.trust-btn:hover {
  transform: translateX(-3px);
  border-color: rgba(191, 150, 255, .55);
  background: rgba(25, 14, 53, .78);
}

.trust-btn.facebook {
  background: linear-gradient(110deg, rgba(24, 119, 242, .13), rgba(10, 8, 31, .65));
}

.trust-platform {
  position: relative;
  color: inherit;
  text-decoration: none;
  border-radius: 16px;
  transition: transform .25s ease, background .25s ease;
}

.trust-platform:hover {
  transform: translateY(-3px);
  background: rgba(24, 119, 242, .07);
}

.trust-platform-icon {
  width: 66px;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 20px;
  background: linear-gradient(145deg, #2c8cff, #1555d0);
  box-shadow: 0 17px 35px -13px rgba(24, 119, 242, .78), inset 0 1px rgba(255, 255, 255, .26);
}

.trust-platform-icon svg {
  width: 36px;
  height: 36px;
}

.trust-platform-arrow {
  width: 20px;
  height: 20px;
  margin-inline-start: 5px;
  color: #97bfff;
}

.why-tile {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(80% 65% at 50% 10%, rgba(136, 66, 232, .16), transparent 72%),
    linear-gradient(180deg, #0d0b29, #060a20);
}

.why-tile img {
  height: 76px;
  max-width: 82px;
  object-fit: contain;
  filter: saturate(1.08) drop-shadow(0 13px 23px rgba(90, 30, 190, .65));
}

.res-chart {
  background:
    linear-gradient(rgba(152, 103, 255, .03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(152, 103, 255, .03) 1px, transparent 1px),
    radial-gradient(80% 105% at 0 100%, rgba(111, 49, 214, .17), transparent 65%),
    var(--card);
  background-size: 24px 24px, 24px 24px, auto, auto;
}

.chart-box svg {
  filter: drop-shadow(0 10px 24px rgba(116, 65, 218, .17));
}

.price-card .part {
  height: 158px;
  margin-block: 10px 4px;
  position: relative;
}

.price-card {
  --plan-rgb: 139, 92, 246;
  background:
    radial-gradient(115% 76% at 50% -4%, rgba(var(--plan-rgb), .23), transparent 64%),
    radial-gradient(80% 75% at 0 100%, rgba(var(--plan-rgb), .075), transparent 68%),
    var(--card);
  box-shadow: 0 31px 72px -31px rgba(var(--plan-rgb), .5), inset 0 1px rgba(255, 255, 255, .05);
}

.price-card.plan-ads { --plan-rgb: 17, 140, 255; }
.price-card.plan-social { --plan-rgb: 173, 73, 255; }
.price-card.plan-web { --plan-rgb: 24, 216, 232; }
.price-card.plan-seo { --plan-rgb: 128, 83, 255; }

.price-card::before {
  content: "";
  position: absolute;
  inset-inline: 18%;
  top: 0;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(var(--plan-rgb), .95), #fff, rgba(var(--plan-rgb), .95), transparent);
  box-shadow: 0 0 23px rgba(var(--plan-rgb), .72);
}

.price-card .plan-code {
  align-self: flex-start;
  padding: 5px 9px;
  margin-bottom: 5px;
  border: 1px solid rgba(var(--plan-rgb), .32);
  border-radius: 999px;
  color: rgba(224, 212, 255, .72);
  background: rgba(var(--plan-rgb), .07);
  font-size: .66rem;
  font-weight: 800;
  letter-spacing: .1em;
  direction: ltr;
}

.price-card .price-context {
  display: block;
  margin-top: 3px;
  color: #897fa3;
  font-size: .72rem;
}

.price-card .part::after {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  bottom: 2px;
  height: 25px;
  z-index: -1;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(144, 70, 246, .38), transparent 70%);
  filter: blur(7px);
}

.price-card .part img {
  max-height: 157px;
  filter: saturate(1.08) drop-shadow(0 16px 29px rgba(75, 25, 160, .58));
  transition: transform .33s ease;
}

.price-card:hover .part img {
  transform: translateY(-5px) scale(1.045);
}

.contact-wrap {
  overflow: hidden;
  background:
    radial-gradient(68% 120% at 100% 100%, rgba(119, 51, 220, .25), transparent 68%),
    radial-gradient(45% 100% at 0 0, rgba(17, 140, 255, .065), transparent 66%),
    var(--card);
}

.contact-wrap::before {
  content: "";
  position: absolute;
  left: 3%;
  right: 3%;
  top: 0;
  height: 1px;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(198, 107, 255, .74), rgba(24, 216, 232, .32), transparent);
  box-shadow: 0 0 30px rgba(128, 83, 255, .48);
}

.contact-grid {
  align-items: stretch;
}

.presence-stage {
  min-height: 430px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(205px, .92fr);
  align-items: end;
  gap: 2px;
  direction: ltr;
}

.presence-stack {
  grid-column: 2;
  grid-row: 1;
  z-index: 3;
  align-self: center;
  display: flex;
  flex-direction: column;
  gap: 11px;
  width: 100%;
  direction: rtl;
}

.growth-console {
  position: relative;
  grid-column: 1;
  grid-row: 1;
  align-self: end;
  justify-self: center;
  display: block;
  width: min(100%, 300px);
  margin-bottom: -52px;
  filter: drop-shadow(0 32px 42px rgba(58, 18, 135, .72)) drop-shadow(0 0 34px rgba(17, 140, 255, .16));
  transform: translateX(-5px);
  transition: transform .55s cubic-bezier(.2, .7, .2, 1), filter .4s ease;
}

.growth-console::before {
  content: "";
  position: absolute;
  inset: 15% -12% 5%;
  z-index: -1;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(139, 68, 246, .3), rgba(17, 140, 255, .1) 42%, transparent 72%);
  filter: blur(24px);
}

.growth-console img {
  display: block;
  width: 100%;
  height: auto;
}

.presence-stage:hover .growth-console {
  transform: translate(-5px, -7px) scale(1.018);
  filter: drop-shadow(0 38px 48px rgba(67, 19, 155, .8)) drop-shadow(0 0 39px rgba(17, 140, 255, .22));
}

.platform-proof {
  width: 100%;
  min-height: 66px;
  display: grid;
  grid-template-columns: 42px 1fr 17px;
  gap: 10px;
  padding: 10px 11px;
  color: inherit;
  text-decoration: none;
  background: linear-gradient(115deg, rgba(19, 11, 42, .92), rgba(6, 8, 29, .8));
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.platform-proof.facebook-proof {
  border-color: rgba(47, 131, 255, .3);
  background: linear-gradient(115deg, rgba(24, 119, 242, .13), rgba(7, 8, 29, .83));
}

.platform-proof:hover {
  transform: translateX(-4px);
  border-color: rgba(188, 143, 255, .58);
  box-shadow: 0 18px 39px -21px rgba(93, 47, 196, .78), inset 0 1px rgba(255, 255, 255, .08);
}

.proof-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 10px 25px -12px rgba(255, 255, 255, .6);
}

.proof-icon svg {
  width: 25px;
  height: 25px;
}

.proof-icon.facebook {
  color: #fff;
  background: linear-gradient(145deg, #2c8cff, #1555d0);
  box-shadow: 0 12px 26px -12px rgba(24, 119, 242, .9);
}

.platform-proof .proof-arrow {
  width: 16px;
  height: 16px;
  align-self: center;
  color: #9c86cf;
}

.presence-stack .consult {
  width: 100%;
  padding: 13px 12px;
  background: linear-gradient(125deg, rgba(25, 13, 53, .92), rgba(7, 8, 27, .82));
}

.presence-stack .consult .cico {
  width: 42px;
  height: 42px;
  flex-basis: 42px;
}

.presence-stack .consult b {
  font-size: .9rem;
}

.presence-stack .consult span {
  font-size: .76rem;
}

.presence-stack .consult .btn {
  min-height: 39px;
  padding: 8px 12px;
  font-size: .78rem;
}

.cside .handset {
  height: 218px;
  filter: saturate(1.08) drop-shadow(0 20px 40px rgba(90, 30, 190, .64));
}

.notif,
.consult {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.footer {
  overflow: hidden;
  background:
    radial-gradient(60% 100% at 50% 110%, rgba(117, 55, 222, .22), transparent 68%),
    linear-gradient(180deg, transparent, rgba(20, 12, 40, .62));
}

.footer::after {
  content: "VISION";
  position: absolute;
  left: 50%;
  bottom: -10%;
  z-index: 0;
  color: rgba(194, 154, 255, .032);
  font-size: clamp(8rem, 22vw, 22rem);
  font-weight: 900;
  line-height: .75;
  letter-spacing: -.08em;
  transform: translateX(-50%);
  pointer-events: none;
  direction: ltr;
  white-space: nowrap;
  text-shadow: 0 0 90px rgba(104, 54, 204, .13);
}

.footer .wrap {
  position: relative;
  z-index: 1;
}

.fsocs a.soc {
  text-decoration: none;
}

.fsocs .soc.google {
  background: #fff;
}

.fsocs .soc.wa {
  color: #fff;
  background: linear-gradient(145deg, #32df79, #13a94e);
  box-shadow: 0 14px 31px -13px rgba(37, 211, 102, .7), inset 0 1px rgba(255, 255, 255, .28);
}

.footer::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: -1px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(198, 107, 255, .6), rgba(24, 216, 232, .18), transparent);
  box-shadow: 0 0 25px rgba(128, 70, 230, .45);
}

/* Accessibility and motion ------------------------------------------ */

:where(a, button, input, select):focus-visible {
  outline: 3px solid #d2a9ff;
  outline-offset: 4px;
  box-shadow: 0 0 0 6px rgba(128, 83, 255, .2);
}

@keyframes visionSheen {
  0%, 68% { transform: translateX(0) skewX(-24deg); opacity: 0; }
  75% { opacity: 1; }
  94%, 100% { transform: translateX(720%) skewX(-24deg); opacity: 0; }
}

@keyframes processBeam {
  from { transform: translateX(-8%); opacity: .45; }
  to { transform: translateX(8%); opacity: 1; }
}

@media (max-width: 1280px) {
  .hero-grid {
    grid-template-columns: minmax(350px, 1fr) minmax(570px, 1.58fr);
  }

  .nav-logo .vmark { width: 60px; height: 33px; }
  .svc-mini img { height: 94px; }
}

@media (max-width: 1120px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-visual picture { transform: scale(1.035); }
  .hero-visual { max-width: 760px; }
  .performance-showreel { height: 390px; }
  .nav-outer.scrolled .nav { height: 64px; }

  .presence-stage {
    width: min(100%, 760px);
    min-height: 430px;
    grid-template-columns: minmax(250px, .92fr) minmax(270px, 1.08fr);
    margin-inline: auto;
  }

  .growth-console { width: min(100%, 320px); }
  .presence-stack { width: min(100%, 330px); justify-self: center; }
}

@media (max-width: 700px) {
  .nav-logo { gap: 5px; }
  .nav-logo .vmark { width: 53px; height: 29px; border-radius: 7px; }

  #hero { padding-bottom: 42px; }
  .hero-visual picture { transform: none; }
  .hero-visual::after { bottom: -2%; opacity: .48; }

  .svc-mini { min-height: 174px; padding-top: 13px; }
  .svc-mini img { height: 78px; }

  .svc-card { min-height: 0; }
  .svc-card .art { width: 86%; }
  .svc-card .art img { transform: scale(1.04); }

  .performance-showreel {
    height: 430px;
    border-radius: 20px;
  }

  .performance-showreel img {
    object-position: 56% center;
  }

  .performance-showreel figcaption {
    inset-inline: 14px;
    bottom: 14px;
    width: auto;
    padding: 14px;
  }

  .performance-showreel strong { font-size: 1.18rem; }
  .showreel-tags i { font-size: .65rem; }

  .price-card .part { height: 150px; }
  .price-card .part img { max-height: 148px; }

  .proj-card:hover { transform: translateY(-4px); }

  .presence-stage {
    min-height: 0;
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
    direction: rtl;
  }

  .presence-stack {
    grid-column: 1;
    grid-row: 1;
    width: 100%;
    max-width: none;
  }

  .growth-console {
    grid-column: 1;
    grid-row: 2;
    width: min(88%, 310px);
    margin: -4px auto -48px;
    transform: none;
  }

  .presence-stage:hover .growth-console {
    transform: translateY(-4px) scale(1.01);
  }

  .trust-platform {
    width: 100%;
  }

  .trust-platform-icon {
    width: 58px;
    height: 58px;
    border-radius: 17px;
  }

  .footer::after { bottom: 1%; }

  .wa-float {
    width: 52px;
    height: 52px;
    bottom: 10px;
    inset-inline-start: 10px;
  }

  .wa-float svg {
    width: 28px;
    height: 28px;
  }
}

@media (max-width: 420px) {
  .nav-logo { font-size: 1.02rem; }
  .nav-logo .vmark { width: 48px; height: 26px; }
  .performance-showreel { height: 390px; }
  .showreel-tags i:last-child { display: none; }
  .growth-console { width: min(94%, 285px); }
  .platform-proof { grid-template-columns: 40px 1fr 16px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
  .reveal { opacity: 1; transform: none; }
  .performance-showreel img,
  .svc-mini img,
  .svc-card .art img,
  .price-card .part img,
  .growth-console { transform: none !important; }
}

@media (forced-colors: active) {
  .card,
  .svc-mini,
  .performance-showreel,
  .nav,
  .m-menu,
  .trust-btn,
  .platform-proof,
  .trust-platform { border: 1px solid CanvasText; }
  .btn-primary { forced-color-adjust: auto; }
}
