
:root {
  --bg: #06152f;
  --bg-2: #092a5d;
  --primary: #1d7cff;
  --primary-2: #58b7ff;
  --primary-3: #9dddff;
  --text: #f7fbff;
  --muted: #c9dcf6;
  --soft: rgba(255, 255, 255, 0.72);
  --card: rgba(255, 255, 255, 0.12);
  --card-strong: rgba(255, 255, 255, 0.18);
  --stroke: rgba(255, 255, 255, 0.18);
  --shadow: 0 24px 80px rgba(0, 50, 130, 0.32);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --max: 1140px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 18% 12%, rgba(88, 183, 255, 0.42), transparent 28rem),
    radial-gradient(circle at 82% 18%, rgba(29, 124, 255, 0.32), transparent 30rem),
    linear-gradient(145deg, var(--bg), var(--bg-2) 52%, #073b7e);
  min-height: 100vh;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,0.72), transparent 76%);
  z-index: -3;
}
a { color: inherit; text-decoration: none; }
img, svg { display: block; }
button, a { -webkit-tap-highlight-color: transparent; }

.page { position: relative; overflow: hidden; padding-bottom: 0; }
.container { width: min(calc(100% - 32px), var(--max)); margin-inline: auto; }

.orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(4px);
  opacity: 0.56;
  pointer-events: none;
  z-index: -1;
  animation: float 9s ease-in-out infinite;
}
.orb.one { width: 210px; height: 210px; background: rgba(88, 183, 255, 0.34); top: 130px; left: -80px; }
.orb.two { width: 280px; height: 280px; background: rgba(29, 124, 255, 0.28); top: 460px; right: -130px; animation-delay: -3s; }
.orb.three { width: 170px; height: 170px; background: rgba(157, 221, 255, 0.24); bottom: 320px; left: 10%; animation-delay: -6s; }
.orb.four { width: 190px; height: 190px; background: rgba(120, 210, 255, 0.19); top: 980px; left: 76%; animation-delay: -2s; }

.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(18px);
  background: rgba(6, 21, 47, 0.64);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.nav-inner {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 850;
  letter-spacing: -0.035em;
  white-space: nowrap;
}
.logo {
  width: 44px;
  height: 44px;
  border-radius: 16px;
  display: block;
  object-fit: contain;
  flex: 0 0 auto;
  filter: drop-shadow(0 12px 24px rgba(29, 124, 255, 0.28));
}
.brand-name { font-size: 1.07rem; }
.nav-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
.nav-link {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 17px;
  border-radius: 999px;
  color: var(--muted);
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(255, 255, 255, 0.055);
  font-size: 0.95rem;
  font-weight: 760;
  transition: color .25s ease, transform .25s ease, background .25s ease, border-color .25s ease;
}
.nav-link:hover, .nav-link.active {
  color: var(--text);
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.11);
  border-color: rgba(255, 255, 255, 0.20);
}
.nav-link.download-pill {
  min-height: 54px;
  padding-inline: 24px;
  color: #031126;
  background: linear-gradient(135deg, #f7fdff, #77cfff 44%, #1d7cff);
  border: 0;
  box-shadow: 0 14px 34px rgba(29, 124, 255, 0.36);
  position: relative;
  overflow: hidden;
}
.nav-link.download-pill::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent, rgba(255,255,255,0.55), transparent);
  transform: translateX(-120%);
  animation: shine 4.6s ease-in-out infinite;
}
.nav-link.download-pill span { position: relative; z-index: 1; }

