:root {
  --ink: #17211d;
  --muted: #52615b;
  --paper: #fbfaf5;
  --panel: #ffffff;
  --line: #d7ded6;
  --pine: #1e5b4f;
  --pine-dark: #123d35;
  --sun: #f6c85f;
  --coral: #cf5c4f;
  --water: #4c8a9a;
  --shadow: 0 18px 45px rgba(23, 33, 29, 0.15);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

img {
  max-width: 100%;
}

a {
  color: inherit;
}

.site-header {
  align-items: center;
  background: rgba(251, 250, 245, 0.93);
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 24px;
  justify-content: space-between;
  min-height: 72px;
  padding: 14px clamp(18px, 5vw, 56px);
  position: sticky;
  top: 0;
  z-index: 10;
}

.brand {
  align-items: center;
  display: inline-flex;
  font-weight: 800;
  gap: 10px;
  text-decoration: none;
}

.brand-mark {
  align-items: center;
  background: var(--pine);
  color: #fff;
  display: inline-flex;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.nav {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: flex-end;
}

.nav a {
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
}

.nav a:hover {
  color: var(--pine);
}

.nav a.button {
  color: #fff;
}

.nav a.button:hover {
  color: #fff;
}

.nav .language-link {
  color: var(--coral);
}

.button {
  align-items: center;
  background: var(--pine);
  border: 2px solid var(--pine);
  color: #fff;
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  min-height: 46px;
  padding: 11px 18px;
  text-decoration: none;
}

.button:hover {
  background: var(--pine-dark);
  border-color: var(--pine-dark);
}

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

.button.secondary:hover {
  background: #e7f0eb;
}

.hero {
  background-image:
    linear-gradient(90deg, rgba(23, 33, 29, 0.90), rgba(23, 33, 29, 0.72), rgba(23, 33, 29, 0.25)),
    url("https://images.pexels.com/photos/5125690/pexels-photo-5125690.jpeg?auto=compress&cs=tinysrgb&w=1800");
  background-position: center;
  background-size: cover;
  color: #fff;
  min-height: 78vh;
  padding: clamp(72px, 10vw, 118px) clamp(18px, 5vw, 56px) 44px;
}

.hero-content {
  max-width: 780px;
}

.eyebrow {
  color: var(--sun);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin: 0 0 16px;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  line-height: 1.08;
  margin: 0;
}

h1 {
  font-size: 4rem;
  max-width: 760px;
}

h2 {
  font-size: 2.35rem;
}

h3 {
  font-size: 1.22rem;
}

p {
  margin: 0;
}

.hero p.lede {
  color: rgba(255, 255, 255, 0.91);
  font-size: 1.2rem;
  margin-top: 20px;
  max-width: 650px;
}

.hero-actions,
.section-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.hero-actions .button.secondary {
  border-color: rgba(255, 255, 255, 0.72);
  color: #fff;
}

.hero-actions .button.secondary:hover {
  background: rgba(255, 255, 255, 0.14);
}

.trust-strip {
  border-top: 1px solid rgba(255, 255, 255, 0.35);
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 64px;
  padding-top: 20px;
}

.trust-strip span {
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.24);
  font-size: 0.92rem;
  font-weight: 800;
  padding: 8px 11px;
}

.section {
  padding: clamp(52px, 8vw, 92px) clamp(18px, 5vw, 56px);
}

.section.alt {
  background: #edf3ef;
}

.section.warning {
  background: #fff3dc;
}

.wrap {
  margin: 0 auto;
  max-width: 1120px;
}

.narrow {
  max-width: 760px;
}

.section p {
  color: var(--muted);
  margin-top: 16px;
}

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

.tile {
  background: var(--panel);
  border: 1px solid var(--line);
  min-height: 172px;
  padding: 24px;
}

.tile.featured {
  border-color: var(--pine);
  box-shadow: var(--shadow);
}

.tile strong {
  color: var(--pine);
  display: block;
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 14px;
}

.tile a {
  color: var(--pine);
  display: inline-flex;
  font-weight: 850;
  margin-top: 16px;
  text-decoration: none;
}

.status {
  align-items: center;
  background: #e7f0eb;
  color: var(--pine-dark);
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 900;
  margin-bottom: 16px;
  min-height: 28px;
  padding: 5px 9px;
  text-transform: uppercase;
}

.status.next {
  background: #fff3dc;
  color: #765310;
}

.status.future {
  background: #edf1f4;
  color: #3b5962;
}

.split {
  align-items: start;
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, 1fr) 380px;
}

