:root {
  color-scheme: dark;
  --bg: #02040d;
  --bg-2: #061226;
  --panel: rgba(6, 20, 46, 0.72);
  --panel-2: rgba(8, 31, 68, 0.56);
  --text: #f5fbff;
  --muted: #8fa9c8;
  --line: rgba(92, 236, 255, 0.22);
  --cyan: #38e8ff;
  --blue: #5267ff;
  --violet: #a855f7;
  --green: #42ffbd;
  --pink: #ff4fd8;
  --shadow: 0 26px 90px rgba(0, 0, 0, 0.48);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 16px;
  font-family: system-ui, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  max-width: 100%;
}

body {
  isolation: isolate;
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 18% 12%, rgba(56, 232, 255, 0.22), transparent 30rem),
    radial-gradient(circle at 78% 8%, rgba(168, 85, 247, 0.26), transparent 32rem),
    radial-gradient(circle at 45% 90%, rgba(66, 255, 189, 0.12), transparent 32rem),
    linear-gradient(140deg, #02040d 0%, #07142c 48%, #02040d 100%);
  color: var(--text);
}

main {
  overflow: hidden;
}

.tech-backdrop {
  position: fixed;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
}

.tech-backdrop::before,
.tech-backdrop::after {
  position: absolute;
  inset: -20%;
  content: "";
}

.tech-backdrop::before {
  background:
    radial-gradient(circle at 16% 22%, rgba(56, 232, 255, 0.18), transparent 18rem),
    radial-gradient(circle at 82% 16%, rgba(168, 85, 247, 0.2), transparent 20rem),
    radial-gradient(circle at 50% 88%, rgba(66, 255, 189, 0.12), transparent 18rem);
  filter: blur(2px);
  animation: ambientFloat 18s ease-in-out infinite alternate;
}

.tech-backdrop::after {
  background:
    linear-gradient(112deg, transparent 0 42%, rgba(56, 232, 255, 0.16) 43%, transparent 45% 100%),
    linear-gradient(252deg, transparent 0 54%, rgba(168, 85, 247, 0.13) 55%, transparent 57% 100%);
  opacity: 0.62;
  animation: beamSweep 12s linear infinite;
}

.tech-backdrop span {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 18px var(--cyan), 0 0 38px rgba(56, 232, 255, 0.42);
  opacity: 0.55;
  animation: particleDrift 11s ease-in-out infinite;
}

.tech-backdrop span:nth-child(1) {
  left: 12%;
  top: 28%;
}

.tech-backdrop span:nth-child(2) {
  right: 18%;
  top: 18%;
  background: var(--green);
  box-shadow: 0 0 18px var(--green), 0 0 38px rgba(66, 255, 189, 0.36);
  animation-delay: -3s;
}

.tech-backdrop span:nth-child(3) {
  left: 42%;
  bottom: 14%;
  background: var(--violet);
  box-shadow: 0 0 18px var(--violet), 0 0 38px rgba(168, 85, 247, 0.36);
  animation-delay: -6s;
}

.tech-backdrop span:nth-child(4) {
  right: 8%;
  bottom: 28%;
  width: 5px;
  height: 5px;
  animation-delay: -8s;
}

.tech-backdrop span:nth-child(5) {
  left: 28%;
  top: 12%;
  width: 4px;
  height: 4px;
  background: var(--pink);
  box-shadow: 0 0 18px var(--pink), 0 0 40px rgba(255, 79, 216, 0.34);
  animation-delay: -1.5s;
}

.tech-backdrop span:nth-child(6) {
  right: 32%;
  top: 42%;
  width: 6px;
  height: 6px;
  background: var(--cyan);
  animation-delay: -4.5s;
}

.tech-backdrop span:nth-child(7) {
  left: 8%;
  bottom: 18%;
  width: 8px;
  height: 8px;
  background: var(--green);
  animation-delay: -7.5s;
}

.tech-backdrop span:nth-child(8) {
  right: 46%;
  bottom: 8%;
  width: 5px;
  height: 5px;
  background: var(--violet);
  animation-delay: -10s;
}

.tech-backdrop span:nth-child(9) {
  left: 62%;
  top: 22%;
  width: 4px;
  height: 4px;
  animation-delay: -12s;
}

.tech-backdrop span:nth-child(10) {
  right: 6%;
  top: 58%;
  width: 7px;
  height: 7px;
  background: var(--pink);
  animation-delay: -14s;
}

.cyber-layer {
  position: fixed;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
}

.cyber-layer::before {
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(90deg, transparent 0 92px, rgba(56, 232, 255, 0.055) 93px, transparent 94px),
    repeating-linear-gradient(0deg, transparent 0 92px, rgba(168, 85, 247, 0.042) 93px, transparent 94px);
  opacity: 0.55;
  content: "";
  mask-image: radial-gradient(circle at 50% 42%, black 0 48%, transparent 78%);
  animation: matrixPan 16s linear infinite;
}

.cyber-layer::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 0 48%, rgba(56, 232, 255, 0.16) 49%, transparent 50% 100%),
    linear-gradient(90deg, rgba(56, 232, 255, 0.08), transparent 24%, transparent 76%, rgba(168, 85, 247, 0.08));
  opacity: 0.55;
  content: "";
  animation: globalScan 7.5s ease-in-out infinite;
}

.cyber-beam {
  position: absolute;
  width: 44vw;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(56, 232, 255, 0.7), rgba(66, 255, 189, 0.48), transparent);
  box-shadow: 0 0 24px rgba(56, 232, 255, 0.38);
  opacity: 0.55;
  transform-origin: center;
  animation: beamPulse 5.2s ease-in-out infinite;
}

.beam-one {
  left: -8vw;
  top: 24%;
  transform: rotate(18deg);
}

.beam-two {
  right: -10vw;
  top: 48%;
  transform: rotate(-24deg);
  animation-delay: -1.8s;
}

.beam-three {
  left: 34vw;
  bottom: 18%;
  transform: rotate(8deg);
  animation-delay: -3.6s;
}

.radar-ring {
  position: absolute;
  width: 220px;
  height: 220px;
  border: 1px solid rgba(92, 236, 255, 0.22);
  border-radius: 50%;
  background:
    repeating-radial-gradient(circle, transparent 0 23px, rgba(56, 232, 255, 0.08) 24px 25px),
    conic-gradient(from 0deg, rgba(56, 232, 255, 0.26), transparent 24%, transparent 100%);
  box-shadow: 0 0 42px rgba(56, 232, 255, 0.12);
  opacity: 0.42;
  animation: radarSpin 9s linear infinite;
}

.ring-one {
  right: 9%;
  top: 10%;
}

.ring-two {
  left: 8%;
  bottom: 8%;
  width: 180px;
  height: 180px;
  animation-duration: 12s;
  animation-direction: reverse;
}

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

