/* ── Depot Radar Landing Page ── */

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

:root {
  --bg:        #060b18;
  --bg2:       #0c1525;
  --bg3:       #111e33;
  --text:      #e8edf5;
  --muted:     #7a8ba6;
  --border:    #1c2d45;
  --blue:      #3b82f6;
  --blue-dim:  rgba(59,130,246,.12);
  --blue-glow: rgba(59,130,246,.25);
  --green:     #10b981;
  --yellow:    #f59e0b;
  --red:       #ef4444;
  --radius:    12px;
  --radius-sm: 8px;
}

html { scroll-behavior: smooth; }

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  font-size: 16px;
}

a { color: var(--blue); text-decoration: none; }
a:hover { text-decoration: underline; }

/* ── Site Header ─────────────────────────────── */

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(6,11,24,.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
  padding: 0 clamp(16px, 5vw, 80px);
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 800;
  color: var(--text);
  letter-spacing: -.3px;
}

.header-logo svg { flex-shrink: 0; }

.header-nav {
  display: flex;
  align-items: center;
  gap: 24px;
}

.header-nav a {
  font-size: 14px;
  font-weight: 500;
  color: var(--muted);
  transition: color .15s;
}

.header-nav a:hover { color: var(--text); text-decoration: none; }

.btn-login {
  font-size: 13px;
  font-weight: 600;
  padding: 8px 20px;
  border: 1px solid var(--border);
  border-radius: 8px;
  color: var(--text) !important;
  background: var(--bg3);
  transition: background .15s, border-color .15s;
}

.btn-login:hover { background: var(--bg2); border-color: var(--blue); text-decoration: none; }

/* ── Shared Utilities ────────────────────────── */

.section-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 clamp(16px, 5vw, 40px);
}

.section-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: var(--blue);
  background: var(--blue-dim);
  border: 1px solid rgba(59,130,246,.25);
  border-radius: 20px;
  padding: 4px 12px;
  margin-bottom: 16px;
}

.section-title {
  font-size: clamp(26px, 4vw, 38px);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -.5px;
  color: var(--text);
  margin-bottom: 12px;
}

.section-sub {
  font-size: 17px;
  color: var(--muted);
  max-width: 560px;
  line-height: 1.7;
}

/* ── Buttons ─────────────────────────────────── */

.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--blue);
  color: #fff !important;
  font-size: 16px;
  font-weight: 700;
  padding: 14px 32px;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  transition: background .15s, transform .1s, box-shadow .15s;
  box-shadow: 0 4px 20px rgba(59,130,246,.35);
}

.btn-primary:hover {
  background: #2563eb;
  transform: translateY(-1px);
  box-shadow: 0 6px 28px rgba(59,130,246,.45);
  text-decoration: none;
}

.btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: var(--text) !important;
  font-size: 15px;
  font-weight: 600;
  padding: 13px 28px;
  border-radius: 10px;
  border: 1px solid var(--border);
  cursor: pointer;
  transition: border-color .15s, background .15s;
}

.btn-secondary:hover { border-color: var(--blue); background: var(--blue-dim); text-decoration: none; }

/* ── Hero ────────────────────────────────────── */

.hero {
  padding: 96px 0 80px;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.hero::before {
  content: "";
  position: absolute;
  top: -160px; left: 50%;
  transform: translateX(-50%);
  width: 900px; height: 600px;
  background: radial-gradient(ellipse at center, rgba(59,130,246,.13) 0%, transparent 70%);
  pointer-events: none;
}

.hero-eyebrow {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--blue);
  margin-bottom: 20px;
}

.hero h1 {
  font-size: clamp(32px, 5.5vw, 60px);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -1px;
  color: var(--text);
  margin-bottom: 22px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.hero h1 .accent { color: var(--blue); }

.hero-sub {
  font-size: clamp(16px, 2vw, 19px);
  color: var(--muted);
  max-width: 580px;
  margin: 0 auto 40px;
  line-height: 1.7;
}

.hero-cta {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.hero-trust {
  margin-top: 56px;
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.trust-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.trust-num {
  font-size: 26px;
  font-weight: 800;
  color: var(--text);
  letter-spacing: -.5px;
}

.trust-label {
  font-size: 13px;
  color: var(--muted);
}

.trust-sep {
  width: 1px;
  background: var(--border);
  align-self: stretch;
}

/* ── Features ─────────────────────────────────── */

.features {
  padding: 88px 0;
  background: var(--bg2);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.features-header {
  text-align: center;
  margin-bottom: 56px;
}

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

.feat-card {
  background: var(--bg3);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px 24px;
  transition: border-color .2s, transform .2s;
}

.feat-card:hover {
  border-color: var(--blue);
  transform: translateY(-3px);
}

.feat-icon {
  width: 44px; height: 44px;
  border-radius: 10px;
  background: var(--blue-dim);
  border: 1px solid rgba(59,130,246,.2);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  font-size: 20px;
}

.feat-title {
  font-size: 17px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 10px;
}

.feat-desc {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.65;
}

/* ── Demo Section ────────────────────────────── */

.demo {
  padding: 88px 0;
}

.demo-header { margin-bottom: 48px; }

.demo-card {
  background: var(--bg2);
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
}

.demo-card-header {
  background: var(--bg3);
  border-bottom: 1px solid var(--border);
  padding: 20px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}

.demo-ticker {
  display: flex;
  align-items: center;
  gap: 14px;
}

.demo-ticker-name { font-size: 22px; font-weight: 800; }
.demo-ticker-sub  { font-size: 13px; color: var(--muted); margin-top: 2px; }

.demo-price {
  text-align: right;
}

.demo-price-num {
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -.5px;
}

.demo-price-sub { font-size: 13px; color: var(--muted); }

.demo-body { padding: 28px; }

.demo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 16px;
}

.demo-metric {
  background: var(--bg3);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  padding: 14px 16px;
}

.demo-metric-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .5px;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 6px;
}

.demo-metric-value {
  font-size: 20px;
  font-weight: 800;
  color: var(--text);
}

.demo-metric-sub {
  font-size: 12px;
  color: var(--muted);
  margin-top: 2px;
}

.score-bar-wrap {
  margin-top: 8px;
  height: 4px;
  background: var(--border);
  border-radius: 2px;
  overflow: hidden;
}

.score-bar-fill {
  height: 100%;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--blue), var(--green));
}

.badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .3px;
  padding: 3px 9px;
  border-radius: 20px;
}

.badge-blue   { background: var(--blue-dim); color: var(--blue); border: 1px solid rgba(59,130,246,.25); }
.badge-green  { background: rgba(16,185,129,.12); color: var(--green); border: 1px solid rgba(16,185,129,.25); }
.badge-yellow { background: rgba(245,158,11,.12); color: var(--yellow); border: 1px solid rgba(245,158,11,.25); }

.demo-disclaimer {
  margin-top: 20px;
  font-size: 13px;
  color: var(--muted);
  text-align: center;
  padding: 14px 20px;
  background: var(--bg3);
  border-radius: var(--radius-sm);
  border: 1px solid var(--border);
}

.demo-disclaimer strong { color: var(--text); }

/* ── Pricing ──────────────────────────────────── */

.pricing {
  padding: 88px 0;
  background: var(--bg2);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.pricing-header {
  text-align: center;
  margin-bottom: 56px;
}

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

.price-card {
  background: var(--bg3);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 28px 24px 24px;
  position: relative;
  display: flex;
  flex-direction: column;
}

.price-card.featured {
  border-color: var(--blue);
  box-shadow: 0 0 0 1px var(--blue), 0 8px 32px rgba(59,130,246,.2);
}

.price-card-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .4px;
  padding: 4px 14px;
  border-radius: 20px;
  white-space: nowrap;
}

.badge-popular   { background: var(--blue); color: #fff; }
.badge-discount  { background: var(--red); color: #fff; }
.badge-discount2 { background: var(--yellow); color: #000; }

.price-plan  { font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .8px; color: var(--muted); margin-bottom: 12px; }
.price-main  { font-size: 38px; font-weight: 900; color: var(--text); letter-spacing: -1px; line-height: 1; }
.price-unit  { font-size: 16px; font-weight: 400; color: var(--muted); }
.price-per   { font-size: 13px; color: var(--muted); margin-top: 4px; margin-bottom: 20px; }
.price-equiv { font-size: 13px; color: var(--green); font-weight: 600; margin-top: 2px; }

.price-divider { border: none; border-top: 1px solid var(--border); margin: 20px 0; }

.price-features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
  margin-bottom: 24px;
}

.price-features li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  color: var(--muted);
}

.price-features li .check {
  color: var(--green);
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 1px;
}

.price-features li .cross {
  color: #374151;
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 1px;
}

.price-features li.active { color: var(--text); }

.btn-price {
  display: block;
  width: 100%;
  text-align: center;
  padding: 13px;
  border-radius: 9px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: all .15s;
}

.btn-price-primary {
  background: var(--blue);
  color: #fff !important;
  border: none;
}

.btn-price-primary:hover { background: #2563eb; text-decoration: none; }

.btn-price-secondary {
  background: transparent;
  color: var(--text) !important;
  border: 1px solid var(--border);
}

.btn-price-secondary:hover { border-color: var(--blue); background: var(--blue-dim); text-decoration: none; }

.pricing-note {
  text-align: center;
  margin-top: 32px;
  font-size: 13px;
  color: var(--muted);
}

/* ── Footer ───────────────────────────────────── */

.site-footer {
  background: var(--bg2);
  border-top: 1px solid var(--border);
  padding: 40px clamp(16px, 5vw, 80px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.footer-copy { font-size: 14px; color: var(--muted); }

.footer-links {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.footer-links a { font-size: 14px; color: var(--muted); }
.footer-links a:hover { color: var(--text); }

/* ── Responsive ───────────────────────────────── */

@media (max-width: 640px) {
  .hero { padding: 64px 0 56px; }
  .hero-trust { gap: 20px; }
  .trust-sep { display: none; }
  .demo-card-header { flex-direction: column; }
  .demo-price { text-align: left; }
  .pricing-grid { grid-template-columns: 1fr 1fr; }
  .header-nav a:not(.btn-login) { display: none; }
}

@media (max-width: 480px) {
  .pricing-grid { grid-template-columns: 1fr; }
}

/* ── Persistenter Disclaimer-Balken ────────────────────────────── */
.disclaimer-bar {
  position: fixed; left: 0; bottom: 0; width: 100%; z-index: 500;
  background: #1a1400; border-top: 1px solid #5a4a00; padding: 0.4rem 1.5rem;
  font-size: 0.72rem; color: #c8a800; box-sizing: border-box;
  max-height: 64px; overflow-y: auto;
}
.disclaimer-bar-inner { display: flex; align-items: flex-start; gap: 0.5rem; max-width: 1400px; margin: 0 auto; }
.disclaimer-icon { flex-shrink: 0; font-size: 0.9rem; }
.disclaimer-link { color: #e0c000; text-decoration: underline; white-space: nowrap; }
body { padding-bottom: 56px; }
