*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --orange: #ff5500;
  --orange-dim: rgba(255,85,0,0.08);
  --orange-border: rgba(255,85,0,0.2);
  --bg: #07090d;
  --card: #0e1520;
  --border: #1a2434;
  --text: #d0dce8;
  --muted: #4a5a6a;
  --dim: #2a3a4a;
}

html { scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--text);
  font-family: 'Barlow', sans-serif;
  min-height: 100vh;
  overflow-x: hidden;
}

/* ── BACKGROUNDS ── */
.bg-grid {
  position: fixed; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.022) 1px, transparent 1px);
  background-size: 52px 52px;
  pointer-events: none; z-index: 0;
}
.bg-glow {
  position: fixed; inset: 0;
  background:
    radial-gradient(ellipse 55% 50% at 85% 30%, rgba(255,80,0,0.07) 0%, transparent 65%),
    radial-gradient(ellipse 35% 40% at 10% 70%, rgba(255,80,0,0.04) 0%, transparent 60%);
  pointer-events: none; z-index: 0;
}
.bg-scan {
  position: fixed; inset: 0;
  background: repeating-linear-gradient(0deg, transparent, transparent 3px, rgba(0,0,0,0.12) 3px, rgba(0,0,0,0.12) 4px);
  pointer-events: none; z-index: 0; opacity: 0.35;
}

/* ── NAVBAR ── */
.navbar {
  position: fixed; top: 0; left: 0; right: 0;
  height: 46px;
  background: rgba(7,9,13,0.96);
  border-bottom: 1px solid var(--border);
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 2.5rem;
  z-index: 100;
  backdrop-filter: blur(10px);
}

