:root {
  --bg: #02020c;
  --panel: rgba(7, 10, 28, 0.68);
  --ink: #f8fbff;
  --muted: rgba(223, 232, 255, 0.7);
  --line: rgba(156, 135, 255, 0.2);
  --cyan: #48dfff;
  --blue: #5d8dff;
  --violet: #b34fff;
  --violet-soft: #a897ff;
  --surface-deep: rgba(5, 8, 24, 0.76);
  --header-h: 76px;
  --font-body: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-display: "Space Grotesk", "Inter", system-ui, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  color: var(--ink);
  font-family: var(--font-body);
  background: var(--bg);
  overflow: hidden;
}

html.home-doc,
html.services-doc,
html.pricing-doc,
html.work-doc,
html.about-doc,
html.contact-doc,
html.reviews-doc {
  overflow: auto;
}

body {
  min-width: 320px;
  min-height: 100svh;
  margin: 0;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(2, 2, 12, 0.78) 0%, rgba(4, 5, 18, 0.45) 48%, rgba(2, 2, 12, 0.24) 100%),
    radial-gradient(circle at 22% 76%, rgba(72, 223, 255, 0.12), transparent 30rem),
    url("./img/00/purplbg.png") center center / cover no-repeat;
}

body.home-page {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  background: #02020c;
}

body.home-page::before {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(90deg, rgba(2, 2, 12, 0.7) 0%, rgba(4, 5, 18, 0.36) 48%, rgba(2, 2, 12, 0.18) 100%),
    radial-gradient(circle at 22% 76%, rgba(72, 223, 255, 0.12), transparent 30rem),
    url("./img/00/purplbg.png") center center / cover no-repeat;
}

body.home-page main {
  position: relative;
  z-index: 1;
  padding-bottom: 0;
}

body.home-page .site-footer {
  margin-top: clamp(2px, 0.7vw, 10px);
}

body.services-page,
body.pricing-page {
  min-height: 100svh;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background: #02020c;
}

body.services-page::before,
body.services-page::after,
body.pricing-page::before,
body.pricing-page::after {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  content: "";
}

body.work-page,
body.about-page,
body.contact-page,
body.reviews-page {
  min-height: 100svh;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background: #02020c;
}

body.work-page::before,
body.work-page::after,
body.about-page::before,
body.about-page::after,
body.contact-page::before,
body.contact-page::after,
body.reviews-page::before,
body.reviews-page::after {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  content: "";
}

body.work-page::before,
body.about-page::before,
body.contact-page::before,
body.reviews-page::before {
  background:
    linear-gradient(180deg, rgba(2, 2, 12, 0.48) 0%, rgba(2, 2, 12, 0.3) 48%, rgba(5, 3, 22, 0.44) 100%),
    radial-gradient(circle at 60% 68%, rgba(82, 37, 235, 0.18), transparent 32rem),
    radial-gradient(circle at 12% 36%, rgba(72, 223, 255, 0.07), transparent 28rem),
    url("./img/00/purplbg.png") center center / cover no-repeat;
  filter: blur(7px) saturate(116%);
  opacity: 0.86;
  transform: scale(1.025);
}

body.work-page::after,
body.about-page::after,
body.contact-page::after,
body.reviews-page::after {
  background:
    linear-gradient(180deg, rgba(2, 2, 12, 0.04), rgba(2, 2, 12, 0.18) 58%, rgba(2, 2, 12, 0.03)),
    url("./img/work/circuit-bg.svg") center bottom / cover no-repeat;
  opacity: 0.48;
  mix-blend-mode: screen;
}

body.services-page::before,
body.pricing-page::before {
  background: url("./img/00/purplbg.png") center center / cover no-repeat;
  filter: blur(12px);
  opacity: 0.82;
  transform: scale(1.04);
}

body.services-page::after,
body.pricing-page::after {
  background:
    radial-gradient(circle at 30% 50%, rgba(72, 223, 255, 0.12), transparent 32rem),
    linear-gradient(90deg, rgba(2, 2, 12, 0.86), rgba(5, 5, 22, 0.62) 50%, rgba(20, 7, 46, 0.68));
}

a,
button {
  color: inherit;
  font: inherit;
}

a {
  text-decoration: none;
}

button {
  cursor: pointer;
}

.screen-copy-stack,
.service-screen,
.hero-actions,
.hero-stats,
.stat-item,
.services-copy,
.services-list,
.services-list li,
.services-list li div,
.service-item-icon,
.pricing-route,
.pricing-plans,
.pricing-plan-card,
.pricing-card,
.work-card,
.work-card-head,
.work-card-head > div,
.work-card-copy,
.work-more,
.work-more > div,
.about-stats,
.about-stats article,
.about-principles,
.about-principles article,
.about-bottom,
.about-bottom li,
.about-tech-stack,
.about-tech-stack li,
.contact-copy,
.contact-form-card,
.site-footer,
.site-footer-inner,
.footer-column {
  min-width: 0;
  max-width: 100%;
}

.services-list b,
.services-list span,
.pricing-card strong,
.pricing-card small,
.pricing-features li,
.work-card-head h2,
.work-card-head p,
.work-card-head b,
.work-card-copy,
.work-more b,
.work-more small,
.about-principles h2,
.about-principles p,
.about-bottom span,
.about-tech-stack li span,
.contact-copy p,
.footer-column a,
.footer-column b,
.footer-column span {
  overflow-wrap: break-word;
  word-break: normal;
}

.icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.site-header {
  position: fixed;
  inset: 18px clamp(16px, 4vw, 58px) auto;
  z-index: 10;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 16px;
  min-height: var(--header-h);
  padding: 0 clamp(14px, 1.6vw, 22px);
  border: 1px solid var(--line);
  border-radius: 10px;
  background:
    linear-gradient(100deg, rgba(72, 223, 255, 0.05), rgba(179, 79, 255, 0.08)),
    rgba(4, 7, 22, 0.58);
  box-shadow:
    0 24px 90px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.055);
  backdrop-filter: blur(18px) saturate(145%);
  -webkit-backdrop-filter: blur(18px) saturate(145%);
}

.site-header::after {
  display: none;
}

.social-rail {
  position: fixed;
  left: clamp(14px, 1.5vw, 28px);
  top: 50%;
  z-index: 9;
  display: grid;
  gap: 8px;
  padding: 12px 10px;
  border: 1px solid rgba(176, 219, 255, 0.18);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(72, 223, 255, 0.075), rgba(179, 79, 255, 0.035)),
    rgba(5, 8, 24, 0.58);
  box-shadow:
    0 22px 70px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(16px) saturate(135%);
  -webkit-backdrop-filter: blur(16px) saturate(135%);
  transform: translateY(-40%);
}

.social-rail::before {
  position: absolute;
  inset: 12px auto 12px -1px;
  width: 2px;
  border-radius: 999px;
  content: "";
  background: linear-gradient(180deg, transparent, var(--cyan), var(--violet), transparent);
  box-shadow: 0 0 20px rgba(72, 223, 255, 0.42);
  opacity: 0.75;
}

