:root {
  --blue-950: #120438;
  --blue-900: #171c70;
  --blue-800: #233b8f;
  --cyan-400: #27cbff;
  --cyan-300: #7de3ff;
  --pink-400: #ff4f97;
  --pink-500: #d9408c;
  --white: #f7f9ff;
  --orange: #ff8a1f;
  --orange-soft: rgba(255, 138, 31, 0.18);
  --text-soft: #cdd9ff;
  --footer-border: rgba(255, 255, 255, 0.1);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  font-family: "Montserrat", sans-serif;
  background: var(--white);
}

body {
  color: #fff;
}

.font-display {
  font-family: "Montserrat", sans-serif;
}

.hero {
  min-height: 100vh;
  background:
    radial-gradient(circle at 18% 16%, rgba(72, 102, 255, 0.36), transparent 30%),
    radial-gradient(circle at 85% 18%, rgba(39, 203, 255, 0.22), transparent 26%),
    linear-gradient(115deg, var(--blue-950), var(--blue-900) 48%, var(--blue-800));
  color: #fff;
  position: relative;
  overflow: hidden;
}

.home-hero {
  isolation: isolate;
}

.home-hero .wrap {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  padding-bottom: 24px;
}

.hero-slideshow,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-slideshow {
  z-index: 0;
}

.hero-slide {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: translateX(18%);
  will-change: transform, opacity;
  transition: opacity 1200ms cubic-bezier(0.22, 0.61, 0.36, 1), transform 1200ms cubic-bezier(0.22, 0.61, 0.36, 1);
}

.hero-slide.is-active {
  z-index: 2;
  opacity: 1;
  transform: translateX(0);
}

.hero-slide.is-next {
  z-index: 1;
  opacity: 0.72;
  transform: translateX(-18%);
}

.hero-slide.is-entering {
  z-index: 3;
  opacity: 1;
  transform: translateX(0);
}

.hero-slide.is-leaving {
  z-index: 2;
  opacity: 0.72;
  transform: translateX(18%);
}

.hero-overlay {
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(7, 15, 44, 0.82) 0%, rgba(10, 19, 52, 0.68) 38%, rgba(10, 19, 52, 0.38) 68%, rgba(10, 19, 52, 0.56) 100%),
    radial-gradient(circle at 18% 16%, rgba(72, 102, 255, 0.34), transparent 30%),
    radial-gradient(circle at 85% 18%, rgba(39, 203, 255, 0.18), transparent 26%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(176, 211, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(176, 211, 255, 0.05) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: radial-gradient(circle at center, black 26%, transparent 84%);
  pointer-events: none;
  z-index: 0;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto -14% -22% auto;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(21, 174, 255, 0.16), transparent 64%);
  filter: blur(20px);
  pointer-events: none;
  z-index: 0;
}

.wrap {
  width: min(1120px, 92vw);
  margin: 0 auto;
  padding: 92px 0 56px;
  position: relative;
  z-index: 1;
}

.topbar {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 24px;
  padding: 4px 24px;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 30;
  padding: 10px 0;
  border-radius: 0;
  background: rgba(12, 18, 70, 0.56);
  backdrop-filter: blur(5px);
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid rgba(160, 217, 255, 0.12);
  box-shadow: 0 8px 18px rgba(3, 9, 40, 0.18);
  transition: background-color 180ms ease, box-shadow 180ms ease, backdrop-filter 180ms ease, border-color 180ms ease;
}

.site-header.is-sticky {
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(16, 34, 69, 0.14);
  box-shadow: 0 12px 24px rgba(9, 18, 48, 0.14);
}

.site-header.is-sticky .brand,
.site-header.is-sticky .menu-item,
.site-header.is-sticky .label {
  color: #111827;
}

.site-header.is-sticky .menu-item:hover,
.site-header.is-sticky .menu-item.is-active:hover {
  background: transparent;
  border-color: transparent;
  box-shadow: none;
  color: #1d4ed8;
}

.site-header.is-sticky .menu-item:hover .label,
.site-header.is-sticky .menu-item:hover .inspire,
.site-header.is-sticky .menu-item.is-active:hover .label,
.site-header.is-sticky .menu-item.is-active:hover .inspire {
  color: #1d4ed8;
}

