:root {
  --bg: #050706;
  --panel: rgba(9, 13, 11, .76);
  --panel-strong: rgba(11, 17, 14, .94);
  --text: #f6fbf7;
  --muted: #9dad9f;
  --green: #79ee16;
  --green-2: #b6ff72;
  --orange: #ff8a27;
  --line: rgba(255, 255, 255, .11);
  --radius: 30px;
  --ease: cubic-bezier(.22, 1, .36, 1);
}

* { box-sizing: border-box; }
html { min-height: 100%; background: var(--bg); }
body {
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  color: var(--text);
  background:
    radial-gradient(circle at 15% 18%, rgba(121, 238, 22, .09), transparent 29rem),
    radial-gradient(circle at 85% 80%, rgba(255, 138, 39, .075), transparent 31rem),
    #050706;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

button, a { font: inherit; }
a { color: inherit; }

#particleCanvas,
.grid,
.ambient {
  position: fixed;
  inset: 0;
  pointer-events: none;
}

#particleCanvas { z-index: 0; opacity: .58; }
.grid {
  z-index: 0;
  opacity: .22;
  background-image:
    linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, transparent 2%, #000 30%, #000 75%, transparent 100%);
  animation: gridDrift 15s linear infinite;
}

.ambient {
  z-index: 0;
  width: 34rem;
  height: 34rem;
  border-radius: 50%;
  filter: blur(105px);
  opacity: .13;
}
.ambient-one { inset: -15rem auto auto -12rem; background: var(--green); animation: floatOne 9s ease-in-out infinite alternate; }
.ambient-two { inset: auto -17rem -18rem auto; background: var(--orange); animation: floatTwo 11s ease-in-out infinite alternate; }

.shell {
  position: relative;
  z-index: 2;
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: clamp(18px, 3vw, 42px);
}

.stage {
  position: relative;
  width: min(1180px, 100%);
  min-height: min(770px, calc(100vh - 56px));
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: clamp(30px, 6vw, 86px);
  padding: clamp(82px, 8vw, 112px) clamp(24px, 6vw, 76px) clamp(76px, 7vw, 94px);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(255,255,255,.055), transparent 30%),
    var(--panel);
  box-shadow:
    0 34px 100px rgba(0,0,0,.47),
    inset 0 1px 0 rgba(255,255,255,.07);
  backdrop-filter: blur(18px);
  isolation: isolate;
  overflow: hidden;
}

.stage::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(115deg, transparent 22%, rgba(121,238,22,.055) 48%, transparent 68%);
  transform: translateX(-110%);
  animation: sweep 7.5s ease-in-out infinite;
}
.stage::after {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: -1;
  border-radius: calc(var(--radius) - 1px);
  background: radial-gradient(circle at 26% 45%, rgba(121,238,22,.09), transparent 28%);
}

.topbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 clamp(22px, 5vw, 54px);
  border-bottom: 1px solid var(--line);
  color: #bac7bd;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.status { display: inline-flex; align-items: center; gap: 10px; }
.status i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 7px rgba(121,238,22,.09), 0 0 18px rgba(121,238,22,.7);
  animation: pulse 1.8s ease-in-out infinite;
}
.secure { color: #839087; }

.visual {
  position: relative;
  width: min(420px, 100%);
  aspect-ratio: 1;
  justify-self: center;
  display: grid;
  place-items: center;
  animation: visualEntrance 1.2s var(--ease) both;
}
.logo-card {
  position: relative;
  z-index: 5;
  width: min(278px, 71%);
  aspect-ratio: 1;
  border-radius: 34px;
  overflow: hidden;
  background: #000;
  box-shadow:
    0 30px 55px rgba(0,0,0,.55),
    0 0 0 1px rgba(255,255,255,.13),
    0 0 0 10px rgba(255,255,255,.022),
    0 0 68px rgba(121,238,22,.12);
  transform: perspective(900px) rotateY(-5deg) rotateX(4deg);
  animation: cardFloat 5s ease-in-out infinite, cardReveal 1.5s var(--ease) both;
}
.logo-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.scanline {
  position: absolute;
  left: 0;
  right: 0;
  top: -30%;
  height: 28%;
  background: linear-gradient(to bottom, transparent, rgba(121,238,22,.14), transparent);
  mix-blend-mode: screen;
  animation: scan 4s ease-in-out infinite 1.2s;
}
.logo-halo {
  position: absolute;
  z-index: 1;
  width: 72%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: conic-gradient(from 120deg, rgba(121,238,22,.35), transparent 20%, rgba(255,138,39,.25), transparent 53%, rgba(121,238,22,.3));
  filter: blur(20px);
  opacity: .75;
  animation: rotate 9s linear infinite;
}
.orbit {
  position: absolute;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 50%;
}
.orbit::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 20px rgba(121,238,22,.85);
}
.orbit-one { inset: 3%; animation: rotate 12s linear infinite; }
.orbit-two { inset: 13%; border-style: dashed; opacity: .5; animation: rotateReverse 18s linear infinite; }
.orbit-two::after { background: var(--orange); box-shadow: 0 0 20px rgba(255,138,39,.8); }
.spark {
  position: absolute;
  z-index: 7;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--green-2);
  box-shadow: 0 0 18px rgba(121,238,22,.85);
  animation: sparkle 3.2s ease-in-out infinite;
}
.spark-a { top: 17%; right: 9%; }
.spark-b { bottom: 20%; left: 6%; animation-delay: -1.2s; background: var(--orange); }
.spark-c { top: 53%; right: 1%; animation-delay: -2.2s; }

