@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300..700&family=Inter:wght@400;500;600&display=swap');

:root {
  --white: #ffffff;
  --ink: #14213d;
  --ink-soft: #4a4f53;
  --brand: #e63946;
  --brand-dark: #c1121f;
  --accent: #1d3557;
  --bg-soft: #f6f7fb;
  --border: #e6e8ef;

  --font-title: 'Oswald', Arial, Helvetica, sans-serif;
  --font-body: 'Inter', Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }

html, body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--white);
  scroll-behavior: smooth;
}

h1, h2, h3, p { margin: 0; }
a { text-decoration: none; }

/* Header */
.header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid var(--border);
}
.header__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
}
.header__brand {
  font-family: var(--font-title);
  font-weight: 700;
  font-size: 24px;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: -0.5px;
}
.header__brand span { color: var(--brand); }
.header__cta {
  font-family: var(--font-title);
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  color: var(--white);
  background: var(--brand);
  padding: 10px 20px;
  border-radius: 8px;
  transition: 0.2s ease;
}
.header__cta:hover { background: var(--brand-dark); color: var(--white); }

/* Hero */
.hero {
  padding: 84px 0;
  background: linear-gradient(135deg, #eef2ff 0%, #fdf2f4 100%);
}
.hero__eyebrow {
  font-family: var(--font-title);
  text-transform: uppercase;
  letter-spacing: 3px;
  color: var(--brand);
  font-weight: 600;
  margin-bottom: 12px;
}
.hero__title {
  font-family: var(--font-title);
  font-weight: 700;
  font-size: 58px;
  line-height: 1.05;
  text-transform: uppercase;
  color: var(--accent);
  letter-spacing: -1px;
}
.hero__title span { color: var(--brand); }
.hero__text {
  margin-top: 22px;
  font-size: 19px;
  line-height: 1.6;
  color: var(--ink-soft);
  max-width: 620px;
}

/* Stats */
.stats { background: var(--accent); padding: 40px 0; }
.stats__num {
  font-family: var(--font-title);
  font-weight: 700;
  font-size: 38px;
  color: var(--white);
}
.stats__label { color: rgba(255, 255, 255, 0.75); font-size: 14px; }

/* Sections */
.section { padding: 72px 0; }
.section--soft { background: var(--bg-soft); }
.section__title {
  font-family: var(--font-title);
  font-weight: 700;
  font-size: 40px;
  text-transform: uppercase;
  color: var(--accent);
}
.section__lead { margin-top: 16px; font-size: 18px; color: var(--ink-soft); line-height: 1.6; }

.feature {
  height: 100%;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 28px;
  transition: 0.2s ease;
}
.feature:hover { transform: translateY(-4px); box-shadow: 0 16px 32px rgba(20, 33, 61, 0.1); }
.feature__icon { font-size: 34px; margin-bottom: 12px; }
.feature__title {
  font-family: var(--font-title);
  font-weight: 600;
  text-transform: uppercase;
  font-size: 22px;
  color: var(--accent);
  margin-bottom: 8px;
}
.feature__text { color: var(--ink-soft); line-height: 1.6; }

.info-block { margin-top: 28px; }
.info-block p { color: var(--ink-soft); line-height: 1.8; font-size: 17px; margin-bottom: 16px; }

/* CTA band */
.cta-band {
  padding: 64px 0;
  background: linear-gradient(135deg, var(--brand) 0%, var(--brand-dark) 100%);
}
.cta-band__title {
  font-family: var(--font-title);
  font-weight: 700;
  font-size: 38px;
  text-transform: uppercase;
  color: var(--white);
}
.cta-band__text { color: rgba(255, 255, 255, 0.9); margin-top: 12px; font-size: 18px; }

/* Footer */
.footer { background: var(--ink); padding: 46px 0 26px; color: rgba(255, 255, 255, 0.8); }
.footer__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  padding-bottom: 24px;
}
.footer__brand {
  font-family: var(--font-title);
  font-weight: 700;
  font-size: 22px;
  text-transform: uppercase;
  color: var(--white);
}
.footer__brand span { color: var(--brand); }
.footer__text { max-width: 380px; margin-top: 8px; font-size: 14px; }
.footer__links a { color: rgba(255, 255, 255, 0.85); font-weight: 500; }
.footer__links a:hover { color: var(--white); text-decoration: underline; }
.footer__copy { margin-top: 20px; font-size: 13px; color: rgba(255, 255, 255, 0.6); }

/* Legal page */
.legal { padding: 56px 0 72px; }
.legal h1 {
  font-family: var(--font-title);
  font-weight: 700;
  text-transform: uppercase;
  color: var(--accent);
  font-size: 40px;
  margin-bottom: 8px;
}
.legal .legal__updated { color: var(--ink-soft); margin-bottom: 28px; }
.legal h2 {
  font-family: var(--font-title);
  font-weight: 600;
  text-transform: uppercase;
  color: var(--accent);
  font-size: 24px;
  margin: 32px 0 10px;
}
.legal p, .legal li { color: var(--ink-soft); line-height: 1.7; }
.legal ul { padding-left: 20px; }
.legal a { color: var(--brand); font-weight: 600; }

/* Responsive */
@media (max-width: 992px) {
  .hero__title { font-size: 44px; }
}
@media (max-width: 576px) {
  .hero { padding: 52px 0; }
  .hero__title { font-size: 34px; }
  .section__title, .cta-band__title { font-size: 30px; }
  .header__cta { display: none; }
}
