﻿:root {
  --bg-1: #020814;
  --bg-2: #06172b;
  --bg-3: #092b49;
  --cyan: #57cfff;
  --cyan-deep: #1598ec;
  --white: #ffffff;
  --muted: rgba(255, 255, 255, 0.9);
  --shadow-blue: rgba(56, 190, 255, 0.78);
  --font-thai: "Prompt", "Tahoma", "Arial", sans-serif;
  --sticky-menu-space: clamp(112px, 12vh, 150px);
  --hero-bottom-space: clamp(18px, 3vh, 34px);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  width: 100%;
  min-width: 320px;
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: var(--sticky-menu-space);
  background: var(--bg-1);
}

body {
  margin: 0;
  width: 100%;
  min-width: 320px;
  overflow-x: hidden;
  font-family: var(--font-thai);
  color: var(--white);
  background-color: var(--bg-1);
  background-image:
    linear-gradient(90deg, rgba(2, 8, 20, 0.14), rgba(2, 8, 20, 0.02) 58%, rgba(2, 8, 20, 0.08)),
    url("bg-line-mini-app.webp");
  background-position: center bottom, center bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, max(100vw, 177.778vh) auto;
  background-size: cover, max(100vw, 177.778svh) auto;
  background-attachment: scroll, scroll;
}

a {
  color: inherit;
}

.elementor-line-mini-app {
  width: 100%;
  min-height: 100vh;
  min-height: 100svh;
  overflow: hidden;
  background-color: var(--bg-1);
  background-image:
    linear-gradient(90deg, rgba(2, 8, 20, 0.14), rgba(2, 8, 20, 0.02) 58%, rgba(2, 8, 20, 0.08)),
    url("bg-line-mini-app.webp");
  background-position: center bottom, center bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, max(100vw, 177.778vh) auto;
  background-size: cover, max(100vw, 177.778svh) auto;
}

.service-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
.service-section--intro {
  min-height: 100vh;
  min-height: 100svh;
  color: var(--white);
  background-color: #020814;
  background-image:
    linear-gradient(90deg, rgba(1, 7, 18, 0.86) 0%, rgba(3, 16, 33, 0.52) 45%, rgba(5, 28, 52, 0.18) 100%),
    radial-gradient(ellipse at 75% 46%, rgba(37, 190, 255, 0.34) 0%, rgba(20, 108, 190, 0.2) 28%, transparent 64%),
    linear-gradient(125deg, #020814 0%, #071b34 52%, #061326 100%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.service-section--intro::before,
.service-section--intro::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  pointer-events: none;
}

.service-section--intro::before {
  opacity: 0.34;
  background:
    linear-gradient(90deg, transparent 0 18%, rgba(90, 211, 255, 0.13) 18.2%, transparent 18.45% 47%, rgba(90, 211, 255, 0.1) 47.2%, transparent 47.5%),
    linear-gradient(0deg, transparent 0 26%, rgba(90, 211, 255, 0.09) 26.2%, transparent 26.45% 70%, rgba(90, 211, 255, 0.08) 70.2%, transparent 70.5%),
    repeating-linear-gradient(90deg, rgba(106, 219, 255, 0.055) 0 1px, transparent 1px 96px),
    repeating-linear-gradient(0deg, rgba(106, 219, 255, 0.04) 0 1px, transparent 1px 96px);
  mask-image: linear-gradient(90deg, transparent 0%, #000 18%, #000 100%);
}

.service-section--intro::after {
  opacity: 0.28;
  background:
    repeating-linear-gradient(0deg, rgba(82, 210, 255, 0.18) 0 1px, transparent 1px 9px),
    linear-gradient(90deg, transparent 0%, rgba(70, 202, 255, 0.18) 52%, transparent 88%);
  transform: skewX(-9deg) translateX(20%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 48%, transparent 98%);
}

.intro-hero {
  display: flex;
  min-height: 100vh;
  min-height: 100svh;
  align-items: stretch;
  padding: clamp(12px, 2vh, 22px) 18px clamp(44px, 7vh, 70px);
}

.intro-hero__shell {
  position: relative;
  z-index: 1;
  display: flex;
  width: min(100%, 1228px);
  min-height: calc(100svh - clamp(56px, 9vh, 92px));
  flex-direction: column;
  margin: 0 auto;
}

.intro-nav {
  position: relative;
  z-index: 5;
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 14px;
  border: 1px solid rgba(211, 244, 255, 0.2);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.045)),
    rgba(9, 25, 43, 0.62);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 18px 40px rgba(0, 0, 0, 0.26),
    0 0 24px rgba(71, 199, 255, 0.12);
  -webkit-backdrop-filter: blur(14px) saturate(145%);
  backdrop-filter: blur(14px) saturate(145%);
}

.intro-brand {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 10px;
  color: var(--white);
  text-decoration: none;
}

.intro-brand__mark {
  display: grid;
  width: 60px;
  height: 44px;
  flex: 0 0 auto;
  place-items: center;
  color: #64d7ff;
  filter: drop-shadow(0 0 10px rgba(77, 209, 255, 0.72));
}

.intro-brand__mark img {
  display: block;
  width: 58px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
}

.intro-brand__mark svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.intro-brand__mark path + path {
  fill: none;
  stroke: rgba(255, 255, 255, 0.52);
  stroke-width: 2.2;
  stroke-linecap: round;
}

.intro-brand__text {
  font-size: clamp(17px, 1.4vw, 22px);
  font-weight: 700;
  line-height: 1.04;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.65);
}

.intro-nav__links {
  display: none;
  align-items: center;
  gap: clamp(18px, 2vw, 32px);
}

.intro-nav__links a {
  position: relative;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.65);
  transition: color 180ms ease;
}

.intro-nav__links a:hover,
.intro-nav__links a:focus-visible,
.intro-nav__links a[aria-current="page"] {
  color: var(--white);
}

.intro-nav__links a[aria-current="page"]::after {
  position: absolute;
  right: 0;
  bottom: -22px;
  left: 0;
  height: 4px;
  content: "";
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(78, 201, 255, 0.88), transparent);
  box-shadow: 0 0 14px rgba(78, 201, 255, 0.58);
}

.intro-nav__toggle {
  display: none;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  border: 1px solid rgba(191, 239, 255, 0.36);
  border-radius: 12px;
  color: var(--white);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.04)),
    rgba(5, 24, 43, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 0 18px rgba(63, 204, 255, 0.2);
  cursor: pointer;
}

.intro-nav__toggle span {
  display: block;
  width: 17px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

.intro-nav.is-open .intro-nav__toggle span:nth-child(1) {
  transform: translateY(3px) rotate(45deg);
}

.intro-nav.is-open .intro-nav__toggle span:nth-child(2) {
  opacity: 0;
}

.intro-nav.is-open .intro-nav__toggle span:nth-child(3) {
  transform: translateY(-3px) rotate(-45deg);
}

.intro-nav__service::after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  content: "";
  transform: translateY(-3px) rotate(45deg);
}

.intro-nav__cta,
.intro-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(191, 239, 255, 0.46);
  border-radius: 999px;
  color: var(--white);
  background:
    linear-gradient(105deg, rgba(19, 126, 246, 0.94), rgba(35, 221, 216, 0.88)),
    rgba(5, 22, 40, 0.7);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    0 0 20px rgba(63, 204, 255, 0.34),
    0 10px 24px rgba(0, 0, 0, 0.28);
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  text-shadow: 0 2px 7px rgba(0, 0, 0, 0.62);
  transition: translate 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.intro-nav__cta {
  min-height: 48px;
  padding: 0 22px;
  font-size: 16px;
  white-space: nowrap;
}

.intro-nav__cta:hover,
.intro-nav__cta:focus-visible,
.intro-cta:hover,
.intro-cta:focus-visible {
  translate: 0 -2px;
  border-color: rgba(229, 250, 255, 0.82);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.32),
    0 0 30px rgba(63, 204, 255, 0.5),
    0 14px 28px rgba(0, 0, 0, 0.32);
}

.intro-hero__inner {
  display: grid;
  flex: 1;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  gap: 34px;
  padding: clamp(42px, 7vh, 70px) 4px 0;
}

.intro-copy {
  position: relative;
  z-index: 2;
  max-width: 650px;
}

.intro-copy h1 {
  margin: 0;
  color: var(--white);
  font-size: clamp(42px, 11vw, 68px);
  font-weight: 900;
  line-height: 1.13;
  letter-spacing: 0;
  text-shadow:
    0 0 10px rgba(116, 221, 255, 0.52),
    0 5px 0 rgba(0, 0, 0, 0.45),
    0 16px 24px rgba(0, 0, 0, 0.58);
}

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

.intro-copy h1 strong {
  font: inherit;
  color: #f7fbff;
  text-shadow:
    0 0 10px rgba(148, 229, 255, 0.42),
    0 4px 0 rgba(0, 0, 0, 0.48),
    0 16px 28px rgba(0, 0, 0, 0.62);
}

.intro-copy p {
  width: min(100%, 650px);
  margin: clamp(22px, 3vh, 30px) 0 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(16px, 1.08vw, 20px);
  font-weight: 400;
  line-height: 1.72;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.72);
}

.intro-cta {
  min-width: min(100%, 338px);
  min-height: 64px;
  padding: 0 30px 2px;
  margin-top: clamp(30px, 4.8vh, 42px);
  font-size: clamp(19px, 1.4vw, 24px);
}

.intro-visual {
  position: relative;
  z-index: 1;
  width: min(100%, 660px);
  min-height: 390px;
  margin: 0 auto;
  isolation: isolate;
}

.intro-visual::before {
  position: absolute;
  inset: 10% 2% 0 8%;
  z-index: -2;
  content: "";
  background: radial-gradient(ellipse at 62% 44%, rgba(70, 213, 255, 0.48), rgba(31, 128, 229, 0.24) 34%, transparent 70%);
  filter: blur(28px);
  opacity: 0.75;
  animation: introPulse 5.8s ease-in-out infinite;
}

.intro-head {
  position: absolute;
  top: 6%;
  right: 1%;
  width: min(72vw, 430px);
  aspect-ratio: 0.78;
  overflow: hidden;
  border: 2px solid rgba(89, 218, 255, 0.74);
  border-radius: 56% 44% 48% 52% / 35% 35% 65% 65%;
  background:
    radial-gradient(circle at 42% 42%, rgba(128, 239, 255, 0.34), transparent 9%),
    radial-gradient(circle at 57% 42%, rgba(51, 211, 255, 0.18), transparent 35%),
    linear-gradient(140deg, rgba(11, 88, 143, 0.14), rgba(29, 201, 255, 0.18));
  box-shadow:
    inset 0 0 34px rgba(67, 215, 255, 0.38),
    inset 0 0 80px rgba(32, 125, 230, 0.34),
    0 0 32px rgba(54, 203, 255, 0.62),
    0 0 92px rgba(43, 155, 255, 0.3);
  clip-path: polygon(43% 0, 69% 4%, 89% 18%, 96% 42%, 90% 66%, 78% 84%, 58% 100%, 35% 94%, 24% 78%, 20% 64%, 8% 56%, 20% 47%, 18% 28%, 27% 10%);
  animation: introHeadFloat 6.5s ease-in-out infinite;
}

.intro-head__mesh {
  position: absolute;
  inset: -8%;
  opacity: 0.82;
  background:
    linear-gradient(60deg, rgba(91, 226, 255, 0.4) 1px, transparent 1px),
    linear-gradient(120deg, rgba(91, 226, 255, 0.32) 1px, transparent 1px),
    linear-gradient(0deg, rgba(91, 226, 255, 0.16) 1px, transparent 1px);
  background-size: 22px 38px, 22px 38px, 100% 24px;
  mix-blend-mode: screen;
}

.intro-head__face {
  position: absolute;
  top: 16%;
  left: 19%;
  width: 36%;
  height: 66%;
  border-left: 3px solid rgba(139, 237, 255, 0.8);
  border-bottom: 3px solid rgba(139, 237, 255, 0.62);
  border-radius: 54% 20% 44% 56% / 36% 24% 74% 62%;
  filter: drop-shadow(0 0 10px rgba(85, 214, 255, 0.8));
  transform: rotate(-8deg);
}

.intro-head__eye {
  position: absolute;
  top: 40%;
  left: 34%;
  width: 15%;
  height: 8px;
  border-radius: 999px;
  background: rgba(140, 240, 255, 0.88);
  box-shadow: 0 0 18px rgba(95, 220, 255, 0.9);
}

.intro-head__core {
  position: absolute;
  top: 48%;
  left: 47%;
  width: 88px;
  height: 88px;
  border: 1px solid rgba(146, 238, 255, 0.46);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(106, 229, 255, 0.72) 0 8%, rgba(22, 157, 241, 0.2) 9% 48%, transparent 49%);
  box-shadow: 0 0 24px rgba(91, 211, 255, 0.64);
}

.intro-code-card,
.intro-ui-panel,
.intro-badge {
  position: absolute;
  color: rgba(170, 237, 255, 0.78);
  border: 1px solid rgba(101, 217, 255, 0.2);
  background: rgba(6, 24, 43, 0.26);
  box-shadow: 0 0 22px rgba(47, 184, 255, 0.16);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
}

.intro-code-card {
  top: 8%;
  left: 2%;
  width: min(46vw, 240px);
  padding: 14px 16px;
  border-radius: 9px;
  opacity: 0.78;
}

.intro-code-card span {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 700;
  color: rgba(126, 226, 255, 0.86);
}

.intro-code-card i {
  display: block;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.52);
  font-family: Consolas, "Courier New", monospace;
  font-size: 10px;
  font-style: normal;
  line-height: 1.5;
  white-space: nowrap;
}

.intro-ui-panel {
  width: 150px;
  height: 102px;
  border-radius: 10px;
  background:
    linear-gradient(rgba(94, 213, 255, 0.2) 0 2px, transparent 2px 22px),
    linear-gradient(90deg, rgba(94, 213, 255, 0.12) 0 2px, transparent 2px 28px),
    rgba(6, 24, 43, 0.18);
}

.intro-ui-panel--one {
  right: 0;
  top: 28%;
  transform: rotate(3deg);
  animation: introPanelDrift 7s ease-in-out infinite;
}

.intro-ui-panel--two {
  right: 20%;
  bottom: 12%;
  width: 178px;
  height: 120px;
  transform: rotate(-6deg);
  animation: introPanelDrift 7.4s ease-in-out infinite reverse;
}

.intro-badge {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 8px;
  font-size: 21px;
  font-weight: 800;
  text-shadow: 0 0 11px rgba(77, 214, 255, 0.72);
}

.intro-badge--js {
  top: 0;
  left: 34%;
}

.intro-badge--css {
  right: -1%;
  top: 4%;
}