.site-header.is-sticky .menu-item:hover::after,
.site-header.is-sticky .menu-item.is-active:hover::after,
.site-header.is-sticky .menu-item.is-active::after {
  background: linear-gradient(90deg, #ff8a1f, #ffb347);
}

.site-header.is-sticky .menu-item.is-active {
  background: transparent;
  border-color: transparent;
  box-shadow: none;
}

.site-header.is-sticky .menu-item.is-active .label {
  color: #1d4ed8;
}

.site-header.is-sticky .menu-item.is-active .inspire {
  color: #fb923c;
}

.site-header.is-sticky .header-utility {
  color: #0f172a;
  background: linear-gradient(90deg, rgba(214, 242, 255, 0.96), rgba(202, 226, 255, 0.96));
  box-shadow: 0 10px 18px rgba(15, 23, 42, 0.12);
}

.site-header.is-sticky .header-utility::after {
  opacity: 0.75;
}

.brand {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: clamp(1.1rem, 2.1vw, 1.4rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  line-height: 1;
  text-align: center;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.brand > span:last-child {
  font-size: clamp(0.46rem, 1.15vw, 0.58rem);
  letter-spacing: 0.18em;
  white-space: nowrap;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.2;
}

.brand-mark {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--cyan-400), #2d7aff);
  box-shadow: 0 18px 30px rgba(0, 0, 0, 0.18);
  font-size: 1.15rem;
  position: relative;
  overflow: visible;
}

.brand-mark.brand-mark--logo {
  background: transparent;
  box-shadow: none;
  border-radius: 14px;
  padding: 5px;
  position: relative;
}

.logo-satellite {
  position: absolute;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: transparent;
  box-shadow: 0 0 20px 10px rgba(255, 140, 0, 0.8), 0 0 40px 16px rgba(255, 200, 100, 0.5), 0 0 60px 22px rgba(255, 160, 60, 0.3);
  top: 50%;
  left: 50%;
  transform-origin: center;
  pointer-events: none;
  z-index: -1;
  animation: orbitLight 6s linear infinite;
}

.brand-mark.brand-mark--logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  position: relative;
  z-index: 1;
}

@keyframes orbitLight {
  0% {
    transform: translate(-50%, -50%);
    box-shadow: 0 0 20px 10px rgba(255, 140, 0, 0.8), 0 0 40px 16px rgba(255, 200, 100, 0.5), 0 0 60px 22px rgba(255, 160, 60, 0.3);
  }
  33% {
    box-shadow: 0 0 24px 12px rgba(255, 255, 255, 0.85), 0 0 48px 18px rgba(220, 220, 220, 0.6), 0 0 70px 26px rgba(240, 240, 240, 0.3);
  }
  67% {
    box-shadow: 0 0 22px 11px rgba(255, 105, 180, 0.75), 0 0 44px 17px rgba(255, 150, 200, 0.55), 0 0 65px 24px rgba(255, 180, 220, 0.3);
  }
  100% {
    transform: translate(-50%, -50%);
    box-shadow: 0 0 20px 10px rgba(255, 140, 0, 0.8), 0 0 40px 16px rgba(255, 200, 100, 0.5), 0 0 60px 22px rgba(255, 160, 60, 0.3);
  }
}

.menu {
  display: flex;
  align-items: center;
  gap: clamp(10px, 1.6vw, 22px);
  flex-wrap: wrap;
  justify-content: center;
}

.menu-item {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
  color: #fff;
  padding: 8px 12px;
  border-radius: 14px;
  border: 1px solid transparent;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
  position: relative;
}

.menu-item:hover {
  transform: translateY(-1px);
  background: transparent;
  border-color: transparent;
}

.menu-item.is-active {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(125, 227, 255, 0.36);
  box-shadow: 0 8px 18px rgba(5, 15, 62, 0.28);
}

.menu-item.is-active .label {
  color: var(--cyan-300);
}

.menu-item::after {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 4px;
  height: 2px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--pink-400), var(--cyan-400));
  opacity: 0;
  transform: scaleX(0.7);
  transition: opacity 180ms ease, transform 180ms ease;
}

.menu-item:hover::after,
.menu-item.is-active::after {
  opacity: 1;
  transform: scaleX(1);
}

.inspire {
  font-size: 0.56rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--orange);
  text-transform: none;
  line-height: 1;
  margin-bottom: 4px;
  padding: 0;
  background: transparent;
  border: 0;
  align-self: flex-start;
  text-align: left;
  transform-origin: left center;
  transition: color 160ms ease, transform 160ms ease, letter-spacing 160ms ease;
}

.menu-item[data-nav="carees"]::before,
.menu-item[data-nav="about-us"]::before {
  content: "";
  display: block;
  height: calc(0.56rem + 4px);
}

@keyframes inspireHover {
  0% {
    transform: translateY(0) scale(1);
    letter-spacing: 0.14em;
  }
  55% {
    transform: translateY(-2px) scale(1.04);
    letter-spacing: 0.18em;
  }
  100% {
    transform: translateY(0) scale(1.02);
    letter-spacing: 0.16em;
  }
}

.menu-item:hover .inspire {
  color: #ff9d42;
  animation: inspireHover 300ms ease forwards;
}

.label {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.header-utility {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border-radius: 999px;
  padding: 6px 8px 6px 18px;
  color: #e8f4ff;
  text-decoration: none;
  background: linear-gradient(90deg, rgba(30, 209, 255, 0.95), rgba(46, 110, 255, 0.9));
  box-shadow: 0 16px 26px rgba(4, 15, 67, 0.34);
  font-size: 0.9rem;
  font-weight: 600;
}

.header-utility::after {
  content: "";
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, transparent 42%, rgba(255, 255, 255, 0.95) 44%, rgba(255, 255, 255, 0.95) 52%, transparent 54%),
    linear-gradient(45deg, transparent 56%, rgba(255, 255, 255, 0.95) 57%, rgba(255, 255, 255, 0.95) 63%, transparent 64%);
  opacity: 0.94;
}