body::before {
  background:
    linear-gradient(rgba(56, 232, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(56, 232, 255, 0.045) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: radial-gradient(circle at center, black 0 55%, transparent 82%);
  animation: gridFlow 22s linear infinite;
}

body::after {
  z-index: -1;
  background:
    linear-gradient(118deg, transparent 0 42%, rgba(56, 232, 255, 0.08) 43%, transparent 44% 100%),
    linear-gradient(246deg, transparent 0 52%, rgba(168, 85, 247, 0.08) 53%, transparent 54% 100%),
    radial-gradient(circle at center, transparent 0 55%, rgba(2, 4, 13, 0.9) 100%);
  animation: scanDrift 14s linear infinite alternate;
}

body.is-ready .site-header {
  animation: headerDrop 0.75s ease both;
}

body.is-ready .hero-content {
  animation: revealLift 0.9s ease both;
}

body.is-ready .hero-visual {
  animation: revealLift 1s 0.12s ease both;
}

body.menu-open {
  overflow: hidden;
}

body.menu-open::after {
  z-index: 70;
  background: rgba(2, 4, 13, 0.78);
  backdrop-filter: blur(12px);
  animation: none;
}

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

button {
  font: inherit;
}

.site-header {
  position: fixed;
  top: 18px;
  left: 50%;
  z-index: 80;
  width: min(1180px, calc(100% - 32px));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 12px 14px;
  border: 1px solid rgba(92, 236, 255, 0.2);
  border-radius: 999px;
  background: rgba(3, 11, 26, 0.72);
  box-shadow: 0 0 0 1px rgba(56, 232, 255, 0.06), 0 18px 70px rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(22px);
  transform: translateX(-50%);
  transition: 0.25s ease;
}

.site-header::before {
  position: absolute;
  inset: -1px;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(90deg, transparent, rgba(56, 232, 255, 0.42), rgba(168, 85, 247, 0.34), transparent);
  content: "";
  opacity: 0.36;
  filter: blur(12px);
  animation: cyberGlow 3.8s ease-in-out infinite;
}

.site-header.is-scrolled {
  top: 10px;
  background: rgba(3, 11, 26, 0.88);
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: max-content;
}

.text-brand {
  padding-left: 10px;
}

.brand strong,
.brand small {
  display: block;
  line-height: 1;
}

.brand small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

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

.nav a,
.language-switch {
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  padding: 11px 15px;
  transition: 0.2s ease;
}

.nav a:hover,
.language-switch:hover {
  background: rgba(56, 232, 255, 0.12);
  color: var(--cyan);
}

.language-switch {
  border: 1px solid rgba(92, 236, 255, 0.24);
  color: var(--cyan);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(92, 236, 255, 0.24);
  border-radius: 999px;
  background: rgba(56, 232, 255, 0.08);
  color: var(--text);
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(430px, 1.05fr);
  gap: 64px;
  align-items: center;
  width: min(1220px, calc(100% - 40px));
  min-height: 100vh;
  margin: 0 auto;
  padding: 150px 0 96px;
}

.hero-bg {
  position: absolute;
  inset: 96px -52px 34px;
  z-index: -1;
  overflow: hidden;
  border: 1px solid rgba(92, 236, 255, 0.16);
  border-radius: 46px;
  background:
    linear-gradient(125deg, rgba(56, 232, 255, 0.1), transparent 28%),
    linear-gradient(300deg, rgba(168, 85, 247, 0.13), transparent 36%),
    rgba(4, 14, 33, 0.42);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.hero-bg::before {
  position: absolute;
  inset: -40%;
  background: conic-gradient(from 90deg, transparent, rgba(56, 232, 255, 0.14), transparent, rgba(168, 85, 247, 0.16), transparent);
  content: "";
  animation: rotateSlow 24s linear infinite;
}

.hero-bg::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent, rgba(56, 232, 255, 0.18), transparent),
    repeating-linear-gradient(0deg, transparent 0 18px, rgba(56, 232, 255, 0.04) 19px, transparent 20px);
  content: "";
  opacity: 0.82;
  mix-blend-mode: screen;
  animation: heroScan 4.8s ease-in-out infinite;
}

.hero-content {
  position: relative;
  z-index: 2;
  min-width: 0;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--cyan);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.24em;
  text-shadow: 0 0 24px rgba(56, 232, 255, 0.48);
  text-transform: uppercase;
}

.hero h1,
.section h2,
.cta-band h2 {
  margin: 0;
  line-height: 0.96;
  letter-spacing: -0.07em;
}

.hero h1 {
  max-width: 780px;
  background: linear-gradient(112deg, #fff 0%, #c9fbff 24%, var(--cyan) 42%, #8d82ff 62%, var(--pink) 78%, #fff 100%);
  background-size: 220% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: clamp(4rem, 8vw, 8.9rem);
  filter: drop-shadow(0 0 28px rgba(56, 232, 255, 0.18));
  overflow-wrap: anywhere;
  word-break: break-word;
  animation: titleEnergy 6s ease-in-out infinite;
}

html[lang="en"] .hero h1 {
  max-width: 860px;
  font-size: clamp(3.45rem, 7.1vw, 7.4rem);
  letter-spacing: -0.06em;
}

html[lang="en"] .section h2,
html[lang="en"] .cta-band h2 {
  letter-spacing: -0.055em;
}

.hero-copy {
  max-width: 600px;
  margin: 28px 0 0;
  color: #b7c9df;
  font-size: clamp(1.04rem, 1.4vw, 1.24rem);
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  padding: 0 24px;
  font-weight: 900;
  transition: 0.22s ease;
}

.btn.primary {
  background: linear-gradient(135deg, var(--cyan), var(--blue) 58%, var(--violet));
  box-shadow: 0 0 36px rgba(56, 232, 255, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  color: #fff;
}

.btn.primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 50px rgba(56, 232, 255, 0.44), 0 24px 70px rgba(0, 0, 0, 0.35);
}

.btn.secondary {
  border-color: rgba(92, 236, 255, 0.24);
  background: rgba(56, 232, 255, 0.08);
  color: #d8fbff;
}

.btn.light {
  background: rgba(255, 255, 255, 0.92);
  color: #071225;
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 46px;
}

.hero-metrics div,
.service-card,
.feature-item,
.timeline div,
.profile-points article,
.team-card,
.member-card,
.mission-grid article,
.company-metrics div,
.structure-card,
.contact-list a {
  border: 1px solid rgba(92, 236, 255, 0.18);
  background:
    linear-gradient(145deg, rgba(56, 232, 255, 0.09), rgba(82, 103, 255, 0.055)),
    rgba(4, 16, 39, 0.72);
  box-shadow: 0 0 0 1px rgba(56, 232, 255, 0.04), var(--shadow);
  backdrop-filter: blur(20px);
}

.hero-metrics div {
  border-radius: 18px;
  padding: 18px;
  position: relative;
  overflow: hidden;
}

.hero-metrics div::after {
  position: absolute;
  inset: auto 14px 12px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--cyan), var(--green), transparent);
  content: "";
  animation: pulseLine 2.4s ease-in-out infinite;
}

.hero-metrics strong {
  display: block;
  color: #fff;
  font-size: clamp(1.45rem, 2vw, 1.95rem);
  letter-spacing: -0.04em;
  text-shadow: 0 0 24px rgba(56, 232, 255, 0.42);
}

.hero-metrics span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 0.84rem;
}

.hero-visual {
  position: relative;
  min-height: 660px;
}

.hero-visual::before {
  position: absolute;
  inset: 6% -4% 4%;
  border-radius: 50%;
  background:
    repeating-conic-gradient(from 0deg, rgba(56, 232, 255, 0.14) 0deg 8deg, transparent 8deg 20deg),
    radial-gradient(circle, transparent 0 48%, rgba(56, 232, 255, 0.08) 49% 50%, transparent 52% 100%);
  content: "";
  opacity: 0.48;
  animation: rotateSlow 28s linear infinite;
}

.orb {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.orb-one {
  top: 60px;
  right: 24px;
  width: 260px;
  height: 260px;
  background: radial-gradient(circle, rgba(56, 232, 255, 0.5), transparent 66%);
  filter: blur(4px);
}

.orb-two {
  bottom: 70px;
  left: 0;
  width: 310px;
  height: 310px;
  background: radial-gradient(circle, rgba(168, 85, 247, 0.38), transparent 70%);
  filter: blur(5px);
}

.glass-panel {
  position: absolute;
  border: 1px solid rgba(92, 236, 255, 0.24);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(145deg, rgba(56, 232, 255, 0.13), rgba(168, 85, 247, 0.075)),
    rgba(3, 13, 34, 0.78);
  box-shadow: 0 0 0 1px rgba(56, 232, 255, 0.08), 0 34px 110px rgba(0, 0, 0, 0.52);
  backdrop-filter: blur(28px);
}

.main-panel {
  inset: 42px 0 66px 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  padding: 40px;
}

.main-panel::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(56, 232, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(56, 232, 255, 0.06) 1px, transparent 1px),
    radial-gradient(circle at 66% 45%, rgba(56, 232, 255, 0.16), transparent 36%);
  background-size: 32px 32px, 32px 32px, auto;
  content: "";
  mask-image: radial-gradient(circle at 60% 48%, black 0 56%, transparent 78%);
}

.main-panel > * {
  position: relative;
  z-index: 1;
}