.intro-badge--php {
  right: 4%;
  top: 22%;
  width: 66px;
  height: 34px;
  border-radius: 999px;
  font-size: 18px;
  font-style: italic;
}

.intro-badge--code {
  right: -3%;
  top: 48%;
  border: none;
  background: transparent;
  box-shadow: none;
  font-size: 28px;
}

.intro-visual--redesign {
  width: min(100%, 720px);
  min-height: clamp(520px, 61vh, 650px);
  perspective: 1200px;
}

.intro-visual--redesign::before {
  inset: 4% -2% -2% 2%;
  background:
    radial-gradient(circle at 52% 48%, rgba(103, 226, 255, 0.56), rgba(47, 158, 255, 0.26) 31%, transparent 63%),
    radial-gradient(circle at 68% 26%, rgba(61, 221, 255, 0.24), transparent 34%);
  filter: blur(34px);
  opacity: 0.74;
}

.intro-visual--redesign::after {
  position: absolute;
  inset: 12% 4% 2% 5%;
  z-index: -1;
  content: "";
  border-radius: 50%;
  background:
    repeating-radial-gradient(circle at 54% 50%, rgba(98, 222, 255, 0.22) 0 1px, transparent 1px 42px),
    repeating-linear-gradient(90deg, rgba(92, 211, 255, 0.09) 0 1px, transparent 1px 46px),
    repeating-linear-gradient(0deg, rgba(92, 211, 255, 0.07) 0 1px, transparent 1px 46px);
  opacity: 0.54;
  transform: rotateX(62deg) rotateZ(-12deg) translateY(28%);
  transform-origin: center;
  mask-image: radial-gradient(circle, #000 0 50%, transparent 71%);
}

.intro-orbit-field,
.intro-ai-core,
.intro-console,
.intro-orbit,
.intro-ai-core span {
  position: absolute;
}

.intro-orbit-field {
  inset: 2% 0 0 4%;
  z-index: 1;
}

.intro-orbit {
  border: 1px solid rgba(108, 228, 255, 0.24);
  border-radius: 50%;
  box-shadow: 0 0 18px rgba(58, 198, 255, 0.2);
}

.intro-orbit--one {
  top: 16%;
  right: 7%;
  width: 460px;
  height: 460px;
  transform: rotateX(68deg) rotateZ(-18deg);
  animation: introOrbitSpin 12s linear infinite;
}

.intro-orbit--two {
  top: 18%;
  right: 13%;
  width: 360px;
  height: 360px;
  transform: rotateX(64deg) rotateZ(24deg);
  animation: introOrbitSpin 15s linear infinite reverse;
}

.intro-orbit--three {
  top: 27%;
  right: 21%;
  width: 230px;
  height: 230px;
  opacity: 0.72;
  transform: rotateX(60deg) rotateZ(48deg);
}

.intro-ai-core {
  top: 12%;
  right: 7%;
  z-index: 2;
  width: min(40vw, 440px);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 34% 30%, rgba(238, 253, 255, 0.7) 0 2%, transparent 7%),
    radial-gradient(circle at 50% 54%, rgba(83, 223, 255, 0.78) 0 2%, rgba(69, 196, 255, 0.28) 3% 18%, transparent 42%),
    radial-gradient(circle at 48% 50%, rgba(16, 148, 231, 0.34), rgba(10, 45, 82, 0.12) 58%, transparent 72%);
  box-shadow:
    inset 0 0 36px rgba(102, 232, 255, 0.5),
    inset 0 0 88px rgba(44, 139, 246, 0.38),
    0 0 32px rgba(80, 217, 255, 0.74),
    0 0 96px rgba(36, 143, 255, 0.36);
  transform: rotateZ(-8deg);
  animation: introCoreFloat 6.8s ease-in-out infinite;
}

.intro-ai-core__globe {
  inset: 4%;
  border: 1px solid rgba(142, 240, 255, 0.38);
  border-radius: 50%;
  background:
    radial-gradient(circle at 38% 36%, rgba(255, 255, 255, 0.22), transparent 12%),
    repeating-linear-gradient(90deg, rgba(145, 237, 255, 0.16) 0 1px, transparent 1px 28px),
    repeating-linear-gradient(0deg, rgba(145, 237, 255, 0.12) 0 1px, transparent 1px 28px),
    conic-gradient(from 20deg, transparent, rgba(93, 226, 255, 0.22), transparent 42%, rgba(75, 189, 255, 0.18), transparent 75%);
  box-shadow: inset 0 0 34px rgba(85, 220, 255, 0.38);
  opacity: 0.82;
  mask-image: radial-gradient(circle, #000 0 66%, transparent 72%);
}

.intro-ai-core__ring {
  inset: 8%;
  border: 1px solid rgba(149, 242, 255, 0.46);
  border-radius: 50%;
}

.intro-ai-core__ring--one {
  transform: rotateX(68deg) rotateZ(28deg);
}

.intro-ai-core__ring--two {
  inset: 17%;
  transform: rotateX(62deg) rotateZ(-28deg);
}

.intro-ai-core__node {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #8df0ff;
  box-shadow: 0 0 16px rgba(110, 232, 255, 0.95);
}

.intro-ai-core__node--one {
  top: 17%;
  left: 52%;
}

.intro-ai-core__node--two {
  top: 55%;
  right: 18%;
}

.intro-ai-core__node--three {
  bottom: 18%;
  left: 33%;
}

.intro-console {
  z-index: 4;
  border: 1px solid rgba(156, 234, 255, 0.18);
  border-radius: 14px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.018)),
    rgba(7, 25, 45, 0.38);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 18px 42px rgba(0, 0, 0, 0.24),
    0 0 24px rgba(63, 201, 255, 0.12);
  -webkit-backdrop-filter: blur(12px) saturate(145%);
  backdrop-filter: blur(12px) saturate(145%);
}

.intro-console--main {
  right: 0;
  bottom: 11%;
  width: min(34vw, 330px);
  height: 210px;
  padding: 22px;
  transform: rotateY(-11deg) rotateX(4deg);
}

.intro-console__bar {
  display: block;
  width: 72px;
  height: 9px;
  border-radius: 999px;
  background: #76ebff;
  box-shadow: 0 0 18px rgba(96, 226, 255, 0.84);
}

.intro-console__line {
  display: block;
  width: 58%;
  height: 7px;
  margin-top: 18px;
  border-radius: 999px;
  background: rgba(171, 239, 255, 0.42);
}

.intro-console__line--wide {
  width: 82%;
  margin-top: 30px;
}

.intro-console__chart {
  position: absolute;
  right: 22px;
  bottom: 22px;
  left: 22px;
  height: 60px;
  border-bottom: 1px solid rgba(128, 229, 255, 0.2);
  background:
    linear-gradient(135deg, transparent 0 42%, rgba(76, 220, 255, 0.75) 43% 45%, transparent 46%),
    linear-gradient(25deg, transparent 0 52%, rgba(76, 220, 255, 0.42) 53% 55%, transparent 56%);
}

.intro-console--code {
  top: 17%;
  left: 4%;
  width: min(34vw, 260px);
  padding: 15px 17px 16px;
}

.intro-console--code strong {
  display: block;
  margin-bottom: 9px;
  color: rgba(133, 230, 255, 0.92);
  font-size: 14px;
  font-weight: 800;
}

.intro-console--code i {
  display: block;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.55);
  font-family: Consolas, "Courier New", monospace;
  font-size: 11px;
  font-style: normal;
  line-height: 1.55;
  white-space: nowrap;
}

.intro-console--stack {
  bottom: 10%;
  left: 7%;
  display: grid;
  width: 178px;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  padding: 12px;
  transform: rotateY(12deg) rotateZ(-3deg);
}

.intro-console--stack span {
  display: grid;
  min-height: 50px;
  place-items: center;
  border: 1px solid rgba(105, 220, 255, 0.16);
  border-radius: 10px;
  color: rgba(205, 248, 255, 0.86);
  background: rgba(32, 177, 236, 0.08);
  font-size: 13px;
  font-weight: 800;
}

.intro-visual--redesign .intro-badge {
  z-index: 5;
  border-color: rgba(146, 234, 255, 0.24);
  background: rgba(6, 28, 52, 0.52);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 0 20px rgba(70, 205, 255, 0.24);
}

.intro-visual--redesign .intro-badge--js {
  top: 4%;
  left: 35%;
}

.intro-visual--redesign .intro-badge--css {
  right: 2%;
  top: 9%;
}

.intro-visual--redesign .intro-badge--php {
  right: 7%;
  top: 31%;
}

.intro-visual--redesign .intro-badge--code {
  right: 1%;
  top: 52%;
  color: rgba(151, 233, 255, 0.76);
}

@keyframes introCoreFloat {
  0%, 100% {
    transform: translate3d(0, 0, 0) rotateZ(-8deg);
  }

  50% {
    transform: translate3d(0, -14px, 0) rotateZ(-5deg);
  }
}

@keyframes introOrbitSpin {
  from {
    rotate: 0deg;
  }

  to {
    rotate: 360deg;
  }
}
@keyframes introHeadFloat {
  0%, 100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }

  50% {
    transform: translate3d(0, -12px, 0) rotate(1.5deg);
  }
}

@keyframes introPanelDrift {
  0%, 100% {
    translate: 0 0;
    opacity: 0.72;
  }

  50% {
    translate: 0 -10px;
    opacity: 0.94;
  }
}

@keyframes introPulse {
  0%, 100% {
    opacity: 0.62;
    transform: scale(0.96);
  }

  50% {
    opacity: 0.92;
    transform: scale(1.04);
  }
}

@media (prefers-reduced-motion: reduce) {
  .intro-visual::before,
  .intro-head,
  .intro-ui-panel {
    animation: none;
  }
}

@media (max-width: 859px) {
  .intro-hero {
    min-height: auto;
    padding: 14px 16px 54px;
  }

  .intro-hero__shell {
    min-height: auto;
  }

  .intro-nav {
    min-height: 64px;
    padding: 9px 10px;
  }

  .intro-nav__toggle {
    display: flex;
  }

  .intro-brand__mark {
    width: 48px;
    height: 34px;
  }

  .intro-brand__mark img {
    width: 46px;
  }

  .intro-brand__text {
    font-size: 16px;
  }

  .intro-nav__cta {
    min-height: 40px;
    padding: 0 14px;
    font-size: 13px;
  }

  .intro-nav__links {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    left: 0;
    display: grid;
    max-height: calc(100vh - 104px);
    gap: 3px;
    overflow-y: auto;
    padding: 10px;
    border: 1px solid rgba(178, 237, 255, 0.28);
    border-radius: 14px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.035)),
      rgba(5, 24, 43, 0.94);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.16),
      0 20px 36px rgba(0, 0, 0, 0.34),
      0 0 28px rgba(72, 205, 255, 0.18);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 170ms ease, transform 170ms ease;
    -webkit-backdrop-filter: blur(14px) saturate(150%);
    backdrop-filter: blur(14px) saturate(150%);
  }

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

  .intro-nav__links a {
    display: flex;
    min-height: 42px;
    align-items: center;
    padding: 9px 12px;
    border-radius: 9px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.25;
  }

  .intro-nav__links a[aria-current="page"]::after {
    display: none;
  }

  .intro-nav__item {
    display: grid;
    align-items: stretch;
  }

  .intro-nav__item--services::after {
    display: none;
  }

  .intro-submenu {
    position: static;
    width: 100%;
    padding: 0 0 4px 12px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    transition: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .intro-submenu::before {
    display: none;
  }

  .intro-submenu a {
    min-height: 38px;
    padding: 8px 12px;
    color: rgba(216, 246, 255, 0.82);
    font-size: 13px;
  }

  .intro-hero__inner {
    padding-top: 46px;
    text-align: center;
  }

  .intro-copy {
    max-width: none;
  }

  .intro-copy h1 {
    font-size: clamp(38px, 10.8vw, 58px);
  }

  .intro-copy p {
    margin-inline: auto;
    font-size: 15px;
    line-height: 1.62;
  }

  .intro-cta {
    min-width: min(100%, 286px);
    min-height: 54px;
    font-size: 17px;
  }

  .intro-visual {
    min-height: 330px;
  }

  .intro-head {
    right: 50%;
    width: min(78vw, 310px);
    animation: none;
    transform: translateX(52%);
  }

  .intro-code-card {
    left: 0;
    width: min(58vw, 210px);
  }

  .intro-ui-panel--one,
  .intro-badge--css,
  .intro-badge--php,
  .intro-badge--code {
    display: none;
  }

  .intro-ui-panel--two {
    right: 2%;
    bottom: 8%;
    width: 132px;
    height: 88px;
  }
}

@media (min-width: 860px) {
  .intro-nav__links {
    display: flex;
  }

  .intro-hero__inner {
    grid-template-columns: minmax(420px, 0.9fr) minmax(420px, 1.1fr);
    gap: clamp(34px, 4vw, 78px);
  }

  .intro-copy {
    padding-bottom: clamp(24px, 6vh, 58px);
  }

  .intro-visual {
    min-height: clamp(480px, 62vh, 620px);
  }
}

@media (min-width: 1180px) {
  .intro-copy h1 {
    font-size: clamp(62px, 4.7vw, 86px);
  }

  .intro-copy p {
    width: 650px;
  }

  .intro-head {
    width: min(34vw, 470px);
  }
}

@media (max-width: 380px) {
  .intro-nav {
    gap: 7px;
  }

  .intro-brand__text {
    font-size: 14px;
  }

  .intro-nav__cta {
    padding: 0 11px;
    font-size: 11px;
  }

  .intro-nav__toggle {
    width: 38px;
    height: 38px;
    border-radius: 11px;
  }
}


.service-section--webapp {
  min-height: 100vh;
  min-height: 100svh;
  color: var(--white);
  background-color: var(--bg-1);
  background-image:
    linear-gradient(90deg, rgba(2, 8, 20, 0.22), rgba(2, 8, 20, 0.03) 58%, rgba(2, 8, 20, 0.16)),
    url("bg-web-application.webp");
  background-position: center bottom, center bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, max(100vw, 177.778vh) auto;
  background-size: cover, max(100vw, 177.778svh) auto;
}

.webapp-hero {
  display: flex;
  align-items: flex-end;
  height: 100vh;
  height: 100svh;
  min-height: 720px;
  padding: var(--sticky-menu-space) 32px var(--hero-bottom-space);
}

.webapp-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 634px) minmax(320px, 520px);
  align-items: center;
  gap: 78px;
  width: min(100%, 1232px);
  margin: 0 auto;
}

.webapp-hero__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.webapp-hero__header {
  width: min(100%, 650px);
}