.hero { padding: clamp(50px, 8vw, 112px) 0 66px; }
.hero-grid {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  align-items: center;
  gap: clamp(28px, 5vw, 68px);
}
.hero-narrow { max-width: 820px; padding-bottom: 36px; }
.eyebrow {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 9px 13px;
  border: 1px solid var(--stroke);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: #dcf2ff;
  font-size: 0.92rem;
  box-shadow: 0 12px 40px rgba(0,0,0,0.12);
  animation: appear .7s ease both;
}
.eyebrow-dot {
  width: 9px;
  height: 9px;
  border-radius: 99px;
  background: #73d7ff;
  box-shadow: 0 0 0 6px rgba(115, 215, 255, 0.14);
}
h1 {
  margin: 22px 0 18px;
  font-size: clamp(2.68rem, 7vw, 5.88rem);
  line-height: 0.95;
  letter-spacing: -0.075em;
  max-width: 780px;
  animation: appear .8s .08s ease both;
}
.page-title { font-size: clamp(2.62rem, 6vw, 5.15rem); max-width: 920px; }
.gradient-text {
  background: linear-gradient(90deg, #ffffff 0%, #bfeeff 45%, #70c7ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero-text {
  max-width: 650px;
  color: var(--muted);
  font-size: clamp(1.04rem, 2vw, 1.24rem);
  line-height: 1.65;
  margin: 0 0 28px;
  animation: appear .8s .16s ease both;
}
.actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  animation: appear .8s .24s ease both;
}
.btn {
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  border-radius: 999px;
  padding: 0 24px;
  font-weight: 830;
  cursor: pointer;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease, border-color .25s ease;
  touch-action: manipulation;
  line-height: 1;
}
.btn-primary {
  position: relative;
  overflow: hidden;
  color: #031126;
  background: linear-gradient(135deg, #f8fdff, #7bd2ff 42%, #1d7cff 100%);
  box-shadow: 0 18px 42px rgba(29, 124, 255, 0.42);
}
.btn-primary::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent, rgba(255,255,255,0.55), transparent);
  transform: translateX(-120%);
  animation: shine 4s ease-in-out infinite;
}
.btn-primary span, .btn-primary svg { position: relative; z-index: 1; }
.btn-primary:hover { transform: translateY(-3px) scale(1.01); box-shadow: 0 26px 58px rgba(29, 124, 255, 0.52); }
.btn-secondary {
  color: var(--text);
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.17);
}
.btn-secondary:hover { transform: translateY(-3px); background: rgba(255, 255, 255, 0.16); }
.micro-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
  color: rgba(247,251,255,0.78);
  animation: appear .8s .32s ease both;
}
.micro-chip {
  padding: 9px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.13);
  background: rgba(255,255,255,0.075);
  font-size: .91rem;
}

.hero-card {
  position: relative;
  min-height: 500px;
  display: grid;
  place-items: center;
  animation: cardIn .9s .16s cubic-bezier(.2,.8,.2,1) both;
}
.mock-window {
  width: min(100%, 520px);
  min-height: 420px;
  border: 1px solid rgba(255,255,255,0.19);
  border-radius: var(--radius-xl);
  background: linear-gradient(145deg, rgba(255,255,255,0.20), rgba(255,255,255,0.08));
  box-shadow: var(--shadow);
  padding: 18px;
  backdrop-filter: blur(20px);
}
.call-top {
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #dcefff;
  font-size: .93rem;
}
.window-controls { display: flex; gap: 8px; }
.window-controls i { width: 11px; height: 11px; border-radius: 99px; background: rgba(255,255,255,0.33); }
.status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 11px;
  border-radius: 999px;
  background: rgba(92, 255, 190, 0.13);
  border: 1px solid rgba(157,255,223,0.18);
}
.status::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #9dffdf; box-shadow: 0 0 0 5px rgba(157,255,223,0.12); }
.video-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.video-tile {
  position: relative;
  min-height: 245px;
  border-radius: 26px;
  overflow: hidden;
  background:
    radial-gradient(circle at 35% 18%, rgba(255,255,255,0.20), transparent 38%),
    linear-gradient(145deg, rgba(29, 124, 255, 0.62), rgba(6, 21, 47, 0.78));
  border: 1px solid rgba(255,255,255,0.16);
  display: grid;
  place-items: center;
}
.video-tile:nth-child(2) { background: linear-gradient(145deg, rgba(88, 183, 255, 0.58), rgba(9, 42, 93, 0.80)); }
.avatar {
  width: 86px;
  height: 86px;
  border-radius: 28px;
  display: grid;
  place-items: center;
  font-size: 2.2rem;
  font-weight: 850;
  background: rgba(255,255,255,0.18);
  border: 1px solid rgba(255,255,255,0.20);
  box-shadow: 0 18px 38px rgba(0,0,0,0.18);
}
.name-tag {
  position: absolute;
  left: 14px;
  bottom: 14px;
  padding: 8px 11px;
  border-radius: 999px;
  background: rgba(0, 16, 38, 0.43);
  border: 1px solid rgba(255,255,255,0.13);
  color: #effaff;
  font-size: .9rem;
}
.call-controls {
  margin-top: 16px;
  min-height: 72px;
  border-radius: 24px;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.14);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}
