:root {
  --bg: #0b1020;
  --card: #121735;
  --text: #e6e8ef;
  --muted: #a9afc7;
  --accent: #7c9cff;
  --accent-2: #5de0e6;
}
* { box-sizing: border-box; }
html, body { height: 100%; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background: var(--bg);
  color: var(--text);
  overflow-x: hidden;
}
/* Flyover parallax */
.flyover { position: fixed; inset: 0; z-index: -1; overflow: hidden; }
.layer { position: absolute; inset: -20% -20% 0 -20%; background-repeat: repeat-x; animation: move 30s linear infinite; opacity: .25; }
.layer.sky { background: radial-gradient(1200px 600px at 80% -10%, rgba(124,156,255,.18), transparent), radial-gradient(800px 400px at 10% 10%, rgba(93,224,230,.18), transparent), var(--bg); opacity: 1; animation: none; }
.layer.far { background-image: linear-gradient(transparent 70%, rgba(124,156,255,.08)), repeating-linear-gradient(90deg, rgba(124,156,255,.12) 0 2px, transparent 2px 60px); bottom: 40%; animation-duration: 80s; }
.layer.mid { background-image: repeating-linear-gradient(90deg, rgba(93,224,230,.16) 0 3px, transparent 3px 40px); bottom: 25%; animation-duration: 50s; }
.layer.near { background-image: repeating-linear-gradient(90deg, rgba(124,156,255,.25) 0 4px, transparent 4px 22px); bottom: 10%; animation-duration: 30s; }
.layer.lights { background-image: radial-gradient(2px 2px at 20% 80%, rgba(93,224,230,.6), transparent 60%), radial-gradient(2px 2px at 60% 75%, rgba(124,156,255,.6), transparent 60%), radial-gradient(2px 2px at 80% 82%, rgba(93,224,230,.6), transparent 60%); bottom: 0; animation-duration: 18s; opacity: .35; filter: blur(.4px); }
@keyframes move { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.container { max-width: 1100px; margin: 0 auto; padding: 0 20px; }
.header { display: flex; align-items: center; justify-content: space-between; padding: 20px 0; }
.logo { display: inline-flex; align-items: center; gap: 14px; color: var(--text); text-decoration: none; font-weight: 800; letter-spacing: .7px; font-size: 24px; }
.logo-mark { display: block; width: 72px; height: 72px; }
.nav a { color: var(--muted); text-decoration: none; margin-left: 18px; font-weight: 500; }
.nav a:hover { color: var(--text); }

h1, h2, h3, p, a, button, input { font-family: inherit; }
h1 { font-size: 46px; line-height: 1.1; margin: 0 0 14px; font-weight: 700; }
h2 { font-size: 28px; line-height: 1.2; margin: 0 0 16px; font-weight: 700; }
h3 { font-size: 18px; line-height: 1.3; margin: 0 0 10px; font-weight: 600; }
p  { font-size: 16px; line-height: 1.6; margin: 0 0 16px; color: var(--muted); }

.hero { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 40px; padding: 60px 0 40px; align-items: center; }
.cta-row { display: flex; gap: 12px; align-items: stretch; flex-wrap: wrap; }
.waitlist { display: flex; gap: 12px; flex: 1 1 380px; min-width: 280px; }
.waitlist input { flex: 1 1 auto; min-width: 180px; padding: 14px 14px; border-radius: 10px; border: 1px solid #2a315a; background: #0f1430; color: var(--text); outline: none; font-size: 16px; }
.waitlist .button { white-space: nowrap; }

/* Buttons */
.button { padding: 14px 18px; border-radius: 12px; border: 0; background: linear-gradient(90deg, var(--accent), var(--accent-2)); color: #0a0f28; font-weight: 800; cursor: pointer; text-decoration: none; display: inline-block; font-size: 16px; transition: transform .12s ease, box-shadow .12s ease, filter .12s ease; box-shadow: 0 8px 18px rgba(92, 140, 255, .22); }
.button:hover { transform: translateY(-1px); filter: brightness(1.05); box-shadow: 0 10px 22px rgba(92, 140, 255, .28); }
.button:active { transform: translateY(0); filter: brightness(.97); box-shadow: 0 6px 14px rgba(92, 140, 255, .18); }

/* Try now emphasized */
.button.try-now { background: linear-gradient(90deg, #a5b8ff, #5de0e6); border: 1px solid rgba(124,156,255,.35); color: #0a0f28; padding: 14px 20px; border-radius: 14px; }
.button.try-now:hover { filter: saturate(1.1) brightness(1.05); }
.button.try-now:active { filter: brightness(.96); }

.note { color: var(--muted); font-size: 14px; margin-top: 10px; }

/* Crane animation */
.hero-art { position: relative; height: 360px; }
.crane { position: absolute; inset: 0 0 0 0; display: grid; place-items: center; }
.crane-mast { width: 8px; height: 220px; background: linear-gradient(180deg,#2a315a,#1b2148); position: absolute; left: 40px; bottom: 40px; border-radius: 3px; box-shadow: 0 0 20px rgba(124,156,255,.2); }
.crane-jib { position: absolute; left: 44px; bottom: 240px; width: 280px; height: 8px; background: linear-gradient(90deg,#2a315a,#1b2148); border-radius: 3px; transform-origin: left center; animation: jib-sway 6s ease-in-out infinite; }
.crane-cable { position: absolute; left: 180px; top: 0; width: 2px; height: 120px; background: #7c9cff; transform-origin: top center; animation: cable-sway 6s ease-in-out infinite; }
.crane-hook { position: absolute; left: 175px; top: 118px; width: 12px; height: 12px; background: #7c9cff; border-radius: 2px; transform-origin: top center; }
.crane-load { position: absolute; left: 160px; top: 132px; width: 40px; height: 26px; background: linear-gradient(180deg,#7c9cff,#5de0e6); border-radius: 4px; box-shadow: 0 6px 14px rgba(0,0,0,.25); transform-origin: top center; animation: load-bob 6s ease-in-out infinite; }
.ground { position: absolute; left: 0; right: 0; bottom: 24px; height: 4px; background: linear-gradient(90deg, rgba(124,156,255,.25), rgba(93,224,230,.25)); filter: blur(.4px); }
@keyframes jib-sway { 0%,100% { transform: rotate(1deg); } 50% { transform: rotate(-1.5deg); } }
@keyframes cable-sway { 0%,100% { transform: rotate(1deg); } 50% { transform: rotate(-2deg); } }
@keyframes load-bob { 0%,100% { transform: translateY(-2px) rotate(1deg); } 50% { transform: translateY(3px) rotate(-2deg); } }

.features { padding: 40px 0; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card { background: var(--card); border: 1px solid #232a55; border-radius: 14px; padding: 18px; }
.icon { font-size: 22px; }
.norms { padding: 20px 0 40px; }
.tags { list-style: none; display: flex; flex-wrap: wrap; gap: 10px; padding: 0; margin: 0; }
.tags li { background: #151a3b; border: 1px solid #242c5a; color: var(--muted); padding: 8px 12px; border-radius: 999px; }
.cta { text-align: center; padding: 40px 0 60px; }
.footer { display: flex; justify-content: space-between; align-items: center; padding: 24px 0 40px; color: var(--muted); font-size: 14px; }
.footer .links a { color: var(--muted); text-decoration: none; margin-left: 18px; }
.footer .links a:hover { color: var(--text); }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; }
  .hero-art { order: -1; height: 220px; }
  h1 { font-size: 34px; }
  .cta-row { gap: 10px; }
  .waitlist { flex: 1 1 100%; }
  .waitlist input { min-width: 0; }
  .button.try-now { width: 100%; text-align: center; }
}
