@charset "UTF-8";

/* =========================================================
   SpicyChat.co.in — Global Stylesheet
   Dark premium AI companion theme, neon pink / violet accents
   Mobile-first, single source of truth for all pages
   ========================================================= */

/* ---------- Design tokens ---------- */
:root {
  --bg: #08060f;
  --bg-2: #0e0a1c;
  --bg-3: #14102a;
  --surface: rgba(255, 255, 255, 0.04);
  --surface-2: rgba(255, 255, 255, 0.06);
  --border: rgba(255, 255, 255, 0.09);
  --border-glow: rgba(255, 45, 133, 0.35);

  --pink: #ff2d85;
  --pink-2: #ff5ca0;
  --violet: #8b5cf6;
  --magenta: #d926a9;
  --gold: #f5c451;

  --text: #f4f1fb;
  --muted: #b3aecb;
  --muted-2: #8a85a6;

  --grad-pink: linear-gradient(135deg, #ff2d85 0%, #b026ff 100%);
  --grad-hero: radial-gradient(1200px 600px at 75% -10%, rgba(176, 38, 255, 0.28), transparent 60%),
               radial-gradient(900px 500px at 10% 0%, rgba(255, 45, 133, 0.22), transparent 55%);
  --grad-card: linear-gradient(160deg, rgba(255, 45, 133, 0.08), rgba(139, 92, 246, 0.05));

  --radius: 18px;
  --radius-sm: 12px;
  --shadow: 0 20px 50px rgba(0, 0, 0, 0.45);
  --shadow-pink: 0 12px 40px rgba(255, 45, 133, 0.35);

  --maxw: 1160px;
  --gap: 24px;
  --font: "Segoe UI", system-ui, -apple-system, Roboto, "Helvetica Neue", Arial, sans-serif;
}

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

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  font-family: var(--font);
  background: var(--bg);
  color: var(--text);
  line-height: 1.7;
  font-size: 17px;
  overflow-x: hidden;
  background-image:
    radial-gradient(800px 400px at 90% 0%, rgba(139, 92, 246, 0.12), transparent 60%),
    radial-gradient(700px 400px at 0% 5%, rgba(255, 45, 133, 0.10), transparent 55%);
  background-attachment: fixed;
}

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

a { color: var(--pink-2); text-decoration: none; transition: color .2s ease; }
a:hover { color: var(--pink); }

h1, h2, h3, h4 { line-height: 1.2; font-weight: 800; letter-spacing: -0.01em; }

p { color: var(--muted); }

ul { list-style: none; }

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

.accent { color: var(--pink); }
.grad-text {
  background: var(--grad-pink);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 40px;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  border: none;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
  white-space: nowrap;
}
.btn-primary {
  background: var(--grad-pink);
  color: #fff;
  box-shadow: var(--shadow-pink);
}
.btn-primary:hover { transform: translateY(-2px); color: #fff; box-shadow: 0 16px 46px rgba(255, 45, 133, 0.5); }
.btn-ghost {
  background: var(--surface-2);
  color: var(--text);
  border: 1px solid var(--border);
}
.btn-ghost:hover { transform: translateY(-2px); color: #fff; border-color: var(--border-glow); }
.btn-sm { padding: 10px 20px; font-size: 14px; }
.btn-lg { padding: 17px 38px; font-size: 18px; }

/* ---------- Header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(8, 6, 15, 0.78);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border);
}
.nav {
  display: flex;
  align-items: center;
  gap: 18px;
  height: 68px;
}
.logo { margin-right: 20px; }
.logo {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-weight: 800;
  font-size: 21px;
  color: #fff;
  letter-spacing: -0.02em;
}
.logo:hover { color: #fff; }
.logo-mark {
  width: 30px; height: 30px;
  display: grid; place-items: center;
  background: var(--grad-pink);
  border-radius: 9px;
  box-shadow: var(--shadow-pink);
}
.logo-mark svg { width: 18px; height: 18px; }

.nav-links {
  display: flex;
  align-items: center;
  gap: 22px;
  margin: 0 auto;
}
.nav-links a {
  color: var(--muted);
  font-size: 15px;
  font-weight: 600;
}
.nav-links a:hover, .nav-links a.active { color: #fff; }

.nav-cta { display: flex; align-items: center; gap: 12px; }

/* Mobile nav toggle (pure CSS checkbox hack) */
.nav-toggle { display: none; }
.nav-burger {
  display: none;
  width: 44px; height: 44px;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: var(--surface-2);
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}
.nav-burger span {
  width: 20px; height: 2px;
  background: var(--text);
  border-radius: 2px;
  transition: .25s ease;
}

/* ---------- Sections ---------- */
section { padding: 70px 0; }
.section-tight { padding: 48px 0; }
.section-head { text-align: center; max-width: 720px; margin: 0 auto 46px; }
.section-head h2 { font-size: 2rem; margin-bottom: 14px; }
.section-head p { font-size: 1.05rem; }
.eyebrow {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--pink-2);
  margin-bottom: 14px;
  padding: 5px 14px;
  border: 1px solid var(--border-glow);
  border-radius: 30px;
  background: rgba(255, 45, 133, 0.07);
}

/* ---------- Hero ---------- */
.hero {
  position: relative;
  padding: 78px 0 64px;
  background: var(--grad-hero);
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 50px;
}
.hero-copy h1 {
  font-size: 3.05rem;
  margin-bottom: 20px;
}
.hero-copy .lead {
  font-size: 1.18rem;
  color: var(--muted);
  margin-bottom: 28px;
  max-width: 560px;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 26px; }
.hero-media {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}
.hero-media img { width: 100%; object-fit: cover; }
.hero-media::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(8, 6, 15, 0.55));
  pointer-events: none;
}