.social-rail a {
  position: relative;
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  color: rgba(226, 237, 255, 0.74);
  background: rgba(255, 255, 255, 0.035);
  box-shadow:
    0 10px 22px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  transition:
    background 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.social-rail a.social-whatsapp {
  border-color: rgba(37, 211, 102, 0.44);
  color: #25d366;
  background:
    radial-gradient(circle at 50% 35%, rgba(37, 211, 102, 0.2), transparent 62%),
    rgba(37, 211, 102, 0.1);
  box-shadow:
    0 0 24px rgba(37, 211, 102, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.social-rail a.social-linkedin {
  border-color: rgba(10, 102, 194, 0.46);
  color: #0a66c2;
  background:
    radial-gradient(circle at 50% 35%, rgba(10, 102, 194, 0.22), transparent 62%),
    rgba(10, 102, 194, 0.12);
  box-shadow:
    0 0 24px rgba(10, 102, 194, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.social-rail a.social-telegram {
  border-color: rgba(34, 158, 217, 0.46);
  color: #229ed9;
  background:
    radial-gradient(circle at 50% 35%, rgba(34, 158, 217, 0.22), transparent 62%),
    rgba(34, 158, 217, 0.12);
  box-shadow:
    0 0 24px rgba(34, 158, 217, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.social-rail a.social-tiktok {
  border-color: rgba(254, 44, 85, 0.44);
  color: #fff;
  background:
    radial-gradient(circle at 32% 32%, rgba(37, 244, 238, 0.24), transparent 58%),
    radial-gradient(circle at 70% 68%, rgba(254, 44, 85, 0.24), transparent 60%),
    rgba(13, 15, 34, 0.82);
  box-shadow:
    0 0 18px rgba(37, 244, 238, 0.18),
    0 0 28px rgba(254, 44, 85, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.social-rail a:hover,
.social-rail a:focus-visible {
  border-color: currentColor;
  color: #fff;
  background:
    radial-gradient(circle at 50% 35%, rgba(72, 223, 255, 0.18), transparent 60%),
    radial-gradient(circle at 70% 75%, rgba(179, 79, 255, 0.14), transparent 58%),
    rgba(255, 255, 255, 0.055);
  box-shadow:
    0 0 26px color-mix(in srgb, currentColor 38%, transparent),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  outline: none;
  transform: translateX(4px) scale(1.04);
}

.social-rail svg {
  display: block;
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.85;
  filter: drop-shadow(0 0 10px rgba(83, 244, 255, 0.18));
}

.social-rail a.social-tiktok svg {
  filter:
    drop-shadow(1px 0 0 rgba(254, 44, 85, 0.75))
    drop-shadow(-1px 0 0 rgba(37, 244, 238, 0.72));
}

.support-float {
  position: fixed;
  right: clamp(16px, 2.1vw, 34px);
  bottom: clamp(18px, 2.6vw, 36px);
  z-index: 9;
  display: grid;
  grid-template-columns: 0fr 58px;
  align-items: center;
  gap: 0;
  width: 78px;
  height: 78px;
  overflow: hidden;
  padding: 9px;
  border: 1px solid rgba(176, 219, 255, 0.24);
  border-radius: 999px;
  color: #fff;
  background:
    radial-gradient(circle at 86% 42%, rgba(72, 223, 255, 0.18), transparent 58%),
    radial-gradient(circle at 18% 70%, rgba(179, 79, 255, 0.12), transparent 62%),
    linear-gradient(135deg, rgba(8, 20, 48, 0.84), rgba(8, 6, 30, 0.78));
  box-shadow:
    0 22px 70px rgba(0, 0, 0, 0.34),
    0 0 28px rgba(72, 223, 255, 0.13),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px) saturate(145%);
  -webkit-backdrop-filter: blur(18px) saturate(145%);
  will-change: width, box-shadow, transform;
  transition:
    width 520ms cubic-bezier(0.16, 1, 0.3, 1),
    gap 520ms cubic-bezier(0.16, 1, 0.3, 1),
    padding 520ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.support-float span {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 0;
  min-height: 34px;
  padding: 0 2px;
  color: rgba(248, 251, 255, 0.98);
  font-size: 0.82rem;
  font-weight: 760;
  letter-spacing: 0;
  line-height: 1;
  opacity: 0;
  text-shadow: 0 0 16px rgba(83, 244, 255, 0.2);
  white-space: nowrap;
  transform: translateX(8px);
  transition:
    max-width 520ms cubic-bezier(0.16, 1, 0.3, 1),
    opacity 280ms ease,
    transform 520ms cubic-bezier(0.16, 1, 0.3, 1);
}

.support-float span::after {
  content: none;
}

.support-float img {
  display: block;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  object-fit: cover;
  background: rgba(255, 255, 255, 0.05);
  box-shadow:
    0 0 0 1px rgba(83, 244, 255, 0.24),
    0 0 22px rgba(83, 244, 255, 0.2);
}

.support-float:hover,
.support-float:focus-visible {
  border-color: rgba(83, 244, 255, 0.38);
  outline: none;
  transform: translateY(-3px);
  box-shadow:
    0 26px 78px rgba(0, 0, 0, 0.38),
    0 0 34px rgba(83, 244, 255, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.support-float:hover,
.support-float:focus-visible,
.support-float.is-expanded {
  grid-template-columns: minmax(0, 1fr) 58px;
  gap: 9px;
  width: 168px;
  padding: 9px 10px 9px 16px;
}

.support-float:hover span,
.support-float:focus-visible span,
.support-float.is-expanded span {
  max-width: 78px;
  opacity: 1;
  transform: translateX(0);
}

body.intro-locked .site-header,
body.intro-locked .social-rail,
body.intro-locked .support-float,
body.intro-locked .mobile-nav,
body.intro-locked main,
body.intro-locked .site-footer {
  content-visibility: hidden;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

body.intro-locked main {
  content-visibility: hidden;
}

body.site-revealed .site-header {
  animation: headerReveal 720ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

body.route-page.site-revealed .site-header {
  animation: none;
}

body.site-revealed .social-rail {
  animation: railReveal 680ms cubic-bezier(0.16, 1, 0.3, 1) 170ms both;
}

body.route-page.site-revealed .social-rail {
  animation: none;
}

body.site-revealed .support-float {
  animation:
    supportReveal 680ms cubic-bezier(0.16, 1, 0.3, 1) 360ms both,
    supportBeacon 4.8s ease-in-out 3.4s infinite;
}

body.route-page.site-revealed .support-float {
  animation: supportBeacon 4.8s ease-in-out 3.4s infinite;
}

body.site-revealed .screen-copy-stack {
  animation: heroCopyReveal 760ms cubic-bezier(0.16, 1, 0.3, 1) 160ms both;
}

body.site-revealed .avatar-showcase {
  animation: avatarReveal 860ms cubic-bezier(0.16, 1, 0.3, 1) 240ms both;
}

body.home-page.site-revealed .site-footer {
  animation: routeElementIn 760ms cubic-bezier(0.16, 1, 0.3, 1) 260ms both;
}

body.site-revealed .service-screen.is-active > * {
  animation: routeElementIn 760ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

body.site-revealed .service-screen.is-active > *:nth-child(1) {
  animation-delay: 80ms;
}

body.site-revealed .service-screen.is-active > *:nth-child(2) {
  animation-delay: 150ms;
}

body.site-revealed .service-screen.is-active > *:nth-child(3) {
  animation-delay: 220ms;
}

body.site-revealed .service-screen.is-active > *:nth-child(4) {
  animation-delay: 290ms;
}

body.site-revealed .service-screen.is-active > *:nth-child(5) {
  animation-delay: 360ms;
}

body.route-page.site-revealed .services-list li,
body.route-page.site-revealed .pricing-plan-card,
body.route-page.site-revealed .work-card,
body.route-page.site-revealed .about-stats article,
body.route-page.site-revealed .about-principles article,
body.route-page.site-revealed .about-bottom li,
body.route-page.site-revealed .about-tech-stack li,
body.route-page.site-revealed .contact-list > *,
body.route-page.site-revealed .contact-form-card label,
body.route-page.site-revealed .contact-bottom article,
body.route-page.site-revealed .review-card,
body.route-page.site-revealed .review-stats article {
  animation: routeCardIn 700ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

body.route-page.site-revealed .services-list li:nth-child(1),
body.route-page.site-revealed .pricing-plan-card:nth-child(1),
body.route-page.site-revealed .work-card:nth-child(1),
body.route-page.site-revealed .about-stats article:nth-child(1),
body.route-page.site-revealed .about-principles article:nth-child(1),
body.route-page.site-revealed .about-bottom li:nth-child(1),
body.route-page.site-revealed .about-tech-stack li:nth-child(1),
body.route-page.site-revealed .contact-list > *:nth-child(1),
body.route-page.site-revealed .contact-form-card label:nth-of-type(1),
body.route-page.site-revealed .contact-bottom article:nth-child(1),
body.route-page.site-revealed .review-card:nth-child(1),
body.route-page.site-revealed .review-stats article:nth-child(1) {
  animation-delay: 260ms;
}

body.route-page.site-revealed .services-list li:nth-child(2),
body.route-page.site-revealed .pricing-plan-card:nth-child(2),
body.route-page.site-revealed .work-card:nth-child(2),
body.route-page.site-revealed .about-stats article:nth-child(2),
body.route-page.site-revealed .about-principles article:nth-child(2),
body.route-page.site-revealed .about-bottom li:nth-child(2),
body.route-page.site-revealed .about-tech-stack li:nth-child(2),
body.route-page.site-revealed .contact-list > *:nth-child(2),
body.route-page.site-revealed .contact-form-card label:nth-of-type(2),
body.route-page.site-revealed .contact-bottom article:nth-child(2),
body.route-page.site-revealed .review-card:nth-child(2),
body.route-page.site-revealed .review-stats article:nth-child(2) {
  animation-delay: 320ms;
}

body.route-page.site-revealed .services-list li:nth-child(3),
body.route-page.site-revealed .pricing-plan-card:nth-child(3),
body.route-page.site-revealed .work-card:nth-child(3),
body.route-page.site-revealed .about-stats article:nth-child(3),
body.route-page.site-revealed .about-principles article:nth-child(3),
body.route-page.site-revealed .about-bottom li:nth-child(3),
body.route-page.site-revealed .about-tech-stack li:nth-child(3),
body.route-page.site-revealed .contact-list > *:nth-child(3),
body.route-page.site-revealed .contact-form-card label:nth-of-type(3),
body.route-page.site-revealed .contact-bottom article:nth-child(3),
body.route-page.site-revealed .review-card:nth-child(3),
body.route-page.site-revealed .review-stats article:nth-child(3) {
  animation-delay: 380ms;
}

body.route-page.site-revealed .services-list li:nth-child(n + 4),
body.route-page.site-revealed .work-card:nth-child(n + 4),
body.route-page.site-revealed .about-stats article:nth-child(n + 4),
body.route-page.site-revealed .about-bottom li:nth-child(n + 4),
body.route-page.site-revealed .about-tech-stack li:nth-child(n + 4),
body.route-page.site-revealed .contact-list > *:nth-child(n + 4),
body.route-page.site-revealed .contact-form-card label:nth-of-type(n + 4),
body.route-page.site-revealed .contact-bottom article:nth-child(n + 4),
body.route-page.site-revealed .review-card:nth-child(n + 4) {
  animation-delay: 440ms;
}

@keyframes headerReveal {
  from {
    opacity: 0;
    transform: translate3d(0, -18px, 0) scale(0.985);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes routeElementIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes routeCardIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes railReveal {
  from {
    opacity: 0;
    transform: translate3d(-16px, -40%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, -40%, 0);
  }
}

@keyframes supportReveal {
  from {
    opacity: 0;
    transform: translate3d(16px, 10px, 0) scale(0.96);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes supportBeacon {
  0%,
  68%,
  100% {
    border-color: rgba(176, 219, 255, 0.24);
    box-shadow:
      0 22px 70px rgba(0, 0, 0, 0.34),
      0 0 28px rgba(72, 223, 255, 0.13),
      inset 0 1px 0 rgba(255, 255, 255, 0.08);
  }

  72% {
    border-color: rgba(83, 244, 255, 0.6);
    box-shadow:
      0 22px 70px rgba(0, 0, 0, 0.34),
      0 0 18px rgba(83, 244, 255, 0.42),
      0 0 46px rgba(179, 79, 255, 0.18),
      inset 0 1px 0 rgba(255, 255, 255, 0.12);
  }

  78% {
    border-color: rgba(156, 135, 255, 0.52);
    box-shadow:
      0 22px 70px rgba(0, 0, 0, 0.34),
      0 0 12px rgba(83, 244, 255, 0.22),
      inset 0 1px 0 rgba(255, 255, 255, 0.08);
  }

  84% {
    border-color: rgba(83, 244, 255, 0.48);
    box-shadow:
      0 22px 70px rgba(0, 0, 0, 0.34),
      0 0 34px rgba(83, 244, 255, 0.28),
      0 0 24px rgba(179, 79, 255, 0.16),
      inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
}

@keyframes menuBackdropIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes heroCopyReveal {
  from {
    opacity: 0;
    filter: blur(8px);
    transform: translate3d(-28px, 14px, 0) scale(0.985);
  }

  to {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes avatarReveal {
  from {
    opacity: 0;
    filter: blur(10px);
    transform: translate3d(-50%, 18px, 0) scale(0.94);
  }

  to {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(-50%, 0, 0) scale(1);
  }
}

.brand {
  display: inline-flex;
  align-items: center;
}

.brand img {
  display: block;
  width: auto;
  height: clamp(50px, 4.6vw, 66px);
  max-width: min(20vw, 240px);
}

.desktop-nav {
  justify-self: end;
}

.service-nav {
  display: flex;
  align-items: center;
  gap: clamp(6px, 0.7vw, 10px);
}

.service-nav-button {
  display: grid;
  min-width: clamp(64px, 5.7vw, 88px);
  min-height: 48px;
  place-items: center;
  gap: 4px;
  padding: 5px 8px;
  border: 1px solid transparent;
  border-radius: 10px;
  color: rgba(234, 240, 255, 0.66);
  background: transparent;
  font-size: clamp(0.58rem, 0.58vw, 0.7rem);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
  transition:
    border-color 180ms ease,
    background 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.service-nav-button svg {
  display: block;
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.65;
  filter: drop-shadow(0 0 10px rgba(72, 223, 255, 0.14));
}

.service-nav-button:hover,
.service-nav-button:focus-visible,
.service-nav-button.is-active {
  border-color: rgba(72, 223, 255, 0.28);
  color: #fff;
  background:
    radial-gradient(circle at 50% 0%, rgba(72, 223, 255, 0.16), transparent 58%),
    radial-gradient(circle at 75% 80%, rgba(179, 79, 255, 0.13), transparent 58%),
    rgba(255, 255, 255, 0.045);
  outline: none;
}

.service-nav-button.is-active {
  color: var(--cyan);
  box-shadow:
    inset 0 0 22px rgba(72, 223, 255, 0.075),
    0 0 22px rgba(72, 223, 255, 0.08);
}

.language-toggle,
.mobile-language,
.menu-toggle {
  border: 1px solid rgba(156, 135, 255, 0.24);
  border-radius: 9px;
  color: rgba(248, 251, 255, 0.86);
  background: rgba(8, 11, 33, 0.55);
  font-weight: 800;
}

.language-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 12px;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
}

.language-toggle i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--cyan);
}

.language-toggle.is-es i {
  background: var(--violet-soft);
}

.menu-toggle {
  display: none;
  grid-template-columns: auto auto;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 44px;
  padding: 0 10px;
  gap: 5px;
  box-shadow: inset 0 0 18px rgba(83, 244, 255, 0.08);
  text-transform: uppercase;
}

.menu-toggle-lines {
  display: grid;
  gap: 5px;
}

.menu-toggle-lines i {
  display: block;
  width: 20px;
  height: 2px;
  margin: 0;
  border-radius: 999px;
  background: currentColor;
  box-shadow: 0 0 10px rgba(83, 244, 255, 0.42);
  transform-origin: center;
  transition:
    transform 180ms ease,
    opacity 180ms ease;
}

.menu-toggle b {
  font-size: 0.62rem;
  letter-spacing: 0.08em;
}

.mobile-nav {
  position: fixed;
  inset: calc(8px + var(--header-h) + 10px) 10px auto;
  z-index: 9;
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  padding: 12px;
  border: 1px solid rgba(156, 135, 255, 0.24);
  border-radius: 16px;
  background:
    radial-gradient(circle at 88% 4%, rgba(83, 244, 255, 0.16), transparent 42%),
    radial-gradient(circle at 8% 96%, rgba(179, 79, 255, 0.16), transparent 48%),
    linear-gradient(135deg, rgba(6, 16, 39, 0.94), rgba(18, 9, 48, 0.94));
  box-shadow:
    0 24px 92px rgba(0, 0, 0, 0.48),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(20px) saturate(148%);
  -webkit-backdrop-filter: blur(20px) saturate(148%);
  max-height: calc(100svh - var(--header-h) - 34px);
  overflow-y: auto;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-10px);
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.mobile-nav.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

body.menu-open .menu-toggle-lines i:first-child {
  transform: translateY(3.5px) rotate(42deg);
}

body.menu-open .menu-toggle-lines i:last-child {
  transform: translateY(-3.5px) rotate(-42deg);
}

.mobile-nav .service-nav-button {
  grid-template-columns: 42px minmax(0, 1fr);
  place-items: center start;
  min-width: 0;
  min-height: 52px;
  gap: 12px;
  padding: 6px 14px 6px 8px;
  border-color: rgba(156, 135, 255, 0.16);
  border-radius: 14px;
  background:
    linear-gradient(90deg, rgba(72, 223, 255, 0.075), rgba(179, 79, 255, 0.04)),
    rgba(255, 255, 255, 0.035);
  color: rgba(244, 248, 255, 0.8);
  font-size: 0.73rem;
  letter-spacing: 0.08em;
  text-align: left;
}

.mobile-nav .service-nav-button svg {
  width: 34px;
  height: 34px;
  padding: 8px;
  border: 1px solid rgba(83, 244, 255, 0.18);
  border-radius: 12px;
  background:
    radial-gradient(circle at 50% 32%, rgba(83, 244, 255, 0.16), transparent 62%),
    rgba(255, 255, 255, 0.035);
  color: var(--cyan);
  stroke-width: 1.75;
}

.mobile-nav .service-nav-button:hover,
.mobile-nav .service-nav-button:focus-visible {
  border-color: rgba(83, 244, 255, 0.32);
  transform: translateX(2px);
}

.mobile-language {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
  width: fit-content;
  min-width: 88px;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 14px;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.promo-modal {
  position: fixed;
  inset: 0;
  z-index: 30;
  display: grid;
  place-items: center;
  padding: clamp(18px, 4vw, 48px);
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition:
    opacity 320ms ease,
    visibility 0s linear 420ms;
}

.promo-modal.is-visible {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  transition:
    opacity 320ms ease,
    visibility 0s linear 0s;
}

.promo-modal.is-hidden {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.promo-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background:
    radial-gradient(circle at 36% 42%, rgba(72, 223, 255, 0.12), transparent 32rem),
    radial-gradient(circle at 68% 54%, rgba(179, 79, 255, 0.11), transparent 28rem),
    rgba(0, 4, 12, 0.82);
  backdrop-filter: blur(16px) saturate(112%);
  -webkit-backdrop-filter: blur(16px) saturate(112%);
  opacity: 0;
  transition: opacity 320ms ease;
}

.promo-modal.is-visible .promo-backdrop {
  opacity: 1;
}

.promo-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(430px, 0.95fr) minmax(330px, 1fr);
  width: min(1060px, calc(100vw - 52px));
  min-height: min(620px, calc(100svh - 54px));
  max-height: calc(100svh - 54px);
  border: 1px solid rgba(179, 79, 255, 0.48);
  border-radius: 24px;
  background:
    radial-gradient(circle at 86% 42%, rgba(179, 79, 255, 0.3), transparent 30rem),
    radial-gradient(circle at 12% 6%, rgba(72, 223, 255, 0.13), transparent 24rem),
    linear-gradient(135deg, rgba(72, 223, 255, 0.08), transparent 34%),
    #050a18;
  box-shadow:
    0 36px 120px rgba(0, 0, 0, 0.52),
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    inset 0 0 46px rgba(72, 223, 255, 0.04);
  backdrop-filter: blur(20px) saturate(140%);
  -webkit-backdrop-filter: blur(20px) saturate(140%);
  opacity: 0;
  filter: blur(5px);
  transform: translate3d(0, 26px, 0) scale(0.955);
  transition:
    opacity 300ms ease,
    filter 420ms ease,
    transform 520ms cubic-bezier(0.16, 1, 0.3, 1);
}

.promo-modal.is-visible .promo-card {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0) scale(1);
  transition-delay: 70ms;
}

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

.promo-card::before {
  inset: 16px;
  border: 1px solid rgba(72, 223, 255, 0.08);
  border-radius: 16px;
}

.promo-card::after {
  left: 34px;
  right: 34px;
  bottom: -1px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(72, 223, 255, 0.8), rgba(179, 79, 255, 0.62), transparent);
  box-shadow: 0 0 22px rgba(72, 223, 255, 0.42);
}

.promo-copy {
  position: relative;
  z-index: 2;
  display: grid;
  align-content: center;
  padding: clamp(34px, 4vw, 54px) 0 clamp(34px, 4vw, 54px) clamp(34px, 4vw, 54px);
}

.promo-kicker {
  display: inline-flex;
  width: fit-content;
  min-height: 42px;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  padding: 0 18px;
  border: 1px solid rgba(176, 219, 255, 0.16);
  border-radius: 12px;
  color: var(--cyan);
  background: rgba(255, 255, 255, 0.045);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.promo-kicker svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.promo-copy h2 {
  display: grid;
  max-width: 10.5ch;
  margin: 0;
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(3.05rem, 4.4vw, 4.65rem);
  font-weight: 800;
  line-height: 0.94;
  letter-spacing: -0.045em;
  text-shadow: 0 18px 56px rgba(0, 0, 0, 0.36);
}

.promo-copy h2 strong {
  color: transparent;
  background: linear-gradient(100deg, var(--cyan) 0%, var(--blue) 46%, var(--violet) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  font: inherit;
  text-shadow: none;
  filter: drop-shadow(0 0 20px rgba(83, 244, 255, 0.12));
}

.promo-copy p:not(.promo-kicker) {
  max-width: 40ch;
  margin: 20px 0 0;
  color: rgba(226, 237, 255, 0.72);
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1.5;
}

.promo-copy p:not(.promo-kicker) strong {
  color: #83dfff;
}

.promo-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  width: min(640px, 100%);
  margin-top: 20px;
}

.promo-benefit {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  column-gap: 10px;
  align-items: center;
  min-width: 0;
}

.promo-benefit span {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid rgba(168, 151, 255, 0.36);
  border-radius: 14px;
  color: #8f72ff;
  background: rgba(255, 255, 255, 0.035);
  box-shadow: inset 0 0 24px rgba(83, 244, 255, 0.05);
}

.promo-benefit svg,
.promo-proof svg,
.promo-note svg {
  display: block;
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.85;
}

.promo-benefit b {
  grid-column: 2;
  color: #fff;
  font-size: 0.84rem;
  line-height: 1.15;
}

.promo-benefit small {
  grid-column: 2;
  display: block;
  margin-top: 5px;
  color: rgba(226, 237, 255, 0.72);
  font-size: 0.74rem;
  font-weight: 700;
  line-height: 1.45;
}

.promo-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(620px, 100%);
  margin-top: 18px;
  padding: 9px 14px;
  border: 1px solid rgba(176, 219, 255, 0.15);
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(83, 244, 255, 0.06), rgba(168, 151, 255, 0.04)),
    rgba(255, 255, 255, 0.035);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.promo-proof div {
  display: grid;
  grid-template-columns: 28px minmax(0, auto);
  align-items: center;
  gap: 2px 9px;
  min-width: 0;
  color: #8f72ff;
}

.promo-proof div + div {
  border-left: 1px solid rgba(176, 219, 255, 0.13);
  padding-left: 14px;
}

.promo-proof svg {
  grid-row: span 2;
  width: 22px;
  height: 22px;
}

.promo-proof strong {
  color: #fff;
  font-family: var(--font-display);
  font-size: 1.12rem;
  line-height: 0.95;
}

.promo-proof small {
  color: rgba(226, 237, 255, 0.78);
  font-size: 0.62rem;
  font-weight: 700;
}

.promo-cta {
  display: inline-flex;
  width: fit-content;
  min-width: 250px;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 26px;
  padding: 0 28px;
  border: 1px solid rgba(128, 222, 255, 0.52);
  border-radius: 14px;
  color: #03101c;
  background: linear-gradient(135deg, var(--cyan), var(--blue) 52%, var(--violet));
  box-shadow: 0 16px 46px rgba(61, 163, 255, 0.22);
  font-size: 0.95rem;
  font-weight: 900;
}

.promo-cta svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.promo-note {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 0 20px;
  color: rgba(226, 237, 255, 0.75);
  font-size: 0.92rem;
  font-weight: 700;
}

.promo-note svg {
  width: 18px;
  height: 18px;
}

.promo-float {
  position: absolute;
  right: -34px;
  bottom: -4px;
  z-index: 3;
  width: min(645px, 58.5vw);
  max-height: min(720px, calc(100svh - 72px));
  object-fit: contain;
  opacity: 0;
  filter: drop-shadow(0 34px 54px rgba(0, 0, 0, 0.55)) drop-shadow(0 0 28px rgba(83, 244, 255, 0.16));
  transform: translate3d(10px, 16px, 0) scale(0.96) rotate(-1.2deg);
  transition:
    opacity 360ms ease,
    filter 420ms ease;
}

.promo-modal.is-visible .promo-float {
  opacity: 1;
  animation:
    promoFloatIn 560ms cubic-bezier(0.16, 1, 0.3, 1) 120ms both,
    promoFloat 4.8s ease-in-out 680ms infinite;
}

.promo-visual-glow {
  position: absolute;
  display: none;
  opacity: 0;
  pointer-events: none;
}

.promo-modal.is-visible .promo-visual-glow {
  opacity: 0;
}

.promo-close {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 5;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgba(176, 219, 255, 0.18);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.045);
  box-shadow: inset 0 0 18px rgba(83, 244, 255, 0.08);
}

.promo-close span {
  grid-area: 1 / 1;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: rgba(248, 251, 255, 0.88);
}

.promo-close span:first-child {
  transform: rotate(45deg);
}

.promo-close span:last-child {
  transform: rotate(-45deg);
}

@keyframes promoFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(-1.2deg);
  }

  50% {
    transform: translate3d(-8px, -16px, 0) rotate(1deg);
  }
}

@keyframes promoFloatIn {
  from {
    opacity: 0;
    transform: translate3d(18px, 30px, 0) scale(0.94) rotate(-2.4deg);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1) rotate(-1.2deg);
  }
}

main {
  position: relative;
  z-index: 1;
  min-height: 100svh;
}

main p:not(.founded):not(.services-kicker):not(.contact-kicker):not(.about-kicker):not(.reviews-kicker):not(.work-kicker):not(.promo-kicker) {
  text-align: left;
  text-wrap: pretty;
}

.site-footer {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: clamp(22px, 4vw, 58px) 0 0;
  padding: clamp(30px, 4vw, 58px) clamp(18px, 5vw, 72px) clamp(24px, 3vw, 40px);
  border-top: 1px solid rgba(156, 135, 255, 0.28);
  border-radius: 0;
  color: rgba(248, 251, 255, 0.82);
  background:
    radial-gradient(circle at 10% 0%, rgba(83, 244, 255, 0.16), transparent 34rem),
    radial-gradient(circle at 88% 8%, rgba(179, 79, 255, 0.18), transparent 32rem),
    linear-gradient(180deg, #08051a 0%, #040513 46%, #02020b 100%),
    #02020b;
  box-shadow:
    0 -24px 90px rgba(0, 0, 0, 0.38),
    0 -1px 28px rgba(83, 244, 255, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  overflow: hidden;
}

.site-footer::before {
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(83, 244, 255, 0.72), rgba(179, 79, 255, 0.62), transparent);
  box-shadow: 0 0 24px rgba(83, 244, 255, 0.28);
}

.site-footer-inner {
  display: grid;
  grid-template-columns: minmax(260px, 1.2fr) minmax(210px, 0.72fr) minmax(210px, 0.8fr) minmax(170px, 0.6fr);
  gap: clamp(18px, 2.2vw, 34px);
  width: min(100%, 1680px);
  margin: 0 auto;
}

.footer-brand-block,
.footer-column {
  min-width: 0;
}

.footer-logo {
  display: inline-flex;
  width: min(250px, 86%);
  align-items: center;
}

.footer-logo img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 0 18px rgba(83, 244, 255, 0.12));
}

.footer-brand-block p {
  max-width: 38ch;
  margin: 18px 0 14px;
  color: rgba(224, 233, 255, 0.72);
  font-size: 0.86rem;
  font-weight: 520;
  line-height: 1.58;
}

.footer-brand-block strong {
  display: inline-flex;
  color: #fff;
  font-size: 0.84rem;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

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

.footer-column h2 {
  margin: 0 0 7px;
  color: var(--cyan);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.footer-column a {
  display: grid;
  gap: 2px;
  width: fit-content;
  max-width: 100%;
  color: rgba(240, 246, 255, 0.76);
  font-size: 0.82rem;
  font-weight: 640;
  line-height: 1.28;
  transition:
    color 180ms ease,
    transform 180ms ease;
}

.footer-column a:hover,
.footer-column a:focus-visible {
  color: #fff;
  outline: none;
  transform: translateX(2px);
}

.footer-column a span {
  color: rgba(168, 151, 255, 0.78);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-column a b {
  min-width: 0;
  overflow-wrap: anywhere;
  color: inherit;
  font-size: 0.84rem;
}

.site-footer-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  justify-content: space-between;
  width: min(100%, 1680px);
  margin-top: clamp(18px, 2vw, 28px);
  margin-inline: auto;
  padding-top: 16px;
  border-top: 1px solid rgba(156, 135, 255, 0.16);
  color: rgba(224, 233, 255, 0.58);
  font-size: 0.78rem;
  font-weight: 650;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 760px);
  justify-content: start;
  height: 100svh;
  align-items: center;
  padding: calc(var(--header-h) + 54px) clamp(20px, 7vw, 120px) 42px;
  overflow: hidden;
}

.screen-copy-stack {
  position: relative;
  z-index: 4;
  width: min(760px, 100%);
  overflow: hidden;
}

.avatar-showcase {
  position: absolute;
  right: auto;
  bottom: -1svh;
  left: 50%;
  z-index: 3;
  width: clamp(360px, 34vw, 620px);
  height: min(76svh, 720px);
  pointer-events: auto;
  transform: translate3d(-50%, 0, 0);
  cursor: pointer;
  outline: none;
  touch-action: manipulation;
}

.avatar-showcase::before {
  content: none;
}

.avatar-showcase model-viewer {
  width: 100%;
  height: 100%;
  --poster-color: transparent;
  background: transparent;
  filter: drop-shadow(0 30px 36px rgba(0, 0, 0, 0.34));
  transition:
    filter 240ms ease,
    transform 300ms cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: none;
}

.avatar-showcase:focus-visible model-viewer,
.avatar-showcase.is-talking model-viewer {
  filter:
    drop-shadow(0 30px 36px rgba(0, 0, 0, 0.36))
    drop-shadow(0 0 12px rgba(72, 223, 255, 0.32))
    drop-shadow(0 0 26px rgba(179, 79, 255, 0.18));
}

.avatar-showcase.is-talking model-viewer {
  transform: translateY(-2px) scale(1.015);
}

@media (hover: hover) and (pointer: fine) {
  .avatar-showcase:hover model-viewer {
    filter:
      drop-shadow(0 30px 36px rgba(0, 0, 0, 0.36))
      drop-shadow(0 0 10px rgba(72, 223, 255, 0.34))
      drop-shadow(0 0 24px rgba(83, 244, 255, 0.22))
      drop-shadow(0 0 34px rgba(179, 79, 255, 0.18));
    transform: translateY(-3px) scale(1.01);
  }
}

.avatar-talk-tooltip {
  position: fixed;
  z-index: 40;
  left: 0;
  top: 0;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 12px;
  border: 1px solid rgba(72, 223, 255, 0.28);
  border-radius: 999px;
  color: rgba(246, 251, 255, 0.96);
  background:
    radial-gradient(circle at 15% 50%, rgba(72, 223, 255, 0.2), transparent 56%),
    linear-gradient(135deg, rgba(8, 22, 48, 0.86), rgba(22, 13, 54, 0.82));
  box-shadow:
    0 18px 44px rgba(0, 0, 0, 0.35),
    0 0 28px rgba(72, 223, 255, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(16px, -52%, 0) scale(0.96);
  transition:
    opacity 150ms ease,
    visibility 150ms ease,
    transform 180ms cubic-bezier(0.16, 1, 0.3, 1);
  backdrop-filter: blur(14px) saturate(145%);
  -webkit-backdrop-filter: blur(14px) saturate(145%);
}

.avatar-talk-tooltip::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  content: "";
  background: var(--cyan);
  box-shadow: 0 0 18px rgba(72, 223, 255, 0.8);
}

.avatar-talk-tooltip.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translate3d(18px, -52%, 0) scale(1);
}

.avatar-callouts {
  position: absolute;
  top: clamp(420px, 53vh, 545px);
  left: calc(50% + clamp(86px, 10vw, 160px));
  z-index: 4;
  display: grid;
  gap: 11px;
  width: min(270px, 22vw);
  pointer-events: none;
}

.avatar-callout {
  --line-width: clamp(58px, 6.5vw, 116px);
  position: relative;
  width: max-content;
  max-width: 100%;
  padding: 9px 13px;
  border: 1px solid rgba(72, 223, 255, 0.17);
  border-radius: 999px;
  color: rgba(246, 251, 255, 0.88);
  background:
    linear-gradient(135deg, rgba(72, 223, 255, 0.09), rgba(179, 79, 255, 0.07)),
    rgba(5, 9, 27, 0.48);
  box-shadow:
    0 10px 36px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
  font-size: clamp(0.64rem, 0.75vw, 0.78rem);
  font-weight: 850;
  letter-spacing: 0.08em;
  line-height: 1.1;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.avatar-callout::before,
.avatar-callout::after {
  position: absolute;
  top: 50%;
  content: "";
  transform: translateY(-50%);
  pointer-events: none;
}

.avatar-callout::before {
  right: calc(100% - 1px);
  width: var(--line-width);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(72, 223, 255, 0.44));
}

.avatar-callout::after {
  right: calc(100% + var(--line-width) - 3px);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow:
    0 0 14px rgba(72, 223, 255, 0.64),
    0 0 28px rgba(179, 79, 255, 0.25);
}

.avatar-callout:nth-child(1) {
  margin-left: 12px;
}

.avatar-callout:nth-child(2) {
  --line-width: clamp(72px, 8vw, 134px);
  margin-left: 42px;
}

.avatar-callout:nth-child(3) {
  --line-width: clamp(66px, 7vw, 126px);
  margin-left: 20px;
}

.avatar-callout:nth-child(4) {
  --line-width: clamp(84px, 9vw, 150px);
  margin-left: 54px;
}

body.site-revealed .avatar-callout {
  animation: calloutReveal 680ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

body.site-revealed .avatar-callout:nth-child(1) {
  animation-delay: 620ms;
}

body.site-revealed .avatar-callout:nth-child(2) {
  animation-delay: 720ms;
}

body.site-revealed .avatar-callout:nth-child(3) {
  animation-delay: 820ms;
}

body.site-revealed .avatar-callout:nth-child(4) {
  animation-delay: 920ms;
}

.service-screen {
  display: grid;
  align-content: start;
  min-height: clamp(310px, 45vh, 430px);
  opacity: 0;
  pointer-events: none;
  transform: translate3d(18px, 0, 0);
  transition:
    opacity 360ms ease,
    transform 420ms cubic-bezier(0.16, 1, 0.3, 1);
}

.service-screen:not(.is-active) {
  position: absolute;
  inset: 0;
}

.service-screen.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(0, 0, 0);
}

.founded {
  display: inline-flex;
  width: fit-content;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  margin: 0 0 28px;
  padding: 0 14px;
  border: 1px solid rgba(72, 223, 255, 0.22);
  border-radius: 10px;
  color: rgba(232, 242, 255, 0.8);
  background:
    linear-gradient(90deg, rgba(72, 223, 255, 0.075), rgba(179, 79, 255, 0.055)),
    rgba(255, 255, 255, 0.035);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.hero h1,
.service-screen h1 {
  max-width: 12.4ch;
  margin: 0;
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 4.15vw, 4.65rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
  text-shadow: 0 18px 62px rgba(0, 0, 0, 0.34);
}

.hero-word {
  position: relative;
  display: inline-block;
  color: transparent;
  background:
    linear-gradient(135deg, #48dfff 0%, #5d8dff 46%, #b34fff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  filter: drop-shadow(0 0 20px rgba(72, 223, 255, 0.16));
  transition:
    opacity 220ms ease,
    transform 220ms ease,
    filter 220ms ease;
}

.hero-word::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.03em;
  height: 0.08em;
  border-radius: 999px;
  content: "";
  background: linear-gradient(90deg, rgba(72, 223, 255, 0.74), rgba(179, 79, 255, 0.7));
  box-shadow: 0 0 18px rgba(72, 223, 255, 0.26);
  opacity: 0.72;
}

.hero-word.is-changing {
  opacity: 0;
  filter: drop-shadow(0 0 2px rgba(72, 223, 255, 0));
  transform: translate3d(0, -0.18em, 0) scale(0.98);
}

.hero-title-lead,
.hero-title-rest {
  display: block;
}

.hero-title-lead {
  white-space: nowrap;
}

.hero-gradient {
  color: transparent;
  background:
    linear-gradient(100deg, #ffffff 0%, #e9f6ff 28%, #48dfff 54%, #5d8dff 76%, #b34fff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  text-shadow: none;
}

.hero-hook {
  width: fit-content;
  margin: 16px 0 0;
  color: rgba(238, 247, 255, 0.8);
  font-size: clamp(0.92rem, 1vw, 1.05rem);
  font-weight: 650;
  line-height: 1.32;
  letter-spacing: 0;
  text-shadow: 0 12px 34px rgba(0, 0, 0, 0.32);
}

.hero-text {
  max-width: 580px;
  margin: 12px 0 24px;
  color: rgba(223, 232, 255, 0.62);
  font-size: clamp(0.88rem, 0.95vw, 1rem);
  font-weight: 430;
  line-height: 1.58;
}

.hero-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  width: min(430px, 100%);
  margin-top: -8px;
}

.primary-button,
.secondary-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 18px;
  border-radius: 10px;
  font-size: 0.82rem;
  font-weight: 800;
  white-space: nowrap;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.primary-button svg,
.secondary-button svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
  filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.26));
}

.primary-button {
  border: 1px solid rgba(128, 222, 255, 0.56);
  color: #03101c;
  background: linear-gradient(135deg, #48dfff, #5d8dff 52%, #b34fff);
  box-shadow: 0 14px 42px rgba(72, 223, 255, 0.18);
}

.secondary-button {
  border: 1px solid rgba(156, 135, 255, 0.26);
  color: rgba(248, 251, 255, 0.92);
  background:
    linear-gradient(135deg, rgba(72, 223, 255, 0.045), rgba(179, 79, 255, 0.07)),
    rgba(8, 11, 33, 0.52);
  backdrop-filter: blur(12px);
}

.primary-button:hover,
.primary-button:focus-visible,
.secondary-button:hover,
.secondary-button:focus-visible {
  outline: none;
  transform: translateY(-2px);
}

.primary-button:hover,
.primary-button:focus-visible {
  box-shadow:
    0 16px 46px rgba(72, 223, 255, 0.26),
    0 0 0 1px rgba(255, 255, 255, 0.18) inset;
}

.secondary-button:hover,
.secondary-button:focus-visible {
  border-color: rgba(72, 223, 255, 0.36);
  box-shadow:
    0 15px 42px rgba(79, 108, 255, 0.16),
    inset 0 0 24px rgba(72, 223, 255, 0.06);
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  width: min(430px, 100%);
  margin-top: 28px;
  padding: 12px;
  border: 1px solid rgba(156, 135, 255, 0.2);
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(72, 223, 255, 0.05), rgba(179, 79, 255, 0.075)),
    rgba(6, 9, 30, 0.6);
  box-shadow:
    0 18px 56px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(16px) saturate(132%);
}

.stat-item {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-width: 0;
  min-height: 56px;
  padding: 8px 10px;
  border-radius: 13px;
  background:
    radial-gradient(circle at 25% 18%, rgba(72, 223, 255, 0.12), transparent 54%),
    rgba(255, 255, 255, 0.025);
}

.stat-icon {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(72, 223, 255, 0.24);
  border-radius: 13px;
  color: var(--cyan);
  background:
    radial-gradient(circle at 50% 18%, rgba(72, 223, 255, 0.18), transparent 58%),
    rgba(8, 14, 40, 0.62);
  box-shadow:
    0 0 22px rgba(72, 223, 255, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.stat-icon svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.75;
}

.stat-item strong {
  color: #fff;
  display: block;
  font-size: clamp(1rem, 1.3vw, 1.28rem);
  line-height: 1;
}

.stat-item small {
  color: rgba(223, 232, 255, 0.66);
  display: block;
  margin-top: 3px;
  font-size: 0.66rem;
  font-weight: 700;
  line-height: 1.2;
}

[data-reveal] {
  opacity: 0;
  transform: translate3d(0, 22px, 0);
  transition:
    opacity 620ms ease,
    transform 720ms cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: var(--reveal-delay, 0ms);
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.home-section {
  position: relative;
  z-index: 2;
  width: min(1200px, calc(100% - clamp(34px, 8vw, 132px)));
  margin: clamp(38px, 6vw, 84px) auto;
  color: var(--ink);
}

.home-section * {
  min-width: 0;
}

.home-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin: 0 0 22px;
  padding: 8px 13px;
  border: 1px solid rgba(72, 223, 255, 0.26);
  border-radius: 10px;
  color: var(--cyan);
  background:
    linear-gradient(135deg, rgba(72, 223, 255, 0.08), rgba(179, 79, 255, 0.06)),
    rgba(8, 12, 35, 0.62);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.home-section h2 {
  margin: 0;
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.65vw, 4rem);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: 0;
}

.home-section p {
  max-width: 67ch;
  margin: 18px 0 0;
  color: rgba(226, 234, 255, 0.7);
  font-size: clamp(0.93rem, 1.05vw, 1.08rem);
  font-weight: 520;
  line-height: 1.62;
  text-align: left;
}

.home-builds {
  display: grid;
  grid-template-columns: minmax(270px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}

.home-section-copy {
  position: sticky;
  top: calc(var(--header-h) + 34px);
}

.home-section-copy h2 {
  max-width: 10.6ch;
}

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

.home-capability-item {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 16px 6px 17px;
  border-top: 1px solid rgba(156, 135, 255, 0.18);
}

.home-capability-item:last-child {
  border-bottom: 1px solid rgba(156, 135, 255, 0.18);
}

.home-capability-item > span,
.home-flow-marker,
.home-trust-line svg {
  display: grid;
  place-items: center;
}

.home-capability-item > span {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(72, 223, 255, 0.22);
  border-radius: 14px;
  color: var(--cyan);
  background:
    radial-gradient(circle at 35% 20%, rgba(72, 223, 255, 0.2), transparent 60%),
    rgba(7, 11, 33, 0.74);
  box-shadow: 0 0 28px rgba(72, 223, 255, 0.1);
}

.home-capability-item svg,
.home-flow-marker svg,
.home-trust-line svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.home-capability-item h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(1rem, 1.25vw, 1.18rem);
  font-weight: 850;
  line-height: 1.12;
}

.home-capability-item p {
  margin-top: 7px;
  font-size: clamp(0.84rem, 0.95vw, 0.96rem);
  line-height: 1.5;
}

.home-seo-guide {
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(28px, 5vw, 68px);
  align-items: start;
  padding-block: clamp(18px, 4vw, 40px);
}

.home-seo-guide .home-section-copy h2 {
  max-width: 12ch;
}

.home-seo-grid,
.work-impact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.home-seo-grid article,
.work-impact-grid article {
  padding: 18px 18px 19px;
  border: 1px solid rgba(156, 135, 255, 0.16);
  border-radius: 18px;
  background:
    radial-gradient(circle at 0% 0%, rgba(83, 244, 255, 0.08), transparent 42%),
    linear-gradient(135deg, rgba(10, 18, 43, 0.62), rgba(23, 12, 52, 0.42));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.055);
}

.home-seo-grid b,
.work-impact-grid b {
  display: block;
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(1rem, 1.18vw, 1.16rem);
  line-height: 1.12;
}

.home-seo-grid p,
.work-impact-grid p {
  margin-top: 10px;
  font-size: clamp(0.84rem, 0.95vw, 0.96rem);
  line-height: 1.55;
}

.home-proof-flow {
  display: grid;
  grid-template-columns: minmax(0, 0.74fr) minmax(0, 1.26fr);
  gap: clamp(24px, 4vw, 60px);
  align-items: center;
  padding-block: clamp(20px, 4vw, 38px);
  border-top: 1px solid rgba(156, 135, 255, 0.18);
  border-bottom: 1px solid rgba(156, 135, 255, 0.18);
}

.home-proof-copy h2 {
  max-width: 12.2ch;
}

.home-before-after {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 58px minmax(0, 1fr);
  gap: 12px;
  align-items: stretch;
}

.home-ba-column {
  min-height: 100%;
  padding: clamp(18px, 2vw, 24px);
  border: 1px solid rgba(156, 135, 255, 0.18);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(72, 223, 255, 0.05), rgba(179, 79, 255, 0.075)),
    rgba(5, 8, 27, 0.58);
  backdrop-filter: blur(16px);
}

.home-ba-before {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.035), rgba(179, 79, 255, 0.05)),
    rgba(5, 8, 27, 0.48);
}

.home-ba-after {
  border-color: rgba(72, 223, 255, 0.28);
  box-shadow: 0 0 54px rgba(72, 223, 255, 0.08);
}

.home-ba-column strong {
  display: block;
  color: #fff;
  font-family: var(--font-display);
  font-size: 1.12rem;
  line-height: 1.1;
}

.home-ba-column ul {
  display: grid;
  gap: 10px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.home-ba-column li {
  position: relative;
  padding-left: 19px;
  color: rgba(226, 234, 255, 0.72);
  font-size: 0.92rem;
  font-weight: 620;
  line-height: 1.42;
}

.home-ba-column li::before {
  position: absolute;
  top: 0.58em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  content: "";
  background: linear-gradient(135deg, var(--cyan), var(--violet));
  box-shadow: 0 0 16px rgba(72, 223, 255, 0.28);
}

.home-flow-marker {
  position: relative;
  color: var(--cyan);
}

.home-flow-marker i {
  position: absolute;
  width: 1px;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(180deg, transparent, rgba(72, 223, 255, 0.4), transparent);
}

.home-flow-marker svg {
  position: relative;
  z-index: 1;
  width: 42px;
  height: 42px;
  padding: 10px;
  border: 1px solid rgba(72, 223, 255, 0.25);
  border-radius: 50%;
  background: rgba(6, 11, 33, 0.86);
  box-shadow: 0 0 34px rgba(72, 223, 255, 0.16);
}

.home-use-cases {
  display: grid;
  gap: clamp(18px, 3vw, 34px);
}

.home-use-head {
  max-width: 980px;
}

.home-use-head h2 {
  max-width: 16ch;
}

.home-use-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(156, 135, 255, 0.18);
  border-radius: 24px;
  background: rgba(156, 135, 255, 0.18);
}

.home-use-grid article {
  display: grid;
  grid-template-columns: clamp(66px, 6.6vw, 92px) minmax(0, 1fr);
  gap: 8px;
  min-height: 126px;
  align-items: end;
  padding: clamp(14px, 1.8vw, 20px);
  background:
    radial-gradient(circle at 82% 10%, rgba(72, 223, 255, 0.11), transparent 42%),
    linear-gradient(145deg, rgba(10, 15, 42, 0.88), rgba(8, 7, 31, 0.78));
}

.home-use-media {
  align-self: end;
  width: 100%;
  max-height: clamp(82px, 8vw, 112px);
  object-fit: contain;
  object-position: left bottom;
  filter:
    drop-shadow(0 16px 26px rgba(0, 0, 0, 0.34))
    drop-shadow(0 0 20px rgba(72, 223, 255, 0.08));
  transform: translate3d(-4px, 5px, 0);
  pointer-events: none;
}

.home-use-body {
  display: grid;
  gap: 8px;
  align-content: end;
  min-width: 0;
  padding-bottom: 4px;
}

.home-use-grid b {
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(1rem, 1.2vw, 1.16rem);
  line-height: 1.1;
}

.home-use-grid span {
  color: rgba(226, 234, 255, 0.7);
  font-size: 0.9rem;
  font-weight: 610;
  line-height: 1.45;
}

.home-use-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(16px, 3vw, 34px);
  align-items: center;
  padding: clamp(18px, 2.4vw, 26px);
  border: 1px solid rgba(72, 223, 255, 0.22);
  border-radius: 22px;
  background:
    radial-gradient(circle at 12% 50%, rgba(72, 223, 255, 0.14), transparent 24rem),
    linear-gradient(135deg, rgba(72, 223, 255, 0.08), rgba(179, 79, 255, 0.1)),
    rgba(8, 11, 33, 0.72);
  box-shadow:
    0 24px 72px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(16px);
}

.home-use-cta-copy {
  min-width: 0;
}

.home-use-cta strong {
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(1.18rem, 1.8vw, 1.65rem);
  line-height: 1.05;
}

.home-use-cta p {
  max-width: 58ch;
  margin-top: 8px;
  font-size: clamp(0.86rem, 0.98vw, 0.98rem);
  line-height: 1.48;
}

.home-use-cta .primary-button {
  min-width: 178px;
  min-height: 46px;
  padding-inline: 20px;
}

.home-diagnosis {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.34fr);
  gap: clamp(20px, 4vw, 58px);
  align-items: center;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(72, 223, 255, 0.2);
  border-radius: 26px;
  background:
    linear-gradient(135deg, rgba(5, 8, 27, 0.72), rgba(12, 8, 34, 0.76)),
    url("./img/00/bg33.png") center right / cover no-repeat,
    radial-gradient(circle at 80% 50%, rgba(179, 79, 255, 0.14), transparent 30rem),
    linear-gradient(135deg, rgba(72, 223, 255, 0.07), rgba(179, 79, 255, 0.08)),
    rgba(5, 8, 27, 0.72);
  background-blend-mode: normal, soft-light, normal, normal, normal;
  box-shadow:
    0 28px 80px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(18px);
}

.home-diagnosis h2 {
  max-width: 14ch;
}

.home-trust-line {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.home-trust-line span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 0 11px;
  border-radius: 999px;
  color: rgba(238, 247, 255, 0.88);
  background: rgba(255, 255, 255, 0.055);
  font-size: 0.77rem;
  font-weight: 800;
  line-height: 1.1;
}

.home-trust-line svg {
  width: 16px;
  height: 16px;
  color: var(--cyan);
}

.home-diagnosis-actions {
  display: grid;
  gap: 12px;
}

.home-diagnosis-actions .primary-button,
.home-diagnosis-actions .secondary-button {
  width: 100%;
}

.services-route {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-areas:
    "gallery copy"
    "seo seo";
  grid-template-columns: minmax(420px, 0.92fr) minmax(420px, 0.88fr);
  gap: clamp(28px, 4vw, 70px) clamp(32px, 5vw, 86px);
  min-height: 100svh;
  align-items: center;
  padding: calc(var(--header-h) + 58px) clamp(22px, 7vw, 118px) 42px;
  overflow: visible;
}

.services-gallery {
  position: relative;
  grid-area: gallery;
  min-height: min(620px, 66svh);
}

.service-shot {
  --shot-transform: rotate(0deg);
  position: absolute;
  width: min(24vw, 330px);
  aspect-ratio: 1.25;
  overflow: hidden;
  border: 1px solid rgba(176, 219, 255, 0.18);
  border-radius: 18px;
  background-color: rgba(4, 7, 22, 0.38);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow:
    0 36px 82px rgba(0, 0, 0, 0.38),
    0 0 0 1px rgba(255, 255, 255, 0.035);
  cursor: pointer;
  outline: none;
  transform: var(--shot-transform);
  transform-origin: center;
  transition:
    opacity 240ms ease,
    filter 240ms ease,
    box-shadow 240ms ease,
    transform 280ms cubic-bezier(0.2, 0.8, 0.2, 1);
  animation: serviceShotFloat 6.8s ease-in-out infinite;
  will-change: transform;
}

.services-gallery:hover .service-shot:not(:hover) {
  opacity: 0.52;
  filter: saturate(0.74) brightness(0.76) blur(0.8px);
}

.service-shot:hover,
.service-shot:focus-visible {
  z-index: 12;
  opacity: 1;
  animation: none;
  filter: saturate(1.14) brightness(1.1);
  box-shadow:
    0 48px 100px rgba(0, 0, 0, 0.46),
    0 0 0 1px rgba(83, 244, 255, 0.38),
    0 0 34px rgba(83, 244, 255, 0.17);
  transform: var(--shot-transform) translateY(-12px) scale(1.08);
}

.service-shot img {
  display: none;
}

.service-shot:nth-child(1) {
  background-image: linear-gradient(rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.03)), url("./img/services/service-landing-01.png");
  left: 2%;
  top: 8%;
  z-index: 4;
  --shot-transform: rotate(-4deg) skewY(-3deg);
  --float-x: -4px;
  --float-y: -10px;
  animation-duration: 7.4s;
}

.service-shot:nth-child(2) {
  background-image: linear-gradient(rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.03)), url("./img/services/service-landing-02.png");
  left: 38%;
  top: 3%;
  z-index: 3;
  --shot-transform: rotate(3deg) skewY(-2deg) scale(0.88);
  --float-x: 6px;
  --float-y: -8px;
  animation-delay: -1.9s;
  animation-duration: 6.9s;
}

.service-shot:nth-child(3) {
  background-image: linear-gradient(rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.03)), url("./img/services/service-landing-03.png");
  left: 14%;
  top: 45%;
  z-index: 5;
  --shot-transform: rotate(2deg) skewY(-3deg) scale(0.88);
  --float-x: -5px;
  --float-y: 8px;
  animation-delay: -3.1s;
  animation-duration: 7.8s;
}

.service-shot:nth-child(4) {
  background-image: linear-gradient(rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.03)), url("./img/services/service-landing-04.png");
  left: 49%;
  top: 38%;
  z-index: 2;
  --shot-transform: rotate(-2deg) skewY(-2deg) scale(0.82);
  --float-x: 5px;
  --float-y: 7px;
  animation-delay: -4.2s;
  animation-duration: 7.1s;
}

@keyframes serviceShotFloat {
  0%,
  100% {
    transform: var(--shot-transform) translate3d(0, 0, 0);
  }

  50% {
    transform: var(--shot-transform) translate3d(var(--float-x, 0), var(--float-y, -8px), 0);
  }
}

.service-preview {
  position: fixed;
  inset: 0;
  z-index: 70;
  display: grid;
  place-items: center;
  padding: 22px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 45%, rgba(83, 244, 255, 0.12), transparent 38%),
    rgba(1, 4, 16, 0.56);
  backdrop-filter: blur(10px) saturate(122%);
  -webkit-backdrop-filter: blur(10px) saturate(122%);
  transition:
    opacity 220ms ease,
    visibility 220ms ease;
}

.service-preview.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.service-preview__panel {
  position: relative;
  width: min(760px, calc(100vw - 42px));
  padding: 10px;
  border: 1px solid rgba(83, 244, 255, 0.25);
  border-radius: 20px;
  background:
    linear-gradient(140deg, rgba(9, 17, 40, 0.9), rgba(33, 18, 74, 0.76)),
    rgba(5, 8, 26, 0.82);
  box-shadow:
    0 42px 120px rgba(0, 0, 0, 0.6),
    0 0 44px rgba(137, 83, 255, 0.17);
  transform: translateY(14px) scale(0.96);
  transition: transform 260ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.service-preview.is-open .service-preview__panel {
  transform: translateY(0) scale(1);
}

.service-preview__panel img {
  display: block;
  width: 100%;
  max-height: min(66svh, 560px);
  object-fit: contain;
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.28);
}

.service-preview__close {
  position: absolute;
  top: -14px;
  right: -14px;
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid rgba(207, 220, 255, 0.28);
  border-radius: 50%;
  color: #fff;
  background: rgba(14, 19, 45, 0.92);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.38);
  cursor: pointer;
  font-size: 1.3rem;
  line-height: 1;
}

