:root {
  --bg: #070d16;
  --panel: rgba(11, 20, 34, .78);
  --panel2: rgba(14, 28, 47, .92);
  --line: rgba(255,255,255,.13);
  --text: #f3f8ff;
  --muted: #9eafc5;
  --accent: #22d3ee;
  --accent2: #4ade80;
  --amber: #f59e0b;
  --radius: 30px;
  --shadow: 0 28px 90px rgba(0,0,0,.42);
  --font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  min-height: 100vh;
  font-family: var(--font);
  color: var(--text);
  background:
    radial-gradient(circle at 20% 0%, color-mix(in srgb, var(--accent) 20%, transparent), transparent 32%),
    radial-gradient(circle at 92% 18%, color-mix(in srgb, var(--accent2) 18%, transparent), transparent 28%),
    linear-gradient(180deg, #07111f 0%, #070d16 44%, #05080e 100%);
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
button, input { font: inherit; }

.cursor-glow {
  position: fixed;
  z-index: 0;
  width: 340px;
  height: 340px;
  pointer-events: none;
  border-radius: 999px;
  background: radial-gradient(circle, color-mix(in srgb, var(--accent) 18%, transparent), transparent 63%);
  transform: translate(-50%, -50%);
  filter: blur(7px);
}

.bg {
  position: fixed;
  inset: 0;
  z-index: -2;
  overflow: hidden;
  pointer-events: none;
}

.grid {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(180deg, transparent 0%, black 18%, black 75%, transparent 100%);
}

.mine-layer {
  position: absolute;
  left: -8%;
  right: -8%;
  bottom: -10%;
  height: 44%;
  clip-path: polygon(0 38%, 12% 28%, 26% 34%, 41% 20%, 58% 35%, 74% 23%, 88% 31%, 100% 20%, 100% 100%, 0 100%);
}

.layer-a {
  bottom: 3%;
  opacity: .7;
  background: linear-gradient(180deg, #3b2a1f, #171f2c);
}

.layer-b {
  bottom: -8%;
  background: linear-gradient(180deg, #8a541f, #141922 70%, #070d16);
}

.truck {
  position: absolute;
  right: 5%;
  bottom: 11%;
  width: clamp(230px, 31vw, 440px);
  opacity: .8;
  filter: drop-shadow(0 28px 34px rgba(0,0,0,.5));
  animation: truckIdle 5s ease-in-out infinite;
}

@keyframes truckIdle {
  0%,100% { transform: translateY(0) rotate(.2deg); }
  50% { transform: translateY(-7px) rotate(-.2deg); }
}

.header {
  position: sticky;
  top: 18px;
  z-index: 50;
  width: min(1180px, calc(100% - 32px));
  margin: 18px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(7, 13, 22, .68);
  backdrop-filter: blur(22px);
  box-shadow: 0 18px 60px rgba(0,0,0,.28);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand img {
  width: 46px;
  height: 46px;
}

.brand span {
  display: grid;
  line-height: 1.05;
}

.brand strong {
  letter-spacing: .18em;
  font-size: 18px;
}

.brand small {
  color: var(--muted);
  font-size: 12px;
}

nav {
  display: flex;
  gap: 6px;
}

nav a {
  border: 1px solid transparent;
  color: var(--muted);
  padding: 10px 14px;
  border-radius: 999px;
  font-weight: 800;
  transition: .22s ease;
}

nav a:hover {
  color: var(--text);
  border-color: var(--line);
  background: rgba(255,255,255,.06);
}

main {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.hero {
  min-height: 760px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, .48fr);
  align-items: center;
  gap: 34px;
  padding: 70px 0 42px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--accent2);
  font-size: 13px;
  letter-spacing: .09em;
  text-transform: uppercase;
  font-weight: 1000;
}

.eyebrow span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--accent2);
  box-shadow: 0 0 0 rgba(74,222,128,.5);
  animation: pulse 1.8s ease-out infinite;
}

@keyframes pulse {
  0% { box-shadow: 0 0 0 0 color-mix(in srgb, var(--accent2) 48%, transparent); }
  80% { box-shadow: 0 0 0 14px transparent; }
  100% { box-shadow: 0 0 0 0 transparent; }
}

.title-row {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 20px 0 18px;
}

.app-icon {
  display: grid;
  place-items: center;
  width: clamp(78px, 9vw, 112px);
  height: clamp(78px, 9vw, 112px);
  border: 1px solid var(--line);
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,.04)),
    color-mix(in srgb, var(--accent) 12%, transparent);
  font-size: clamp(42px, 5vw, 62px);
  box-shadow: 0 24px 70px color-mix(in srgb, var(--accent) 14%, transparent);
}

h1 {
  margin: 0 0 12px;
  max-width: 820px;
  font-size: clamp(48px, 8vw, 92px);
  line-height: .88;
  letter-spacing: -.075em;
}