.glass-panel span {
  display: inline-flex;
  color: #9cf5ff;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.glass-panel strong {
  max-width: 440px;
  background: linear-gradient(115deg, #fff, var(--cyan), #9b8cff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: clamp(2.2rem, 4.6vw, 4.6rem);
  line-height: 0.94;
  letter-spacing: -0.065em;
}

.tech-orbit {
  position: absolute;
  inset: 84px 38px 86px 56px;
  border: 1px solid rgba(92, 236, 255, 0.28);
  border-radius: 50%;
  animation: rotateSlow 18s linear infinite;
}

.tech-orbit::before,
.tech-orbit::after {
  position: absolute;
  inset: 13%;
  border: 1px dashed rgba(92, 236, 255, 0.18);
  border-radius: 50%;
  content: "";
}

.tech-orbit::after {
  inset: 29%;
  border-color: rgba(168, 85, 247, 0.3);
}

.tech-orbit span,
.node-mesh i {
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 18px var(--cyan), 0 0 34px rgba(56, 232, 255, 0.42);
}

.tech-orbit span:nth-child(1) {
  top: 10%;
  left: 50%;
}

.tech-orbit span:nth-child(2) {
  right: 9%;
  top: 52%;
  box-shadow: 0 0 18px var(--green), 0 0 34px rgba(66, 255, 189, 0.42);
}

.tech-orbit span:nth-child(3) {
  bottom: 15%;
  left: 20%;
  box-shadow: 0 0 18px var(--violet), 0 0 34px rgba(168, 85, 247, 0.42);
}

.data-streams,
.node-mesh {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.data-streams span {
  position: absolute;
  border: 1px solid rgba(92, 236, 255, 0.2);
  border-radius: 999px;
  background: rgba(2, 10, 28, 0.7);
  box-shadow: 0 0 24px rgba(56, 232, 255, 0.18);
  color: #c5fbff;
  font-family: ui-monospace, monospace;
  font-size: 0.68rem;
  letter-spacing: 0.13em;
  padding: 8px 12px;
  text-transform: uppercase;
  animation: floatData 7s ease-in-out infinite;
}

.data-streams span:nth-child(1) {
  left: 4%;
  top: 18%;
}

.data-streams span:nth-child(2) {
  right: -2%;
  top: 25%;
  animation-delay: -2s;
}

.data-streams span:nth-child(3) {
  left: 10%;
  bottom: 19%;
  animation-delay: -4s;
}

.node-mesh {
  inset: 72px 34px;
}

.node-mesh::before,
.node-mesh::after {
  position: absolute;
  inset: 18% 8% 24% 12%;
  background:
    linear-gradient(28deg, transparent 0 38%, rgba(56, 232, 255, 0.26) 39%, transparent 40% 100%),
    linear-gradient(142deg, transparent 0 52%, rgba(168, 85, 247, 0.26) 53%, transparent 54% 100%),
    linear-gradient(82deg, transparent 0 58%, rgba(66, 255, 189, 0.2) 59%, transparent 60% 100%);
  content: "";
}

.node-mesh::after {
  filter: blur(7px);
  opacity: 0.55;
}

.node-mesh i:nth-child(1) {
  left: 12%;
  top: 22%;
}

.node-mesh i:nth-child(2) {
  right: 24%;
  top: 18%;
}

.node-mesh i:nth-child(3) {
  left: 34%;
  top: 48%;
}

.node-mesh i:nth-child(4) {
  right: 12%;
  top: 58%;
}

.node-mesh i:nth-child(5) {
  left: 18%;
  bottom: 16%;
}

.node-mesh i:nth-child(6) {
  right: 34%;
  bottom: 20%;
}

.radar-core {
  position: absolute;
  right: 42px;
  top: 39%;
  width: 190px;
  height: 190px;
  border: 1px solid rgba(92, 236, 255, 0.34);
  border-radius: 50%;
  background:
    repeating-radial-gradient(circle, transparent 0 23px, rgba(56, 232, 255, 0.18) 24px 25px),
    conic-gradient(from 0deg, rgba(56, 232, 255, 0.46), transparent 28%, transparent 100%);
  box-shadow: inset 0 0 46px rgba(56, 232, 255, 0.1), 0 0 48px rgba(56, 232, 255, 0.16);
  animation: rotateSlow 8s linear infinite;
}

.radar-core i,
.radar-core b {
  position: absolute;
  inset: 50%;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 24px var(--cyan);
  transform: translate(-50%, -50%);
}

.radar-core b {
  inset: 30% 0 0 66%;
  width: 9px;
  height: 9px;
  background: var(--green);
}

.status-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.status-grid i {
  position: relative;
  min-height: 105px;
  overflow: hidden;
  border: 1px solid rgba(92, 236, 255, 0.16);
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(56, 232, 255, 0.18), transparent),
    rgba(2, 10, 30, 0.7);
}

.status-grid i::after {
  position: absolute;
  right: 15px;
  bottom: 13px;
  width: 50%;
  height: 34px;
  background: linear-gradient(180deg, transparent 0 25%, var(--cyan) 26% 32%, transparent 33% 48%, var(--green) 49% 55%, transparent 56%);
  content: "";
  opacity: 0.8;
}

.status-grid em {
  position: absolute;
  left: 15px;
  top: 14px;
  color: #d8fcff;
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  z-index: 1;
}

.floating-panel {
  right: -8px;
  bottom: 116px;
  width: 220px;
  padding: 20px;
  border-color: rgba(66, 255, 189, 0.34);
}

.floating-panel strong {
  display: block;
  margin-top: 10px;
  color: var(--green);
  font-size: 1.28rem;
  text-shadow: 0 0 24px rgba(66, 255, 189, 0.5);
}

.code-panel {
  left: -10px;
  bottom: 30px;
  width: 240px;
  display: grid;
  gap: 9px;
  padding: 20px;
}

.code-panel code {
  color: #c8fbff;
  font-family: ui-monospace, monospace;
  font-size: 0.82rem;
}

.section {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 105px 0;
}

.intro,
.split {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 72px;
  align-items: start;
}

.company-profile {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
  gap: 18px;
  padding-top: 40px;
}

.profile-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(92, 236, 255, 0.2);
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at 10% 12%, rgba(56, 232, 255, 0.18), transparent 18rem),
    radial-gradient(circle at 90% 0%, rgba(168, 85, 247, 0.16), transparent 22rem),
    rgba(3, 11, 29, 0.78);
  box-shadow: var(--shadow);
  padding: 46px;
}

.profile-card::after {
  position: absolute;
  right: -80px;
  bottom: -100px;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(92, 236, 255, 0.18);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(56, 232, 255, 0.12), transparent 66%);
  content: "";
}

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

.profile-card > p:not(.eyebrow) {
  max-width: 760px;
  margin: 28px 0 0;
  font-size: clamp(1.02rem, 1.35vw, 1.18rem);
}

.mission-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.mission-grid article {
  border-radius: 20px;
  padding: 20px;
}

.mission-grid span {
  color: var(--cyan);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.mission-grid p {
  margin: 12px 0 0;
}

.company-metrics {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 24px;
}

.company-metrics div {
  border-radius: 18px;
  padding: 18px 14px;
}

.company-metrics strong {
  display: block;
  color: #fff;
  font-size: clamp(1.45rem, 2.4vw, 2.2rem);
  letter-spacing: -0.045em;
  text-shadow: 0 0 24px rgba(56, 232, 255, 0.36);
}

.company-metrics span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.45;
}

.profile-points {
  display: grid;
  gap: 12px;
}

.profile-points article {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-lg);
  padding: 26px;
}

.profile-points article::after {
  position: absolute;
  right: 22px;
  bottom: 20px;
  width: 76px;
  height: 2px;
  background: linear-gradient(90deg, var(--cyan), transparent);
  content: "";
  opacity: 0.72;
}

.profile-points span,
.team-card span {
  display: inline-flex;
  color: var(--cyan);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.profile-points strong {
  display: block;
  margin-top: 18px;
  color: #fff;
  font-size: clamp(1.2rem, 1.7vw, 1.62rem);
  letter-spacing: -0.04em;
}

.section h2,
.cta-band h2 {
  font-size: clamp(2.6rem, 5vw, 5.5rem);
}

.section p,
.cta-band p {
  color: var(--muted);
  line-height: 1.72;
}

.dark-card {
  position: relative;
  width: min(1220px, calc(100% - 40px));
  overflow: hidden;
  border: 1px solid rgba(92, 236, 255, 0.18);
  border-radius: 44px;
  background:
    radial-gradient(circle at 12% 0%, rgba(56, 232, 255, 0.16), transparent 25rem),
    radial-gradient(circle at 96% 18%, rgba(168, 85, 247, 0.18), transparent 28rem),
    rgba(3, 11, 29, 0.78);
  box-shadow: var(--shadow);
  padding: 70px;
}

.dark-card::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(56, 232, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(56, 232, 255, 0.045) 1px, transparent 1px);
  background-size: 38px 38px;
  content: "";
  opacity: 0.55;
}