.services-copy {
  position: relative;
  z-index: 2;
  grid-area: copy;
  width: 100%;
  max-width: 650px;
}

.services-kicker {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  margin: 0 0 18px;
  padding: 0 14px;
  border: 1px solid rgba(72, 223, 255, 0.22);
  border-radius: 10px;
  color: var(--cyan);
  background: rgba(255, 255, 255, 0.035);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.services-copy h1 {
  max-width: 10.5ch;
  margin: 0;
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 4.45vw, 5rem);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.services-copy h1 span {
  color: transparent;
  background: linear-gradient(105deg, #48dfff 0%, #5d8dff 45%, #b34fff 100%);
  background-clip: text;
  -webkit-background-clip: text;
}

.services-lead {
  max-width: 58ch;
  margin: 18px 0 24px;
  color: rgba(232, 241, 255, 0.72);
  font-size: clamp(0.94rem, 1.08vw, 1.08rem);
  font-weight: 560;
  line-height: 1.62;
}

.services-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  margin: 0 0 26px;
  padding: 0;
  list-style: none;
}

.services-list li {
  position: relative;
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 11px;
  min-height: 86px;
  align-items: start;
  padding: 12px 13px;
  overflow: hidden;
  border: 1px solid rgba(156, 135, 255, 0.17);
  border-radius: 14px;
  color: rgba(248, 251, 255, 0.9);
  background:
    radial-gradient(circle at 0% 0%, rgba(83, 244, 255, 0.1), transparent 42%),
    linear-gradient(135deg, rgba(12, 18, 45, 0.66), rgba(22, 11, 49, 0.46));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.055),
    0 16px 38px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(12px) saturate(120%);
  -webkit-backdrop-filter: blur(12px) saturate(120%);
  font-size: 0.82rem;
  font-weight: 760;
  line-height: 1.28;
  transition:
    border-color 220ms ease,
    background 220ms ease,
    box-shadow 220ms ease,
    transform 220ms ease;
}

