@import url('https://fonts.googleapis.com/css2?family=Syne:wght@500;600;700&family=Space+Grotesk:wght@400;500;600&display=swap');

:root {
  --bg: #0b0d13;
  --bg-soft: #111525;
  --bg-card: #141a2b;
  --text: #f7f7f3;
  --muted: #b4bdd6;
  --accent: #ff6a3d;
  --accent-2: #22d1ff;
  --accent-3: #ffb703;
  --border: rgba(255, 255, 255, 0.08);
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
  --radius-lg: 32px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --max: 1160px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Space Grotesk', sans-serif;
  background: radial-gradient(circle at top, rgba(34, 209, 255, 0.2), transparent 55%),
    radial-gradient(circle at 80% 10%, rgba(255, 106, 61, 0.35), transparent 45%),
    var(--bg);
  color: var(--text);
  line-height: 1.6;
  min-height: 100vh;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

.bg-orbit {
  position: fixed;
  inset: -20% -10% auto;
  height: 520px;
  background: conic-gradient(from 90deg, rgba(255, 106, 61, 0.25), rgba(34, 209, 255, 0.15), rgba(255, 183, 3, 0.25), rgba(255, 106, 61, 0.25));
  filter: blur(120px);
  z-index: -2;
}

.bg-grid {
  position: fixed;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 80px 80px;
  opacity: 0.2;
  z-index: -3;
}

.hero {
  padding: 32px 20px 80px;
  max-width: var(--max);
  margin: 0 auto;
  position: relative;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.logo {
  font-family: 'Syne', sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.nav-actions {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}

.link {
  color: var(--muted);
  font-weight: 500;
}

.hero-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 48px;
  margin-top: 48px;
  align-items: center;
}

.hero-copy h1 {
  font-family: 'Syne', sans-serif;
  font-size: clamp(2.8rem, 6vw, 4.6rem);
  line-height: 1.05;
  margin: 16px 0;
}

.tag {
  display: inline-block;
  background: rgba(34, 209, 255, 0.12);
  border: 1px solid rgba(34, 209, 255, 0.4);
  color: var(--accent-2);
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 0.9rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.lead {
  color: var(--muted);
  margin-bottom: 20px;
}

.price-row {
  display: flex;
  gap: 14px;
  align-items: baseline;
  margin: 18px 0 26px;
}

.price-label {
  color: var(--muted);
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 0.2em;
}

.price {
  font-family: 'Syne', sans-serif;
  font-size: 1.6rem;
  color: var(--accent-3);
}

.cta-row {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 999px;
  font-weight: 600;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  border: 1px solid transparent;
  min-width: 140px;
}

.btn-solid {
  background: linear-gradient(120deg, var(--accent), var(--accent-3));
  color: #120900;
  box-shadow: 0 12px 30px rgba(255, 106, 61, 0.35);
}

.btn-solid:hover {
  transform: translateY(-2px) scale(1.01);
  box-shadow: 0 18px 40px rgba(255, 106, 61, 0.5);
}

.btn-ghost {
  border: 1px solid var(--border);
  color: var(--text);
  background: rgba(255, 255, 255, 0.02);
}

.btn-ghost:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.35);
}

.hero-meta {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 16px;
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid var(--border);
}

.meta-label {
  display: block;
  color: var(--muted);
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.meta-value {
  font-weight: 600;
}

.hero-visual {
  position: relative;
  height: 360px;
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, rgba(255, 106, 61, 0.15), rgba(34, 209, 255, 0.08));
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.ring {
  position: absolute;
  border-radius: 50%;
  border: 1px dashed rgba(255, 255, 255, 0.25);
}

.ring-1 {
  width: 220px;
  height: 220px;
  top: 40px;
  left: 30px;
}

.ring-2 {
  width: 300px;
  height: 300px;
  top: -10px;
  right: -30px;
  border-color: rgba(34, 209, 255, 0.4);
}

.ring-3 {
  width: 160px;
  height: 160px;
  bottom: 20px;
  right: 60px;
  border-color: rgba(255, 183, 3, 0.4);
}

.speed-panel {
  position: absolute;
  inset: auto 24px 24px 24px;
  background: rgba(10, 12, 22, 0.8);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 18px;
  backdrop-filter: blur(8px);
}

.speed-top {
  display: flex;
  justify-content: space-between;
  font-size: 0.85rem;
  color: var(--muted);
}

.speed-main {
  font-family: 'Syne', sans-serif;
  font-size: 2.4rem;
  margin: 10px 0 6px;
}

.speed-sub {
  color: var(--muted);
  font-size: 0.9rem;
}

.speed-bars {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
}

.speed-bars span {
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accent-2), transparent);
}

.section {
  padding: 80px 20px;
  max-width: var(--max);
  margin: 0 auto;
}

.section-header {
  max-width: 700px;
  margin-bottom: 32px;
}

.eyebrow {
  color: var(--accent-2);
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.8rem;
  margin-bottom: 12px;
}

.section h2 {
  font-family: 'Syne', sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.15;
  margin-bottom: 14px;
}

.section-lead {
  color: var(--muted);
}

.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}

.card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 20px;
  box-shadow: var(--shadow);
  min-height: 160px;
}

.card h3 {
  font-family: 'Syne', sans-serif;
  margin-bottom: 10px;
}

.card p {
  color: var(--muted);
}

.stats {
  margin-top: 36px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 16px;
}

.stat {
  padding: 16px 20px;
  background: rgba(17, 21, 37, 0.6);
  border-radius: var(--radius-sm);
  border: 1px solid var(--border);
}

.stat-value {
  font-family: 'Syne', sans-serif;
  font-size: 1.6rem;
  display: block;
}

.stat-label {
  color: var(--muted);
  font-size: 0.85rem;
}

.form {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
  background: rgba(14, 18, 32, 0.6);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 26px;
}

.form label {
  display: grid;
  gap: 8px;
  font-weight: 500;
}

.form input,
.form select,
.form textarea {
  background: rgba(9, 12, 22, 0.8);
  border: 1px solid var(--border);
  color: var(--text);
  border-radius: var(--radius-sm);
  padding: 10px 12px;
  font-family: inherit;
}

.form textarea {
  resize: vertical;
}

.form .full {
  grid-column: 1 / -1;
}

.final-cta {
  padding-bottom: 100px;
}

.final-card {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  padding: 28px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: linear-gradient(120deg, rgba(255, 106, 61, 0.18), rgba(34, 209, 255, 0.08));
  box-shadow: var(--shadow);
}

.final-actions {
  display: grid;
  gap: 12px;
  text-align: right;
}

.contact {
  color: var(--muted);
  font-size: 0.95rem;
}

.footer {
  padding: 30px 20px 60px;
  text-align: center;
  color: var(--muted);
  font-size: 0.85rem;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 720px) {
  .hero {
    padding-bottom: 40px;
  }

  .hero-visual {
    height: 280px;
  }

  .final-actions {
    text-align: left;
  }
}
