/* =========================
   Core tokens
========================= */
:root {
  --text: #111827;
  --muted: #6b7280;
  --amber: #f59e0b;
  --green: #16a34a;
  --red: #ef4444;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: var(--text);
  background: #fff;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.container { width: min(1100px, 92%); margin: 0 auto; }
.accent { color: var(--amber); }

/* =========================
   Nav
========================= */
.nav {
  position: sticky; top: 0; background: #fff;
  border-bottom: 1px solid #eee; z-index: 50;
}
.nav__inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; padding: .9rem 0;
}
.brand { display: flex; align-items: center; gap: .6rem; }
.brand__logo { width: 160px}
.brand__name { font-weight: 800; font-size: 1.05rem; }
.nav__links { display: flex; align-items: center; gap: 1.2rem; }

.btn { display: inline-block; padding: .8rem 1.2rem; border-radius: .6rem; font-weight: 600; border: 1px solid transparent; cursor: pointer}
.btn--primary { background: var(--amber); color: #fff; }
.btn--dark { background: #111827; color: #fff; }
.btn--ghost { border: 1px solid #e5e7eb; color: #111827; background: #fff; }

.nav__toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; }
.nav__toggle span { width: 24px; height: 2px; background: #111; border-radius: 2px; }

/* =========================
   Hero
========================= */
.hero { padding: 6rem 0; background: linear-gradient(180deg, #fff, #fff8ee); }
.hero__grid { display: grid; grid-template-columns: 1.3fr 1fr; gap: 2rem; align-items: center; }
.hero__text h1 { font-size: 3rem; line-height: 1.1; margin: 0 0 1rem; }
.lead { font-size: 1.1rem; color: #334155; }
.cta { display: flex; gap: .8rem; margin-top: 1.2rem; flex-wrap: wrap; }
.trust { display: flex; gap: .6rem; margin-top: 1rem; flex-wrap: wrap; }
.pill { background: #0b1220; color: #fff; padding: 14px 16px; border-radius: 12px; font-size: .85rem; }
.pill-accent { background: var(--amber); color: #fff}
.pill-dark { background: #0b1220; color: #fff}  
.hero__media img { border-radius: 16px; box-shadow: 0 10px 30px rgba(0,0,0,.08); object-fit: cover; width: 100%; height: auto; }

/* =========================
   Sections & utilities
========================= */
.section { padding: 4.5rem 0; }
.section--alt { background: #fbfbfb; }
.section__header { margin-bottom: 1.6rem; }
.section__header h2 { margin: 0 0 .4rem; font-size: 1.9rem; }
.muted { color: var(--muted); }
.small { font-size: .9rem; }
.center { text-align: center; }
.mt-md { margin-top: 1.25rem; }
.mt-lg { margin-top: 2rem; }
.mt-sm { margin-top: .75rem; }
.mt-xs { margin-top: .4rem; }

/* =========================
   Cards & grids
========================= */
.cards { display: grid; gap: 1rem; }
.cards--3 { grid-template-columns: repeat(3, 1fr); }
.cards--4 { grid-template-columns: repeat(4, 1fr); }
.card { background: #fff; border-radius: 16px; padding: 1.25rem; box-shadow: 0 20px 80px rgb(0 0 0 / 6%) }
.card h3 { margin: 0 }
.card.mini p { color: #475569; margin: 10px 0 0}

.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
.panel { background: #fff; border: 1px solid #eee; border-radius: 16px; padding: 1.25rem; box-shadow: 0 20px 80px rgb(0 0 0 / 6%)}

/* =========================
   Stats (3 symmetric tiles)
========================= */
.stats{
  display: grid;
  grid-template-columns: repeat(3, minmax(240px, 1fr));
  gap: 1.25rem;
  align-items: stretch;
}
.stat{
  background:#fff;
  border:1px solid #eee;
  border-radius:16px;
  padding:1.5rem;
  text-align:center;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.stat__num{ font-size:2.25rem; font-weight:800; line-height:1.1; margin-bottom:.25rem; color:#0f172a; }
.stat__label{ color:#475569; font-size:1.05rem; }

/* =========================
   Lists & steps
========================= */
.list { display: grid; gap: .6rem; }
.list__item { padding-left: 1.4rem; position: relative; }
.list__item::before { content: '•'; position: absolute; left: .2rem; color: var(--amber); }

.steps { list-style: none; padding: 0; margin: 0; display: grid; gap: .8rem; max-width: 720px; margin-inline: auto; }
.steps li { display: flex; gap: .75rem; align-items: flex-start; background: #fff; border: 1px solid #eee; border-radius: 12px; padding: .9rem 1rem; }
.steps li span { display: inline-grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: var(--amber); color: #fff; font-weight: 700; }
.steps.small li { padding: .5rem .75rem; }
.steps.small span { width: 22px; height: 22px; }

/* =========================
   Evidence helpers (kept for legacy)
   (Your new SVG has inline styles, so this is mostly harmless backup.)
========================= */
.evidence { display: grid; gap: 1rem; justify-items: center; }
.barviz { width: 760px; height: 230px; display: block; }
.barviz.large { max-width: 100%; }
.bar { opacity: .95; }
.bar.amber { fill: var(--amber); }
.bar.green { fill: var(--green); }
.bar.red   { fill: var(--red); }
.legend { display: flex; gap: 1rem; flex-wrap: wrap;margin: 15px 0 }
.legend .dot { display: inline-block; width: 10px; height: 10px; border-radius: 50%; margin-right: .35rem; }
.legend .amber { background: var(--amber); }
.legend .green { background: var(--green); }
.legend .red   { background: var(--red); }
.bar-label { font-size: 12px; fill: #475569; text-anchor: middle; }
.svg-legend{width: 48%; margin: 0 auto}
@media (max-width: 900px){ .barviz.large{ width:100%; } .bar-label{ font-size:11px; }.svg-legend{width: 100%}}

.svg-cnt{display:flex;gap:16px;flex-wrap:wrap;justify-content:start;margin:15px 0;font:13px Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:#475569}
.contact-book{display: flex ; gap: 10px; justify-content: center;margin-top: 20px;}

/* =========================
   Who It Helps (two-column + cards)
========================= */
.who-grid{
  display:grid;
  grid-template-columns:1.25fr 1fr;
  gap:1.25rem;
  align-items:start;
}
.intro h3{ margin:0 0 .4rem; }
.intro p{ color:var(--muted); }
.highlight-card{
  background:#fff;
  border-radius:16px;
  padding:25px;
  box-shadow: 0 20px 80px rgb(0 0 0 / 6%)
}
ul.clean{ list-style:none; padding:0; margin:0; display:grid; gap:.55rem; }
ul.clean li{ position:relative; padding-left:1.1rem; }
ul.clean li::before{
  content:"";
  position:absolute; left:0; top:.55em;
  width:8px; height:8px; border-radius:50%;
  background:var(--amber);
}
.tabs__nav{ display: flex; gap:.5rem; margin-bottom: 28px }
.tab{ padding:.55rem .9rem; }

/* =========================
   Footer
========================= */
.footer{ background:#0f1115; color:#cbd5e1; padding:2rem 0; }
.footer a{ color:#cbd5e1; }
.footer__inner{ display:grid; gap:1rem; align-items:center; }
.foot__links{ display:flex; gap:1rem; flex-wrap:wrap; }
.foot__copy{ font-size:.9rem; color:#9ca3af; }
.form-panel h3{margin: 0 0 15px;}.form-panel{padding: 40px;}.form-panel form input,.form-panel form textarea{display: block;width: 100%;margin-bottom: 20px;border-radius: 10px;border: 1px solid #333;padding: 15px;}.form-panel form input{height: 50px;line-height: 50px;}.form-panel p{margin: 15px 0 0;font-size: 14px;}.panel-text{display: flex;flex-direction: column;justify-content: center}
/* =========================
   Responsive
========================= */
@media (max-width: 960px){
  .hero__grid{ grid-template-columns:1fr; }
  .cards--3{ grid-template-columns:1fr; }
  .cards--4{ grid-template-columns:1fr 1fr; }
  .grid-2  { grid-template-columns:1fr; }

  .nav__links{
    display:none; position:absolute; top:56px; right:0;
    background:#fff; border:1px solid #eee; border-radius:12px;
    padding:1rem; flex-direction:column; gap:.8rem; margin-right:.75rem;
  }
  .nav__links.open{ display:flex; }
  .nav__toggle{ display:flex; }
  .brand__logo{ width:42px; height:42px; }

  .who-grid{ grid-template-columns:1fr; }
  .stats{ grid-template-columns:1fr; }
}