.services-list li::after {
  position: absolute;
  right: -38px;
  bottom: -44px;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  content: "";
  background: radial-gradient(circle, rgba(179, 79, 255, 0.18), transparent 66%);
  opacity: 0.7;
  pointer-events: none;
}

.services-list li:hover {
  transform: translateY(-3px);
  border-color: rgba(83, 244, 255, 0.34);
  background:
    radial-gradient(circle at 0% 0%, rgba(83, 244, 255, 0.16), transparent 44%),
    linear-gradient(135deg, rgba(13, 23, 55, 0.78), rgba(35, 17, 74, 0.56));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.065),
    0 22px 48px rgba(0, 0, 0, 0.25),
    0 0 28px rgba(83, 244, 255, 0.08);
}

.service-item-icon {
  position: relative;
  z-index: 1;
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid rgba(83, 244, 255, 0.22);
  border-radius: 13px;
  color: var(--cyan);
  background:
    radial-gradient(circle at 50% 35%, rgba(83, 244, 255, 0.14), transparent 66%),
    rgba(255, 255, 255, 0.045);
  box-shadow: inset 0 0 18px rgba(83, 244, 255, 0.06);
}

.service-item-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.75;
  filter: drop-shadow(0 0 9px rgba(83, 244, 255, 0.2));
}

.services-list li div {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.services-list li b {
  display: block;
  margin-top: 1px;
  color: rgba(255, 255, 255, 0.96);
  font-size: 0.88rem;
  letter-spacing: 0;
  line-height: 1.18;
  overflow-wrap: break-word;
}

.services-list li div > span {
  display: block;
  margin-top: 5px;
  color: rgba(223, 232, 255, 0.67);
  font-size: 0.68rem;
  font-weight: 540;
  line-height: 1.34;
  overflow-wrap: anywhere;
}

.services-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.services-seo {
  grid-area: seo;
  display: block;
  width: min(1180px, 100%);
  margin: -4px auto 0;
  padding-top: clamp(18px, 2.3vw, 28px);
  border-top: 1px solid rgba(156, 135, 255, 0.18);
}

.services-seo-kicker {
  margin: 0 0 8px;
  color: var(--cyan);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.services-seo h2 {
  max-width: 980px;
  margin: 0;
  color: rgba(248, 251, 255, 0.96);
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 2.2vw, 2.35rem);
  font-weight: 760;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.services-seo-prose {
  display: grid;
  gap: clamp(12px, 1.5vw, 18px);
  width: 100%;
  max-width: 1120px;
  margin-top: clamp(14px, 2vw, 22px);
}

.services-seo-prose p {
  margin: 0;
  color: rgba(226, 234, 255, 0.78);
  font-size: clamp(0.9rem, 1vw, 1.06rem);
  font-weight: 450;
  line-height: 1.74;
  max-width: none;
}

.pricing-route {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 100svh;
  align-content: start;
  gap: clamp(8px, 1.2vh, 16px);
  padding: calc(var(--header-h) + 4px) clamp(20px, 7vw, 118px) 30px;
  overflow: hidden;
}

.pricing-route::before,
.pricing-route::after {
  position: absolute;
  z-index: -1;
  width: 38vw;
  min-width: 420px;
  height: 34vh;
  pointer-events: none;
  content: "";
  opacity: 0.6;
}

.pricing-route::before {
  right: -7vw;
  top: 8vh;
  background-image: radial-gradient(circle, rgba(107, 91, 255, 0.85) 1.5px, transparent 1.6px);
  background-size: 32px 32px;
  mask-image: linear-gradient(90deg, transparent, #000 28%, #000 72%, transparent);
}

.pricing-route::after {
  right: -3vw;
  bottom: 0;
  background:
    linear-gradient(140deg, transparent 0 12%, rgba(107, 91, 255, 0.58) 12.4% 12.9%, transparent 13.2% 100%),
    linear-gradient(160deg, transparent 0 22%, rgba(72, 223, 255, 0.24) 22.3% 22.8%, transparent 23.1% 100%),
    repeating-linear-gradient(16deg, transparent 0 18px, rgba(107, 91, 255, 0.22) 19px, transparent 20px 42px);
  filter: blur(0.1px);
  mask-image: linear-gradient(180deg, transparent, #000 26%, transparent);
}

.pricing-heading {
  display: grid;
  justify-items: center;
  width: min(980px, 100%);
  margin: 0 auto clamp(2px, 0.6vh, 8px);
  text-align: center;
}

.pricing-kicker {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  padding: 0 16px;
  border: 1px solid rgba(83, 244, 255, 0.28);
  border-radius: 10px;
  color: var(--cyan);
  background: rgba(10, 23, 52, 0.62);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.22);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.pricing-heading h1 {
  max-width: 14ch;
  margin: 0;
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.45vw, 3.8rem);
  font-weight: 800;
  line-height: 0.96;
  letter-spacing: -0.04em;
}

.pricing-heading h1 strong,
.home-section h2 strong,
.work-impact h2 strong {
  color: transparent;
  background: linear-gradient(105deg, #48dfff 0%, #5d8dff 45%, #b34fff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  font-weight: inherit;
}

p strong,
.home-seo-grid strong,
.work-impact-grid strong {
  color: rgba(255, 255, 255, 0.96);
  font-weight: 850;
}

.pricing-heading p {
  max-width: 88ch;
  margin: 18px 0 clamp(14px, 2.1vh, 26px);
  color: rgba(232, 241, 255, 0.72);
  font-size: clamp(0.82rem, 0.92vw, 0.95rem);
  font-weight: 520;
  line-height: 1.72;
}

.pricing-plans {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(22px, 3vw, 42px);
  width: min(1280px, 100%);
  margin: 0 auto;
  align-items: stretch;
}

.pricing-plan-card {
  position: relative;
  display: grid;
  align-content: start;
  justify-items: center;
  min-height: clamp(500px, 57vh, 590px);
  padding: clamp(16px, 1.45vw, 24px) clamp(18px, 1.8vw, 28px) clamp(16px, 1.8vw, 24px);
  border: 1px solid rgba(204, 217, 255, 0.38);
  border-radius: 24px;
  background:
    radial-gradient(circle at 50% 0%, rgba(179, 79, 255, 0.12), transparent 32%),
    linear-gradient(180deg, rgba(12, 13, 47, 0.7), rgba(2, 3, 16, 0.72));
  box-shadow:
    0 30px 90px rgba(0, 0, 0, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.055);
  backdrop-filter: blur(18px) saturate(135%);
  -webkit-backdrop-filter: blur(18px) saturate(135%);
  overflow: visible;
}

.pricing-plan-card::before {
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.09), transparent 28%),
    radial-gradient(circle at 50% 104%, rgba(93, 141, 255, 0.16), transparent 34%);
  opacity: 0.75;
}

.pricing-plan-card.is-featured {
  border-color: rgba(179, 79, 255, 0.9);
  background:
    radial-gradient(circle at 50% 0%, rgba(179, 79, 255, 0.2), transparent 34%),
    radial-gradient(circle at 100% 52%, rgba(72, 223, 255, 0.12), transparent 30%),
    linear-gradient(180deg, rgba(14, 14, 55, 0.82), rgba(4, 5, 19, 0.84));
  box-shadow:
    0 0 0 1px rgba(72, 223, 255, 0.42),
    0 0 30px rgba(179, 79, 255, 0.52),
    0 0 54px rgba(72, 223, 255, 0.24),
    0 36px 100px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.pricing-popular {
  position: absolute;
  top: -18px;
  left: 50%;
  z-index: 2;
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  padding: 0 28px;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, #5d51ff, #9a4fff);
  box-shadow:
    0 14px 32px rgba(107, 91, 255, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transform: translateX(-50%);
  white-space: nowrap;
}

.pricing-shield {
  position: relative;
  z-index: 1;
  width: clamp(40px, 3.5vw, 58px);
  height: auto;
  margin-bottom: 12px;
  opacity: 0.98;
  filter:
    drop-shadow(0 0 14px rgba(179, 79, 255, 0.45))
    drop-shadow(0 12px 22px rgba(0, 0, 0, 0.34));
}

.pricing-plan-card:nth-child(1) .pricing-shield {
  filter:
    sepia(1) saturate(400%) hue-rotate(214deg)
    drop-shadow(0 0 15px rgba(179, 79, 255, 0.5));
}

.pricing-plan-card:nth-child(2) .pricing-shield {
  filter:
    sepia(1) saturate(380%) hue-rotate(218deg)
    drop-shadow(0 0 18px rgba(179, 79, 255, 0.58));
}

.pricing-plan-card:nth-child(3) .pricing-shield {
  filter:
    sepia(1) saturate(420%) hue-rotate(172deg)
    drop-shadow(0 0 16px rgba(93, 141, 255, 0.55));
}

.pricing-plan-card h2,
.pricing-subtitle,
.pricing-price,
.pricing-term {
  position: relative;
  z-index: 1;
  margin: 0;
}

.pricing-plan-card h2 {
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 1.9vw, 1.9rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.07em;
  text-align: center;
  text-transform: uppercase;
}

.pricing-subtitle {
  margin-top: 6px;
  color: rgba(246, 249, 255, 0.78);
  font-size: clamp(0.9rem, 1.08vw, 1.05rem);
  line-height: 1.35;
  text-align: center;
}

.pricing-accent-line {
  position: relative;
  z-index: 1;
  width: 68px;
  height: 3px;
  margin: 16px 0 14px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--violet), transparent);
  box-shadow: 0 0 18px rgba(179, 79, 255, 0.34);
}

.pricing-plan-card:nth-child(3) .pricing-accent-line {
  background: linear-gradient(90deg, transparent, var(--blue), transparent);
  box-shadow: 0 0 18px rgba(93, 141, 255, 0.34);
}

.pricing-price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  gap: 9px;
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(2.55rem, 3.6vw, 3.85rem);
  font-weight: 800;
  line-height: 0.88;
  letter-spacing: -0.055em;
}

.pricing-price small {
  font-size: 0.46em;
  letter-spacing: -0.02em;
}

.pricing-price em {
  color: var(--violet-soft);
  font-family: var(--font-body);
  font-size: 0.22em;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0;
  white-space: nowrap;
}

.pricing-plan-card:nth-child(3) .pricing-price em,
.pricing-plan-card:nth-child(3) .pricing-plan-cta {
  color: #68a9ff;
}

.pricing-term {
  min-height: 22px;
  margin-top: 6px;
  color: rgba(222, 231, 255, 0.62);
  font-size: 0.78rem;
  font-weight: 760;
  letter-spacing: 0.04em;
  text-align: center;
}

.pricing-features {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: start;
  gap: 7px;
  width: 100%;
  margin: 17px 0 16px;
  padding: 17px 0 0;
  border-top: 1px solid rgba(156, 135, 255, 0.32);
  list-style: none;
}

.pricing-features li {
  position: relative;
  min-height: 22px;
  padding-left: 34px;
  color: rgba(248, 251, 255, 0.88);
  font-size: clamp(0.76rem, 0.88vw, 0.9rem);
  font-weight: 560;
  line-height: 1.45;
}

.pricing-features li::before {
  position: absolute;
  left: 0;
  top: 0.08em;
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  color: var(--violet);
  content: "✓";
  font-size: 0.86rem;
  font-weight: 900;
  line-height: 1;
}

.pricing-features li.pricing-note-line {
  min-height: 0;
  padding-left: 0;
  color: rgba(217, 227, 255, 0.68);
  font-size: clamp(0.69rem, 0.76vw, 0.78rem);
  font-weight: 650;
  line-height: 1.35;
}

.pricing-features li.pricing-note-line::before {
  display: none;
}

.pricing-features li.pricing-note-line + li.pricing-note-line {
  margin-top: -3px;
  color: rgba(83, 244, 255, 0.78);
}

.pricing-plan-card:nth-child(3) .pricing-features li::before {
  color: var(--blue);
}

.pricing-plan-cta {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 100%;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  margin-top: 6px;
  border: 1px solid rgba(179, 79, 255, 0.78);
  border-radius: 9px;
  color: var(--violet-soft);
  background: rgba(4, 5, 19, 0.28);
  font-size: clamp(0.94rem, 1.16vw, 1.08rem);
  font-weight: 850;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.pricing-plan-card.is-featured .pricing-plan-cta {
  border-color: transparent;
  color: #fff;
  background: linear-gradient(135deg, #6a4dff, #2827e6);
  box-shadow: 0 18px 42px rgba(77, 74, 255, 0.32);
}

.pricing-plan-card:nth-child(3) .pricing-plan-cta {
  border-color: rgba(93, 141, 255, 0.82);
}

.pricing-plan-cta:hover,
.pricing-plan-cta:focus-visible {
  border-color: rgba(72, 223, 255, 0.84);
  background: linear-gradient(135deg, rgba(72, 223, 255, 0.16), rgba(179, 79, 255, 0.18));
  box-shadow: 0 20px 44px rgba(72, 223, 255, 0.18);
  outline: none;
  transform: translateY(-2px);
}

.work-route {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 100svh;
  align-content: center;
  gap: clamp(18px, 2.2vh, 30px);
  padding: calc(var(--header-h) + 56px) clamp(20px, 6vw, 96px) 34px;
  overflow: hidden;
}

.work-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
  gap: 28px;
  width: min(1480px, 100%);
  margin: 0 auto;
  align-items: end;
}

.work-kicker {
  margin: 0 0 8px;
  color: var(--violet-soft);
  font-size: 0.9rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.work-heading h1 {
  margin: 0;
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 5.3vw, 5rem);
  font-weight: 800;
  line-height: 0.92;
  letter-spacing: -0.055em;
}

.work-heading h1 strong {
  color: transparent;
  background: linear-gradient(110deg, #48dfff, #5d8dff 42%, #b34fff 88%);
  background-clip: text;
  -webkit-background-clip: text;
  font-weight: inherit;
}

.work-heading p {
  max-width: 620px;
  margin: 14px 0 0;
  color: rgba(230, 236, 255, 0.72);
  font-size: clamp(0.9rem, 1.05vw, 1.05rem);
  font-weight: 540;
  line-height: 1.55;
}

.work-proof {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 18px 20px;
  border: 1px solid rgba(179, 79, 255, 0.58);
  border-radius: 14px;
  background:
    radial-gradient(circle at 0% 50%, rgba(83, 244, 255, 0.13), transparent 34%),
    linear-gradient(135deg, rgba(20, 18, 58, 0.86), rgba(8, 9, 28, 0.9));
  box-shadow:
    0 20px 54px rgba(0, 0, 0, 0.38),
    0 0 28px rgba(179, 79, 255, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px) saturate(130%);
  -webkit-backdrop-filter: blur(16px) saturate(130%);
}

.work-proof span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(179, 79, 255, 0.7);
  border-radius: 50%;
  color: var(--violet-soft);
  box-shadow: 0 0 24px rgba(179, 79, 255, 0.16);
}

.work-proof svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.work-proof p {
  margin: 0;
  color: rgba(248, 251, 255, 0.82);
  font-size: 0.86rem;
  line-height: 1.45;
}

.work-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(14px, 1.45vw, 22px);
  width: min(1480px, 100%);
  margin: 0 auto;
}

.work-card {
  position: relative;
  display: grid;
  min-width: 0;
  padding: 13px 13px 20px;
  border: 1px solid rgba(156, 135, 255, 0.26);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(18, 20, 56, 0.42), rgba(5, 7, 25, 0.34)),
    rgba(4, 6, 20, 0.26);
  box-shadow:
    0 24px 68px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.055);
  backdrop-filter: blur(14px) saturate(128%);
  -webkit-backdrop-filter: blur(14px) saturate(128%);
  overflow: hidden;
}

.work-card.is-featured {
  border-color: rgba(179, 79, 255, 0.82);
  box-shadow:
    0 0 0 1px rgba(179, 79, 255, 0.32),
    0 0 34px rgba(179, 79, 255, 0.34),
    0 30px 74px rgba(0, 0, 0, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.work-card::after {
  position: absolute;
  inset: auto 18px 0;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(72, 223, 255, 0.32), transparent);
  opacity: 0.48;
}

.work-thumb {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9.25;
  overflow: hidden;
  border-radius: 10px;
  background:
    linear-gradient(135deg, rgba(72, 223, 255, 0.07), rgba(179, 79, 255, 0.1)),
    rgba(255, 255, 255, 0.035);
}

.work-thumb::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 34%, rgba(5, 7, 25, 0.14));
}

.work-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transform: scale(1.01);
  transition: transform 420ms cubic-bezier(0.16, 1, 0.3, 1);
}

.work-thumb.is-missing::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: grid;
  place-items: center;
  color: rgba(248, 251, 255, 0.58);
  content: "Add project thumbnail";
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.work-card:hover .work-thumb img {
  transform: scale(1.05);
}

.work-card-head {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  margin-top: 18px;
}

.work-logo {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  padding: 6px;
  border: 1px solid rgba(176, 219, 255, 0.25);
  border-radius: 12px;
  color: #fff;
  background:
    radial-gradient(circle at 30% 20%, rgba(72, 223, 255, 0.2), transparent 48%),
    linear-gradient(135deg, rgba(72, 223, 255, 0.13), rgba(179, 79, 255, 0.18));
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.24);
  font-family: var(--font-display);
  font-size: 0.86rem;
  font-weight: 800;
}

.work-logo img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 0 10px rgba(72, 223, 255, 0.16));
}

.work-card-head h2,
.work-card-head p {
  margin: 0;
}

.work-card-head h2 {
  overflow: hidden;
  color: #fff;
  font-size: clamp(0.92rem, 1vw, 1.08rem);
  font-weight: 850;
  line-height: 1.16;
  text-overflow: ellipsis;
}

.work-card-head p {
  margin-top: 3px;
  color: rgba(222, 231, 255, 0.58);
  font-size: 0.76rem;
  font-weight: 600;
  line-height: 1.24;
  overflow-wrap: anywhere;
}

.work-card-head b {
  grid-column: 2;
  justify-self: start;
  margin-top: 5px;
  padding: 7px 11px;
  border: 1px solid rgba(179, 79, 255, 0.42);
  border-radius: 8px;
  color: var(--violet-soft);
  background: rgba(179, 79, 255, 0.055);
  font-size: 0.68rem;
  font-weight: 760;
  line-height: 1;
}

.work-card-copy {
  min-height: 90px;
  margin: 18px 0 18px;
  color: rgba(232, 239, 255, 0.75);
  font-size: clamp(0.84rem, 0.9vw, 0.95rem);
  font-weight: 510;
  line-height: 1.55;
}

.work-live-link {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  color: var(--violet-soft);
  font-size: 0.9rem;
  font-weight: 850;
}

.work-live-link i,
.work-more a i {
  font-style: normal;
  transition: transform 160ms ease;
}

.work-live-link:hover i,
.work-live-link:focus-visible i,
.work-more a:hover i,
.work-more a:focus-visible i {
  transform: translate(3px, -3px);
}

.work-more {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  width: min(780px, 100%);
  margin: 0 auto;
  padding: 16px 20px;
  border: 1px solid rgba(179, 79, 255, 0.46);
  border-radius: 12px;
  background:
    radial-gradient(circle at 8% 50%, rgba(83, 244, 255, 0.1), transparent 34%),
    linear-gradient(90deg, rgba(76, 29, 154, 0.24), rgba(13, 16, 42, 0.78) 48%, rgba(52, 22, 103, 0.32)),
    rgba(2, 4, 15, 0.88);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.055),
    inset 0 0 28px rgba(179, 79, 255, 0.08),
    0 24px 70px rgba(0, 0, 0, 0.34),
    0 0 34px rgba(179, 79, 255, 0.12);
  backdrop-filter: blur(16px) saturate(130%);
  -webkit-backdrop-filter: blur(16px) saturate(130%);
}

.work-more > span {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  color: var(--violet-soft);
}

.work-more svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.45;
  filter: drop-shadow(0 0 16px rgba(179, 79, 255, 0.35));
}

.work-more p,
.work-more b,
.work-more small {
  display: block;
  margin: 0;
}

.work-more b {
  color: #fff;
  font-size: 0.95rem;
  line-height: 1.25;
}

.work-more small {
  margin-top: 4px;
  color: rgba(224, 233, 255, 0.78);
  font-size: 0.82rem;
  line-height: 1.35;
}

.work-more a {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 20px;
  border: 1px solid rgba(179, 79, 255, 0.72);
  border-radius: 8px;
  color: #fff;
  background:
    linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.2) 46%, transparent 72%) -140% 0 / 72% 100% no-repeat,
    linear-gradient(135deg, rgba(179, 79, 255, 0.2), rgba(83, 244, 255, 0.06)),
    rgba(11, 13, 35, 0.78);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 0 22px rgba(179, 79, 255, 0.1);
  font-size: 0.84rem;
  font-weight: 850;
  white-space: nowrap;
  animation:
    workCtaPulse 2.8s ease-in-out infinite,
    workCtaShine 4.2s ease-in-out 0.8s infinite;
  transition:
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.work-more a::before {
  position: absolute;
  inset: -7px;
  z-index: -1;
  border-radius: 12px;
  content: "";
  background:
    radial-gradient(circle at 24% 50%, rgba(83, 244, 255, 0.26), transparent 58%),
    radial-gradient(circle at 76% 50%, rgba(179, 79, 255, 0.28), transparent 58%);
  filter: blur(10px);
  opacity: 0.58;
  animation: workCtaHalo 2.8s ease-in-out infinite;
}

.work-more a::after {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  content: "";
  background: var(--cyan);
  box-shadow:
    0 0 10px rgba(83, 244, 255, 0.9),
    0 0 22px rgba(179, 79, 255, 0.55);
  animation: workCtaDot 1.8s ease-in-out infinite;
}

