/* raidandev — product / sales pages shared styles */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --black: #0D0D0D;
  --off-white: #F0EDE8;
  --surface: #171717;
  --surface-2: #1F1F1F;
  --border: rgba(255,255,255,0.08);
  --muted: #888;
  --accent: #6EFF6A;
  --accent-dim: rgba(110,255,106,0.12);
  --accent-dim2: rgba(110,255,106,0.06);
  --danger: #FF6B6B;
}

html { scroll-behavior: smooth; }
body {
  background: var(--black);
  color: var(--off-white);
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
a { color: inherit; }

/* NAV */
nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 2.5rem;
  background: rgba(13,13,13,0.85);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
}
.nav-logo { font-family: 'JetBrains Mono', monospace; font-size: 0.9rem; color: var(--accent); letter-spacing: 0.02em; text-decoration: none; }
.nav-links { display: flex; gap: 2rem; list-style: none; align-items: center; }
.nav-links a { font-size: 0.875rem; color: var(--muted); text-decoration: none; transition: color 0.2s; }
.nav-links a:hover { color: var(--off-white); }
.nav-cta {
  font-family: 'Space Grotesk', sans-serif; font-size: 0.875rem; font-weight: 500;
  color: var(--black) !important; background: var(--accent);
  padding: 0.5rem 1.25rem; border-radius: 6px; text-decoration: none; transition: opacity 0.2s;
}
.nav-cta:hover { opacity: 0.88; }

/* BUTTONS */
.btn-primary {
  font-family: 'Space Grotesk', sans-serif; font-weight: 600; font-size: 0.95rem;
  color: var(--black); background: var(--accent);
  padding: 0.8rem 2rem; border-radius: 6px; text-decoration: none;
  transition: opacity 0.2s, transform 0.15s;
  display: inline-flex; align-items: center; gap: 0.5rem; border: none; cursor: pointer;
}
.btn-primary:hover { opacity: 0.88; transform: translateY(-1px); }
.btn-secondary {
  font-family: 'Space Grotesk', sans-serif; font-weight: 500; font-size: 0.95rem;
  color: var(--off-white); background: transparent;
  padding: 0.8rem 2rem; border-radius: 6px; border: 1px solid var(--border); text-decoration: none;
  transition: border-color 0.2s, transform 0.15s;
  display: inline-flex; align-items: center; gap: 0.5rem;
}
.btn-secondary:hover { border-color: rgba(255,255,255,0.25); transform: translateY(-1px); }

/* HERO */
.hero {
  min-height: 100vh;
  display: grid; grid-template-columns: 1.05fr 0.95fr; align-items: center;
  padding: 9rem 2.5rem 4rem; gap: 4rem; max-width: 1200px; margin: 0 auto;
}
.hero-left { max-width: 580px; }
.eyebrow {
  font-family: 'JetBrains Mono', monospace; font-size: 0.8rem; color: var(--accent);
  letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 1.5rem;
  display: flex; align-items: center; gap: 0.5rem;
}
.eyebrow::before { content: ''; display: inline-block; width: 20px; height: 1px; background: var(--accent); }
h1 {
  font-family: 'Space Grotesk', sans-serif; font-size: clamp(2.4rem, 5vw, 3.6rem);
  font-weight: 700; line-height: 1.08; letter-spacing: -0.03em; color: var(--off-white); margin-bottom: 1.5rem;
}
h1 span { color: var(--accent); }
.hero-sub { font-size: 1.05rem; color: var(--muted); line-height: 1.7; margin-bottom: 1.5rem; max-width: 480px; }
.price-anchor {
  font-family: 'JetBrains Mono', monospace; font-size: 0.85rem; color: var(--off-white);
  margin-bottom: 2rem; display: flex; align-items: center; gap: 0.5rem;
}
.price-anchor b { color: var(--accent); font-weight: 500; }
.price-anchor .dim { color: var(--muted); }
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; }

