.navbar-wrap {
  position: fixed;
  z-index: 100;
  top: 18px;
  right: 0;
  left: 0;
  transition: top .25s ease;
}

.navbar-wrap.is-scrolled {
  top: 10px;
}

.navbar {
  display: flex;
  min-height: 70px;
  align-items: center;
  justify-content: space-between;
  padding: 10px 14px 10px 12px;
  border: 1px solid rgba(190, 201, 255, .14);
  border-radius: 18px;
  background: rgba(13, 19, 37, .62);
  box-shadow: 0 16px 50px rgba(0, 0, 0, .2);
  backdrop-filter: blur(20px) saturate(135%);
  transition: background .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.is-scrolled .navbar {
  border-color: rgba(190, 201, 255, .2);
  background: rgba(8, 13, 27, .84);
  box-shadow: 0 18px 60px rgba(0, 0, 0, .34);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -.02em;
}

.brand__mark {
  color: var(--cyan);
  font-family: Consolas, monospace;
  font-size: 19px;
  font-weight: 800;
  text-shadow: 0 0 16px rgba(30, 214, 255, .42);
}

.navbar__panel {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: space-between;
  margin-right: clamp(30px, 7vw, 90px);
}

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

.navbar__links a {
  display: block;
  padding: 10px 13px;
  border-radius: 10px;
  color: #c0c7da;
  font-size: 13px;
  transition: color .2s ease, background .2s ease;
}

.navbar__links a:hover {
  color: white;
  background: rgba(255, 255, 255, .055);
}

.navbar__toggle {
  display: none;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.hero {
  position: relative;
  min-height: 860px;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: 150px 0 105px;
  background:
    linear-gradient(180deg, rgba(4, 8, 21, .32), rgba(7, 11, 23, .68) 74%, var(--bg)),
    radial-gradient(circle at 22% 20%, rgba(41, 92, 220, .25), transparent 28%),
    radial-gradient(circle at 67% 25%, rgba(101, 58, 202, .20), transparent 25%);
}

.hero::before {
  content: '';
  position: absolute;
  inset: auto 0 0;
  height: 46%;
  opacity: .32;
  background:
    linear-gradient(155deg, transparent 45%, rgba(12, 25, 66, .55) 45.2%, transparent 45.5%) 0 40% / 38% 100%,
    linear-gradient(205deg, transparent 46%, rgba(23, 36, 83, .55) 46.2%, transparent 46.6%) 100% 30% / 46% 100%;
  mask-image: linear-gradient(to bottom, transparent, black 40%);
}

.hero::after {
  content: '';
  position: absolute;
  right: -10%;
  bottom: -180px;
  width: 120%;
  height: 360px;
  border-radius: 50%;
  opacity: .22;
  background: radial-gradient(ellipse, rgba(68, 110, 255, .45), transparent 64%);
  filter: blur(20px);
}

.hero__stars {
  position: absolute;
  inset: 0;
  opacity: .48;
  background-image:
    radial-gradient(circle, rgba(255,255,255,.8) 0 1px, transparent 1.2px),
    radial-gradient(circle, rgba(94,168,255,.7) 0 1px, transparent 1.4px);
  background-position: 0 0, 43px 67px;
  background-size: 86px 86px, 137px 137px;
  mask-image: linear-gradient(to bottom, black 0%, transparent 80%);
}

.hero__aurora {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  mix-blend-mode: screen;
  pointer-events: none;
  animation: auroraFloat 10s ease-in-out infinite alternate;
}

.hero__aurora--one {
  top: 80px;
  right: 30%;
  width: 300px;
  height: 440px;
  opacity: .18;
  background: #6d43d9;
  transform: rotate(-32deg);
}

.hero__aurora--two {
  top: 40px;
  right: 58%;
  width: 210px;
  height: 420px;
  opacity: .13;
  background: #1796f4;
  animation-delay: -4s;
}

.hero__grid {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: 1.04fr .96fr;
  align-items: center;
  gap: clamp(50px, 8vw, 110px);
}

.hero__content {
  max-width: 660px;
}

.hero__hello {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  margin-bottom: 22px;
  border: 1px solid rgba(180, 193, 236, .13);
  border-radius: 999px;
  color: #d9def0;
  background: rgba(255, 255, 255, .04);
  font-size: 13px;
  backdrop-filter: blur(10px);
}

.hero h1 {
  max-width: 720px;
  margin-bottom: 24px;
  font-size: clamp(42px, 5.3vw, 72px);
  font-weight: 900;
}

.hero h1 span {
  display: block;
  margin-top: 5px;
  color: transparent;
  background: linear-gradient(90deg, #a452f2 5%, #5f7cff 48%, #22c7f1 96%);
  background-clip: text;
  -webkit-background-clip: text;
}

.hero__content > p {
  max-width: 620px;
  margin-bottom: 30px;
  color: #b4bdd2;
  font-size: 16px;
  line-height: 2;
}

.hero__actions,
.cta-card__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.hero__trust {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 34px;
}

.hero__trust strong,
.hero__trust small {
  display: block;
}

.hero__trust strong {
  margin-bottom: 2px;
  color: #e6e9f4;
  font-size: 13px;
}

.hero__trust small {
  color: var(--muted-2);
  font-size: 11px;
}

.hero__avatars {
  display: flex;
  direction: ltr;
}

.hero__avatars span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 2px solid #0a0f20;
  border-radius: 50%;
  margin-left: -8px;
  color: white;
  background: linear-gradient(135deg, #5945bf, #1c6e9b);
  font-size: 11px;
}

.hero__visual {
  position: relative;
  min-height: 500px;
  display: grid;
  place-items: center;
  perspective: 1200px;
}

.code-card {
  position: relative;
  z-index: 3;
  width: min(100%, 450px);
  overflow: hidden;
  border: 1px solid rgba(142, 166, 255, .28);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(36, 61, 123, .58), rgba(11, 20, 43, .84));
  box-shadow:
    0 40px 100px rgba(0, 0, 0, .45),
    inset 0 0 45px rgba(63, 100, 218, .13),
    0 0 50px rgba(58, 100, 255, .11);
  backdrop-filter: blur(20px);
  transform: rotateY(-7deg) rotateX(2deg);
  animation: codeFloat 6s ease-in-out infinite;
}

.code-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 0 37%, rgba(255,255,255,.07) 44%, transparent 50%);
  transform: translateX(-120%);
  animation: cardShine 7s ease-in-out infinite;
}