.work-more a:hover,
.work-more a:focus-visible {
  border-color: rgba(83, 244, 255, 0.62);
  outline: none;
  background:
    linear-gradient(135deg, rgba(179, 79, 255, 0.32), rgba(83, 244, 255, 0.12)),
    rgba(14, 18, 46, 0.86);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 0 30px rgba(83, 244, 255, 0.14);
  transform: translateY(-1px);
}

.work-more a:hover::before,
.work-more a:focus-visible::before {
  opacity: 0.88;
}

.work-impact {
  display: grid;
  grid-template-columns: minmax(260px, 0.55fr) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 56px);
  width: min(1480px, 100%);
  margin: 0 auto;
  padding: 18px 0 8px;
  border-top: 1px solid rgba(156, 135, 255, 0.16);
}

.work-impact h2 {
  max-width: 17ch;
  margin: 12px 0 0;
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 2.6vw, 3rem);
  line-height: 1.02;
  letter-spacing: 0;
}

.work-footer-proof {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr) minmax(0, 1.2fr);
  gap: 28px;
  align-items: center;
  width: min(1480px, 100%);
  margin: 0 auto;
  padding-top: 18px;
  border-top: 1px solid rgba(156, 135, 255, 0.18);
}

.work-footer-proof img {
  width: 56px;
  opacity: 0.86;
  filter: drop-shadow(0 0 20px rgba(156, 135, 255, 0.24));
}

.work-footer-proof p {
  margin: 0;
  color: rgba(232, 239, 255, 0.7);
  font-size: 0.88rem;
  line-height: 1.5;
}

.work-footer-proof p:last-child {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding-left: 30px;
  border-left: 1px solid rgba(156, 135, 255, 0.2);
}

.work-footer-proof p:last-child svg {
  width: 32px;
  height: 32px;
  padding: 8px;
  border: 1px solid rgba(179, 79, 255, 0.42);
  border-radius: 50%;
  fill: none;
  stroke: var(--violet-soft);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.75;
}

.about-route {
  position: relative;
  z-index: 1;
  display: grid;
  width: 100%;
  grid-template-columns: minmax(500px, 0.9fr) minmax(560px, 1.1fr);
  gap: clamp(18px, 2.6vw, 44px);
  min-height: 100svh;
  align-content: center;
  padding: calc(var(--header-h) + 42px) clamp(20px, 5.6vw, 96px) 26px;
  overflow: hidden;
}

.about-copy,
.about-visual {
  min-width: 0;
}

.about-kicker {
  margin: 0 0 18px;
  color: var(--violet);
  font-size: 0.92rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-copy h1 {
  max-width: 820px;
  margin: 0;
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(2.85rem, 4.3vw, 4.45rem);
  font-weight: 800;
  line-height: 0.96;
  letter-spacing: -0.055em;
}

.about-copy h1 strong {
  display: block;
  color: transparent;
  background: linear-gradient(110deg, #48dfff 0%, #4f6cff 44%, #b34fff 88%);
  background-clip: text;
  -webkit-background-clip: text;
  font-weight: inherit;
}

.about-copy p {
  max-width: 640px;
  margin: 22px 0 0;
  color: rgba(248, 251, 255, 0.82);
  font-size: clamp(0.96rem, 1.02vw, 1.1rem);
  font-weight: 520;
  line-height: 1.62;
}

.about-copy p + p {
  margin-top: 16px;
}

.about-rule {
  display: block;
  width: 58px;
  height: 2px;
  margin: 18px 0 20px;
  background: linear-gradient(90deg, var(--violet), transparent);
  box-shadow: 0 0 18px rgba(179, 79, 255, 0.5);
}

.about-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: clamp(10px, 1.2vw, 18px);
}

.about-stats article,
.about-principles,
.about-bottom {
  border: 1px solid rgba(156, 135, 255, 0.24);
  background:
    linear-gradient(180deg, rgba(18, 20, 56, 0.36), rgba(5, 7, 25, 0.24)),
    rgba(4, 6, 20, 0.28);
  box-shadow:
    0 26px 70px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.055);
  backdrop-filter: blur(14px) saturate(128%);
  -webkit-backdrop-filter: blur(14px) saturate(128%);
}

.about-stats article {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  grid-template-areas:
    "icon number"
    "label label";
  column-gap: 10px;
  row-gap: 7px;
  min-height: 88px;
  align-content: center;
  justify-items: start;
  padding: 13px 12px;
  border-radius: 14px;
  text-align: left;
}

.about-stats svg {
  grid-area: icon;
  align-self: center;
  width: 29px;
  height: 29px;
  margin: 0;
  fill: none;
  stroke: var(--violet);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.65;
  filter: drop-shadow(0 0 18px rgba(179, 79, 255, 0.42));
}

.about-stats strong {
  grid-area: number;
  align-self: center;
  color: var(--violet);
  font-family: var(--font-display);
  font-size: clamp(1.65rem, 2vw, 2.22rem);
  line-height: 0.9;
}

.about-stats span {
  grid-area: label;
  max-width: none;
  margin-top: 0;
  color: rgba(248, 251, 255, 0.84);
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.22;
  overflow-wrap: break-word;
}

.about-visual {
  display: grid;
  align-content: start;
  align-self: start;
  gap: 12px;
}

.about-team-card {
  position: relative;
  display: block;
  height: clamp(300px, 43vh, 430px);
  min-height: 0;
  margin: 4px 0 0;
  overflow: hidden;
  border: 1px solid rgba(156, 135, 255, 0.34);
  border-radius: 14px;
  background:
    radial-gradient(circle at 48% 48%, rgba(179, 79, 255, 0.22), transparent 42%),
    rgba(5, 7, 25, 0.42);
  box-shadow:
    0 30px 84px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.065);
}

.about-follow-channel {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 10px;
  min-height: 38px;
  margin-top: 10px;
  padding: 0 14px;
  border: 1px solid rgba(255, 60, 92, 0.32);
  border-radius: 999px;
  color: rgba(248, 251, 255, 0.9);
  background:
    radial-gradient(circle at 12% 50%, rgba(255, 34, 78, 0.22), transparent 58%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05), rgba(179, 79, 255, 0.05)),
    rgba(6, 8, 26, 0.58);
  box-shadow:
    0 0 20px rgba(255, 34, 78, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px) saturate(130%);
  -webkit-backdrop-filter: blur(12px) saturate(130%);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.about-follow-channel svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: #ff3c5c;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.65;
  filter: drop-shadow(0 0 12px rgba(255, 34, 78, 0.45));
}

.about-follow-channel:hover,
.about-follow-channel:focus-visible {
  border-color: rgba(255, 66, 110, 0.58);
  outline: none;
  box-shadow:
    0 0 26px rgba(255, 34, 78, 0.16),
    0 0 32px rgba(179, 79, 255, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  transform: translateY(-1px);
}

.about-video-card {
  cursor: pointer;
  isolation: isolate;
}

.about-video-card::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  content: "";
  background:
    radial-gradient(circle at 50% 50%, rgba(83, 244, 255, 0.14), transparent 36%),
    linear-gradient(90deg, rgba(2, 4, 16, 0.22), rgba(14, 9, 38, 0.2) 46%, rgba(2, 4, 16, 0.28));
  backdrop-filter: blur(2px) saturate(112%);
  -webkit-backdrop-filter: blur(2px) saturate(112%);
}

.about-team-card::after {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  content: "";
  background:
    radial-gradient(circle at 50% 48%, rgba(179, 79, 255, 0.18), transparent 32%),
    linear-gradient(180deg, rgba(2, 4, 16, 0.06), rgba(4, 6, 20, 0.42));
}

.about-team-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.88;
  filter: saturate(108%) contrast(106%) brightness(0.82);
  transition:
    filter 240ms ease,
    opacity 240ms ease,
    transform 320ms ease;
}

.about-video-card:hover img,
.about-video-card:focus-visible img {
  opacity: 0.96;
  filter: saturate(112%) contrast(108%) brightness(0.9);
  transform: scale(1.025);
}

.about-video-card:focus-visible {
  outline: 2px solid rgba(83, 244, 255, 0.62);
  outline-offset: 4px;
}

.about-video-play {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  display: grid;
  width: clamp(70px, 7vw, 92px);
  height: clamp(70px, 7vw, 92px);
  place-items: center;
  border: 1px solid rgba(179, 79, 255, 0.62);
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 30%, rgba(83, 244, 255, 0.34), transparent 42%),
    linear-gradient(135deg, rgba(83, 244, 255, 0.34), rgba(179, 79, 255, 0.72));
  box-shadow:
    0 0 36px rgba(179, 79, 255, 0.28),
    0 22px 64px rgba(0, 0, 0, 0.44),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
  transform: translate(-50%, -50%);
  transition:
    box-shadow 220ms ease,
    transform 220ms ease;
}

.about-video-play::before {
  width: 0;
  height: 0;
  margin-left: 7px;
  border-block: 15px solid transparent;
  border-left: 22px solid #fff;
  content: "";
  filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.28));
}

.about-video-card:hover .about-video-play,
.about-video-card:focus-visible .about-video-play {
  box-shadow:
    0 0 48px rgba(83, 244, 255, 0.24),
    0 0 54px rgba(179, 79, 255, 0.34),
    0 24px 70px rgba(0, 0, 0, 0.46),
    inset 0 1px 0 rgba(255, 255, 255, 0.25);
  transform: translate(-50%, -50%) scale(1.06);
}

.about-principles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-radius: 14px;
  overflow: hidden;
}

.about-principles article {
  min-height: 142px;
  padding: 24px 28px;
}

.about-principles article + article {
  border-left: 1px solid rgba(156, 135, 255, 0.24);
}

.about-visual .about-principles article {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 14px;
  align-items: start;
  min-height: 0;
  padding: 20px 22px;
}

.about-visual .about-principles article + article {
  border-top: 0;
  border-left: 1px solid rgba(156, 135, 255, 0.24);
}

.about-principles svg {
  width: 36px;
  height: 36px;
  margin-bottom: 12px;
  fill: none;
  stroke: var(--violet);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.65;
  filter: drop-shadow(0 0 18px rgba(179, 79, 255, 0.34));
}

.about-visual .about-principles svg {
  grid-row: 1 / 3;
  width: 32px;
  height: 32px;
  margin: 2px 0 0;
}

.about-principles h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 0.96rem;
  font-weight: 850;
}

.about-principles p {
  max-width: 34ch;
  margin: 0;
  color: rgba(248, 251, 255, 0.74);
  font-size: 0.82rem;
  font-weight: 520;
  line-height: 1.52;
}

.about-bottom {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(240px, 0.45fr) minmax(0, 1fr);
  gap: clamp(18px, 2vw, 34px);
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding: 20px 32px;
  border-radius: 14px;
}

.about-bottom p {
  margin: 0;
  color: #fff;
  font-size: clamp(1.25rem, 1.7vw, 1.65rem);
  font-weight: 560;
  line-height: 1.28;
}

.about-bottom p::first-line {
  color: rgba(248, 251, 255, 0.95);
}

.about-bottom ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-bottom li {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-height: 62px;
  padding: 0 12px;
  border-left: 1px solid rgba(156, 135, 255, 0.22);
}

.about-bottom svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: var(--violet);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.75;
}

.about-bottom span {
  color: rgba(248, 251, 255, 0.88);
  font-size: clamp(0.76rem, 0.78vw, 0.86rem);
  font-weight: 650;
  line-height: 1.3;
}

.about-tech-stack {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(160px, 0.18fr) minmax(0, 1fr);
  gap: clamp(10px, 1.2vw, 18px);
  align-items: center;
  width: 100%;
  padding: 16px 18px;
  border: 1px solid rgba(156, 135, 255, 0.24);
  border-radius: 14px;
  background:
    radial-gradient(circle at 4% 50%, rgba(83, 244, 255, 0.1), transparent 28%),
    linear-gradient(90deg, rgba(7, 10, 30, 0.82), rgba(28, 14, 62, 0.42)),
    rgba(3, 5, 18, 0.74);
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.055);
  backdrop-filter: blur(16px) saturate(128%);
  -webkit-backdrop-filter: blur(16px) saturate(128%);
}

.about-tech-head span,
.about-tech-head h2 {
  display: block;
  margin: 0;
}

.about-tech-head span {
  color: var(--cyan);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.about-tech-head h2 {
  max-width: 16ch;
  margin-top: 7px;
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(1.12rem, 1.35vw, 1.42rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.about-tech-stack ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(148px, 1fr));
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-tech-stack li {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 9px;
  align-items: center;
  min-height: 42px;
  padding: 8px 11px;
  border: 1px solid rgba(176, 219, 255, 0.12);
  border-radius: 10px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
    rgba(4, 7, 22, 0.36);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.045);
  transition:
    border-color 180ms ease,
    transform 180ms ease,
    background 180ms ease;
}

.about-tech-stack li:hover {
  transform: translateY(-2px);
  border-color: rgba(83, 244, 255, 0.3);
  background:
    linear-gradient(135deg, rgba(83, 244, 255, 0.09), rgba(179, 79, 255, 0.05)),
    rgba(6, 10, 28, 0.52);
}

.about-tech-stack img {
  display: block;
  width: 24px;
  height: 24px;
  object-fit: contain;
  filter: drop-shadow(0 0 10px rgba(83, 244, 255, 0.12));
}

.about-tech-stack img.tech-logo-invert {
  filter: invert(1) drop-shadow(0 0 10px rgba(83, 244, 255, 0.12));
}

.about-tech-stack li span {
  min-width: 0;
  color: rgba(242, 247, 255, 0.88);
  font-size: clamp(0.66rem, 0.7vw, 0.74rem);
  font-weight: 760;
  line-height: 1.16;
  white-space: normal;
}

.about-seo {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(250px, 0.36fr) minmax(0, 1fr);
  gap: clamp(18px, 3vw, 46px);
  width: 100%;
  padding: 24px 0 0;
  border-top: 1px solid rgba(156, 135, 255, 0.18);
}

.about-seo-kicker {
  margin: 0 0 8px;
  color: var(--cyan);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.about-seo h2 {
  max-width: 28ch;
  margin: 0;
  color: rgba(248, 251, 255, 0.96);
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 1.9vw, 1.95rem);
  font-weight: 760;
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.about-seo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 1.8vw, 26px);
}

.about-seo article {
  min-width: 0;
  padding-left: 15px;
  border-left: 1px solid rgba(83, 244, 255, 0.22);
}

.about-seo h3 {
  margin: 0 0 7px;
  color: rgba(255, 255, 255, 0.94);
  font-size: clamp(0.92rem, 1vw, 1.06rem);
  font-weight: 850;
  line-height: 1.22;
}

.about-seo p {
  margin: 0;
  color: rgba(223, 232, 255, 0.68);
  font-size: clamp(0.78rem, 0.88vw, 0.9rem);
  font-weight: 450;
  line-height: 1.58;
}

.contact-route {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(380px, 0.88fr) minmax(520px, 760px);
  gap: clamp(22px, 3.1vw, 48px);
  min-height: 100svh;
  align-content: center;
  max-width: 1680px;
  margin-inline: auto;
  padding: calc(var(--header-h) + 28px) clamp(18px, 4vw, 72px) 22px;
  overflow: hidden;
}

.contact-copy,
.contact-form-card {
  min-width: 0;
}

.contact-kicker {
  margin: 0 0 12px;
  color: var(--violet);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-copy h1 {
  max-width: 620px;
  margin: 0;
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(2.55rem, 3.85vw, 4.25rem);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.contact-copy h1 strong {
  display: block;
  color: transparent;
  background: linear-gradient(110deg, #48dfff 0%, #4f6cff 44%, #b34fff 88%);
  background-clip: text;
  -webkit-background-clip: text;
  font-weight: inherit;
}

.contact-copy > p {
  max-width: 520px;
  margin: 18px 0 0;
  color: rgba(248, 251, 255, 0.82);
  font-size: clamp(0.86rem, 0.92vw, 0.98rem);
  font-weight: 520;
  line-height: 1.52;
}

.contact-rule {
  display: block;
  width: 64px;
  height: 2px;
  margin: 22px 0 14px;
  background: linear-gradient(90deg, var(--violet), transparent);
  box-shadow: 0 0 18px rgba(179, 79, 255, 0.5);
}

.contact-list {
  display: grid;
  width: min(390px, 100%);
}

.contact-list a,
.contact-list div {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 62px;
  border-bottom: 1px solid rgba(156, 135, 255, 0.16);
}

.contact-list svg {
  width: 24px;
  height: 24px;
  padding: 9px;
  box-sizing: content-box;
  border: 1px solid rgba(179, 79, 255, 0.42);
  border-radius: 16px;
  fill: none;
  stroke: var(--violet);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.65;
  background: rgba(179, 79, 255, 0.055);
  filter: drop-shadow(0 0 16px rgba(179, 79, 255, 0.28));
}

.contact-list svg.brand-icon {
  fill: currentColor;
  stroke: none;
  stroke-width: 0;
}

.contact-list svg.brand-icon-linkedin {
  color: #67d8ff;
}

.contact-list svg.brand-icon-nextdoor {
  color: #8aff70;
}

.contact-list svg.brand-icon-google {
  color: #fff;
  background: rgba(255, 255, 255, 0.075);
}

.contact-list b,
.contact-list small {
  display: block;
}

.contact-list b {
  color: #fff;
  font-size: 0.86rem;
  font-weight: 850;
}

.contact-list small {
  margin-top: 4px;
  color: rgba(248, 251, 255, 0.76);
  font-size: 0.82rem;
}

.contact-promise {
  position: relative;
  inset: auto;
  display: grid;
  width: min(390px, 100%);
  min-height: 0;
  margin-top: 18px;
  padding: 20px 22px;
  border: 1px solid rgba(156, 135, 255, 0.34);
  border-radius: 14px;
  background:
    radial-gradient(circle at 30% 18%, rgba(92, 55, 255, 0.2), transparent 34%),
    rgba(5, 8, 24, 0.36);
  box-shadow:
    0 28px 70px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.055);
  backdrop-filter: blur(14px) saturate(128%);
  -webkit-backdrop-filter: blur(14px) saturate(128%);
}

.contact-promise svg {
  width: 34px;
  height: 34px;
  margin-bottom: 14px;
  padding: 9px;
  border-radius: 14px;
  fill: none;
  stroke: var(--violet);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.65;
  background: rgba(179, 79, 255, 0.1);
  box-shadow: 0 0 32px rgba(83, 77, 255, 0.26);
}

.contact-promise h2,
.contact-promise p {
  margin: 0;
}

.contact-promise h2 {
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 1.22vw, 1.22rem);
  line-height: 1.16;
  letter-spacing: -0.025em;
}

.contact-promise h2::first-line {
  color: #fff;
}

.contact-promise span {
  display: block;
  width: 52px;
  height: 2px;
  margin: 14px 0;
  background: linear-gradient(90deg, var(--violet), transparent);
}

.contact-promise p {
  color: rgba(248, 251, 255, 0.8);
  font-size: 0.8rem;
  line-height: 1.45;
}

.contact-form-card {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  align-self: center;
  justify-self: end;
  width: min(100%, 760px);
  padding: clamp(18px, 1.6vw, 26px);
  border: 1px solid rgba(179, 79, 255, 0.42);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(16, 18, 54, 0.42), rgba(5, 7, 25, 0.36)),
    rgba(4, 6, 20, 0.34);
  box-shadow:
    0 34px 88px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(16px) saturate(130%);
  -webkit-backdrop-filter: blur(16px) saturate(130%);
}

.contact-form-head,
.contact-wide,
.contact-actions,
.contact-status {
  grid-column: 1 / -1;
}

.contact-form-head {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  margin-bottom: 4px;
}

.contact-form-head > span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(179, 79, 255, 0.38);
  border-radius: 18px;
  background: rgba(179, 79, 255, 0.08);
}

.contact-form-head svg,
.contact-form-card label svg,
.contact-actions p svg {
  fill: none;
  stroke: var(--violet-soft);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.75;
}

.contact-form-head svg {
  width: 22px;
  height: 22px;
}

.contact-form-head h2,
.contact-form-head p {
  margin: 0;
}

.contact-form-head h2 {
  color: #fff;
  font-size: 1rem;
  font-weight: 850;
}

.contact-form-head p {
  margin-top: 3px;
  color: rgba(248, 251, 255, 0.72);
  font-size: 0.8rem;
  line-height: 1.32;
}

.contact-form-card label {
  display: grid;
  gap: 8px;
  min-height: 62px;
  padding: 12px 14px;
  border: 1px solid rgba(156, 135, 255, 0.22);
  border-radius: 10px;
  background: rgba(3, 6, 20, 0.34);
}

.contact-form-card label span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 850;
}

.contact-form-card label svg {
  width: 16px;
  height: 16px;
}

.contact-form-card input,
.contact-form-card select,
.contact-form-card textarea {
  width: 100%;
  min-width: 0;
  border: 0;
  color: rgba(248, 251, 255, 0.92);
  background: transparent;
  font: inherit;
  font-size: 0.82rem;
  outline: none;
}

.contact-form-card select {
  color: rgba(248, 251, 255, 0.74);
}

.contact-form-card option {
  color: #111827;
}

.contact-form-card textarea {
  min-height: 68px;
  resize: vertical;
}

.contact-form-card ::placeholder {
  color: rgba(226, 237, 255, 0.48);
}

.contact-actions {
  display: flex;
  gap: 18px;
  align-items: center;
  margin-top: 2px;
}

.contact-actions button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 20px;
  border: 0;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, #4c35ff, #7f2cff);
  box-shadow: 0 20px 42px rgba(77, 74, 255, 0.28);
  font-size: 0.86rem;
  font-weight: 850;
}

.contact-actions button i {
  font-style: normal;
}

.contact-actions p {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  max-width: 270px;
  margin: 0;
  color: rgba(248, 251, 255, 0.66);
  font-size: 0.75rem;
  line-height: 1.42;
}

.contact-actions p svg {
  width: 20px;
  height: 20px;
}