/* HERO MOCK */
.hero-right { display: flex; align-items: center; justify-content: center; }
.mock {
  width: 100%; max-width: 460px; background: var(--surface);
  border: 1px solid var(--border); border-radius: 14px; overflow: hidden;
  box-shadow: 0 30px 80px rgba(0,0,0,0.45);
}
.mock-bar { background: var(--surface-2); padding: 0.75rem 1rem; display: flex; align-items: center; gap: 0.5rem; border-bottom: 1px solid var(--border); }
.dot { width: 10px; height: 10px; border-radius: 50%; }
.dot-red { background: #FF5F57; } .dot-amber { background: #FEBC2E; } .dot-green { background: #28C840; }
.mock-title { font-family: 'JetBrains Mono', monospace; font-size: 0.72rem; color: var(--muted); margin-left: 0.5rem; }
.mock-body { padding: 1.4rem; display: flex; flex-direction: column; gap: 0.7rem; }
.mock-row {
  display: flex; align-items: center; gap: 0.75rem;
  padding: 0.75rem 0.85rem; border: 1px solid var(--border); border-radius: 8px; font-size: 0.82rem;
}
.mock-row .mico { width: 26px; height: 26px; border-radius: 6px; background: var(--accent-dim); flex-shrink: 0; display: flex; align-items: center; justify-content: center; font-size: 0.8rem; }
.mock-row .mname { font-family: 'Space Grotesk', sans-serif; font-weight: 600; color: var(--off-white); }
.mock-row .mmeta { margin-left: auto; font-family: 'JetBrains Mono', monospace; font-size: 0.66rem; }
.mmeta.ok { color: var(--accent); } .mmeta.dim { color: var(--muted); } .mmeta.warn { color: #E3B341; }

/* PROOF BAR */
.proof-bar {
  border-top: 1px solid var(--border); border-bottom: 1px solid var(--border);
  padding: 1.25rem 2.5rem; display: flex; align-items: center; justify-content: center; gap: 3rem; flex-wrap: wrap;
}
.proof-item { font-family: 'Space Grotesk', sans-serif; font-size: 0.8rem; color: var(--muted); display: flex; align-items: center; gap: 0.5rem; }
.proof-item svg { color: var(--accent); flex-shrink: 0; }

/* SECTIONS */
.section { max-width: 1200px; margin: 0 auto; padding: 6rem 2.5rem; }
.section.tight { padding-top: 4rem; }
.bordered { border-top: 1px solid var(--border); }
.section-label { font-family: 'JetBrains Mono', monospace; font-size: 0.75rem; color: var(--accent); letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 1rem; }
h2 { font-family: 'Space Grotesk', sans-serif; font-size: clamp(1.8rem, 3.5vw, 2.6rem); font-weight: 700; letter-spacing: -0.025em; line-height: 1.15; color: var(--off-white); margin-bottom: 1rem; }
.section-sub { color: var(--muted); font-size: 1rem; max-width: 580px; margin-bottom: 3.5rem; }
.center { text-align: center; }
.center .section-sub { margin-left: auto; margin-right: auto; }

/* WHO IT'S FOR */
.audience-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.25rem; }
.audience {
  background: var(--surface); border: 1px solid var(--border); border-radius: 12px; padding: 1.5rem;
  display: flex; gap: 1rem; align-items: flex-start;
}
.audience .a-emoji { font-size: 1.5rem; line-height: 1; }
.audience h3 { font-family: 'Space Grotesk', sans-serif; font-size: 0.98rem; font-weight: 600; color: var(--off-white); margin-bottom: 0.3rem; }
.audience p { font-size: 0.84rem; color: var(--muted); line-height: 1.6; }

/* BEFORE / AFTER */
.ba { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; margin-top: 1rem; }
.ba-col { border: 1px solid var(--border); border-radius: 12px; padding: 2rem 1.75rem; }
.ba-col.before { background: rgba(255,107,107,0.04); }
.ba-col.after { background: var(--accent-dim2); }
.ba-col h3 { font-family: 'JetBrains Mono', monospace; font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 1.25rem; }
.ba-col.before h3 { color: var(--danger); }
.ba-col.after h3 { color: var(--accent); }
.ba-col ul { list-style: none; display: flex; flex-direction: column; gap: 0.9rem; }
.ba-col li { font-size: 0.9rem; color: var(--muted); display: flex; gap: 0.6rem; line-height: 1.5; }
.ba-col.before li::before { content: '✕'; color: var(--danger); flex-shrink: 0; }
.ba-col.after li::before { content: '✓'; color: var(--accent); flex-shrink: 0; }
.ba-col.after li { color: var(--off-white); }

/* FEATURES */
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.25rem; }
.service-card { background: var(--surface); border: 1px solid var(--border); border-radius: 12px; padding: 1.75rem; transition: border-color 0.2s, transform 0.2s; position: relative; overflow: hidden; }
.service-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: var(--accent); opacity: 0; transition: opacity 0.2s; }
.service-card:hover { border-color: rgba(110,255,106,0.25); transform: translateY(-3px); }
.service-card:hover::before { opacity: 1; }
.service-icon { width: 40px; height: 40px; background: var(--accent-dim); border-radius: 8px; display: flex; align-items: center; justify-content: center; margin-bottom: 1.25rem; }
.service-icon svg { color: var(--accent); }
.service-card h3 { font-family: 'Space Grotesk', sans-serif; font-size: 1.05rem; font-weight: 600; color: var(--off-white); margin-bottom: 0.6rem; letter-spacing: -0.01em; }
.service-card p { font-size: 0.88rem; color: var(--muted); line-height: 1.7; }

