:root {
  --bg: #050711;
  --bg-soft: #090d1c;
  --cyan: #00d9ff;
  --blue: #1b8cff;
  --purple: #8b3dff;
  --violet: #c04dff;
  --text: #ffffff;
  --muted: #a8b0c2;
  --line: rgba(255, 255, 255, 0.12);
  --glass: rgba(10, 16, 36, 0.64);
  --glass-strong: rgba(12, 18, 42, 0.88);
  --shadow-cyan: 0 0 38px rgba(0, 217, 255, 0.28);
  --shadow-purple: 0 0 42px rgba(139, 61, 255, 0.32);
  --premium-border: rgba(142, 196, 255, 0.18);
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

section {
  scroll-margin-top: 120px;
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  color: var(--text);
  background:
    radial-gradient(circle at 72% 8%, rgba(139, 61, 255, 0.22), transparent 30%),
    radial-gradient(circle at 18% 22%, rgba(0, 217, 255, 0.14), transparent 28%),
    linear-gradient(180deg, #03040b 0%, var(--bg) 42%, #060817 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at var(--mx, 50%) var(--my, 20%), rgba(0, 217, 255, 0.08), transparent 22rem),
    linear-gradient(115deg, transparent 0 42%, rgba(255, 255, 255, 0.025) 48%, transparent 55%);
  opacity: 0.78;
}

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

body.menu-open .site-header {
  z-index: 10000;
}

body.menu-open .poster-preview {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

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

img,
video {
  display: block;
  max-width: 100%;
}

.site-bg {
  position: fixed;
  inset: 0;
  z-index: -2;
  overflow: hidden;
  pointer-events: none;
}

.site-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 84px 84px;
  mask-image: linear-gradient(to bottom, black, transparent 76%);
}

.stars {
  position: absolute;
  inset: -20%;
  opacity: 0.5;
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, 0.82) 0 1px, transparent 1.5px),
    radial-gradient(circle, rgba(0, 217, 255, 0.62) 0 1px, transparent 1.5px);
  background-size: 180px 180px, 280px 280px;
  animation: driftStars 68s linear infinite;
  will-change: transform;
}

.stars-b {
  opacity: 0.24;
  filter: blur(0.4px);
  transform: scale(1.2);
  animation-duration: 100s;
  animation-direction: reverse;
}

.cosmic-glow {
  position: absolute;
  width: 44vw;
  height: 44vw;
  border-radius: 50%;
  filter: blur(42px);
  opacity: 0.16;
}

.glow-one {
  top: -10vw;
  right: -8vw;
  background: var(--purple);
}

.glow-two {
  left: -16vw;
  bottom: 12vw;
  background: var(--cyan);
}

.glow-three {
  right: 14vw;
  bottom: -18vw;
  width: 34vw;
  height: 34vw;
  background: var(--blue);
  opacity: 0.16;
}

.particles {
  position: absolute;
  inset: -10%;
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, 0.72) 0 1px, transparent 1.4px),
    radial-gradient(circle, rgba(0, 217, 255, 0.55) 0 1px, transparent 1.6px);
  background-size: 180px 210px, 320px 280px;
  opacity: 0.22;
  animation: particleLift 60s linear infinite;
}

.site-header {
  position: absolute;
  top: 24px;
  left: 50%;
  z-index: 50;
  width: min(calc(100% - 32px), var(--max));
  height: 230px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 14px 18px;
  transform: translateX(-50%);
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
  transition: opacity 0.25s ease;
}

.brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  min-width: max-content;
  font-weight: 800;
  line-height: 0.92;
  padding: 0 !important;
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
}

.brand-logo,
.brand img {
  display: block;
  width: 300px;
  height: auto;
  object-fit: contain;
  padding: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
}

.site-nav a {
  position: relative;
  transition: color 0.2s ease;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 2px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--cyan), var(--violet));
  opacity: 0;
  transform: scaleX(0.35);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--text);
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  opacity: 1;
  transform: scaleX(1);
}

.nav-social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(192, 77, 255, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.035);
  box-shadow: inset 0 0 16px rgba(0, 217, 255, 0.06);
}

.nav-social::after {
  display: none;
}

.nav-social:hover,
.nav-social:focus-visible {
  border-color: rgba(0, 217, 255, 0.54);
  box-shadow: 0 0 22px rgba(0, 217, 255, 0.2), 0 0 28px rgba(139, 61, 255, 0.16);
}

.nav-whatsapp {
  display: none;
}

.language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  border: 1px solid rgba(0, 217, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.035);
  box-shadow: inset 0 0 18px rgba(139, 61, 255, 0.08);
}

.lang-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 30px;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0 10px;
  color: var(--muted);
  background: transparent;
  font: inherit;
  font-size: 0.72rem;
  font-weight: 900;
  cursor: pointer;
  transition: color 0.2s ease, transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.lang-button .flag {
  font-size: 0.98rem;
  line-height: 1;
}

.lang-button:hover,
.lang-button:focus-visible {
  color: var(--text);
  transform: translateY(-1px);
}

.lang-button.is-active {
  color: var(--text);
  border-color: rgba(0, 217, 255, 0.36);
  background: linear-gradient(135deg, rgba(0, 217, 255, 0.14), rgba(139, 61, 255, 0.22));
  box-shadow: 0 0 18px rgba(0, 217, 255, 0.14), inset 0 0 14px rgba(192, 77, 255, 0.08);
}

.icon-svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  fill: currentColor;
}

.header-cta,
.btn {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  padding: 0 22px;
  font-weight: 800;
  font-size: 0.82rem;
  text-transform: uppercase;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.header-cta::before,
.btn::before,
.social-button::before,
.footer-social::before {
  content: "";
  position: absolute;
  inset: -2px;
  background: linear-gradient(110deg, transparent 15%, rgba(255, 255, 255, 0.34), transparent 42%);
  transform: translateX(-115%);
  transition: transform 0.55s ease;
}

.header-cta {
  min-height: 42px;
  color: var(--text);
  background: linear-gradient(135deg, rgba(0, 217, 255, 0.14), rgba(139, 61, 255, 0.2));
  box-shadow: inset 0 0 18px rgba(0, 217, 255, 0.08);
}

.whatsapp-link {
  gap: 9px;
}

.whatsapp-link .icon-svg {
  color: #dfffee;
  filter: drop-shadow(0 0 8px rgba(0, 217, 255, 0.28));
}

.header-cta:hover,
.btn:hover {
  transform: translateY(-3px);
  border-color: rgba(0, 217, 255, 0.58);
  box-shadow: var(--shadow-cyan), var(--shadow-purple);
}

.header-cta:hover::before,
.btn:hover::before,
.social-button:hover::before,
.footer-social:hover::before {
  transform: translateX(115%);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  border-radius: 99px;
  background: currentColor;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.menu-open .menu-toggle span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.menu-open .menu-toggle span:nth-child(2) {
  opacity: 0;
}

.menu-open .menu-toggle span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.menu-open .menu-toggle {
  border-color: rgba(0, 217, 255, 0.52);
  background: rgba(5, 7, 17, 0.88);
  box-shadow: 0 0 24px rgba(0, 217, 255, 0.18), 0 0 28px rgba(139, 61, 255, 0.16);
}

.rocket-intro {
  position: fixed;
  inset: 0;
  z-index: 2000;
  overflow: hidden;
  pointer-events: none;
  background:
    radial-gradient(circle at 28% 70%, rgba(0, 217, 255, 0.14), transparent 28%),
    radial-gradient(circle at 70% 25%, rgba(139, 61, 255, 0.16), transparent 28%),
    rgba(5, 7, 17, 0.82);
  animation: introFadeOut 1.65s ease forwards;
}

.intro-rocket {
  position: absolute;
  left: -14vw;
  bottom: 8vh;
  width: 112px;
  height: 44px;
  transform: translate3d(0, 0, 0) rotate(-28deg);
  animation: rocketLaunch 1.48s cubic-bezier(0.18, 0.72, 0.18, 1) forwards;
  will-change: transform, opacity;
}

.intro-rocket::before {
  content: "";
  position: absolute;
  right: 0;
  top: 7px;
  width: 78px;
  height: 30px;
  border-radius: 70% 18% 18% 70%;
  background:
    radial-gradient(circle at 72% 50%, rgba(0, 217, 255, 0.95) 0 5px, transparent 6px),
    linear-gradient(115deg, #f7fbff 0%, #7082bd 44%, #111932 76%, #e9f8ff 100%);
  border: 1px solid rgba(255, 255, 255, 0.46);
  box-shadow: 0 0 24px rgba(0, 217, 255, 0.28), 0 0 30px rgba(139, 61, 255, 0.22);
  clip-path: polygon(0 50%, 18% 10%, 78% 0, 100% 50%, 78% 100%, 18% 90%);
}

.intro-rocket::after {
  content: "";
  position: absolute;
  left: -74px;
  top: 7px;
  width: 86px;
  height: 30px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(192, 77, 255, 0.35), rgba(0, 217, 255, 0.78), #ffffff);
  filter: blur(3px);
  animation: trailPulse 0.34s ease-in-out infinite alternate;
}

.intro-streak {
  position: absolute;
  left: var(--sx);
  top: var(--sy);
  width: var(--sw);
  height: 1px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), rgba(0, 217, 255, 0.55));
  opacity: 0;
  transform: rotate(-28deg) translate3d(0, 0, 0);
  animation: starStreak 1.2s ease-out var(--sd) forwards;
}

.section-shell {
  width: min(calc(100% - 40px), var(--max));
  margin: 0 auto;
}

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
  align-items: center;
  gap: 48px;
  padding: 270px 0 80px;
  perspective: 1200px;
}

.hero::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 4vh;
  width: 120vw;
  height: 34vh;
  transform: translateX(-50%);
  border-radius: 50% 50% 0 0;
  background:
    radial-gradient(ellipse at center top, rgba(0, 217, 255, 0.34), transparent 42%),
    linear-gradient(180deg, rgba(27, 140, 255, 0.28), transparent 64%);
  border-top: 1px solid rgba(0, 217, 255, 0.35);
  filter: blur(0.2px);
  opacity: 0.64;
  pointer-events: none;
  animation: horizonPulse 6s ease-in-out infinite;
}