.copy {
  position: relative;
  z-index: 4;
  max-width: 590px;
  animation: copyEntrance 1s var(--ease) .15s both;
}
.eyebrow {
  margin: 0 0 18px;
  color: var(--green-2);
  font-size: 13px;
  font-weight: 760;
  letter-spacing: .2em;
  text-transform: uppercase;
}
h1 {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 13px;
  font-size: clamp(42px, 6vw, 78px);
  line-height: .96;
  letter-spacing: -.055em;
}
.old-brand {
  color: #778179;
  font-weight: 650;
  font-size: .52em;
  letter-spacing: -.035em;
  position: relative;
  animation: oldBrand 15s var(--ease) both;
}
.old-brand::after {
  content: "";
  position: absolute;
  top: 53%;
  left: -3%;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--orange), var(--green));
  box-shadow: 0 0 10px rgba(121,238,22,.4);
  animation: strike 15s var(--ease) both;
}
.connector {
  display: inline-grid;
  place-items: center;
  width: .62em;
  color: var(--green);
  opacity: 0;
  animation: connectorReveal 15s var(--ease) both;
}
.connector svg { width: 100%; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.new-brand {
  position: relative;
  font-weight: 900;
  background: linear-gradient(100deg, #fff 12%, #d9ffc0 46%, var(--green) 76%, #fff 108%);
  background-size: 220% auto;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  opacity: 0;
  filter: blur(10px);
  transform: translateY(12px) scale(.96);
  animation: newBrand 15s var(--ease) both, textShine 4.4s linear infinite 5s;
}
.lead {
  max-width: 570px;
  margin: 22px 0 0;
  color: #b4c0b7;
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.62;
}
.service-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}
.service-row span {
  min-height: 39px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 0 14px;
  border: 1px solid rgba(121,238,22,.27);
  border-radius: 999px;
  color: #eaf6ec;
  background: rgba(20,31,23,.86);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05), 0 8px 25px rgba(0,0,0,.16);
  font-size: 13px;
  font-weight: 700;
}
.service-row b {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 10px rgba(121,238,22,.7);
}
.redirect-panel {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 31px;
  padding: 15px 17px;
  max-width: 460px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 18px;
  background: rgba(255,255,255,.035);
}
.countdown-wrap {
  position: relative;
  flex: 0 0 54px;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
}
.countdown-ring { position: absolute; inset: 0; width: 100%; height: 100%; transform: rotate(-90deg); }
.countdown-ring circle { fill: none; stroke-width: 3; }
.ring-track { stroke: rgba(255,255,255,.1); }
.ring-progress {
  stroke: var(--green);
  stroke-linecap: round;
  stroke-dasharray: 144.51;
  stroke-dashoffset: 0;
  filter: drop-shadow(0 0 5px rgba(121,238,22,.65));
  transition: stroke-dashoffset .2s linear;
}
.countdown-wrap strong { font-size: 16px; font-variant-numeric: tabular-nums; }
.redirect-copy { display: grid; gap: 4px; }
.redirect-copy span { font-weight: 760; font-size: 14px; color: #f3fbf4; }
.redirect-copy small { color: var(--muted); font-size: 12px; }
.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}
.primary-btn,
.secondary-btn {
  min-height: 52px;
  border-radius: 14px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid transparent;
  cursor: pointer;
  text-decoration: none;
  font-weight: 800;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), border-color .25s ease, background .25s ease;
}
.primary-btn {
  color: #081006;
  background: linear-gradient(115deg, #a9ff63, var(--green));
  box-shadow: 0 13px 30px rgba(121,238,22,.2), inset 0 1px 0 rgba(255,255,255,.55);
}
.primary-btn svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; transition: transform .25s ease; }
.primary-btn:hover { transform: translateY(-2px); box-shadow: 0 17px 38px rgba(121,238,22,.28); }
.primary-btn:hover svg { transform: translateX(3px); }
.secondary-btn {
  color: #edf6ef;
  background: rgba(255,255,255,.045);
  border-color: rgba(255,255,255,.15);
}
.secondary-btn:hover { transform: translateY(-2px); background: rgba(255,255,255,.075); border-color: rgba(121,238,22,.33); }
.primary-btn:focus-visible,
.secondary-btn:focus-visible { outline: 3px solid rgba(121,238,22,.4); outline-offset: 3px; }

