.check-page {
  min-height: 0;
  padding: 0 0 72px;
  background:
    radial-gradient(circle at 77% 4%, rgba(0,169,236,.045), transparent 31%),
    var(--navy-850);
}

.content-wrap {
  width: 100%;
  max-width: var(--content-max);
  margin: 0 auto;
  padding: 0 var(--page-pad);
}

/* Intro / positioning */
.check-hero {
  position: relative;
  min-height: 475px;
  margin: 36px 0 0;
  padding: clamp(42px, 4.1vw, 64px) clamp(42px, 4.4vw, 68px);
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(340px, .98fr);
  gap: clamp(28px, 4vw, 68px);
  align-items: stretch;
  overflow: hidden;
  border: 1px solid rgba(135,170,196,.18);
  border-radius: 13px;
  background:
    linear-gradient(105deg, rgba(3,23,43,.98) 0%, rgba(3,23,43,.98) 52%, rgba(4,27,51,.94) 100%);
}

.check-hero-copy {
  position: relative;
  z-index: 2;
  max-width: 740px;
}

.check-hero h1 {
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: clamp(40px, 3.6vw, 58px);
  line-height: 1.04;
  font-weight: 600;
  letter-spacing: .001em;
}

.hero-accent {
  display: block;
  width: 58px;
  height: 3px;
  margin: 20px 0 26px;
  border-radius: 3px;
  background: var(--cyan-bright);
}

.check-hero-copy p {
  max-width: 700px;
  margin: 0 0 15px;
  color: #e7edf2;
  font-size: clamp(15.3px, 1.05vw, 17px);
  line-height: 1.5;
}

.check-hero-copy p:last-of-type { margin-bottom: 0; }

.check-primary-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  min-height: 48px;
  margin-top: 25px;
  padding: 0 20px;
  border: 1px solid rgba(8,185,255,.78);
  border-radius: 5px;
  background: rgba(4,27,51,.42);
  color: var(--cyan-bright);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  transition: background .16s ease, border-color .16s ease, color .16s ease;
}

.check-primary-cta svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.check-primary-cta:hover,
.check-primary-cta:focus-visible {
  border-color: var(--cyan-bright);
  background: rgba(8,185,255,.08);
  color: #fff;
  outline: none;
}

.check-hero-art {
  position: relative;
  z-index: 1;
  margin: 0;
  width: min(100%, 560px);
  justify-self: end;
  align-self: stretch;
  display: flex;
  align-items: center;
}

.check-hero-art::before {
  content: "";
  position: absolute;
  inset: 6% 5% 10% 11%;
  border-radius: 22px;
  background: radial-gradient(circle at 72% 29%, rgba(8,185,255,.16), transparent 34%),
              radial-gradient(circle at 28% 66%, rgba(8,185,255,.08), transparent 36%);
  filter: blur(18px);
  pointer-events: none;
}

.check-hero-art img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
  object-fit: contain;
  filter: drop-shadow(0 18px 30px rgba(0,0,0,.22));
}

/* Shared sections */
.check-section { margin-top: 54px; }
.check-section h2 {
  margin: 0 0 24px;
  font-family: Arial, sans-serif;
  font-size: clamp(28px, 2.25vw, 36px);
  line-height: 1.1;
  font-weight: 600;
}

/* Results */
.result-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 15px;
}

.result-card {
  min-height: 198px;
  padding: 27px 24px 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  border: 1px solid rgba(135,170,196,.25);
  border-radius: 11px;
  background: linear-gradient(180deg, rgba(8,35,61,.92), rgba(6,30,54,.94));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.018);
}

.result-icon {
  flex: 0 0 auto;
  width: 58px;
  height: 58px;
  margin-bottom: 21px;
  color: var(--cyan-bright);
}

.result-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.result-card h3 {
  max-width: 260px;
  margin: 0;
  color: #f5f8fb;
  font-size: clamp(16px, 1.08vw, 18px);
  line-height: 1.32;
  font-weight: 600;
}

/* Recommendation situations */
.recommendation-section { margin-top: 59px; }

.recommendation-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 15px;
}

.recommendation-card {
  min-height: 318px;
  padding: 25px 23px 26px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  border: 1px solid rgba(135,170,196,.25);
  border-radius: 11px;
  background: linear-gradient(180deg, rgba(8,35,61,.94), rgba(6,30,54,.95));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.018);
}

.recommendation-icon {
  width: 51px;
  height: 51px;
  margin-bottom: 20px;
}

.recommendation-icon-cyan { color: var(--cyan-bright); }
.recommendation-icon-orange { color: var(--orange); }
.recommendation-icon-lime { color: var(--lime); }

.recommendation-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.15;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.recommendation-card h3 {
  min-height: 4.88em; /* four title lines: all descriptions start on the same visual baseline */
  margin: 0 0 15px;
  color: #f5f8fb;
  font-size: clamp(17px, 1.12vw, 19px);
  line-height: 1.22;
  font-weight: 600;
}

.recommendation-card p {
  margin: 0;
  color: #d3dce4;
  font-size: clamp(13.6px, .92vw, 15px);
  line-height: 1.5;
}

