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

:root {
  --check-blue: #2384c6;
  --check-blue-dark: #0f4c72;
  --check-ink: #111827;
  --check-muted: #4b5563;
  --check-line: #d9dce2;
  --check-soft: #f4f7fa;
  --check-gold: #d59a16;
}

body {
  background: var(--check-soft);
  font-family: "Poppins", "Nexa", "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

.checklist-page {
  color: var(--check-ink);
  background: var(--check-soft);
}

.checklist-hero {
  position: relative;
  min-height: 460px;
  height: 460px;
  display: grid;
  align-items: end;
  overflow: hidden;
  background: #101820;
}

.checklist-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.checklist-hero__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(10, 16, 28, .74) 0%, rgba(10, 16, 28, .40) 45%, rgba(10, 16, 28, .12) 100%),
    linear-gradient(180deg, rgba(10, 16, 28, .04) 0%, rgba(10, 16, 28, .66) 100%);
}

.checklist-hero__content {
  position: relative;
  z-index: 2;
  padding-top: clamp(110px, 12vw, 150px);
  padding-bottom: clamp(42px, 7vw, 82px);
}

.checklist-category {
  margin: 0 0 .75rem;
  color: #ffd778;
  font-size: .82rem;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.checklist-hero h1 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 500;
  text-shadow: 0 12px 34px rgba(0, 0, 0, .42);
}

.checklist-article {
  width: min(100% - 40px, 1120px);
  max-width: 1120px;
  padding-top: clamp(34px, 5vw, 58px);
  padding-bottom: clamp(42px, 6vw, 72px);
  counter-reset: checklist-section;
}

.checklist-article > h1 {
  margin: 0;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--check-line);
  color: var(--check-ink);
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.1;
  font-weight: 500;
}

.lead {
  margin: 1.3rem 0 1.45rem;
  color: var(--check-ink);
  font-size: clamp(1rem, .8vw + .8rem, 1.14rem);
  font-weight: 400;
  line-height: 1.5;
}

.checklist-article p {
  color: var(--check-ink);
  font-size: 16px;
  line-height: 1.65;
}

.table-card {
  margin: 1.45rem 0 2rem;
  border: 1px solid #dbe7f2;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 14px 34px rgba(12, 31, 48, .09);
}

.table-card__toggle {
  width: 100%;
  border: 0;
  margin: 0;
  padding: 1rem 1.1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: #fff;
  background: linear-gradient(90deg, #123a53, var(--check-blue));
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.table-card__eyebrow {
  display: block;
  margin-bottom: .12rem;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  opacity: .78;
}

.table-card__title {
  display: block;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: 0;
}

.table-card__icon {
  position: relative;
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .16);
}

.table-card__icon::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 9px;
  height: 9px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translate(-50%, -65%) rotate(45deg);
  transition: transform .18s ease;
}

.table-card.is-collapsed .table-card__icon::before {
  transform: translate(-50%, -35%) rotate(-135deg);
}

.table-card__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .5rem 1rem;
  margin: 0;
  padding: 1.2rem 1.15rem 1.3rem 2.35rem;
  background: #fff;
}

.table-card.is-collapsed .table-card__list {
  display: none;
}

.table-card li {
  color: var(--check-ink);
  font-size: .98rem;
  padding-left: .15rem;
}

.table-card a {
  display: block;
  padding: .28rem .1rem;
  color: var(--check-ink);
  text-decoration: none;
}

.table-card a:hover {
  color: var(--check-blue);
}

.table-card + p {
  margin-top: clamp(24px, 3vw, 36px);
}

.table-card + p + p {
  margin-bottom: clamp(32px, 4vw, 48px);
}

.check-section {
  scroll-margin-top: 90px;
  margin-top: clamp(28px, 4vw, 44px);
  padding: 0;
  border: 0;
  border-radius: 10px;
  background: #fff;
  box-shadow: none;
  overflow: hidden;
  counter-increment: checklist-section;
}

.check-section h2 {
  display: flex;
  align-items: center;
  gap: .65rem;
  margin: 0;
  padding: 1.1rem clamp(18px, 2.8vw, 28px) .35rem;
  border-radius: 0;
  color: #fff;
  background: var(--check-blue);
  font-size: clamp(1.2rem, 2vw, 1.65rem);
  line-height: 1.15;
  font-weight: 800;
  text-transform: uppercase;
}

.check-section h2::before {
  content: counter(checklist-section, decimal-leading-zero);
  flex: 0 0 auto;
  color: rgba(255, 255, 255, .88);
  font-size: .92em;
  font-weight: 900;
  line-height: 1.15;
}

.check-section > p {
  margin: 0;
  padding: .25rem clamp(18px, 2.8vw, 28px) 1.35rem;
  border-radius: 0;
  color: #fff;
  background: var(--check-blue);
  font-size: 16px;
  line-height: 1.55;
}

.item-list {
  display: grid;
  gap: 0;
  margin: 1rem clamp(18px, 2.8vw, 28px) 0;
  border-top: 0;
}