.timeline {
  position: absolute;
  left: clamp(24px, 6vw, 76px);
  right: clamp(24px, 6vw, 76px);
  bottom: 25px;
  height: 26px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-top: 1px solid rgba(255,255,255,.11);
  color: #6f7a72;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.timeline span { padding-top: 8px; transition: color .35s ease; }
.timeline .active { color: var(--green-2); }
.timeline-progress {
  position: absolute;
  top: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background: linear-gradient(90deg, var(--green), var(--orange));
  box-shadow: 0 0 12px rgba(121,238,22,.55);
  animation: timeline 15s linear both;
}

.noscript {
  position: fixed;
  z-index: 20;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  padding: 12px 16px;
  border-radius: 12px;
  background: #171b18;
  color: #fff;
  border: 1px solid rgba(255,255,255,.14);
}
.noscript a { color: var(--green-2); }

body.redirect-paused .timeline-progress { animation-play-state: paused; }
body.redirect-paused .status i { background: var(--orange); box-shadow: 0 0 0 7px rgba(255,138,39,.09), 0 0 18px rgba(255,138,39,.7); }

@keyframes visualEntrance { from { opacity: 0; transform: translateX(-28px) scale(.96); } to { opacity: 1; transform: none; } }
@keyframes copyEntrance { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }
@keyframes cardReveal { 0% { opacity: 0; clip-path: inset(50% 50% 50% 50% round 40px); } 100% { opacity: 1; clip-path: inset(0 0 0 0 round 34px); } }
@keyframes cardFloat { 0%,100% { transform: perspective(900px) rotateY(-5deg) rotateX(4deg) translateY(0); } 50% { transform: perspective(900px) rotateY(3deg) rotateX(-2deg) translateY(-10px); } }
@keyframes scan { 0%,12% { top: -34%; opacity: 0; } 22% { opacity: .95; } 63% { top: 105%; opacity: .2; } 100% { top: 105%; opacity: 0; } }
@keyframes rotate { to { transform: rotate(360deg); } }
@keyframes rotateReverse { to { transform: rotate(-360deg); } }
@keyframes sparkle { 0%,100% { opacity: .2; transform: scale(.6); } 50% { opacity: 1; transform: scale(1.5); } }
@keyframes pulse { 50% { transform: scale(.78); opacity: .75; } }
@keyframes gridDrift { to { background-position: 48px 48px; } }
@keyframes floatOne { to { transform: translate(8rem, 5rem) scale(1.12); } }
@keyframes floatTwo { to { transform: translate(-6rem, -4rem) scale(.88); } }
@keyframes sweep { 0%,55% { transform: translateX(-120%); } 78%,100% { transform: translateX(120%); } }
@keyframes textShine { to { background-position: -220% center; } }
@keyframes timeline { to { width: 100%; } }
@keyframes oldBrand {
  0%, 17% { color: #d6ded8; transform: none; opacity: 1; }
  29%, 100% { color: #69726b; transform: translateY(-1px); opacity: .78; }
}
@keyframes strike {
  0%, 18% { width: 0; }
  29%, 100% { width: 106%; }
}
@keyframes connectorReveal {
  0%, 25% { opacity: 0; transform: translateX(-12px); }
  37%, 100% { opacity: 1; transform: none; }
}
@keyframes newBrand {
  0%, 27% { opacity: 0; filter: blur(10px); transform: translateY(12px) scale(.96); }
  43%, 100% { opacity: 1; filter: blur(0); transform: none; }
}

@media (max-width: 880px) {
  .stage {
    grid-template-columns: 1fr;
    gap: 16px;
    padding-top: 92px;
    text-align: center;
  }
  .visual { width: min(330px, 76vw); }
  .logo-card { border-radius: 27px; }
  .copy { justify-self: center; }
  h1 { justify-content: center; }
  .lead { margin-inline: auto; }
  .service-row, .actions { justify-content: center; }
  .redirect-panel { margin-inline: auto; text-align: left; }
}

@media (max-width: 560px) {
  .shell { padding: 10px; }
  .stage { min-height: calc(100vh - 20px); border-radius: 23px; padding: 82px 18px 67px; }
  .topbar { min-height: 54px; justify-content: center; padding: 0 15px; }
  .secure { display: none; }
  .visual { width: min(280px, 75vw); }
  h1 { gap: 7px 9px; font-size: clamp(36px, 12vw, 57px); }
  .old-brand { width: 100%; font-size: .48em; }
  .connector { width: .54em; }
  .lead { margin-top: 17px; font-size: 16px; }
  .service-row { margin-top: 21px; gap: 7px; }
  .service-row span { min-height: 35px; padding: 0 11px; font-size: 12px; }
  .redirect-panel { margin-top: 22px; padding: 12px; }
  .actions { display: grid; grid-template-columns: 1fr; }
  .primary-btn, .secondary-btn { width: 100%; }
  .timeline { left: 18px; right: 18px; bottom: 18px; }
}

@media (max-height: 740px) and (min-width: 881px) {
  .stage { min-height: 680px; padding-top: 76px; padding-bottom: 70px; }
  .visual { width: 340px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behaviour: auto !important;
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
  }
  .old-brand::after { width: 106%; }
  .new-brand, .connector { opacity: 1; filter: none; transform: none; }
}