/* Homepage hero with full background image */
.hero-home {
  position: relative;
  min-height: 600px;
  display: flex;
  align-items: center;
  background: #08060f url('images/hero (2).png') no-repeat center right / cover;
}
.hero-home::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8,6,15,0.97) 0%, rgba(8,6,15,0.88) 34%, rgba(8,6,15,0.55) 60%, rgba(8,6,15,0.2) 100%),
    radial-gradient(700px 380px at 12% 20%, rgba(255,45,133,0.22), transparent 60%);
  pointer-events: none;
}
.hero-home .container { position: relative; z-index: 1; }
.hero-home .hero-copy { max-width: 640px; }

/* Trust badges */
.badges { display: flex; flex-wrap: wrap; gap: 10px; }
.badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--muted);
  padding: 8px 14px;
  border: 1px solid var(--border);
  border-radius: 30px;
  background: var(--surface);
}
.badge svg { width: 15px; height: 15px; color: var(--pink); }

/* ---------- Stat strip ---------- */
.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.stat {
  text-align: center;
  padding: 24px 16px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--grad-card);
}
.stat b { display: block; font-size: 1.7rem; color: #fff; }
.stat span { font-size: 0.9rem; color: var(--muted-2); }

/* ---------- Generic card grids ---------- */
.grid { display: grid; gap: var(--gap); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

.card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 26px;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.card:hover { transform: translateY(-4px); border-color: var(--border-glow); box-shadow: var(--shadow); }
.card h3 { font-size: 1.2rem; margin-bottom: 10px; color: #fff; }
.card p { font-size: 0.97rem; }

/* Feature card with icon */
.feature .ficon {
  width: 52px; height: 52px;
  display: grid; place-items: center;
  border-radius: 14px;
  background: var(--grad-card);
  border: 1px solid var(--border-glow);
  margin-bottom: 16px;
}
.feature .ficon svg { width: 26px; height: 26px; color: var(--pink); }

/* ---------- Character cards ---------- */
.char-card {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--bg-2);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.char-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: var(--border-glow); }
.char-photo { position: relative; aspect-ratio: 3 / 4; overflow: hidden; }
.char-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.char-card:hover .char-photo img { transform: scale(1.05); }
.char-tag {
  position: absolute; top: 12px; left: 12px;
  font-size: 12px; font-weight: 700;
  padding: 5px 11px; border-radius: 20px;
  background: rgba(8, 6, 15, 0.7);
  border: 1px solid var(--border-glow);
  color: var(--pink-2);
  backdrop-filter: blur(4px);
}
.char-body { padding: 16px 18px 20px; }
.char-body h3 { font-size: 1.1rem; margin-bottom: 3px; color: #fff; }
.char-meta { font-size: 0.85rem; color: var(--muted-2); margin-bottom: 10px; }
.char-body p { font-size: 0.92rem; margin-bottom: 14px; }
.chips { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 14px; }
.chip {
  font-size: 12px; font-weight: 600;
  padding: 5px 11px; border-radius: 20px;
  background: var(--surface-2); border: 1px solid var(--border);
  color: var(--muted);
}

/* ---------- Steps ---------- */
.steps { counter-reset: step; display: grid; gap: 20px; }
.step {
  display: flex; gap: 18px; align-items: flex-start;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 24px;
}
.step .num {
  flex: 0 0 auto;
  width: 46px; height: 46px;
  display: grid; place-items: center;
  border-radius: 50%;
  background: var(--grad-pink);
  color: #fff; font-weight: 800; font-size: 1.15rem;
  box-shadow: var(--shadow-pink);
}
.step h3 { font-size: 1.15rem; margin-bottom: 6px; color: #fff; }
.step p { font-size: 0.97rem; }

/* ---------- Split / feature rows ---------- */
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 44px;
  align-items: center;
}
.split.rev .split-media { order: -1; }
.split-media img { border-radius: var(--radius); border: 1px solid var(--border); box-shadow: var(--shadow); }
.split-copy h2 { font-size: 1.9rem; margin-bottom: 16px; }
.tick { display: grid; gap: 12px; margin-top: 18px; }
.tick li { display: flex; gap: 11px; align-items: flex-start; color: var(--muted); font-size: 0.98rem; }
.tick svg { flex: 0 0 auto; width: 20px; height: 20px; color: var(--pink); margin-top: 3px; }

/* ---------- Prompt / example boxes ---------- */
.prompt-box {
  background: var(--bg-2);
  border: 1px solid var(--border);
  border-left: 3px solid var(--pink);
  border-radius: var(--radius-sm);
  padding: 16px 20px;
  margin-bottom: 14px;
  font-size: 0.97rem;
  color: var(--text);
}
.prompt-box:before { content: "“"; color: var(--pink); font-weight: 800; }
.prompt-box:after { content: "”"; color: var(--pink); font-weight: 800; }

/* ---------- Chat mockup ---------- */
.chat-mock {
  background: var(--bg-2);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 20px;
  box-shadow: var(--shadow);
  max-width: 420px;
}
.chat-row { display: flex; margin-bottom: 12px; }
.chat-row.me { justify-content: flex-end; }
.bubble {
  max-width: 78%;
  padding: 11px 15px;
  border-radius: 16px;
  font-size: 0.93rem;
  line-height: 1.5;
}
.bubble.ai { background: var(--surface-2); border: 1px solid var(--border); border-bottom-left-radius: 4px; color: var(--text); }
.bubble.me { background: var(--grad-pink); color: #fff; border-bottom-right-radius: 4px; }

/* ---------- Pricing ---------- */
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: start; }
.price-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 30px 26px;
  position: relative;
}
.price-card.featured { border-color: var(--pink); box-shadow: var(--shadow-pink); background: var(--grad-card); }
.price-flag {
  position: absolute; top: -13px; left: 50%; transform: translateX(-50%);
  background: var(--grad-pink); color: #fff;
  font-size: 12px; font-weight: 700; padding: 5px 16px; border-radius: 20px;
}
.price-card h3 { font-size: 1.3rem; color: #fff; margin-bottom: 6px; }
.price-tag { font-size: 2.4rem; font-weight: 800; color: #fff; margin: 10px 0 4px; }
.price-tag small { font-size: 0.95rem; color: var(--muted-2); font-weight: 500; }
.price-note { font-size: 0.85rem; color: var(--muted-2); margin-bottom: 20px; }
.price-list { display: grid; gap: 11px; margin-bottom: 24px; }
.price-list li { display: flex; gap: 10px; font-size: 0.94rem; color: var(--muted); }
.price-list svg { width: 18px; height: 18px; color: var(--pink); flex: 0 0 auto; margin-top: 3px; }

/* Comparison table */
.table-wrap { overflow-x: auto; border: 1px solid var(--border); border-radius: var(--radius); }
table.compare { width: 100%; border-collapse: collapse; min-width: 620px; }
table.compare th, table.compare td { padding: 14px 18px; text-align: left; border-bottom: 1px solid var(--border); font-size: 0.94rem; }
table.compare thead th { background: var(--surface-2); color: #fff; font-size: 0.95rem; }
table.compare td:first-child { color: var(--text); font-weight: 600; }
table.compare td { color: var(--muted); }

/* ---------- FAQ (details/summary, no JS) ---------- */
.faq { max-width: 820px; margin: 0 auto; display: grid; gap: 12px; }
.faq details {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  padding: 4px 20px;
  transition: border-color .2s ease;
}
.faq details[open] { border-color: var(--border-glow); }
.faq summary {
  list-style: none;
  cursor: pointer;
  font-weight: 700;
  color: #fff;
  padding: 16px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  font-size: 1.02rem;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+";
  font-size: 1.5rem;
  color: var(--pink);
  transition: transform .2s ease;
  line-height: 1;
}
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { padding: 0 0 18px; font-size: 0.98rem; }

/* ---------- CTA band ---------- */
.cta-band {
  text-align: center;
  border-radius: 26px;
  padding: 56px 30px;
  background: var(--grad-pink);
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-pink);
}
.cta-band h2 { font-size: 2.1rem; color: #fff; margin-bottom: 12px; }
.cta-band p { color: rgba(255, 255, 255, 0.9); margin-bottom: 24px; font-size: 1.05rem; }
.cta-band .btn-ghost { background: rgba(0, 0, 0, 0.25); border-color: rgba(255, 255, 255, 0.35); color: #fff; }
.cta-band .btn-primary { background: #0c0817; }
.cta-fine { font-size: 0.82rem; color: rgba(255, 255, 255, 0.85); margin-top: 16px; margin-bottom: 0; }

/* ---------- Blog ---------- */
.post-card { display: flex; flex-direction: column; height: 100%; overflow: hidden; padding: 0; }
.post-card .post-img { aspect-ratio: 16 / 10; overflow: hidden; }
.post-card .post-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.post-card:hover .post-img img { transform: scale(1.05); }
.post-body { padding: 20px 22px 24px; display: flex; flex-direction: column; flex: 1; }
.post-cat { font-size: 12px; font-weight: 700; color: var(--pink-2); text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 8px; }
.post-body h3 { font-size: 1.12rem; margin-bottom: 8px; color: #fff; }
.post-body p { font-size: 0.94rem; flex: 1; }
.post-body .read { margin-top: 14px; font-weight: 700; font-size: 0.9rem; }

.article-list { display: grid; gap: 14px; }
.article-list li {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  padding: 16px 20px;
}
.article-list h3 { font-size: 1.02rem; margin-bottom: 4px; color: #fff; }
.article-list p { font-size: 0.9rem; }

/* ---------- Legal / long-form ---------- */
.legal { max-width: 860px; margin: 0 auto; }
.legal .toc {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 22px 26px;
  margin-bottom: 34px;
}
.legal .toc h2 { font-size: 1.1rem; margin-bottom: 12px; }
.legal .toc ol { padding-left: 20px; color: var(--muted); }
.legal .toc li { margin-bottom: 6px; }
.legal h2 { font-size: 1.5rem; margin: 34px 0 12px; color: #fff; }
.legal h3 { font-size: 1.15rem; margin: 22px 0 8px; color: #fff; }
.legal p, .legal li { color: var(--muted); }
.legal ul.bullets { list-style: disc; padding-left: 22px; margin: 12px 0; }
.legal ul.bullets li { margin-bottom: 7px; }
.effective { font-size: 0.9rem; color: var(--muted-2); margin-bottom: 24px; }
.notice-box {
  background: rgba(255, 45, 133, 0.08);
  border: 1px solid var(--border-glow);
  border-radius: var(--radius-sm);
  padding: 18px 22px;
  margin: 20px 0;
}
.notice-box strong { color: #fff; }

/* ---------- Login / form ---------- */
.auth-card {
  max-width: 440px;
  margin: 0 auto;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 34px 30px;
  box-shadow: var(--shadow);
}
.field { margin-bottom: 16px; }
.field label { display: block; font-size: 0.9rem; font-weight: 600; margin-bottom: 7px; color: var(--text); }
.field input {
  width: 100%;
  padding: 13px 16px;
  border-radius: 12px;
  border: 1px solid var(--border);
  background: var(--bg-2);
  color: var(--text);
  font-size: 15px;
  font-family: inherit;
}
.field input:focus { outline: none; border-color: var(--pink); }
.auth-card .btn { width: 100%; justify-content: center; }
.divider { text-align: center; color: var(--muted-2); font-size: 0.85rem; margin: 18px 0; position: relative; }
.divider::before, .divider::after { content: ""; position: absolute; top: 50%; width: 40%; height: 1px; background: var(--border); }
.divider::before { left: 0; } .divider::after { right: 0; }

/* ---------- Breadcrumb ---------- */
.crumb { font-size: 0.85rem; color: var(--muted-2); padding: 18px 0 0; }
.crumb a { color: var(--muted); }

/* ---------- Phone mockup (app page) ---------- */
.phone {
  width: 260px;
  border-radius: 34px;
  border: 8px solid #17132b;
  background: var(--bg-2);
  overflow: hidden;
  box-shadow: var(--shadow);
  margin: 0 auto;
}
.phone img { width: 100%; }

/* ---------- Footer ---------- */
.site-footer {
  border-top: 1px solid var(--border);
  background: var(--bg-2);
  padding: 54px 0 26px;
  margin-top: 20px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 34px;
  margin-bottom: 34px;
}
.footer-grid h4 { font-size: 0.95rem; color: #fff; margin-bottom: 14px; text-transform: uppercase; letter-spacing: 0.06em; font-size: 0.82rem; }
.footer-grid ul li { margin-bottom: 9px; }
.footer-grid ul a { color: var(--muted); font-size: 0.93rem; }
.footer-grid ul a:hover { color: var(--pink-2); }
.footer-about p { font-size: 0.93rem; margin-top: 12px; max-width: 320px; }
.footer-bottom {
  border-top: 1px solid var(--border);
  padding-top: 22px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 0.85rem;
  color: var(--muted-2);
}
.footer-note { font-size: 0.85rem; color: var(--muted-2); max-width: 620px; margin-top: 4px; }

/* ---------- Utility ---------- */
.center { text-align: center; }
.mt-40 { margin-top: 40px; }
.mb-0 { margin-bottom: 0; }
.lead-block { max-width: 760px; }
.lead-block p { margin-bottom: 16px; }

/* =========================================================
   Responsive
   ========================================================= */
@media (max-width: 960px) {
  .hero-grid { grid-template-columns: 1fr; gap: 34px; }
  .hero-copy h1 { font-size: 2.5rem; }
  .split, .split.rev { grid-template-columns: 1fr; gap: 28px; }
  .split.rev .split-media { order: 0; }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .price-grid { grid-template-columns: 1fr; max-width: 460px; margin: 0 auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 26px; }
}

@media (max-width: 760px) {
  body { font-size: 16px; }

  /* Mobile navigation */
  .nav-burger { display: flex; margin-left: auto; }
  .nav-links { margin: 0; }
  .nav-links {
    position: fixed;
    top: 68px; left: 0; right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: var(--bg-2);
    border-bottom: 1px solid var(--border);
    padding: 8px 20px 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height .32s ease, padding .32s ease;
    box-shadow: var(--shadow);
  }
  .nav-toggle:checked ~ .nav-links { max-height: 460px; padding-top: 12px; }
  .nav-links a { padding: 13px 4px; border-bottom: 1px solid var(--border); font-size: 16px; }
  .nav-links a:last-child { border-bottom: none; }
  .nav-toggle:checked ~ .nav-burger span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle:checked ~ .nav-burger span:nth-child(2) { opacity: 0; }
  .nav-toggle:checked ~ .nav-burger span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

  .hero-copy h1 { font-size: 2.1rem; }
  .hero-copy .lead { font-size: 1.05rem; }

  /* Full-bleed hero: vertical overlay so text stays readable over the image */
  .hero-home { min-height: 0; padding-top: 210px; background-position: top center; }
  .hero-home::before {
    background:
      linear-gradient(180deg, rgba(8,6,15,0.35) 0%, rgba(8,6,15,0.72) 42%, rgba(8,6,15,0.96) 72%, #08060f 100%);
  }
  .hero-home .hero-copy { max-width: 100%; }
  .section-head h2 { font-size: 1.6rem; }
  section { padding: 52px 0; }

  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .cta-band h2 { font-size: 1.6rem; }
  .cta-band { padding: 42px 22px; }
  .footer-grid { grid-template-columns: 1fr; }
  .hero-actions .btn { flex: 1; justify-content: center; }
}

@media (max-width: 420px) {
  .char-grid.grid-3, .char-grid.grid-4 { grid-template-columns: repeat(2, 1fr); }
  .char-body { padding: 12px 12px 16px; }
  .char-body h3 { font-size: 0.98rem; }
  .stats { grid-template-columns: 1fr; }
}
