/* ===== Design tokens ===== */
:root {
  --navy: #0D1F3C;
  --navy-deep: #0A1730;
  --navy-mid: #142A56;
  --green: #7AB73C;
  --green-dark: #5E9A2C;
  --bg: #F6F7F9;
  --ink: #16213A;
  --muted: #5B6478;
  --border: #E4E7ED;
  --white: #FFFFFF;

  --font-display: 'Space Grotesk', sans-serif;
  --font-body: 'Inter', sans-serif;
  --font-mono: 'IBM Plex Mono', monospace;
}

/* ===== Reset ===== */
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
:focus-visible {
  outline: 3px solid var(--green);
  outline-offset: 3px;
}

.wrap {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ===== Buttons ===== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.95rem;
  padding: 13px 24px;
  border-radius: 10px;
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: transform .15s ease, background .15s ease, border-color .15s ease;
}
.btn--sm { padding: 9px 18px; font-size: 0.875rem; }
.btn--primary {
  background: var(--green);
  color: var(--navy-deep);
}
.btn--primary:hover { background: var(--green-dark); transform: translateY(-1px); }
.btn--outline {
  background: transparent;
  border-color: rgba(255,255,255,0.35);
  color: var(--white);
}
.btn--outline:hover { border-color: var(--white); }
.btn--outline-dark {
  background: transparent;
  border-color: var(--border);
  color: var(--ink);
}
.btn--outline-dark:hover { border-color: var(--navy); }

/* ===== Header ===== */
.site-header {
  background: var(--navy-deep);
  position: sticky;
  top: 0;
  z-index: 50;
}
.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
}
.brand { display: flex; align-items: center; gap: 10px; }
.brand__mark { width: 34px; height: 34px; border-radius: 8px; }
.brand__word {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.15rem;
  color: var(--white);
  letter-spacing: -0.01em;
}
.site-nav { display: flex; gap: 32px; }
.site-nav a {
  color: rgba(255,255,255,0.75);
  font-size: 0.9rem;
  font-weight: 500;
  transition: color .15s ease;
}
.site-nav a:hover { color: var(--white); }
@media (max-width: 720px) {
  .site-nav { display: none; }
}

/* ===== Hero ===== */
.hero {
  background:
    radial-gradient(1100px 600px at 85% -10%, rgba(122,183,60,0.12), transparent 60%),
    linear-gradient(160deg, var(--navy) 0%, var(--navy-mid) 100%);
  color: var(--white);
  padding: 88px 0 100px;
  overflow: hidden;
}
.hero__inner {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 56px;
  align-items: center;
}
@media (max-width: 900px) {
  .hero__inner { grid-template-columns: 1fr; }
}
.eyebrow {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--green);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
}
.eyebrow::before {
  content: "";
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--green);
}
.hero h1 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(2.1rem, 4.2vw, 3.1rem);
  line-height: 1.12;
  letter-spacing: -0.015em;
  margin-bottom: 20px;
}
.hero h1 em {
  font-style: normal;
  color: var(--green);
}
.hero p.lead {
  font-size: 1.08rem;
  color: rgba(255,255,255,0.72);
  max-width: 46ch;
  margin-bottom: 32px;
}
.hero__actions { display: flex; gap: 14px; flex-wrap: wrap; }

/* ---- Signature hero visual: the ticking report card ---- */
.hero__visual { display: flex; justify-content: center; }
.report-card {
  width: 100%;
  max-width: 360px;
  background: var(--white);
  border-radius: 18px;
  padding: 22px 22px 20px;
  color: var(--ink);
  box-shadow: 0 30px 60px -20px rgba(0,0,0,0.45);
  transform: rotate(1.5deg);
}
.report-card__header {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 14px;
  margin-bottom: 14px;
  border-bottom: 1px solid var(--border);
}
.report-card__dot { width: 8px; height: 8px; border-radius: 50%; background: var(--border); }
.report-card__label {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  color: var(--muted);
  letter-spacing: 0.03em;
  margin-left: 4px;
}
.report-card__list li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 9px 0;
  font-size: 0.94rem;
  font-weight: 500;
}
.report-card__list li span {
  opacity: 0;
  transform: translateX(-4px);
  animation: fadeSlide .45s ease forwards;
  animation-delay: calc(var(--d) + 0.15s);
}
.check-icon { flex-shrink: 0; }
.check-icon path {
  stroke-dasharray: 20;
  stroke-dashoffset: 20;
  animation: draw .4s ease forwards;
  animation-delay: var(--d);
}
@keyframes draw { to { stroke-dashoffset: 0; } }
@keyframes fadeSlide { to { opacity: 1; transform: translateX(0); } }