.service-eyebrow,
.webapp-hero h2 {
  margin: 0;
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: 0;
  text-shadow:
    0 0 9px rgba(104, 212, 255, 0.95),
    0 0 24px rgba(52, 168, 255, 0.55),
    0 3px 0 rgba(0, 0, 0, 0.45);
}

.service-eyebrow {
  color: var(--white);
  font-size: clamp(30px, 3.125vw, 60px);
}

.webapp-hero h2 {
  margin-top: 10px;
  color: #3dddff;
  font-size: 24px;
  white-space: nowrap;
  text-shadow: 0 0 9px rgb(104 212 255 / 15%), 0 0 24px rgba(52, 168, 255, 0.55), 0 3px 0 rgba(0, 0, 0, 0.45);
}

.webapp-hero p:not(.service-eyebrow) {
  margin: 26px 0 0;
  color: var(--muted);
  font-size: clamp(16px, 1.042vw, 20px);
  font-weight: 500;
  line-height: 1.62;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.72);
}

.webapp-features {
  margin-top: 46px;
}

.webapp-visual {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 560px;
  perspective: 900px;
  isolation: isolate;
}

.webapp-visual::before {
  position: absolute;
  inset: 11% -5% 6%;
  z-index: -1;
  content: "";
  border-radius: 50%;
  background: radial-gradient(ellipse at 58% 48%, rgba(92, 212, 255, 0.62), rgba(48, 169, 255, 0.24) 32%, transparent 70%);
  filter: blur(24px);
  opacity: 0.75;
  animation: phoneAura 5.8s ease-in-out infinite;
}

.webapp-visual__image {
  display: block;
  width: min(46vw, 560px);
  max-height: 620px;
  object-fit: contain;
  object-position: center;
  filter:
    drop-shadow(0 0 18px rgba(83, 203, 255, 0.42))
    drop-shadow(22px 16px 42px rgba(0, 0, 0, 0.5));
  transform: translate3d(0, 0, 0) rotateY(-4deg);
  transform-origin: center;
  animation: phoneFloat 6.2s ease-in-out infinite;
  transition: filter 220ms ease, transform 220ms ease;
  will-change: transform;
}

.webapp-visual:hover .webapp-visual__image,
.webapp-visual:focus-within .webapp-visual__image {
  filter:
    drop-shadow(0 0 28px rgba(83, 203, 255, 0.72))
    drop-shadow(24px 18px 44px rgba(0, 0, 0, 0.54));
  transform: translate3d(0, -7px, 24px) rotateY(-7deg) rotateX(2deg);
}

@media (min-width: 860px) {
  .service-section--webapp {
    background-attachment: scroll, scroll;
  }
}
.miniapp-hero {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  height: 100vh;
  height: 100svh;
  min-height: 640px;
  overflow: hidden;
  padding: 42px 20px;
  background-color: var(--bg-1);
  background-image:
    linear-gradient(90deg, rgba(2, 8, 20, 0.14), rgba(2, 8, 20, 0.02) 58%, rgba(2, 8, 20, 0.08)),
    url("bg-line-mini-app.webp");
  background-position: center bottom, center bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, max(100vw, 177.778vh) auto;
  background-size: cover, max(100vw, 177.778svh) auto;
}

.miniapp-hero::before,
.miniapp-hero::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  pointer-events: none;
}

.miniapp-hero::before {
  opacity: 0.14;
  background:
    linear-gradient(rgba(93, 201, 255, 0.048) 1px, transparent 1px),
    linear-gradient(90deg, rgba(93, 201, 255, 0.044) 1px, transparent 1px),
    repeating-linear-gradient(0deg, rgba(92, 205, 255, 0.038) 0 1px, transparent 1px 10px);
  background-size: 42px 42px, 42px 42px, 100% 90px;
  mask-image: linear-gradient(90deg, transparent 0%, #000 10%, #000 92%, transparent 100%);
}

.miniapp-hero::after {
  background:
    radial-gradient(ellipse at 84% 50%, rgba(75, 202, 255, 0.18) 0, rgba(47, 169, 255, 0.1) 13%, transparent 29%);
  opacity: 0.46;
}

.miniapp-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  gap: 38px;
  width: min(100%, 1108px);
  margin: 0 auto;
}

.miniapp-hero__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.miniapp-hero__header {
  width: min(100%, 650px);
}

.miniapp-hero h1 {
  margin: 0;
  font-size: 24px;
  line-height: 0.98;
  font-weight: 900;
  letter-spacing: 0;
  white-space: nowrap;
  text-shadow:
    0 0 9px rgba(104, 212, 255, 0.95),
    0 0 24px rgba(52, 168, 255, 0.55),
    0 3px 0 rgba(0, 0, 0, 0.45);
}

.miniapp-hero h1 span {
  color: #3dddff;
  text-shadow: 0 0 9px rgb(104 212 255 / 15%), 0 0 24px rgba(52, 168, 255, 0.55), 0 3px 0 rgba(0, 0, 0, 0.45);
}

.miniapp-hero p {
  margin: 22px 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 3.7vw, 1.13rem);
  font-weight: 600;
  line-height: 1.52;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.7);
}

.miniapp-features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  width: min(100%, 634px);
  padding: 0;
  margin: 38px 0 0;
  list-style: none;
}

.feature-card {
  position: relative;
  display: flex;
  min-height: 132px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 18px 10px 16px;
  overflow: hidden;
  color: var(--white);
  border: 1px solid rgba(227, 246, 255, 0.42);
  border-radius: 10px;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.075), transparent 42%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.024)),
    rgba(9, 23, 37, 0.28);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    inset 0 -14px 32px rgba(0, 0, 0, 0.06),
    0 0 0 1px rgba(80, 205, 255, 0.08),
    0 12px 26px rgba(0, 0, 0, 0.24);
  -webkit-backdrop-filter: blur(9px) saturate(135%);
  backdrop-filter: blur(9px) saturate(135%);
}

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

.feature-card::before {
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(130deg, rgba(255, 255, 255, 0.14), transparent 38%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.1), transparent 62%);
  opacity: 0.24;
}

.feature-card::after {
  inset: 1px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 9px;
}

.feature-card svg {
  position: relative;
  width: 50px;
  height: 50px;
  margin-bottom: 11px;
  fill: none;
  color: var(--cyan);
  stroke: currentColor;
  stroke-width: 3.1;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter:
    drop-shadow(0 0 5px rgba(91, 211, 255, 0.95))
    drop-shadow(0 0 12px rgba(53, 178, 255, 0.75));
}

.feature-card span {
  position: relative;
  font-size: clamp(1rem, 4vw, 1.12rem);
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  text-shadow:
    0 0 4px rgba(255, 255, 255, 0.18),
    0 2px 5px rgba(0, 0, 0, 0.78);
}

.feature-card__nowrap {
  white-space: nowrap;
}

.miniapp-cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  min-height: 42px;
  padding: 8px 22px 10px;
  margin-top: 26px;
  border: 2px solid rgba(176, 222, 255, 0.42);
  border-radius: 999px;
  color: rgba(226, 242, 255, 0.82);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
    rgba(5, 17, 31, 0.38);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    inset 0 -10px 22px rgba(0, 0, 0, 0.2),
    0 0 0 1px rgba(85, 184, 255, 0.08);
  overflow: hidden;
  -webkit-backdrop-filter: blur(10px) saturate(140%);
  backdrop-filter: blur(10px) saturate(140%);
  font-size: clamp(0.85rem, 2.8vw, 1rem);
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.72);
  transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease, color 180ms ease, translate 180ms ease;
}

.miniapp-cta::before {
  position: absolute;
  top: -40%;
  bottom: -40%;
  left: -70%;
  width: 42%;
  content: "";
  background: linear-gradient(105deg, transparent 8%, rgba(255, 255, 255, 0.74) 44%, rgba(96, 231, 255, 0.48) 58%, transparent 92%);
  filter: blur(1px);
  opacity: 0.72;
  pointer-events: none;
  transform: translateX(0) skewX(-18deg);
  animation: miniappCtaShine 2.7s ease-in-out infinite;
}

.miniapp-cta::after {
  position: absolute;
  inset: 2px;
  content: "";
  border-radius: inherit;
  background: linear-gradient(90deg, transparent, rgba(112, 225, 255, 0.16), transparent);
  opacity: 0.42;
  pointer-events: none;
}

.miniapp-cta:hover,
.miniapp-cta:focus-visible {
  translate: 0 -2px;
  color: var(--white);
  border-color: rgba(189, 235, 255, 0.82);
  background:
    linear-gradient(180deg, rgba(88, 210, 255, 0.2), rgba(21, 112, 209, 0.1)),
    rgba(7, 23, 42, 0.48);
  box-shadow:
    0 0 0 4px rgba(58, 190, 255, 0.14),
    0 0 26px rgba(85, 205, 255, 0.54),
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    inset 0 -10px 22px rgba(0, 0, 0, 0.22);
}

@keyframes miniappCtaShine {
  0%,
  45% {
    transform: translateX(0) skewX(-18deg);
  }

  100% {
    transform: translateX(420%) skewX(-18deg);
  }
}

.phone-preview {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 500px;
  perspective: 900px;
  isolation: isolate;
}

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

.phone-preview::before {
  position: absolute;
  inset: 8% -18% 5%;
  z-index: -1;
  border-radius: 50%;
  background:
    radial-gradient(ellipse at 56% 48%, rgba(92, 212, 255, 0.72), rgba(48, 169, 255, 0.32) 30%, transparent 68%);
  filter: blur(24px);
  opacity: 0.72;
  animation: phoneAura 5.6s ease-in-out infinite;
}

.phone-preview::after {
  top: 14%;
  left: 18%;
  z-index: 2;
  width: 26%;
  height: 72%;
  border-radius: 999px;
  background: linear-gradient(105deg, transparent 0%, rgba(255, 255, 255, 0.5) 48%, transparent 100%);
  filter: blur(10px);
  opacity: 0;
  transform: translateX(-140%) rotate(10deg);
  animation: phoneSweep 6.8s ease-in-out infinite;
}

.phone-preview__image {
  display: block;
  width: min(76vw, 320px);
  max-height: 570px;
  object-fit: contain;
  object-position: center;
  filter:
    drop-shadow(0 0 14px rgba(83, 203, 255, 0.48))
    drop-shadow(20px 10px 34px rgba(0, 0, 0, 0.45));
  transform: translate3d(0, 0, 0) rotateY(-2deg);
  transform-origin: center;
  animation: phoneFloat 5.8s ease-in-out infinite;
  transition: filter 220ms ease, transform 220ms ease;
  will-change: transform;
}

.phone-preview:hover .phone-preview__image,
.phone-preview:focus-within .phone-preview__image {
  filter:
    drop-shadow(0 0 24px rgba(83, 203, 255, 0.86))
    drop-shadow(0 0 42px rgba(34, 162, 255, 0.42))
    drop-shadow(22px 14px 38px rgba(0, 0, 0, 0.5));
  transform: translate3d(0, -6px, 28px) rotateY(-5deg) rotateX(2deg);
}

@keyframes phoneFloat {
  0%, 100% {
    transform: translate3d(0, 0, 0) rotateY(-2deg);
  }

  50% {
    transform: translate3d(0, -10px, 0) rotateY(1deg);
  }
}

@keyframes phoneAura {
  0%, 100% {
    opacity: 0.55;
    transform: scale(0.96);
  }

  50% {
    opacity: 0.86;
    transform: scale(1.04);
  }
}