.header-actions {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 14px;
  padding-right: 16px;
}

.search-box {
  display: flex;
  align-items: center;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.98);
  padding: 7px 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  border: 1px solid rgba(200, 220, 240, 0.6);
  transition: all 200ms ease;
}

.search-box:focus-within {
  box-shadow: 0 12px 28px rgba(255, 138, 31, 0.25);
  border-color: rgba(255, 138, 31, 0.8);
}

.search-icon {
  width: 16px;
  height: 16px;
  stroke: #0f172a;
  stroke-width: 2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
  margin-right: 6px;
}

.search-input {
  background: transparent;
  border: none;
  outline: none;
  color: #0f172a;
  font-size: 0.9rem;
  width: 160px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.search-input::placeholder {
  color: rgba(15, 23, 42, 0.45);
}

.login-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 8px 22px;
  border-radius: 0;
  background: linear-gradient(90deg, #ff8a1f 0%, #ffb347 45%, #ff8a1f 90%);
  color: #fff;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.03em;
  border: 1px solid rgba(255, 255, 255, 0.3);
  cursor: pointer;
  transition: all 280ms cubic-bezier(0.34, 1.56, 0.64, 1);
  box-shadow: 
    0 6px 14px rgba(255, 138, 31, 0.3),
    inset 0 1px 2px rgba(255, 255, 255, 0.4),
    inset 0 -1px 3px rgba(0, 0, 0, 0.15);
  position: relative;
  overflow: hidden;
}

.login-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.35), transparent);
  transition: left 450ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.login-btn:hover {
  background: linear-gradient(90deg, #ff9e3c 0%, #ffc66b 45%, #ff9e3c 90%);
  box-shadow: 
    0 10px 24px rgba(255, 138, 31, 0.45),
    inset 0 1px 2px rgba(255, 255, 255, 0.5),
    inset 0 -1px 3px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
}

.login-btn:hover::before {
  left: 100%;
}

.login-icon {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 460px) minmax(0, 1fr);
  gap: 34px;
  align-items: center;
  min-height: calc(100vh - 108px);
  padding-top: 24px;
}

.hero-grid.wide-copy {
  grid-template-columns: minmax(0, 520px) minmax(0, 1fr);
}

.hero-grid--solo {
  grid-template-columns: minmax(0, 560px);
}

.home-hero .hero-grid--solo {
  flex: 1;
  align-items: end;
  align-content: end;
  justify-items: start;
  min-height: 0;
  padding-top: 0;
  padding-bottom: 20px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding-left: 0;
  padding-right: 0;
}

.home-hero .hero-grid--solo > div {
  padding-bottom: 8px;
  padding-left: clamp(20px, 4vw, 56px);
  margin-left: 0;
  max-width: 560px;
}

.home-hero .hero-grid--solo .eyebrow,
.home-hero .hero-grid--solo h1,
.home-hero .hero-grid--solo .subtitle,
.home-hero .hero-grid--solo .hero-actions {
  opacity: 0;
  transform: translateY(34px);
  animation: homeTextRise 820ms cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}

.home-hero .hero-grid--solo .eyebrow {
  animation-delay: 80ms;
}

.home-hero .hero-grid--solo h1 {
  animation-delay: 180ms;
}

.home-hero .hero-grid--solo .subtitle {
  animation-delay: 300ms;
}

.home-hero .hero-grid--solo .hero-actions {
  animation-delay: 430ms;
}

@keyframes homeTextRise {
  0% {
    opacity: 0;
    transform: translateY(34px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

h1 {
  margin: 0;
  font-size: clamp(2.8rem, 5.7vw, 4.9rem);
  line-height: 1.08;
  letter-spacing: 0.01em;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--cyan-300);
  margin-bottom: 18px;
}

.eyebrow::before {
  content: "";
  width: 44px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--pink-400), var(--cyan-400));
}

.subtitle {
  margin-top: 16px;
  font-size: clamp(1rem, 2.2vw, 1.18rem);
  color: var(--text-soft);
  max-width: 52ch;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  gap: 14px;
  margin-top: 28px;
  flex-wrap: wrap;
}

.primary-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 22px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--pink-400), var(--pink-500));
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  box-shadow: 0 18px 30px rgba(217, 64, 140, 0.3);
}

.primary-btn::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 11px solid rgba(255, 255, 255, 0.92);
}

.secondary-note {
  color: var(--text-soft);
  font-size: 1rem;
  align-self: center;
}

.visual {
  position: relative;
  min-height: 500px;
}

.iso-scene {
  position: absolute;
  inset: 0;
}

.platform {
  position: absolute;
  left: 17%;
  bottom: 18%;
  width: 60%;
  aspect-ratio: 1.35;
  transform: skew(-28deg) rotate(-6deg);
  border-radius: 34px;
  background: linear-gradient(145deg, rgba(92, 237, 255, 0.9), rgba(59, 92, 255, 0.8));
  box-shadow: 0 32px 44px rgba(4, 12, 44, 0.4);
}