.report-card__footer {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--border);
  font-family: var(--font-mono);
  font-size: 0.72rem;
  color: var(--muted);
}
.report-card__footer svg { flex-shrink: 0; }

@media (prefers-reduced-motion: reduce) {
  .check-icon path, .report-card__list li span {
    animation: none !important;
    opacity: 1 !important;
    stroke-dashoffset: 0 !important;
    transform: none !important;
  }
}

/* ===== Section basics ===== */
.section { padding: 92px 0; }
.section--tight { padding: 76px 0; }
.section-head {
  max-width: 620px;
  margin-bottom: 52px;
}
.section-head .eyebrow { color: var(--green-dark); }
.section-head h2 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(1.6rem, 3vw, 2.15rem);
  letter-spacing: -0.01em;
  margin-bottom: 12px;
}
.section-head p { color: var(--muted); font-size: 1.02rem; }

/* ===== Workflow (real sequence — numbered) ===== */
.workflow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
  background: var(--white);
}
@media (max-width: 860px) {
  .workflow { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 540px) {
  .workflow { grid-template-columns: 1fr; }
}
.workflow__step {
  padding: 30px 26px;
  border-right: 1px solid var(--border);
}
.workflow__step:last-child { border-right: none; }
.workflow__num {
  font-family: var(--font-mono);
  font-size: 0.78rem;
  color: var(--green-dark);
  letter-spacing: 0.06em;
  margin-bottom: 14px;
  display: block;
}
.workflow__step h3 {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: 8px;
}
.workflow__step p { color: var(--muted); font-size: 0.92rem; }

/* ===== Feature grid ===== */
.features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 860px) {
  .features { grid-template-columns: 1fr; }
}
.feature-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 28px;
}
.feature-card__icon {
  width: 42px; height: 42px;
  border-radius: 10px;
  background: rgba(122,183,60,0.14);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 18px;
}
.feature-card h3 {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: 8px;
}
.feature-card p { color: var(--muted); font-size: 0.92rem; }

/* ===== CTA band ===== */
.cta-band {
  background: linear-gradient(160deg, var(--navy) 0%, var(--navy-mid) 100%);
  color: var(--white);
  border-radius: 22px;
  padding: 56px;
  text-align: center;
}
.cta-band h2 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(1.5rem, 3vw, 2rem);
  margin-bottom: 12px;
}
.cta-band p {
  color: rgba(255,255,255,0.7);
  max-width: 46ch;
  margin: 0 auto 28px;
}
.cta-band__actions {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .cta-band { padding: 40px 24px; }
}

/* ===== Footer ===== */
.site-footer {
  background: var(--navy-deep);
  color: rgba(255,255,255,0.6);
  padding: 40px 0;
}
.site-footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}
.site-footer__brand {
  display: flex; align-items: center; gap: 10px;
  color: var(--white);
  font-weight: 600;
  font-family: var(--font-display);
}
.site-footer__mark { width: 24px; height: 24px; border-radius: 6px; }
.site-footer__links { display: flex; gap: 24px; }
.site-footer__links a { font-size: 0.88rem; transition: color .15s ease; }
.site-footer__links a:hover { color: var(--white); }
.site-footer__copy { font-size: 0.82rem; width: 100%; order: 3; opacity: 0.6; }
@media (min-width: 720px) {
  .site-footer__copy { width: auto; order: 0; }
}

/* ===== Simple content pages (privacy / support) ===== */
.doc {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 48px;
  max-width: 760px;
  margin: 0 auto;
}
.doc h1 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.9rem;
  margin-bottom: 6px;
}
.doc .doc-date {
  font-family: var(--font-mono);
  font-size: 0.8rem;
  color: var(--muted);
  margin-bottom: 32px;
  display: block;
}
.doc h2 {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 600;
  margin: 28px 0 10px;
}
.doc p { color: var(--ink); margin-bottom: 8px; }
.doc a.inline-link { color: var(--green-dark); font-weight: 600; text-decoration: underline; }
.page-hero {
  padding: 56px 0 20px;
}
.page-hero .eyebrow { color: var(--green-dark); }
