:root {
  --bg: #040711;
  --bg-soft: #08101f;
  --panel: rgba(9, 16, 31, 0.70);
  --line: rgba(255,255,255,0.12);
  --text: #f7f9ff;
  --muted: #a9b5ca;
  --red: #ff2c36;
  --red-bright: #ff515a;
  --blue: #4285ff;
  --cyan: #52d5ff;
  --shadow: 0 24px 80px rgba(0,0,0,.45);
  --max: 1220px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    radial-gradient(circle at 50% 10%, rgba(30,75,150,.18), transparent 34rem),
    var(--bg);
  color: var(--text);
  font-family: Inter, system-ui, sans-serif;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }

.noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .035;
  z-index: 50;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 18px max(5vw, 28px);
  background: linear-gradient(to bottom, rgba(4,7,17,.92), rgba(4,7,17,.35), transparent);
  backdrop-filter: blur(7px);
}

.brand {
  display: inline-flex;
  align-items: baseline;
  font-family: Orbitron, sans-serif;
  font-weight: 800;
  letter-spacing: -.04em;
  font-size: 1.55rem;
}
.brand-3e { color: var(--red); }
.brand-net { color: white; }
.brand-media {
  margin-left: .5rem;
  color: #d4d9e5;
  font-size: .58rem;
  letter-spacing: .36em;
}

.desktop-nav {
  display: flex;
  gap: 2rem;
  color: #dce4f4;
  font-size: .93rem;
}
.desktop-nav a { position: relative; }
.desktop-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -7px;
  height: 2px;
  background: var(--red);
  transition: .25s ease;
}
.desktop-nav a:hover::after { right: 0; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 1.4rem;
  border-radius: 4px;
  border: 1px solid var(--line);
  font: inherit;
  font-weight: 700;
  color: white;
  cursor: pointer;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 42px; padding-inline: 1rem; font-size: .87rem; }
.button-primary {
  border-color: var(--red);
  background: linear-gradient(135deg, #ff2632, #b30f1d);
  box-shadow: 0 10px 34px rgba(255, 44, 54, .28);
}
.button-primary:hover { box-shadow: 0 14px 42px rgba(255,44,54,.40); }
.button-ghost { background: rgba(5,10,20,.45); backdrop-filter: blur(10px); }
.button-ghost:hover { border-color: rgba(255,255,255,.35); }

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  place-items: center;
  overflow: hidden;
}
.hero-background {
  position: absolute;
  inset: 0;
  background-image: url("assets/3enet-studio-hero.png");
  background-position: center;
  background-size: cover;
  transform: scale(1.025);
  animation: heroPush 16s ease-out both;
}
@keyframes heroPush { from { transform: scale(1.08); } to { transform: scale(1.025); } }
.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3,6,14,.92) 0%, rgba(3,6,14,.68) 44%, rgba(3,6,14,.22) 72%),
    linear-gradient(to top, var(--bg) 0%, transparent 26%, rgba(2,5,12,.35) 100%);
}
.hero-grid {
  position: absolute;
  inset: 0;
  opacity: .12;
  background-image:
    linear-gradient(rgba(82,213,255,.25) 1px, transparent 1px),
    linear-gradient(90deg, rgba(82,213,255,.25) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(to right, black, transparent 70%);
}
.hero-content {
  position: relative;
  z-index: 2;
  width: min(var(--max), 90vw);
  padding: 9rem 0 5rem;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: .7rem;
  margin: 0 0 1.1rem;
  color: #d4def0;
  font-size: .78rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-weight: 800;
}
.eyebrow span {
  width: 34px;
  height: 2px;
  background: var(--red);
  box-shadow: 0 0 15px rgba(255,44,54,.75);
}
.hero h1 {
  max-width: 900px;
  margin: 0;
  font-family: Orbitron, sans-serif;
  font-size: clamp(3.3rem, 8vw, 7.4rem);
  line-height: .93;
  letter-spacing: -.065em;
  text-transform: uppercase;
  text-shadow: 0 10px 40px rgba(0,0,0,.45);
}
.hero h1 span {
  display: block;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255,255,255,.9);
  text-shadow: 0 0 40px rgba(66,133,255,.28);
}
.hero-copy {
  max-width: 700px;
  margin: 1.65rem 0 0;
  color: #d0d9e9;
  font-size: clamp(1.05rem, 2vw, 1.28rem);
  line-height: 1.75;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2rem; }