.contact-status {
  min-height: 18px;
  margin: -4px 0 0;
  color: var(--cyan);
  font-size: 0.78rem;
  font-weight: 700;
}

.contact-bottom {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
  margin-top: 2px;
  border: 1px solid rgba(156, 135, 255, 0.24);
  border-radius: 12px;
  background: rgba(5, 8, 24, 0.36);
  box-shadow: 0 24px 66px rgba(0, 0, 0, 0.26);
  backdrop-filter: blur(14px) saturate(128%);
  -webkit-backdrop-filter: blur(14px) saturate(128%);
  overflow: hidden;
}

.contact-bottom article {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-height: 66px;
  padding: 14px 22px;
}

.contact-bottom article + article {
  border-left: 1px solid rgba(156, 135, 255, 0.18);
}

.contact-bottom svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: var(--violet);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
  filter: drop-shadow(0 0 14px rgba(179, 79, 255, 0.32));
}

.contact-bottom b,
.contact-bottom small {
  display: block;
}

.contact-bottom b {
  color: #fff;
  font-size: 0.8rem;
  font-weight: 850;
}

.contact-bottom small {
  margin-top: 3px;
  color: rgba(248, 251, 255, 0.72);
  font-size: 0.72rem;
}

.contact-footer {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  justify-self: center;
  width: min(620px, 100%);
  color: rgba(248, 251, 255, 0.74);
}

.contact-footer img {
  width: 42px;
  opacity: 0.9;
  filter: drop-shadow(0 0 18px rgba(156, 135, 255, 0.26));
}

.contact-footer p {
  margin: 0;
  font-size: 0.76rem;
  line-height: 1.42;
}

.reviews-route {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(250px, 0.3fr) minmax(0, 1fr);
  grid-template-areas:
    "copy cards"
    ". stats"
    ". proof";
  column-gap: clamp(18px, 2.4vw, 42px);
  row-gap: 18px;
  min-height: 100svh;
  align-content: center;
  padding:
    calc(var(--header-h) + 36px)
    clamp(20px, 4.6vw, 82px)
    24px
    clamp(88px, 7vw, 124px);
  overflow: hidden;
}

.reviews-copy {
  grid-area: copy;
  align-self: center;
  min-width: 0;
}

.reviews-kicker {
  margin: 0 0 16px;
  color: var(--violet);
  font-size: 0.92rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.reviews-copy h1 {
  max-width: 7.2ch;
  margin: 0;
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(3.15rem, 4.7vw, 5.15rem);
  font-weight: 800;
  line-height: 0.96;
  letter-spacing: -0.055em;
}

.reviews-copy h1 strong {
  display: block;
  color: transparent;
  background: linear-gradient(110deg, #48dfff 0%, #4f6cff 46%, #b34fff 88%);
  background-clip: text;
  -webkit-background-clip: text;
  font-weight: inherit;
}

.reviews-copy > p {
  max-width: 350px;
  margin: 24px 0 0;
  color: rgba(248, 251, 255, 0.82);
  font-size: clamp(0.92rem, 1vw, 1.04rem);
  font-weight: 520;
  line-height: 1.62;
}

.reviews-more {
  display: inline-grid;
  grid-template-columns: 30px minmax(0, 1fr) 18px;
  gap: 12px;
  align-items: center;
  min-height: 54px;
  margin-top: 34px;
  padding: 0 20px;
  border: 1px solid rgba(179, 79, 255, 0.54);
  border-radius: 8px;
  color: #fff;
  background: rgba(5, 8, 24, 0.34);
  box-shadow:
    0 18px 54px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  font-size: 0.9rem;
  font-weight: 850;
  backdrop-filter: blur(14px) saturate(128%);
  -webkit-backdrop-filter: blur(14px) saturate(128%);
}

.reviews-more:hover,
.reviews-more:focus-visible {
  border-color: rgba(72, 223, 255, 0.52);
  outline: none;
  transform: translateY(-1px);
}

.reviews-play-mini {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border: 1px solid rgba(179, 79, 255, 0.68);
  border-radius: 50%;
  box-shadow: 0 0 18px rgba(179, 79, 255, 0.32);
}

.reviews-play-mini::before {
  width: 0;
  height: 0;
  margin-left: 2px;
  border-block: 5px solid transparent;
  border-left: 7px solid var(--violet-soft);
  content: "";
}

.reviews-more i {
  color: var(--violet-soft);
  font-style: normal;
  font-size: 1.12rem;
}

.reviews-arrows {
  display: flex;
  gap: 12px;
  margin-top: 24px;
}

.reviews-arrows button {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(179, 79, 255, 0.56);
  border-radius: 50%;
  color: var(--violet-soft);
  background: rgba(5, 8, 24, 0.24);
  box-shadow: 0 0 22px rgba(179, 79, 255, 0.14);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.reviews-arrows button:hover,
.reviews-arrows button:focus-visible {
  color: #fff;
  border-color: rgba(72, 223, 255, 0.5);
  outline: none;
}

.reviews-arrows svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.reviews-stage {
  grid-area: cards;
  min-width: 0;
}

.reviews-track {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(10px, 1.1vw, 18px);
  min-width: 0;
}

.review-card {
  position: relative;
  display: grid;
  min-height: clamp(330px, 31vw, 440px);
  align-content: space-between;
  overflow: hidden;
  padding: 24px 18px 20px;
  border: 1px solid rgba(179, 79, 255, 0.28);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(2, 3, 10, 0.08), rgba(2, 3, 10, 0.8) 74%, rgba(2, 3, 10, 0.94)),
    radial-gradient(circle at 50% 36%, rgba(248, 251, 255, 0.16), transparent 16rem),
    linear-gradient(150deg, rgba(72, 223, 255, 0.16), rgba(179, 79, 255, 0.08) 48%, rgba(7, 10, 28, 0.94));
  box-shadow:
    0 28px 78px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.055);
  isolation: isolate;
}

.review-card::before,
.review-card::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
}

.review-card::before {
  opacity: 0.8;
  background:
    radial-gradient(ellipse at 50% 35%, rgba(255, 255, 255, 0.16), transparent 4rem),
    linear-gradient(180deg, transparent 0 34%, rgba(0, 0, 0, 0.2) 52%, rgba(0, 0, 0, 0.72) 100%);
}

.review-card::after {
  width: 58%;
  height: 54%;
  left: 50%;
  top: 30%;
  border-radius: 46% 46% 20% 20%;
  background:
    radial-gradient(circle at 50% 22%, rgba(248, 251, 255, 0.74) 0 7%, transparent 8%),
    radial-gradient(ellipse at 50% 38%, rgba(212, 222, 255, 0.38) 0 26%, transparent 27%),
    radial-gradient(ellipse at 50% 70%, rgba(55, 31, 112, 0.8) 0 36%, transparent 37%);
  filter: blur(0.2px) saturate(112%);
  opacity: 0.68;
  transform: translateX(-50%);
}

