/* OddStack marketing + legal site — shared styles (premium dark, lime accent). */
@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,600;12..96,700;12..96,800&family=Manrope:wght@400;500;600;700&family=JetBrains+Mono:wght@500;700&display=swap');

:root {
  --bg: #0a0b0e;
  --surface: #15171c;
  --raised: #1c1f26;
  --border: rgba(255, 255, 255, 0.08);
  --border-strong: rgba(255, 255, 255, 0.14);
  --accent: #cbff4d;
  --accent-dim: rgba(203, 255, 77, 0.15);
  --text: #f4f5f7;
  --text-2: #9a9da6;
  --text-3: #5e626c;
  --high: #43d9a3;
}

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

html { scroll-behavior: smooth; }

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

a { color: inherit; text-decoration: none; }

.wrap { width: 100%; max-width: 1080px; margin: 0 auto; padding: 0 24px; }
.narrow { max-width: 760px; }

/* ---- header ---- */
.site-header {
  position: sticky; top: 0; z-index: 10;
  background: rgba(10, 11, 14, 0.8);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
}
.site-header .wrap {
  display: flex; align-items: center; justify-content: space-between;
  height: 68px;
}
.brand { display: flex; align-items: center; gap: 12px; }
.brand .mark {
  width: 36px; height: 36px; border-radius: 10px;
  background: var(--surface); border: 1px solid var(--border);
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px;
}
.brand .mark i { display: block; width: 18px; height: 4px; border-radius: 999px; }
.brand .mark .a { background: var(--accent); }
.brand .mark .b { background: var(--text-2); opacity: .8; }
.brand .mark .c { background: var(--text-3); }
.wordmark { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 800; font-size: 22px; }
.wordmark .lime { color: var(--accent); }
.nav { display: flex; align-items: center; gap: 22px; }
.nav a { color: var(--text-2); font-weight: 600; font-size: 14px; }
.nav a:hover { color: var(--text); }

/* ---- buttons ---- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-family: 'Manrope', sans-serif; font-weight: 700; font-size: 15px;
  padding: 13px 22px; border-radius: 999px; border: 1px solid transparent;
  cursor: pointer; transition: transform .12s ease, opacity .12s ease;
}
.btn:active { transform: scale(.97); }
.btn-primary { background: var(--accent); color: #0a0b0e; box-shadow: 0 8px 30px rgba(203,255,77,.25); }
.btn-ghost { background: var(--surface); color: var(--text); border-color: var(--border-strong); }

/* ---- hero ---- */
.hero { padding: 84px 0 64px; text-align: center; }
.eyebrow {
  display: inline-block; font-size: 12px; font-weight: 700; letter-spacing: .4px;
  color: var(--accent); background: var(--accent-dim);
  padding: 6px 12px; border-radius: 999px; margin-bottom: 22px;
}
.hero h1 {
  font-family: 'Bricolage Grotesque', sans-serif; font-weight: 800;
  font-size: clamp(34px, 6vw, 58px); line-height: 1.05; letter-spacing: -1px;
  max-width: 820px; margin: 0 auto 20px;
}
.hero h1 .lime { color: var(--accent); }
.hero p.lead { font-size: clamp(16px, 2.2vw, 19px); color: var(--text-2); max-width: 600px; margin: 0 auto 30px; }
.cta-row { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.cta-note { margin-top: 16px; font-size: 13px; color: var(--text-3); }

/* ---- sections ---- */
.section { padding: 64px 0; }
.section h2 {
  font-family: 'Bricolage Grotesque', sans-serif; font-weight: 700;
  font-size: clamp(26px, 4vw, 36px); text-align: center; margin-bottom: 12px;
}
.section .sub { text-align: center; color: var(--text-2); max-width: 560px; margin: 0 auto 44px; }

.grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card {
  background: var(--surface); border: 1px solid var(--border);
  border-radius: 20px; padding: 26px;
}
.card .ic {
  width: 42px; height: 42px; border-radius: 12px; background: var(--accent-dim);
  display: flex; align-items: center; justify-content: center; font-size: 20px; margin-bottom: 16px;
}
.card h3 { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 700; font-size: 18px; margin-bottom: 8px; }
.card p { color: var(--text-2); font-size: 14.5px; }

/* ---- pricing ---- */
.prices { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; max-width: 760px; margin: 0 auto; }
.price {
  background: var(--surface); border: 1px solid var(--border); border-radius: 20px;
  padding: 26px; text-align: center; position: relative;
}
.price.popular { border-color: var(--accent); background: var(--accent-dim); }
.price .tag {
  position: absolute; top: -11px; left: 50%; transform: translateX(-50%);
  background: var(--accent); color: #0a0b0e; font-size: 11px; font-weight: 700;
  padding: 3px 10px; border-radius: 999px;
}
.price .plan { color: var(--text-2); font-weight: 600; margin-bottom: 8px; }
.price .amt { font-family: 'JetBrains Mono', monospace; font-weight: 700; font-size: 30px; color: var(--accent); }
.price .per { color: var(--text-3); font-size: 13px; margin-top: 2px; }

/* ---- disclaimer / footer ---- */
.disclaimer {
  border: 1px solid var(--border); background: var(--surface);
  border-radius: 16px; padding: 18px 22px; color: var(--text-3); font-size: 13px;
  max-width: 760px; margin: 40px auto 0; text-align: center;
}
.site-footer { border-top: 1px solid var(--border); padding: 40px 0; margin-top: 40px; }
.site-footer .wrap { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; }
.site-footer .links { display: flex; gap: 20px; }
.site-footer a { color: var(--text-2); font-size: 14px; font-weight: 600; }
.site-footer a:hover { color: var(--text); }
.site-footer .copy { color: var(--text-3); font-size: 13px; }

/* ---- legal pages ---- */
.legal { padding: 56px 0 40px; }
.legal h1 { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 800; font-size: clamp(28px, 5vw, 40px); margin-bottom: 6px; }
.legal .updated { color: var(--text-3); font-size: 14px; margin-bottom: 12px; }
.legal .note {
  background: var(--accent-dim); border: 1px solid var(--accent); border-radius: 12px;
  padding: 12px 16px; color: var(--text-2); font-size: 13.5px; margin-bottom: 32px;
}
.legal h2 { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 700; font-size: 20px; margin: 28px 0 8px; }
.legal p { color: var(--text-2); margin-bottom: 12px; }
.legal a.inline { color: var(--accent); }

@media (max-width: 760px) {
  .grid, .prices { grid-template-columns: 1fr; }
  .nav a:not(.btn) { display: none; }
}