.dark-card::after {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(115deg, transparent 0 40%, rgba(56, 232, 255, 0.16) 48%, transparent 56% 100%);
  content: "";
  opacity: 0;
  pointer-events: none;
  transform: translateX(-40%);
  animation: panelSweep 7s ease-in-out infinite;
}

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

.section-heading {
  max-width: 780px;
  margin-bottom: 42px;
}

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

.service-card {
  position: relative;
  min-height: 260px;
  overflow: hidden;
  border-radius: var(--radius-lg);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 26px;
  transition: 0.22s ease;
}

.service-card::before {
  position: absolute;
  inset: auto 22px 20px;
  height: 2px;
  background: linear-gradient(90deg, var(--cyan), transparent);
  content: "";
}

.service-card::after {
  position: absolute;
  right: -46px;
  top: -46px;
  width: 116px;
  height: 116px;
  border: 1px solid rgba(92, 236, 255, 0.18);
  border-radius: 50%;
  content: "";
}

.service-card:hover {
  border-color: rgba(92, 236, 255, 0.55);
  background:
    linear-gradient(135deg, rgba(56, 232, 255, 0.16), rgba(168, 85, 247, 0.1)),
    rgba(5, 19, 48, 0.86);
  box-shadow: 0 0 48px rgba(56, 232, 255, 0.16), 0 30px 90px rgba(0, 0, 0, 0.48);
  transform: translateY(-6px);
}

.service-card span,
.timeline span {
  color: var(--cyan);
  font-weight: 900;
  letter-spacing: 0.18em;
}

.service-card h3,
.timeline h3,
.feature-item strong {
  margin: 0;
  color: #f8fdff;
  letter-spacing: -0.045em;
}

.service-card h3 {
  font-size: clamp(1.45rem, 2vw, 2rem);
}

.service-card p,
.timeline p,
.feature-item p {
  margin: 12px 0 0;
}

.sticky-copy {
  position: sticky;
  top: 130px;
}

.feature-list {
  display: grid;
  gap: 12px;
}

.feature-item {
  border-radius: var(--radius-lg);
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 24px;
  align-items: center;
  padding: 28px;
}

.feature-item strong {
  font-size: clamp(1.25rem, 1.8vw, 1.8rem);
}

.team-section {
  padding-top: 40px;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.team-card {
  position: relative;
  min-height: 270px;
  overflow: hidden;
  border-radius: var(--radius-lg);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 26px;
}

.team-card::before {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 80% 12%, rgba(56, 232, 255, 0.16), transparent 9rem),
    linear-gradient(118deg, transparent 0 54%, rgba(168, 85, 247, 0.1) 55%, transparent 56% 100%);
  content: "";
  opacity: 0.8;
  animation: panelAura 5.6s ease-in-out infinite;
}

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

.team-card h3 {
  margin: auto 0 0;
  color: #fff;
  font-size: clamp(1.3rem, 1.9vw, 1.85rem);
  letter-spacing: -0.045em;
}

.team-card p {
  margin: 14px 0 0;
}

.core-members {
  margin-top: 42px;
}

.compact-heading {
  max-width: 900px;
  margin-bottom: 24px;
}

.compact-heading h2 {
  font-size: clamp(2.15rem, 3.8vw, 4.1rem);
}

.member-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.member-card {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  border-radius: var(--radius-lg);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 26px;
}

.member-card::before {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 16% 0%, rgba(66, 255, 189, 0.14), transparent 9rem),
    radial-gradient(circle at 92% 12%, rgba(168, 85, 247, 0.14), transparent 10rem);
  content: "";
  opacity: 0.86;
  animation: panelAura 5s ease-in-out infinite;
}

.member-card::after {
  position: absolute;
  right: 20px;
  bottom: 20px;
  left: 20px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--cyan), var(--green), transparent);
  content: "";
  opacity: 0.7;
}

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

.member-card span {
  color: var(--green);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.member-avatar {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border: 1px solid rgba(92, 236, 255, 0.2);
  border-radius: 22px;
  background: rgba(2, 10, 28, 0.7);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 18px 48px rgba(0, 0, 0, 0.26);
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
  animation: avatarSignal 4.8s ease-in-out infinite;
}

.member-card h3 {
  margin: 14px 0 0;
  color: #fff;
  font-size: clamp(1.25rem, 1.8vw, 1.76rem);
  letter-spacing: -0.045em;
}

.member-card strong {
  display: block;
  margin-top: 10px;
  color: #d8fbff;
  font-size: 0.85rem;
  line-height: 1.55;
}

.member-card p {
  margin: 12px 0 18px;
}

.team-structure {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 14px;
  margin-top: 14px;
}

.structure-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-lg);
  padding: 30px;
}

.structure-card::after {
  position: absolute;
  right: -54px;
  top: -54px;
  width: 132px;
  height: 132px;
  border: 1px solid rgba(92, 236, 255, 0.18);
  border-radius: 50%;
  content: "";
}

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

.structure-card h3 {
  max-width: 660px;
  margin: 0 0 22px;
  color: #fff;
  font-size: clamp(1.35rem, 2vw, 2rem);
  letter-spacing: -0.045em;
}

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

.ratio-list div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  border-bottom: 1px solid rgba(92, 236, 255, 0.14);
  padding: 12px 0;
}

.ratio-list span {
  color: var(--muted);
  font-weight: 800;
}

.ratio-list strong {
  color: var(--cyan);
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  letter-spacing: -0.045em;
}

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

.advantage-list p {
  position: relative;
  margin: 0;
  padding-left: 20px;
}

.advantage-list p::before {
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 18px rgba(56, 232, 255, 0.48);
  content: "";
}

.process {
  padding-top: 40px;
}

.timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.timeline div {
  min-height: 220px;
  border-radius: var(--radius-lg);
  padding: 26px;
}

.timeline h3 {
  margin-top: 38px;
  font-size: clamp(1.35rem, 2vw, 2rem);
}

.cta-band {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  width: min(1180px, calc(100% - 40px));
  overflow: hidden;
  margin: 20px auto 0;
  border-radius: 34px 34px 0 0;
  border: 1px solid rgba(92, 236, 255, 0.22);
  background:
    radial-gradient(circle at 18% 20%, rgba(56, 232, 255, 0.18), transparent 24rem),
    radial-gradient(circle at 90% 10%, rgba(168, 85, 247, 0.18), transparent 22rem),
    linear-gradient(135deg, rgba(7, 24, 56, 0.94), rgba(5, 11, 30, 0.94));
  box-shadow: 0 0 0 1px rgba(56, 232, 255, 0.06), 0 28px 90px rgba(0, 0, 0, 0.36);
  color: #fff;
  padding: 58px;
}

.cta-band::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(56, 232, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(56, 232, 255, 0.06) 1px, transparent 1px),
    linear-gradient(112deg, transparent 0 42%, rgba(56, 232, 255, 0.12) 43%, transparent 44% 100%);
  background-size: 42px 42px, 42px 42px, auto;
  content: "";
  opacity: 0.8;
}

.cta-band::before {
  position: absolute;
  right: -70px;
  top: -90px;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(92, 236, 255, 0.2);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(56, 232, 255, 0.14), transparent 62%);
  content: "";
}

.cta-band > * {
  position: relative;
  z-index: 1;
}

.cta-band .eyebrow,
.cta-band p {
  color: rgba(255, 255, 255, 0.72);
}

.cta-band > div:first-child {
  max-width: 780px;
}

.cta-band p {
  max-width: 680px;
  margin: 22px 0 0;
  font-size: clamp(1rem, 1.4vw, 1.16rem);
}

.cta-chips,
.contact-list {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
  justify-content: end;
}

.cta-chips {
  grid-template-columns: repeat(2, max-content);
}