.platform::before {
  content: "";
  position: absolute;
  inset: 16px;
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.18), rgba(89, 214, 255, 0.18));
  border: 1px solid rgba(255, 255, 255, 0.24);
}

.house {
  position: absolute;
  left: 46%;
  bottom: 35%;
  width: 170px;
  height: 130px;
  transform: translateX(-50%);
}

.house-body {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 0;
  height: 88px;
  background: linear-gradient(180deg, #31d3ff, #2774ff);
  border-radius: 10px;
  box-shadow: 0 18px 28px rgba(8, 18, 68, 0.32);
}

.house-roof {
  position: absolute;
  left: 12px;
  right: 12px;
  top: 20px;
  height: 62px;
  background: linear-gradient(145deg, #ff67a7, #ff5c68);
  clip-path: polygon(50% 0, 100% 70%, 86% 70%, 86% 100%, 14% 100%, 14% 70%, 0 70%);
  box-shadow: 0 16px 22px rgba(26, 11, 80, 0.2);
}

.window,
.door {
  position: absolute;
  background: rgba(245, 250, 255, 0.82);
  border: 2px solid rgba(16, 34, 69, 0.14);
  border-radius: 8px;
}

.window.left {
  left: 40px;
  bottom: 26px;
  width: 28px;
  height: 34px;
}

.window.right {
  right: 40px;
  bottom: 26px;
  width: 28px;
  height: 34px;
}

.door {
  left: 50%;
  bottom: 18px;
  width: 26px;
  height: 46px;
  transform: translateX(-50%);
}

.wifi {
  position: absolute;
  right: 18%;
  top: 10%;
  width: 120px;
  height: 120px;
}

.wifi span {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border-top: 12px solid var(--cyan-400);
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid transparent;
  transform: rotate(42deg);
  opacity: 0.96;
  filter: drop-shadow(0 10px 10px rgba(8, 18, 68, 0.25));
}

.wifi span:nth-child(2) {
  inset: 18px;
  border-top-color: #79b6ff;
}

.wifi span:nth-child(3) {
  inset: 36px;
  border-top-color: #b8d4ff;
}

.wifi i {
  position: absolute;
  left: 50%;
  bottom: 12px;
  width: 18px;
  height: 18px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: linear-gradient(145deg, var(--pink-400), #8e59ff);
}

.screen {
  position: absolute;
  background: linear-gradient(145deg, rgba(111, 233, 255, 0.22), rgba(110, 114, 255, 0.3));
  border: 1px solid rgba(169, 228, 255, 0.32);
  border-radius: 24px;
  box-shadow: 0 24px 34px rgba(9, 16, 59, 0.24);
  backdrop-filter: blur(5px);
}

.screen.left {
  left: 7%;
  bottom: 30%;
  width: 170px;
  height: 150px;
  transform: skewY(-8deg);
}

.screen.right {
  right: 2%;
  bottom: 18%;
  width: 150px;
  height: 118px;
}

.screen.small {
  right: 4%;
  top: 26%;
  width: 114px;
  height: 74px;
  border-radius: 18px;
}

.screen::before,
.screen::after {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.68);
  border-radius: 999px;
}

.screen.left::before {
  left: 20px;
  top: 28px;
  width: 80px;
  height: 10px;
}

.screen.left::after {
  left: 20px;
  top: 52px;
  width: 118px;
  height: 10px;
}

.screen.right::before,
.screen.small::before {
  left: 18px;
  top: 20px;
  width: 52px;
  height: 10px;
}

.screen.right::after,
.screen.small::after {
  right: 18px;
  bottom: 20px;
  width: 38px;
  height: 10px;
}

.floating-card,
.mini-pillar,
.mini-node {
  position: absolute;
  border-radius: 20px;
  box-shadow: 0 18px 32px rgba(6, 13, 46, 0.28);
}

.floating-card {
  right: 8%;
  top: 49%;
  width: 132px;
  height: 62px;
  background: linear-gradient(145deg, rgba(127, 228, 255, 0.96), rgba(96, 114, 255, 0.88));
  transform: rotate(-8deg);
}

.mini-pillar {
  left: 55%;
  bottom: 8%;
  width: 66px;
  height: 66px;
  background: linear-gradient(180deg, #1cd1ff, #2c5eff);
}

.mini-node {
  left: 24%;
  bottom: 11%;
  width: 56px;
  height: 56px;
  background: linear-gradient(180deg, #30d2ff, #3557ff);
}

.visual-dot {
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #ff6aa7;
  box-shadow: 0 0 0 10px rgba(255, 106, 167, 0.08);
}

.visual-dot.one {
  left: 18%;
  top: 24%;
}

.visual-dot.two {
  right: 18%;
  bottom: 26%;
  background: var(--cyan-400);
  box-shadow: 0 0 0 10px rgba(39, 203, 255, 0.08);
}

.info-grid,
.metric-grid,
.about-grid {
  margin-top: 30px;
  display: grid;
  gap: 16px;
}

.info-grid,
.about-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.metric-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.info-card,
.step,
.metric,
.career-card,
.about-box {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(160, 217, 255, 0.18);
}

.info-card {
  padding: 18px;
  border-radius: 24px;
}

.info-card strong,
.step strong,
.about-box strong {
  display: block;
  margin-bottom: 8px;
}

.info-card strong {
  font-size: 1.1rem;
}

.panel-main,
.panel-side,
.pill,
.chip,
.node,
.tower,
.badge,
.track,
.card {
  position: absolute;
  border-radius: 28px;
  box-shadow: 0 24px 40px rgba(5, 12, 46, 0.3);
}

.panel-main {
  right: 8%;
  top: 12%;
  width: 340px;
  height: 240px;
  background: linear-gradient(145deg, rgba(89, 226, 255, 0.9), rgba(55, 102, 255, 0.78));
}

.panel-main::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 22px;
  background: rgba(10, 24, 84, 0.44);
  border: 1px solid rgba(197, 238, 255, 0.32);
}

.panel-side {
  left: 8%;
  bottom: 14%;
  width: 220px;
  height: 180px;
  background: linear-gradient(145deg, rgba(255, 93, 153, 0.88), rgba(142, 89, 255, 0.78));
  transform: rotate(-8deg);
}

.panel-side::before {
  content: "";
  position: absolute;
  inset: 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.14);
}

.pill {
  left: 32%;
  top: 20%;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(39, 203, 255, 0.88), rgba(116, 146, 255, 0.82));
}

.chip {
  right: 16%;
  bottom: 10%;
  width: 124px;
  height: 78px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.24), rgba(97, 209, 255, 0.22));
}