@keyframes phoneSweep {
  0%, 62%, 100% {
    opacity: 0;
    transform: translateX(-150%) rotate(10deg);
  }

  70% {
    opacity: 0.28;
  }

  82% {
    opacity: 0;
    transform: translateX(260%) rotate(10deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .phone-preview::before,
  .phone-preview::after,
  .phone-preview__image,
  .webapp-visual::before,
  .webapp-visual__image,
  .miniapp-cta::before {
    animation: none;
  }

  .phone-preview__image,
  .phone-preview:hover .phone-preview__image,
  .phone-preview:focus-within .phone-preview__image,
  .webapp-visual__image,
  .webapp-visual:hover .webapp-visual__image,
  .webapp-visual:focus-within .webapp-visual__image {
    transform: none;
  }
}
@media (min-width: 620px) {
  .miniapp-hero {
    padding: 62px 30px;
  }

  .miniapp-hero h1,
  .webapp-hero h2 {
    font-size: 36px;
  }

  .miniapp-features {
    gap: 18px;
  }

  .feature-card {
    min-height: 150px;
  }

  .feature-card svg {
    width: 58px;
    height: 58px;
  }
}

@media (min-width: 860px) {
  .elementor-line-mini-app {
    background-attachment: scroll, scroll;
  }

  .miniapp-hero {
    display: flex;
    height: 100vh;
    height: 100svh;
    min-height: 720px;
    align-items: flex-end;
    padding: var(--sticky-menu-space) 32px var(--hero-bottom-space);
  }

  .miniapp-hero::before,
  .miniapp-hero::after {
    background-attachment: scroll;
  }

  .miniapp-hero__inner {
    grid-template-columns: 634px minmax(300px, 330px);
    align-items: center;
    gap: 144px;
  }

  .miniapp-hero__content {
    align-items: flex-start;
    text-align: left;
  }

  .miniapp-hero h1 {
    font-size: 44px;
  }

  .miniapp-hero p {
    width: 650px;
    max-width: 100%;
    font-size: 18px;
  }

  .miniapp-features {
    grid-template-columns: repeat(4, 144px);
    gap: 18px;
    width: 634px;
    margin-top: 52px;
  }

  .feature-card {
    width: 144px;
    height: 150px;
    min-height: 150px;
    padding: 18px 10px 15px;
  }

  .feature-card svg {
    width: 55px;
    height: 55px;
    margin-bottom: 10px;
  }

  .feature-card span {
    font-size: 17px;
  }

  .miniapp-cta {
    align-self: flex-start;
    margin-left: 225px;
  }

  .phone-preview {
    min-height: 640px;
    justify-content: flex-start;
  }

  .phone-preview__image {
    width: 320px;
    max-height: 590px;
  }
}

@media (prefers-reduced-motion: reduce), (max-width: 859px) {
  body,
  .elementor-line-mini-app,
  .miniapp-hero::before,
  .miniapp-hero::after {
    background-attachment: scroll;
  }
}

@media (max-width: 859px) {
  body,
  .elementor-line-mini-app {
    background-position: center top, center top;
    background-repeat: no-repeat, no-repeat;
    background-size: cover, cover;
  }

  .elementor-line-mini-app {
    min-height: auto;
    overflow: visible;
  }

  .miniapp-hero {
    height: auto;
    min-height: 100svh;
    overflow: visible;
    align-items: flex-start;
    padding-block: 56px;
    background-position: center top, center top;
    background-size: cover, cover;
  }

  .phone-preview {
    min-height: auto;
  }
}

@media (min-width: 860px) and (max-width: 1179px) {
  .elementor-line-mini-app {
    overflow: hidden;
  }

  .miniapp-hero {
    height: 100vh;
    height: 100svh;
    min-height: 820px;
    align-items: flex-start;
    padding: clamp(112px, 10svh, 150px) 32px 44px;
  }

  .miniapp-hero__inner {
    grid-template-columns: minmax(0, 560px) minmax(220px, 260px);
    gap: 46px;
    width: min(100%, 920px);
    transform: none;
  }

  .miniapp-hero__content {
    align-items: flex-start;
    text-align: left;
  }

  .miniapp-hero h1 {
    font-size: clamp(34px, 4vw, 40px);
  }

  .miniapp-hero p {
    width: min(100%, 560px);
    font-size: clamp(15px, 1.65vw, 17px);
    line-height: 1.48;
  }

  .miniapp-features {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    width: min(100%, 536px);
    margin-top: 38px;
  }

  .feature-card {
    width: auto;
    height: 128px;
    min-height: 128px;
    padding: 14px 8px 13px;
  }

  .feature-card svg {
    width: 46px;
    height: 46px;
    margin-bottom: 9px;
  }

  .feature-card span {
    font-size: 14px;
    line-height: 1.18;
  }

  .miniapp-cta {
    min-width: 128px;
    min-height: 36px;
    margin-top: 18px;
    margin-left: 204px;
    padding: 7px 15px 8px;
    font-size: 14px;
  }

  .phone-preview {
    min-height: 520px;
    justify-content: center;
  }

  .phone-preview__image {
    width: min(25vw, 260px);
    max-height: 540px;
  }
}
@media (max-width: 859px) {
  .service-section--webapp {
    min-height: auto;
    overflow: visible;
    background-position: center top, center top;
    background-size: cover, cover;
  }

  .webapp-hero {
    height: auto;
    min-height: 100svh;
    align-items: flex-start;
    overflow: visible;
    padding: 56px 20px;
  }

  .webapp-hero__inner {
    grid-template-columns: 1fr;
    gap: 34px;
    width: min(100%, 650px);
  }

  .webapp-hero__content {
    align-items: center;
    text-align: center;
  }

  .service-eyebrow {
    font-size: clamp(28px, 8vw, 42px);
  }

  .webapp-hero h2 {
    font-size: clamp(24px, 5.8vw, 36px);
    white-space: nowrap;
  }

  .webapp-hero p:not(.service-eyebrow) {
    font-size: 15px;
    line-height: 1.56;
  }

  .webapp-features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: min(100%, 540px);
    margin-top: 32px;
  }

  .webapp-visual {
    min-height: auto;
  }

  .webapp-visual__image {
    width: min(82vw, 360px);
    max-height: none;
  }
}

@media (min-width: 860px) and (max-width: 1179px) {
  .webapp-hero {
    height: 100vh;
    height: 100svh;
    min-height: 820px;
    align-items: flex-start;
    padding: clamp(112px, 10svh, 150px) 32px 44px;
  }

  .webapp-hero__inner {
    grid-template-columns: minmax(0, 520px) minmax(250px, 320px);
    gap: 40px;
    width: min(100%, 900px);
  }

  .service-eyebrow {
    font-size: clamp(34px, 4vw, 40px);
  }

  .webapp-hero h2 {
    font-size: clamp(34px, 4vw, 40px);
  }

  .webapp-hero p:not(.service-eyebrow) {
    width: min(100%, 520px);
    font-size: clamp(15px, 1.65vw, 17px);
    line-height: 1.48;
  }

  .webapp-features {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    width: min(100%, 520px);
    margin-top: 38px;
  }

  .webapp-features .feature-card {
    height: 128px;
    min-height: 128px;
    padding: 14px 8px 13px;
  }

  .webapp-features .feature-card svg {
    width: 46px;
    height: 46px;
    margin-bottom: 9px;
  }

  .webapp-features .feature-card span {
    font-size: 14px;
    line-height: 1.18;
  }

  .webapp-visual {
    min-height: 520px;
  }

  .webapp-visual__image {
    width: min(31vw, 320px);
    max-height: 540px;
  }
}
@media (min-width: 1180px) {
  :root {
    --scene-width: clamp(1108px, 80.523vw, 1330px);
    --scene-left: clamp(560px, 33.021vw, 634px);
    --scene-gap: clamp(112px, 7.292vw, 140px);
    --scene-phone: clamp(330px, 23.982vw, 396px);
    --scene-card: clamp(126px, 7.552vw, 145px);
    --scene-card-height: clamp(126px, 7.813vw, 150px);
    --scene-feature-gap: clamp(14px, 0.938vw, 18px);
  }

  .miniapp-hero__inner {
    grid-template-columns: var(--scene-left) var(--scene-phone);
    gap: var(--scene-gap);
    width: var(--scene-width);
    transform: translateX(-1px);
  }

  .miniapp-hero h1,
  .webapp-hero h2 {
    font-size: clamp(40px, 2.5vw, 48px);
  }

  .service-eyebrow {
    font-size: clamp(34px, 2.188vw, 42px);
  }

  .miniapp-hero__header,
  .webapp-hero__header {
    width: var(--scene-left);
    max-width: none;
  }

  .miniapp-hero p,
  .webapp-hero p:not(.service-eyebrow) {
    width: var(--scene-left);
    max-width: 100%;
    font-size: clamp(16px, 1.042vw, 20px);
  }

  .miniapp-features {
    grid-template-columns: repeat(4, var(--scene-card));
    gap: var(--scene-feature-gap);
    width: var(--scene-left);
  }

  .feature-card {
    width: var(--scene-card);
    height: var(--scene-card-height);
    min-height: var(--scene-card-height);
  }

  .feature-card svg {
    width: clamp(48px, 2.813vw, 54px);
    height: clamp(48px, 2.813vw, 54px);
  }

  .feature-card span {
    font-size: clamp(15px, 0.938vw, 17px);
  }

  .miniapp-cta {
    min-width: clamp(132px, 9.593vw, 158px);
    min-height: clamp(38px, 2.762vw, 46px);
    margin-left: clamp(248px, 18.023vw, 298px);
    font-size: clamp(14px, 1.017vw, 17px);
  }

  .phone-preview {
    min-height: clamp(640px, 46.512vw, 768px);
  }

  .phone-preview__image {
    width: clamp(320px, 23.256vw, 384px);
    max-height: none;
  }
}

@media (max-width: 380px) {
  .miniapp-hero {
    padding-inline: 14px;
  }

  .miniapp-features {
    grid-template-columns: 1fr;
  }

  .feature-card {
    min-height: 120px;
  }

  .phone-preview__image {
    width: min(82vw, 290px);
  }
}

@media (min-width: 1180px) {
  .webapp-hero__inner {
    grid-template-columns: var(--scene-left) minmax(360px, calc(var(--scene-width) - var(--scene-left) - clamp(68px, 4.4vw, 84px)));
    gap: clamp(68px, 4.4vw, 84px);
    width: var(--scene-width);
    transform: translateX(-1px);
  }

  .webapp-features {
    grid-template-columns: repeat(4, var(--scene-card));
    gap: var(--scene-feature-gap);
    width: var(--scene-left);
  }

  .webapp-features .feature-card {
    width: var(--scene-card);
    height: var(--scene-card-height);
    min-height: var(--scene-card-height);
  }

  .webapp-features .feature-card svg {
    width: clamp(48px, 2.813vw, 54px);
    height: clamp(48px, 2.813vw, 54px);
    margin-bottom: 9px;
  }

  .webapp-features .feature-card span {
    font-size: clamp(15px, 0.938vw, 17px);
    line-height: 1.2;
  }

  .webapp-visual {
    min-height: 600px;
    justify-content: center;
  }

  .webapp-visual__image {
    width: min(31vw, 500px);
    max-height: 620px;
  }
}
.webapp-visual .miniapp-cta,
.phone-preview .miniapp-cta {
  align-self: center;
  margin: 20px 0 0;
}

@media (min-width: 860px) {
  .webapp-visual .miniapp-cta,
  .phone-preview .miniapp-cta {
    align-self: center;
    margin: 20px 0 0;
  }
}

@media (min-width: 1180px) {
  .webapp-visual .miniapp-cta,
  .phone-preview .miniapp-cta {
    margin: 20px 0 0;
  }
}
.service-section--redesign {
  min-height: 100vh;
  min-height: 100svh;
  color: var(--white);
  background-color: var(--bg-1);
  background-image:
    linear-gradient(90deg, rgba(2, 8, 20, 0.26), rgba(2, 8, 20, 0.04) 58%, rgba(2, 8, 20, 0.14)),
    url("redesign-preview.webp");
  background-position: center bottom, center bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, max(100vw, 177.778vh) auto;
  background-size: cover, max(100vw, 177.778svh) auto;
}

.redesign-hero {
  display: flex;
  align-items: flex-end;
  height: 100vh;
  height: 100svh;
  min-height: 720px;
  padding: var(--sticky-menu-space) 32px var(--hero-bottom-space);
}

.redesign-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 634px) minmax(320px, 520px);
  align-items: center;
  gap: 78px;
  width: min(100%, 1232px);
  margin: 0 auto;
}

.redesign-hero__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.redesign-hero__header {
  width: min(100%, 650px);
}

.redesign-hero h2 {
  margin: 0;
  color: var(--white);
  font-size: 24px;
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: 0;
  text-shadow:
    0 0 9px rgba(104, 212, 255, 0.95),
    0 0 24px rgba(52, 168, 255, 0.55),
    0 3px 0 rgba(0, 0, 0, 0.45);
}

.redesign-hero h2 span {
  color: #3dddff;
  text-shadow: 0 0 9px rgb(104 212 255 / 15%), 0 0 24px rgba(52, 168, 255, 0.55), 0 3px 0 rgba(0, 0, 0, 0.45);
}

.redesign-hero p {
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(16px, 1.042vw, 20px);
  font-weight: 500;
  line-height: 1.62;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.72);
}

.redesign-features {
  margin-top: 46px;
}

.redesign-visual {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 560px;
  perspective: 900px;
  isolation: isolate;
}

.redesign-visual::before {
  position: absolute;
  inset: 12% -6% 8%;
  z-index: -1;
  content: "";
  border-radius: 50%;
  background: radial-gradient(ellipse at 58% 48%, rgba(83, 205, 255, 0.62), rgba(44, 145, 255, 0.24) 32%, transparent 70%);
  filter: blur(26px);
  opacity: 0.7;
  animation: phoneAura 6.2s ease-in-out infinite;
}

.redesign-visual__image {
  display: block;
  width: min(42vw, 560px);
  max-height: 640px;
  object-fit: contain;
  object-position: center;
  filter:
    drop-shadow(0 0 20px rgba(83, 203, 255, 0.34))
    drop-shadow(22px 16px 42px rgba(0, 0, 0, 0.46));
  transform: translate3d(0, 0, 0) rotateY(-3deg);
  transform-origin: center;
  animation: phoneFloat 6.4s ease-in-out infinite;
  transition: filter 220ms ease, transform 220ms ease;
  will-change: transform;
}

.redesign-visual:hover .redesign-visual__image,
.redesign-visual:focus-within .redesign-visual__image {
  filter:
    drop-shadow(0 0 28px rgba(83, 203, 255, 0.62))
    drop-shadow(24px 18px 44px rgba(0, 0, 0, 0.54));
  transform: translate3d(0, -7px, 24px) rotateY(-6deg) rotateX(2deg);
}

.redesign-visual .miniapp-cta {
  align-self: center;
  margin: 20px 0 0;
}

@media (prefers-reduced-motion: reduce) {
  .redesign-visual::before,
  .redesign-visual__image {
    animation: none;
  }

  .redesign-visual__image,
  .redesign-visual:hover .redesign-visual__image,
  .redesign-visual:focus-within .redesign-visual__image {
    transform: none;
  }
}

@media (min-width: 860px) {
  .service-section--redesign {
    background-attachment: scroll, scroll;
  }

  .redesign-visual .miniapp-cta {
    margin: 20px 0 0;
  }
}

@media (max-width: 859px) {
  .service-section--redesign {
    min-height: auto;
    overflow: visible;
    background-position: center top;
    background-size: cover;
  }

  .redesign-hero {
    height: auto;
    min-height: 100svh;
    align-items: flex-start;
    overflow: visible;
    padding: 56px 20px 64px;
  }

  .redesign-hero__inner {
    grid-template-columns: 1fr;
    gap: 34px;
    width: min(100%, 650px);
  }

  .redesign-hero__content {
    align-items: center;
    text-align: center;
  }

  .redesign-hero__header {
    width: min(100%, 650px);
  }

  .redesign-hero h2 {
    font-size: clamp(30px, 8vw, 42px);
  }

  .redesign-hero p {
    font-size: 15px;
    line-height: 1.56;
  }

  .redesign-features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: min(100%, 540px);
    margin-top: 32px;
  }

  .redesign-visual {
    min-height: auto;
  }

  .redesign-visual__image {
    width: min(88vw, 430px);
    max-height: none;
  }
}

@media (min-width: 860px) and (max-width: 1179px) {
  .redesign-hero {
    height: 100vh;
    height: 100svh;
    min-height: 820px;
    padding: var(--sticky-menu-space) 24px var(--hero-bottom-space);
  }

  .redesign-hero__inner {
    grid-template-columns: minmax(0, 520px) minmax(250px, 340px);
    gap: 40px;
    width: min(100%, 920px);
  }

  .redesign-hero h2 {
    font-size: clamp(34px, 4vw, 40px);
  }

  .redesign-hero p {
    width: min(100%, 520px);
    font-size: clamp(15px, 1.65vw, 17px);
    line-height: 1.48;
  }

  .redesign-features {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    width: min(100%, 520px);
    margin-top: 38px;
  }

  .redesign-features .feature-card {
    height: 128px;
    min-height: 128px;
    padding: 14px 8px 13px;
  }

  .redesign-features .feature-card svg {
    width: 46px;
    height: 46px;
    margin-bottom: 9px;
  }

  .redesign-features .feature-card span {
    font-size: 14px;
    line-height: 1.18;
  }

  .redesign-visual {
    min-height: 520px;
  }

  .redesign-visual__image {
    width: min(30vw, 310px);
    max-height: 540px;
  }
}