.hero::after {
  content: "";
  position: absolute;
  right: min(-16vw, -120px);
  top: 10%;
  width: 48vw;
  height: 48vw;
  border-radius: 50%;
  background:
    radial-gradient(circle at 58% 42%, rgba(255, 255, 255, 0.34), transparent 0.8%),
    radial-gradient(circle at 48% 48%, rgba(192, 77, 255, 0.22), transparent 18%),
    radial-gradient(circle at 52% 52%, rgba(27, 140, 255, 0.12), transparent 36%),
    repeating-radial-gradient(circle, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 15px);
  filter: blur(0.2px);
  opacity: 0.56;
  pointer-events: none;
  animation: galaxySpin 48s linear infinite;
}

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

.badge,
.eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  border: 1px solid rgba(0, 217, 255, 0.26);
  border-radius: 999px;
  background: rgba(4, 10, 26, 0.72);
  color: #dff9ff;
  box-shadow: inset 0 0 18px rgba(0, 217, 255, 0.08);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-badge {
  animation: badgeGlow 3.8s ease-in-out infinite;
}

.badge {
  padding: 9px 14px;
  margin-bottom: 24px;
}

.eyebrow {
  margin: 0 0 12px;
  padding: 7px 12px;
  color: var(--cyan);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 780px;
  margin-bottom: 18px;
  font-size: clamp(3rem, 5vw, 4.2rem);
  line-height: 0.95;
  font-weight: 900;
}

h2 {
  margin-bottom: 12px;
  font-size: clamp(2rem, 4vw, 3.3rem);
  line-height: 1;
  font-weight: 900;
}

h3 {
  margin-bottom: 8px;
  font-size: 1.08rem;
}

.text-cyan {
  color: var(--cyan);
  text-shadow: 0 0 26px rgba(0, 217, 255, 0.36);
}

.text-gradient,
.final-cta h2 span {
  background: linear-gradient(120deg, var(--blue), var(--cyan), var(--purple), var(--violet), var(--blue));
  background-size: 220% 220%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: gradientFlow 7s ease-in-out infinite;
}

.hero-kicker {
  margin-bottom: 12px;
  color: var(--text);
  font-size: clamp(1.08rem, 2vw, 1.38rem);
  font-weight: 700;
}

.hero-copy {
  max-width: 560px;
  margin-bottom: 30px;
  color: var(--muted);
  font-size: 1.03rem;
  line-height: 1.8;
}

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

.btn-primary {
  border-color: rgba(0, 217, 255, 0.44);
  background: linear-gradient(135deg, var(--cyan), var(--blue) 46%, var(--violet));
  color: var(--text);
  box-shadow: 0 12px 42px rgba(27, 140, 255, 0.28);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
}

.hero-visual {
  position: relative;
  z-index: 1;
  min-height: 600px;
  border-radius: 50%;
  isolation: isolate;
  transform-style: preserve-3d;
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: 6% -6% -2%;
  border-radius: 50%;
  background:
    radial-gradient(circle at 62% 38%, rgba(192, 77, 255, 0.34), transparent 18%),
    radial-gradient(circle at 50% 50%, rgba(0, 217, 255, 0.22), transparent 34%),
    radial-gradient(circle, transparent 54%, rgba(139, 61, 255, 0.12) 55%, transparent 56%);
  filter: blur(0.3px);
  animation: visualGlow 5.5s ease-in-out infinite;
}

.hero-nebula {
  position: absolute;
  inset: 4%;
  border-radius: 50%;
  background:
    conic-gradient(from 180deg, transparent, rgba(0, 217, 255, 0.15), transparent, rgba(192, 77, 255, 0.2), transparent),
    radial-gradient(circle, rgba(255, 255, 255, 0.05), transparent 62%);
  filter: blur(1px);
  animation: galaxySpin 36s linear infinite reverse;
}

.launch-beam {
  position: absolute;
  left: 50%;
  bottom: 3%;
  width: 190px;
  height: 430px;
  transform: translateX(-50%) rotate(20deg);
  transform-origin: bottom center;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(0, 217, 255, 0.42) 28%, rgba(139, 61, 255, 0.22) 62%, transparent);
  clip-path: polygon(44% 0, 56% 0, 100% 100%, 0 100%);
  filter: blur(10px);
  opacity: 0.38;
  animation: beamPulse 1.8s ease-in-out infinite alternate;
}

.orbit {
  position: absolute;
  inset: 18%;
  border: 1px solid rgba(118, 174, 255, 0.2);
  border-radius: 50%;
  transform: rotate(-20deg);
  box-shadow: inset 0 0 28px rgba(0, 217, 255, 0.035);
  will-change: transform;
}

.orbit::after {
  content: "";
  position: absolute;
  top: 14%;
  left: 14%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 18px var(--cyan);
}

.orbit-two {
  inset: 26% 6%;
  transform: rotate(28deg);
}

.orbit-two::after {
  top: 78%;
  left: 80%;
  background: var(--violet);
  box-shadow: 0 0 18px var(--violet);
}

.orbit-three {
  inset: 10% 20%;
  transform: rotate(64deg);
}

.orbit-four {
  inset: 36% -8%;
  transform: rotate(-8deg);
  border-style: dashed;
  opacity: 0.6;
}

.orbit-four::after {
  top: 20%;
  left: 74%;
  background: #ffffff;
  box-shadow: 0 0 18px #ffffff;
}

.planet {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #ffffff, var(--blue) 24%, #171736 70%);
  box-shadow: 0 0 22px rgba(0, 217, 255, 0.34);
}

.planet-cyan {
  top: 24%;
  left: 9%;
  width: 42px;
  height: 42px;
  animation: floatSlow 5.5s ease-in-out infinite, planetGlow 2.8s ease-in-out infinite;
}

.planet-violet {
  right: 7%;
  bottom: 30%;
  width: 54px;
  height: 54px;
  background: radial-gradient(circle at 35% 30%, #ffffff, var(--purple) 24%, #160c36 70%);
  animation: floatSlow 6.5s ease-in-out infinite reverse, planetGlow 3.4s ease-in-out infinite;
}

.space-shard {
  position: absolute;
  width: 46px;
  height: 28px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.7), rgba(27, 140, 255, 0.18), rgba(139, 61, 255, 0.08));
  clip-path: polygon(12% 0, 100% 30%, 72% 100%, 0 72%);
  border: 1px solid rgba(255, 255, 255, 0.18);
  filter: drop-shadow(0 0 18px rgba(0, 217, 255, 0.18));
}

.shard-one {
  left: 18%;
  bottom: 26%;
  animation: shardFloat 7s ease-in-out infinite;
}

.shard-two {
  right: 14%;
  top: 22%;
  width: 34px;
  height: 22px;
  animation: shardFloat 8s ease-in-out infinite reverse;
}

.rocket-wrap {
  position: absolute;
  top: 12%;
  left: 50%;
  width: 220px;
  height: 430px;
  --rocket-scale: 1;
  transform: translateX(-50%) rotate(20deg);
  filter: drop-shadow(0 0 34px rgba(0, 217, 255, 0.28));
  animation: rocketFloat 4.5s ease-in-out infinite;
  will-change: transform;
}

.rocket {
  position: absolute;
  inset: 0;
}

.rocket::before {
  content: "";
  position: absolute;
  left: 45px;
  top: 12px;
  width: 130px;
  height: 285px;
  border-radius: 70% 70% 46% 46%;
  background:
    radial-gradient(circle at 50% 28%, rgba(0, 217, 255, 0.24), transparent 10%),
    linear-gradient(120deg, #f6fbff 0%, #7182b8 42%, #111833 72%, #ecf7ff 100%);
  border: 1px solid rgba(255, 255, 255, 0.48);
  box-shadow: inset -20px -24px 42px rgba(4, 9, 28, 0.72), 0 0 70px rgba(27, 140, 255, 0.5), 0 0 110px rgba(139, 61, 255, 0.22);
  clip-path: polygon(50% 0, 80% 17%, 96% 68%, 72% 100%, 28% 100%, 4% 68%, 20% 17%);
}

.rocket-window {
  position: absolute;
  left: 87px;
  top: 86px;
  z-index: 2;
  width: 48px;
  height: 48px;
  border: 5px solid rgba(13, 20, 42, 0.92);
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #dfffff, var(--cyan) 28%, #0b1550 68%);
  box-shadow: inset 0 0 16px rgba(255, 255, 255, 0.38), 0 0 24px rgba(0, 217, 255, 0.42);
}

.rocket-logo {
  position: absolute;
  left: 91px;
  top: 158px;
  z-index: 2;
  width: 40px;
  height: 40px;
  border: 2px solid rgba(0, 217, 255, 0.72);
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(0, 217, 255, 0.25), rgba(139, 61, 255, 0.4));
  box-shadow: 0 0 20px rgba(139, 61, 255, 0.42);
  transform: rotate(45deg);
}

.rocket-fin {
  position: absolute;
  top: 210px;
  z-index: -1;
  width: 70px;
  height: 96px;
  background: linear-gradient(145deg, var(--blue), #2d2a82 55%, var(--violet));
  box-shadow: 0 0 26px rgba(139, 61, 255, 0.34);
}

.fin-left {
  left: 16px;
  border-radius: 80% 15% 45% 45%;
  transform: rotate(-16deg);
}

.fin-right {
  right: 16px;
  border-radius: 15% 80% 45% 45%;
  transform: rotate(16deg);
}

.rocket-flame {
  position: absolute;
  left: 72px;
  top: 278px;
  width: 78px;
  height: 140px;
  border-radius: 50% 50% 70% 70%;
  background:
    radial-gradient(ellipse at center top, #ffffff 0 13%, var(--cyan) 26%, var(--violet) 58%, transparent 72%);
  filter: blur(2px);
  opacity: 0.9;
  animation: flamePulse 0.72s ease-in-out infinite alternate;
}

.launch-card {
  position: absolute;
  right: 0;
  bottom: 18%;
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 210px;
  padding: 14px 16px;
  border: 1px solid var(--premium-border);
  border-radius: 8px;
  background: rgba(5, 9, 24, 0.68);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow-purple);
  animation: floatSlow 6s ease-in-out infinite;
}

.launch-card p {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 900;
  line-height: 1.35;
  text-transform: uppercase;
}

.launch-icon {
  width: 30px;
  height: 30px;
  border: 1px solid rgba(192, 77, 255, 0.7);
  border-radius: 50% 50% 50% 12%;
  transform: rotate(-45deg);
  box-shadow: 0 0 18px rgba(192, 77, 255, 0.45);
}

.scroll-indicator {
  position: absolute;
  left: 50%;
  bottom: 32px;
  z-index: 3;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  transform: translateX(-50%);
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  animation: scrollFloat 2.2s ease-in-out infinite;
}

.scroll-dot {
  width: 18px;
  height: 30px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  position: relative;
  box-shadow: 0 0 20px rgba(0, 217, 255, 0.18);
}

.scroll-dot::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--cyan);
  transform: translateX(-50%);
  animation: scrollDot 1.5s ease-in-out infinite;
}