.nav-logo { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.nav-logo-icon {
  width: 28px; height: 20px; background: var(--orange);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.nav-logo-icon::after {
  content: ''; width: 0; height: 0; border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #fff;
}
.nav-logo-text { font-family: 'Barlow Condensed', sans-serif; font-size: 20px; font-weight: 800; letter-spacing: 1px; }
.nav-logo-zip { color: #fff; }
.nav-logo-cam { color: var(--orange); }

.nav-links { display: flex; align-items: center; gap: 2rem; }
.nav-links a {
  font-size: 11px; font-weight: 600; letter-spacing: 1.5px;
  text-transform: uppercase; color: var(--muted);
  text-decoration: none; transition: color 0.2s;
}
.nav-links a:hover { color: #fff; }
.nav-links a.active { color: var(--orange); }

.nav-right { display: flex; align-items: center; gap: 14px; }
.nav-status { display: flex; align-items: center; gap: 6px; font-size: 10px; font-weight: 600; letter-spacing: 1.5px; color: var(--dim); text-transform: uppercase; }
.nav-status-dot { width: 7px; height: 7px; border-radius: 50%; background: #22c55e; animation: blink 2s ease-in-out infinite; }
.rec-badge { display: flex; align-items: center; gap: 5px; font-size: 10px; font-weight: 700; letter-spacing: 2px; color: #ff3333; border: 1px solid rgba(255,51,51,0.25); padding: 3px 8px; }
.rec-dot { width: 6px; height: 6px; border-radius: 50%; background: #ff3333; animation: blink 1s ease-in-out infinite; }

@keyframes blink { 0%,100%{opacity:1} 50%{opacity:0.2} }

/* ── HERO ── */
.hero {
  position: relative; z-index: 1;
  padding: 120px 2.5rem 80px;
  max-width: 1200px; margin: 0 auto;
}

.hero-tag {
  display: inline-flex; align-items: center; gap: 7px;
  background: var(--orange-dim); border: 1px solid var(--orange-border);
  padding: 4px 14px; font-size: 9px; font-weight: 700;
  letter-spacing: 2px; color: #ff7a33; text-transform: uppercase;
  margin-bottom: 1.5rem;
  animation: fadeUp 0.5s 0.1s cubic-bezier(0.22,1,0.36,1) both;
}
.hero-tag-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--orange); animation: blink 1.5s ease-in-out infinite; }

.hero-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 800; color: #fff;
  letter-spacing: 2px; text-transform: uppercase;
  line-height: 0.92; margin-bottom: 1rem;
  animation: fadeUp 0.6s 0.2s cubic-bezier(0.22,1,0.36,1) both;
}
.hero-title span { color: var(--orange); }

.hero-sub {
  font-size: 14px; color: var(--muted); max-width: 520px;
  line-height: 1.7; margin-bottom: 0.5rem;
  animation: fadeUp 0.6s 0.3s cubic-bezier(0.22,1,0.36,1) both;
}

.hero-divider { width: 52px; height: 2px; background: var(--orange); margin: 1.5rem 0 3rem; animation: fadeUp 0.5s 0.35s cubic-bezier(0.22,1,0.36,1) both; }

/* ── QUOTE BAND ── */
.quote-band {
  position: relative; z-index: 1;
  background: linear-gradient(90deg, var(--orange) 0%, #cc3d00 100%);
  padding: 1.4rem 2.5rem;
  margin-bottom: 0;
  overflow: hidden;
}
.quote-band::before {
  content: '';
  position: absolute; left: 0; top: 0; bottom: 0; width: 4px;
  background: rgba(255,255,255,0.3);
}
.quote-text {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(14px, 2vw, 18px);
  font-weight: 700; letter-spacing: 1px;
  color: #fff; text-transform: uppercase;
  max-width: 900px; margin: 0 auto; text-align: center;
  opacity: 0.95;
}

/* ── CARDS SECTION ── */
.section {
  position: relative; z-index: 1;
  padding: 80px 2.5rem;
  max-width: 1200px; margin: 0 auto;
}

.section-label {
  font-size: 9px; font-weight: 700; letter-spacing: 3px;
  text-transform: uppercase; color: var(--orange);
  margin-bottom: 0.6rem;
}
.section-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(28px, 4vw, 44px); font-weight: 800;
  color: #fff; letter-spacing: 2px; text-transform: uppercase;
  line-height: 1; margin-bottom: 0.8rem;
}
.section-title span { color: var(--orange); }
.section-sub { font-size: 13px; color: var(--muted); max-width: 480px; line-height: 1.7; margin-bottom: 3rem; }

/* pricing grid */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5px;
  background: var(--border);
  border: 1px solid var(--border);
}

.price-card {
  background: var(--card);
  padding: 2.4rem 2rem;
  position: relative;
  overflow: hidden;
  transition: background 0.3s;
  display: flex; flex-direction: column;
}

.price-card:hover { background: #121c2c; }

.price-card::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: var(--border);
  transition: background 0.3s;
}
.price-card:hover::before { background: var(--orange); }

.price-card.featured {
  background: #0d1826;
}
.price-card.featured::before { background: var(--orange); }

.price-card-icon {
  width: 44px; height: 44px;
  background: var(--orange-dim); border: 1px solid var(--orange-border);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 1.4rem;
}
.price-card-icon svg { width: 22px; height: 22px; }

.price-featured-badge {
  position: absolute; top: 1.2rem; right: 1.2rem;
  background: var(--orange); color: #fff;
  font-size: 8px; font-weight: 700; letter-spacing: 2px;
  text-transform: uppercase; padding: 3px 8px;
}

.price-plan {
  font-size: 9px; font-weight: 700; letter-spacing: 2.5px;
  text-transform: uppercase; color: var(--orange); margin-bottom: 0.5rem;
}
.price-name {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 22px; font-weight: 800; color: #fff;
  letter-spacing: 1px; text-transform: uppercase; margin-bottom: 0.4rem;
}
.price-desc { font-size: 12px; color: var(--muted); line-height: 1.6; margin-bottom: 1.8rem; }

.price-amount {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 36px; font-weight: 800; color: #fff;
  letter-spacing: 1px; margin-bottom: 0.2rem;
  display: flex; align-items: baseline; gap: 4px;
}
.price-amount sup { font-size: 18px; color: var(--orange); }
.price-period { font-size: 10px; color: var(--muted); letter-spacing: 1px; margin-bottom: 1.8rem; }

.price-features {
  list-style: none; flex: 1; margin-bottom: 2rem;
}
.price-features li {
  font-size: 13px; color: #8899aa;
  padding: 8px 0; border-bottom: 1px solid #0d1420;
  display: flex; align-items: flex-start; gap: 10px; line-height: 1.5;
}
.price-features li::before {
  content: '';
  width: 6px; height: 6px; min-width: 6px;
  background: var(--orange); margin-top: 5px;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.price-btn {
  width: 100%; padding: 13px;
  background: transparent; border: 1px solid var(--border);
  color: var(--muted); font-family: 'Barlow Condensed', sans-serif;
  font-size: 13px; font-weight: 700; letter-spacing: 2px;
  text-transform: uppercase; cursor: pointer;
  display: flex; align-items: center; justify-content: center; gap: 10px;
  transition: all 0.2s; border-radius: 0;
}
.price-btn:hover { border-color: var(--orange); color: #fff; background: rgba(255,85,0,0.06); }

.price-card.featured .price-btn {
  background: var(--orange); border-color: var(--orange); color: #fff;
}
.price-card.featured .price-btn:hover { background: #e04900; border-color: #e04900; }

.btn-arrow { font-size: 14px; transition: transform 0.2s; }
.price-btn:hover .btn-arrow { transform: translateX(3px); }

/* ── STATS BAND ── */
.stats-band {
  position: relative; z-index: 1;
  background: var(--card);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 2.5rem 2.5rem;
}
.stats-inner {
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 0;
}
.stat-item {
  padding: 1rem 2rem;
  border-right: 1px solid var(--border);
  display: flex; flex-direction: column;
}
.stat-item:last-child { border-right: none; }
.stat-num {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 42px; font-weight: 800; color: var(--orange);
  letter-spacing: 1px; line-height: 1;
}
.stat-label { font-size: 10px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; color: var(--muted); margin-top: 4px; }

/* ── FEATURES LIST ── */
.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
  margin-top: 2rem;
}

.feat-card {
  background: var(--card);
  padding: 2rem 1.8rem;
  position: relative;
  transition: background 0.3s;
}
.feat-card:hover { background: #121c2c; }

.feat-num {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 56px; font-weight: 800;
  color: rgba(255,85,0,0.08);
  position: absolute; top: 1rem; right: 1.4rem;
  line-height: 1; pointer-events: none;
  transition: color 0.3s;
}
.feat-card:hover .feat-num { color: rgba(255,85,0,0.14); }

.feat-icon {
  width: 38px; height: 38px;
  background: var(--orange-dim); border: 1px solid var(--orange-border);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 1.2rem;
}
.feat-icon svg { width: 18px; height: 18px; }

.feat-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 17px; font-weight: 800; color: #fff;
  letter-spacing: 1px; text-transform: uppercase; margin-bottom: 0.6rem;
}
.feat-text { font-size: 12px; color: var(--muted); line-height: 1.7; }

/* ── CTA ── */
.cta-section {
  position: relative; z-index: 1;
  padding: 80px 2.5rem;
  max-width: 1200px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  gap: 2rem; flex-wrap: wrap;
}
.cta-text .label { font-size: 9px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; color: var(--orange); margin-bottom: 0.6rem; }
.cta-text h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(28px, 4vw, 48px); font-weight: 800; color: #fff;
  letter-spacing: 2px; text-transform: uppercase; line-height: 1;
}
.cta-text h2 span { color: var(--orange); }
.cta-actions { display: flex; gap: 1rem; flex-wrap: wrap; }

.btn-primary {
  background: var(--orange); border: none; color: #fff;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 13px; font-weight: 700; letter-spacing: 2px;
  text-transform: uppercase; padding: 14px 28px; cursor: pointer;
  display: flex; align-items: center; gap: 10px;
  transition: background 0.2s; text-decoration: none; border-radius: 0;
}
.btn-primary:hover { background: #e04900; }
.btn-play { width: 0; height: 0; border-style: solid; border-width: 5px 0 5px 8px; border-color: transparent transparent transparent #fff; flex-shrink: 0; }

.btn-outline {
  background: transparent; border: 1px solid var(--border); color: var(--muted);
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 13px; font-weight: 700; letter-spacing: 2px;
  text-transform: uppercase; padding: 14px 28px; cursor: pointer;
  display: flex; align-items: center; gap: 10px;
  transition: all 0.2s; text-decoration: none; border-radius: 0;
}
.btn-outline:hover { border-color: var(--orange); color: #fff; }

/* ── FOOTER ── */
footer {
  position: relative; z-index: 1;
  background: #080c12;
  border-top: 1px solid var(--border);
  padding: 3rem 2.5rem 1.5rem;
}
.footer-inner {
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 3rem; margin-bottom: 2.5rem;
}
.footer-brand p { font-size: 12px; color: var(--muted); line-height: 1.7; margin-top: 1rem; max-width: 260px; }
.footer-col h4 { font-size: 9px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--orange); margin-bottom: 1rem; }
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 0.6rem; }
.footer-col ul li a { font-size: 12px; color: var(--muted); text-decoration: none; transition: color 0.2s; }
.footer-col ul li a:hover { color: #fff; }
.footer-contact p { font-size: 12px; color: var(--muted); margin-bottom: 0.5rem; display: flex; align-items: center; gap: 8px; }
.footer-bottom {
  max-width: 1200px; margin: 0 auto;
  padding-top: 1.5rem; border-top: 1px solid #0d1420;
  display: flex; align-items: center; justify-content: space-between;
}
.footer-bottom p { font-size: 10px; color: var(--dim); letter-spacing: 0.5px; }
.footer-version { font-size: 10px; color: var(--orange); opacity: 0.5; letter-spacing: 1px; }

/* ── ANIMATIONS ── */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}

.animate { opacity: 0; transform: translateY(20px); transition: opacity 0.6s cubic-bezier(0.22,1,0.36,1), transform 0.6s cubic-bezier(0.22,1,0.36,1); }
.animate.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: 0.1s; }
.delay-2 { transition-delay: 0.2s; }
.delay-3 { transition-delay: 0.3s; }
.delay-4 { transition-delay: 0.4s; }

@media (max-width: 768px) {
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .cta-section { flex-direction: column; }
  .nav-links { display: none; }
}
