:root {
  --c-bg: #f2f6fc;
  --c-surface: #ffffff;
  --c-border: #d7e2f0;
  --c-text: #113052;
  --c-muted: #586f8d;
  --c-primary: #0f549f;
  --c-primary-dark: #0c437f;
}

body.checklist-2027-page {
  background: var(--c-bg);
  color: var(--c-text);
}

.checklist-2027-page .checklist-shell {
  max-width: 1020px;
  margin: 0 auto;
  padding: 1.2rem 1rem 2.8rem;
  display: grid;
  gap: 1rem;
}

.checklist-2027-page .checklist-hero {
  background: linear-gradient(135deg, #133f74, #1b65ab);
  color: #fff;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  padding: 1.05rem;
  display: grid;
  gap: 0.9rem;
  grid-template-columns: 1.2fr 0.8fr;
}

.checklist-2027-page .checklist-kicker {
  margin: 0 0 0.35rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.06em;
  font-size: 0.74rem;
  color: #d3e7ff;
}

.checklist-2027-page .checklist-hero h1 {
  margin: 0 0 0.45rem;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
}

.checklist-2027-page .checklist-hero p {
  margin: 0;
  color: #e0ecff;
  line-height: 1.65;
}

.checklist-2027-page .checklist-hero img {
  width: 100%;
  aspect-ratio: 16/10;
  border-radius: 12px;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.checklist-2027-page .checklist-actions {
  margin-top: 0.9rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.checklist-2027-page .checklist-actions button,
.checklist-2027-page .checklist-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  border-radius: 10px;
  padding: 0.55rem 0.85rem;
  font-weight: 700;
  text-decoration: none;
}

.checklist-2027-page .checklist-actions button {
  border: 1px solid #fff;
  color: #12355f;
  background: #fff;
  cursor: pointer;
}

.checklist-2027-page .checklist-actions a {
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
}

.checklist-2027-page .checklist-card {
  background: var(--c-surface);
  border: 1px solid var(--c-border);
  border-radius: 14px;
  padding: 1rem;
}

.checklist-2027-page .checklist-card h2 {
  margin: 0 0 0.7rem;
}

.checklist-2027-page .checklist-card ol {
  margin: 0;
  padding-left: 1.1rem;
  display: grid;
  gap: 0.45rem;
}

.checklist-2027-page .checklist-card li {
  line-height: 1.6;
}

.checklist-2027-page .checklist-note {
  margin: 0.9rem 0 0;
  padding: 0.7rem 0.8rem;
  border: 1px solid #efdf9a;
  background: #fff8d8;
  border-radius: 10px;
}

@media (max-width: 820px) {
  .checklist-2027-page .checklist-hero {
    grid-template-columns: 1fr;
  }
}

@media print {
  nav,
  footer,
  .checklist-actions {
    display: none !important;
  }
  body.checklist-2027-page {
    background: #fff;
  }
}