@media (min-width: 1450px) {
  .check-page { padding-bottom: 84px; }
  .check-hero { min-height: 505px; margin-top: 40px; }
  .check-section { margin-top: 62px; }
  .recommendation-section { margin-top: 66px; }
  .result-card { min-height: 210px; }
  .recommendation-card { min-height: 332px; }
}

/* Tablet landscape: deliberate compact horizontal hero, 4 result cards, 2 x 2 recommendation cards. */
@media (min-width: 901px) and (max-width: 1199px) {
  .check-page { padding-bottom: 52px; }
  .content-wrap { max-width: none; padding: 0 32px; }

  .check-hero {
    min-height: 420px;
    margin-top: 28px;
    padding: 32px 34px 34px;
    grid-template-columns: minmax(0,1.06fr) minmax(300px,.94fr);
    gap: 30px;
  }
  .check-hero h1 { font-size: 41px; }
  .hero-accent { width: 52px; margin: 16px 0 20px; }
  .check-hero-copy p { font-size: 14.5px; line-height: 1.46; margin-bottom: 11px; }
  .check-primary-cta { min-height: 44px; margin-top: 19px; font-size: 14px; }
  .check-hero-art { width: min(100%, 410px); align-self: center; justify-self: end; }

  .check-section { margin-top: 45px; }
  .check-section h2 { margin-bottom: 19px; font-size: 29px; }

  .result-grid { gap: 11px; }
  .result-card { min-height: 164px; padding: 20px 13px; }
  .result-icon { width: 47px; height: 47px; margin-bottom: 16px; }
  .result-card h3 { font-size: 14.8px; line-height: 1.29; }

  .recommendation-section { margin-top: 48px; }
  .recommendation-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 13px; }
  .recommendation-card { min-height: 226px; padding: 21px 22px 22px; }
  .recommendation-icon { width: 46px; height: 46px; margin-bottom: 15px; }
  .recommendation-card h3 { min-height: 2.44em; margin-bottom: 10px; font-size: 18px; }
  .recommendation-card p { font-size: 13.6px; line-height: 1.46; }
}

/* Tablet portrait: horizontal hero retained but calmer; 2 x 2 card layouts. */
@media (max-width: 900px) and (min-width: 601px) {
  .check-page { padding-bottom: 50px; }
  .content-wrap { max-width: none; padding: 0 32px; }

  .check-hero {
    min-height: 0;
    margin-top: 26px;
    padding: 26px 28px 30px;
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .check-hero-art {
    order: -1;
    width: 100%;
    max-width: none;
    justify-self: stretch;
    align-self: stretch;
  }
  .check-hero-art::before { inset: 8% 10% 14% 14%; filter: blur(16px); }
  .check-hero-art img {
    width: 100%;
    aspect-ratio: 16 / 8.6;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
  }
  .check-hero-copy { max-width: none; }
  .check-hero h1 { font-size: 38px; }
  .hero-accent { width: 49px; margin: 0 0 17px; }
  .check-hero-copy p { font-size: 14.2px; line-height: 1.46; margin-bottom: 10px; }
  .check-primary-cta { min-height: 43px; margin-top: 19px; font-size: 13.8px; }

  .check-section { margin-top: 43px; }
  .check-section h2 { margin-bottom: 18px; font-size: 29px; }

  .result-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
  .result-card { min-height: 160px; padding: 21px 20px; }
  .result-icon { width: 46px; height: 46px; margin-bottom: 14px; }
  .result-card h3 { max-width: 250px; font-size: 16px; }

  .recommendation-section { margin-top: 47px; }
  .recommendation-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
  .recommendation-card { min-height: 240px; padding: 21px 20px 22px; }
  .recommendation-icon { width: 45px; height: 45px; margin-bottom: 14px; }
  .recommendation-card h3 { min-height: 3.66em; margin-bottom: 10px; font-size: 17px; }
  .recommendation-card p { font-size: 13.3px; line-height: 1.45; }
}

/* Mobile landscape: dedicated state, not the tablet portrait layout. */
@media (max-width: 900px) and (max-height: 600px) and (orientation: landscape) {
  .page-shell .site-header { height: 68px !important; }
  .page-shell .header-inner { padding: 0 18px !important; grid-template-columns: 1fr auto !important; column-gap: 16px !important; }
  .page-shell .brand img { width: 176px !important; }
  .main-nav, .top-cta { display: none; }
  .menu-toggle { width: 40px; height: 40px; }
  .mobile-nav { top: calc(100% + 1px); padding: 10px 18px 14px; }
  .mobile-nav > a:not(.mobile-nav-cta) { padding: 10px 2px; font-size: 15px; }
  .mobile-nav-cta { margin-top: 12px; min-height: 42px; font-size: 14px; }

  .check-page { padding-bottom: 34px; }
  .check-page .content-wrap { padding-left: 22px !important; padding-right: 22px !important; }

  .check-hero {
    margin-top: 18px;
    padding: 20px 22px 22px;
    grid-template-columns: minmax(0,1.14fr) minmax(0,.86fr);
    gap: 22px;
    align-items: start;
    border-radius: 10px;
  }
  .check-hero-copy { order: 0; max-width: none; }
  .check-hero h1 { font-size: 30px; line-height: 1.06; }
  .hero-accent { width: 43px; height: 2px; margin: 10px 0 13px; }
  .check-hero-copy p { font-size: 12.4px; line-height: 1.4; margin-bottom: 7px; }
  .check-primary-cta { width: auto; min-height: 39px; margin-top: 12px; padding: 0 15px; font-size: 12.8px; }
  .check-primary-cta svg { width: 18px; height: 18px; }
  .check-hero-art {
    order: 0;
    width: 100%;
    max-width: 310px;
    justify-self: end;
    align-self: start;
  }
  .check-hero-art::before { inset: 10% 8% 14% 14%; filter: blur(12px); }
  .check-hero-art img { width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; object-position: center; border-radius: 9px; }

  .check-section { margin-top: 29px; }
  .check-section h2 { margin-bottom: 14px; font-size: 24px; }

  .result-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 9px; }
  .result-card {
    min-height: 86px;
    padding: 12px 15px;
    flex-direction: row;
    justify-content: flex-start;
    text-align: left;
    gap: 13px;
  }
  .result-icon { flex: 0 0 auto; width: 37px; height: 37px; margin: 0; }
  .result-card h3 { max-width: none; font-size: 13.4px; line-height: 1.28; }

  .recommendation-section { margin-top: 32px; }
  .recommendation-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 9px; }
  .recommendation-card { min-height: 178px; padding: 15px 16px 16px; }
  .recommendation-icon { width: 38px; height: 38px; margin-bottom: 10px; }
  .recommendation-card h3 { min-height: 3.6em; margin-bottom: 7px; font-size: 14.4px; line-height: 1.2; }
  .recommendation-card p { font-size: 12.1px; line-height: 1.4; }

  .page-shell > .site-footer .footer-inner {
    max-width: none !important;
    min-height: 0 !important;
    padding: 18px 22px 20px !important;
    display: grid !important;
    grid-template-columns: minmax(0,1fr) auto !important;
    grid-template-areas: "company links" "contact links" !important;
    gap: 7px 24px !important;
    align-items: start !important;
  }