/* STEPS */
.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); margin-top: 3.5rem; border: 1px solid var(--border); border-radius: 12px; overflow: hidden; }
.step { padding: 2rem 1.75rem; border-right: 1px solid var(--border); }
.step:last-child { border-right: none; }
.step-num { font-family: 'JetBrains Mono', monospace; font-size: 0.7rem; color: var(--accent); letter-spacing: 0.08em; margin-bottom: 1rem; }
.step h3 { font-family: 'Space Grotesk', sans-serif; font-size: 1rem; font-weight: 600; color: var(--off-white); margin-bottom: 0.5rem; }
.step p { font-size: 0.85rem; color: var(--muted); line-height: 1.65; }

/* PRICING */
.pricing { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.25rem; margin-top: 1rem; align-items: stretch; }
.price-card { background: var(--surface); border: 1px solid var(--border); border-radius: 16px; padding: 2.25rem 2rem; display: flex; flex-direction: column; position: relative; }
.price-card.featured { border-color: rgba(110,255,106,0.4); }
.price-badge { position: absolute; top: -11px; left: 2rem; background: var(--accent); color: var(--black); font-family: 'Space Grotesk', sans-serif; font-weight: 600; font-size: 0.68rem; padding: 0.25rem 0.7rem; border-radius: 5px; letter-spacing: 0.03em; }
.price-card .tier { font-family: 'Space Grotesk', sans-serif; font-weight: 600; font-size: 1.15rem; color: var(--off-white); margin-bottom: 0.4rem; }
.price-card .tier-sub { font-size: 0.82rem; color: var(--muted); margin-bottom: 1.5rem; min-height: 2.4em; }
.price-card .amount { font-family: 'Space Grotesk', sans-serif; margin-bottom: 0.3rem; }
.price-card .amount .from { font-size: 0.72rem; color: var(--muted); font-family: 'JetBrains Mono', monospace; text-transform: uppercase; letter-spacing: 0.08em; display: block; margin-bottom: 0.2rem; }
.price-card .amount .big { font-size: 2.4rem; font-weight: 700; color: var(--off-white); letter-spacing: -0.02em; }
.price-card .amount .unit { font-size: 0.85rem; color: var(--muted); }
.price-card .recur { font-family: 'JetBrains Mono', monospace; font-size: 0.78rem; color: var(--accent); margin-bottom: 1.5rem; }
.price-card ul { list-style: none; display: flex; flex-direction: column; gap: 0.7rem; margin-bottom: 2rem; flex: 1; }
.price-card li { font-size: 0.85rem; color: var(--muted); display: flex; gap: 0.55rem; line-height: 1.45; }
.price-card li svg { color: var(--accent); flex-shrink: 0; margin-top: 3px; }
.price-card .btn-primary, .price-card .btn-secondary { justify-content: center; width: 100%; }
.price-note { font-family: 'JetBrains Mono', monospace; font-size: 0.75rem; color: var(--muted); margin-top: 1.5rem; text-align: center; }