.projects,
.portfolio,
.services,
.process,
.why,
.final-cta {
  position: relative;
  padding: 92px 0;
}

.poster-showcase {
  position: relative;
  z-index: auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
  max-width: 1120px;
  margin: 6px auto 34px;
  isolation: isolate;
}

.poster-card {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  min-height: 0;
  max-width: 280px;
  width: 100%;
  justify-self: center;
  border: 1px solid rgba(0, 217, 255, 0.18);
  border-radius: 8px;
  background: rgba(8, 13, 31, 0.66);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.22);
  transform-style: preserve-3d;
  animation: posterFloat 8.5s ease-in-out infinite;
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
  will-change: transform;
  cursor: pointer;
}

.poster-card:nth-child(2),
.poster-card:nth-child(4) {
  animation-delay: -2.4s;
}

.poster-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  border-radius: inherit;
  pointer-events: none;
  background:
    radial-gradient(circle at 16% 18%, rgba(255, 255, 255, 0.88) 0 1px, transparent 1.8px),
    radial-gradient(circle at 74% 24%, rgba(0, 217, 255, 0.8) 0 1px, transparent 1.8px),
    radial-gradient(circle at 88% 70%, rgba(192, 77, 255, 0.7) 0 1px, transparent 1.8px);
  opacity: 0.6;
}

.poster-card:hover {
  transform: translateY(-5px) rotateX(2deg) rotateY(-2deg);
  border-color: rgba(0, 217, 255, 0.42);
  box-shadow: 0 0 18px rgba(0, 217, 255, 0.14), 0 16px 34px rgba(0, 0, 0, 0.28);
}

.poster-card:focus-visible,
.poster-card.is-active {
  outline: none;
  border-color: rgba(192, 77, 255, 0.5);
  box-shadow: 0 0 20px rgba(192, 77, 255, 0.18), 0 14px 34px rgba(0, 0, 0, 0.28);
}

.poster-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
  transition: transform 0.38s ease;
}

.poster-card:hover .poster-image {
  transform: scale(1.08);
}

.poster-label {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 10px;
  z-index: 4;
  margin: 0;
  min-height: 30px;
  display: flex;
  align-items: center;
  width: fit-content;
  max-width: calc(100% - 28px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  padding: 6px 10px;
  background: rgba(5, 7, 17, 0.74);
  color: var(--text);
  font-size: 0.75rem;
  font-weight: 800;
  backdrop-filter: blur(10px);
}

.poster-orbit {
  position: absolute;
  right: -34px;
  top: -38px;
  z-index: 2;
  width: 102px;
  height: 102px;
  border: 1px solid rgba(0, 217, 255, 0.2);
  border-radius: 50%;
  animation: galaxySpin 34s linear infinite;
}

.poster-orbit::after {
  content: "";
  position: absolute;
  left: 18px;
  top: 22px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 12px rgba(0, 217, 255, 0.7);
}

.poster-shine {
  position: absolute;
  inset: 0;
  z-index: 5;
  pointer-events: none;
  background: linear-gradient(115deg, transparent 20%, rgba(255, 255, 255, 0.22), transparent 42%);
  transform: translateX(-120%);
  transition: transform 0.5s ease;
}

.poster-card:hover .poster-shine {
  transform: translateX(120%);
}

.poster-preview {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: grid;
  place-items: center;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 44%, rgba(0, 217, 255, 0.12), transparent 28%),
    radial-gradient(circle at 58% 54%, rgba(139, 61, 255, 0.14), transparent 32%),
    rgba(3, 5, 14, 0.64);
  transition: opacity 220ms ease, visibility 220ms ease;
}

.poster-showcase.preview-active .poster-preview {
  opacity: 1;
  visibility: visible;
}

.poster-preview-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(3, 5, 14, 0.3);
  opacity: 1;
}

.poster-preview-frame {
  position: relative;
  width: min(82vw, 1120px);
  max-height: 78vh;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  opacity: 0;
  border: 1px solid rgba(0, 217, 255, 0.35);
  border-radius: 24px;
  background: rgba(5, 7, 17, 0.92);
  box-shadow:
    0 0 40px rgba(0, 217, 255, 0.22),
    0 0 80px rgba(139, 61, 255, 0.22),
    0 28px 90px rgba(0, 0, 0, 0.62);
  transform: perspective(900px) scale(0.92) translate3d(0, 18px, 0) rotateX(var(--preview-rx, 0deg)) rotateY(var(--preview-ry, 0deg));
  transition: transform 260ms ease, opacity 260ms ease;
  will-change: transform;
}

.poster-showcase.preview-active .poster-preview-frame {
  opacity: 1;
  transform: perspective(900px) scale(1) translate3d(0, 0, 0) rotateX(var(--preview-rx, 0deg)) rotateY(var(--preview-ry, 0deg));
}

.poster-preview-image {
  width: 100%;
  height: 100%;
  max-height: 78vh;
  object-fit: contain;
  display: block;
  background: #050711;
  transform: none;
}

.poster-preview-label {
  position: absolute;
  left: 22px;
  bottom: 20px;
  z-index: 2;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  padding: 10px 14px;
  background: rgba(5, 7, 17, 0.78);
  color: var(--text);
  font-size: 0.92rem;
  font-weight: 900;
  backdrop-filter: blur(10px);
}

.poster-preview-shine {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  background: linear-gradient(110deg, transparent 28%, rgba(255, 255, 255, 0.26), transparent 48%);
  transform: translateX(-120%);
}

.poster-showcase.preview-active .poster-preview-shine {
  animation: previewShine 1.1s ease forwards;
}

.poster-showcase.preview-active ~ .project-grid {
  opacity: 0.34;
  transform: scale(0.985);
  filter: saturate(0.78);
}

.projects::before,
.portfolio::before,
.services::before,
.process::before,
.why::before {
  content: "";
  position: absolute;
  inset: 24px auto auto 50%;
  width: min(720px, 78vw);
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(0, 217, 255, 0.28), rgba(192, 77, 255, 0.22), transparent);
}

.portfolio-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 22px;
  border: 1px solid rgba(0, 217, 255, 0.2);
  border-radius: 8px;
  padding: 28px;
  background: linear-gradient(145deg, rgba(13, 19, 42, 0.78), rgba(7, 10, 24, 0.62));
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.22), inset 0 0 24px rgba(139, 61, 255, 0.05);
  backdrop-filter: blur(12px);
}

.portfolio-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(110deg, transparent 18%, rgba(255, 255, 255, 0.11), transparent 38%);
  transform: translateX(-115%);
  transition: transform 0.7s ease;
}

.portfolio-card:hover::after {
  transform: translateX(115%);
}

.portfolio-stars {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 14% 26%, rgba(255, 255, 255, 0.8) 0 1px, transparent 1.6px),
    radial-gradient(circle at 82% 22%, rgba(0, 217, 255, 0.65) 0 1px, transparent 1.6px),
    radial-gradient(circle at 68% 78%, rgba(192, 77, 255, 0.62) 0 1px, transparent 1.6px);
  opacity: 0.58;
}

.portfolio-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  border: 1px solid rgba(0, 217, 255, 0.32);
  border-radius: 18px;
  color: var(--cyan);
  background: linear-gradient(145deg, rgba(0, 217, 255, 0.12), rgba(139, 61, 255, 0.18));
  box-shadow: 0 0 28px rgba(0, 217, 255, 0.16);
}

.portfolio-icon .icon-svg {
  width: 34px;
  height: 34px;
}

.portfolio-card h2,
.portfolio-card p,
.portfolio-actions {
  position: relative;
  z-index: 1;
}

.portfolio-card .eyebrow {
  margin-bottom: 10px;
}

.portfolio-card h2 {
  margin-bottom: 10px;
  font-size: clamp(1.8rem, 3vw, 2.55rem);
  line-height: 1;
}

.portfolio-card p {
  max-width: 640px;
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.65;
}

.portfolio-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

.archive-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 22px;
}

.archive-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  min-height: 218px;
  padding: 20px;
  border: 1px solid rgba(0, 217, 255, 0.18);
  border-radius: 8px;
  color: var(--text);
  background:
    radial-gradient(circle at 16% 12%, rgba(0, 217, 255, 0.13), transparent 36%),
    radial-gradient(circle at 82% 18%, rgba(192, 77, 255, 0.13), transparent 34%),
    linear-gradient(145deg, rgba(12, 18, 39, 0.82), rgba(6, 9, 22, 0.78));
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2), inset 0 0 18px rgba(0, 217, 255, 0.035);
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.archive-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(115deg, transparent 18%, rgba(255, 255, 255, 0.1), transparent 38%);
  transform: translate3d(-125%, 0, 0);
  transition: transform 0.62s ease;
}

.archive-card:hover,
.archive-card:focus-visible {
  transform: translate3d(0, -7px, 0);
  border-color: rgba(0, 217, 255, 0.36);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.26), 0 0 26px rgba(139, 61, 255, 0.12), inset 0 0 20px rgba(0, 217, 255, 0.05);
}

.archive-card:hover::after,
.archive-card:focus-visible::after {
  transform: translate3d(125%, 0, 0);
}