.hero-pillars {
  display: flex;
  flex-wrap: wrap;
  gap: .7rem;
  margin-top: 2.25rem;
}
.hero-pillars span {
  padding: .55rem .8rem;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(3,8,18,.52);
  color: #dce5f4;
  font-size: .74rem;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.scroll-cue {
  position: absolute;
  bottom: 24px;
  left: 50%;
  z-index: 3;
  transform: translateX(-50%);
  color: #95a3ba;
  font-size: .68rem;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.scroll-cue span {
  display: block;
  width: 1px;
  height: 32px;
  margin: 0 auto .55rem;
  background: linear-gradient(var(--red), transparent);
  animation: scrollPulse 1.8s infinite;
}
@keyframes scrollPulse { 50% { opacity: .25; transform: scaleY(.65); } }

.section {
  width: min(var(--max), 90vw);
  margin: 0 auto;
  padding: 8rem 0;
}
.section-heading { max-width: 900px; }
.section-heading.centered { margin: 0 auto 4rem; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
.section h2 {
  margin: 0;
  font-family: Orbitron, sans-serif;
  font-size: clamp(2.15rem, 4.4vw, 4.4rem);
  line-height: 1.06;
  letter-spacing: -.045em;
}
.section-heading > p:last-child {
  max-width: 760px;
  margin: 1.3rem auto 0;
  color: var(--muted);
  line-height: 1.8;
  font-size: 1.08rem;
}

.statement-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
  margin-top: 3.5rem;
}
.glass-card {
  min-height: 285px;
  padding: 2rem;
  border: 1px solid var(--line);
  background:
    linear-gradient(145deg, rgba(18,29,52,.78), rgba(5,10,21,.72));
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
  position: relative;
  overflow: hidden;
}
.glass-card::after {
  content: "";
  position: absolute;
  inset: auto -20% -55% 35%;
  height: 190px;
  background: radial-gradient(circle, rgba(66,133,255,.16), transparent 65%);
}
.card-number {
  color: var(--red);
  font-family: Orbitron, sans-serif;
  font-size: .78rem;
  letter-spacing: .15em;
}
.glass-card h3 { margin: 4.2rem 0 .8rem; font-size: 1.32rem; }
.glass-card p { margin: 0; color: var(--muted); line-height: 1.75; }

.programs {
  display: grid;
  grid-template-columns: 1.04fr .96fr;
  align-items: center;
  gap: clamp(2.5rem, 7vw, 7rem);
}
.programs-image {
  position: relative;
}
.programs-image::before {
  content: "";
  position: absolute;
  inset: -18px;
  border: 1px solid rgba(82,213,255,.17);
  transform: translate(14px, 14px);
}
.programs-image img {
  position: relative;
  box-shadow: 0 35px 90px rgba(0,0,0,.55);
}
.programs-copy > p {
  color: var(--muted);
  line-height: 1.8;
  font-size: 1.05rem;
}
.programs-copy blockquote {
  margin: 2rem 0;
  padding: 1.2rem 0 1.2rem 1.4rem;
  border-left: 3px solid var(--red);
  color: white;
  font-size: 1.18rem;
  line-height: 1.7;
  font-weight: 600;
}
.feature-list { display: grid; gap: .75rem; }
.feature-list div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid var(--line);
}
.feature-list strong { color: white; }
.feature-list span { color: var(--muted); text-align: right; }

.platform {
  min-height: 850px;
}
.orbit-wrap {
  position: relative;
  width: min(680px, 86vw);
  aspect-ratio: 1;
  margin: 1rem auto 0;
  display: grid;
  place-items: center;
}
.orbit {
  position: absolute;
  border: 1px solid rgba(82,213,255,.25);
  border-radius: 50%;
  box-shadow: inset 0 0 60px rgba(66,133,255,.04);
}
.orbit-one { width: 75%; height: 75%; animation: spin 28s linear infinite; }
.orbit-two { width: 100%; height: 100%; animation: spinReverse 40s linear infinite; }
.orbit-one::before, .orbit-two::before {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 22px var(--red);
  top: 50%;
  left: -5px;
}
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes spinReverse { to { transform: rotate(-360deg); } }
.orbit-core {
  width: 205px;
  aspect-ratio: 1;
  border-radius: 50%;
  display: grid;
  place-content: center;
  text-align: center;
  background:
    radial-gradient(circle at 50% 30%, rgba(66,133,255,.27), rgba(4,8,18,.94) 65%);
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: 0 0 90px rgba(66,133,255,.2), inset 0 0 40px rgba(255,255,255,.04);
  font-family: Orbitron, sans-serif;
  font-size: 2.5rem;
  font-weight: 800;
  letter-spacing: -.06em;
}
.orbit-core small {
  display: block;
  margin-top: .3rem;
  color: #bec8d8;
  font-size: .55rem;
  letter-spacing: .5em;
}
.orbit-node {
  position: absolute;
  padding: .7rem .95rem;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(7,14,28,.78);
  backdrop-filter: blur(10px);
  color: #dfe7f5;
  box-shadow: 0 12px 40px rgba(0,0,0,.28);
  font-size: .83rem;
  letter-spacing: .05em;
}
.node-one { top: 5%; left: 42%; }
.node-two { top: 23%; right: -2%; }
.node-three { bottom: 23%; right: 0; }
.node-four { bottom: 6%; left: 39%; }
.node-five { bottom: 25%; left: -1%; }
.node-six { top: 23%; left: -2%; }

.cta-panel {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 3rem;
  align-items: end;
  padding: clamp(2.3rem, 6vw, 5rem);
  border: 1px solid rgba(255,255,255,.16);
  background:
    linear-gradient(120deg, rgba(10,18,35,.96), rgba(18,31,57,.78)),
    url("assets/3enet-studio-hero.png") center / cover;
  box-shadow: var(--shadow);
}
.cta-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 85% 20%, rgba(255,44,54,.18), transparent 30%);
  pointer-events: none;
}
.cta-panel > * { position: relative; z-index: 2; }
.cta-panel h2 { max-width: 800px; }
.cta-panel p:not(.eyebrow) { max-width: 720px; color: var(--muted); line-height: 1.8; }
.cta-actions { display: grid; gap: .85rem; min-width: 245px; }