/* FAQ */
.faq { max-width: 760px; margin-top: 1rem; }
.faq details { border-bottom: 1px solid var(--border); padding: 1.4rem 0; }
.faq summary { font-family: 'Space Grotesk', sans-serif; font-weight: 600; font-size: 1rem; color: var(--off-white); cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 1rem; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; color: var(--accent); font-size: 1.3rem; line-height: 1; flex-shrink: 0; transition: transform 0.2s; }
.faq details[open] summary::after { content: '–'; }
.faq p { color: var(--muted); font-size: 0.92rem; line-height: 1.7; margin-top: 0.9rem; }

/* CTA */
.cta-box { background: var(--surface); border: 1px solid var(--border); border-radius: 16px; padding: 4rem 3rem; position: relative; overflow: hidden; text-align: center; }
.cta-box::after { content: ''; position: absolute; bottom: -80px; left: 50%; transform: translateX(-50%); width: 500px; height: 200px; background: radial-gradient(ellipse, rgba(110,255,106,0.06) 0%, transparent 70%); pointer-events: none; }
.cta-box h2 { margin-bottom: 1rem; }
.cta-box p { color: var(--muted); font-size: 0.98rem; max-width: 480px; margin: 0 auto 2rem; }
.cta-actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

/* FOOTER */
footer { border-top: 1px solid var(--border); padding: 2rem 2.5rem; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; }
.footer-logo { font-family: 'JetBrains Mono', monospace; font-size: 0.82rem; color: var(--muted); text-decoration: none; }
.footer-right { font-size: 0.8rem; color: var(--muted); }

/* PRODUCTS HUB */
.hub-hero { max-width: 1000px; margin: 0 auto; padding: 11rem 2.5rem 3rem; text-align: center; }
.hub-grid { max-width: 1100px; margin: 0 auto; padding: 0 2.5rem 6rem; display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.hub-card {
  background: var(--surface); border: 1px solid var(--border); border-radius: 16px; padding: 2.5rem;
  text-decoration: none; display: flex; flex-direction: column; transition: border-color 0.2s, transform 0.2s; position: relative; overflow: hidden;
}
.hub-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: var(--accent); opacity: 0; transition: opacity 0.2s; }
.hub-card:hover { border-color: rgba(110,255,106,0.25); transform: translateY(-3px); }
.hub-card:hover::before { opacity: 1; }
.hub-card .h-ico { width: 48px; height: 48px; border-radius: 10px; background: var(--accent-dim); display: flex; align-items: center; justify-content: center; margin-bottom: 1.5rem; }
.hub-card .h-ico svg { color: var(--accent); }
.hub-card h3 { font-family: 'Space Grotesk', sans-serif; font-size: 1.4rem; font-weight: 700; color: var(--off-white); margin-bottom: 0.5rem; letter-spacing: -0.02em; }
.hub-card .h-tag { font-family: 'JetBrains Mono', monospace; font-size: 0.72rem; color: var(--accent); margin-bottom: 1rem; }
.hub-card p { color: var(--muted); font-size: 0.92rem; line-height: 1.7; margin-bottom: 1.5rem; flex: 1; }
.hub-card .h-go { font-family: 'Space Grotesk', sans-serif; font-weight: 600; font-size: 0.9rem; color: var(--accent); display: flex; align-items: center; gap: 0.4rem; }

/* MOBILE */
@media (max-width: 900px) { .ba { grid-template-columns: 1fr; } .hub-grid { grid-template-columns: 1fr; } }
@media (max-width: 768px) {
  nav { padding: 1rem 1.25rem; }
  .nav-links { gap: 1rem; }
  .nav-links li.hide-sm { display: none; }
  .hero { grid-template-columns: 1fr; padding: 7rem 1.25rem 3rem; gap: 3rem; }
  .hero-right { order: -1; }
  .section { padding: 4rem 1.25rem; }
  .steps { grid-template-columns: 1fr; }
  .step { border-right: none; border-bottom: 1px solid var(--border); }
  .step:last-child { border-bottom: none; }
  .proof-bar { gap: 1.5rem; padding: 1.25rem; }
  .hub-hero { padding: 8rem 1.25rem 2rem; }
  .hub-grid { padding: 0 1.25rem 4rem; }
  footer { padding: 1.5rem 1.25rem; }
}
@media (prefers-reduced-motion: reduce) { * { transition: none !important; } }
