:root {
  --bg-0: #020b0d;
  --bg-1: #041f22;
  --bg-2: #062a2c;
  --emerald: #0b3a3d;
  --teal: #1b6a68;
  --cyan: #79ffe1;
  --gold: #c99a4a;
  --amber: #f0c978;
  --cream: #fff7e6;
  --ink: #071315;
  --muted: #819499;
  --glass: rgba(255, 255, 255, 0.075);
  --glass-strong: rgba(255, 255, 255, 0.14);
  --line: rgba(255, 255, 255, 0.16);
  --shadow: 0 34px 110px rgba(0, 0, 0, 0.38);
  color-scheme: dark;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    Arial, Helvetica, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: white;
  background:
    radial-gradient(circle at 78% 8%, rgba(121, 255, 225, 0.18), transparent 26rem),
    radial-gradient(circle at 14% 18%, rgba(201, 154, 74, 0.18), transparent 26rem),
    radial-gradient(circle at 50% 100%, rgba(27, 106, 104, 0.35), transparent 34rem),
    linear-gradient(145deg, var(--bg-0) 0%, var(--bg-1) 44%, #071113 100%);
  overflow-x: hidden;
}

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

body::before {
  opacity: 0.38;
  background-image:
    linear-gradient(115deg, rgba(121, 255, 225, 0.055) 1px, transparent 1px),
    linear-gradient(25deg, rgba(201, 154, 74, 0.045) 1px, transparent 1px);
  background-size: 54px 54px, 92px 92px;
  mask-image: linear-gradient(to bottom, black 0%, transparent 76%);
}

body::after {
  background:
    linear-gradient(90deg, rgba(255,255,255,0.025), transparent 16%, transparent 84%, rgba(255,255,255,0.025)),
    radial-gradient(circle at center, transparent 0%, rgba(0,0,0,0.32) 100%);
}

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

.site-orbit {
  position: fixed;
  width: 720px;
  height: 720px;
  right: -280px;
  top: -260px;
  border: 1px solid rgba(121, 255, 225, 0.12);
  border-radius: 50%;
  box-shadow: inset 0 0 90px rgba(121, 255, 225, 0.05);
  pointer-events: none;
  animation: spin 42s linear infinite;
}

.site-header {
  position: fixed;
  top: 18px;
  left: 50%;
  z-index: 50;
  width: min(1180px, calc(100% - 28px));
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(2, 11, 13, 0.58);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(24px);
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-width: 0;
  font-weight: 900;
  letter-spacing: 0;
}

.brand img,
.footer-brand img {
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  border-radius: 13px;
  box-shadow: 0 12px 34px rgba(121, 255, 225, 0.12);
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 4px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
}

.desktop-nav a,
footer nav a {
  padding: 10px 12px;
  border-radius: 999px;
  transition: 180ms ease;
}

.desktop-nav a:hover,
footer nav a:hover {
  color: white;
  background: rgba(255, 255, 255, 0.08);
}

.header-cta,
.primary-button,
.secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border: 0;
  border-radius: 999px;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.header-cta {
  padding: 0 18px;
  color: var(--ink);
  background: linear-gradient(135deg, var(--cyan), var(--amber));
}

.primary-button {
  padding: 0 24px;
  color: var(--ink);
  background: linear-gradient(135deg, var(--cyan), var(--amber));
  box-shadow: 0 20px 50px rgba(121, 255, 225, 0.16);
}

.secondary-button {
  padding: 0 22px;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.075);
}

.header-cta:hover,
.primary-button:hover,
.secondary-button:hover {
  transform: translateY(-2px);
}

.section-shell {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 32px));
  margin-inline: auto;
}