.code-card__top {
  display: flex;
  height: 50px;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px;
  border-bottom: 1px solid rgba(255,255,255,.08);
  color: #8d98b3;
  font-size: 11px;
}

.window-dots,
.about-window__header {
  display: flex;
  gap: 6px;
}

.window-dots span,
.about-window__header span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff6262;
}

.window-dots span:nth-child(2),
.about-window__header span:nth-child(2) { background: #ffc04f; }
.window-dots span:nth-child(3),
.about-window__header span:nth-child(3) { background: #4edb8c; }

.code-card__body {
  padding: 28px 30px 32px;
  font-family: Consolas, Monaco, monospace;
  font-size: clamp(12px, 1.4vw, 15px);
  line-height: 2.1;
}

.code-card__body div {
  white-space: pre;
}

.code-card__body div span {
  display: inline-block;
  width: 30px;
  color: #5f6d8f;
  user-select: none;
}

.code-white { color: #dfe7ff; }
.code-cyan { color: #35d9ff; }
.code-violet { color: #c17aff; }
.code-green { color: #62e69b; }
.code-orange { color: #ffbd67; }

.tech-dock {
  position: absolute;
  z-index: 5;
  right: 12px;
  bottom: 25px;
  display: flex;
  gap: 14px;
  padding: 14px 16px;
  border: 1px solid rgba(169, 187, 246, .19);
  border-radius: 18px;
  background: rgba(10, 15, 30, .64);
  box-shadow: 0 18px 50px rgba(0, 0, 0, .32);
  backdrop-filter: blur(18px);
  animation: dockFloat 5s ease-in-out infinite -1s;
}

.tech-chip {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 10px;
  color: white;
  background: #0a0d15;
  font-family: Arial, sans-serif;
  font-weight: 800;
}

.tech-chip--ts { background: #2f79c7; font-size: 13px; }
.tech-chip--css { color: #30d2ee; font-size: 31px; }

.floating-note {
  position: absolute;
  z-index: 4;
  padding: 9px 12px;
  border: 1px solid rgba(160, 178, 235, .14);
  border-radius: 12px;
  color: #b7c0d6;
  background: rgba(12, 18, 35, .68);
  box-shadow: 0 14px 35px rgba(0,0,0,.24);
  backdrop-filter: blur(12px);
  font-size: 11px;
}

.floating-note span {
  margin-left: 4px;
  color: white;
  font-weight: 800;
}

.floating-note--top {
  top: 35px;
  left: -8px;
  animation: dockFloat 5.8s ease-in-out infinite -2.2s;
}

.floating-note--bottom {
  right: -6px;
  bottom: 112px;
  animation: dockFloat 6.2s ease-in-out infinite -4s;
}

.orbit {
  position: absolute;
  border: 1px solid rgba(89, 125, 255, .13);
  border-radius: 50%;
  animation: orbitSpin 18s linear infinite;
}

.orbit::after {
  content: '';
  position: absolute;
  top: 50%;
  left: -4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 16px var(--cyan);
}

.orbit--one { width: 470px; height: 470px; }
.orbit--two { width: 350px; height: 350px; animation-direction: reverse; animation-duration: 14s; }

.hero__scroll {
  position: absolute;
  z-index: 5;
  bottom: 26px;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  color: #717c96;
  font-size: 10px;
  transform: translateX(-50%);
}

.hero__scroll i {
  display: block;
  width: 20px;
  height: 33px;
  border: 1px solid rgba(173, 189, 238, .22);
  border-radius: 999px;
}

.hero__scroll i::after {
  content: '';
  display: block;
  width: 3px;
  height: 7px;
  margin: 6px auto 0;
  border-radius: 999px;
  background: var(--cyan);
  animation: scrollDot 1.8s ease-in-out infinite;
}

.section-heading {
  max-width: 720px;
  margin: 0 auto 54px;
  text-align: center;
}

.section-heading--right {
  max-width: 100%;
  margin-right: 0;
  text-align: right;
}

.section-heading__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 13px;
  color: #8a9fff;
  font-size: 12px;
  font-weight: 800;
}

.section-heading__eyebrow::before {
  content: '';
  width: 24px;
  height: 1px;
  background: linear-gradient(90deg, var(--primary), transparent);
}

.section-heading h2,
.about-content h2,
.cta-card h2 {
  margin-bottom: 14px;
  font-size: clamp(28px, 3.5vw, 44px);
  font-weight: 900;
}

.section-heading p {
  max-width: 650px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 14px;
}

.section-heading--right p {
  margin-right: 0;
}

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

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

.process-layout {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  align-items: start;
  gap: clamp(50px, 9vw, 120px);
}

.process-intro {
  position: sticky;
  top: 130px;
}

.process-list {
  position: relative;
}

.process-list::before {
  content: '';
  position: absolute;
  top: 28px;
  right: 31px;
  bottom: 28px;
  width: 1px;
  background: linear-gradient(var(--primary), rgba(30, 214, 255, .2), transparent);
}

.about-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  align-items: center;
  gap: clamp(60px, 9vw, 130px);
}

.about-visual {
  position: relative;
  min-height: 480px;
  display: grid;
  place-items: center;
}

.about-content > p {
  margin-bottom: 14px;
  font-size: 14px;
}

.stats-panel {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 90px;
  overflow: hidden;
  border: 1px solid rgba(162, 180, 229, .18);
  border-radius: 20px;
  background: linear-gradient(110deg, rgba(27, 43, 84, .72), rgba(58, 19, 93, .55));
  box-shadow: 0 20px 70px rgba(0,0,0,.28);
}

.testimonials-grid,
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.faq-layout {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  align-items: start;
  gap: clamp(50px, 8vw, 110px);
}

.faq-intro {
  position: sticky;
  top: 130px;
}

.cta-section {
  padding: 30px 0 100px;
}

.cta-card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  overflow: hidden;
  padding: clamp(30px, 5vw, 55px);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 24px;
  background:
    radial-gradient(circle at 80% 10%, rgba(255,255,255,.18), transparent 25%),
    linear-gradient(105deg, #7422b8, #5532db 48%, #1887e7);
  box-shadow: 0 30px 90px rgba(34, 68, 212, .24);
}

.cta-card::before,
.cta-card::after {
  content: '';
  position: absolute;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 50%;
}

.cta-card::before { width: 260px; height: 260px; left: -60px; bottom: -160px; }
.cta-card::after { width: 180px; height: 180px; left: 40px; bottom: -130px; }

.cta-card > * {
  position: relative;
  z-index: 2;
}

.cta-card > div:first-child {
  max-width: 720px;
}

.cta-card > div > span {
  display: block;
  margin-bottom: 8px;
  color: rgba(255,255,255,.75);
  font-size: 12px;
}

.cta-card h2 {
  margin-bottom: 8px;
}

.cta-card p {
  margin: 0;
  color: rgba(255,255,255,.74);
  font-size: 13px;
}

.footer {
  padding: 70px 0 22px;
  border-top: 1px solid rgba(255,255,255,.06);
  background: #050914;
}

.footer__grid {
  display: grid;
  grid-template-columns: 1.45fr repeat(3, 1fr);
  gap: 50px;
}

.footer h3 {
  margin-bottom: 18px;
  color: #e5e9f4;
  font-size: 14px;
}

.footer li {
  margin-bottom: 9px;
  color: #8691aa;
  font-size: 12px;
}

.footer li a {
  transition: color .2s ease;
}

.footer li a:hover {
  color: var(--cyan);
}

.footer__about p {
  max-width: 290px;
  margin: 17px 0 20px;
  font-size: 12px;
}

.footer__contact li {
  display: flex;
  align-items: center;
  gap: 9px;
}

.footer__contact svg {
  color: #7486b5;
}

.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 55px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.06);
  color: #69748c;
  font-size: 11px;
  text-align: center;
}

@keyframes auroraFloat {
  to { transform: translate3d(45px, 24px, 0) rotate(-25deg) scale(1.1); }
}

@keyframes codeFloat {
  0%, 100% { transform: rotateY(-7deg) rotateX(2deg) translateY(0); }
  50% { transform: rotateY(-4deg) rotateX(1deg) translateY(-12px); }
}

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

@keyframes cardShine {
  0%, 55% { transform: translateX(-130%); }
  75%, 100% { transform: translateX(130%); }
}

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

@keyframes scrollDot {
  0% { opacity: 0; transform: translateY(0); }
  30% { opacity: 1; }
  100% { opacity: 0; transform: translateY(14px); }
}