.review-card-1 {
  background:
    linear-gradient(180deg, rgba(2, 3, 10, 0.1), rgba(2, 3, 10, 0.8) 74%, rgba(2, 3, 10, 0.95)),
    radial-gradient(circle at 38% 18%, rgba(72, 223, 255, 0.15), transparent 9rem),
    linear-gradient(150deg, #18273c, #0a0d22 54%, #150a31);
}

.review-card-2 {
  background:
    linear-gradient(180deg, rgba(2, 3, 10, 0.1), rgba(2, 3, 10, 0.8) 74%, rgba(2, 3, 10, 0.95)),
    radial-gradient(circle at 60% 16%, rgba(179, 79, 255, 0.2), transparent 10rem),
    linear-gradient(150deg, #24212a, #0a0d22 54%, #1c0b2b);
}

.review-card-3 {
  background:
    linear-gradient(180deg, rgba(2, 3, 10, 0.1), rgba(2, 3, 10, 0.8) 74%, rgba(2, 3, 10, 0.95)),
    radial-gradient(circle at 62% 16%, rgba(255, 210, 124, 0.12), transparent 10rem),
    linear-gradient(150deg, #1b1714, #0a0d22 54%, #170a2b);
}

.review-card-4 {
  background:
    linear-gradient(180deg, rgba(2, 3, 10, 0.1), rgba(2, 3, 10, 0.8) 74%, rgba(2, 3, 10, 0.95)),
    radial-gradient(circle at 48% 16%, rgba(72, 223, 255, 0.13), transparent 10rem),
    linear-gradient(150deg, #15261f, #0a0d22 54%, #130c35);
}

.review-card-5 {
  background:
    linear-gradient(180deg, rgba(2, 3, 10, 0.1), rgba(2, 3, 10, 0.8) 74%, rgba(2, 3, 10, 0.95)),
    radial-gradient(circle at 62% 16%, rgba(246, 226, 174, 0.16), transparent 10rem),
    linear-gradient(150deg, #242019, #0a0d22 54%, #150a31);
}

.review-card p {
  position: relative;
  margin: 0;
  color: #fff;
  font-size: clamp(0.78rem, 0.84vw, 0.92rem);
  font-weight: 800;
  line-height: 1.45;
}

.review-card p::before {
  display: block;
  margin-bottom: 8px;
  color: var(--violet);
  content: "“";
  font-family: var(--font-display);
  font-size: 2.1rem;
  line-height: 0.6;
}

.review-play {
  position: absolute;
  left: 50%;
  top: 58%;
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  border: 1px solid rgba(179, 79, 255, 0.56);
  border-radius: 50%;
  color: #fff;
  background:
    radial-gradient(circle at 32% 22%, rgba(255, 255, 255, 0.18), transparent 48%),
    rgba(16, 11, 42, 0.82);
  box-shadow:
    0 16px 44px rgba(0, 0, 0, 0.42),
    0 0 28px rgba(179, 79, 255, 0.24);
  transform: translate(-50%, -50%);
}

.review-play span {
  width: 0;
  height: 0;
  margin-left: 5px;
  border-block: 10px solid transparent;
  border-left: 15px solid #fff;
}

.review-person {
  align-self: end;
  margin-top: auto;
}

.review-person h2,
.review-person small {
  display: block;
  margin: 0;
}

.review-person h2 {
  color: #fff;
  font-size: 0.88rem;
  font-weight: 850;
}

.review-person small {
  margin-top: 5px;
  color: rgba(248, 251, 255, 0.66);
  font-size: 0.74rem;
}

.review-stars {
  margin-top: 16px;
  color: var(--violet);
  font-size: 1rem;
  letter-spacing: 0.08em;
  text-shadow: 0 0 18px rgba(179, 79, 255, 0.3);
}

.reviews-stats {
  grid-area: stats;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  border: 1px solid rgba(179, 79, 255, 0.34);
  border-radius: 10px;
  background:
    linear-gradient(90deg, rgba(83, 77, 255, 0.12), rgba(5, 8, 24, 0.42), rgba(179, 79, 255, 0.1)),
    rgba(5, 8, 24, 0.32);
  box-shadow:
    0 24px 66px rgba(0, 0, 0, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.055);
  backdrop-filter: blur(14px) saturate(128%);
  -webkit-backdrop-filter: blur(14px) saturate(128%);
  overflow: hidden;
}

.reviews-stats article {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  min-height: 76px;
  padding: 14px 30px;
}

.reviews-stats article + article {
  border-left: 1px solid rgba(156, 135, 255, 0.2);
}

.reviews-stats svg {
  width: 36px;
  height: 36px;
  fill: none;
  stroke: var(--violet);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.65;
  filter: drop-shadow(0 0 18px rgba(179, 79, 255, 0.32));
}

.reviews-stats b,
.reviews-stats small {
  display: block;
}

.reviews-stats b {
  color: var(--violet);
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 2.1vw, 2.32rem);
  font-weight: 800;
  line-height: 1;
}

.reviews-stats small {
  margin-top: 5px;
  color: rgba(248, 251, 255, 0.76);
  font-size: 0.84rem;
}

.reviews-proof {
  grid-area: proof;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  padding: 20px 28px;
  border: 1px solid rgba(156, 135, 255, 0.24);
  border-radius: 10px;
  background: rgba(5, 8, 24, 0.3);
  box-shadow: 0 24px 66px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(12px) saturate(128%);
  -webkit-backdrop-filter: blur(12px) saturate(128%);
}

.reviews-proof span {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgba(156, 135, 255, 0.26);
  border-radius: 12px;
  background: rgba(179, 79, 255, 0.07);
}

.reviews-proof svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: var(--violet-soft);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.reviews-proof p {
  margin: 0;
  color: rgba(248, 251, 255, 0.78);
  font-size: 0.94rem;
  line-height: 1.45;
}

.reviews-proof b,
.reviews-proof small {
  display: block;
}

.reviews-proof b {
  color: #fff;
  font-size: 1rem;
  font-weight: 850;
}

.reviews-proof small {
  margin-top: 4px;
}

.pricing-stack {
  display: grid;
  gap: 12px;
  width: min(420px, 100%);
  justify-self: end;
}

.pricing-card {
  position: relative;
  display: grid;
  gap: 8px;
  min-height: 142px;
  padding: 20px;
  border: 1px solid rgba(176, 219, 255, 0.16);
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(83, 244, 255, 0.08), transparent 46%),
    rgba(3, 9, 22, 0.48);
  box-shadow:
    0 20px 70px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(18px) saturate(130%);
  -webkit-backdrop-filter: blur(18px) saturate(130%);
  overflow: hidden;
}

.pricing-card::after {
  position: absolute;
  inset: auto 18px 0;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(83, 244, 255, 0.62), transparent);
  opacity: 0.65;
}

.pricing-card.is-featured {
  border-color: rgba(83, 244, 255, 0.34);
  background:
    radial-gradient(circle at 85% 8%, rgba(83, 244, 255, 0.17), transparent 34%),
    linear-gradient(135deg, rgba(83, 244, 255, 0.13), rgba(168, 151, 255, 0.08) 52%, transparent),
    rgba(3, 9, 22, 0.56);
}

.pricing-card p,
.pricing-card h2 {
  margin: 0;
}

.pricing-card p {
  color: var(--cyan);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.pricing-card h2 {
  display: flex;
  align-items: baseline;
  gap: 8px;
  color: #fff;
  font-family: var(--font-display);
  line-height: 0.95;
}

.pricing-card h2 span {
  font-size: clamp(2rem, 3vw, 3rem);
  letter-spacing: -0.04em;
}

.pricing-card h2 small {
  color: rgba(226, 237, 255, 0.68);
  font-size: 0.78rem;
  font-weight: 800;
}

.pricing-card strong {
  color: rgba(248, 251, 255, 0.9);
  font-size: 0.88rem;
  letter-spacing: 0.02em;
}

.pricing-card > small {
  max-width: 31ch;
  color: rgba(226, 237, 255, 0.64);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.42;
}

@media (min-width: 1121px) and (max-width: 1600px) {
  .hero {
    padding:
      calc(var(--header-h) + 42px)
      clamp(38px, 5vw, 78px)
      28px
      max(96px, 7vw);
  }

  .hero h1,
  .service-screen h1 {
    font-size: clamp(2.65rem, 4vw, 3.9rem);
  }

  .hero-text {
    max-width: 500px;
  }

  .avatar-showcase {
    left: min(63vw, 870px);
    bottom: -0.8svh;
    width: clamp(310px, 27vw, 390px);
    height: min(67svh, 610px);
  }

  .services-route {
    grid-template-columns: minmax(360px, 0.86fr) minmax(420px, 1fr);
    gap: clamp(24px, 3vw, 46px);
    padding:
      calc(var(--header-h) + 38px)
      clamp(34px, 5vw, 82px)
      30px
      max(104px, 7vw);
  }

  .services-gallery {
    min-height: min(520px, 62svh);
  }

  .service-shot {
    width: min(22vw, 285px);
  }

  .services-copy h1 {
    font-size: clamp(2.65rem, 4.2vw, 4.2rem);
  }

  .services-lead {
    font-size: 0.93rem;
  }

  .pricing-route {
    gap: 12px;
    padding:
      calc(var(--header-h) + 24px)
      clamp(40px, 5.5vw, 82px)
      28px
      max(104px, 7vw);
  }

  .pricing-heading {
    width: min(920px, 100%);
  }

  .pricing-heading h1 {
    font-size: clamp(2rem, 3.7vw, 3.7rem);
  }

  .pricing-heading p {
    max-width: 82ch;
    font-size: 0.88rem;
    line-height: 1.48;
  }

  .pricing-plans {
    width: min(1160px, 100%);
    gap: clamp(16px, 2vw, 26px);
  }

  .pricing-plan-card {
    min-height: 530px;
    padding: 18px 22px;
    border-radius: 20px;
  }

  .pricing-shield {
    width: 44px;
    margin-bottom: 10px;
  }

  .pricing-price {
    font-size: clamp(2.65rem, 3.8vw, 3.7rem);
  }

  .pricing-features {
    gap: 7px;
  }

  .pricing-features li {
    font-size: 0.76rem;
    line-height: 1.34;
  }

  .pricing-features {
    gap: 8px;
    margin: 18px 0;
    padding-top: 18px;
  }

  .pricing-features li {
    min-height: 23px;
    font-size: 0.9rem;
    line-height: 1.35;
  }

  .work-route {
    gap: 18px;
    padding:
      calc(var(--header-h) + 42px)
      clamp(34px, 4.8vw, 70px)
      30px
      max(104px, 7vw);
  }

  .work-heading h1 {
    font-size: clamp(3rem, 4.4vw, 4.2rem);
  }

  .work-grid {
    gap: 16px;
  }

  .work-thumb {
    aspect-ratio: 16 / 8.6;
  }

  .work-card {
    padding: 12px 12px 18px;
  }

  .about-route {
    grid-template-columns: minmax(430px, 0.9fr) minmax(500px, 1.1fr);
    gap: 22px;
    align-content: start;
    padding:
      calc(var(--header-h) + 34px)
      clamp(34px, 4.5vw, 70px)
      26px
      max(104px, 7vw);
  }

  .about-copy h1 {
    font-size: clamp(2.9rem, 4vw, 3.8rem);
  }

  .about-copy p {
    max-width: 56ch;
    font-size: 0.92rem;
  }

  .about-team-card {
    max-width: none;
    height: clamp(310px, 45vh, 420px);
  }

  .about-tech-stack {
    grid-template-columns: minmax(150px, 0.16fr) minmax(0, 1fr);
    gap: 12px;
  }

  .about-tech-stack ul {
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  }

  .contact-route {
    grid-template-columns: minmax(340px, 0.72fr) minmax(520px, 760px);
    gap: 26px;
    align-content: start;
    padding:
      calc(var(--header-h) + 34px)
      clamp(34px, 4vw, 62px)
      22px
      max(104px, 7vw);
  }

  .contact-copy h1 {
    font-size: clamp(2.7rem, 4vw, 3.6rem);
  }

  .contact-copy > p {
    max-width: 42ch;
    font-size: 0.9rem;
  }

  .contact-promise {
    width: min(360px, 100%);
    padding: 18px 20px;
  }

  .contact-form-card {
    padding: 18px 20px;
  }

  .reviews-route {
    grid-template-columns: minmax(240px, 0.28fr) minmax(0, 1fr);
    column-gap: 24px;
    padding:
      calc(var(--header-h) + 36px)
      clamp(34px, 4.5vw, 70px)
      24px
      max(104px, 7vw);
  }

  .reviews-copy h1 {
    font-size: clamp(3rem, 4.4vw, 4.3rem);
  }

  .reviews-more {
    margin-top: 26px;
  }

  .reviews-track {
    gap: 14px;
  }

  .review-card {
    min-height: clamp(330px, 30vw, 420px);
    padding: 22px 17px 18px;
  }
}

@media (max-width: 1120px) {
  .site-header {
    grid-template-columns: auto 1fr auto;
  }

  .site-footer-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-brand-block {
    grid-column: 1 / -1;
  }

  .about-route {
    grid-template-columns: 1fr;
    gap: 18px;
    align-content: start;
    padding-top: calc(var(--header-h) + 42px);
    overflow: visible;
  }

  .about-copy h1,
  .about-copy p {
    max-width: 760px;
  }

  .about-visual {
    align-content: start;
  }

  .about-bottom {
    grid-template-columns: 1fr;
  }

  .about-bottom ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .about-tech-stack {
    grid-template-columns: 1fr;
  }

  .about-seo {
    grid-template-columns: 1fr;
  }

  .about-seo-grid {
    grid-template-columns: 1fr;
  }

  .contact-route {
    grid-template-columns: 1fr;
    gap: 20px;
    align-content: start;
    padding-top: calc(var(--header-h) + 42px);
    overflow: visible;
  }

  .contact-promise {
    position: relative;
    inset: auto;
    width: 100%;
    min-height: 0;
  }

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

  .contact-bottom article:nth-child(3) {
    border-left: 0;
    border-top: 1px solid rgba(156, 135, 255, 0.18);
  }

  .contact-bottom article:nth-child(4) {
    border-top: 1px solid rgba(156, 135, 255, 0.18);
  }

  .reviews-route {
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy"
      "cards"
      "stats"
      "proof";
    gap: 20px;
    align-content: start;
    padding-top: calc(var(--header-h) + 42px);
    overflow: visible;
  }

  .reviews-copy {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0 18px;
    align-items: end;
  }

  .reviews-copy h1,
  .reviews-copy > p {
    max-width: 720px;
  }

  .reviews-kicker,
  .reviews-copy h1,
  .reviews-copy > p {
    grid-column: 1;
  }

  .reviews-more,
  .reviews-arrows {
    grid-column: 2;
  }

  .reviews-more {
    align-self: center;
    margin-top: 0;
  }

  .reviews-arrows {
    justify-content: end;
    margin-top: 12px;
  }

  .reviews-track {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .reviews-track::-webkit-scrollbar {
    display: none;
  }

  .review-card {
    flex: 0 0 min(250px, 42vw);
    min-height: 440px;
    scroll-snap-align: start;
  }

  .services-route {
    grid-template-columns: 1fr;
    gap: 22px;
    align-items: start;
    padding-top: calc(var(--header-h) + 42px);
  }

  .services-gallery {
    order: 1;
    width: min(720px, 100%);
    min-height: 420px;
    justify-self: center;
  }

  .services-copy {
    order: 2;
    width: min(720px, 100%);
    justify-self: center;
  }

  .pricing-route {
    align-content: start;
    padding-top: calc(var(--header-h) + 54px);
    overflow-x: hidden;
    overflow-y: visible;
  }

  .pricing-plans {
    grid-template-columns: 1fr;
    width: min(620px, 100%);
  }

  .pricing-plan-card {
    min-height: auto;
  }

  .work-route {
    align-content: start;
    padding-top: calc(var(--header-h) + 46px);
    overflow: visible;
  }

  .work-heading {
    grid-template-columns: 1fr;
    width: min(760px, 100%);
    align-items: start;
  }

  .work-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: min(760px, 100%);
  }

  .work-footer-proof {
    grid-template-columns: 56px minmax(0, 1fr);
    width: min(760px, 100%);
  }

  .work-footer-proof p:last-child {
    grid-column: 1 / -1;
    padding-left: 0;
    border-left: 0;
  }

  .service-shot {
    width: min(34vw, 280px);
  }

  .promo-card {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.86fr);
    width: min(920px, calc(100vw - 36px));
    min-height: min(570px, calc(100svh - 40px));
    max-height: calc(100svh - 40px);
  }

  .promo-copy {
    padding: 34px 0 34px 38px;
  }

  .promo-copy h2 {
    font-size: clamp(2.65rem, 5.2vw, 3.55rem);
  }

  .promo-benefits {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 16px;
  }

  .promo-benefit {
    grid-template-columns: 38px minmax(0, 1fr);
  }

  .promo-benefit span {
    width: 38px;
    height: 38px;
  }

  .promo-float {
    width: min(360px, 40vw);
  }

  .desktop-nav,
  .language-toggle,
  .social-rail {
    display: none;
  }

  .menu-toggle {
    display: grid;
    justify-self: end;
  }
}

@media (min-width: 861px) and (max-height: 820px) {
  .promo-note {
    display: none;
  }
}

@media (max-width: 860px) {
  :root {
    --header-h: 58px;
  }

  body.menu-open {
    overflow: hidden;
    touch-action: none;
    overscroll-behavior: contain;
  }

  body.menu-open::after {
    position: fixed;
    inset: 0;
    z-index: 8;
    content: "";
    background:
      radial-gradient(circle at calc(100% - 58px) 54px, rgba(83, 244, 255, 0.18), transparent 8rem),
      rgba(1, 4, 14, 0.34);
    backdrop-filter: blur(8px) saturate(118%);
    -webkit-backdrop-filter: blur(8px) saturate(118%);
    animation: menuBackdropIn 180ms ease both;
  }

  .site-header {
    position: fixed;
    top: 8px;
    right: 10px;
    left: 10px;
    width: auto;
    grid-template-columns: minmax(0, 1fr) 44px;
    min-height: var(--header-h);
    padding: 0 10px 0 12px;
    border-radius: 9px;
    overflow: visible;
  }

  body.menu-open .site-header {
    z-index: 18;
    border-color: rgba(83, 244, 255, 0.28);
    background:
      radial-gradient(circle at calc(100% - 52px) 50%, rgba(83, 244, 255, 0.18), transparent 7rem),
      linear-gradient(100deg, rgba(72, 223, 255, 0.08), rgba(179, 79, 255, 0.12)),
      rgba(5, 8, 24, 0.78);
    box-shadow:
      0 26px 92px rgba(0, 0, 0, 0.42),
      0 0 32px rgba(83, 244, 255, 0.12),
      inset 0 1px 0 rgba(255, 255, 255, 0.075);
    backdrop-filter: blur(24px) saturate(160%);
    -webkit-backdrop-filter: blur(24px) saturate(160%);
  }

  .site-header::after {
    display: none;
  }

  .site-footer {
    width: 100%;
    margin: 28px 0 calc(env(safe-area-inset-bottom) + 78px);
    padding: 28px 18px 22px;
    border-radius: 0;
  }

  .site-footer-inner {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .footer-brand-block {
    grid-column: auto;
  }

  .footer-logo {
    width: min(235px, 78vw);
  }

  .footer-brand-block p {
    max-width: none;
    font-size: 0.78rem;
    line-height: 1.5;
  }

  .footer-column {
    gap: 8px;
  }

  .footer-column a {
    width: 100%;
    padding: 8px 0;
    font-size: 0.8rem;
  }

  .site-footer-bottom {
    display: grid;
    gap: 6px;
    font-size: 0.72rem;
  }

  .brand {
    min-width: 0;
  }

  .brand img {
    height: 42px;
    max-width: 56vw;
  }

  .menu-toggle {
    position: relative;
    top: auto;
    right: auto;
    z-index: 30;
    display: grid !important;
    place-items: center;
    justify-self: end;
    align-self: center;
    color: #fff;
    background:
      radial-gradient(circle at 50% 50%, rgba(83, 244, 255, 0.16), transparent 64%),
      rgba(255, 255, 255, 0.065);
    width: 40px;
    height: 40px;
    padding: 0;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow:
      inset 0 0 18px rgba(83, 244, 255, 0.1),
      0 0 22px rgba(83, 244, 255, 0.09);
  }

  body.menu-open .menu-toggle {
    border-color: rgba(83, 244, 255, 0.42);
    color: #fff;
    background:
      radial-gradient(circle at 50% 50%, rgba(83, 244, 255, 0.24), transparent 64%),
      rgba(255, 255, 255, 0.095);
    box-shadow:
      inset 0 0 22px rgba(83, 244, 255, 0.16),
      0 0 24px rgba(83, 244, 255, 0.18),
      0 0 42px rgba(179, 79, 255, 0.16);
  }

  .mobile-nav {
    inset: calc(8px + var(--header-h) + 10px) 12px auto auto;
    z-index: 16;
    width: min(314px, calc(100vw - 26px));
    gap: 7px;
    padding: 10px;
    border-color: rgba(83, 244, 255, 0.18);
    border-radius: 15px;
    background:
      radial-gradient(circle at 92% 0%, rgba(83, 244, 255, 0.14), transparent 40%),
      radial-gradient(circle at 4% 100%, rgba(179, 79, 255, 0.15), transparent 46%),
      linear-gradient(135deg, rgba(6, 16, 39, 0.9), rgba(18, 9, 48, 0.9));
    box-shadow:
      0 30px 95px rgba(0, 0, 0, 0.5),
      0 0 26px rgba(83, 244, 255, 0.08),
      inset 0 1px 0 rgba(255, 255, 255, 0.075);
    max-height: calc(100svh - var(--header-h) - 30px);
    backdrop-filter: blur(22px) saturate(152%);
    -webkit-backdrop-filter: blur(22px) saturate(152%);
  }

  .mobile-nav .service-nav-button {
    grid-template-columns: 34px minmax(0, 1fr);
    min-height: 44px;
    gap: 10px;
    padding: 5px 12px 5px 6px;
    border-radius: 12px;
    font-size: 0.69rem;
    letter-spacing: 0.075em;
  }

  .mobile-nav .service-nav-button svg {
    width: 30px;
    height: 30px;
    padding: 7px;
    border-radius: 10px;
  }

  .mobile-language {
    min-width: 76px;
    min-height: 40px;
    padding: 0 14px;
    border-radius: 12px;
    font-size: 0.72rem;
  }

  .menu-toggle b {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .hero {
    grid-template-columns: 1fr;
    grid-template-rows: auto minmax(0, 0.86fr);
    gap: 6px;
    align-items: start;
    height: 100svh;
    padding: calc(var(--header-h) + 20px) 18px 22px;
  }

  body.home-page main {
    padding-bottom: 0;
  }

  body.home-page .site-footer {
    margin-top: 4px;
  }

  body.home-page::before {
    background:
      linear-gradient(180deg, rgba(2, 2, 12, 0.28) 0%, rgba(7, 4, 24, 0.34) 52%, rgba(2, 2, 12, 0.24) 100%),
      radial-gradient(circle at 50% 28%, rgba(179, 79, 255, 0.16), transparent 20rem),
      url("./img/00/purplbg.png") center top / cover no-repeat;
  }

  .avatar-showcase {
    top: auto;
    bottom: 0.2svh;
    left: 50%;
    width: min(74vw, 306px);
    height: 37svh;
    opacity: 0.9;
    pointer-events: auto;
  }

  .avatar-callouts {
    display: none;
  }

  .avatar-talk-tooltip {
    display: none;
  }

  .screen-copy-stack {
    order: 2;
    width: 100%;
    min-height: 0;
  }

  .service-screen {
    min-height: 0;
  }

  .founded {
    min-height: 28px;
    margin-bottom: 10px;
    padding: 0 12px;
    font-size: 0.64rem;
  }

  .hero h1,
  .service-screen h1 {
    max-width: 12.8ch;
    font-size: clamp(1.9rem, 7.25vw, 2.42rem);
    line-height: 0.98;
  }

  .hero-title-lead {
    display: inline-flex;
    align-items: baseline;
    gap: 0.18em;
    min-width: 8.8ch;
    white-space: nowrap;
  }

  .hero-title-rest {
    display: block;
    margin-top: 0.02em;
  }

  .hero-hook {
    margin-top: 9px;
    font-size: 0.76rem;
    font-weight: 620;
    line-height: 1.28;
  }

  .hero-text {
    max-width: 39ch;
    margin: 8px 0 12px;
    font-size: 0.7rem;
    font-weight: 420;
    line-height: 1.42;
    text-align: left;
  }

  .hero-actions {
    gap: 7px;
    width: min(340px, 100%);
    margin-top: 0;
  }

  .primary-button,
  .secondary-button {
    min-height: 36px;
    gap: 6px;
    padding: 0 9px;
    font-size: 0.62rem;
  }

  .primary-button svg,
  .secondary-button svg {
    width: 14px;
    height: 14px;
  }

  .hero-stats {
    width: min(340px, 100%);
    margin-top: 8px;
    gap: 7px;
    padding: 7px;
  }

  .stat-item {
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 5px;
    min-height: 42px;
    padding: 6px 5px;
    border-radius: 10px;
  }

  .stat-icon {
    width: 24px;
    height: 24px;
    border-radius: 9px;
  }

  .stat-icon svg {
    width: 14px;
    height: 14px;
    stroke-width: 1.9;
  }

  .services-page .site-header,
  .pricing-page .site-header {
    z-index: 20;
  }

  .services-route {
    display: grid;
    grid-template-areas:
      "gallery"
      "copy"
      "seo";
    width: 100%;
    max-width: 100vw;
    min-height: 100svh;
    padding: calc(var(--header-h) + 18px) 18px 88px;
    gap: 12px;
    overflow: visible;
  }

  .services-route > * {
    min-width: 0;
  }

  .services-gallery {
    min-height: 292px;
    width: min(100%, 372px);
    max-width: 100%;
    justify-self: center;
    overflow: hidden;
  }

  .service-shot {
    width: clamp(152px, 44vw, 188px);
    border-radius: 12px;
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.34);
  }

  .service-shot:nth-child(1) {
    left: 50%;
    top: 17%;
    --shot-transform: translateX(-118%) rotate(-4deg) skewY(-3deg);
  }

  .service-shot:nth-child(2) {
    left: 50%;
    top: 7%;
    --shot-transform: translateX(-27%) rotate(3deg) skewY(-2deg) scale(0.9);
  }

  .service-shot:nth-child(3) {
    left: 50%;
    top: 50%;
    --shot-transform: translateX(-96%) rotate(2deg) skewY(-3deg) scale(0.92);
  }

  .service-shot:nth-child(4) {
    left: 50%;
    top: 43%;
    --shot-transform: translateX(-23%) rotate(-2deg) skewY(-2deg) scale(0.82);
  }

  .service-shot:hover,
  .service-shot:focus-visible {
    transform: var(--shot-transform) scale(1.03);
  }

  .service-preview {
    padding: 18px;
  }

  .service-preview__panel {
    width: min(94vw, 520px);
    border-radius: 17px;
  }

  .service-preview__panel img {
    max-height: 54svh;
  }

  .services-kicker {
    min-height: 28px;
    margin-bottom: 10px;
    padding: 0 12px;
    font-size: 0.64rem;
  }

  .services-copy h1 {
    max-width: 12.8ch;
    font-size: clamp(2.14rem, 9.4vw, 2.86rem);
    line-height: 0.98;
    overflow-wrap: normal;
  }

  .services-copy {
    width: min(100%, 372px);
    max-width: 100%;
    justify-self: center;
    overflow: hidden;
  }

  .services-lead {
    width: 100%;
    max-width: 100%;
    margin: 10px 0 14px;
    font-size: 0.78rem;
    line-height: 1.42;
    text-align: left;
    overflow-wrap: anywhere;
  }

  .services-list {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 100%;
    gap: 7px;
    margin-bottom: 14px;
  }

  .services-list li {
    min-width: 0;
    min-height: 0;
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 10px;
    padding: 10px 12px;
    border-radius: 11px;
    font-size: 0.76rem;
  }

  .service-item-icon {
    width: 36px;
    height: 36px;
    border-radius: 12px;
  }

  .service-item-icon svg {
    width: 20px;
    height: 20px;
  }

  .services-list li b {
    font-size: 0.78rem;
  }

  .services-list li div > span {
    font-size: 0.66rem;
  }

  .services-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    max-width: 100%;
    gap: 7px;
  }

  .services-seo {
    width: 100%;
    margin: 2px auto 0;
    padding-top: 16px;
  }

  .services-seo h2 {
    max-width: 100%;
    font-size: clamp(1.35rem, 6vw, 1.8rem);
    line-height: 1.15;
  }

  .services-seo-prose {
    gap: 11px;
    margin-top: 12px;
  }

  .services-seo-prose p {
    font-size: 0.84rem;
    line-height: 1.66;
  }

  .pricing-route {
    min-height: 100svh;
    gap: 18px;
    padding: calc(var(--header-h) + 24px) 18px 84px;
  }

  .pricing-route::before {
    width: 100vw;
    min-width: 0;
    height: 28vh;
    right: -36vw;
    top: 10vh;
    opacity: 0.3;
    background-size: 24px 24px;
  }

  .pricing-route::after {
    width: 100vw;
    min-width: 0;
    right: -42vw;
    opacity: 0.24;
  }

  .pricing-heading {
    text-align: left;
    justify-items: start;
  }

  .pricing-kicker {
    min-height: 28px;
    margin-bottom: 10px;
    padding: 0 13px;
    font-size: 0.62rem;
  }

  .pricing-heading h1 {
    max-width: 12ch;
    font-size: clamp(2rem, 12vw, 3.2rem);
  }

  .pricing-heading p {
    margin-top: 12px;
    font-size: 0.82rem;
    line-height: 1.55;
  }

  .pricing-plans {
    grid-template-columns: minmax(0, min(560px, 100%));
    justify-content: center;
    width: 100%;
    gap: 16px;
  }

  .pricing-plan-card {
    width: 100%;
    padding: 24px 22px 22px;
    border-radius: 18px;
  }

  .pricing-popular {
    top: -14px;
    min-height: 28px;
    padding: 0 18px;
    border-radius: 7px;
    font-size: 0.6rem;
  }

  .pricing-shield {
    width: 52px;
    margin-bottom: 14px;
  }

  .pricing-plan-card h2 {
    font-size: 1.42rem;
  }

  .pricing-subtitle {
    margin-top: 5px;
    font-size: 0.78rem;
  }

  .pricing-accent-line {
    width: 58px;
    height: 2px;
    margin: 18px 0 18px;
  }

  .pricing-price {
    font-size: clamp(2.72rem, 16vw, 4rem);
  }

  .pricing-term {
    margin-top: 6px;
    font-size: 0.68rem;
  }

  .pricing-features {
    gap: 10px;
    margin: 18px 0 20px;
    padding-top: 18px;
  }

  .pricing-features li {
    min-height: 22px;
    padding-left: 32px;
    font-size: 0.78rem;
  }

  .pricing-features li::before {
    width: 21px;
    height: 21px;
    font-size: 0.7rem;
  }

  .pricing-plan-cta {
    min-height: 44px;
    font-size: 0.82rem;
  }

  .work-page::after {
    background-size: auto 78%;
    background-position: 58% bottom;
    opacity: 0.66;
  }

  .about-page::after {
    background-size: auto 82%;
    background-position: 54% bottom;
    opacity: 0.58;
  }

  .contact-page::after {
    background-size: auto 82%;
    background-position: 54% bottom;
    opacity: 0.58;
  }

  .reviews-page::after {
    background-size: auto 82%;
    background-position: 54% bottom;
    opacity: 0.58;
  }

  .about-route {
    width: calc(100vw - 36px);
    max-width: calc(100vw - 36px);
    gap: 14px;
    margin-inline: 18px;
    padding: calc(var(--header-h) + 24px) 0 86px;
    overflow: hidden;
  }

  .about-kicker {
    margin-bottom: 8px;
    font-size: 0.68rem;
  }

  .about-copy h1 {
    max-width: 9.4ch;
    font-size: clamp(2.15rem, 10vw, 3.05rem);
    line-height: 0.98;
  }

  .about-copy p {
    max-width: 38ch;
    margin-top: 14px;
    font-size: 0.74rem;
    line-height: 1.5;
    overflow-wrap: break-word;
  }

  .about-copy p + p {
    margin-top: 10px;
  }

  .about-rule {
    margin: 16px 0;
  }

  .about-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    gap: 10px;
  }

  .about-stats article {
    grid-template-columns: 28px minmax(0, 1fr);
    column-gap: 8px;
    min-height: 84px;
    padding: 12px 10px;
    border-radius: 12px;
  }

  .about-stats svg {
    width: 27px;
    height: 27px;
    margin: 0;
  }

  .about-stats strong {
    font-size: 1.48rem;
  }

  .about-stats span {
    font-size: 0.64rem;
  }

  .about-team-card {
    height: 176px;
    min-height: 176px;
    margin-top: 14px;
    border-radius: 12px;
  }

  .about-follow-channel {
    min-height: 34px;
    margin-top: 8px;
    padding: 0 12px;
    font-size: 0.64rem;
  }

  .about-follow-channel svg {
    width: 19px;
    height: 19px;
  }

  .about-team-card img {
    width: 100%;
    height: 100%;
    object-position: center;
    transform: none;
  }

  .about-video-card:hover img,
  .about-video-card:focus-visible img {
    transform: scale(1.02);
  }

  .about-video-play {
    width: 58px;
    height: 58px;
  }

  .about-video-play::before {
    margin-left: 5px;
    border-block-width: 10px;
    border-left-width: 16px;
  }

  .about-principles {
    grid-template-columns: 1fr;
    border-radius: 12px;
  }

  .about-visual .about-principles {
    grid-template-columns: 1fr;
  }

  .about-principles article {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    column-gap: 12px;
    min-height: 0;
    padding: 14px;
  }

  .about-principles article + article {
    border-top: 1px solid rgba(156, 135, 255, 0.2);
    border-left: 0;
  }

  .about-visual .about-principles article + article {
    border-top: 1px solid rgba(156, 135, 255, 0.2);
    border-left: 0;
  }

  .about-principles svg {
    grid-row: 1 / 3;
    width: 30px;
    height: 30px;
    margin: 0;
  }

  .about-principles h2 {
    margin-bottom: 4px;
    font-size: 0.78rem;
  }

  .about-principles p {
    max-width: none;
    font-size: 0.68rem;
    line-height: 1.36;
  }

  .about-bottom {
    gap: 12px;
    padding: 16px 14px;
    border-radius: 12px;
  }

  .about-bottom p {
    font-size: 1rem;
  }

  .about-bottom ul {
    grid-template-columns: 1fr;
  }

  .about-bottom li {
    min-height: 46px;
    padding: 0;
    border-left: 0;
    border-top: 1px solid rgba(156, 135, 255, 0.16);
  }

  .about-bottom svg {
    width: 24px;
    height: 24px;
  }

  .about-bottom span {
    font-size: 0.72rem;
  }

  .about-tech-stack {
    gap: 12px;
    padding: 14px;
    border-radius: 12px;
  }

  .about-tech-head h2 {
    max-width: 100%;
    font-size: 1rem;
  }

  .about-tech-stack ul {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 8px;
  }

  .about-tech-stack li {
    grid-template-columns: 24px minmax(0, 1fr);
    min-height: 38px;
    padding: 7px 8px;
  }

  .about-tech-stack img {
    width: 21px;
    height: 21px;
  }

  .about-tech-stack li span {
    font-size: 0.66rem;
  }

  .about-seo {
    gap: 12px;
    padding-top: 16px;
  }

  .about-seo h2 {
    max-width: 100%;
    font-size: clamp(1.18rem, 5.4vw, 1.48rem);
    line-height: 1.16;
  }

  .about-seo-grid {
    gap: 13px;
  }

  .about-seo article {
    padding-left: 12px;
  }

  .about-seo p {
    font-size: 0.72rem;
    line-height: 1.48;
  }

  .contact-route {
    width: calc(100vw - 36px);
    max-width: calc(100vw - 36px);
    gap: 14px;
    margin-inline: 18px;
    padding: calc(var(--header-h) + 24px) 0 86px;
    overflow: hidden;
  }

  .contact-kicker {
    margin-bottom: 8px;
    font-size: 0.68rem;
  }

  .contact-copy h1 {
    max-width: 9ch;
    font-size: clamp(2.25rem, 10vw, 3.1rem);
    line-height: 0.98;
  }

  .contact-copy > p {
    max-width: 36ch;
    margin-top: 14px;
    font-size: 0.76rem;
    line-height: 1.5;
  }

  .contact-rule {
    margin: 16px 0 12px;
  }

  .contact-list {
    width: 100%;
  }

  .contact-list a,
  .contact-list div {
    grid-template-columns: 42px minmax(0, 1fr);
    min-height: 62px;
    gap: 12px;
  }

  .contact-list svg {
    width: 22px;
    height: 22px;
    padding: 8px;
    border-radius: 12px;
  }

  .contact-list b {
    font-size: 0.78rem;
  }

  .contact-list small {
    font-size: 0.7rem;
  }

  .contact-promise {
    padding: 18px;
    border-radius: 12px;
  }

  .contact-promise svg {
    width: 34px;
    height: 34px;
    margin-bottom: 12px;
    padding: 9px;
    border-radius: 13px;
  }

  .contact-promise h2 {
    font-size: 1.18rem;
  }

  .contact-promise span {
    margin: 14px 0;
  }

  .contact-promise p {
    font-size: 0.74rem;
  }

  .contact-form-card {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 14px;
    border-radius: 12px;
  }

  .contact-form-head {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 10px;
    margin-bottom: 2px;
  }

  .contact-form-head > span {
    width: 40px;
    height: 40px;
    border-radius: 13px;
  }

  .contact-form-head svg {
    width: 22px;
    height: 22px;
  }

  .contact-form-head h2 {
    font-size: 0.94rem;
  }

  .contact-form-head p {
    font-size: 0.7rem;
  }

  .contact-form-card label {
    min-height: 60px;
    gap: 8px;
    padding: 12px;
    border-radius: 9px;
  }

  .contact-form-card label span {
    font-size: 0.68rem;
  }

  .contact-form-card input,
  .contact-form-card select,
  .contact-form-card textarea {
    font-size: 0.78rem;
  }

  .contact-form-card textarea {
    min-height: 80px;
  }

  .contact-actions {
    display: grid;
    gap: 10px;
  }

  .contact-actions button {
    min-height: 46px;
    font-size: 0.82rem;
  }

  .contact-actions p {
    max-width: none;
    font-size: 0.68rem;
  }

  .contact-bottom {
    grid-template-columns: 1fr;
    border-radius: 12px;
  }

  .contact-bottom article {
    grid-template-columns: 32px minmax(0, 1fr);
    min-height: 58px;
    padding: 12px 14px;
  }

  .contact-bottom article + article,
  .contact-bottom article:nth-child(3),
  .contact-bottom article:nth-child(4) {
    border-top: 1px solid rgba(156, 135, 255, 0.18);
    border-left: 0;
  }

  .contact-bottom svg {
    width: 24px;
    height: 24px;
  }

  .contact-bottom b {
    font-size: 0.74rem;
  }

  .contact-bottom small {
    font-size: 0.68rem;
  }

  .contact-footer {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
  }

  .contact-footer img {
    width: 38px;
  }

  .contact-footer p {
    font-size: 0.68rem;
  }

  .reviews-route {
    width: calc(100vw - 36px);
    max-width: calc(100vw - 36px);
    gap: 14px;
    margin-inline: 18px;
    padding: calc(var(--header-h) + 24px) 0 86px;
    overflow: hidden;
  }

  .reviews-copy {
    display: block;
  }

  .reviews-kicker {
    margin-bottom: 8px;
    font-size: 0.68rem;
  }

  .reviews-copy h1 {
    max-width: 7.4ch;
    font-size: clamp(2.35rem, 11vw, 3.22rem);
    line-height: 0.96;
  }

  .reviews-copy > p {
    max-width: 34ch;
    margin-top: 14px;
    font-size: 0.76rem;
    line-height: 1.5;
  }

  .reviews-more {
    min-height: 44px;
    margin-top: 16px;
    padding: 0 14px;
    gap: 9px;
    border-radius: 9px;
    font-size: 0.74rem;
  }

  .reviews-play-mini {
    width: 22px;
    height: 22px;
  }

  .reviews-arrows {
    justify-content: flex-start;
    margin-top: 12px;
  }

  .reviews-arrows button {
    width: 38px;
    height: 38px;
  }

  .reviews-stage {
    width: calc(100vw - 36px);
  }

  .reviews-track {
    display: flex;
    width: 100%;
    gap: 10px;
    padding: 2px 2px 6px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .reviews-track::-webkit-scrollbar {
    display: none;
  }

  .review-card {
    flex: 0 0 min(74vw, 258px);
    min-height: 386px;
    padding: 18px 16px;
    border-radius: 13px;
    scroll-snap-align: start;
  }

  .review-card p {
    font-size: 0.72rem;
    line-height: 1.36;
  }

  .review-card p::before {
    margin-bottom: 6px;
    font-size: 1.7rem;
  }

  .review-play {
    width: 52px;
    height: 52px;
  }

  .review-play span {
    border-block-width: 8px;
    border-left-width: 12px;
  }

  .review-person h2 {
    font-size: 0.78rem;
  }

  .review-person small {
    font-size: 0.66rem;
  }

  .review-stars {
    margin-top: 11px;
    font-size: 0.82rem;
  }

  .reviews-stats {
    grid-template-columns: 1fr;
    border-radius: 12px;
  }

  .reviews-stats article {
    grid-template-columns: 34px minmax(0, 1fr);
    min-height: 62px;
    padding: 12px 14px;
    gap: 12px;
  }

  .reviews-stats article + article {
    border-top: 1px solid rgba(156, 135, 255, 0.18);
    border-left: 0;
  }

  .reviews-stats svg {
    width: 25px;
    height: 25px;
  }

  .reviews-stats b {
    font-size: 1.34rem;
  }

  .reviews-stats small {
    font-size: 0.68rem;
  }

  .reviews-proof {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 12px;
    padding: 13px;
    border-radius: 12px;
  }

  .reviews-proof span {
    width: 34px;
    height: 34px;
    border-radius: 10px;
  }

  .reviews-proof svg {
    width: 21px;
    height: 21px;
  }

  .reviews-proof p {
    font-size: 0.68rem;
  }

  .reviews-proof b {
    font-size: 0.74rem;
  }

  .work-route {
    min-height: 100svh;
    gap: 16px;
    padding: calc(var(--header-h) + 24px) 18px 84px;
    max-width: 100vw;
    overflow: hidden;
  }

  .work-heading {
    gap: 14px;
    width: 100%;
    min-width: 0;
  }

  .work-kicker {
    margin-bottom: 6px;
    font-size: 0.68rem;
  }

  .work-heading h1 {
    max-width: 8.2ch;
    font-size: clamp(2.1rem, 11.5vw, 2.9rem);
    line-height: 0.94;
  }

  .work-heading h1 strong {
    display: block;
  }

  .work-heading p {
    margin-top: 10px;
    font-size: 0.78rem;
    line-height: 1.45;
  }

  .work-proof {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 10px;
    padding: 12px 13px;
    border-radius: 12px;
  }

  .work-proof span {
    width: 32px;
    height: 32px;
  }

  .work-proof svg {
    width: 17px;
    height: 17px;
  }

  .work-proof p {
    font-size: 0.68rem;
    line-height: 1.35;
  }

  .work-grid {
    grid-template-columns: 1fr;
    width: 100%;
    min-width: 0;
    gap: 12px;
  }

  .work-card {
    max-width: 100%;
    min-width: 0;
    padding: 10px 10px 15px;
    border-radius: 13px;
  }

  .work-thumb {
    aspect-ratio: 16 / 8.8;
    border-radius: 9px;
  }

  .work-card-head {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 10px;
    margin-top: 13px;
  }

  .work-logo {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    font-size: 0.72rem;
  }

  .work-card-head h2 {
    font-size: 0.86rem;
  }

  .work-card-head p {
    font-size: 0.62rem;
  }

  .work-card-head b {
    margin-top: 4px;
    padding: 6px 9px;
    font-size: 0.58rem;
  }

  .work-card-copy {
    min-height: 0;
    margin: 12px 0 13px;
    font-size: 0.74rem;
    line-height: 1.42;
  }

  .work-live-link {
    font-size: 0.78rem;
  }

  .work-more {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 10px;
    padding: 12px;
  }

  .work-more > span {
    width: 34px;
    height: 34px;
  }

  .work-more svg {
    width: 28px;
    height: 28px;
  }

  .work-more b {
    font-size: 0.78rem;
  }

  .work-more small {
    font-size: 0.66rem;
  }

  .work-more a {
    grid-column: 1 / -1;
    min-height: 38px;
    font-size: 0.72rem;
  }

  .work-footer-proof {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 12px;
    padding-top: 12px;
  }

  .work-footer-proof img {
    width: 36px;
  }

  .work-footer-proof p {
    font-size: 0.68rem;
    line-height: 1.4;
  }

  .work-footer-proof p:last-child {
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 9px;
  }

  .work-footer-proof p:last-child svg {
    width: 26px;
    height: 26px;
    padding: 6px;
  }

  .stat-item strong {
    font-size: 0.78rem;
  }

  .stat-item small {
    margin-top: 1px;
    font-size: 0.42rem;
  }

  .pricing-stack {
    display: flex;
    width: calc(100vw - 18px);
    max-width: none;
    margin-inline: -9px;
    padding: 0 9px 4px;
    gap: 9px;
    justify-self: start;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .pricing-stack::-webkit-scrollbar {
    display: none;
  }

  .pricing-card {
    min-height: 122px;
    flex: 0 0 min(76vw, 280px);
    padding: 13px;
    border-radius: 13px;
    gap: 5px;
    scroll-snap-align: start;
  }

  .pricing-card h2 span {
    font-size: 1.65rem;
  }

  .pricing-card p {
    font-size: 0.56rem;
  }

  .pricing-card h2 small,
  .pricing-card strong,
  .pricing-card > small {
    font-size: 0.63rem;
  }

  .support-float {
    right: 14px;
    bottom: calc(env(safe-area-inset-bottom) + 12px);
    left: auto;
    grid-template-columns: 0fr 42px;
    width: 54px;
    height: 54px;
    padding: 6px;
    gap: 0;
    z-index: 10;
  }

  .support-float:hover,
  .support-float:focus-visible,
  .support-float.is-expanded {
    grid-template-columns: minmax(0, 1fr) 38px;
    width: 138px;
    padding: 6px 7px 6px 11px;
    gap: 6px;
  }

  .support-float span {
    max-width: 0;
    min-height: 28px;
    overflow: visible;
    font-size: 0.7rem;
    font-weight: 780;
    text-overflow: clip;
  }

  .support-float:hover span,
  .support-float:focus-visible span,
  .support-float.is-expanded span {
    max-width: 76px;
  }

  .support-float img {
    width: 42px;
    height: 42px;
  }

  .promo-modal {
    width: 100dvw;
    max-width: 100dvw;
    padding: 0;
    align-items: center;
    justify-items: center;
    padding-inline: 0;
    overflow: hidden;
  }

  .promo-card {
    --promo-mobile-width: min(336px, calc(var(--vvw, 100dvw) - 44px));

    position: absolute;
    inset: auto;
    left: calc((var(--vvw, 100dvw) - var(--promo-mobile-width)) / 2);
    top: 50%;
    grid-template-columns: 1fr;
    align-content: end;
    justify-self: center;
    width: var(--promo-mobile-width);
    min-height: 0;
    height: min(76svh, 650px);
    max-height: 76svh;
    margin-top: 0;
    transform: translateY(calc(-50% + clamp(34px, 5svh, 48px) + 18px)) scale(0.96);
    overflow: visible;
  }

  .promo-modal.is-visible .promo-card {
    transform: translateY(calc(-50% + clamp(34px, 5svh, 48px))) scale(1);
  }

  .promo-card::before {
    inset: 11px;
  }

  .promo-copy {
    align-content: end;
    padding: clamp(264px, 36svh, 314px) 22px 24px;
    z-index: 7;
  }

  .promo-kicker {
    min-height: 28px;
    margin-bottom: 10px;
    padding: 0 10px;
    font-size: 0.56rem;
  }

  .promo-kicker svg {
    width: 14px;
    height: 14px;
  }

  .promo-copy h2 {
    width: calc(100% + 32px);
    max-width: none;
    margin-left: 0;
    font-size: clamp(2.36rem, 10.95vw, 3.42rem);
    line-height: 0.8;
    letter-spacing: -0.075em;
    word-spacing: 0.02em;
    transform: none;
  }

  .promo-copy p:not(.promo-kicker) {
    max-width: 38ch;
    margin-top: 14px;
    font-size: 0.78rem;
    line-height: 1.26;
    text-align: left;
    text-wrap: pretty;
  }

  .promo-benefits {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: min(100%, 314px);
    justify-self: center;
    gap: 6px;
    margin-top: 15px;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  .promo-benefit {
    display: grid;
    grid-template-columns: 24px minmax(0, auto);
    min-height: 42px;
    align-items: center;
    justify-content: center;
    column-gap: 5px;
    padding: 0 5px;
    border: 0;
    border-radius: 12px;
    background: rgba(12, 28, 44, 0.44);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.08),
      0 8px 18px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    overflow: hidden;
  }

  .promo-benefit span {
    display: grid;
    width: 24px;
    height: 24px;
    border-radius: 10px;
  }

  .promo-benefit svg {
    width: 13px;
    height: 13px;
  }

  .promo-benefit b {
    min-width: 0;
    font-size: clamp(0.53rem, 2vw, 0.62rem);
    letter-spacing: 0;
    text-transform: none;
    white-space: nowrap;
  }

  .promo-benefit small {
    margin-top: 2px;
    font-size: 0.6rem;
    line-height: 1.22;
  }

  .promo-proof {
    display: none;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: min(92%, 294px);
    justify-self: center;
    margin-top: 10px;
    padding: 8px 7px;
    border-radius: 13px;
    background: rgba(10, 22, 42, 0.42);
    border: 0;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.08),
      0 12px 26px rgba(0, 0, 0, 0.16);
    backdrop-filter: blur(14px) saturate(135%);
    -webkit-backdrop-filter: blur(14px) saturate(135%);
    overflow: hidden;
  }

  .promo-proof div {
    grid-template-columns: 16px auto;
    grid-template-rows: auto auto;
    align-items: center;
    justify-content: center;
    justify-items: start;
    text-align: left;
    column-gap: 5px;
    row-gap: 1px;
    min-width: 0;
  }

  .promo-proof div + div {
    padding-left: 0;
    border-left: 1px solid rgba(220, 231, 255, 0.1);
  }

  .promo-proof svg {
    grid-row: 1 / 3;
    width: 16px;
    height: 16px;
  }

  .promo-proof strong {
    font-size: 0.86rem;
    line-height: 1;
  }

  .promo-proof small {
    font-size: 0.43rem;
    line-height: 1.08;
  }

  .promo-float {
    right: auto;
    left: 50%;
    bottom: auto;
    top: clamp(-142px, -16svh, -104px);
    z-index: 3;
    width: min(300px, 78vw);
    transform: translateX(-50%) translateY(18px) scale(0.96);
    animation: none;
  }

  .promo-modal.is-visible .promo-float {
    animation:
      promoFloatMobileIn 560ms cubic-bezier(0.16, 1, 0.3, 1) 120ms both,
      promoFloatMobile 4.8s ease-in-out 680ms infinite;
  }

  .promo-visual-glow {
    display: none;
    opacity: 0;
  }

  .promo-modal.is-visible .promo-visual-glow {
    opacity: 0;
  }

  .promo-cta {
    width: min(100%, 314px);
    justify-self: center;
    min-height: 46px;
    min-width: 0;
    margin-top: 14px;
    padding: 0 18px;
    font-size: 0.84rem;
  }

  .promo-note {
    display: none;
  }

  .promo-close {
    top: 20px;
    right: 20px;
    z-index: 20;
    width: 44px;
    height: 44px;
  }

  .promo-close span {
    width: 24px;
  }
}

@keyframes promoFloatMobile {
  0%,
  100% {
    transform: translateX(-50%) translateY(0) rotate(-1deg);
  }

  50% {
    transform: translateX(-50%) translateY(-12px) rotate(1deg);
  }
}

@keyframes promoFloatMobileIn {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(28px) scale(0.94) rotate(-2deg);
  }

  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0) scale(1) rotate(-1deg);
  }
}