.hero {
  min-height: 100vh;
  padding: 148px 0 96px;
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(330px, 0.97fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
}

.status-pill,
.section-kicker,
.eyebrow {
  color: var(--cyan);
  font-size: 0.74rem;
  font-weight: 950;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.status-pill {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  padding: 10px 13px;
  border: 1px solid rgba(121, 255, 225, 0.18);
  border-radius: 999px;
  background: rgba(121, 255, 225, 0.065);
}

.status-pill span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 22px var(--cyan);
}

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

h1 {
  max-width: 760px;
  margin-bottom: 24px;
  font-size: clamp(2.85rem, 6.1vw, 6.1rem);
  line-height: 1.08;
  letter-spacing: 0;
  word-spacing: 0.035em;
  text-wrap: balance;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 4.25vw, 4.25rem);
  line-height: 1.09;
  letter-spacing: 0;
  word-spacing: 0.025em;
  text-wrap: balance;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.16rem;
  letter-spacing: 0;
  line-height: 1.24;
}

p {
  color: rgba(255, 255, 255, 0.68);
  font-size: 1.04rem;
  line-height: 1.78;
}

.hero-text {
  max-width: 710px;
  font-size: clamp(1.12rem, 1.9vw, 1.42rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 34px 0;
}

.signal-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 820px;
}

.signal-grid div,
.feature-grid article,
.audience-list article,
.contact-form,
.mission-panel,
.media-card,
.tech-lines div {
  border: 1px solid var(--line);
  background: linear-gradient(145deg, rgba(255,255,255,0.115), rgba(255,255,255,0.045));
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(22px);
}

.signal-grid div {
  padding: 16px;
  border-radius: 22px;
}

.signal-grid strong,
.signal-grid span {
  display: block;
}

.signal-grid span {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.87rem;
  line-height: 1.58;
}

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

.glass-ring {
  position: absolute;
  border: 1px solid rgba(121, 255, 225, 0.14);
  border-radius: 50%;
  box-shadow: inset 0 0 80px rgba(121, 255, 225, 0.05);
}

.ring-one {
  width: min(560px, 90vw);
  height: min(560px, 90vw);
  animation: spin 34s linear infinite;
}

.ring-two {
  width: min(430px, 72vw);
  height: min(430px, 72vw);
  border-color: rgba(201, 154, 74, 0.16);
  animation: spin 28s linear infinite reverse;
}

.device-card {
  width: min(390px, 76vw);
  aspect-ratio: 0.56;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 46px;
  background: linear-gradient(145deg, rgba(255,255,255,0.18), rgba(255,255,255,0.04));
  box-shadow: var(--shadow);
  animation: float 7s ease-in-out infinite;
}

.device-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 35px;
}

.metric-card {
  position: absolute;
  min-width: 190px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 24px;
  background: rgba(2, 11, 13, 0.58);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(22px);
}

.metric-card span,
.metric-card strong {
  display: block;
}

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

.metric-card strong {
  margin-top: 6px;
  font-size: 1.18rem;
}

.metric-top {
  top: 16%;
  left: 0;
}

.metric-bottom {
  right: 0;
  bottom: 16%;
}

.mission-section,
.platform-section,
.tech-section,
.media-section,
.audience-section,
.contact-section {
  padding: 92px 0;
}

.mission-panel {
  padding: clamp(28px, 5vw, 58px);
  border-radius: 38px;
}

.mission-panel h2 {
  max-width: 980px;
}

.mission-panel p {
  max-width: 820px;
  font-size: 1.18rem;
}

.section-heading {
  max-width: 820px;
  margin-bottom: 30px;
}

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

.feature-grid article {
  min-height: 260px;
  padding: 26px;
  border-radius: 30px;
}

.icon-orb {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 22px;
  border-radius: 20px;
  background:
    radial-gradient(circle at 30% 20%, rgba(255,255,255,0.28), transparent 36%),
    linear-gradient(135deg, rgba(121,255,225,0.20), rgba(201,154,74,0.18));
  font-size: 1.45rem;
}

.tech-section {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 22px;
}

.tech-copy {
  padding: clamp(28px, 4vw, 48px);
  border-radius: 38px;
  background:
    radial-gradient(circle at 80% 0%, rgba(121, 255, 225, 0.16), transparent 25rem),
    linear-gradient(145deg, rgba(255,255,255,0.10), rgba(255,255,255,0.035));
  border: 1px solid var(--line);
}

.tech-lines {
  display: grid;
  gap: 14px;
}

.tech-lines div {
  padding: 24px;
  border-radius: 28px;
}