.control {
  width: 52px;
  height: 52px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,0.13);
  border: 1px solid rgba(255,255,255,0.13);
}
.control.end { background: rgba(255,91,104,0.88); }
.floating-badge {
  position: absolute;
  right: -58px;
  bottom: 86px;
  z-index: 6;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 230px;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 22px;
  background: rgba(6, 21, 47, 0.62);
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 50px rgba(0,0,0,0.24);
  animation: float 7s ease-in-out infinite;
}
.floating-badge span { display: grid; gap: 1px; }
.floating-badge small { color: var(--muted); }

section { padding: 54px 0; }
.section-head {
  max-width: 760px;
  margin-bottom: 26px;
}
.section-head.center { margin-inline: auto; text-align: center; }
.section-head h2, .download-panel h2, .story-panel h2 {
  margin: 0 0 12px;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1;
  letter-spacing: -0.055em;
}
.section-head p, .download-panel p, .story-panel p {
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.68;
}
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.card, .feature-card, .step, .info-card, .quote-card, .timeline-item {
  border: 1px solid var(--stroke);
  border-radius: var(--radius-lg);
  background: linear-gradient(145deg, rgba(255,255,255,0.145), rgba(255,255,255,0.075));
  box-shadow: 0 18px 60px rgba(0, 24, 64, 0.18);
  backdrop-filter: blur(18px);
}
.card, .feature-card, .info-card, .quote-card { padding: 24px; }
.card h3, .feature-card h3, .step h3, .info-card h3, .quote-card h3, .timeline-item h3 {
  margin: 14px 0 9px;
  font-size: 1.25rem;
  letter-spacing: -0.025em;
}
.card p, .feature-card p, .step p, .info-card p, .quote-card p, .timeline-item p, .list-soft li {
  color: var(--muted);
  line-height: 1.62;
  margin: 0;
}
.icon-box {
  width: 56px;
  height: 56px;
  border-radius: 20px;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, rgba(29,124,255,0.90), rgba(88,183,255,0.52));
  box-shadow: 0 16px 34px rgba(29, 124, 255, 0.25);
}
.kpi-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 24px; }
.kpi {
  padding: 18px;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.075);
}
.kpi strong { display: block; font-size: 1.8rem; letter-spacing: -0.055em; }
.kpi span { color: var(--muted); font-size: .95rem; line-height: 1.4; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; counter-reset: steps; }
.step { position: relative; overflow: hidden; padding: 26px; min-height: 205px; }
.step::before {
  counter-increment: steps;
  content: counter(steps, decimal-leading-zero);
  position: absolute;
  right: 20px;
  top: 14px;
  color: rgba(255,255,255,0.12);
  font-size: 4.6rem;
  font-weight: 900;
  letter-spacing: -0.07em;
}
.step h3, .step p { position: relative; z-index: 1; }
.step h3 { margin-top: 0; }
.timeline { display: grid; gap: 14px; }
.timeline-item { padding: 22px; display: grid; grid-template-columns: 120px 1fr; gap: 18px; align-items: start; }
.timeline-item .time { color: #9dddff; font-weight: 800; }
.split {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: clamp(22px, 4vw, 42px);
  align-items: center;
}
.story-panel, .download-panel, .privacy-panel {
  border: 1px solid var(--stroke);
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at 16% 20%, rgba(88,183,255,0.24), transparent 30%),
    linear-gradient(145deg, rgba(255,255,255,0.16), rgba(255,255,255,0.07));
  box-shadow: var(--shadow);
  backdrop-filter: blur(20px);
}
.story-panel { padding: clamp(24px, 5vw, 46px); }
.download-panel {
  padding: clamp(24px, 5vw, 46px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.privacy-panel { padding: clamp(24px, 5vw, 42px); }
.list-soft { list-style: none; padding: 0; margin: 18px 0 0; display: grid; gap: 12px; }
.list-soft li {
  position: relative;
  padding-left: 29px;
}
.list-soft li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .55em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #73d7ff;
  box-shadow: 0 0 0 6px rgba(115,215,255,0.10);
}
.phone-stack {
  display: grid;
  place-items: center;
  min-height: 440px;
}
.phone {
  width: min(100%, 300px);
  border-radius: 38px;
  padding: 14px;
  background: rgba(2, 14, 34, 0.48);
  border: 1px solid rgba(255,255,255,0.16);
  box-shadow: 0 26px 74px rgba(0,0,0,0.28);
}
.phone-screen {
  min-height: 485px;
  border-radius: 30px;
  padding: 18px;
  background:
    radial-gradient(circle at 20% 10%, rgba(157,221,255,0.34), transparent 35%),
    linear-gradient(160deg, #0b3e84, #071c3f);
  overflow: hidden;
}
.chat-line {
  height: 46px;
  border-radius: 18px;
  margin: 12px 0;
  background: rgba(255,255,255,0.13);
  border: 1px solid rgba(255,255,255,0.10);
}
.chat-line.small { width: 64%; }
.chat-line.right { margin-left: auto; width: 74%; background: rgba(125,207,255,0.28); }
.phone-call {
  margin-top: 20px;
  min-height: 170px;
  border-radius: 26px;
  background: linear-gradient(145deg, rgba(255,255,255,0.20), rgba(255,255,255,0.08));
  border: 1px solid rgba(255,255,255,0.15);
  display: grid;
  place-items: center;
}
.phone-avatar { width: 82px; height: 82px; border-radius: 28px; display: grid; place-items: center; background: rgba(255,255,255,.18); font-size: 2rem; font-weight: 850; }
.security-visual {
  min-height: 420px;
  display: grid;
  place-items: center;
  border: 1px solid var(--stroke);
  border-radius: var(--radius-xl);
  background: linear-gradient(145deg, rgba(255,255,255,0.15), rgba(255,255,255,0.07));
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
}
.security-visual::before { content:""; position:absolute; width:360px; height:360px; border-radius:50%; background:rgba(88,183,255,.18); filter:blur(16px); animation:pulse 4s ease-in-out infinite; }
.lock-core { position: relative; z-index: 1; width: 190px; height: 190px; border-radius: 50px; display: grid; place-items: center; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.20); box-shadow: 0 24px 64px rgba(0,0,0,.25); }
.lock-ring { position: absolute; border: 1px solid rgba(157,221,255,0.38); border-radius: 50%; animation: ring 5s linear infinite; }
.lock-ring.r1 { width: 270px; height: 270px; }
.lock-ring.r2 { width: 350px; height: 350px; animation-duration: 7s; animation-direction: reverse; }
.small-note { color: rgba(201,220,246,0.86); font-size: .95rem; line-height: 1.6; margin-top: 16px; }
.download-section { padding-bottom: 76px; }
.footer {
  border-top: 1px solid rgba(255,255,255,0.08);
  background: rgba(3, 14, 32, 0.22);
}
.footer-inner {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: rgba(201,220,246,0.9);
  font-size: .95rem;
}
.footer-links { display: flex; gap: 14px; flex-wrap: wrap; }
.footer-links a { color: #dff4ff; }
.mobile-download-bar {
  display: none;
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: max(12px, env(safe-area-inset-bottom));
  z-index: 80;
  padding: 8px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(6, 21, 47, 0.74);
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 54px rgba(0,0,0,0.32);
}
.mobile-download-bar .btn { width: 100%; min-height: 54px; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@keyframes appear { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
@keyframes cardIn { from { opacity: 0; transform: translateY(26px) scale(.98); } to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes float { 0%, 100% { transform: translate3d(0,0,0); } 50% { transform: translate3d(0,-18px,0); } }
@keyframes shine { 0%, 58% { transform: translateX(-130%); } 100% { transform: translateX(130%); } }
@keyframes pulse { 0%, 100% { transform: scale(.96); opacity:.75; } 50% { transform: scale(1.08); opacity:1; } }
@keyframes ring { to { transform: rotate(360deg); } }


.shutdown-hero {
  min-height: calc(100vh - 82px);
  display: grid;
  align-items: center;
  padding: clamp(54px, 7vw, 92px) 0;
}
.shutdown-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
  gap: clamp(26px, 5vw, 58px);
  align-items: center;
}
.shutdown-card {
  position: relative;
  overflow: hidden;
  padding: clamp(26px, 5vw, 48px);
  border-radius: var(--radius-xl);
  border: 1px solid rgba(255,255,255,0.18);
  background:
    radial-gradient(circle at 20% 0%, rgba(157,221,255,0.28), transparent 34%),
    linear-gradient(145deg, rgba(255,255,255,0.17), rgba(255,255,255,0.07));
  box-shadow: var(--shadow);
  backdrop-filter: blur(22px);
  animation: cardIn .9s cubic-bezier(.2,.8,.2,1) both;
}
.shutdown-card::before {
  content: "";
  position: absolute;
  inset: -40%;
  background: conic-gradient(from 120deg, transparent, rgba(157,221,255,.16), transparent 34%);
  animation: ring 9s linear infinite;
}
.shutdown-card > * { position: relative; z-index: 1; }
.shutdown-icon {
  width: 112px;
  height: 112px;
  border-radius: 32px;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, rgba(248,253,255,.94), rgba(88,183,255,.66) 54%, rgba(29,124,255,.88));
  box-shadow: 0 24px 60px rgba(29,124,255,.36);
  margin-bottom: 24px;
  animation: float 6s ease-in-out infinite;
}
.shutdown-icon img {
  width: 82px;
  height: 82px;
  object-fit: contain;
}
.shutdown-title {
  margin: 0 0 16px;
  font-size: clamp(2.6rem, 7vw, 5.8rem);
  line-height: .92;
  letter-spacing: -0.07em;
}
.shutdown-text {
  max-width: 660px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1rem, 2.2vw, 1.22rem);
  line-height: 1.75;
}
.shutdown-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}
.shutdown-status {
  display: grid;
  gap: 14px;
}
.status-row {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px;
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,0.15);
  background: rgba(255,255,255,0.09);
  box-shadow: 0 18px 42px rgba(0,0,0,0.18);
  animation: appear .8s ease both;
}
.status-row:nth-child(2) { animation-delay: .1s; }
.status-row:nth-child(3) { animation-delay: .2s; }
.status-dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  flex: 0 0 auto;
  background: #9dddff;
  box-shadow: 0 0 0 8px rgba(157,221,255,.13), 0 0 28px rgba(157,221,255,.52);
}
.status-row strong { display: block; margin-bottom: 3px; }
.status-row span { color: var(--muted); font-size: .95rem; line-height: 1.45; }
.maintenance-orbit {
  position: relative;
  min-height: 430px;
  display: grid;
  place-items: center;
}
.maintenance-core {
  position: relative;
  width: min(100%, 330px);
  aspect-ratio: 1;
  border-radius: 52px;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, rgba(255,255,255,.18), rgba(255,255,255,.06));
  border: 1px solid rgba(255,255,255,.17);
  box-shadow: var(--shadow);
  overflow: hidden;
}
.maintenance-core::before {
  content: "";
  position: absolute;
  width: 76%;
  height: 76%;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(88,183,255,.30), transparent 68%);
  animation: pulse 4s ease-in-out infinite;
}
.maintenance-core img {
  position: relative;
  z-index: 1;
  width: 172px;
  height: 172px;
  object-fit: contain;
  filter: drop-shadow(0 24px 32px rgba(0,0,0,.20));
}
.orbit-line {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(157,221,255,.24);
  animation: ring 12s linear infinite;
}
.orbit-line.one { width: 410px; height: 410px; }
.orbit-line.two { width: 300px; height: 300px; animation-duration: 8s; animation-direction: reverse; }
.orbit-chip {
  position: absolute;
  padding: 11px 14px;
  border-radius: 999px;
  color: #e9f8ff;
  background: rgba(6, 21, 47, 0.58);
  border: 1px solid rgba(255,255,255,.17);
  backdrop-filter: blur(16px);
  box-shadow: 0 18px 44px rgba(0,0,0,.22);
}
.orbit-chip.top { top: 40px; right: 16px; }
.orbit-chip.bottom { bottom: 44px; left: 12px; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .001ms !important; }
}