.page-shell > .site-footer .footer-company {
    grid-area: company;
    white-space: normal;
    flex-wrap: wrap;
    gap: 5px 10px;
    font-size: 12.2px;
  }
  .page-shell > .site-footer .footer-company strong::after { display: none; }
  .page-shell > .site-footer .footer-contact { grid-area: contact !important; gap: 18px !important; flex-wrap: wrap; }
  .page-shell > .site-footer .contact-reveal { font-size: 12.2px; }
  .page-shell > .site-footer .footer-links { grid-area: links !important; flex-direction: column !important; gap: 8px !important; font-size: 12.2px; }
}

/* Smartphone portrait / narrow mobile. */
@media (max-width: 600px) {
  .check-page { padding-bottom: 30px; }
  .content-wrap { max-width: none; padding: 0 15px; }

  .check-hero {
    min-height: 0;
    margin-top: 17px;
    padding: 18px 17px 21px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    border-radius: 10px;
  }
  .check-hero-art {
    order: -1;
    width: 100%;
    max-width: none;
    justify-self: stretch;
  }
  .check-hero-art::before { inset: 10% 8% 16% 14%; filter: blur(12px); }
  .check-hero-art img {
    width: 100%;
    aspect-ratio: 16 / 10.5;
    object-fit: cover;
    object-position: center;
    border-radius: 9px;
  }
  .check-hero-copy { max-width: none; }
  .check-hero h1 { font-size: 31px; line-height: 1.06; }
  .hero-accent { width: 43px; height: 2px; margin: 2px 0 15px; }
  .check-hero-copy p { max-width: none; margin-bottom: 10px; font-size: 13.4px; line-height: 1.45; }
  .check-primary-cta { width: 100%; min-height: 43px; margin-top: 18px; font-size: 13.6px; }

  .check-section { margin-top: 34px; }
  .check-section h2 { margin-bottom: 15px; font-size: 24px; line-height: 1.12; }

  .result-grid { grid-template-columns: 1fr; gap: 9px; }
  .result-card {
    min-height: 76px;
    padding: 13px 15px;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
    gap: 14px;
    border-radius: 9px;
  }
  .result-icon { flex: 0 0 auto; width: 40px; height: 40px; margin: 0; }
  .result-card h3 { max-width: none; font-size: 14.5px; line-height: 1.28; }

  .recommendation-section { margin-top: 37px; }
  .recommendation-grid { grid-template-columns: 1fr; gap: 10px; }
  .recommendation-card {
    min-height: 0;
    padding: 18px 17px 19px;
    border-radius: 9px;
  }
  .recommendation-icon { width: 42px; height: 42px; margin-bottom: 12px; }
  .recommendation-card h3 { min-height: 4.8em; margin-bottom: 8px; font-size: 16.4px; line-height: 1.2; }
  .recommendation-card p { font-size: 13px; line-height: 1.43; }
}