.check-item-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 240px;
  gap: clamp(18px, 4vw, 44px);
  align-items: center;
  min-height: 150px;
  padding: clamp(16px, 2.5vw, 22px) 0;
  border: 0;
  border-bottom: 1px solid #e8edf2;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}

.check-item-card:last-child {
  border-bottom: 0;
}

.check-item-copy {
  grid-column: 1;
  grid-row: 1;
  min-width: 0;
}

.provided-tag {
  display: inline-block;
  margin-bottom: .65rem;
  padding: .34rem .58rem;
  border-radius: 2px;
  background: #d71920;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
}

.check-item-card h3 {
  margin: 0 0 .65rem;
  color: var(--check-ink);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25;
}

.check-item-card ul {
  margin: 0;
  padding-left: 1.25rem;
}

.check-item-card p {
  margin: 0;
  color: var(--check-ink);
  font-size: 16px;
  line-height: 1.62;
}

.check-item-card p + p {
  margin-top: .55rem;
}

.check-item-card li {
  margin: .36rem 0;
  color: var(--check-ink);
  font-size: 16px;
  line-height: 1.55;
}

.check-item-card li::marker {
  color: var(--check-blue);
}

.item-photo {
  grid-column: 2;
  grid-row: 1;
  margin: 0;
  min-height: 128px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 0;
  background: transparent;
  overflow: hidden;
  cursor: zoom-in;
}

.item-photo img {
  width: 100%;
  height: 150px;
  object-fit: contain;
  display: block;
  padding: 0;
  box-sizing: border-box;
  transition: transform .18s ease;
}

.item-photo:hover img,
.item-photo:focus-visible img {
  transform: scale(1.03);
}

.item-photo:focus-visible {
  outline: 3px solid rgba(42, 140, 201, .45);
  outline-offset: 4px;
  border-radius: 10px;
}

.go-up-button {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 900;
  border: 0;
  border-radius: 999px;
  padding: .75rem 1rem;
  color: #fff;
  background: var(--check-blue);
  box-shadow: 0 12px 30px rgba(6, 40, 68, .28);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .04em;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity .18s ease, transform .18s ease, background .18s ease;
}

.go-up-button:hover {
  background: #1a76ad;
}

.go-up-button.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.image-lightbox[hidden] {
  display: none;
}

.image-lightbox {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(5, 13, 22, .86);
}

.image-lightbox__img {
  max-width: min(92vw, 1100px);
  max-height: 86vh;
  object-fit: contain;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 22px 70px rgba(0, 0, 0, .38);
}

.image-lightbox__close {
  position: fixed;
  top: 16px;
  right: 16px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  color: #0b1f32;
  background: #fff;
  font-size: 1.7rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 12px 34px rgba(0, 0, 0, .22);
}

@media (max-width: 900px) {
  .checklist-hero {
    min-height: 460px;
    height: 460px;
  }

  .checklist-hero__content {
    padding-top: 130px;
  }

  .check-item-card {
    grid-template-columns: 1fr 200px;
  }

  .item-photo img {
    height: 130px;
  }
}

@media (max-width: 700px) {
  .checklist-hero {
    min-height: 320px;
    height: 320px;
  }

  .checklist-hero h1 {
    font-size: 28px;
    line-height: 1.2;
  }

  .checklist-article {
    width: min(100% - 28px, 1120px);
  }

  .table-card__list {
    grid-template-columns: 1fr;
  }

  .check-item-card {
    display: block;
    position: relative;
    min-height: 0;
    padding: 18px 0;
  }

  .item-photo {
    grid-column: auto;
    grid-row: auto;
    float: right;
    width: clamp(86px, 28vw, 112px);
    min-height: auto;
    margin: 0 0 10px 14px;
    background: transparent;
    overflow: visible;
  }

  .item-photo img {
    width: 100%;
    height: clamp(72px, 24vw, 96px);
    padding: 0;
  }

  .check-item-card::after {
    content: "";
    display: block;
    clear: both;
  }

  .check-item-card h3 {
    margin-bottom: .75rem;
    font-size: 24px;
  }

  .check-section h2 {
    gap: .55rem;
    padding: .85rem .85rem .3rem;
    font-size: 1.12rem;
  }

  .check-section h2::before {
    font-size: .9em;
  }

  .check-section > p {
    padding: .15rem .85rem 1.2rem;
  }

  .item-list {
    margin-right: .85rem;
    margin-left: .85rem;
  }

  .check-item-card ul {
    padding-left: 1.05rem;
  }

  .check-item-card li {
    font-size: 16px;
    line-height: 1.65;
  }
}

/* Typography weight normalization */
h1,h2,h3,h4,h5,h6,
.primary-nav a,.lang-btn,.menu-toggle,
.btn,.footer-col h4,
.check-item-card h3{
  font-weight:500 !important;
}

.lead,
.table-card__toggle{
  font-weight:400 !important;
}

strong,b,button,label,summary,
[class*="title"],[class*="kicker"],[class*="badge"],
[class*="label"],[class*="name"],[class*="head"],
[class*="pill"],[class*="price"]{
  font-weight:500 !important;
}