.contact-list {
  grid-template-columns: minmax(220px, 1fr);
  min-width: min(360px, 100%);
}

.cta-chips span {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 0 26px rgba(56, 232, 255, 0.1);
  color: #fff;
  font-size: 0.85rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  padding: 12px 15px;
  white-space: nowrap;
}

.contact-list a {
  display: grid;
  gap: 8px;
  border-color: rgba(255, 255, 255, 0.18);
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(56, 232, 255, 0.06)),
    rgba(255, 255, 255, 0.06);
  padding: 18px 20px;
  transition: 0.22s ease;
}

.contact-list a:hover {
  border-color: rgba(92, 236, 255, 0.55);
  transform: translateY(-3px);
}

.contact-list span {
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.contact-list strong {
  color: #fff;
  font-size: clamp(1.02rem, 1.35vw, 1.22rem);
  letter-spacing: -0.02em;
}

.footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 22px;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  border: 1px solid rgba(92, 236, 255, 0.22);
  border-top: 0;
  border-radius: 0 0 34px 34px;
  background:
    radial-gradient(circle at 85% 0%, rgba(56, 232, 255, 0.08), transparent 20rem),
    linear-gradient(135deg, rgba(5, 18, 44, 0.92), rgba(3, 9, 25, 0.96));
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.26);
  color: var(--muted);
  padding: 30px 34px 32px;
  backdrop-filter: blur(20px);
}

.footer-company {
  display: grid;
  gap: 8px;
  max-width: 820px;
}

.footer strong {
  display: block;
  color: #fff;
  font-size: clamp(0.98rem, 1.35vw, 1.16rem);
  letter-spacing: -0.02em;
}

.footer span {
  display: block;
  line-height: 1.65;
}

.footer-meta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  border-top: 1px solid rgba(92, 236, 255, 0.12);
  padding-top: 18px;
  color: rgba(156, 175, 209, 0.82);
  font-size: 0.84rem;
  letter-spacing: 0.02em;
}

.footer-meta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  border: 1px solid rgba(56, 232, 255, 0.22);
  border-radius: 999px;
  background: rgba(56, 232, 255, 0.07);
  color: var(--cyan);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  padding: 0 14px;
}

@keyframes rotateSlow {
  to {
    transform: rotate(360deg);
  }
}

@keyframes shine {
  45%,
  100% {
    transform: rotate(35deg) translateX(135%);
  }
}

@keyframes scanDrift {
  from {
    transform: translate3d(-3%, -3%, 0);
  }

  to {
    transform: translate3d(3%, 3%, 0);
  }
}

@keyframes gridFlow {
  from {
    background-position: 0 0, 0 0;
  }

  to {
    background-position: 54px 54px, 54px 54px;
  }
}

@keyframes floatData {
  0%,
  100% {
    opacity: 0.72;
    transform: translate3d(0, 0, 0);
  }

  50% {
    opacity: 1;
    transform: translate3d(0, -12px, 0);
  }
}

@keyframes ambientFloat {
  0% {
    transform: translate3d(-2%, -1%, 0) scale(1);
  }

  50% {
    transform: translate3d(2%, 1.5%, 0) scale(1.04);
  }

  100% {
    transform: translate3d(1%, -2%, 0) scale(1.02);
  }
}

@keyframes beamSweep {
  0% {
    transform: translate3d(-8%, -4%, 0) rotate(0deg);
    opacity: 0.34;
  }

  45% {
    opacity: 0.72;
  }

  100% {
    transform: translate3d(8%, 4%, 0) rotate(1deg);
    opacity: 0.38;
  }
}

@keyframes particleDrift {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 0.38;
  }

  50% {
    transform: translate3d(28px, -34px, 0);
    opacity: 0.85;
  }
}

@keyframes mobileScan {
  0% {
    transform: translateX(-120%);
    opacity: 0;
  }

  18%,
  70% {
    opacity: 0.8;
  }

  100% {
    transform: translateX(120%);
    opacity: 0;
  }
}

@keyframes pulseLine {
  0%,
  100% {
    opacity: 0.42;
    transform: scaleX(0.72);
  }

  50% {
    opacity: 1;
    transform: scaleX(1);
  }
}