.archive-stars {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 14% 28%, rgba(255, 255, 255, 0.76) 0 1px, transparent 1.6px),
    radial-gradient(circle at 84% 24%, rgba(0, 217, 255, 0.64) 0 1px, transparent 1.6px),
    radial-gradient(circle at 72% 78%, rgba(192, 77, 255, 0.58) 0 1px, transparent 1.6px);
  opacity: 0.5;
  animation: starDrift 14s ease-in-out infinite alternate;
}

.archive-card-icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin-bottom: 26px;
  border: 1px solid rgba(0, 217, 255, 0.25);
  border-radius: 18px;
  color: var(--cyan);
  background: linear-gradient(145deg, rgba(0, 217, 255, 0.1), rgba(139, 61, 255, 0.14));
}

.archive-card-icon svg,
.archive-card-arrow svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.archive-card-copy {
  display: grid;
  gap: 8px;
  align-self: end;
  padding-right: 36px;
}

.archive-card-copy strong {
  color: var(--text);
  font-size: 1rem;
  line-height: 1.15;
}

.archive-card-copy span {
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.45;
}

.archive-card-arrow {
  position: absolute;
  right: 18px;
  bottom: 18px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 999px;
  color: var(--cyan);
  background: rgba(255, 255, 255, 0.04);
  transition: transform 0.28s ease, color 0.28s ease, border-color 0.28s ease;
}

.archive-card:hover .archive-card-arrow,
.archive-card:focus-visible .archive-card-arrow {
  transform: translate3d(2px, -2px, 0);
  color: var(--violet);
  border-color: rgba(192, 77, 255, 0.32);
}

.portfolio-preview-panel {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  margin-top: 0;
  transform: translate3d(0, -8px, 0);
  transition: max-height 0.42s ease, opacity 0.3s ease, margin-top 0.3s ease, transform 0.3s ease;
}

.portfolio-preview-panel.is-open {
  max-height: 620px;
  opacity: 1;
  margin-top: 22px;
  transform: translate3d(0, 0, 0);
}

.portfolio-viewer {
  overflow: hidden;
  border: 1px solid rgba(0, 217, 255, 0.22);
  border-radius: 24px;
  background:
    radial-gradient(circle at 16% 0%, rgba(0, 217, 255, 0.1), transparent 28%),
    radial-gradient(circle at 82% 20%, rgba(139, 61, 255, 0.1), transparent 30%),
    rgba(5, 7, 17, 0.78);
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.28), inset 0 0 24px rgba(0, 217, 255, 0.045);
}

.portfolio-browser-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 54px;
  padding: 0 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.035);
}

.browser-dots {
  display: flex;
  gap: 7px;
}

.browser-dots span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--cyan);
}

.browser-dots span:nth-child(2) {
  background: var(--purple);
}

.browser-dots span:nth-child(3) {
  background: rgba(255, 255, 255, 0.42);
}

.portfolio-browser-bar p {
  margin: 0;
  color: var(--text);
  font-size: 0.88rem;
  font-weight: 900;
}

.portfolio-browser-bar a {
  color: var(--cyan);
  font-size: 0.82rem;
  font-weight: 900;
}

.portfolio-preview-copy {
  padding: 12px 18px 16px;
  color: var(--muted);
  font-size: 0.9rem;
}

.portfolio-preview-copy p {
  margin: 0;
}

.portfolio-iframe-shell {
  position: relative;
  height: 420px;
  min-height: 420px;
  background: rgba(3, 5, 14, 0.54);
}

.portfolio-iframe-shell iframe {
  display: block;
  width: 100%;
  height: 420px;
  border: 0;
  background: #050711;
  opacity: 0;
  transition: opacity 0.24s ease;
}

.portfolio-iframe-shell.is-loaded iframe {
  opacity: 1;
}

.portfolio-loader {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 14px;
  color: var(--muted);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 25%, rgba(255, 255, 255, 0.055) 38%, rgba(255, 255, 255, 0.025) 52%),
    rgba(5, 7, 17, 0.86);
  background-size: 240% 100%;
  animation: loaderSweep 1.5s ease-in-out infinite;
}

.portfolio-iframe-shell.is-loaded .portfolio-loader {
  opacity: 0;
  pointer-events: none;
}

.loader-orbit {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(0, 217, 255, 0.22);
  border-top-color: var(--cyan);
  border-right-color: var(--violet);
  border-radius: 50%;
  animation: galaxySpin 1.1s linear infinite;
}

.portfolio-loader p {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 800;
}

.section-heading {
  max-width: 620px;
  margin-bottom: 36px;
}

.section-heading.centered {
  margin-inline: auto;
  text-align: center;
}

.section-heading p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.7;
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  align-items: stretch;
  gap: 28px;
  position: relative;
  z-index: 1;
  transition: opacity 220ms ease, transform 220ms ease, filter 220ms ease;
}

.project-card,
.service-card,
.process-step,
.final-cta {
  border: 1px solid var(--line);
  background: linear-gradient(145deg, rgba(13, 19, 42, 0.74), rgba(7, 10, 24, 0.58));
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(14px);
}

.project-card {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 500px;
  min-height: 500px;
  max-height: 500px;
  border-radius: 8px;
  transform-style: preserve-3d;
  transition: transform 0.32s ease, border-color 0.32s ease, box-shadow 0.32s ease;
}

.project-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, transparent 20%, rgba(255, 255, 255, 0.12), transparent 44%),
    radial-gradient(circle at var(--card-x, 50%) var(--card-y, 20%), rgba(0, 217, 255, 0.2), transparent 28%);
  opacity: 0;
  transition: opacity 0.32s ease;
  pointer-events: none;
}

.project-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(0, 217, 255, 0.42), rgba(192, 77, 255, 0.12), rgba(255, 255, 255, 0.08));
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  opacity: 0.5;
  pointer-events: none;
}

.project-card:hover {
  transform: translateY(-7px);
  border-color: rgba(0, 217, 255, 0.42);
  box-shadow: 0 0 26px rgba(0, 217, 255, 0.22), 0 22px 56px rgba(0, 0, 0, 0.34);
}

.project-card:hover::after {
  opacity: 1;
}

.browser-bar {
  display: flex;
  gap: 6px;
  padding: 12px 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.015));
}

.browser-bar span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cyan);
}

.browser-bar span:nth-child(2) {
  background: var(--purple);
}

.browser-bar span:nth-child(3) {
  background: var(--muted);
}

.project-media {
  position: relative;
  height: 255px;
  min-height: 255px;
  max-height: 255px;
  flex: 0 0 255px;
  overflow: hidden;
  background:
    radial-gradient(circle at 35% 25%, rgba(0, 217, 255, 0.38), transparent 28%),
    radial-gradient(circle at 70% 70%, rgba(192, 77, 255, 0.36), transparent 34%),
    linear-gradient(145deg, #0b1228, #050711);
}

.project-media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  background:
    linear-gradient(180deg, transparent 56%, rgba(5, 7, 17, 0.42)),
    linear-gradient(110deg, transparent 12%, rgba(255, 255, 255, 0.12), transparent 35%);
  mix-blend-mode: screen;
  opacity: 0.62;
  pointer-events: none;
}

.project-video,
.project-poster,
.project-media video {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.28s ease;
}

.project-poster {
  z-index: 1;
  opacity: 1;
}

.project-video,
.project-media video {
  z-index: 2;
  opacity: 0;
}

.project-media.is-ready .project-video,
.project-media.is-ready video {
  opacity: 1;
}

.project-media.is-ready .project-poster {
  opacity: 0;
}

.project-media.video-failed video {
  opacity: 0;
}

.project-media.video-failed {
  background-position: center;
  background-size: cover;
}

.fallback-label {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: rgba(255, 255, 255, 0.68);
  font-weight: 800;
  text-transform: uppercase;
}

.project-content,
.project-info {
  position: relative;
  z-index: 2;
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: stretch;
  min-height: 205px;
  justify-content: space-between;
  gap: 14px;
  padding: 18px;
}

.project-content h3,
.project-info h3 {
  margin-bottom: 5px;
}

.project-content p,
.project-info p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.project-title {
  min-height: 54px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.project-meta {
  min-height: 46px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.metric-badge {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: fit-content;
  max-width: 100%;
  min-height: 34px;
  margin-top: auto;
  border: 1px solid rgba(0, 217, 255, 0.2);
  border-radius: 8px;
  padding: 7px 9px;
  color: #dff9ff;
  background: rgba(0, 217, 255, 0.06);
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1.35;
  text-align: left;
  box-shadow: inset 0 0 18px rgba(0, 217, 255, 0.055);
}

.project-badge {
  align-self: flex-start;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.service-card {
  position: relative;
  overflow: hidden;
  min-height: 210px;
  padding: 24px;
  border-radius: 8px;
  transition: transform 0.26s ease, border-color 0.26s ease, box-shadow 0.26s ease;
}

.service-card::before {
  content: "";
  position: absolute;
  right: -45px;
  bottom: -45px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 217, 255, 0.24), transparent 62%);
}

.service-card:hover {
  transform: translateY(-5px);
  border-color: rgba(192, 77, 255, 0.42);
  box-shadow: var(--shadow-purple), 0 20px 60px rgba(0, 0, 0, 0.34);
}

.service-card p {
  color: var(--muted);
  line-height: 1.65;
}

.service-icon {
  position: relative;
  display: block;
  width: 44px;
  height: 44px;
  margin-bottom: 20px;
  border: 1px solid rgba(0, 217, 255, 0.34);
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(0, 217, 255, 0.18), rgba(139, 61, 255, 0.2));
  box-shadow: 0 0 24px rgba(0, 217, 255, 0.18);
  animation: iconPulse 4.4s ease-in-out infinite;
}

.service-icon::before,
.service-icon::after {
  content: "";
  position: absolute;
  background: currentColor;
  color: var(--cyan);
}

.icon-code::before {
  width: 18px;
  height: 2px;
  left: 13px;
  top: 20px;
  box-shadow: 0 7px 0 currentColor, 0 -7px 0 currentColor;
}

.icon-store::before {
  width: 22px;
  height: 14px;
  left: 11px;
  top: 19px;
  border: 2px solid currentColor;
  background: transparent;
}