@media (min-width: 1180px) {
  .redesign-hero__inner {
    grid-template-columns: var(--scene-left) minmax(360px, calc(var(--scene-width) - var(--scene-left) - clamp(68px, 4.4vw, 84px)));
    gap: clamp(68px, 4.4vw, 84px);
    width: var(--scene-width);
    transform: translateX(-1px);
  }

  .redesign-hero__header {
    width: var(--scene-left);
    max-width: none;
  }

  .redesign-hero h2 {
    font-size: clamp(40px, 2.5vw, 48px);
  }

  .redesign-hero p {
    width: var(--scene-left);
    max-width: 100%;
    font-size: clamp(16px, 1.042vw, 20px);
  }

  .redesign-features {
    grid-template-columns: repeat(4, var(--scene-card));
    gap: var(--scene-feature-gap);
    width: var(--scene-left);
  }

  .redesign-features .feature-card {
    width: var(--scene-card);
    height: var(--scene-card-height);
    min-height: var(--scene-card-height);
  }

  .redesign-features .feature-card svg {
    width: clamp(48px, 2.813vw, 54px);
    height: clamp(48px, 2.813vw, 54px);
    margin-bottom: 9px;
  }

  .redesign-features .feature-card span {
    font-size: clamp(15px, 0.938vw, 17px);
    line-height: 1.2;
  }

  .redesign-visual {
    min-height: 600px;
    justify-content: center;
  }

  .redesign-visual__image {
    width: min(33vw, 540px);
    max-height: 620px;
  }

  .redesign-visual .miniapp-cta {
    margin: 20px 0 0;
  }
}
.service-section--maintenance {
  min-height: 100vh;
  min-height: 100svh;
  color: var(--white);
  background-color: var(--bg-1);
  background-image:
    linear-gradient(90deg, rgba(2, 8, 20, 0.28), rgba(2, 8, 20, 0.04) 58%, rgba(2, 8, 20, 0.16)),
    url("bg-maintenance-services.webp");
  background-position: center bottom, center bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, max(100vw, 177.778vh) auto;
  background-size: cover, max(100vw, 177.778svh) auto;
}

.maintenance-hero {
  display: flex;
  align-items: flex-end;
  height: 100vh;
  height: 100svh;
  min-height: 720px;
  padding: var(--sticky-menu-space) 32px var(--hero-bottom-space);
}

.maintenance-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 634px) minmax(320px, 520px);
  align-items: center;
  gap: 78px;
  width: min(100%, 1232px);
  margin: 0 auto;
}

.maintenance-hero__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.maintenance-hero__header {
  width: min(100%, 650px);
}

.maintenance-hero h2 {
  margin: 0;
  color: var(--white);
  font-size: 24px;
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: 0;
  text-shadow:
    0 0 9px rgba(104, 212, 255, 0.95),
    0 0 24px rgba(52, 168, 255, 0.55),
    0 3px 0 rgba(0, 0, 0, 0.45);
}

.maintenance-hero h2 span {
  color: #3dddff;
  text-shadow: 0 0 9px rgb(104 212 255 / 15%), 0 0 24px rgba(52, 168, 255, 0.55), 0 3px 0 rgba(0, 0, 0, 0.45);
}

.maintenance-hero p {
  margin: 26px 0 0;
  color: var(--muted);
  font-size: clamp(16px, 1.042vw, 20px);
  font-weight: 500;
  line-height: 1.62;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.72);
}

.maintenance-features {
  margin-top: 46px;
}

.maintenance-visual {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 560px;
  perspective: 900px;
  isolation: isolate;
}

.maintenance-visual::before {
  position: absolute;
  inset: 10% -7% 8%;
  z-index: -1;
  content: "";
  border-radius: 50%;
  background: radial-gradient(ellipse at 56% 45%, rgba(88, 214, 255, 0.58), rgba(44, 143, 255, 0.23) 32%, transparent 70%);
  filter: blur(26px);
  opacity: 0.7;
  animation: phoneAura 6.2s ease-in-out infinite;
}

.maintenance-visual__image {
  display: block;
  width: min(35vw, 500px);
  max-height: 560px;
  object-fit: contain;
  object-position: center;
  filter:
    drop-shadow(0 0 20px rgba(83, 203, 255, 0.36))
    drop-shadow(22px 16px 42px rgba(0, 0, 0, 0.48));
  transform: translate3d(0, 0, 0) rotateY(-3deg);
  transform-origin: center;
  animation: phoneFloat 6.4s ease-in-out infinite;
  transition: filter 220ms ease, transform 220ms ease;
  will-change: transform;
}

.maintenance-visual:hover .maintenance-visual__image,
.maintenance-visual:focus-within .maintenance-visual__image {
  filter:
    drop-shadow(0 0 28px rgba(83, 203, 255, 0.64))
    drop-shadow(24px 18px 44px rgba(0, 0, 0, 0.54));
  transform: translate3d(0, -7px, 24px) rotateY(-6deg) rotateX(2deg);
}

.maintenance-visual .miniapp-cta {
  align-self: center;
  margin: 20px 0 0;
}

@media (prefers-reduced-motion: reduce) {
  .maintenance-visual::before,
  .maintenance-visual__image {
    animation: none;
  }

  .maintenance-visual__image,
  .maintenance-visual:hover .maintenance-visual__image,
  .maintenance-visual:focus-within .maintenance-visual__image {
    transform: none;
  }
}

@media (min-width: 860px) {
  .service-section--maintenance {
    background-attachment: scroll, scroll;
  }
}

@media (max-width: 859px) {
  .service-section--maintenance {
    min-height: auto;
    overflow: visible;
    background-position: center top, center top;
    background-size: cover, cover;
  }

  .maintenance-hero {
    height: auto;
    min-height: 100svh;
    align-items: flex-start;
    overflow: visible;
    padding: 56px 20px 64px;
  }

  .maintenance-hero__inner {
    grid-template-columns: 1fr;
    gap: 34px;
    width: min(100%, 650px);
  }

  .maintenance-hero__content {
    align-items: center;
    text-align: center;
  }

  .maintenance-hero__header {
    width: min(100%, 650px);
  }

  .maintenance-hero h2 {
    font-size: clamp(30px, 8vw, 42px);
  }

  .maintenance-hero p {
    font-size: 15px;
    line-height: 1.56;
  }

  .maintenance-features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: min(100%, 540px);
    margin-top: 32px;
  }

  .maintenance-visual {
    min-height: auto;
  }

  .maintenance-visual__image {
    width: min(82vw, 380px);
    max-height: none;
  }
}

@media (min-width: 860px) and (max-width: 1179px) {
  .maintenance-hero {
    height: 100vh;
    height: 100svh;
    min-height: 820px;
    padding: var(--sticky-menu-space) 24px var(--hero-bottom-space);
  }

  .maintenance-hero__inner {
    grid-template-columns: minmax(0, 520px) minmax(250px, 340px);
    gap: 40px;
    width: min(100%, 920px);
  }

  .maintenance-hero h2 {
    font-size: clamp(34px, 4vw, 40px);
  }

  .maintenance-hero p {
    width: min(100%, 520px);
    font-size: clamp(15px, 1.65vw, 17px);
    line-height: 1.48;
  }

  .maintenance-features {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    width: min(100%, 520px);
    margin-top: 38px;
  }

  .maintenance-features .feature-card {
    height: 128px;
    min-height: 128px;
    padding: 14px 8px 13px;
  }

  .maintenance-features .feature-card svg {
    width: 46px;
    height: 46px;
    margin-bottom: 9px;
  }

  .maintenance-features .feature-card span {
    font-size: 14px;
    line-height: 1.18;
  }

  .maintenance-visual {
    min-height: 520px;
  }

  .maintenance-visual__image {
    width: min(28vw, 290px);
    max-height: 480px;
  }
}

@media (min-width: 1180px) {
  .maintenance-hero__inner {
    grid-template-columns: var(--scene-left) minmax(360px, calc(var(--scene-width) - var(--scene-left) - clamp(68px, 4.4vw, 84px)));
    gap: clamp(68px, 4.4vw, 84px);
    width: var(--scene-width);
    transform: translateX(-1px);
  }

  .maintenance-hero__header {
    width: var(--scene-left);
    max-width: none;
  }

  .maintenance-hero h2 {
    font-size: clamp(40px, 2.5vw, 48px);
  }

  .maintenance-hero p {
    width: var(--scene-left);
    max-width: 100%;
    font-size: clamp(16px, 1.042vw, 20px);
  }

  .maintenance-features {
    grid-template-columns: repeat(4, var(--scene-card));
    gap: var(--scene-feature-gap);
    width: var(--scene-left);
  }

  .maintenance-features .feature-card {
    width: var(--scene-card);
    height: var(--scene-card-height);
    min-height: var(--scene-card-height);
  }

  .maintenance-features .feature-card svg {
    width: clamp(48px, 2.813vw, 54px);
    height: clamp(48px, 2.813vw, 54px);
    margin-bottom: 9px;
  }

  .maintenance-features .feature-card span {
    font-size: clamp(15px, 0.938vw, 17px);
    line-height: 1.2;
  }

  .maintenance-visual {
    min-height: 600px;
    justify-content: center;
  }

  .maintenance-visual__image {
    width: min(30vw, 470px);
    max-height: 540px;
  }
}
.service-section--touch {
  min-height: 100vh;
  min-height: 100svh;
  color: var(--white);
  background-color: var(--bg-1);
  background-image:
    linear-gradient(90deg, rgba(2, 8, 20, 0.3), rgba(2, 8, 20, 0.04) 58%, rgba(2, 8, 20, 0.12)),
    url("bg-present-touch-screen.webp");
  background-position: center bottom, center bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, max(100vw, 177.778vh) auto;
  background-size: cover, max(100vw, 177.778svh) auto;
}

.touch-hero {
  display: flex;
  align-items: flex-end;
  height: 100vh;
  height: 100svh;
  min-height: 720px;
  padding: var(--sticky-menu-space) 32px var(--hero-bottom-space);
}

.touch-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 634px) minmax(320px, 520px);
  align-items: center;
  gap: 78px;
  width: min(100%, 1232px);
  margin: 0 auto;
}

.touch-hero__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.touch-hero__header {
  width: min(100%, 650px);
}

.touch-hero h2 {
  margin: 0;
  color: var(--white);
  font-size: 24px;
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: 0;
  text-shadow:
    0 0 9px rgba(104, 212, 255, 0.95),
    0 0 24px rgba(52, 168, 255, 0.55),
    0 3px 0 rgba(0, 0, 0, 0.45);
}

.touch-hero h2 span {
  color: #3dddff;
  text-shadow: 0 0 9px rgb(104 212 255 / 15%), 0 0 24px rgba(52, 168, 255, 0.55), 0 3px 0 rgba(0, 0, 0, 0.45);
}

.touch-hero p {
  margin: 26px 0 0;
  color: var(--muted);
  font-size: clamp(16px, 1.042vw, 20px);
  font-weight: 500;
  line-height: 1.62;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.72);
}

.touch-features {
  margin-top: 46px;
}

.touch-visual {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 560px;
  perspective: 900px;
  isolation: isolate;
}

.touch-visual::before {
  position: absolute;
  inset: 10% -7% 8%;
  z-index: -1;
  content: "";
  border-radius: 50%;
  background: radial-gradient(ellipse at 56% 45%, rgba(88, 214, 255, 0.6), rgba(44, 143, 255, 0.25) 32%, transparent 70%);
  filter: blur(26px);
  opacity: 0.72;
  animation: phoneAura 6.2s ease-in-out infinite;
}

.touch-visual__image {
  display: block;
  width: min(40vw, 580px);
  max-height: 620px;
  object-fit: contain;
  object-position: center;
  filter:
    drop-shadow(0 0 20px rgba(83, 203, 255, 0.38))
    drop-shadow(22px 16px 42px rgba(0, 0, 0, 0.48));
  transform: translate3d(0, 0, 0) rotateY(-3deg);
  transform-origin: center;
  animation: phoneFloat 6.4s ease-in-out infinite;
  transition: filter 220ms ease, transform 220ms ease;
  will-change: transform;
}

.touch-visual:hover .touch-visual__image,
.touch-visual:focus-within .touch-visual__image {
  filter:
    drop-shadow(0 0 28px rgba(83, 203, 255, 0.64))
    drop-shadow(24px 18px 44px rgba(0, 0, 0, 0.54));
  transform: translate3d(0, -7px, 24px) rotateY(-6deg) rotateX(2deg);
}

.touch-visual .miniapp-cta {
  align-self: center;
  margin: 20px 0 0;
}

@media (prefers-reduced-motion: reduce) {
  .touch-visual::before,
  .touch-visual__image {
    animation: none;
  }

  .touch-visual__image,
  .touch-visual:hover .touch-visual__image,
  .touch-visual:focus-within .touch-visual__image {
    transform: none;
  }
}

@media (min-width: 860px) {
  .service-section--touch {
    background-attachment: scroll, scroll;
  }
}

@media (max-width: 859px) {
  .service-section--touch {
    min-height: auto;
    overflow: visible;
    background-position: center top, center top;
    background-size: cover, cover;
  }

  .touch-hero {
    height: auto;
    min-height: 100svh;
    align-items: flex-start;
    overflow: visible;
    padding: 56px 20px 64px;
  }

  .touch-hero__inner {
    grid-template-columns: 1fr;
    gap: 34px;
    width: min(100%, 650px);
  }

  .touch-hero__content {
    align-items: center;
    text-align: center;
  }

  .touch-hero__header {
    width: min(100%, 650px);
  }

  .touch-hero h2 {
    font-size: clamp(30px, 8vw, 42px);
  }

  .touch-hero p {
    font-size: 15px;
    line-height: 1.56;
  }

  .touch-features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: min(100%, 540px);
    margin-top: 32px;
  }

  .touch-visual {
    min-height: auto;
  }

  .touch-visual__image {
    width: min(88vw, 440px);
    max-height: none;
  }
}

@media (min-width: 860px) and (max-width: 1179px) {
  .touch-hero {
    height: 100vh;
    height: 100svh;
    min-height: 820px;
    padding: var(--sticky-menu-space) 24px var(--hero-bottom-space);
  }

  .touch-hero__inner {
    grid-template-columns: minmax(0, 520px) minmax(250px, 340px);
    gap: 40px;
    width: min(100%, 920px);
  }

  .touch-hero h2 {
    font-size: clamp(34px, 4vw, 40px);
  }

  .touch-hero p {
    width: min(100%, 520px);
    font-size: clamp(15px, 1.65vw, 17px);
    line-height: 1.48;
  }

  .touch-features {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    width: min(100%, 520px);
    margin-top: 38px;
  }

  .touch-features .feature-card {
    height: 128px;
    min-height: 128px;
    padding: 14px 8px 13px;
  }

  .touch-features .feature-card svg {
    width: 46px;
    height: 46px;
    margin-bottom: 9px;
  }

  .touch-features .feature-card span {
    font-size: 14px;
    line-height: 1.18;
  }

  .touch-visual {
    min-height: 520px;
  }

  .touch-visual__image {
    width: min(32vw, 340px);
    max-height: 540px;
  }
}