.gridlines {
  position: absolute;
  inset: 18% 12% 12% 18%;
  border-radius: 34px;
  border: 1px dashed rgba(181, 225, 255, 0.18);
}

.gridlines::before,
.gridlines::after {
  content: "";
  position: absolute;
  background: rgba(181, 225, 255, 0.18);
}

.gridlines::before {
  left: 12%;
  right: 12%;
  top: 50%;
  height: 1px;
}

.gridlines::after {
  top: 12%;
  bottom: 12%;
  left: 50%;
  width: 1px;
}

.steps,
.career-cards {
  margin-top: 30px;
  display: grid;
  gap: 14px;
}

.step {
  padding: 16px 18px;
  border-radius: 20px;
}

.ring {
  position: absolute;
  inset: 16% 18% 18% 20%;
  border: 1px solid rgba(160, 217, 255, 0.18);
  border-radius: 50%;
}

.ring.two {
  inset: 26% 28% 28% 30%;
}

.node {
  width: 124px;
  height: 124px;
  border-radius: 32px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.24), rgba(101, 200, 255, 0.18));
}

.node.a {
  left: 12%;
  top: 18%;
}

.node.b {
  right: 14%;
  top: 32%;
}

.node.c {
  left: 34%;
  bottom: 14%;
}

.bar {
  position: absolute;
  height: 3px;
  background: linear-gradient(90deg, rgba(255, 79, 151, 0.8), rgba(39, 203, 255, 0.8));
}

.bar.one {
  left: 25%;
  top: 30%;
  width: 42%;
  transform: rotate(14deg);
}

.bar.two {
  left: 30%;
  bottom: 30%;
  width: 28%;
  transform: rotate(-24deg);
}

.metric {
  padding: 18px;
  border-radius: 22px;
  text-align: center;
}

.metric strong {
  display: block;
  font-size: 1.6rem;
  margin-bottom: 6px;
}

.tower {
  bottom: 14%;
  width: 120px;
  border-radius: 28px 28px 18px 18px;
  background: linear-gradient(180deg, rgba(111, 233, 255, 0.88), rgba(76, 96, 255, 0.82));
}

.tower.one {
  left: 12%;
  height: 220px;
}

.tower.two {
  left: 38%;
  height: 300px;
}

.tower.three {
  right: 14%;
  height: 180px;
}

.glow-line {
  position: absolute;
  left: 10%;
  right: 10%;
  top: 46%;
  height: 2px;
  background: linear-gradient(90deg, rgba(255, 79, 151, 0.8), rgba(39, 203, 255, 0.8));
}

.orb {
  position: absolute;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.22));
  box-shadow: 0 0 0 18px rgba(255, 255, 255, 0.04);
}

.orb.one {
  right: 20%;
  top: 18%;
}

.orb.two {
  left: 24%;
  top: 26%;
  width: 48px;
  height: 48px;
}

.career-card {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
  border-radius: 22px;
}

.career-card span:last-child {
  color: var(--cyan-300);
  font-weight: 600;
}

.track {
  left: 12%;
  right: 14%;
  height: 86px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(92, 214, 255, 0.14));
  box-shadow: 0 22px 34px rgba(5, 12, 46, 0.22);
}

.track.one {
  top: 22%;
}

.track.two {
  top: 42%;
}

.track.three {
  top: 62%;
}

