:root {
  color-scheme: light;
  --ink: #17211d;
  --muted: #5b6962;
  --paper: #f5f2e9;
  --surface: #fffdf7;
  --forest: #0f4637;
  --forest-light: #1f6651;
  --ember: #e8612c;
  --gold: #f2bc59;
  --line: rgba(23, 33, 29, 0.14);
  --shadow: 0 24px 64px rgba(15, 70, 55, 0.12);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.65;
}

a {
  color: var(--forest);
  text-underline-offset: 0.2em;
}

a:hover {
  color: var(--ember);
}

.site-header {
  position: sticky;
  z-index: 10;
  top: 0;
  border-bottom: 1px solid var(--line);
  background: rgba(245, 242, 233, 0.94);
  backdrop-filter: blur(18px);
}

.nav,
.container {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.nav {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  font-weight: 800;
  font-size: 1.12rem;
  letter-spacing: -0.02em;
  text-decoration: none;
}

.brand-mark {
  width: 28px;
  height: 38px;
  display: inline-block;
  border-radius: 52% 48% 56% 44% / 68% 68% 32% 32%;
  background: linear-gradient(160deg, var(--gold), var(--ember) 62%, #be371d);
  box-shadow: 0 0 22px rgba(232, 97, 44, 0.3);
  transform: rotate(4deg);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: 0.92rem;
}

.nav-links a {
  color: var(--ink);
  font-weight: 650;
  text-decoration: none;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 112px 0 94px;
}

.hero::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  top: -260px;
  right: -120px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(242, 188, 89, 0.42), transparent 66%);
  pointer-events: none;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  align-items: center;
  gap: 72px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 24px;
  padding: 7px 12px;
  border: 1px solid rgba(15, 70, 55, 0.2);
  border-radius: 999px;
  color: var(--forest);
  background: rgba(255, 253, 247, 0.7);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin-top: 0;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

h1 {
  max-width: 760px;
  margin-bottom: 26px;
  font-size: clamp(3rem, 7vw, 5.8rem);
  font-weight: 850;
}

h2 {
  margin-bottom: 20px;
  font-size: clamp(2rem, 4.5vw, 3.35rem);
}

h3 {
  margin-bottom: 12px;
  font-size: 1.26rem;
  letter-spacing: -0.02em;
}

.lead {
  max-width: 700px;
  margin: 0 0 34px;
  color: var(--muted);
  font-size: clamp(1.08rem, 2vw, 1.3rem);
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border: 1px solid var(--forest);
  border-radius: 999px;
  color: #fff;
  background: var(--forest);
  font-weight: 750;
  text-decoration: none;
}

.button:hover {
  color: #fff;
  background: var(--forest-light);
}

.button.secondary {
  color: var(--forest);
  background: transparent;
}

.button.secondary:hover {
  color: #fff;
  background: var(--forest);
}

.light-illustration {
  min-height: 470px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 34px;
  background:
    radial-gradient(circle at 50% 62%, rgba(242, 188, 89, 0.24), transparent 30%),
    linear-gradient(150deg, #154c3c, #082b23);
  box-shadow: var(--shadow);
}

.light-column {
  position: relative;
  width: 112px;
  height: 350px;
  overflow: hidden;
  border: 8px solid rgba(255, 255, 255, 0.17);
  border-radius: 58px;
  background:
    linear-gradient(to top, #fff3b0, #ffb347 35%, #ed5b2b 68%, transparent 97%);
  box-shadow: 0 0 90px rgba(255, 162, 64, 0.58);
}

.light-column::after {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: inherit;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.86), transparent 72%);
  filter: blur(8px);
}

.section {
  padding: 90px 0;
}

.section.surface {
  background: var(--surface);
}

.section-heading {
  max-width: 720px;
  margin-bottom: 42px;
}

.section-heading p {
  color: var(--muted);
  font-size: 1.1rem;
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.card {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.62);
}

.card-number {
  display: grid;
  width: 38px;
  height: 38px;
  margin-bottom: 28px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--forest);
  font-weight: 800;
}

.card p,
.muted {
  color: var(--muted);
}

.trust-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 70px;
  align-items: start;
}

.facts {
  display: grid;
  gap: 18px;
}

.fact {
  padding: 22px 24px;
  border-left: 4px solid var(--ember);
  border-radius: 0 18px 18px 0;
  background: rgba(255, 255, 255, 0.58);
}

.fact strong {
  display: block;
  margin-bottom: 4px;
}

.callout {
  padding: 52px;
  border-radius: 28px;
  color: #fff;
  background: var(--forest);
}

.callout p {
  max-width: 730px;
  color: rgba(255, 255, 255, 0.8);
}

.callout .button {
  border-color: var(--gold);
  color: var(--ink);
  background: var(--gold);
}

.legal-main {
  padding: 82px 0 110px;
}

.legal-document {
  max-width: 820px;
  padding: clamp(28px, 6vw, 64px);
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--surface);
  box-shadow: 0 18px 60px rgba(23, 33, 29, 0.06);
}

.legal-document h1 {
  font-size: clamp(2.5rem, 6vw, 4.5rem);
}

.legal-document h2 {
  margin-top: 48px;
  font-size: 1.55rem;
  letter-spacing: -0.02em;
}

.legal-document h3 {
  margin-top: 30px;
}

.legal-document address {
  font-style: normal;
}

.legal-document li + li {
  margin-top: 8px;
}

.site-footer {
  padding: 48px 0;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.footer-grid {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px 20px;
}

.footer-links a {
  color: var(--muted);
}

@media (max-width: 820px) {
  .nav-links a:not(.contact-link) {
    display: none;
  }

  .hero {
    padding-top: 72px;
  }

  .hero-grid,
  .trust-grid {
    grid-template-columns: 1fr;
  }

  .light-illustration {
    min-height: 390px;
  }

  .light-column {
    height: 290px;
  }

  .cards {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    display: grid;
  }

  .footer-links {
    justify-content: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