.icon-store::after {
  width: 26px;
  height: 8px;
  left: 9px;
  top: 11px;
  border-radius: 8px 8px 2px 2px;
}

.icon-cart::before {
  width: 22px;
  height: 14px;
  left: 10px;
  top: 14px;
  border: 2px solid currentColor;
  border-top: 0;
  background: transparent;
  transform: skewX(-10deg);
}

.icon-cart::after {
  width: 5px;
  height: 5px;
  left: 15px;
  bottom: 10px;
  border-radius: 50%;
  box-shadow: 14px 0 0 currentColor;
}

.icon-ui::before {
  inset: 11px;
  border: 2px solid currentColor;
  border-radius: 6px;
  background: transparent;
}

.icon-ui::after {
  width: 16px;
  height: 2px;
  left: 14px;
  top: 20px;
  box-shadow: 0 6px 0 currentColor;
}

.icon-speed::before {
  width: 24px;
  height: 24px;
  left: 10px;
  top: 10px;
  border: 2px solid currentColor;
  border-radius: 50%;
  background: transparent;
}

.icon-speed::after {
  width: 12px;
  height: 2px;
  left: 22px;
  top: 22px;
  transform-origin: left center;
  transform: rotate(-42deg);
}

.icon-support::before {
  width: 24px;
  height: 24px;
  left: 10px;
  top: 10px;
  border: 2px solid currentColor;
  border-radius: 50%;
  background: transparent;
}

.icon-support::after {
  width: 10px;
  height: 10px;
  left: 17px;
  top: 17px;
  border: 2px solid currentColor;
  border-radius: 50%;
  background: transparent;
}

.process-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.process-track::before {
  content: "";
  position: absolute;
  top: 44px;
  left: 8%;
  right: 8%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 217, 255, 0.75), rgba(192, 77, 255, 0.75), transparent);
}

.process-step {
  position: relative;
  min-height: 220px;
  padding: 76px 18px 22px;
  border-radius: 8px;
  text-align: center;
}

.process-step::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(circle at 50% 0, rgba(0, 217, 255, 0.13), transparent 45%);
  opacity: 0;
  transition: opacity 0.25s ease;
}

.process-step:hover::after {
  opacity: 1;
}

.process-step span {
  position: absolute;
  top: 18px;
  left: 50%;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  transform: translateX(-50%);
  border: 1px solid rgba(0, 217, 255, 0.44);
  border-radius: 50%;
  background: #080d20;
  color: var(--cyan);
  font-weight: 900;
  box-shadow: 0 0 26px rgba(0, 217, 255, 0.2);
}

.process-step p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.6;
}

.why {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.6fr);
  align-items: center;
  gap: 60px;
}

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

.why-list li {
  position: relative;
  padding-left: 26px;
  color: var(--muted);
  line-height: 1.5;
}

.why-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 9px;
  height: 9px;
  border: 1px solid var(--cyan);
  border-radius: 50%;
  box-shadow: 0 0 14px rgba(0, 217, 255, 0.5);
}

.astronaut-visual {
  position: relative;
  min-height: 360px;
  border-radius: 50%;
}

.astro-orbit {
  position: absolute;
  inset: 10%;
  border: 1px solid rgba(192, 77, 255, 0.24);
  border-radius: 50%;
  transform: rotate(-24deg);
  box-shadow: inset 0 0 45px rgba(139, 61, 255, 0.1);
  animation: galaxySpin 22s linear infinite;
}

.helmet {
  position: absolute;
  top: 62px;
  left: 50%;
  width: 128px;
  height: 128px;
  transform: translateX(-50%);
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 50%;
  background:
    radial-gradient(circle at 40% 34%, rgba(255, 255, 255, 0.9), transparent 9%),
    radial-gradient(circle at 50% 48%, rgba(0, 217, 255, 0.5), transparent 28%),
    linear-gradient(145deg, #e6f1ff, #3d4a78 55%, #0e1430);
  box-shadow: 0 0 62px rgba(139, 61, 255, 0.4);
  animation: floatSlow 5.5s ease-in-out infinite;
}

.helmet::after {
  content: "";
  position: absolute;
  left: 28px;
  top: 43px;
  width: 72px;
  height: 42px;
  border-radius: 999px;
  background: linear-gradient(135deg, #071129, #00d9ff);
  border: 3px solid rgba(255, 255, 255, 0.56);
}

.body-pack {
  position: absolute;
  top: 175px;
  left: 50%;
  width: 120px;
  height: 112px;
  transform: translateX(-50%);
  border-radius: 28px 28px 34px 34px;
  background: linear-gradient(145deg, #f3f8ff, #44517c 48%, #11172f);
  box-shadow: inset -18px -20px 30px rgba(5, 8, 20, 0.68), 0 0 46px rgba(0, 217, 255, 0.2);
}

.arm {
  position: absolute;
  top: 188px;
  width: 94px;
  height: 26px;
  border-radius: 999px;
  background: linear-gradient(90deg, #d7e8ff, #3a4780);
}

.arm-left {
  left: 42px;
  transform: rotate(-34deg);
}

.arm-right {
  right: 42px;
  transform: rotate(34deg);
}

.final-cta {
  overflow: hidden;
  margin-bottom: 60px;
  padding: 58px;
  border-radius: 8px;
  text-align: center;
  isolation: isolate;
}

.final-cta::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: -1;
  border-radius: inherit;
  background:
    radial-gradient(circle at 18% 76%, rgba(0, 217, 255, 0.2), transparent 28%),
    radial-gradient(circle at 86% 18%, rgba(192, 77, 255, 0.22), transparent 30%);
  animation: visualGlow 5s ease-in-out infinite;
}

.final-cta p:not(.eyebrow) {
  max-width: 650px;
  margin: 0 auto 28px;
  color: var(--muted);
  line-height: 1.8;
}

.final-cta .eyebrow {
  margin-inline: auto;
}

.cta-orbit {
  position: absolute;
  left: -80px;
  bottom: -120px;
  width: 300px;
  height: 300px;
  border: 1px solid rgba(0, 217, 255, 0.18);
  border-radius: 50%;
  animation: galaxySpin 20s linear infinite;
}

.cta-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}

.mini-rocket {
  position: absolute;
  right: 10%;
  top: 34px;
  width: 58px;
  height: 18px;
  border-radius: 60% 10% 10% 60%;
  background: linear-gradient(90deg, var(--violet), #ffffff);
  box-shadow: -36px 0 26px rgba(192, 77, 255, 0.38);
  transform: rotate(-28deg);
  animation: miniLaunch 4s ease-in-out infinite;
}

.mini-rocket::before {
  content: "";
  position: absolute;
  right: -7px;
  top: 5px;
  width: 10px;
  height: 8px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #ffffff;
}

.site-footer {
  width: min(calc(100% - 40px), var(--max));
  margin: 0 auto;
  padding: 26px 0 38px;
  border-top: 1px solid var(--premium-border);
  color: var(--muted);
  font-size: 0.9rem;
}

.footer-inner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 32px;
}

.footer-brand .brand-logo,
.footer-brand img {
  width: 220px;
  height: auto;
}

.footer-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.footer-meta {
  display: grid;
  justify-items: end;
  gap: 8px;
  text-align: right;
}

.footer-meta p,
.footer-email {
  margin: 0;
}

.footer-actions a,
.footer-meta a {
  transition: color 0.2s ease, transform 0.2s ease;
}

.footer-actions a:hover,
.footer-meta a:hover {
  color: var(--cyan);
  transform: translateY(-2px);
}

.social-button,
.footer-social {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(192, 77, 255, 0.28);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(0, 217, 255, 0.08), rgba(192, 77, 255, 0.16));
  color: var(--text);
  box-shadow: inset 0 0 20px rgba(192, 77, 255, 0.08), 0 0 28px rgba(139, 61, 255, 0.13);
}

.social-button {
  min-height: 46px;
  padding: 0 20px;
  font-weight: 800;
}

.footer-social {
  min-height: 46px;
  padding: 0 16px;
  font-weight: 800;
}

.social-button:hover,
.footer-social:hover {
  border-color: rgba(0, 217, 255, 0.52);
  box-shadow: var(--shadow-purple), 0 0 26px rgba(0, 217, 255, 0.12);
}

.instagram-icon {
  position: relative;
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  border: 2px solid currentColor;
  border-radius: 7px;
  color: #f6fbff;
  background:
    radial-gradient(circle at 70% 30%, currentColor 0 2px, transparent 2.5px),
    radial-gradient(circle, transparent 0 4px, currentColor 4.5px 6px, transparent 6.5px),
    linear-gradient(135deg, #00d9ff, #8b3dff 54%, #c04dff);
  box-shadow: 0 0 18px rgba(192, 77, 255, 0.55);
  animation: instaPulse 3.2s ease-in-out infinite;
}

@keyframes driftStars {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-120px, 90px, 0);
  }
}

@keyframes rocketLaunch {
  0% {
    opacity: 0;
    transform: translate3d(0, 0, 0) rotate(-28deg) scale(0.88);
  }
  14% {
    opacity: 1;
  }
  70% {
    opacity: 1;
    transform: translate3d(58vw, -42vh, 0) rotate(-28deg) scale(1);
  }
  100% {
    opacity: 0;
    transform: translate3d(118vw, -82vh, 0) rotate(-28deg) scale(0.92);
  }
}

@keyframes introFadeOut {
  0%,
  76% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes trailPulse {
  from {
    opacity: 0.52;
    transform: scaleX(0.88);
  }
  to {
    opacity: 0.94;
    transform: scaleX(1.08);
  }
}

@keyframes starStreak {
  0% {
    opacity: 0;
    transform: rotate(-28deg) translate3d(0, 0, 0);
  }
  16% {
    opacity: 0.72;
  }
  100% {
    opacity: 0;
    transform: rotate(-28deg) translate3d(42vw, -22vh, 0);
  }
}

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

@keyframes previewShine {
  from {
    transform: translateX(-120%);
  }
  to {
    transform: translateX(120%);
  }
}

@keyframes loaderSweep {
  0% {
    background-position: 120% 0;
  }
  100% {
    background-position: -120% 0;
  }
}

@keyframes particleLift {
  from {
    transform: translate3d(0, 90px, 0);
  }
  to {
    transform: translate3d(-80px, -90px, 0);
  }
}

@keyframes horizonPulse {
  0%,
  100% {
    opacity: 0.52;
    filter: blur(0.2px);
  }
  50% {
    opacity: 0.76;
    filter: blur(1px);
  }
}

@keyframes starDrift {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(8px, -6px, 0);
  }
}

