.checklist-lp {
  color: var(--ink);
  background: #fff;
}

.checklist-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.checklist-header-inner,
.checklist-footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 72px;
}

.checklist-hero {
  padding: 76px 0 82px;
  background:
    radial-gradient(circle at 86% 12%, rgba(22, 191, 122, 0.12), transparent 23%),
    linear-gradient(135deg, #f7fbff 0%, #fff 58%);
}

.checklist-hero-grid,
.checklist-worry-grid,
.checklist-content-grid,
.checklist-download-grid,
.checklist-company-inner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 54px;
  align-items: center;
}

.checklist-kicker {
  display: inline-flex;
  padding: 5px 12px;
  color: var(--green-600);
  font-size: 14px;
  font-weight: 900;
  background: rgba(22, 191, 122, 0.1);
  border-radius: 999px;
}

.checklist-hero h1 {
  margin: 20px 0 18px;
  color: var(--blue-900);
  font-size: clamp(34px, 4.2vw, 56px);
  line-height: 1.35;
  letter-spacing: -0.04em;
}

.checklist-hero h1 span {
  color: var(--green-600);
}

.checklist-lead,
.checklist-section-head > p:last-child,
.checklist-content-grid > div:first-child > p:last-child,
.checklist-download-copy > p {
  color: var(--muted);
}

.checklist-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 26px 0;
}

.checklist-hero-points span {
  padding: 5px 12px;
  color: var(--blue-900);
  font-size: 13px;
  font-weight: 800;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
}

.checklist-main-cta {
  min-width: min(360px, 100%);
}

.checklist-cover {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(220, 231, 243, 0.9);
  border-radius: 14px;
  box-shadow: var(--shadow);
}

.checklist-cover img {
  width: 100%;
}

.checklist-section {
  padding: 84px 0;
}

.checklist-section-tint {
  background: var(--blue-50);
}

.checklist-section-band {
  background:
    radial-gradient(circle at 10% 15%, rgba(22, 191, 122, 0.11), transparent 28%),
    linear-gradient(180deg, #fff 0%, #f1f8ff 100%);
}

.checklist-section-head {
  max-width: 760px;
  margin-bottom: 34px;
}

.checklist-section-head.centered {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.checklist-section h2,
.checklist-download h2,
.checklist-company h2 {
  margin: 8px 0 14px;
  color: var(--blue-900);
  font-size: clamp(28px, 3.5vw, 42px);
  line-height: 1.45;
}

.checklist-worry-grid figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: 0 14px 38px rgba(15, 46, 86, 0.1);
}

.checklist-worry-copy {
  display: grid;
  gap: 14px;
}

.checklist-worry-copy article,
.checklist-use-grid article,
.checklist-summary-card,
.checklist-document-note {
  padding: 20px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
}

.checklist-worry-copy strong,
.checklist-summary-title {
  color: var(--blue-900);
  font-size: 17px;
  font-weight: 900;
}

.checklist-worry-copy p,
.checklist-use-grid p {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.checklist-content-grid {
  align-items: start;
}

.checklist-summary-card {
  border-top: 4px solid var(--green-600);
  box-shadow: 0 14px 34px rgba(15, 46, 86, 0.08);
}

.checklist-summary-card .check-list {
  margin-bottom: 0;
}

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

.checklist-use-grid article {
  min-height: 190px;
}

.checklist-use-grid span {
  color: var(--green-600);
  font-size: 14px;
  font-weight: 900;
}

.checklist-use-grid h3 {
  margin: 11px 0 0;
  color: var(--blue-900);
  font-size: 20px;
}

.checklist-download {
  padding: 86px 0;
  background: var(--blue-50);
}

.checklist-download-grid {
  align-items: start;
}

.checklist-download-copy {
  padding-top: 16px;
}

.checklist-document-note {
  display: grid;
  gap: 6px;
  margin-top: 26px;
  border-left: 4px solid var(--green-600);
}

.checklist-document-note strong {
  color: var(--blue-900);
  line-height: 1.6;
}

.checklist-document-note span {
  color: var(--muted);
  font-size: 13px;
}

.checklist-company {
  padding: 56px 0;
}

.checklist-company-inner {
  grid-template-columns: 0.7fr 1.3fr;
  align-items: start;
}

.checklist-company dl {
  margin: 0;
}

.checklist-company dl div {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
}

.checklist-company dt {
  color: var(--muted);
  font-weight: 800;
}

.checklist-company dd {
  margin: 0;
  color: var(--blue-900);
  font-weight: 700;
}

.checklist-company a,
.checklist-footer a {
  color: var(--blue-700);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.checklist-footer {
  color: var(--muted);
  background: #f7fbff;
  border-top: 1px solid var(--line);
}

.checklist-footer-inner {
  min-height: 64px;
  font-size: 13px;
}

.checklist-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

@media (max-width: 760px) {
  .checklist-header-inner {
    min-height: 64px;
  }

  .checklist-header .brand {
    min-width: 0;
  }

  .checklist-header .brand-logo {
    width: 38px;
    height: 38px;
  }

  .checklist-header .brand strong {
    font-size: 15px;
  }

  .checklist-header .brand small {
    display: none;
  }

  .checklist-header .btn {
    min-height: 38px;
    padding: 7px 12px;
    font-size: 12px;
  }

  .checklist-hero {
    padding: 48px 0 58px;
  }

  .checklist-hero-grid,
  .checklist-worry-grid,
  .checklist-content-grid,
  .checklist-download-grid,
  .checklist-company-inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .checklist-hero h1 {
    margin-top: 16px;
    font-size: 35px;
  }

  .checklist-cover {
    order: -1;
  }

  .checklist-section,
  .checklist-download {
    padding: 58px 0;
  }

  .checklist-use-grid {
    grid-template-columns: 1fr;
  }

  .checklist-use-grid article {
    min-height: auto;
  }

  .checklist-company dl div {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .checklist-footer-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
    padding: 14px 0;
  }
}