.status {
  display: inline-flex;
  min-height: 31px;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  color: #06111c;
  background: linear-gradient(135deg, var(--accent), var(--accent2));
  font-size: 12px;
  font-weight: 1000;
  letter-spacing: .08em;
}

.desc {
  max-width: 680px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.75;
}

.actions {
  display: flex;
  gap: 13px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 18px;
  border: 1px solid var(--line);
  font-weight: 1000;
  transition: transform .22s ease, border-color .22s ease, background .22s ease;
}

.btn:hover {
  transform: translateY(-3px);
}

.primary {
  color: #06111c;
  background: linear-gradient(135deg, var(--accent), var(--accent2));
  border: 0;
  box-shadow: 0 18px 44px color-mix(in srgb, var(--accent) 20%, transparent);
}

.ghost {
  background: rgba(255,255,255,.07);
}

.panel,
.card,
.cta {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255,255,255,.1), rgba(255,255,255,.035)),
    var(--panel);
  backdrop-filter: blur(20px);
  box-shadow: var(--shadow);
}

.panel {
  padding: 20px;
  overflow: hidden;
}

.panel-top {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.panel-top span {
  width: 11px;
  height: 11px;
  border-radius: 999px;
  background: rgba(255,255,255,.24);
}

.panel-top strong {
  margin-left: auto;
}

.progress {
  position: relative;
  display: grid;
  place-items: center;
  width: min(300px, 86%);
  aspect-ratio: 1;
  margin: 30px auto;
}

.progress svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}

.base, .fill {
  fill: none;
  stroke-width: 13;
}

.base {
  stroke: rgba(255,255,255,.11);
}

.fill {
  stroke: var(--accent2);
  stroke-linecap: round;
  stroke-dasharray: calc(439.82 * var(--p) / 100) 439.82;
  filter: drop-shadow(0 0 12px color-mix(in srgb, var(--accent2) 50%, transparent));
}

.progress div {
  display: grid;
  text-align: center;
  gap: 4px;
}

.progress strong {
  font-size: clamp(50px, 6vw, 72px);
  letter-spacing: -.06em;
}

.progress small {
  color: var(--muted);
  font-weight: 900;
}

.info {
  display: grid;
  gap: 10px;
}

.info p {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin: 0;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255,255,255,.06);
}

.info span { color: var(--muted); }
.info b {
  color: var(--accent2);
  font-size: 12px;
}

.section {
  padding: 70px 0;
}

.section-head {
  margin-bottom: 26px;
}

.section-head p {
  color: var(--accent2);
  margin: 0 0 9px;
  font-weight: 1000;
  letter-spacing: .09em;
  text-transform: uppercase;
  font-size: 13px;
}

.section-head h2 {
  margin: 0;
  font-size: clamp(34px, 5vw, 62px);
  line-height: .96;
  letter-spacing: -.055em;
}

.layout {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 18px;
}

.card {
  padding: 22px;
}

.card h3 {
  margin: 0 0 16px;
  font-size: 26px;
  letter-spacing: -.03em;
}

ul {
  list-style: none;
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
}

li {
  position: relative;
  padding: 14px 14px 14px 44px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: rgba(255,255,255,.055);
  font-weight: 850;
}

li::before {
  content: "✓";
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  color: #06111c;
  background: var(--accent2);
  font-size: 12px;
}

.steps {
  display: grid;
  gap: 12px;
}

.step {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 14px;
  align-items: center;
  padding: 15px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255,255,255,.055);
}

.step span {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  color: var(--accent);
  background: color-mix(in srgb, var(--accent) 14%, transparent);
  font-weight: 1000;
}

.step p {
  margin: 0;
  color: var(--text);
  font-weight: 850;
}

.cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 26px;
  padding: 30px;
  margin: 20px 0 70px;
}

.cta h2 {
  max-width: 800px;
  margin: 12px 0;
  font-size: clamp(30px, 4vw, 50px);
  line-height: 1;
  letter-spacing: -.05em;
}

.cta p:last-child {
  color: var(--muted);
  max-width: 760px;
  line-height: 1.65;
  margin: 0;
}

footer {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 28px 0 36px;
  color: var(--muted);
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.reveal-up, .reveal-left, .reveal-right, .reveal-scale {
  opacity: 0;
}

@media (max-width: 980px) {
  .header {
    border-radius: 26px;
    flex-wrap: wrap;
  }

  nav {
    order: 3;
    width: 100%;
    justify-content: space-between;
  }

  .hero, .layout {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 56px;
  }

  .panel {
    max-width: 620px;
  }

  .cta {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .header, main, footer {
    width: calc(100% - 22px);
  }

  .brand small {
    display: none;
  }

  nav a {
    padding: 8px;
    font-size: 13px;
  }

  .title-row {
    align-items: flex-start;
    flex-direction: column;
  }

  h1 {
    font-size: 48px;
  }

  .desc {
    font-size: 16px;
  }

  .truck {
    opacity: .35;
    right: -30%;
  }

  footer {
    flex-direction: column;
  }
}