.badge {
  width: 88px;
  height: 88px;
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(39, 203, 255, 0.92), rgba(67, 102, 255, 0.84));
}

.badge.one {
  right: 18%;
  top: 12%;
}

.badge.two {
  left: 20%;
  bottom: 10%;
}

.spark {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #ff6aa7;
  box-shadow: 0 0 0 12px rgba(255, 106, 167, 0.08);
}

.spark.one {
  top: 20%;
  left: 14%;
}

.spark.two {
  bottom: 22%;
  right: 12%;
  background: var(--cyan-400);
  box-shadow: 0 0 0 12px rgba(39, 203, 255, 0.08);
}

.about-box {
  padding: 20px;
  border-radius: 24px;
}

.halo {
  position: absolute;
  inset: 18% 18% 18% 18%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(125, 227, 255, 0.28), transparent 62%);
}

.card {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.18), rgba(87, 188, 255, 0.16));
}

.card.one {
  left: 10%;
  top: 18%;
  width: 180px;
  height: 180px;
}

.card.two {
  right: 10%;
  top: 30%;
  width: 220px;
  height: 140px;
}

.card.three {
  left: 32%;
  bottom: 12%;
  width: 200px;
  height: 120px;
}

.site-footer {
  position: relative;
  z-index: 1;
  margin-top: 34px;
  padding-top: 22px;
  border-top: 1px solid var(--footer-border);
}

