/* ==========================================================================
   RC Sentinel — rcsentinel.com
   Standalone site styling, matched to the RC Sentinel admin console
   (dark olive / gold "race ops" theme).
   ========================================================================== */

:root {
  --bg:          #1A1900;
  --panel:       #272500;
  --panel-hover: #2E2A00;
  --border:      #3A3600;
  --border-soft: #222000;
  --accent:      #FFCC00;
  --muted:       #9A9060;
  --text:        #FFFFFF;
  --good-bg:     #1A3A00;
  --good-fg:     #6EE000;
  --good-br:     #3A6600;
  --radius:      10px;
  --shadow:      0 10px 30px rgba(0, 0, 0, 0.45);
  --maxw:        980px;
}

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

html { scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--text);
  font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

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

img { max-width: 100%; display: block; }

.container {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 24px;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 20px;
  background: var(--accent);
  color: var(--bg);
  border: none;
  border-radius: 6px;
  font-size: 0.85rem;
  font-weight: 700;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.btn:hover { opacity: 0.88; text-decoration: none; color: var(--bg); }
.btn.ghost {
  background: transparent;
  color: var(--accent);
  border: 1px solid var(--border);
}
.btn.ghost:hover { border-color: var(--accent); opacity: 1; color: var(--accent); }

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

/* ---------- Hero ---------- */
.hero {
  border-bottom: 1px solid var(--border);
  background:
    radial-gradient(900px 460px at 78% -12%, rgba(255, 204, 0, 0.12), transparent 60%),
    var(--bg);
}
.hero .container {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 44px;
  align-items: center;
  padding-top: 64px;
  padding-bottom: 64px;
}
.hero-brand {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 22px;
}
.hero-icon {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--border);
  background: #000;
  box-shadow: var(--shadow);
  flex: 0 0 auto;
}
.hero-icon img { width: 100%; height: 100%; object-fit: cover; }
.hero-brand .name {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1.1;
}
.hero-brand .kicker {
  display: block;
  font-size: 0.7rem;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  margin-top: 4px;
}
.eyebrow {
  display: inline-block;
  font-size: 0.72rem;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 4px 12px;
  margin-bottom: 18px;
}
.hero h1 {
  font-size: 2.6rem;
  line-height: 1.1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--text);
  margin-bottom: 16px;
}
.hero h1 .accent { color: var(--accent); }
.hero p { color: #D8D2A8; font-size: 1.05rem; max-width: 48ch; }
.hero .note { color: var(--muted); font-size: 0.9rem; margin-top: 10px; }
.hero-image {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  background: var(--panel);
}
.hero-image img { width: 100%; height: 100%; object-fit: cover; }

/* Store badges (coming soon) */
.stores { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }
.store-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 10px 18px;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: var(--panel);
  color: var(--text);
}
.store-badge:hover { text-decoration: none; border-color: var(--accent); }
.store-badge i { font-size: 1.6rem; color: var(--accent); }
.store-badge .lines { line-height: 1.15; }
.store-badge .lines small { display: block; font-size: 0.66rem; color: var(--muted); text-transform: uppercase; letter-spacing: 0.1em; }
.store-badge .lines strong { font-size: 0.98rem; font-weight: 700; }

/* ---------- Sections ---------- */
section.block { padding: 56px 0; border-bottom: 1px solid var(--border-soft); }
.section-title {
  font-size: 1.1rem;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 24px;
}

.about-grid {
  display: grid;
  grid-template-columns: 132px 1fr;
  gap: 28px;
  align-items: start;
}
.app-logo {
  width: 132px;
  height: 132px;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid var(--border);
  background: #000;
  box-shadow: var(--shadow);
}
.app-logo img { width: 100%; height: 100%; object-fit: cover; }
.about-grid p { color: #CFC9A0; margin-bottom: 14px; }

/* ---------- Screenshot gallery ---------- */
.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.gallery img {
  width: 100%;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--panel);
}

/* ---------- Feature list ---------- */
.features {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.features li {
  display: flex;
  gap: 12px;
  background: var(--panel);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 16px 18px;
}
.features li i {
  color: var(--good-fg);
  margin-top: 3px;
  flex: 0 0 auto;
}
.features li span { color: #CFC9A0; font-size: 0.95rem; }
.features li b { color: var(--text); }

/* ---------- Info card ---------- */
.card {
  background: var(--panel);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 26px 28px;
}
.card h3 {
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 1rem;
  margin-bottom: 14px;
}
.card p { color: #CFC9A0; margin-bottom: 10px; }
.card p strong { color: var(--text); }

.badge {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 20px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  background: var(--good-bg);
  color: var(--good-fg);
  border: 1px solid var(--good-br);
}

/* ---------- Legal / prose ---------- */
.prose { padding: 56px 0; }
.prose h1 {
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 1.8rem;
  margin-bottom: 8px;
}
.prose h2 {
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 1.05rem;
  margin: 28px 0 10px;
}
.prose p, .prose li { color: #CFC9A0; margin-bottom: 12px; }
.prose ul { padding-left: 22px; }
.prose strong { color: var(--text); }

/* ---------- Footer ---------- */
.site-footer {
  background: var(--panel);
  border-top: 1px solid var(--border);
  padding: 32px 0;
}
.site-footer .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 18px;
}
.devby {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--muted);
  font-size: 0.85rem;
}
.devby img {
  height: 54px;
  width: auto;
}
.devby a { color: var(--accent); }
.site-footer .copyright { color: var(--muted); font-size: 0.82rem; }
.footer-links { display: flex; gap: 18px; }
.footer-links a {
  color: var(--muted);
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.footer-links a:hover { color: var(--accent); text-decoration: none; }

/* ---------- Responsive ---------- */
@media (max-width: 820px) {
  .hero .container { grid-template-columns: 1fr; padding-top: 44px; padding-bottom: 44px; }
  .hero-image { order: -1; }
  .hero h1 { font-size: 2.1rem; }
  .about-grid { grid-template-columns: 1fr; }
  .app-logo { width: 110px; height: 110px; }
  .features { grid-template-columns: 1fr; }
}

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