/* ============================================================
   Spot & Spark — marketing site
   Brand: orange #EA6A25 / bright #F97316 / deep #C2410C
   Dark:  #0A0603 base · #160B05 elevated · #241105 surface
   Tagline: Love at Full Intensity
   ============================================================ */

:root {
  --primary: #ea6a25;
  --primary-bright: #f97316;
  --primary-deep: #c2410c;
  --bg: #0a0603;
  --bg-2: #160b05;
  --bg-3: #241105;
  --surface: #3a1d0c;
  --border: rgba(234, 106, 37, 0.18);
  --border-strong: #5a2e12;
  --text: #ffffff;
  --text-2: #e8d5c4;
  --muted: #a08974;
  --radius: 18px;
  --grad: linear-gradient(135deg, var(--primary-bright), var(--primary-deep));
  --shadow-glow: 0 10px 60px rgba(234, 106, 37, 0.25);
  --font: 'Segoe UI', 'Inter', system-ui, -apple-system, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: var(--font); background: var(--bg); color: var(--text); line-height: 1.6; overflow-x: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.container { width: min(1160px, 92%); margin: 0 auto; }
.container.narrow { width: min(820px, 92%); }

h1, h2, h3 { line-height: 1.12; letter-spacing: -0.02em; }
h1 { font-size: clamp(2.6rem, 6vw, 4.4rem); font-weight: 800; }
h2 { font-size: clamp(1.9rem, 4vw, 2.9rem); font-weight: 800; }
h3 { font-size: 1.15rem; font-weight: 700; }
h1 em, h2 em { font-style: normal; background: linear-gradient(90deg, var(--primary-bright), #fbbf24); -webkit-background-clip: text; background-clip: text; color: transparent; }

.eyebrow {
  display: inline-block; font-size: 0.75rem; font-weight: 800; letter-spacing: 0.14em;
  color: var(--primary); text-transform: uppercase; margin-bottom: 16px;
  padding: 6px 14px; border: 1px solid var(--border); border-radius: 999px; background: rgba(234, 106, 37, 0.07);
}
.lead { font-size: clamp(1.02rem, 2vw, 1.2rem); color: var(--text-2); max-width: 56ch; }
.lead-sm { color: var(--text-2); margin-bottom: 22px; }

/* ---------------- Buttons ---------------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 12px 26px; border-radius: 999px; font-weight: 700; font-size: 0.95rem;
  border: none; cursor: pointer; transition: transform 0.18s, box-shadow 0.18s, background 0.18s, opacity .18s;
}
.btn-primary { background: var(--grad); color: #fff; box-shadow: var(--shadow-glow); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 14px 70px rgba(234, 106, 37, 0.4); }
.btn-outline { border: 1.5px solid var(--primary); color: var(--primary); background: transparent; }
.btn-outline:hover { background: rgba(234, 106, 37, 0.1); transform: translateY(-2px); }
.btn-ghost { color: var(--text-2); background: transparent; border: 1px solid var(--border-strong); }
.btn-ghost:hover { border-color: var(--primary); color: var(--primary); }
.btn-lg { padding: 15px 34px; font-size: 1.02rem; }
.btn-block { width: 100%; }

/* ---------------- Nav ---------------- */
.nav {
  position: sticky; top: 0; z-index: 100;
  background: rgba(10, 6, 3, 0.82); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(234, 106, 37, 0.12);
}
.nav-inner { display: flex; align-items: center; gap: 26px; height: 72px; }
.brand { display: flex; align-items: center; gap: 10px; font-weight: 800; font-size: 1.15rem; }
.brand-logo { width: 34px; height: 40px; object-fit: contain; }
.brand-name { letter-spacing: -0.01em; }
.nav-links { display: flex; gap: 26px; margin-left: auto; }
.nav-links a { color: var(--text-2); font-weight: 600; font-size: 0.92rem; transition: color 0.15s; }
.nav-links a:hover { color: var(--primary); }
.nav-cta { display: flex; gap: 10px; }
.nav-cta .btn { padding: 9px 20px; font-size: 0.88rem; }
.nav-burger { display: none; background: none; border: none; cursor: pointer; flex-direction: column; gap: 5px; padding: 6px; }
.nav-burger span { width: 22px; height: 2px; background: var(--text); border-radius: 2px; }

/* ---------------- Hero ---------------- */
.hero { position: relative; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; opacity: 0.34; background: url('assets/hero-bg.jpg') center 30% / cover no-repeat; }
.hero-bg video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-bg::after {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 900px 500px at 25% 0%, rgba(234, 106, 37, 0.28), transparent 60%),
    linear-gradient(180deg, rgba(10, 6, 3, 0.35), rgba(10, 6, 3, 0.88) 70%, var(--bg));
}
.hero-inner {
  position: relative; display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 40px;
  align-items: center; padding: 90px 0 70px; min-height: 78vh;
}
.hero-copy h1 { margin: 6px 0 20px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin: 30px 0 40px; }
.hero-stats { display: flex; gap: 40px; flex-wrap: wrap; }
.hero-stats div { display: grid; }
.hero-stats strong { font-size: 1.6rem; font-weight: 800; }
.hero-stats span { color: var(--muted); font-size: 0.82rem; }
.hero-phone { position: relative; justify-self: center; }
.hero-phone img { width: min(320px, 78vw); position: relative; z-index: 1; filter: drop-shadow(0 30px 60px rgba(0, 0, 0, 0.6)); }
.phone-glow {
  position: absolute; inset: 8% -12%; z-index: 0; border-radius: 50%;
  background: radial-gradient(ellipse, rgba(234, 106, 37, 0.35), transparent 70%);
}

/* ---------------- Strip ---------------- */
.strip { border-block: 1px solid rgba(234, 106, 37, 0.1); background: var(--bg-2); }
.strip-inner { display: flex; align-items: center; gap: 30px; padding: 18px 0; flex-wrap: wrap; }
.strip-inner > span { font-size: 0.7rem; letter-spacing: 0.16em; color: var(--muted); font-weight: 800; }
.strip-items { display: flex; gap: 34px; flex-wrap: wrap; }
.strip-items span { color: var(--text-2); opacity: 0.55; font-weight: 700; font-size: 0.95rem; }

/* ---------------- Sections ---------------- */
.section { padding: 96px 0; }
.section-alt { background: var(--bg-2); border-block: 1px solid rgba(234, 106, 37, 0.08); }
.section-head { text-align: center; max-width: 640px; margin: 0 auto 56px; }
.section-head p { color: var(--muted); margin-top: 12px; }

.grid { display: grid; gap: 22px; }
.features-grid { grid-template-columns: repeat(3, 1fr); }
.card {
  background: var(--bg-2); border: 1px solid var(--border); border-radius: var(--radius);
  padding: 30px 26px; transition: transform 0.22s, border-color 0.22s, box-shadow 0.22s;
}
.section-alt .card { background: var(--bg-3); }
.card:hover { transform: translateY(-5px); border-color: rgba(234, 106, 37, 0.45); box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35); }
.card-icon {
  width: 52px; height: 52px; display: grid; place-items: center; font-size: 24px;
  background: rgba(234, 106, 37, 0.12); border: 1px solid var(--border); border-radius: 14px; margin-bottom: 18px;
}
.card h3 { margin-bottom: 10px; }
.card p { color: var(--muted); font-size: 0.94rem; }

/* ---------------- Steps ---------------- */
.steps-grid { grid-template-columns: repeat(3, 1fr); }
.step { text-align: center; padding: 20px; }
.step-num {
  width: 58px; height: 58px; margin: 0 auto 18px; display: grid; place-items: center;
  font-size: 1.4rem; font-weight: 800; color: #fff; border-radius: 50%;
  background: var(--grad); box-shadow: var(--shadow-glow);
}
.step h3 { margin-bottom: 8px; }
.step p { color: var(--muted); font-size: 0.94rem; }

/* ---------------- Split sections ---------------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.split-media { position: relative; display: flex; justify-content: center; }
.split-phone { width: min(280px, 70vw); filter: drop-shadow(0 30px 60px rgba(0, 0, 0, 0.55)); border-radius: 30px; }
.split-phone-back { position: absolute; width: min(230px, 55vw); right: 4%; bottom: -8%; opacity: 0.9; z-index: -1; transform: rotate(6deg); }
.split-copy h2 { margin-bottom: 22px; }
.check-list { list-style: none; display: grid; gap: 16px; margin-bottom: 30px; }
.check-list li { padding-left: 34px; position: relative; color: var(--muted); font-size: 0.97rem; }
.check-list li strong { color: var(--text); display: block; }
.check-list li::before {
  content: '✓'; position: absolute; left: 0; top: 2px;
  width: 22px; height: 22px; display: grid; place-items: center; font-size: 12px; font-weight: 800;
  color: var(--primary); border: 1.5px solid var(--primary); border-radius: 50%;
}
.quote-card {
  background: var(--bg-3); border: 1px solid var(--border); border-left: 3px solid var(--primary);
  border-radius: 14px; padding: 18px 20px; margin-bottom: 14px;
}
.quote-card p { color: var(--text-2); font-size: 0.97rem; }
.quote-card span { color: var(--muted); font-size: 0.82rem; }

/* ---------------- Pricing ---------------- */
.pricing-grid { grid-template-columns: repeat(3, 1fr); align-items: stretch; }
.price-card {
  position: relative; background: var(--bg-2); border: 1px solid var(--border);
  border-radius: 22px; padding: 34px 28px; display: flex; flex-direction: column; gap: 16px;
}
.price-card.featured {
  background: linear-gradient(180deg, rgba(234, 106, 37, 0.14), var(--bg-2) 55%);
  border: 1.5px solid var(--primary); box-shadow: var(--shadow-glow); transform: scale(1.03);
}
.ribbon {
  position: absolute; top: -13px; left: 50%; transform: translateX(-50%);
  background: var(--grad); color: #fff; font-size: 0.68rem; font-weight: 800; letter-spacing: 0.1em;
  padding: 5px 16px; border-radius: 999px;
}
.price { font-size: 2.6rem; font-weight: 800; }
.price span { font-size: 0.95rem; color: var(--muted); font-weight: 600; }
.price-note { color: var(--muted); font-size: 0.82rem; margin-top: -10px; }
.price-card ul { list-style: none; display: grid; gap: 10px; flex: 1; }
.price-card li { color: var(--text-2); font-size: 0.94rem; padding-left: 24px; position: relative; }
.price-card li::before { content: '•'; color: var(--primary); position: absolute; left: 8px; font-weight: 800; }

/* ---------------- FAQ ---------------- */
.faq-list { display: grid; gap: 12px; }
details {
  background: var(--bg-3); border: 1px solid var(--border); border-radius: 14px;
  padding: 0 22px; overflow: hidden; transition: border-color 0.2s;
}
details[open] { border-color: rgba(234, 106, 37, 0.5); }
summary {
  cursor: pointer; list-style: none; font-weight: 700; padding: 18px 0;
  display: flex; justify-content: space-between; align-items: center;
}
summary::-webkit-details-marker { display: none; }
summary::after { content: '+'; color: var(--primary); font-size: 1.4rem; font-weight: 400; transition: transform 0.2s; }
details[open] summary::after { transform: rotate(45deg); }
details p { color: var(--muted); padding-bottom: 18px; font-size: 0.95rem; }

/* ---------------- CTA ---------------- */
.cta {
  background:
    radial-gradient(ellipse 700px 400px at 50% 100%, rgba(234, 106, 37, 0.22), transparent 65%),
    var(--bg);
}
.cta-inner { text-align: center; display: grid; justify-items: center; gap: 18px; }
.cta-logo { width: 84px; filter: drop-shadow(0 8px 40px rgba(234, 106, 37, 0.5)); }
.store-badges { display: flex; gap: 16px; flex-wrap: wrap; justify-content: center; margin-top: 10px; }
.store-badge {
  display: flex; align-items: center; gap: 12px; padding: 12px 22px;
  background: #000; border: 1.5px solid var(--border-strong); border-radius: 14px;
  transition: border-color 0.2s, transform 0.2s; cursor: default;
}
.store-badge:hover { border-color: var(--primary); transform: translateY(-2px); }
.sb-icon { font-size: 1.5rem; }
.sb-text { display: grid; text-align: left; font-weight: 800; font-size: 1.05rem; line-height: 1.15; }
.sb-text small { font-weight: 500; font-size: 0.66rem; color: var(--muted); letter-spacing: 0.03em; }

/* ---------------- Footer ---------------- */
.footer { border-top: 1px solid rgba(234, 106, 37, 0.12); background: var(--bg-2); }
.footer-grid {
  display: grid; grid-template-columns: 1.6fr repeat(4, 1fr); gap: 30px; padding: 60px 0 40px;
}
.footer h4 { font-size: 0.8rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); margin-bottom: 16px; }
.footer a { display: block; color: var(--text-2); font-size: 0.92rem; padding: 5px 0; transition: color 0.15s; }
.footer a:hover { color: var(--primary); }
.footer-brand .brand { margin-bottom: 12px; }
.footer-tag { color: var(--primary); font-weight: 700; font-size: 0.9rem; }
.footer-note { color: var(--muted); font-size: 0.85rem; margin-top: 6px; }
.footer-bottom {
  display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap;
  padding: 20px 0 30px; border-top: 1px solid rgba(234, 106, 37, 0.08);
  color: var(--muted); font-size: 0.82rem;
}