@media (max-width: 1100px) {
  .floating-badge { right: 18px; bottom: 88px; }
}

@media (max-width: 980px) {
  .nav-inner { flex-direction: column; align-items: stretch; min-height: 0; padding: 13px 0 14px; }
  .brand { justify-content: center; }
  .nav-links { justify-content: center; overflow-x: auto; padding-bottom: 2px; scrollbar-width: none; }
  .nav-links::-webkit-scrollbar { display: none; }
  .nav-link { flex: 0 0 auto; }
  .nav-link.download-pill { min-width: 210px; }
  .hero-grid, .split { grid-template-columns: 1fr; }
  .hero { padding-top: 44px; }
  .hero-card { min-height: auto; }
  .grid-3, .steps, .kpi-row { grid-template-columns: repeat(2, 1fr); }
  .download-panel { align-items: flex-start; flex-direction: column; }
  .download-panel .btn { width: 100%; }
  .timeline-item { grid-template-columns: 1fr; gap: 6px; }
  .shutdown-grid { grid-template-columns: 1fr; }
  .maintenance-orbit { min-height: 360px; }
}


@media (max-width: 680px) {
  .container { width: min(calc(100% - 24px), var(--max)); }
  body { background: radial-gradient(circle at 50% 0%, rgba(88,183,255,.36), transparent 23rem), linear-gradient(145deg, var(--bg), var(--bg-2) 56%, #073b7e); }
  .brand-name { font-size: 1rem; }
  .logo { width: 40px; height: 40px; border-radius: 14px; }
  .nav-links { justify-content: flex-start; }
  .nav-link { min-height: 42px; padding-inline: 14px; font-size: .88rem; }
  .nav-link.download-pill { min-height: 48px; padding-inline: 18px; min-width: 190px; }
  h1, .page-title { letter-spacing: -0.06em; }
  .hero { padding-bottom: 42px; }
  .actions { width: 100%; }
  .actions .btn { width: 100%; }
  .micro-row { gap: 8px; }
  .micro-chip { font-size: .84rem; }
  .mock-window { min-height: auto; padding: 14px; border-radius: 28px; }
  .video-grid { gap: 10px; }
  .video-tile { min-height: 178px; border-radius: 22px; }
  .avatar { width: 64px; height: 64px; border-radius: 22px; font-size: 1.7rem; }
  .call-controls { min-height: 62px; border-radius: 20px; }
  .control { width: 46px; height: 46px; border-radius: 16px; }
  .floating-badge { display: none; }
  section { padding: 42px 0; }
  .grid-3, .grid-2, .steps, .kpi-row { grid-template-columns: 1fr; }
  .card, .feature-card, .info-card, .quote-card, .step { padding: 22px; }
  .step { min-height: 180px; }
  .download-section { padding-bottom: 106px; }
  .footer-inner { flex-direction: column; align-items: flex-start; justify-content: center; padding: 22px 0 96px; }
  .mobile-download-bar { display: block; }
  .phone-screen { min-height: 430px; }
  .security-visual { min-height: 340px; }
  .shutdown-hero { min-height: auto; padding: 42px 0 106px; }
  .shutdown-actions .btn { width: 100%; }
  .maintenance-orbit { min-height: 300px; }
  .maintenance-core { width: min(100%, 255px); border-radius: 42px; }
  .maintenance-core img { width: 132px; height: 132px; }
  .orbit-line.one { width: 300px; height: 300px; }
  .orbit-line.two { width: 220px; height: 220px; }
  .orbit-chip { font-size: .86rem; }
  .orbit-chip.top { top: 12px; right: 0; }
  .orbit-chip.bottom { bottom: 16px; left: 0; }
  .lock-core { width: 156px; height: 156px; border-radius: 42px; }
  .lock-ring.r1 { width: 230px; height: 230px; }
  .lock-ring.r2 { width: 290px; height: 290px; }
}

/* Shutdown page refinements */
.shutdown-page .shutdown-nav-inner {
  justify-content: center;
}
.shutdown-page .shutdown-brand {
  pointer-events: none;
}
.shutdown-page .nav {
  background: rgba(6, 21, 47, 0.54);
}
.shutdown-note {
  margin-top: 26px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 13px 16px;
  border-radius: 999px;
  color: rgba(247,251,255,0.92);
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.16);
  box-shadow: 0 18px 42px rgba(0,0,0,0.16);
}
.shutdown-info-section {
  padding-top: 0;
}
.shutdown-footer-inner {
  justify-content: center;
  padding-bottom: 28px;
}
.maintenance-glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(4px);
  opacity: .82;
  background: radial-gradient(circle, rgba(157,221,255,.32), transparent 65%);
  animation: pulse 4.6s ease-in-out infinite;
}
.maintenance-glow.glow-one {
  width: 160px;
  height: 160px;
  top: 34px;
  right: 42px;
}
.maintenance-glow.glow-two {
  width: 130px;
  height: 130px;
  left: 38px;
  bottom: 46px;
  animation-delay: -2s;
}

@media (max-width: 980px) {
  .shutdown-page .nav-inner {
    align-items: center;
  }
}

@media (max-width: 680px) {
  .shutdown-note {
    align-items: flex-start;
    border-radius: 22px;
    line-height: 1.45;
  }
  .shutdown-footer-inner {
    padding-bottom: 28px;
  }
  .maintenance-glow.glow-one {
    width: 108px;
    height: 108px;
    top: 18px;
    right: 18px;
  }
  .maintenance-glow.glow-two {
    width: 96px;
    height: 96px;
    left: 16px;
    bottom: 18px;
  }
}