@media (min-width: 1180px) {
  .touch-hero__inner {
    grid-template-columns: var(--scene-left) minmax(360px, calc(var(--scene-width) - var(--scene-left) - clamp(68px, 4.4vw, 84px)));
    gap: clamp(68px, 4.4vw, 84px);
    width: var(--scene-width);
    transform: translateX(-1px);
  }

  .touch-hero__header {
    width: var(--scene-left);
    max-width: none;
  }

  .touch-hero h2 {
    font-size: clamp(40px, 2.5vw, 48px);
  }

  .touch-hero p {
    width: var(--scene-left);
    max-width: 100%;
    font-size: clamp(16px, 1.042vw, 20px);
  }

  .touch-features {
    grid-template-columns: repeat(4, var(--scene-card));
    gap: var(--scene-feature-gap);
    width: var(--scene-left);
  }

  .touch-features .feature-card {
    width: var(--scene-card);
    height: var(--scene-card-height);
    min-height: var(--scene-card-height);
  }

  .touch-features .feature-card svg {
    width: clamp(48px, 2.813vw, 54px);
    height: clamp(48px, 2.813vw, 54px);
    margin-bottom: 9px;
  }

  .touch-features .feature-card span {
    font-size: clamp(15px, 0.938vw, 17px);
    line-height: 1.2;
  }

  .touch-visual {
    min-height: 600px;
    justify-content: flex-start;
  }

  .touch-visual__image {
    width: min(35vw, 560px);
    max-height: 620px;
  }
}
.service-section--news {
  min-height: 100vh;
  min-height: 100svh;
  color: var(--white);
  background-color: var(--bg-1);
  background-image:
    linear-gradient(90deg, rgba(2, 8, 20, 0.24), rgba(2, 8, 20, 0.03) 58%, rgba(2, 8, 20, 0.14)),
    url("bg-news-events.webp");
  background-position: center bottom, center bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, max(100vw, 177.778vh) auto;
  background-size: cover, max(100vw, 177.778svh) auto;
}

.news-hero {
  display: flex;
  align-items: center;
  min-height: 100vh;
  min-height: 100svh;
  padding: var(--sticky-menu-space) 32px var(--hero-bottom-space);
}

.news-hero__inner {
  width: min(100%, 1228px);
  margin: 0 auto;
}

.news-hero__header h2 {
  margin: 0 0 clamp(26px, 2.2vw, 38px);
  color: var(--white);
  font-size: clamp(40px, 3.4vw, 58px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  text-shadow:
    0 0 9px rgba(104, 212, 255, 0.95),
    0 0 24px rgba(52, 168, 255, 0.55),
    0 3px 0 rgba(0, 0, 0, 0.45);
}

.news-hero__header h2 span {
  color: #3dddff;
  text-shadow: 0 0 9px rgb(104 212 255 / 15%), 0 0 24px rgba(52, 168, 255, 0.55), 0 3px 0 rgba(0, 0, 0, 0.45);
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(22px, 1.75vw, 32px);
}

.news-card {
  position: relative;
  display: flex;
  min-height: clamp(500px, 42vw, 600px);
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(80, 204, 255, 0.78);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(15, 40, 64, 0.72), rgba(5, 18, 34, 0.82)),
    rgba(5, 17, 31, 0.6);
  box-shadow:
    0 0 0 1px rgba(20, 151, 239, 0.3),
    0 0 18px rgba(61, 195, 255, 0.55),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
  -webkit-backdrop-filter: blur(12px) saturate(145%);
  backdrop-filter: blur(12px) saturate(145%);
}

.news-card img {
  display: block;
  width: calc(100% - 28px);
  aspect-ratio: 16 / 8.2;
  margin: 14px auto 0;
  object-fit: cover;
  border-radius: 4px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
}

.news-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 22px 16px 24px;
}

.news-card h3 {
  margin: 0;
  color: var(--white);
  font-size: clamp(20px, 1.35vw, 25px);
  font-weight: 800;
  line-height: 1.23;
  letter-spacing: 0;
  text-shadow: 0 2px 7px rgba(0, 0, 0, 0.78);
}

.news-card time {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.68);
  font-size: clamp(13px, 0.82vw, 15px);
  font-weight: 500;
}

.news-card p {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(15px, 0.98vw, 18px);
  font-weight: 500;
  line-height: 1.45;
  text-shadow: 0 2px 7px rgba(0, 0, 0, 0.62);
}

.news-card a {
  margin-top: auto;
  padding-top: 18px;
  color: #44cfff;
  font-size: clamp(13px, 0.84vw, 15px);
  font-weight: 800;
  text-decoration: none;
  text-shadow: 0 0 12px rgba(68, 207, 255, 0.38);
}

.news-card a:hover,
.news-card a:focus-visible {
  color: var(--white);
}

@media (min-width: 860px) {
  .service-section--news {
    background-attachment: scroll, scroll;
  }
}

@media (max-width: 859px) {
  .service-section--news {
    min-height: auto;
    overflow: visible;
    background-position: center top, center top;
    background-size: cover, cover;
  }

  .news-hero {
    min-height: 100svh;
    padding: 56px 20px 64px;
  }

  .news-hero__inner {
    width: min(100%, 540px);
  }

  .news-hero__header h2 {
    margin-bottom: 26px;
    font-size: clamp(34px, 9vw, 46px);
  }

  .news-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .news-card {
    min-height: auto;
  }

  .news-card__body {
    padding: 18px 15px 22px;
  }
}

@media (min-width: 860px) and (max-width: 1179px) {
  .news-hero {
    padding: var(--sticky-menu-space) 24px var(--hero-bottom-space);
  }

  .news-hero__inner {
    width: min(100%, 930px);
  }

  .news-grid {
    gap: 16px;
  }

  .news-card {
    min-height: 520px;
  }

  .news-card__body {
    padding: 18px 13px 20px;
  }

  .news-card h3 {
    font-size: clamp(17px, 1.7vw, 20px);
  }

  .news-card p {
    font-size: clamp(13px, 1.35vw, 15px);
    line-height: 1.38;
  }
}

@media (min-width: 1180px) {
  .news-hero__inner {
    width: min(100%, 1228px);
  }
}
.service-section--footer {
  min-height: 100vh;
  min-height: 100svh;
  color: var(--white);
  background-color: var(--bg-1);
  background-image:
    linear-gradient(180deg, rgba(2, 8, 20, 0.08), rgba(2, 8, 20, 0.22) 68%, rgba(2, 8, 20, 0.5)),
    url("bg-footer-redesign.webp");
  background-position: center bottom, center bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, max(100vw, 177.778vh) auto;
  background-size: cover, max(100vw, 177.778svh) auto;
}

.site-footer {
  display: flex;
  align-items: center;
  padding: var(--sticky-menu-space) 32px clamp(34px, 5vh, 68px);
}

.site-footer__inner {
  width: min(100%, 1228px);
  margin: 0 auto;
}

.footer-contact-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(24px, 3.6vw, 64px);
  align-items: start;
  padding-top: clamp(20px, 4vh, 58px);
}

.footer-contact-item {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.footer-contact-item svg {
  width: clamp(62px, 5.2vw, 96px);
  height: clamp(62px, 5.2vw, 96px);
  margin-bottom: clamp(24px, 2.6vw, 42px);
  fill: none;
  color: var(--cyan);
  stroke: currentColor;
  stroke-width: 3.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter:
    drop-shadow(0 0 6px rgba(91, 211, 255, 1))
    drop-shadow(0 0 18px rgba(53, 178, 255, 0.72));
}

.footer-icon--phone {
  stroke-width: 2.15;
}

.footer-icon--line {
  stroke-width: 3;
}

.footer-icon--line .line-icon-frame {
  fill: rgba(24, 183, 255, 0.06);
}

.footer-icon--line .line-icon-bubble {
  fill: rgba(24, 183, 255, 0.1);
}

.footer-icon--line text {
  fill: currentColor;
  stroke: none;
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0;
}

.footer-contact-item p {
  margin: 0;
  color: rgba(255, 255, 255, 0.94);
  font-size: clamp(18px, 1.32vw, 24px);
  font-weight: 600;
  line-height: 1.45;
  text-shadow: 0 3px 8px rgba(0, 0, 0, 0.78);
}

.footer-contact-item a {
  text-decoration: none;
}

.footer-address-small {
  display: inline-block;
  margin-top: 6px;
  font-size: 0.82em;
  line-height: 1.5;
}

.footer-contact-item a:hover,
.footer-contact-item a:focus-visible {
  color: #3dddff;
}

.site-footer__rule {
  width: min(100%, 1160px);
  height: 2px;
  margin: clamp(86px, 11vh, 128px) auto clamp(34px, 4.8vh, 56px);
  background: linear-gradient(90deg, transparent, rgba(71, 205, 255, 0.22) 8%, rgba(82, 211, 255, 0.9) 50%, rgba(71, 205, 255, 0.22) 92%, transparent);
  box-shadow: 0 0 18px rgba(65, 195, 255, 0.68);
}

.site-footer__copyright {
  margin: 0;
  color: rgba(255, 255, 255, 0.52);
  font-size: clamp(17px, 1.25vw, 22px);
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  text-shadow: 0 3px 8px rgba(0, 0, 0, 0.6);
}

@media (min-width: 860px) {
  .service-section--footer {
    background-attachment: scroll, scroll;
  }
}

@media (max-width: 859px) {
  .service-section--footer {
    min-height: auto;
    overflow: visible;
    background-position: center top, center top;
    background-size: cover, cover;
  }

  .site-footer {
    padding: 64px 20px 42px;
  }

  .footer-contact-grid {
    grid-template-columns: 1fr;
    gap: 38px;
    padding-top: 0;
  }

  .footer-contact-item svg {
    width: 70px;
    height: 70px;
    margin-bottom: 16px;
  }

  .footer-contact-item p {
    font-size: 18px;
  }

  .site-footer__rule {
    margin: 50px auto 26px;
  }

  .site-footer__copyright {
    font-size: 15px;
  }
}

@media (min-width: 860px) and (max-width: 1179px) {
  .site-footer {
    min-height: 720px;
    padding: var(--sticky-menu-space) 24px clamp(30px, 4vh, 52px);
  }

  .footer-contact-grid {
    gap: 22px;
  }

  .footer-contact-item svg {
    width: 66px;
    height: 66px;
    margin-bottom: 22px;
  }

  .footer-contact-item p {
    font-size: clamp(15px, 1.75vw, 18px);
  }

  .site-footer__rule {
    margin: 72px auto 30px;
  }
}

@media (min-width: 1180px) {
  .site-footer__inner {
    width: min(100%, 1228px);
  }
}
/* intro-visual--redesign mobile tuning */
@media (prefers-reduced-motion: reduce) {
  .intro-ai-core,
  .intro-orbit,
  .intro-visual--redesign .intro-ui-panel,
  .intro-visual--redesign .intro-console {
    animation: none;
  }
}

@media (max-width: 859px) {
  .intro-visual--redesign {
    width: min(100%, 420px);
    min-height: 355px;
    margin-top: 6px;
  }

  .intro-visual--redesign::before {
    inset: 0 -6% -2%;
    filter: blur(28px);
  }

  .intro-visual--redesign::after {
    inset: 22% 2% 0;
    transform: rotateX(66deg) rotateZ(-12deg) translateY(30%);
  }

  .intro-orbit--one {
    top: 12%;
    right: 50%;
    width: 320px;
    height: 320px;
    transform: translateX(50%) rotateX(68deg) rotateZ(-18deg);
  }

  .intro-orbit--two {
    top: 18%;
    right: 50%;
    width: 250px;
    height: 250px;
    transform: translateX(50%) rotateX(64deg) rotateZ(24deg);
  }

  .intro-orbit--three {
    display: none;
  }

  .intro-ai-core {
    top: 7%;
    right: 50%;
    width: min(72vw, 285px);
    animation: none;
    transform: translateX(50%) rotateZ(-7deg);
  }

  .intro-console--main {
    right: 50%;
    bottom: 4%;
    width: min(72vw, 280px);
    height: 150px;
    padding: 16px;
    transform: translateX(50%) rotateY(-6deg);
  }

  .intro-console__line--wide {
    margin-top: 22px;
  }

  .intro-console__chart {
    right: 16px;
    bottom: 15px;
    left: 16px;
    height: 44px;
  }

  .intro-console--code {
    top: 2%;
    left: 0;
    width: min(58vw, 210px);
    padding: 12px 13px;
  }

  .intro-console--stack {
    display: none;
  }

  .intro-visual--redesign .intro-badge--js {
    top: 1%;
    left: auto;
    right: 8%;
  }
}

@media (min-width: 860px) and (max-width: 1179px) {
  .intro-visual--redesign {
    min-height: 560px;
  }

  .intro-ai-core {
    width: min(39vw, 360px);
  }

  .intro-console--main {
    width: min(31vw, 280px);
    height: 180px;
  }

  .intro-console--code {
    width: min(30vw, 235px);
  }
}
/* intro wow pass */
.intro-hero__shell::before {
  position: absolute;
  inset: 82px -7vw -18px;
  z-index: -1;
  content: "";
  background:
    radial-gradient(circle at 72% 42%, rgba(75, 220, 255, 0.22), transparent 20%),
    radial-gradient(circle at 86% 64%, rgba(34, 128, 255, 0.18), transparent 24%),
    linear-gradient(120deg, transparent 0 38%, rgba(65, 205, 255, 0.08) 39% 40%, transparent 41% 100%);
  filter: blur(1px);
  opacity: 0.9;
  pointer-events: none;
}

.intro-copy h1 {
  background: linear-gradient(180deg, #ffffff 0%, #f1fbff 38%, #b9d2dd 62%, #eef9ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 10px rgba(101, 220, 255, 0.46)) drop-shadow(0 14px 18px rgba(0, 0, 0, 0.55));
  text-shadow: none;
}

.intro-copy h1 strong {
  color: inherit;
  -webkit-text-fill-color: transparent;
  text-shadow: none;
}

.intro-copy p {
  max-width: 620px;
}

.intro-kpis {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  width: min(100%, 520px);
  margin-top: 22px;
}

.intro-kpis span {
  display: flex;
  min-width: 0;
  min-height: 72px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 10px 14px;
  border: 1px solid rgba(171, 238, 255, 0.18);
  border-radius: 12px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.018)),
    rgba(6, 22, 39, 0.34);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 0 22px rgba(57, 196, 255, 0.08);
  -webkit-backdrop-filter: blur(10px) saturate(135%);
  backdrop-filter: blur(10px) saturate(135%);
}

.intro-kpis strong {
  color: #54dcff;
  font-size: clamp(22px, 1.7vw, 30px);
  font-weight: 700;
  line-height: 1;
  text-shadow: 0 0 16px rgba(76, 215, 255, 0.58);
}