@keyframes galaxySpin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes badgeGlow {
  0%,
  100% {
    box-shadow: inset 0 0 18px rgba(0, 217, 255, 0.08), 0 0 0 rgba(0, 217, 255, 0);
  }
  50% {
    box-shadow: inset 0 0 22px rgba(0, 217, 255, 0.16), 0 0 28px rgba(139, 61, 255, 0.2);
  }
}

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

@keyframes visualGlow {
  0%,
  100% {
    opacity: 0.72;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.03);
  }
}

@keyframes beamPulse {
  from {
    opacity: 0.28;
    transform: translateX(-50%) rotate(20deg) scaleY(0.92);
  }
  to {
    opacity: 0.52;
    transform: translateX(-50%) rotate(20deg) scaleY(1.06);
  }
}

@keyframes planetGlow {
  0%,
  100% {
    filter: brightness(1);
  }
  50% {
    filter: brightness(1.35);
  }
}

@keyframes shardFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(-10deg);
  }
  50% {
    transform: translate3d(18px, -24px, 0) rotate(12deg);
  }
}

@keyframes floatSlow {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-18px);
  }
}

@keyframes rocketFloat {
  0%,
  100% {
    transform: translateX(-50%) rotate(20deg) translateY(0) translateZ(0) scale(var(--rocket-scale));
  }
  35% {
    transform: translateX(-48%) rotate(17deg) translateY(-22px) translateZ(32px) scale(var(--rocket-scale));
  }
  50% {
    transform: translateX(-51%) rotate(22deg) translateY(-28px) translateZ(18px) scale(var(--rocket-scale));
  }
  75% {
    transform: translateX(-52%) rotate(19deg) translateY(-12px) translateZ(0) scale(var(--rocket-scale));
  }
}

@keyframes flamePulse {
  from {
    transform: scaleY(0.86);
    opacity: 0.7;
  }
  to {
    transform: scaleY(1.08);
    opacity: 1;
  }
}

@keyframes scrollDot {
  0% {
    opacity: 0;
    transform: translate(-50%, 0);
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(-50%, 12px);
  }
}

@keyframes scrollFloat {
  0%,
  100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(-8px);
  }
}

@keyframes iconPulse {
  0%,
  100% {
    box-shadow: 0 0 24px rgba(0, 217, 255, 0.18);
  }
  50% {
    box-shadow: 0 0 32px rgba(192, 77, 255, 0.26);
  }
}

@keyframes instaPulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.08);
  }
}

@keyframes miniLaunch {
  0%,
  100% {
    transform: rotate(-28deg) translateX(0);
  }
  50% {
    transform: rotate(-28deg) translateX(18px);
  }
}

/* Premium cinematic visual layer */
body {
  background:
    radial-gradient(circle at 72% 7%, rgba(139, 61, 255, 0.28), transparent 24%),
    radial-gradient(circle at 16% 20%, rgba(0, 217, 255, 0.12), transparent 26%),
    radial-gradient(ellipse at 50% 120%, rgba(27, 140, 255, 0.18), transparent 42%),
    linear-gradient(180deg, #01030a 0%, #050711 36%, #03040b 100%);
}

.site-bg::after {
  content: "";
  position: absolute;
  inset: -12%;
  background:
    radial-gradient(ellipse at 82% 8%, rgba(192, 77, 255, 0.26), transparent 20%),
    radial-gradient(ellipse at 72% 15%, rgba(27, 140, 255, 0.18), transparent 28%),
    radial-gradient(circle at 18% 72%, rgba(0, 217, 255, 0.08), transparent 24%),
    conic-gradient(from 220deg at 78% 14%, transparent, rgba(139, 61, 255, 0.1), transparent 28%);
  filter: blur(0.3px);
  opacity: 0.74;
}

.stars {
  opacity: 0.56;
  background-size: 150px 150px, 260px 260px;
}

.site-header {
  align-items: flex-start;
  padding-top: 6px;
}

.site-nav {
  min-height: 46px;
  padding: 6px 10px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(8, 13, 31, 0.62), rgba(5, 7, 17, 0.28));
  box-shadow: inset 0 0 24px rgba(0, 217, 255, 0.035);
}

.hero {
  min-height: 900px;
  align-items: center;
  padding-bottom: 118px;
}

.hero::before {
  bottom: 0;
  width: 138vw;
  height: 40vh;
  background:
    radial-gradient(ellipse at center top, rgba(0, 217, 255, 0.42), transparent 36%),
    radial-gradient(ellipse at center top, rgba(139, 61, 255, 0.22), transparent 56%),
    linear-gradient(180deg, rgba(27, 140, 255, 0.28), rgba(5, 7, 17, 0.02) 68%);
  opacity: 0.72;
}

.hero::after {
  right: min(-10vw, -86px);
  top: 4%;
  width: min(58vw, 780px);
  height: min(58vw, 780px);
  opacity: 0.74;
  background:
    radial-gradient(circle at 58% 42%, rgba(255, 255, 255, 0.38), transparent 0.8%),
    radial-gradient(circle at 49% 48%, rgba(192, 77, 255, 0.3), transparent 15%),
    radial-gradient(circle at 52% 52%, rgba(27, 140, 255, 0.18), transparent 35%),
    repeating-radial-gradient(circle, rgba(255, 255, 255, 0.1) 0 1px, transparent 1px 16px);
}

.hero-content {
  padding-top: 14px;
}

.badge,
.eyebrow {
  border-color: rgba(0, 217, 255, 0.34);
  background:
    linear-gradient(135deg, rgba(0, 217, 255, 0.1), rgba(139, 61, 255, 0.12)),
    rgba(3, 6, 18, 0.76);
  box-shadow: inset 0 0 18px rgba(0, 217, 255, 0.1), 0 0 24px rgba(0, 217, 255, 0.08);
}

h1 {
  max-width: 820px;
  margin-bottom: 20px;
  font-size: clamp(3.2rem, 5.4vw, 5.35rem);
  letter-spacing: -0.01em;
  text-shadow: 0 18px 70px rgba(0, 0, 0, 0.65);
}

h2 {
  letter-spacing: -0.005em;
}

.text-cyan {
  color: #36e7ff;
  text-shadow: 0 0 24px rgba(0, 217, 255, 0.42), 0 0 48px rgba(27, 140, 255, 0.16);
}

.text-gradient,
.final-cta h2 span {
  background-image: linear-gradient(115deg, #37e7ff 0%, #1b8cff 26%, #8b3dff 62%, #f06dff 100%);
}

.hero-kicker {
  color: #eef8ff;
  text-shadow: 0 0 24px rgba(0, 217, 255, 0.16);
}

.hero-copy {
  color: #b7c1d6;
}

.btn-primary {
  border-color: rgba(0, 217, 255, 0.58);
  box-shadow: 0 0 22px rgba(0, 217, 255, 0.2), 0 16px 46px rgba(139, 61, 255, 0.24);
}

.btn-secondary {
  border-color: rgba(142, 196, 255, 0.22);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.055), rgba(139, 61, 255, 0.08));
  box-shadow: inset 0 0 18px rgba(0, 217, 255, 0.045);
}

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

.hero-visual::before {
  inset: 1% -10% -4%;
  background:
    radial-gradient(circle at 58% 34%, rgba(192, 77, 255, 0.4), transparent 16%),
    radial-gradient(circle at 46% 46%, rgba(0, 217, 255, 0.3), transparent 30%),
    radial-gradient(circle, transparent 50%, rgba(139, 61, 255, 0.16) 51%, transparent 52%),
    radial-gradient(circle, transparent 62%, rgba(0, 217, 255, 0.12) 63%, transparent 64%);
}

.hero-nebula {
  inset: -1%;
  opacity: 0.86;
}

.launch-beam {
  bottom: -1%;
  height: 510px;
  width: 230px;
  opacity: 0.46;
  filter: blur(9px);
}

.orbit {
  border-color: rgba(118, 174, 255, 0.25);
  box-shadow: inset 0 0 36px rgba(0, 217, 255, 0.05), 0 0 18px rgba(27, 140, 255, 0.04);
}

.planet-cyan {
  width: 48px;
  height: 48px;
}

.planet-violet {
  width: 64px;
  height: 64px;
}

.rocket-wrap {
  top: 8%;
  width: 248px;
  height: 468px;
  filter: drop-shadow(0 0 42px rgba(0, 217, 255, 0.34)) drop-shadow(0 0 58px rgba(139, 61, 255, 0.18));
}

.rocket::before {
  left: 49px;
  width: 148px;
  height: 314px;
  box-shadow: inset -24px -30px 52px rgba(4, 9, 28, 0.78), 0 0 86px rgba(27, 140, 255, 0.56), 0 0 130px rgba(139, 61, 255, 0.28);
}

.rocket-window {
  left: 99px;
  top: 94px;
}

.rocket-logo {
  left: 103px;
  top: 174px;
}

.rocket-fin {
  top: 234px;
}

.rocket-flame {
  left: 82px;
  top: 306px;
  width: 88px;
  height: 162px;
}

.launch-card {
  right: -4%;
  bottom: 15%;
  border-color: rgba(0, 217, 255, 0.28);
  background: linear-gradient(145deg, rgba(7, 12, 30, 0.78), rgba(3, 5, 14, 0.72));
  box-shadow: 0 0 28px rgba(139, 61, 255, 0.22), inset 0 0 20px rgba(0, 217, 255, 0.05);
}

.scroll-indicator {
  bottom: 38px;
  color: #c6d7ec;
}

.projects {
  padding-top: 80px;
}

