@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Outfit:wght@600;700;800&display=swap');

:root {
  color-scheme: dark;
  --background: #060910;
  --surface: rgba(18, 25, 39, 0.72);
  --border: rgba(255, 255, 255, 0.09);
  --text: #f8fafc;
  --muted: #98a5b8;
  --orange: #ff7a00;
  --orange-light: #ff9d3d;
}

* { box-sizing: border-box; }

html { min-width: 320px; background: var(--background); }

body {
  margin: 0;
  min-height: 100vh;
  color: var(--text);
  background:
    linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px),
    radial-gradient(circle at 50% -20%, #19243a 0, var(--background) 52%);
  background-size: 64px 64px, 64px 64px, auto;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}

.page-shell {
  position: relative;
  display: flex;
  flex-direction: column;
  width: min(1180px, calc(100% - 48px));
  min-height: 100vh;
  margin: 0 auto;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 34px 0;
  border-bottom: 1px solid var(--border);
}

.brand { display: flex; align-items: center; gap: 13px; color: inherit; text-decoration: none; }
.brand__mark {
  display: flex; align-items: center; justify-content: center; width: 43px; height: 43px;
  border: 1px solid rgba(255,255,255,.07); border-radius: 13px; background: #151b28;
  font: 700 23px/1 Outfit, sans-serif; letter-spacing: -1.5px; white-space: nowrap;
  box-shadow: 0 9px 24px rgba(0,0,0,.3);
}
.brand__mark b, .brand__mark em { display: inline; flex: 0 0 auto; font-style: normal; }
.brand__mark em, .brand__name i { color: var(--orange); font-style: normal; }
.brand__name { font: 700 29px/1 Outfit, sans-serif; letter-spacing: -1px; }

.status {
  display: inline-flex; align-items: center; gap: 9px; padding: 9px 13px;
  border: 1px solid var(--border); border-radius: 999px; background: rgba(255,255,255,.035);
  color: #c6cfdb; font-size: 12px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase;
}
.status__dot { width: 7px; height: 7px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 5px rgba(255,122,0,.12); animation: pulse 2.2s ease-in-out infinite; }

.hero { flex: 1; display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 72px; padding: 88px 0 72px; }
.eyebrow { margin: 0 0 21px; color: var(--orange-light); font-size: 12px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
h1 { margin: 0; font: 800 clamp(52px, 6.2vw, 88px)/.95 Outfit, sans-serif; letter-spacing: -.055em; }
h1 span { color: transparent; background: linear-gradient(100deg, var(--orange), #ffb066); background-clip: text; -webkit-background-clip: text; }
.lead { max-width: 610px; margin: 30px 0 36px; color: var(--muted); font-size: clamp(17px, 1.6vw, 20px); line-height: 1.7; }

.progress-card { width: min(100%, 510px); padding: 19px 21px; border: 1px solid var(--border); border-radius: 17px; background: var(--surface); box-shadow: 0 20px 50px rgba(0,0,0,.22); backdrop-filter: blur(14px); }
.progress-card__top { display: flex; justify-content: space-between; color: #dbe2eb; font-size: 13px; font-weight: 600; }
.progress-card__top span:last-child { color: var(--orange); letter-spacing: 4px; }
.progress { height: 6px; margin: 16px 0 12px; overflow: hidden; border-radius: 999px; background: rgba(255,255,255,.07); }
.progress span { display: block; width: 68%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #ff5c00, #ff9d3d); box-shadow: 0 0 16px rgba(255,122,0,.55); animation: breathe 3s ease-in-out infinite; }
.progress-card p { margin: 0; color: #758196; font-size: 12px; }

.visual { position: relative; display: grid; place-items: center; aspect-ratio: 1; max-width: 460px; margin-inline: auto; }
.visual::before { content: ""; position: absolute; width: 58%; aspect-ratio: 1; border-radius: 50%; background: rgba(255,122,0,.1); filter: blur(28px); }
.orbit { position: absolute; border: 1px solid rgba(255,255,255,.075); border-radius: 50%; }
.orbit--one { inset: 8%; }
.orbit--two { inset: 21%; border-style: dashed; animation: rotate 25s linear infinite; }
.orbit--one::before, .orbit--one::after { content: ""; position: absolute; width: 8px; height: 8px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 18px var(--orange); }
.orbit--one::before { top: 12%; left: 19%; }
.orbit--one::after { right: 3%; bottom: 30%; width: 5px; height: 5px; opacity: .65; }
.weight { position: relative; z-index: 1; display: flex; align-items: center; transform: rotate(-12deg); filter: drop-shadow(0 18px 22px rgba(0,0,0,.45)); }
.weight__bar { width: clamp(95px, 12vw, 145px); height: 18px; background: linear-gradient(#eef2f7, #8994a5 47%, #505b6b 52%, #c7ced8); border: 2px solid #222a36; }
.weight__plate { display: block; border: 2px solid rgba(255,255,255,.12); background: linear-gradient(90deg, #1d2735, #364354 45%, #151d29); box-shadow: inset 5px 0 8px rgba(255,255,255,.04), 5px 6px 12px rgba(0,0,0,.28); }
.weight__plate--outer { width: 30px; height: 110px; border-radius: 8px; }
.weight__plate--inner { width: 36px; height: 154px; border-radius: 10px; }
.visual__caption { position: absolute; bottom: 6%; color: rgba(255,255,255,.27); font: 600 10px/1 Inter, sans-serif; letter-spacing: .34em; }

.glow { position: fixed; z-index: -1; border-radius: 50%; filter: blur(110px); pointer-events: none; }
.glow--orange { right: -100px; top: 22%; width: 320px; height: 320px; background: rgba(255,100,0,.1); }
.glow--blue { left: -180px; bottom: 0; width: 360px; height: 360px; background: rgba(41,91,180,.09); }

footer { display: flex; justify-content: space-between; padding: 24px 0 30px; border-top: 1px solid var(--border); color: #5f6a7b; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }

@keyframes pulse { 50% { box-shadow: 0 0 0 8px rgba(255,122,0,0); } }
@keyframes breathe { 50% { opacity: .72; } }
@keyframes rotate { to { transform: rotate(360deg); } }

@media (max-width: 820px) {
  .page-shell { width: min(100% - 36px, 620px); }
  .hero { grid-template-columns: 1fr; gap: 38px; padding: 64px 0 48px; }
  .visual { width: min(82vw, 390px); order: -1; margin-top: -20px; margin-bottom: -28px; }
  .hero__copy { text-align: center; }
  .lead, .progress-card { margin-left: auto; margin-right: auto; }
  .progress-card { text-align: left; }
}

@media (max-width: 520px) {
  .page-shell { width: calc(100% - 28px); }
  .nav { padding: 21px 0; }
  .brand__mark { width: 38px; height: 38px; border-radius: 11px; font-size: 20px; }
  .brand__name { font-size: 25px; }
  .status { padding: 8px 10px; font-size: 9px; }
  .hero { padding-top: 42px; }
  h1 { font-size: clamp(43px, 13vw, 59px); }
  .lead { margin-top: 24px; font-size: 16px; }
  .visual { width: min(90vw, 330px); }
  footer { flex-direction: column; align-items: center; gap: 9px; }
}

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