.intro-kpis small {
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.75);
  font-size: clamp(11px, 0.82vw, 14px);
  font-weight: 500;
  line-height: 1.2;
}

.intro-energy {
  position: absolute;
  z-index: 3;
  pointer-events: none;
}

.intro-energy--one {
  top: 15%;
  right: 10%;
  width: 68%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(108, 232, 255, 0.98), transparent);
  box-shadow: 0 0 20px rgba(79, 213, 255, 0.76);
  transform: rotate(-19deg);
  animation: introEnergySweep 5.8s ease-in-out infinite;
}

.intro-energy--two {
  right: 20%;
  bottom: 25%;
  width: 42%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(93, 207, 255, 0.8), transparent);
  box-shadow: 0 0 16px rgba(79, 213, 255, 0.58);
  transform: rotate(12deg);
  animation: introEnergySweep 6.4s ease-in-out infinite reverse;
}

.intro-scanline {
  position: absolute;
  top: 8%;
  bottom: 4%;
  left: 28%;
  z-index: 6;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(122, 234, 255, 0.62), transparent);
  box-shadow: 0 0 18px rgba(97, 220, 255, 0.7);
  opacity: 0.55;
  animation: introScanMove 4.8s ease-in-out infinite;
}

.intro-ai-core {
  filter: drop-shadow(0 0 18px rgba(75, 215, 255, 0.6));
}

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

.intro-ai-core::before {
  inset: -13%;
  border-radius: 50%;
  background: conic-gradient(from 0deg, transparent 0 11%, rgba(117, 235, 255, 0.46) 12% 13%, transparent 14% 48%, rgba(69, 201, 255, 0.32) 49% 50%, transparent 51% 100%);
  filter: blur(0.2px);
  animation: introCoreHalo 9s linear infinite;
}

.intro-ai-core::after {
  inset: 20%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.7) 0 4%, rgba(93, 230, 255, 0.36) 5% 18%, transparent 19%);
  box-shadow: 0 0 30px rgba(96, 228, 255, 0.72);
  animation: introCoreBeat 3.2s ease-in-out infinite;
}

.intro-console--main {
  border-color: rgba(169, 241, 255, 0.28);
}

.intro-console--stack {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 18px 36px rgba(0, 0, 0, 0.26),
    0 0 28px rgba(49, 196, 255, 0.16);
}

@keyframes introEnergySweep {
  0%, 100% {
    opacity: 0.18;
    translate: -28px 0;
  }

  48% {
    opacity: 0.9;
  }

  60% {
    opacity: 0.46;
    translate: 36px 0;
  }
}

@keyframes introScanMove {
  0%, 100% {
    opacity: 0.16;
    transform: translateX(-90px);
  }

  48% {
    opacity: 0.78;
  }

  70% {
    opacity: 0.22;
    transform: translateX(260px);
  }
}

@keyframes introCoreHalo {
  to {
    rotate: 360deg;
  }
}

@keyframes introCoreBeat {
  0%, 100% {
    opacity: 0.5;
    transform: scale(0.94);
  }

  50% {
    opacity: 0.9;
    transform: scale(1.07);
  }
}

@media (prefers-reduced-motion: reduce) {
  .intro-energy,
  .intro-scanline,
  .intro-ai-core::before,
  .intro-ai-core::after {
    animation: none;
  }
}

@media (min-width: 1180px) {
  .intro-hero__inner {
    grid-template-columns: minmax(560px, 0.86fr) minmax(560px, 1.14fr);
    gap: clamp(54px, 4.7vw, 86px);
  }

  .intro-ai-core {
    top: 6%;
    right: 3%;
    width: min(38vw, 520px);
  }

  .intro-console--code {
    top: 14%;
    left: 1%;
  }

  .intro-console--main {
    right: 1%;
    bottom: 6%;
    width: min(32vw, 360px);
    height: 220px;
  }

  .intro-console--stack {
    bottom: 8%;
    left: 2%;
  }
}

@media (max-width: 859px) {
  .intro-copy h1 {
    font-size: clamp(34px, 9.2vw, 50px);
  }

  .intro-kpis {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
    margin: 18px auto 0;
  }

  .intro-kpis span {
    min-height: 62px;
    padding: 8px 7px;
    text-align: center;
  }

  .intro-kpis strong {
    font-size: 20px;
  }

  .intro-kpis small {
    font-size: 10px;
  }

  .intro-energy--one,
  .intro-energy--two,
  .intro-scanline {
    opacity: 0.42;
  }
}

@media (max-width: 380px) {
  .intro-kpis {
    grid-template-columns: 1fr;
  }

  .intro-kpis span {
    min-height: 50px;
  }
}
/* intro rotator overlay */
.intro-rotator {
  position: absolute;
  top: 6%;
  right: 0;
  z-index: 7;
  width: min(43vw, 560px);
  aspect-ratio: 1;
  pointer-events: none;
  transform: rotateX(64deg) rotateZ(-12deg);
  transform-style: preserve-3d;
}

.intro-rotator__ring,
.intro-rotator__dot {
  position: absolute;
  border-radius: 50%;
}