footer {
  width: min(var(--max), 90vw);
  margin: 0 auto;
  padding: 3rem 0 4rem;
  border-top: 1px solid var(--line);
  text-align: center;
  color: var(--muted);
}
.footer-brand { margin-bottom: .8rem; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 1.4rem; margin: 1.2rem 0; }
.footer-links a:hover { color: white; }

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .8s ease, transform .8s ease;
}
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .desktop-nav { display: none; }
  .statement-grid, .programs, .cta-panel { grid-template-columns: 1fr; }
  .programs-image { order: 2; }
  .cta-actions { min-width: 0; }
  .hero-overlay {
    background:
      linear-gradient(to right, rgba(3,6,14,.92), rgba(3,6,14,.55)),
      linear-gradient(to top, var(--bg), transparent 35%);
  }
}

@media (max-width: 600px) {
  .site-header { padding: 16px 18px; }
  .site-header > .button { display: none; }
  .hero-content { width: 88vw; padding-top: 8rem; }
  .hero h1 { font-size: clamp(3rem, 16vw, 5rem); }
  .section { width: 88vw; padding: 5.5rem 0; }
  .statement-grid { gap: .9rem; }
  .feature-list div { display: grid; }
  .feature-list span { text-align: left; }
  .orbit-node { font-size: .68rem; padding: .5rem .6rem; }
  .orbit-core { width: 145px; font-size: 1.8rem; }
}