.footer-inner {
  width: min(1120px, 92vw);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.site-footer--home {
  margin-top: 0;
  padding: 18px 0 24px;
  background: rgba(7, 12, 40, 0.96);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-copy {
  color: var(--text-soft);
  font-size: 0.92rem;
}

.footer-nav {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.footer-nav a {
  color: var(--text-soft);
  text-decoration: none;
  font-size: 0.9rem;
}

.footer-nav a:hover {
  color: #fff;
}

@media (max-width: 1024px) {
  .topbar {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .menu {
    justify-content: flex-start;
  }

  .header-utility {
    justify-self: start;
  }

  .hero-grid,
  .hero-grid.wide-copy {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 36px;
  }

  .visual {
    min-height: 320px;
  }

  .metric-grid,
  .about-grid,
  .info-grid {
    grid-template-columns: 1fr;
  }

  .career-card {
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .wrap {
    width: min(1120px, 94vw);
  }

  .menu {
    gap: 8px;
  }

  .menu-item {
    align-items: flex-start;
  }

  .label {
    font-size: 0.74rem;
  }

  .visual {
    min-height: 280px;
  }

  .screen.small,
  .floating-card,
  .mini-pillar,
  .mini-node,
  .visual-dot {
    display: none;
  }
}

/* Tablet (768px and below) */
@media (max-width: 768px) {
  .wrap {
    width: min(1120px, 94vw);
    padding: 60px 0 40px;
  }

  .topbar {
    gap: 16px;
  }

  .menu {
    gap: clamp(6px, 1.2vw, 14px);
  }

  .menu-item {
    padding: 6px 8px;
  }

  .label {
    font-size: clamp(0.6rem, 1.5vw, 0.75rem);
  }

  .inspire {
    font-size: clamp(0.48rem, 1.2vw, 0.55rem);
  }

  h1 {
    font-size: clamp(2rem, 4vw, 3.2rem);
  }

  .hero-grid,
  .hero-grid.wide-copy {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 24px;
    gap: 20px;
  }

  .visual {
    min-height: 300px;
  }
}

/* Mobile (480px and below) */
@media (max-width: 480px) {
  .wrap {
    width: min(1120px, 96vw);
    padding: 48px 0 32px;
  }

  .topbar {
    grid-template-columns: auto 1fr auto;
    gap: 12px;
  }

  .brand {
    font-size: clamp(0.9rem, 2vw, 1.1rem);
  }

  .menu {
    gap: 4px;
  }

  .menu-item {
    padding: 4px 6px;
  }

  .label {
    font-size: 0.65rem;
  }

  .inspire {
    font-size: 0.48rem;
  }

  h1 {
    font-size: clamp(1.6rem, 3.5vw, 2.4rem);
  }

  .subtitle {
    font-size: 0.9rem;
  }

  .primary-btn {
    padding: 10px 20px;
    font-size: 0.85rem;
  }

  .header-utility {
    padding: 8px 14px;
    font-size: 0.75rem;
  }

  .hero-grid,
  .hero-grid.wide-copy {
    grid-template-columns: 1fr;
    padding-top: 16px;
    gap: 12px;
  }

  .visual {
    min-height: 240px;
  }

  .iso-scene {
    transform: scale(0.8);
    transform-origin: top right;
  }

  .screen.small,
  .floating-card,
  .mini-pillar,
  .mini-node,
  .visual-dot {
    display: none;
  }

  .site-footer {
    margin-top: 20px;
    padding-top: 14px;
  }

  .footer-inner {
    flex-direction: column;
    gap: 12px;
  }

  .footer-copy,
  .footer-nav a {
    font-size: 0.8rem;
  }
}

/* Final mobile tap fix */
@media (max-width: 1024px) {
  .menu-backdrop {
    z-index: 33;
  }

  .menu {
    z-index: 40;
  }

  .site-header.menu-open .menu {
    pointer-events: auto;
  }

  .menu-item,
  .menu-item .label,
  .menu-item .inspire,
  .menu-item span {
    pointer-events: auto;
  }
}

/* Mobile polish: logo spacing + drawer tap targets */
@media (max-width: 1024px) {
  .site-header .wrap {
    width: min(1120px, 95vw);
  }

  .topbar {
    padding: 8px 6px 10px;
    gap: 10px;
  }

  .brand {
    flex-direction: row;
    justify-content: center;
    gap: 10px;
  }

  .brand-mark {
    width: 40px;
    height: 40px;
  }

  .brand > span:last-child {
    font-size: 0.66rem;
    letter-spacing: 0.13em;
  }

  .search-input {
    width: 150px;
    font-size: 0.85rem;
  }

  .login-btn {
    padding: 8px 18px;
    font-size: 0.85rem;
  }

  .menu {
    z-index: 38;
    width: min(84vw, 344px);
    padding: 90px 18px 22px;
    background: linear-gradient(180deg, rgba(10, 22, 70, 0.995), rgba(7, 16, 52, 0.995));
    backdrop-filter: blur(14px);
  }

  .site-header.menu-open .menu {
    pointer-events: auto;
  }

  .menu-item {
    min-height: 50px;
    justify-content: center;
    padding: 12px 14px;
    border-radius: 12px;
  }

  .menu-item > * {
    pointer-events: none;
  }

  .menu-item .label {
    font-size: 0.86rem;
  }

  .menu-item .inspire {
    font-size: 0.58rem;
  }

  .menu-close {
    display: flex !important;
  }

  .header-actions {
    display: none;
  }
}

@media (max-width: 480px) {
  .site-header .wrap {
    width: min(1120px, 96vw);
  }

  .topbar {
    padding: 8px 4px 10px;
  }

  .brand-mark {
    width: 46px;
    height: 46px;
  }

  .brand > span:last-child {
    font-size: 0.62rem;
    letter-spacing: 0.12em;
  }

  .menu {
    width: min(88vw, 320px);
    padding-top: 84px;
  }
}

/* Drawer mobile menu upgrade */
.menu-backdrop {
  position: fixed;
  inset: 0;
  background: transparent;
  border: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
  z-index: 34;
}

@media (max-width: 1024px) {
  body.menu-open {
    overflow: hidden;
  }

  .site-header {
    z-index: 36;
  }

  .topbar {
    grid-template-columns: auto 1fr auto;
    align-items: center;
  }

  .menu-toggle {
    display: inline-flex;
    justify-self: end;
    z-index: 37;
  }

  .header-utility {
    display: none;
  }

  .menu {
    position: fixed;
    top: 0;
    right: 0;
    width: min(82vw, 330px);
    height: 100vh;
    margin: 0;
    padding: 92px 18px 22px;
    padding-top: 100px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
    background: linear-gradient(180deg, rgba(15, 30, 90, 0.98), rgba(12, 24, 74, 0.98));
    border-left: 1px solid rgba(100, 180, 255, 0.3);
    box-shadow: none;
    transform: translateX(104%);
    opacity: 1;
    pointer-events: none;
    max-height: none;
    overflow-y: auto;
    transition: transform 240ms cubic-bezier(0.22, 0.61, 0.36, 1);
    z-index: 35;
  }

  .site-header.menu-open .menu {
    transform: translateX(0);
    pointer-events: auto;
    border-radius: 0;
  }

  body.menu-open .menu-backdrop {
    opacity: 1;
    pointer-events: auto;
  }

  .site-header.is-sticky .menu {
    background: linear-gradient(180deg, rgba(252, 254, 255, 0.99), rgba(244, 248, 255, 0.99));
    border-left-color: rgba(15, 23, 42, 0.14);
  }

  .menu-close {
    position: fixed;
    top: 16px;
    right: calc(50vw - min(41vw, 165px) + 16px);
    width: 32px;
    height: 32px;
    padding: 4px;
    background: transparent;
    border: 1px solid rgba(125, 227, 255, 0.5);
    border-radius: 8px;
    cursor: pointer;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 160ms ease;
    z-index: 40;
    flex-shrink: 0;
  }

  .menu-close:hover {
    background: rgba(100, 180, 255, 0.25);
    border-color: rgba(125, 227, 255, 1);
  }

  .menu-close svg {
    width: 18px;
    height: 18px;
    stroke: currentColor;
    stroke-width: 2;
    fill: none;
    stroke-linecap: round;
    pointer-events: none;
  }

  .menu-item {
    width: 100%;
    align-items: flex-start;
    padding: 10px 12px;
    border-radius: 12px;
    color: #fff;
  }

  .menu-item .label {
    color: #fff;
  }

  .menu-item:hover {
    background: rgba(100, 180, 255, 0.2);
  }

  .menu-item.is-active {
    background: rgba(100, 180, 255, 0.35);
    border-color: rgba(125, 227, 255, 0.6);
  }

  .menu-item.is-active .label {
    color: #fff;
  }

  .menu-item::after {
    left: 12px;
    right: 12px;
    bottom: 6px;
  }
}

@media (max-width: 480px) {
  .menu {
    width: min(88vw, 320px);
    padding-top: 84px;
  }
}

/* Hamburger SVG icon */
.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(160, 217, 255, 0.28);
  background: rgba(14, 26, 72, 0.68);
  border-radius: 12px;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
  position: relative;
}

.menu-toggle__icon {
  position: absolute;
  width: 20px;
  height: 20px;
  fill: none;
  stroke: #f8fbff;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: opacity 180ms ease, transform 180ms ease;
}

.menu-toggle__icon--menu {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}

.menu-toggle__icon--close {
  opacity: 0;
  transform: scale(0.72) rotate(-35deg);
}

.site-header.menu-open .menu-toggle__icon--menu {
  opacity: 0;
  transform: scale(0.72) rotate(35deg);
}

.site-header.menu-open .menu-toggle__icon--close {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}

.site-header.is-sticky .menu-toggle__icon {
  stroke: #1e293b;
}

@media (max-width: 1024px) {
  .menu-toggle {
    display: inline-flex;
    justify-self: end;
    z-index: 37;
  }
}

/* Tablet (768px and below) */
@media (max-width: 768px) {
  .wrap {
    width: min(1120px, 94vw);
    padding: 60px 0 40px;
  }

  .topbar {
    gap: 16px;
  }

  .menu {
    gap: clamp(6px, 1.2vw, 14px);
  }

  .menu-item {
    padding: 6px 8px;
  }

  .label {
    font-size: clamp(0.6rem, 1.5vw, 0.75rem);
  }

  .inspire {
    font-size: clamp(0.48rem, 1.2vw, 0.55rem);
  }

  h1 {
    font-size: clamp(2rem, 4vw, 3.2rem);
  }

  .hero-grid,
  .hero-grid.wide-copy {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 24px;
    gap: 20px;
  }

  .visual {
    min-height: 300px;
  }
}

/* Mobile (480px and below) */
@media (max-width: 480px) {
  .wrap {
    width: min(1120px, 96vw);
    padding: 48px 0 32px;
  }

  .topbar {
    grid-template-columns: auto 1fr auto;
    gap: 12px;
  }

  .brand {
    font-size: clamp(0.9rem, 2vw, 1.1rem);
  }

  .menu {
    gap: 4px;
  }

  .menu-item {
    padding: 4px 6px;
  }

  .label {
    font-size: 0.65rem;
  }

  .inspire {
    font-size: 0.48rem;
  }

  h1 {
    font-size: clamp(1.6rem, 3.5vw, 2.4rem);
  }

  .subtitle {
    font-size: 0.9rem;
  }

  .primary-btn {
    padding: 10px 20px;
    font-size: 0.85rem;
  }

  .header-utility {
    padding: 8px 14px;
    font-size: 0.75rem;
  }

  .hero-grid,
  .hero-grid.wide-copy {
    grid-template-columns: 1fr;
    padding-top: 16px;
    gap: 12px;
  }

  .visual {
    min-height: 240px;
  }

  .iso-scene {
    transform: scale(0.8);
    transform-origin: top right;
  }

  .screen.small,
  .floating-card,
  .mini-pillar,
  .mini-node,
  .visual-dot {
    display: none;
  }

  .site-footer {
    margin-top: 20px;
    padding-top: 14px;
  }

  .footer-inner {
    flex-direction: column;
    gap: 12px;
  }

  .footer-copy,
  .footer-nav a {
    font-size: 0.8rem;
  }
}

/* Definitive mobile drawer click fix */
@media (max-width: 1024px) {
  .menu-backdrop {
    z-index: 20 !important;
  }

  .site-header,
  .site-header .topbar,
  .site-header .menu {
    pointer-events: auto !important;
  }

  .site-header .menu {
    z-index: 60 !important;
  }

  .site-header.menu-open .menu,
  .site-header.menu-open .menu * {
    pointer-events: auto !important;
  }

  .site-header.menu-open .menu a.menu-item {
    position: relative;
    z-index: 2;
    touch-action: manipulation;
  }
}

/* Menu close button */
.menu-close {
  display: none;
  position: absolute;
  top: 16px;
  right: 12px;
  width: 32px;
  height: 32px;
  padding: 4px;
  background: transparent;
  border: 1px solid rgba(125, 227, 255, 0.4);
  border-radius: 8px;
  cursor: pointer;
  color: #fff;
  align-items: center;
  justify-content: center;
  transition: all 160ms ease;
  z-index: 40;
}

.menu-close:hover {
  background: rgba(100, 180, 255, 0.2);
  border-color: rgba(125, 227, 255, 0.8);
}

.menu-close svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
  stroke-linecap: round;
}

/* Override: disable backdrop pointer-events when menu open to allow taps through */
body.menu-open .menu-backdrop {
  pointer-events: none !important;
}