.tech-lines span {
  color: var(--amber);
  font-weight: 950;
}

.tech-lines strong {
  display: block;
  margin: 8px 0;
  font-size: 1.22rem;
}

.media-card {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  gap: 34px;
  align-items: center;
  padding: clamp(28px, 5vw, 52px);
  border-radius: 40px;
}

.media-card img {
  width: 100%;
  max-width: 160px;
  border-radius: 42px;
  box-shadow: 0 22px 70px rgba(121, 255, 225, 0.12);
}

.audience-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.audience-list article {
  padding: 24px;
  border-radius: 28px;
}

.contact-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 22px;
  align-items: start;
}

.contact-copy {
  position: sticky;
  top: 118px;
}

.contact-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.contact-meta a {
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255,255,255,0.07);
  color: rgba(255,255,255,0.88);
  font-weight: 800;
}

.contact-form {
  padding: clamp(22px, 4vw, 34px);
  border-radius: 34px;
}

.contact-form label {
  display: block;
  margin-bottom: 16px;
}

.contact-form span {
  display: block;
  margin-bottom: 8px;
  color: rgba(255,255,255,0.78);
  font-size: 0.88rem;
  font-weight: 850;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 18px;
  background: rgba(0,0,0,0.22);
  color: white;
  font: inherit;
  padding: 15px 16px;
  outline: none;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: rgba(121,255,225,0.62);
  box-shadow: 0 0 0 4px rgba(121,255,225,0.08);
}

.contact-form textarea {
  resize: vertical;
  min-height: 140px;
}

.form-button {
  width: 100%;
}

.form-note {
  margin: 14px 0 0;
  color: rgba(255,255,255,0.54);
  font-size: 0.9rem;
  text-align: center;
}

footer {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 32px));
  margin-inline: auto;
  padding: 50px 0 64px;
  color: rgba(255,255,255,0.65);
}

footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 24px 0 12px;
}

footer p {
  margin-bottom: 8px;
  font-size: 0.95rem;
}

.copyright {
  color: rgba(255,255,255,0.46);
}

.privacy-main {
  padding-top: 138px;
  padding-bottom: 80px;
}

.privacy-card {
  max-width: 920px;
  margin-inline: auto;
  padding: clamp(28px, 5vw, 58px);
  border: 1px solid var(--line);
  border-radius: 38px;
  background: linear-gradient(145deg, rgba(255,255,255,0.115), rgba(255,255,255,0.045));
  box-shadow: var(--shadow);
  backdrop-filter: blur(22px);
}

.privacy-card h1 {
  font-size: clamp(2.8rem, 6vw, 5.8rem);
}

.privacy-card h2 {
  margin-top: 34px;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
}

.privacy-card ul {
  color: rgba(255,255,255,0.68);
  line-height: 1.75;
}

@keyframes float {
  0%, 100% { transform: translateY(0) rotate(-1deg); }
  50% { transform: translateY(-14px) rotate(1deg); }
}

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

@media (max-width: 980px) {
  .desktop-nav,
  .header-cta {
    display: none;
  }

  .hero,
  .tech-section,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 130px;
  }

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

  .contact-copy {
    position: static;
  }
}

@media (max-width: 680px) {
  .section-shell,
  .site-header,
  footer {
    width: min(100% - 24px, 1180px);
  }

  .brand span {
    font-size: 0.95rem;
  }

  .hero {
    min-height: auto;
    padding-bottom: 54px;
  }

  .hero-actions,
  .signal-grid,
  .feature-grid,
  .audience-list,
  .media-card {
    grid-template-columns: 1fr;
  }

  .hero-actions {
    display: grid;
  }

  .primary-button,
  .secondary-button {
    width: 100%;
  }

  .hero-visual {
    min-height: auto;
    padding-top: 24px;
  }

  .device-card {
    width: min(320px, 82vw);
  }

  .metric-card {
    position: relative;
    inset: auto;
    width: 100%;
    margin-top: 12px;
  }

  .glass-ring {
    display: none;
  }

  .mission-section,
  .platform-section,
  .tech-section,
  .media-section,
  .audience-section,
  .contact-section {
    padding: 58px 0;
  }
}