@keyframes rewardAuraSpin {
  from {
    transform: translate(-50%, -50%) rotate(0deg) scale(0.92);
  }

  to {
    transform: translate(-50%, -50%) rotate(360deg) scale(0.92);
  }
}

@keyframes rewardAuraPulse {
  0%,
  100% {
    filter: blur(8px) saturate(145%);
  }

  50% {
    filter: blur(12px) saturate(175%);
  }
}

@keyframes rewardAuraSpinMobile {
  from {
    transform: translate(-50%, -50%) rotate(0deg) scale(0.94);
  }

  to {
    transform: translate(-50%, -50%) rotate(360deg) scale(0.94);
  }
}

@keyframes workCtaPulse {
  0%,
  100% {
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.08),
      0 0 20px rgba(179, 79, 255, 0.14),
      0 0 0 rgba(83, 244, 255, 0);
    transform: translateY(0);
  }

  45% {
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.13),
      0 0 28px rgba(83, 244, 255, 0.24),
      0 0 44px rgba(179, 79, 255, 0.22);
    transform: translateY(-1px);
  }
}

@keyframes workCtaHalo {
  0%,
  100% {
    opacity: 0.42;
    transform: scale(0.94);
  }

  50% {
    opacity: 0.82;
    transform: scale(1.06);
  }
}

@keyframes workCtaShine {
  0%,
  45% {
    background-position:
      -140% 0,
      0 0,
      0 0;
  }

  72%,
  100% {
    background-position:
      180% 0,
      0 0,
      0 0;
  }
}

@keyframes workCtaDot {
  0%,
  100% {
    opacity: 0.45;
    transform: scale(0.76);
  }

  50% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes calloutReveal {
  from {
    opacity: 0;
    transform: translate3d(16px, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@media (max-width: 980px) {
  .home-section {
    width: min(100% - 32px, 720px);
    margin: 34px auto;
  }

  .home-builds,
  .home-proof-flow,
  .home-seo-guide,
  .home-diagnosis {
    grid-template-columns: 1fr;
  }

  .home-section-copy {
    position: relative;
    top: auto;
  }

  .home-section-copy h2,
  .home-proof-copy h2,
  .home-use-head h2,
  .home-diagnosis h2 {
    max-width: 13.5ch;
  }

  .home-before-after {
    grid-template-columns: 1fr;
  }

  .home-seo-grid,
  .work-impact,
  .work-impact-grid {
    grid-template-columns: 1fr;
  }

  .home-flow-marker {
    display: none;
  }

  .home-use-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-diagnosis-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .home-section {
    width: min(100% - 28px, 520px);
    margin: 28px auto;
  }

  .home-section h2 {
    font-size: clamp(2rem, 9.6vw, 3rem);
    line-height: 1;
  }

  .home-section p {
    font-size: 0.92rem;
    line-height: 1.54;
  }

  .home-kicker {
    margin-bottom: 16px;
    padding: 7px 11px;
    font-size: 0.66rem;
  }

  .home-builds {
    gap: 18px;
  }

  .home-capability-list {
    gap: 8px;
  }

  .home-capability-item {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 11px;
    padding: 13px 2px 14px;
  }

  .home-capability-item > span {
    width: 36px;
    height: 36px;
    border-radius: 12px;
  }

  .home-capability-item svg {
    width: 19px;
    height: 19px;
  }

  .home-capability-item h3 {
    font-size: 0.98rem;
  }

  .home-capability-item p {
    font-size: 0.82rem;
    line-height: 1.45;
  }

  .home-seo-grid,
  .work-impact-grid {
    gap: 10px;
  }

  .home-seo-grid article,
  .work-impact-grid article {
    padding: 15px;
    border-radius: 16px;
  }

  .home-proof-flow {
    gap: 18px;
    padding-block: 22px;
  }

  .home-ba-column {
    padding: 17px;
    border-radius: 18px;
  }

  .home-ba-column li {
    font-size: 0.84rem;
  }

  .home-use-grid {
    grid-template-columns: 1fr;
    border-radius: 20px;
  }

  .home-use-grid article {
    grid-template-columns: 70px minmax(0, 1fr);
    min-height: 104px;
    padding: 12px 14px 12px 10px;
  }

  .home-use-media {
    max-height: 92px;
    transform: translate3d(-3px, 4px, 0);
  }

  .home-use-body {
    gap: 6px;
    padding-bottom: 0;
  }

  .home-use-cta {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 18px;
    border-radius: 19px;
  }

  .home-use-cta .primary-button {
    width: 100%;
    min-height: 42px;
  }

  .home-diagnosis {
    gap: 18px;
    padding: 18px;
    border-radius: 21px;
  }

  .home-trust-line {
    gap: 8px;
  }

  .home-trust-line span {
    min-height: 32px;
    font-size: 0.7rem;
  }

  .home-diagnosis-actions {
    grid-template-columns: 1fr;
  }

  .home-diagnosis-actions .primary-button,
  .home-diagnosis-actions .secondary-button {
    min-height: 42px;
    font-size: 0.72rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  [data-reveal],
  .service-screen,
  .service-shot,
  .avatar-callout,
  .avatar-talk-tooltip,
  .avatar-showcase model-viewer,
  .service-nav-button,
  .promo-float,
  .promo-visual-glow,
  body.site-revealed .site-header,
  body.site-revealed .social-rail,
  body.site-revealed .support-float,
  body.site-revealed .screen-copy-stack,
  body.site-revealed .avatar-showcase,
  body.site-revealed .service-screen.is-active > *,
  body.route-page.site-revealed .services-list li,
  body.route-page.site-revealed .pricing-plan-card,
  body.route-page.site-revealed .work-card,
  body.route-page.site-revealed .about-stats article,
  body.route-page.site-revealed .about-principles article,
  body.route-page.site-revealed .about-bottom li,
  body.route-page.site-revealed .about-tech-stack li,
  body.route-page.site-revealed .contact-list > *,
  body.route-page.site-revealed .contact-form-card label,
  body.route-page.site-revealed .contact-bottom article,
  body.route-page.site-revealed .review-card,
  body.route-page.site-revealed .review-stats article,
  .work-more a,
  .work-more a::before,
  .work-more a::after {
    transition: none;
    animation: none;
  }
}