.split.equal {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.band {
  background: var(--pine-dark);
  color: #fff;
  padding: clamp(36px, 6vw, 58px) clamp(18px, 5vw, 56px);
}

.band p {
  color: rgba(255, 255, 255, 0.84);
}

.band .button.secondary {
  border-color: rgba(255, 255, 255, 0.65);
  color: #fff;
}

.pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.pill-row a,
.pill-row span {
  background: #fff;
  border: 1px solid var(--line);
  color: var(--pine);
  font-weight: 850;
  padding: 8px 11px;
  text-decoration: none;
}

.source-list {
  color: var(--muted);
  display: grid;
  gap: 9px;
  margin-top: 18px;
  padding-left: 18px;
}

.source-list a {
  color: var(--pine);
  font-weight: 750;
}

.download-page {
  background: #f2f4ee;
}

.print-sheet {
  background: #fff;
  box-shadow: var(--shadow);
  margin: 36px auto;
  max-width: 980px;
  padding: clamp(24px, 5vw, 56px);
}

.sheet-header {
  border-bottom: 3px solid var(--pine);
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) 180px;
  padding-bottom: 22px;
}

.sheet-header h1 {
  font-size: 3rem;
}

.sheet-badge {
  align-self: start;
  background: var(--sun);
  color: var(--ink);
  font-weight: 950;
  justify-self: end;
  padding: 12px 14px;
  text-align: center;
  text-transform: uppercase;
}

.check-section {
  border-bottom: 1px solid var(--line);
  padding: 26px 0;
}

.check-section:last-of-type {
  border-bottom: 0;
}

.check-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 16px;
}

.check-item {
  border: 1px solid var(--line);
  display: grid;
  gap: 10px;
  grid-template-columns: 26px minmax(0, 1fr);
  min-height: 84px;
  padding: 14px;
}

.box {
  border: 2px solid var(--pine);
  height: 20px;
  margin-top: 2px;
  width: 20px;
}

.check-item p {
  color: var(--ink);
  font-weight: 760;
  margin: 0;
}

.check-item small {
  color: var(--muted);
  display: block;
  font-size: 0.86rem;
  font-weight: 500;
  margin-top: 4px;
}

.note-box {
  background: #fff7e7;
  border: 1px solid #ead5a7;
  margin-top: 18px;
  padding: 16px;
}

.danger-box {
  background: #fff1ef;
  border: 1px solid #e2aea7;
  margin-top: 18px;
  padding: 16px;
}

.mini-lines {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.line {
  border-bottom: 1px solid var(--line);
  min-height: 28px;
}

.form-panel {
  background: var(--panel);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  padding: 26px;
}

label {
  color: var(--ink);
  display: block;
  font-size: 0.94rem;
  font-weight: 800;
  margin-bottom: 8px;
}

input,
select {
  border: 2px solid #b7c3bd;
  color: var(--ink);
  display: block;
  font: inherit;
  margin-bottom: 14px;
  min-height: 48px;
  padding: 10px 12px;
  width: 100%;
}

input:focus,
select:focus {
  border-color: var(--pine);
  outline: 3px solid rgba(30, 91, 79, 0.16);
}

button.button {
  cursor: pointer;
  font: inherit;
  width: 100%;
}

.fine-print {
  color: var(--muted);
  font-size: 0.86rem;
  margin-top: 12px;
}

.check-list {
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
}

.check-list li {
  align-items: start;
  display: grid;
  gap: 10px;
  grid-template-columns: 24px minmax(0, 1fr);
}

.check-list li::before {
  background: var(--sun);
  content: "";
  height: 12px;
  margin-top: 7px;
  width: 12px;
}

.price {
  align-items: baseline;
  display: flex;
  gap: 10px;
  margin-top: 22px;
}

.price strong {
  color: var(--coral);
  font-size: 2.3rem;
}

.site-footer {
  background: var(--ink);
  color: #fff;
  padding: 36px clamp(18px, 5vw, 56px);
}

.site-footer .wrap {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: space-between;
}

.site-footer a {
  color: #fff;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

@media (max-width: 780px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
  }

  h1 {
    font-size: 2.7rem;
  }

  h2 {
    font-size: 1.9rem;
  }

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

  .split.equal {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 70vh;
  }

  .sheet-header,
  .check-grid {
    grid-template-columns: 1fr;
  }

  .sheet-badge {
    justify-self: start;
  }
}

@media print {
  .site-header,
  .site-footer,
  .section-actions {
    display: none;
  }

  body,
  .download-page {
    background: #fff;
  }

  .print-sheet {
    box-shadow: none;
    margin: 0;
    max-width: none;
    padding: 0;
  }

  a {
    text-decoration: none;
  }
}