/* ---------------- Legal pages ---------------- */
.legal-wrap { padding: 60px 0 90px; }
.legal-wrap h1 { font-size: 2.2rem; margin-bottom: 6px; }
.legal-date { color: var(--muted); font-size: 0.85rem; margin-bottom: 36px; }
.legal-wrap h2 { font-size: 1.25rem; margin: 34px 0 10px; }
.legal-wrap p, .legal-wrap li { color: var(--text-2); font-size: 0.97rem; }
.legal-wrap ul { padding-left: 22px; margin: 10px 0; }

/* ---------------- Reveal animations ---------------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.in { opacity: 1; transform: none; }
.delay-1 { transition-delay: 0.12s; }
.delay-2 { transition-delay: 0.24s; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

/* ---------------- Responsive ---------------- */
@media (max-width: 980px) {
  .hero-inner { grid-template-columns: 1fr; text-align: center; padding-top: 60px; }
  .hero-copy { display: grid; justify-items: center; }
  .hero-actions, .hero-stats { justify-content: center; }
  .features-grid, .steps-grid, .pricing-grid { grid-template-columns: 1fr 1fr; }
  .split, .split.split-reverse { grid-template-columns: 1fr; gap: 40px; }
  .split-reverse .split-copy { order: 0; }
  .price-card.featured { transform: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .features-grid, .steps-grid, .pricing-grid { grid-template-columns: 1fr; }
  .nav-links {
    display: none; position: absolute; top: 72px; left: 0; right: 0;
    background: var(--bg-2); border-bottom: 1px solid var(--border-strong);
    flex-direction: column; padding: 18px 6%; gap: 16px;
  }
  .nav-links.open { display: flex; }
  .nav-cta .btn-ghost { display: none; }
  .nav-burger { display: flex; }
  .section { padding: 64px 0; }
}