@keyframes headerDrop {
  from {
    opacity: 0;
    transform: translate(-50%, -18px);
  }

  to {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}

@keyframes revealLift {
  from {
    opacity: 0;
    transform: translate3d(0, 28px, 0) scale(0.985);
  }

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

@keyframes titleEnergy {
  0%,
  100% {
    background-position: 0% 50%;
    filter: drop-shadow(0 0 22px rgba(56, 232, 255, 0.16));
  }

  50% {
    background-position: 100% 50%;
    filter: drop-shadow(0 0 34px rgba(168, 85, 247, 0.28));
  }
}

@keyframes cyberGlow {
  0%,
  100% {
    opacity: 0.24;
    transform: scaleX(0.92);
  }

  50% {
    opacity: 0.58;
    transform: scaleX(1);
  }
}

@keyframes cardSignal {
  0%,
  100% {
    border-color: rgba(92, 236, 255, 0.18);
    box-shadow: 0 0 0 1px rgba(56, 232, 255, 0.04), var(--shadow);
  }

  50% {
    border-color: rgba(92, 236, 255, 0.38);
    box-shadow: 0 0 0 1px rgba(56, 232, 255, 0.12), 0 0 34px rgba(56, 232, 255, 0.12), var(--shadow);
  }
}

@keyframes avatarSignal {
  0%,
  100% {
    border-color: rgba(92, 236, 255, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 18px 48px rgba(0, 0, 0, 0.26);
  }

  50% {
    border-color: rgba(66, 255, 189, 0.5);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 0 34px rgba(66, 255, 189, 0.16), 0 18px 48px rgba(0, 0, 0, 0.32);
  }
}

@keyframes matrixPan {
  from {
    background-position: 0 0, 0 0;
  }

  to {
    background-position: 94px 0, 0 94px;
  }
}

@keyframes globalScan {
  0%,
  100% {
    transform: translateY(-38%);
    opacity: 0.18;
  }

  45%,
  55% {
    opacity: 0.62;
  }

  100% {
    transform: translateY(38%);
  }
}

@keyframes beamPulse {
  0%,
  100% {
    opacity: 0.2;
    filter: blur(0);
  }

  50% {
    opacity: 0.72;
    filter: blur(0.4px);
  }
}

@keyframes radarSpin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes heroScan {
  0%,
  100% {
    transform: translateX(-70%);
    opacity: 0.18;
  }

  45%,
  55% {
    opacity: 0.72;
  }

  100% {
    transform: translateX(70%);
  }
}

@keyframes panelSweep {
  0%,
  62%,
  100% {
    opacity: 0;
    transform: translateX(-48%);
  }

  72% {
    opacity: 0.75;
  }

  86% {
    opacity: 0;
    transform: translateX(48%);
  }
}

@keyframes panelAura {
  0%,
  100% {
    opacity: 0.62;
    filter: saturate(1);
  }

  50% {
    opacity: 1;
    filter: saturate(1.35);
  }
}

@keyframes cardFlow {
  0%,
  100% {
    background-position: 0% 50%, 0 0;
  }

  50% {
    background-position: 100% 50%, 0 0;
  }
}

.fx-reveal {
  opacity: 0;
  transform: translate3d(0, 34px, 0) scale(0.985);
  transition: opacity 0.7s ease, transform 0.7s ease;
  will-change: opacity, transform;
}

.fx-reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.fx-card {
  position: relative;
  overflow: hidden;
  background-size: 220% 220%, auto !important;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
  animation: cardSignal 5.4s ease-in-out infinite, cardFlow 8s ease-in-out infinite;
  will-change: transform;
}

.fx-card:hover {
  border-color: rgba(92, 236, 255, 0.58);
  box-shadow: 0 0 0 1px rgba(56, 232, 255, 0.12), 0 0 48px rgba(56, 232, 255, 0.18), var(--shadow);
  transform: translateY(-6px);
}

.fx-card:hover .member-avatar {
  transform: scale(1.025);
}

.fx-card:nth-child(2n) {
  animation-delay: -1.6s;
}

.fx-card:nth-child(3n) {
  animation-delay: -3.2s;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }

  .fx-reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1180px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden !important;
  }

  main {
    width: 100%;
    overflow-x: clip;
  }

  .site-header,
  .hero,
  .section,
  .dark-card,
  .cta-band,
  .footer {
    width: calc(100% - 28px) !important;
    max-width: calc(100% - 28px) !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .hero {
    grid-template-columns: 1fr;
  }

  .hero-bg {
    right: 0 !important;
    left: 0 !important;
    width: 100%;
  }

  .hero-content,
  .hero-visual,
  .hero-actions,
  .hero-metrics,
  .glass-panel,
  .service-card,
  .feature-item,
  .profile-card,
  .profile-points article,
  .team-card,
  .member-card,
  .mission-grid article,
  .company-metrics div,
  .structure-card,
  .contact-list a,
  .timeline div {
    max-width: 100%;
    min-width: 0;
  }
}

@media (max-width: 1020px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  body {
    position: relative;
  }

  .hero,
  .section,
  .dark-card,
  .cta-band,
  .footer,
  .hero-content {
    width: calc(100% - 28px) !important;
    min-width: 0;
    max-width: calc(100% - 28px) !important;
    margin-right: auto;
    margin-left: auto;
  }

  .menu-toggle {
    display: block;
  }

  .nav {
    position: fixed;
    top: 88px;
    right: 22px;
    left: 22px;
    z-index: 90;
    display: grid;
    gap: 10px;
    padding: 18px;
    border: 1px solid rgba(92, 236, 255, 0.32);
    border-radius: 28px;
    background: #030b1a;
    box-shadow: 0 28px 90px rgba(0, 0, 0, 0.72), 0 0 0 1px rgba(56, 232, 255, 0.08);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: 0.2s ease;
  }

  .nav a,
  .nav .language-switch {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 50px;
    width: 100%;
    border: 1px solid rgba(92, 236, 255, 0.14);
    background: rgba(10, 28, 60, 0.86);
    color: #d9e8ff;
    font-size: 1rem;
    font-weight: 800;
    padding: 0 18px;
  }

  .nav .language-switch {
    justify-content: center;
    color: var(--cyan);
  }

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

  .hero,
  .intro,
  .company-profile,
  .split {
    grid-template-columns: 1fr;
  }

  .hero {
    display: grid;
    gap: 30px;
    min-height: auto;
    padding: 122px 0 58px;
  }

  .hero-bg {
    inset: 84px 0 0;
    width: 100%;
    border-radius: 28px;
  }

  .hero h1 {
    max-width: 100%;
    font-size: clamp(2.25rem, 10vw, 3.1rem);
    line-height: 1.05;
    letter-spacing: -0.045em;
    overflow-wrap: normal;
    word-break: normal;
  }

  html[lang="en"] .hero h1 {
    font-size: clamp(2.1rem, 9vw, 2.85rem);
    line-height: 1.06;
    letter-spacing: -0.04em;
  }

  .hero-copy {
    max-width: 100%;
    font-size: 1rem;
    line-height: 1.65;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 100%;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .hero-metrics {
    grid-template-columns: 1fr;
    max-width: 100%;
  }

  .hero-metrics div {
    min-width: 0;
  }

  .hero-visual {
    display: grid;
    min-height: auto;
    gap: 12px;
  }

  .main-panel {
    display: grid;
    gap: 16px;
    overflow: visible;
    inset: auto;
    min-height: auto;
    padding: 22px;
  }

  .hero-visual .orb,
  .tech-orbit,
  .data-streams,
  .node-mesh,
  .radar-core {
    display: none;
  }

  .hero-visual .glass-panel {
    position: relative;
    inset: auto;
    width: 100%;
    max-width: 100%;
    border-radius: 22px;
  }

  .main-panel strong {
    max-width: none;
    font-size: clamp(1.65rem, 7vw, 2.3rem);
    line-height: 1.08;
    letter-spacing: -0.045em;
  }

  .radar-core {
    right: 30px;
    width: 132px;
    height: 132px;
  }

  .status-grid {
    grid-template-columns: 1fr;
    gap: 8px;
    width: 100%;
  }

  .status-grid i {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 54px;
    padding: 0 14px;
    border-radius: 14px;
  }

  .status-grid em {
    position: relative;
    top: auto;
    left: auto;
    min-width: 116px;
    font-size: 0.58rem;
  }

  .status-grid i::after {
    position: relative;
    right: auto;
    bottom: auto;
    flex: 1;
    min-width: 132px;
    height: 18px;
    margin-left: auto;
  }

  .floating-panel {
    width: 100%;
    padding: 18px;
  }

  .code-panel {
    width: 100%;
    gap: 10px;
    padding: 18px;
  }

  .code-panel code {
    display: block;
    line-height: 1.55;
  }

  .service-grid,
  .team-grid,
  .member-grid,
  .team-structure,
  .timeline {
    grid-template-columns: 1fr !important;
  }

  .service-card,
  .timeline div,
  .feature-item,
  .profile-card,
  .profile-points article,
  .team-card,
  .member-card,
  .mission-grid article,
  .company-metrics div,
  .structure-card,
  .contact-list a {
    min-width: 0;
  }

  .dark-card {
    padding: 46px 24px;
  }

  .sticky-copy {
    position: static;
  }

  .cta-band {
    align-items: flex-start;
    flex-direction: column;
    overflow: visible;
    padding: 42px 30px 46px;
  }

  .cta-band h2 {
    max-width: 100%;
    font-size: clamp(2.3rem, 7vw, 4.4rem);
    line-height: 1.04;
  }

  html[lang="en"] .cta-band h2 {
    font-size: clamp(2.05rem, 6vw, 3.7rem);
    letter-spacing: -0.045em;
  }

  .cta-band p {
    max-width: 100%;
  }

  .cta-chips {
    grid-template-columns: 1fr;
    width: 100%;
    justify-content: stretch;
  }

  .contact-list {
    width: 100%;
    min-width: 0;
    justify-content: stretch;
  }

  .cta-chips span {
    text-align: center;
    white-space: normal;
  }

  .section h2,
  .cta-band h2,
  .service-card h3,
  .feature-item strong,
  .timeline h3 {
    overflow-wrap: anywhere;
    word-break: break-word;
  }

}

@media (max-width: 680px) {
  .tech-backdrop {
    opacity: 0.8;
  }

  .tech-backdrop::before {
    inset: -28%;
    background:
      radial-gradient(circle at 22% 18%, rgba(56, 232, 255, 0.16), transparent 12rem),
      radial-gradient(circle at 86% 30%, rgba(168, 85, 247, 0.14), transparent 14rem),
      radial-gradient(circle at 44% 92%, rgba(66, 255, 189, 0.1), transparent 12rem);
    animation-duration: 16s;
  }

  .tech-backdrop::after {
    inset: -34%;
    opacity: 0.46;
    animation-duration: 9s;
  }

  .tech-backdrop span {
    width: 5px;
    height: 5px;
    opacity: 0.48;
    animation-duration: 9s;
  }

  .tech-backdrop span:nth-child(3),
  .tech-backdrop span:nth-child(4),
  .tech-backdrop span:nth-child(n + 7) {
    display: none;
  }

  .radar-ring {
    opacity: 0.22;
    transform: scale(0.72);
  }

  .cyber-beam {
    opacity: 0.28;
  }

  main {
    overflow: visible;
  }

  .hero,
  .section,
  .dark-card,
  .cta-band,
  .footer,
  .hero-content,
  .service-card,
  .feature-item,
  .timeline div {
    min-width: 0;
    max-width: calc(100vw - 28px);
  }

  .hero h1,
  .section h2,
  .cta-band h2,
  .service-card h3,
  .feature-item strong,
  .timeline h3,
  .footer strong,
  .footer span {
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .site-header,
  .hero,
  .section,
  .dark-card,
  .cta-band,
  .footer {
    width: calc(100vw - 24px) !important;
    max-width: calc(100vw - 24px) !important;
  }

  .site-header {
    top: 10px;
    padding: 10px;
  }

  .brand strong {
    font-size: 1rem;
  }

  .brand small {
    display: none;
  }

  .hero {
    min-height: auto;
    gap: 24px;
    padding: 106px 0 44px;
  }

  .hero-bg {
    inset: 80px 0 0;
    border-radius: 24px;
  }

  .hero h1 {
    max-width: 100%;
    font-size: clamp(2.05rem, 10.5vw, 2.85rem);
    letter-spacing: -0.045em;
    overflow-wrap: normal;
    word-break: normal;
  }

  html[lang="en"] .hero h1 {
    font-size: clamp(1.95rem, 9.5vw, 2.55rem);
    letter-spacing: -0.035em;
  }

  html[lang="en"] .section h2,
  html[lang="en"] .cta-band h2 {
    font-size: clamp(2.05rem, 9.6vw, 3.25rem);
  }

  .hero-copy {
    margin-top: 22px;
    font-size: 1rem;
  }

  .hero-actions {
    display: grid;
    margin-top: 26px;
  }

  .btn {
    width: 100%;
  }

  .hero-metrics,
  .service-grid,
  .timeline {
    grid-template-columns: 1fr;
  }

  .hero-metrics {
    margin-top: 30px;
  }

  .hero-visual {
    display: grid;
    min-height: auto;
    gap: 10px;
  }

  .hero-visual::before {
    inset: 0;
    opacity: 0.32;
  }

  .hero-visual .orb,
  .tech-orbit,
  .data-streams,
  .node-mesh,
  .radar-core {
    display: none;
  }

  .hero-visual .glass-panel {
    position: relative;
    inset: auto;
    width: 100%;
    border-radius: 24px;
  }

  .main-panel {
    display: grid;
    gap: 14px;
    overflow: visible;
    min-height: auto;
    padding: 18px;
  }

  .main-panel strong {
    max-width: none;
    font-size: clamp(1.45rem, 7vw, 2rem);
    line-height: 1.08;
  }

  .glass-panel span {
    font-size: 0.58rem;
    letter-spacing: 0.12em;
  }

  .tech-orbit {
    inset: 34px 14px 36px;
    opacity: 0.62;
  }

  .radar-core {
    right: 18px;
    top: 32%;
    width: 96px;
    height: 96px;
  }

  .status-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .status-grid i {
    min-height: 58px;
    border-radius: 15px;
    padding: 0 14px;
  }

  .status-grid em {
    min-width: 104px;
    font-size: 0.58rem;
  }

  .status-grid i::after {
    min-width: 96px;
    height: 20px;
  }

  .floating-panel strong {
    font-size: 1rem;
  }

  .floating-panel {
    width: 100%;
    padding: 16px;
  }

  .code-panel {
    width: 100%;
    gap: 7px;
    padding: 16px;
  }

  .code-panel code,
  .data-streams span {
    font-size: 0.62rem;
  }

  .data-streams span:nth-child(1) {
    left: 2%;
    top: 2%;
  }

  .data-streams span:nth-child(2) {
    display: none;
  }

  .data-streams span:nth-child(3) {
    display: none;
  }

  .node-mesh {
    inset: 28px 14px;
    opacity: 0.58;
  }

  .section {
    padding: 64px 0;
  }

  .intro,
  .company-profile,
  .split {
    gap: 28px;
  }

  .section h2,
  .cta-band h2 {
    font-size: clamp(2.05rem, 10vw, 3.25rem);
    line-height: 1.04;
  }

  .dark-card {
    border-radius: 26px;
  }

  .service-card,
  .timeline div,
  .feature-item,
  .profile-card,
  .profile-points article,
  .team-card,
  .member-card,
  .contact-list a {
    min-height: auto;
    border-radius: 20px;
    padding: 18px;
  }

  .profile-card {
    padding: 28px 22px;
  }

  .team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .member-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .mission-grid,
  .company-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .team-card {
    min-height: 180px;
  }

  .service-card {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 6px 16px;
    align-items: center;
  }

  .service-card::before {
    inset: auto 18px 16px 80px;
  }

  .service-card::after {
    right: -58px;
    top: -58px;
    width: 104px;
    height: 104px;
  }

  .service-card span {
    grid-row: 1 / span 2;
    align-self: start;
    padding-top: 4px;
    font-size: 0.82rem;
  }

  .service-card h3 {
    font-size: clamp(1.15rem, 5vw, 1.45rem);
  }

  .service-card p {
    margin-top: 0;
    font-size: 0.94rem;
    line-height: 1.55;
  }

  .feature-item {
    position: relative;
    grid-template-columns: minmax(108px, 0.85fr) minmax(0, 1fr);
    gap: 16px;
    overflow: hidden;
  }

  .feature-item::after {
    position: absolute;
    right: 18px;
    bottom: 16px;
    width: 58px;
    height: 2px;
    background: linear-gradient(90deg, var(--cyan), transparent);
    content: "";
    opacity: 0.72;
  }

  .feature-item strong {
    font-size: clamp(1.2rem, 5.4vw, 1.55rem);
    line-height: 1.12;
  }

  .feature-item p {
    margin: 0;
    font-size: 0.96rem;
    line-height: 1.55;
  }

  .timeline h3 {
    margin-top: 0;
  }

  .timeline div {
    position: relative;
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr) minmax(88px, 0.42fr);
    gap: 4px 16px;
    align-items: center;
    min-height: 118px;
  }

  .timeline div::after {
    grid-row: 1 / span 2;
    grid-column: 3;
    align-self: center;
    height: 42px;
    border-radius: 999px;
    background:
      linear-gradient(180deg, transparent 0 28%, var(--cyan) 29% 36%, transparent 37% 55%, var(--green) 56% 63%, transparent 64%),
      rgba(56, 232, 255, 0.05);
    content: "";
    opacity: 0.85;
  }

  .timeline span {
    grid-row: 1 / span 2;
    align-self: center;
    font-size: 1.05rem;
  }

  .timeline h3 {
    font-size: clamp(1.28rem, 5.8vw, 1.62rem);
  }

  .timeline p {
    margin-top: 0;
    font-size: 0.96rem;
    line-height: 1.55;
  }

  .cta-band {
    border-radius: 26px 26px 0 0;
    overflow: visible;
    padding: 34px 24px 40px;
  }

  .cta-band::before {
    right: -120px;
    top: -120px;
  }

  .cta-chips {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .footer {
    border-radius: 0 0 26px 26px;
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 22px 18px 26px;
  }

  .footer-meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    white-space: normal;
  }
}

@media (max-width: 430px) {
  .site-header,
  .hero,
  .section,
  .dark-card,
  .cta-band,
  .footer {
    width: calc(100vw - 20px) !important;
    max-width: calc(100vw - 20px) !important;
  }

  .site-header {
    border-radius: 22px;
  }

  .hero-bg {
    inset-inline: 0;
  }

  .eyebrow {
    font-size: 0.66rem;
    letter-spacing: 0.18em;
  }

  .hero-actions {
    gap: 10px;
  }

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

  .hero h1 {
    font-size: clamp(1.95rem, 10vw, 2.45rem);
    line-height: 1.02;
    letter-spacing: -0.035em;
    max-width: 100%;
  }

  html[lang="en"] .hero h1 {
    font-size: clamp(1.82rem, 9vw, 2.25rem);
    line-height: 1.05;
  }

  .status-grid {
    grid-template-columns: 1fr;
  }

  .service-card,
  .feature-item,
  .profile-card,
  .profile-points article,
  .team-card,
  .member-card,
  .mission-grid article,
  .company-metrics div,
  .structure-card,
  .timeline div {
    padding: 16px;
    border-radius: 18px;
  }

  .service-card {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 4px 12px;
  }

  .service-card::before {
    inset: auto 16px 14px 64px;
  }

  .feature-item {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .team-grid {
    grid-template-columns: 1fr !important;
  }

  .member-grid {
    grid-template-columns: 1fr !important;
  }

  .mission-grid,
  .company-metrics {
    grid-template-columns: 1fr;
  }

  .feature-item::after {
    right: 16px;
    bottom: 14px;
    width: 48px;
  }

  .timeline div {
    grid-template-columns: 42px minmax(0, 1fr) minmax(64px, 0.38fr);
    min-height: 104px;
    gap: 2px 12px;
  }

  .timeline div::after {
    height: 34px;
  }

  .status-grid i {
    min-height: 52px;
  }

  .status-grid i::after {
    height: 16px;
  }

  .radar-core {
    display: none;
  }

  .data-streams {
    display: none;
  }

  .data-streams span:nth-child(1) {
    display: block;
    left: 6%;
    top: 4%;
  }

  .main-panel strong {
    max-width: none;
  }

  .code-panel {
    position: relative;
    right: auto;
    left: auto;
    width: auto;
  }

  .dark-card {
    padding: 32px 18px;
  }

  .cta-band {
    padding: 28px 20px;
  }

  .footer {
    padding: 22px 20px 26px;
  }

  .footer-meta {
    grid-template-columns: 1fr;
    gap: 12px;
    justify-items: start;
  }
}

@media (max-width: 1180px) {
  .hero-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 8px;
    max-width: 100% !important;
  }

  .hero-metrics div {
    display: grid;
    place-items: center;
    min-height: 104px;
    padding: 14px 8px;
    text-align: center;
  }

  .hero-metrics strong {
    font-size: clamp(1.35rem, 6vw, 2rem);
  }

  .hero-metrics span {
    margin-top: 4px;
    font-size: clamp(0.72rem, 3vw, 0.92rem);
    line-height: 1.35;
  }

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

  .status-grid i {
    display: grid !important;
    align-content: space-between;
    min-height: 92px !important;
    width: 100% !important;
    padding: 16px !important;
  }

  .status-grid em {
    position: relative !important;
    inset: auto !important;
    min-width: 0 !important;
    font-size: 0.68rem !important;
  }

  .status-grid i::after {
    position: relative !important;
    inset: auto !important;
    display: block;
    width: 100% !important;
    min-width: 0 !important;
    height: 20px !important;
    margin: 12px 0 0 !important;
  }
}

@media (max-width: 430px) {
  .hero-metrics {
    gap: 6px;
  }

  .hero-metrics div {
    min-height: 88px;
    border-radius: 16px;
    padding: 12px 6px;
  }

  .status-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  .status-grid i {
    min-height: 82px !important;
    padding: 13px !important;
  }
}

@media (max-width: 1180px) {
  .main-panel {
    display: block !important;
  }

  .main-panel strong {
    display: block;
    margin: 12px 0 20px;
  }

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

  .status-grid i {
    display: grid !important;
    align-content: space-between !important;
    min-height: 108px !important;
    padding: 16px !important;
    border-radius: 18px !important;
    background:
      linear-gradient(145deg, rgba(56, 232, 255, 0.16), rgba(82, 103, 255, 0.06)),
      rgba(4, 16, 39, 0.82) !important;
  }

  .status-grid em {
    position: static !important;
    min-width: 0 !important;
    line-height: 1.35;
  }

  .status-grid i::after {
    position: static !important;
    width: 100% !important;
    min-width: 0 !important;
    height: 18px !important;
    margin: 14px 0 0 !important;
  }

  .timeline div {
    grid-template-columns: 54px minmax(0, 1fr) !important;
    min-height: 108px !important;
    gap: 8px 16px !important;
  }

  .timeline div::after {
    display: none !important;
  }

  .timeline span {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(56, 232, 255, 0.32);
    border-radius: 14px;
    background: rgba(56, 232, 255, 0.08);
    box-shadow: inset 0 0 18px rgba(56, 232, 255, 0.08);
  }

  .timeline h3,
  .timeline p {
    grid-column: 2;
  }
}

@media (max-width: 430px) {
  .status-grid {
    gap: 8px !important;
  }

  .status-grid i {
    min-height: 96px !important;
    padding: 14px !important;
  }

  .timeline div {
    grid-template-columns: 48px minmax(0, 1fr) !important;
    min-height: 96px !important;
  }

  .timeline span {
    width: 38px;
    height: 38px;
    border-radius: 12px;
  }
}

@media (max-width: 1180px) {
  .hero-visual {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .main-panel {
    grid-column: 1 / -1;
  }

  .floating-panel,
  .code-panel {
    position: relative;
    display: grid !important;
    overflow: hidden;
    align-content: stretch;
    min-height: 132px;
    border-radius: 22px !important;
    background:
      linear-gradient(145deg, rgba(56, 232, 255, 0.12), rgba(82, 103, 255, 0.06)),
      rgba(4, 16, 39, 0.86) !important;
  }

  .floating-panel::before,
  .code-panel::before {
    position: absolute;
    inset: 0;
    background:
      linear-gradient(90deg, transparent, rgba(56, 232, 255, 0.18), transparent),
      linear-gradient(rgba(56, 232, 255, 0.045) 1px, transparent 1px);
    background-size: auto, 100% 28px;
    content: "";
    opacity: 0.75;
    pointer-events: none;
    animation: mobileScan 4.8s ease-in-out infinite;
  }

  .floating-panel::after,
  .code-panel::after {
    position: absolute;
    right: 18px;
    bottom: 18px;
    left: 18px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--cyan), var(--green), transparent);
    content: "";
    transform-origin: left;
    animation: pulseLine 2.6s ease-in-out infinite;
  }

  .floating-panel > *,
  .code-panel > * {
    position: relative;
    z-index: 1;
  }

  .floating-panel strong {
    margin-top: 8px;
    font-size: clamp(1.25rem, 4.8vw, 1.8rem);
  }

  .code-panel {
    grid-template-columns: 0.78fr 1.22fr;
    gap: 6px 16px;
  }

  .code-panel span {
    grid-row: 1 / span 3;
    align-self: start;
  }

  .code-panel code {
    display: block;
    color: #d7fbff;
    font-size: 0.78rem;
    line-height: 1.55;
  }

  .timeline {
    position: relative;
    gap: 12px !important;
    padding-left: 18px;
  }

  .timeline::before {
    position: absolute;
    top: 12px;
    bottom: 12px;
    left: 0;
    width: 2px;
    border-radius: 999px;
    background: linear-gradient(180deg, var(--cyan), var(--green), rgba(56, 232, 255, 0.08));
    box-shadow: 0 0 22px rgba(56, 232, 255, 0.45);
    content: "";
    animation: pulseLine 2.8s ease-in-out infinite;
  }

  .timeline div {
    position: relative;
    align-items: center;
    min-height: 92px !important;
    border-radius: 20px !important;
    padding: 16px !important;
    background:
      linear-gradient(135deg, rgba(56, 232, 255, 0.1), rgba(82, 103, 255, 0.05)),
      rgba(4, 16, 39, 0.78) !important;
  }

  .timeline div::before {
    position: absolute;
    top: 50%;
    left: -23px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--cyan);
    box-shadow: 0 0 18px var(--cyan), 0 0 32px rgba(56, 232, 255, 0.35);
    content: "";
    transform: translateY(-50%);
  }

  .timeline span {
    width: 40px;
    height: 40px;
    font-size: 0.86rem;
  }

  .timeline h3 {
    font-size: clamp(1.18rem, 5vw, 1.5rem) !important;
    line-height: 1.12;
  }

  .timeline p {
    color: rgba(188, 207, 231, 0.78);
    font-size: 0.9rem;
    line-height: 1.45;
  }
}

@media (max-width: 520px) {
  .hero-visual {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .floating-panel,
  .code-panel {
    min-height: 118px;
    padding: 14px !important;
  }

  .code-panel {
    grid-template-columns: 1fr;
  }

  .code-panel span {
    grid-row: auto;
  }

  .floating-panel span,
  .code-panel span {
    font-size: 0.54rem;
    letter-spacing: 0.1em;
  }

  .floating-panel strong {
    font-size: clamp(1rem, 5vw, 1.35rem);
  }

  .code-panel code {
    font-size: 0.64rem;
    line-height: 1.45;
  }
}

@media (max-width: 680px) {
  .timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
    padding-left: 0;
  }

  .timeline::before {
    display: none;
  }

  .timeline div {
    grid-template-columns: 1fr !important;
    align-content: start;
    min-height: 148px !important;
    gap: 10px !important;
    padding: 16px !important;
  }

  .timeline div::before {
    display: none;
  }

  .timeline span {
    width: 38px;
    height: 38px;
  }

  .timeline h3,
  .timeline p {
    grid-column: auto;
  }
}

@media (max-width: 390px) {
  .timeline div {
    min-height: 136px !important;
    padding: 14px !important;
  }

  .timeline h3 {
    font-size: 1.18rem !important;
  }

  .timeline p {
    font-size: 0.82rem;
  }
}