@media (min-width: 981px) {
  .projects {
    display: grid;
    grid-template-columns: 290px minmax(0, 1fr);
    align-items: start;
    gap: 26px 34px;
  }

  .projects > .section-heading {
    position: relative;
    z-index: 2;
    grid-column: 1;
    grid-row: 1;
    margin: 18px 0 0;
  }

  .projects > .poster-showcase {
    grid-column: 2;
    grid-row: 1;
    margin-top: 0;
  }

  .projects > .project-grid {
    grid-column: 1 / -1;
  }
}

.poster-card {
  border-color: rgba(0, 217, 255, 0.24);
  background: linear-gradient(145deg, rgba(9, 15, 34, 0.78), rgba(4, 7, 19, 0.84));
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.28), inset 0 0 22px rgba(0, 217, 255, 0.04);
}

.poster-preview {
  z-index: 12000;
  background:
    radial-gradient(circle at 50% 44%, rgba(0, 217, 255, 0.16), transparent 28%),
    radial-gradient(circle at 58% 54%, rgba(139, 61, 255, 0.18), transparent 34%),
    rgba(3, 5, 14, 0.76);
}

.poster-preview-frame {
  border-color: rgba(0, 217, 255, 0.42);
  box-shadow:
    0 0 38px rgba(0, 217, 255, 0.24),
    0 0 86px rgba(139, 61, 255, 0.26),
    0 34px 100px rgba(0, 0, 0, 0.7);
}

.project-card,
.service-card,
.process-step,
.final-cta,
.portfolio-card,
.archive-card {
  border-color: rgba(142, 196, 255, 0.16);
  background:
    linear-gradient(145deg, rgba(11, 17, 38, 0.82), rgba(4, 7, 19, 0.76)),
    rgba(5, 7, 17, 0.84);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.34), inset 0 0 24px rgba(0, 217, 255, 0.035);
}

.project-card {
  height: 492px;
  min-height: 492px;
  max-height: 492px;
}

.browser-bar {
  padding: 13px 15px;
  background:
    linear-gradient(90deg, rgba(0, 217, 255, 0.075), rgba(139, 61, 255, 0.055)),
    rgba(255, 255, 255, 0.026);
}

.project-media {
  height: 248px;
  min-height: 248px;
  max-height: 248px;
  flex-basis: 248px;
}

.project-title {
  color: #f8fbff;
  font-size: 1.12rem;
}

.metric-badge {
  border-color: rgba(0, 217, 255, 0.28);
  background: linear-gradient(135deg, rgba(0, 217, 255, 0.08), rgba(139, 61, 255, 0.08));
}

.portfolio-card {
  padding: 34px;
  border-color: rgba(0, 217, 255, 0.24);
  background:
    radial-gradient(circle at 14% 18%, rgba(0, 217, 255, 0.12), transparent 30%),
    radial-gradient(circle at 82% 42%, rgba(139, 61, 255, 0.14), transparent 34%),
    linear-gradient(145deg, rgba(10, 17, 39, 0.86), rgba(3, 5, 14, 0.78));
}

.archive-card {
  min-height: 230px;
  border-color: rgba(0, 217, 255, 0.22);
}

.archive-card-icon {
  border-radius: 16px;
  box-shadow: 0 0 24px rgba(0, 217, 255, 0.14), inset 0 0 18px rgba(139, 61, 255, 0.08);
}

.services,
.process,
.why {
  padding-top: 70px;
  padding-bottom: 70px;
}

.studio-dashboard {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 18px;
  padding: 78px 0;
  isolation: isolate;
}

.studio-dashboard::before {
  content: "";
  position: absolute;
  inset: 38px -18px;
  z-index: -1;
  border: 1px solid rgba(142, 196, 255, 0.08);
  border-radius: 8px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.024) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.024) 1px, transparent 1px),
    radial-gradient(circle at 14% 20%, rgba(0, 217, 255, 0.09), transparent 26%),
    radial-gradient(circle at 78% 18%, rgba(139, 61, 255, 0.1), transparent 30%),
    rgba(3, 5, 14, 0.34);
  background-size: 42px 42px, 42px 42px, auto, auto, auto;
}

.dashboard-panel {
  position: relative;
  overflow: hidden;
  min-width: 0;
  padding: 28px;
  border: 1px solid rgba(142, 196, 255, 0.14);
  border-radius: 8px;
  background:
    radial-gradient(circle at 20% 8%, rgba(0, 217, 255, 0.09), transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(139, 61, 255, 0.1), transparent 32%),
    linear-gradient(145deg, rgba(10, 17, 39, 0.78), rgba(4, 7, 19, 0.68));
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28), inset 0 0 24px rgba(0, 217, 255, 0.03);
}

.studio-dashboard .services,
.studio-dashboard .process,
.studio-dashboard .why {
  padding: 28px;
}

.studio-dashboard .services::before,
.studio-dashboard .services::after,
.studio-dashboard .process::before,
.studio-dashboard .process::after,
.studio-dashboard .why::before,
.studio-dashboard .why::after {
  display: none;
}

.studio-dashboard .section-heading {
  margin-bottom: 24px;
}

.studio-dashboard .services-grid {
  grid-template-columns: 1fr;
  gap: 12px;
}

.studio-dashboard .service-card {
  min-height: auto;
  padding: 18px;
}

.studio-dashboard .service-card p {
  font-size: 0.9rem;
}

.studio-dashboard .service-icon {
  width: 38px;
  height: 38px;
  margin-bottom: 14px;
}

.studio-dashboard .process-track {
  grid-template-columns: 1fr;
  gap: 12px;
}

.studio-dashboard .process-track::before {
  top: 0;
  bottom: 0;
  left: 26px;
  right: auto;
  width: 1px;
  height: auto;
  background: linear-gradient(180deg, transparent, rgba(0, 217, 255, 0.68), rgba(192, 77, 255, 0.68), transparent);
}

.studio-dashboard .process-step {
  min-height: auto;
  padding: 18px 18px 18px 72px;
  text-align: left;
}

.studio-dashboard .process-step span {
  top: 16px;
  left: 26px;
  width: 42px;
  height: 42px;
}

.studio-dashboard .why {
  grid-template-columns: 1fr;
  align-content: start;
  gap: 18px;
}

.studio-dashboard .why-list {
  grid-template-columns: 1fr;
}

.studio-dashboard .astronaut-visual {
  min-height: 250px;
  opacity: 0.9;
}

.studio-dashboard .helmet {
  top: 28px;
  width: 104px;
  height: 104px;
}

.studio-dashboard .helmet::after {
  left: 22px;
  top: 35px;
  width: 60px;
  height: 34px;
}

.studio-dashboard .body-pack {
  top: 134px;
  width: 100px;
  height: 92px;
}

.studio-dashboard .arm {
  top: 148px;
  width: 74px;
}

.studio-dashboard .arm-left {
  left: 16%;
}

.studio-dashboard .arm-right {
  right: 16%;
}

.services::after,
.process::after,
.why::after {
  content: "";
  position: absolute;
  inset: 42px 0;
  z-index: -1;
  border: 1px solid rgba(142, 196, 255, 0.08);
  border-radius: 8px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    radial-gradient(circle at 10% 20%, rgba(0, 217, 255, 0.07), transparent 28%),
    radial-gradient(circle at 88% 26%, rgba(139, 61, 255, 0.08), transparent 30%),
    rgba(5, 7, 17, 0.26);
  background-size: 42px 42px, 42px 42px, auto, auto, auto;
}

.service-card::before {
  background: radial-gradient(circle, rgba(0, 217, 255, 0.28), transparent 62%);
}

.service-icon {
  border-color: rgba(0, 217, 255, 0.42);
  box-shadow: 0 0 28px rgba(0, 217, 255, 0.18), inset 0 0 16px rgba(139, 61, 255, 0.08);
}

.process-step span {
  background: radial-gradient(circle at 36% 30%, rgba(0, 217, 255, 0.18), transparent 34%), #070c1d;
}

.why-list li {
  min-height: 54px;
  padding: 14px 14px 14px 42px;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.026);
}

.why-list li::before {
  left: 18px;
  top: 21px;
}

.final-cta {
  padding: 68px 58px;
  border-color: rgba(0, 217, 255, 0.22);
  background:
    radial-gradient(circle at 12% 70%, rgba(0, 217, 255, 0.14), transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(192, 77, 255, 0.18), transparent 30%),
    linear-gradient(145deg, rgba(10, 17, 39, 0.86), rgba(3, 5, 14, 0.86));
}

.final-cta h2 {
  font-size: clamp(2.3rem, 4.8vw, 4rem);
}

.site-footer {
  padding-top: 34px;
  border-top-color: rgba(0, 217, 255, 0.16);
}