.intro-rotator__ring {
  inset: 0;
  border: 1px solid rgba(129, 232, 255, 0.34);
  background:
    conic-gradient(from 0deg, transparent 0 8%, rgba(118, 235, 255, 0.72) 9% 10%, transparent 11% 26%, rgba(74, 207, 255, 0.46) 27% 28%, transparent 29% 100%);
  box-shadow:
    inset 0 0 22px rgba(75, 208, 255, 0.12),
    0 0 22px rgba(75, 208, 255, 0.2);
  mask-image: radial-gradient(circle, transparent 0 66%, #000 67% 70%, transparent 71%);
  animation: introRotateClockwise 14s linear infinite;
}

.intro-rotator__ring--middle {
  inset: 13%;
  opacity: 0.85;
  animation-duration: 10s;
  animation-direction: reverse;
}

.intro-rotator__ring--inner {
  inset: 27%;
  opacity: 0.78;
  animation-duration: 8s;
}

.intro-rotator__dot {
  width: clamp(10px, 0.9vw, 15px);
  height: clamp(10px, 0.9vw, 15px);
  background: #87f2ff;
  box-shadow:
    0 0 10px rgba(119, 236, 255, 0.95),
    0 0 28px rgba(58, 196, 255, 0.75);
  transform: translate(-50%, -50%);
}

.intro-rotator__dot--one {
  top: 10%;
  left: 50%;
  animation: introNodeOrbitOne 9s linear infinite;
}

.intro-rotator__dot--two {
  top: 50%;
  left: 91%;
  animation: introNodeOrbitTwo 12s linear infinite;
}

.intro-rotator__dot--three {
  top: 90%;
  left: 50%;
  animation: introNodeOrbitThree 10.5s linear infinite;
}

.intro-rotator__dot--four {
  top: 50%;
  left: 9%;
  animation: introNodeOrbitFour 13s linear infinite;
}

@keyframes introRotateClockwise {
  to {
    rotate: 360deg;
  }
}

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

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

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

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

.intro-rotator__dot--one,
.intro-rotator__dot--two,
.intro-rotator__dot--three,
.intro-rotator__dot--four {
  offset-path: ellipse(42% 42% at 50% 50%);
  offset-rotate: 0deg;
}

.intro-rotator__dot--two {
  animation-delay: -3s;
}

.intro-rotator__dot--three {
  animation-delay: -5.5s;
}

.intro-rotator__dot--four {
  animation-delay: -7.5s;
}

@media (prefers-reduced-motion: reduce) {
  .intro-rotator__ring,
  .intro-rotator__dot {
    animation: none;
  }
}

@media (max-width: 859px) {
  .intro-rotator {
    top: 2%;
    right: 50%;
    width: min(86vw, 350px);
    opacity: 0.75;
    transform: translateX(50%) rotateX(64deg) rotateZ(-12deg);
  }
}
/* intro image platform pass */
.intro-visual--image {
  display: grid;
  width: min(100%, 720px);
  min-height: clamp(480px, 60vh, 650px);
  place-items: center;
  margin: 0 auto;
  perspective: 1000px;
  isolation: isolate;
}

.intro-visual--image::before {
  inset: 8% -3% 0 2%;
  background:
    radial-gradient(ellipse at 54% 47%, rgba(93, 229, 255, 0.5), rgba(45, 151, 255, 0.22) 34%, transparent 68%),
    radial-gradient(circle at 50% 43%, rgba(255, 255, 255, 0.24), transparent 12%);
  filter: blur(28px);
  opacity: 0.82;
  animation: none;
}

.intro-platform-image {
  position: relative;
  z-index: 1;
  display: block;
  width: min(100%, 680px);
  max-height: 650px;
  object-fit: contain;
  object-position: center;
  filter:
    drop-shadow(0 24px 38px rgba(0, 0, 0, 0.34))
    drop-shadow(0 0 26px rgba(73, 209, 255, 0.24));
}

.intro-md-logo-image {
  position: absolute;
  top: 41%;
  left: 50.6%;
  z-index: 4;
  display: block;
  width: clamp(138px, 14vw, 226px);
  height: auto;
  object-fit: contain;
  filter:
    drop-shadow(0 13px 14px rgba(0, 0, 0, 0.42))
    drop-shadow(0 0 16px rgba(83, 223, 255, 0.72))
    drop-shadow(0 0 32px rgba(27, 156, 255, 0.34));
  animation: introLogoFloatOnly 3.4s ease-in-out infinite;
  will-change: transform;
}

@keyframes introLogoFloatOnly {
  0%, 100% {
    transform: translate3d(-50%, -50%, 0);
  }

  50% {
    transform: translate3d(-50%, calc(-50% - 16px), 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .intro-md-logo-image {
    animation: none;
  }
}

@media (max-width: 859px) {
  .intro-visual--image {
    width: min(100%, 430px);
    min-height: 360px;
    margin-top: 4px;
  }

  .intro-platform-image {
    width: min(100%, 420px);
    max-height: 380px;
  }

  .intro-md-logo-image {
    top: 41%;
    width: clamp(104px, 29vw, 142px);
  }
}

@media (min-width: 860px) and (max-width: 1179px) {
  .intro-visual--image {
    min-height: 540px;
  }

  .intro-platform-image {
    width: min(100%, 560px);
  }

  .intro-md-logo-image {
    width: clamp(150px, 15vw, 186px);
  }
}

@media (min-width: 1180px) {
  .intro-platform-image {
    width: min(43vw, 720px);
  }
}

/* intro five-layer image pass */
.intro-layer-image {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: min(100%, 680px);
  height: auto;
  object-fit: contain;
  object-position: center;
  pointer-events: none;
  transform: translate3d(-50%, -50%, 0);
  will-change: transform, filter, opacity;
}

.intro-platform-base-image {
  z-index: 1;
  filter:
    drop-shadow(0 24px 38px rgba(0, 0, 0, 0.34))
    drop-shadow(0 0 26px rgba(73, 209, 255, 0.24));
  animation: introPlatformBreath 5.8s ease-in-out infinite;
}

.intro-panel-image {
  z-index: 3;
  filter:
    drop-shadow(0 16px 22px rgba(0, 0, 0, 0.28))
    drop-shadow(0 0 18px rgba(85, 225, 255, 0.28));
}

.intro-panel-image--top-left {
  animation: introPanelFloatTopLeft 4.8s ease-in-out infinite;
}

.intro-panel-image--top-right {
  animation: introPanelFloatTopRight 5.1s ease-in-out infinite;
}

.intro-panel-image--bottom-left {
  animation: introPanelFloatBottomLeft 5.4s ease-in-out infinite;
}

.intro-panel-image--bottom-right {
  animation: introPanelFloatBottomRight 4.9s ease-in-out infinite;
}

.intro-md-logo-image {
  top: 45%;
  left: 50%;
  z-index: 6;
  width: clamp(120px, 12vw, 200px);
}

@keyframes introPlatformBreath {
  0%, 100% {
    opacity: 0.96;
    transform: translate3d(-50%, -50%, 0) scale(1);
  }

  50% {
    opacity: 1;
    transform: translate3d(-50%, calc(-50% - 5px), 0) scale(1.012);
  }
}

@keyframes introPanelFloatTopLeft {
  0%, 100% {
    transform: translate3d(-50%, -50%, 0);
  }

  50% {
    transform: translate3d(calc(-50% - 8px), calc(-50% - 15px), 0);
  }
}

@keyframes introPanelFloatTopRight {
  0%, 100% {
    transform: translate3d(-50%, -50%, 0);
  }

  50% {
    transform: translate3d(calc(-50% + 9px), calc(-50% - 13px), 0);
  }
}

@keyframes introPanelFloatBottomLeft {
  0%, 100% {
    transform: translate3d(-50%, -50%, 0);
  }

  50% {
    transform: translate3d(calc(-50% - 7px), calc(-50% + 11px), 0);
  }
}

@keyframes introPanelFloatBottomRight {
  0%, 100% {
    transform: translate3d(-50%, -50%, 0);
  }

  50% {
    transform: translate3d(calc(-50% + 8px), calc(-50% + 12px), 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .intro-platform-base-image,
  .intro-panel-image {
    animation: none;
  }
}

@media (max-width: 859px) {
  .intro-layer-image {
    width: min(100%, 420px);
  }

  .intro-md-logo-image {
    top: 45%;
    width: clamp(92px, 24vw, 128px);
  }
}

@media (min-width: 860px) and (max-width: 1179px) {
  .intro-layer-image {
    width: min(100%, 560px);
  }

  .intro-md-logo-image {
    width: clamp(128px, 14vw, 170px);
  }
}

@media (min-width: 1180px) {
  .intro-layer-image {
    width: min(43vw, 720px);
  }
}

/* intro separated card webp pass */
.intro-platform-base-image {
  top: 53%;
  left: 50%;
  width: clamp(340px, 32.5vw, 500px);
  z-index: 2;
}

.intro-card-image {
  --float-x: 0px;
  --float-y: -10px;
  z-index: 4;
  width: clamp(128px, 13vw, 196px);
  filter:
    drop-shadow(0 16px 24px rgba(0, 0, 0, 0.24))
    drop-shadow(0 0 18px rgba(93, 226, 255, 0.28));
  animation: introCardFloat 5s ease-in-out infinite;
}

.intro-card-image--top {
  top: 16%;
  left: 50%;
  --float-y: -13px;
}

.intro-card-image--upper-left {
  top: 30%;
  left: 22%;
  --float-x: -8px;
  --float-y: -10px;
  animation-duration: 5.4s;
}

.intro-card-image--upper-right {
  top: 30%;
  left: 78%;
  --float-x: 8px;
  --float-y: -10px;
  animation-duration: 5.2s;
}

.intro-card-image--lower-left {
  top: 77%;
  left: 25%;
  --float-x: -7px;
  --float-y: 11px;
  animation-duration: 5.6s;
}

.intro-card-image--lower-right {
  top: 77%;
  left: 75%;
  --float-x: 7px;
  --float-y: 11px;
  animation-duration: 5.1s;
}

.intro-md-logo-image {
  top: 52.5%;
  width: clamp(94px, 8.8vw, 146px);
}

@keyframes introCardFloat {
  0%, 100% {
    transform: translate3d(-50%, -50%, 0);
  }

  50% {
    transform: translate3d(calc(-50% + var(--float-x)), calc(-50% + var(--float-y)), 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .intro-card-image {
    animation: none;
  }
}

@media (max-width: 859px) {
  .intro-visual--image {
    min-height: 360px;
  }

  .intro-platform-base-image {
    top: 54%;
    width: clamp(235px, 66vw, 320px);
  }

  .intro-card-image {
    width: clamp(76px, 23vw, 112px);
  }

  .intro-card-image--top {
    top: 17%;
  }

  .intro-card-image--upper-left {
    top: 31%;
    left: 20%;
  }

  .intro-card-image--upper-right {
    top: 31%;
    left: 80%;
  }

  .intro-card-image--lower-left {
    top: 77%;
    left: 22%;
  }

  .intro-card-image--lower-right {
    top: 77%;
    left: 78%;
  }

  .intro-md-logo-image {
    top: 54%;
    width: clamp(64px, 18vw, 94px);
  }
}

@media (min-width: 860px) and (max-width: 1179px) {
  .intro-platform-base-image {
    width: clamp(350px, 39vw, 440px);
  }

  .intro-card-image {
    width: clamp(124px, 15vw, 168px);
  }
}

/* clickable intro cards */
.intro-card-link {
  --float-x: 0px;
  --float-y: -10px;
  position: absolute;
  z-index: 5;
  display: block;
  width: clamp(124px, 12vw, 188px);
  height: clamp(92px, 9vw, 142px);
  border-radius: 18px;
  outline: none;
  pointer-events: auto;
  text-decoration: none;
  transform: translate3d(-50%, -50%, 0);
  transition: filter 180ms ease;
  will-change: transform, filter;
  animation: introCardFloat 5s ease-in-out infinite;
}

.intro-card-link .intro-card-image {
  position: static;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
  transform: none;
  transition: transform 180ms ease, filter 180ms ease, opacity 180ms ease;
  animation: none;
  filter:
    drop-shadow(0 16px 24px rgba(0, 0, 0, 0.24))
    drop-shadow(0 0 18px rgba(93, 226, 255, 0.28));
}

.intro-card-link::after {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  z-index: 7;
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  padding: 7px 13px 8px;
  border: 1px solid rgba(168, 236, 255, 0.45);
  border-radius: 999px;
  color: var(--white);
  background:
    linear-gradient(180deg, rgba(24, 139, 207, 0.68), rgba(5, 33, 61, 0.78)),
    rgba(4, 19, 36, 0.78);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    0 0 18px rgba(77, 211, 255, 0.34),
    0 12px 22px rgba(0, 0, 0, 0.28);
  content: attr(data-card-title);
  font-size: clamp(11px, 0.82vw, 13px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  opacity: 0;
  pointer-events: none;
  text-align: center;
  text-shadow: 0 2px 7px rgba(0, 0, 0, 0.58);
  text-transform: uppercase;
  white-space: nowrap;
  transform: translate3d(-50%, -6px, 0) scale(0.96);
  transition: opacity 160ms ease, transform 160ms ease;
  -webkit-backdrop-filter: blur(9px) saturate(140%);
  backdrop-filter: blur(9px) saturate(140%);
}

.intro-card-link--lower-left::after,
.intro-card-link--lower-right::after {
  top: auto;
  bottom: calc(100% + 10px);
  transform: translate3d(-50%, 6px, 0) scale(0.96);
}

.intro-card-link:hover .intro-card-image,
.intro-card-link:focus-visible .intro-card-image {
  transform: translateY(-4px) scale(1.08);
  filter:
    drop-shadow(0 20px 28px rgba(0, 0, 0, 0.28))
    drop-shadow(0 0 28px rgba(93, 226, 255, 0.58))
    drop-shadow(0 0 8px rgba(255, 255, 255, 0.3));
}

.intro-card-link:hover::after,
.intro-card-link:focus-visible::after {
  opacity: 1;
  transform: translate3d(-50%, 0, 0) scale(1);
}

.intro-card-link:focus-visible {
  outline: 2px solid rgba(96, 226, 255, 0.74);
  outline-offset: 8px;
}

.intro-card-link--top {
  top: 13.5%;
  left: 50%;
  width: clamp(156px, 14.2vw, 224px);
  height: clamp(102px, 9.3vw, 146px);
  --float-y: -13px;
}

.intro-card-link--upper-left {
  top: 34%;
  left: 12.5%;
  width: clamp(108px, 10.8vw, 174px);
  height: clamp(162px, 17.4vw, 262px);
  --float-x: -8px;
  --float-y: -10px;
  animation-duration: 5.4s;
}

.intro-card-link--upper-right {
  top: 34%;
  left: 87.5%;
  width: clamp(108px, 10.8vw, 174px);
  height: clamp(162px, 17.4vw, 262px);
  --float-x: 8px;
  --float-y: -10px;
  animation-duration: 5.2s;
}

.intro-card-link--lower-left {
  top: 78.5%;
  left: 20%;
  width: clamp(150px, 14.6vw, 230px);
  height: clamp(128px, 13.2vw, 190px);
  --float-x: -7px;
  --float-y: 11px;
  animation-duration: 5.6s;
}

.intro-card-link--lower-right {
  top: 78.5%;
  left: 80%;
  width: clamp(150px, 14.6vw, 230px);
  height: clamp(128px, 13.2vw, 190px);
  --float-x: 7px;
  --float-y: 11px;
  animation-duration: 5.1s;
}

@media (prefers-reduced-motion: reduce) {
  .intro-card-link {
    animation: none;
  }
}

@media (max-width: 859px) {
  .intro-card-link--top {
    top: 14.5%;
    width: clamp(96px, 28vw, 138px);
    height: clamp(62px, 18vw, 90px);
  }

  .intro-card-link--upper-left,
  .intro-card-link--upper-right {
    width: clamp(72px, 21vw, 104px);
    height: clamp(112px, 32vw, 154px);
  }

  .intro-card-link--lower-left,
  .intro-card-link--lower-right {
    width: clamp(96px, 28vw, 134px);
    height: clamp(82px, 24vw, 116px);
  }

  .intro-card-link--upper-left {
    top: 35%;
    left: 15%;
  }

  .intro-card-link--upper-right {
    top: 35%;
    left: 85%;
  }

  .intro-card-link--lower-left {
    top: 78%;
    left: 20%;
  }

  .intro-card-link--lower-right {
    top: 78%;
    left: 80%;
  }
}

@media (min-width: 860px) and (max-width: 1179px) {
  .intro-card-link--upper-left {
    left: 14%;
  }

  .intro-card-link--upper-right {
    left: 86%;
  }

  .intro-card-link--lower-left {
    left: 20%;
  }

  .intro-card-link--lower-right {
    left: 80%;
  }
}

/* intro title size tuning */
.service-section--intro .intro-copy h1 {
  font-size: clamp(36px, 6.2vw, 56px);
}

@media (min-width: 1180px) {
  .service-section--intro .intro-copy h1 {
    font-size: clamp(46px, 3.55vw, 64px);
  }
}

@media (max-width: 859px) {
  .service-section--intro .intro-copy h1 {
    font-size: clamp(30px, 8.4vw, 42px);
  }
}

/* sticky navigation, services submenu, and section scroll reveal */
.service-section--intro {
  z-index: 90;
  overflow: visible;
}

.intro-hero__shell {
  padding-top: clamp(84px, 10vh, 106px);
}

.intro-nav {
  position: fixed;
  top: clamp(10px, 1.7vh, 18px);
  left: 50%;
  z-index: 999;
  width: min(calc(100% - 36px), 1228px);
  transform: translateX(-50%);
}

.intro-nav__item {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.intro-nav__item--services::after {
  position: absolute;
  top: 100%;
  left: -18px;
  width: calc(100% + 36px);
  height: 18px;
  content: "";
}

.intro-submenu {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  z-index: 1000;
  display: grid;
  width: min(86vw, 310px);
  padding: 10px;
  border: 1px solid rgba(178, 237, 255, 0.28);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.035)),
    rgba(5, 24, 43, 0.9);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 20px 36px rgba(0, 0, 0, 0.34),
    0 0 28px rgba(72, 205, 255, 0.18);
  opacity: 0;
  pointer-events: none;
  transform: translate3d(-50%, -8px, 0);
  transition: opacity 170ms ease, transform 170ms ease;
  -webkit-backdrop-filter: blur(14px) saturate(150%);
  backdrop-filter: blur(14px) saturate(150%);
}

.intro-submenu::before {
  position: absolute;
  top: -8px;
  left: 50%;
  width: 16px;
  height: 16px;
  border-top: 1px solid rgba(178, 237, 255, 0.28);
  border-left: 1px solid rgba(178, 237, 255, 0.28);
  content: "";
  background: rgba(7, 30, 51, 0.9);
  transform: translateX(-50%) rotate(45deg);
}

.intro-submenu a {
  display: flex;
  min-height: 42px;
  align-items: center;
  padding: 9px 12px;
  border-radius: 9px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.25;
  text-decoration: none;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
  transition: color 160ms ease, background 160ms ease, transform 160ms ease;
}

.intro-submenu a:hover,
.intro-submenu a:focus-visible {
  color: var(--white);
  background: rgba(79, 205, 255, 0.14);
  transform: translateX(3px);
}

.intro-nav__item--services:hover .intro-submenu,
.intro-nav__item--services:focus-within .intro-submenu {
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(-50%, 0, 0);
}

@keyframes sectionScrollReveal {
  from {
    opacity: 0.38;
    filter: blur(7px);
    transform: translate3d(0, 42px, 0) scale(0.985);
  }

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

@supports (animation-timeline: view()) {
  .service-section:not(.service-section--intro) > * {
    animation: sectionScrollReveal both ease-out;
    animation-timeline: view();
    animation-range: entry 8% cover 34%;
  }
}

@media (min-width: 860px) {
  html,
  body {
    scroll-padding-top: 0;
    scroll-snap-type: y proximity;
  }

  .service-section {
    height: 100vh;
    height: 100svh;
    min-height: 100vh;
    min-height: 100svh;
    scroll-snap-align: start;
  }

  .service-section--intro {
    background-attachment: fixed, fixed, fixed;
  }

  .service-section--webapp,
  .service-section--redesign,
  .service-section--maintenance,
  .service-section--miniapp,
  .service-section--touch,
  .service-section--news,
  .service-section--footer {
    background-attachment: fixed, fixed;
  }
}

@media (prefers-reduced-motion: reduce) {
  html,
  body {
    scroll-behavior: auto;
    scroll-snap-type: none;
  }

  .service-section:not(.service-section--intro) > * {
    animation: none;
  }
}

@media (max-width: 859px) {
  html {
    scroll-padding-top: 86px;
  }

  .intro-hero__shell {
    padding-top: 78px;
  }

  .intro-nav {
    top: 10px;
    width: calc(100% - 28px);
  }
}

@media (max-width: 859px) {
  .intro-nav__item--services {
    display: grid;
    align-items: stretch;
  }

  .intro-nav__item--services::after,
  .intro-submenu::before {
    display: none;
  }

  .intro-nav__item--services.is-submenu-open .intro-nav__service::after {
    transform: translateY(1px) rotate(225deg);
  }

  .intro-submenu {
    position: static;
    top: auto;
    left: auto;
    z-index: auto;
    display: grid;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    margin: 3px 0 2px;
    padding: 0 0 0 10px;
    border: 1px solid rgba(116, 217, 255, 0);
    border-radius: 12px;
    background: rgba(4, 22, 39, 0);
    box-shadow: none;
    opacity: 0;
    pointer-events: none;
    transform: none;
    transition: max-height 180ms ease, opacity 160ms ease;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .intro-nav__item--services.is-submenu-open .intro-submenu {
    max-height: 240px;
    padding: 7px 8px 8px 12px;
    border-color: rgba(116, 217, 255, 0.18);
    background: rgba(1, 13, 27, 0.42);
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .intro-submenu a {
    min-height: 38px;
    padding: 8px 10px;
    color: rgba(238, 252, 255, 0.96);
    font-size: 13px;
    font-weight: 600;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.78);
  }

  .intro-nav__item--services:hover .intro-submenu,
  .intro-nav__item--services:focus-within .intro-submenu {
    transform: none;
  }

  .intro-submenu a:hover,
  .intro-submenu a:focus-visible {
    color: var(--white);
    background: rgba(79, 205, 255, 0.16);
    transform: none;
  }
}

@media (max-width: 859px) {
  .service-section:not(.service-section--intro) > * {
    animation: none;
    filter: none;
    opacity: 1;
    transform: none;
  }

  .news-hero {
    background-color: #051426;
  }

  .news-card {
    border-color: rgba(104, 217, 255, 0.7);
    background:
      linear-gradient(145deg, rgba(16, 42, 68, 0.92), rgba(4, 15, 29, 0.96)),
      rgba(5, 17, 31, 0.94);
    box-shadow:
      0 0 0 1px rgba(20, 151, 239, 0.22),
      0 0 16px rgba(61, 195, 255, 0.38),
      inset 0 1px 0 rgba(255, 255, 255, 0.14);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .news-card img {
    width: calc(100% - 24px);
    margin-top: 12px;
    filter: none;
  }

  .news-card h3 {
    font-size: clamp(18px, 5.2vw, 22px);
    line-height: 1.28;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.78);
  }

  .news-card p {
    color: rgba(255, 255, 255, 0.96);
    font-size: 15px;
    line-height: 1.55;
  }

  .news-card time,
  .news-card a {
    filter: none;
  }

  .site-footer {
    background-color: #051426;
  }

  .footer-contact-item {
    padding: 20px 14px;
    border: 1px solid rgba(94, 213, 255, 0.22);
    border-radius: 12px;
    background: rgba(2, 13, 27, 0.44);
  }

  .footer-contact-item svg {
    filter:
      drop-shadow(0 0 4px rgba(91, 211, 255, 0.9))
      drop-shadow(0 0 12px rgba(53, 178, 255, 0.58));
  }

  .footer-contact-item p {
    color: rgba(255, 255, 255, 0.98);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.55;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.82);
  }

  .site-footer__copyright {
    color: rgba(255, 255, 255, 0.72);
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.78);
  }
}