@media (max-width: 980px) {
  .site-header {
    left: 12px;
    right: 12px;
    width: auto;
    height: 188px;
    transform: none;
  }

  .brand-logo,
  .brand img {
    width: 240px;
  }

  .footer-brand .brand-logo,
  .footer-brand img {
    width: 220px;
  }

  .menu-toggle {
    display: block;
    order: 3;
    position: relative;
    z-index: 10001;
    flex: 0 0 auto;
  }

  .site-nav {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100vw;
    min-height: 100vh;
    padding: 110px 24px 36px;
    border: 0;
    border-radius: 0;
    background:
      radial-gradient(circle at 50% 0%, rgba(139, 61, 255, 0.22), transparent 45%),
      radial-gradient(circle at 50% 100%, rgba(0, 217, 255, 0.18), transparent 45%),
      rgba(5, 7, 17, 0.98);
    box-shadow: none;
    backdrop-filter: none;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate3d(0, -10px, 0);
    transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
  }

  .site-nav a {
    width: min(100%, 360px);
    min-height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.035);
    color: var(--text);
    font-size: 1rem;
    letter-spacing: 0.06em;
    text-align: center;
  }

  .site-nav .nav-social {
    width: min(100%, 360px);
    height: 54px;
    justify-content: center;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.035);
  }

  .nav-whatsapp {
    display: inline-flex;
    gap: 9px;
    border-color: rgba(0, 217, 255, 0.2);
    background: linear-gradient(135deg, rgba(0, 217, 255, 0.1), rgba(139, 61, 255, 0.16));
  }

  .language-switcher {
    justify-content: center;
    width: min(100%, 360px);
    margin-top: 14px;
    min-height: 54px;
  }

  .lang-button {
    flex: 1;
    min-height: 42px;
  }

  .site-nav a:last-of-type {
    border-bottom: 0;
  }

  .menu-open .site-nav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate3d(0, 0, 0);
  }

  .header-cta {
    margin-left: auto;
  }

  .hero {
    grid-template-columns: 1fr;
    padding-top: 220px;
  }

  .hero-visual {
    min-height: 460px;
  }

  .rocket-wrap {
    top: 8%;
    --rocket-scale: 0.82;
  }

  .poster-showcase,
  .project-grid,
  .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .studio-dashboard {
    grid-template-columns: 1fr;
    padding: 62px 0;
  }

  .studio-dashboard::before {
    inset: 28px -10px;
  }

  .studio-dashboard .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .project-card {
    height: 480px;
    min-height: 480px;
    max-height: 480px;
  }

  .project-media {
    height: 230px;
    min-height: 230px;
    max-height: 230px;
    flex-basis: 230px;
  }

  .poster-card,
  .poster-image {
    min-height: 0;
  }

  .portfolio-card {
    grid-template-columns: 1fr;
    gap: 18px;
  }

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

  .portfolio-actions {
    justify-content: flex-start;
  }

  .portfolio-iframe-shell,
  .portfolio-iframe-shell iframe {
    height: 420px;
    min-height: 420px;
  }

  .process-track {
    grid-template-columns: 1fr;
    max-width: 650px;
    margin: 0 auto;
  }

  .process-track::before {
    top: 0;
    bottom: 0;
    left: 42px;
    right: auto;
    width: 1px;
    height: auto;
    background: linear-gradient(180deg, transparent, rgba(0, 217, 255, 0.75), rgba(192, 77, 255, 0.75), transparent);
  }

  .process-step {
    min-height: auto;
    padding: 24px 24px 24px 92px;
    text-align: left;
  }

  .process-step span {
    left: 42px;
  }

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

  .astronaut-visual {
    min-height: 300px;
  }
}

@media (max-width: 680px) {
  .section-shell,
  .site-footer {
    width: min(calc(100% - 28px), var(--max));
  }

  .site-header {
    height: 138px;
    padding: 10px 12px;
  }

  .brand-logo,
  .brand img {
    width: 170px;
    height: auto;
  }

  .header-cta {
    min-height: 38px;
    padding: 0 14px;
    font-size: 0.72rem;
  }

  .hero {
    min-height: auto;
    padding: 176px 0 64px;
    gap: 18px;
  }

  h1 {
    font-size: clamp(2.85rem, 14vw, 4.8rem);
  }

  .hero-copy {
    font-size: 0.96rem;
  }

  .btn {
    width: 100%;
  }

  .hero-visual {
    min-height: 350px;
  }

  .rocket-wrap {
    top: -2%;
    --rocket-scale: 0.62;
  }

  .planet-cyan {
    left: 2%;
  }

  .planet-violet {
    right: 2%;
  }

  .launch-card {
    right: 0;
    bottom: 5%;
    max-width: 180px;
  }

  .scroll-indicator {
    display: none;
  }

  .projects,
  .portfolio,
  .services,
  .process,
  .why,
  .final-cta {
    padding: 62px 0;
  }

  .poster-showcase,
  .project-grid,
  .services-grid,
  .why-list {
    grid-template-columns: 1fr;
  }

  .poster-showcase {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .portfolio-card {
    padding: 22px;
  }

  .portfolio-icon {
    width: 58px;
    height: 58px;
  }

  .archive-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .archive-card {
    min-height: 188px;
    padding: 18px;
  }

  .archive-card-icon {
    width: 52px;
    height: 52px;
    margin-bottom: 22px;
  }

  .portfolio-actions,
  .portfolio-actions .btn,
  .portfolio-preview-toggle {
    width: 100%;
  }

  .portfolio-preview-copy {
    display: grid;
  }

  .portfolio-iframe-shell,
  .portfolio-iframe-shell iframe {
    height: 360px;
    min-height: 360px;
  }

  .project-card {
    height: 455px;
    min-height: 455px;
    max-height: 455px;
    transform-style: flat;
  }

  .project-media {
    height: 210px;
    min-height: 210px;
    max-height: 210px;
    flex-basis: 210px;
  }

  .project-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 0 18px rgba(0, 217, 255, 0.16), 0 16px 36px rgba(0, 0, 0, 0.28);
  }

  .project-content,
  .project-info {
    display: flex;
    min-height: auto;
  }

  .metric-badge {
    max-width: none;
    text-align: left;
  }

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

  .final-cta {
    padding: 42px 20px;
  }

  .mini-rocket {
    display: none;
  }

  .site-footer {
    padding-bottom: 34px;
  }

  .footer-brand .brand-logo,
  .footer-brand img {
    width: 150px;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 18px;
    text-align: center;
  }

  .footer-actions {
    justify-content: center;
    width: 100%;
    gap: 10px;
  }

  .footer-meta {
    justify-items: center;
    text-align: center;
  }

  .cta-actions,
  .social-button {
    width: 100%;
  }

  .stars-b,
  .particles,
  .hero-nebula,
  .launch-beam,
  .space-shard {
    display: none;
  }

  .poster-card {
    min-height: 0;
    animation-duration: 9s;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
  }

  .poster-image {
    min-height: 0;
  }

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

  .poster-preview {
    display: none;
  }

  .stars {
    opacity: 0.34;
    animation-duration: 110s;
  }

  .cosmic-glow {
    filter: blur(34px);
    opacity: 0.13;
  }

  .project-card,
  .service-card,
  .process-step,
  .final-cta {
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(10px);
  }
}

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

  .section-shell,
  .site-footer {
    width: min(calc(100% - 28px), var(--max));
  }

  .header-cta {
    display: none;
  }

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

  h1 {
    font-size: clamp(2.35rem, 10vw, 3.7rem);
    line-height: 1.02;
  }

  h2 {
    font-size: clamp(1.85rem, 8vw, 2.6rem);
  }

  .hero-content,
  .section-heading,
  .portfolio-content,
  .why-content,
  .final-cta {
    margin-inline: auto;
    text-align: center;
  }

  .hero-badge,
  .hero-actions,
  .cta-actions,
  .portfolio-actions {
    justify-content: center;
  }

  .hero-copy,
  .section-heading p:not(.eyebrow),
  .portfolio-card p,
  .final-cta p {
    margin-inline: auto;
    line-height: 1.7;
  }

  .hero-visual {
    min-height: 310px;
    opacity: 0.82;
  }

  .rocket-wrap {
    top: 1%;
    --rocket-scale: 0.52;
  }

  .project-grid,
  .poster-showcase,
  .archive-grid,
  .services-grid,
  .process-track,
  .why-list {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .studio-dashboard {
    width: min(calc(100% - 28px), var(--max));
    padding: 56px 0;
  }

  .studio-dashboard::before {
    inset: 22px -8px;
  }

  .studio-dashboard .dashboard-panel,
  .studio-dashboard .services,
  .studio-dashboard .process,
  .studio-dashboard .why {
    width: 100%;
    padding: 22px;
    text-align: center;
  }

  .studio-dashboard .services-grid,
  .studio-dashboard .process-track,
  .studio-dashboard .why-list {
    grid-template-columns: 1fr;
  }

  .poster-showcase {
    width: 100%;
  }

  .poster-card,
  .project-card,
  .service-card,
  .archive-card,
  .process-step {
    width: 100%;
    max-width: 430px;
    margin-inline: auto;
    text-align: center;
  }

  .poster-preview {
    display: none;
  }

  .stars-b,
  .particles,
  .hero-nebula,
  .launch-beam,
  .space-shard {
    display: none;
  }

  .stars {
    opacity: 0.32;
    background-size: 240px 240px, 360px 360px;
    animation-duration: 120s;
  }

  .archive-stars,
  .poster-orbit {
    animation: none;
    opacity: 0.34;
  }

  .poster-card,
  .archive-card {
    animation: none;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
  }

  .project-content,
  .project-info {
    align-items: center;
    text-align: center;
  }

  .project-badge,
  .metric-badge {
    align-self: center;
    text-align: center;
  }

  .service-icon,
  .archive-card-icon {
    margin-inline: auto;
  }

  .archive-card-copy {
    padding-right: 0;
    text-align: center;
  }

  .archive-card-arrow {
    right: 16px;
    bottom: 16px;
  }

  .process-track::before {
    display: none;
  }

  .process-step {
    min-height: auto;
    padding: 82px 24px 26px;
  }

  .process-step span {
    left: 50%;
    transform: translateX(-50%);
  }

  .portfolio-card,
  .archive-card,
  .final-cta,
  .service-card {
    border-radius: 8px;
  }

  .portfolio-browser-bar {
    align-items: flex-start;
    min-height: auto;
    padding: 14px;
    display: grid;
  }

  .portfolio-iframe-shell,
  .portfolio-iframe-shell iframe {
    height: 360px;
    min-height: 360px;
  }

  .site-footer {
    display: grid;
  }
}

@media (max-width: 480px) {
  .site-header {
    height: 126px;
  }

  .brand-logo,
  .brand img {
    width: 145px;
  }

  .hero {
    padding-top: 154px;
  }

  .hero-actions,
  .cta-actions,
  .portfolio-actions {
    display: grid;
    width: 100%;
  }

  .btn,
  .header-cta,
  .social-button,
  .footer-social {
    min-height: 48px;
    width: 100%;
  }

  .poster-showcase {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 8px;
  }

  .poster-card {
    flex: 0 0 78%;
    scroll-snap-align: start;
  }

  .project-card {
    height: 430px;
    min-height: 430px;
    max-height: 430px;
  }

  .project-media {
    height: 190px;
    min-height: 190px;
    max-height: 190px;
    flex-basis: 190px;
  }

  .portfolio-card {
    padding: 18px;
  }

  .archive-card {
    min-height: 174px;
  }

  .portfolio-viewer {
    border-radius: 16px;
  }

  .portfolio-iframe-shell,
  .portfolio-iframe-shell iframe {
    height: 340px;
    min-height: 340px;
  }

  .footer-actions,
  .footer-meta {
    width: 100%;
  }
}

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