.home-body {
  font-size: 13.5px;
}

.home-body .simple-hero {
  padding-top: 34px;
  padding-bottom: 34px;
}

.home-body .hero-content {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(24px, 3vw, 42px);
  align-items: stretch;
}

.home-body .hero-intro-card,
.home-body .hero-panel {
  display: grid;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(11, 23, 40, 0.1);
}

.home-body .hero-intro-card {
  grid-template-rows: auto 1fr;
}

.home-body .hero-panel {
  grid-template-rows: auto auto 1fr;
}

.home-body .hero-intro-header,
.home-body .hero-panel-header {
  min-height: 190px;
  padding: 20px;
  background: var(--home-ink);
}

.home-body .hero-intro-header .eyebrow {
  margin-bottom: 8px;
  color: var(--home-lime);
}

.home-body .hero h1 {
  max-width: 560px;
  color: #fff;
  font-size: clamp(1.65rem, 2.2vw, 2rem);
  line-height: 1.1;
}

.home-body .hero-copy {
  max-width: 560px;
  margin-top: 11px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.82rem;
  line-height: 1.54;
}

.home-body .hero-intro-footer {
  display: grid;
  grid-template-rows: auto auto 1fr;
  align-content: stretch;
  gap: 18px;
  padding: 18px 20px;
}

.home-body .hero-actions {
  margin-top: 0;
}

.home-body .hero-proof {
  margin-top: 0;
  gap: 14px;
}

.home-body .hero-assurance {
  display: grid;
  grid-template-columns: 142px minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  align-self: end;
  padding-top: 17px;
  border-top: 1px solid #e1e8ed;
}

.home-body .lead-auditor-badge {
  position: relative;
  display: grid;
  gap: 1px;
  min-height: 58px;
  align-content: center;
  padding: 7px 10px 7px 14px;
  overflow: hidden;
  color: #fff;
  background: var(--home-ink);
  border: 1px solid #22364d;
  border-radius: 5px;
  box-shadow: 0 8px 18px rgba(11, 23, 40, 0.12);
}

.home-body .lead-auditor-badge::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  background: var(--home-teal);
  content: "";
}

.home-body .lead-auditor-badge span {
  color: var(--home-lime);
  font-size: 0.48rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.home-body .lead-auditor-badge strong {
  color: #fff;
  font-size: 0.8rem;
  line-height: 1.05;
}

.home-body .lead-auditor-badge small {
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.48rem;
  font-weight: 750;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.home-body .hero-assurance > div:not(.assurance-domain):not(.lead-auditor-badge) {
  display: grid;
  gap: 3px;
}

.home-body .hero-assurance > div:not(.assurance-domain):not(.lead-auditor-badge) span,
.home-body .assurance-domain span {
  color: var(--home-muted);
  font-size: 0.62rem;
  font-weight: 750;
}

.home-body .hero-assurance > div:not(.assurance-domain):not(.lead-auditor-badge) > span {
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-body .hero-assurance > div:not(.assurance-domain):not(.lead-auditor-badge) strong {
  color: var(--home-ink);
  font-size: 0.7rem;
}

.home-body .assurance-domain {
  display: grid;
  min-width: 72px;
  justify-items: center;
  padding-left: 16px;
  border-left: 1px solid #e1e8ed;
}

.home-body .assurance-domain strong {
  color: var(--home-teal-dark);
  font-size: 1.25rem;
  line-height: 1;
}

.home-body .assurance-domain span {
  margin-top: 4px;
  white-space: nowrap;
}

.home-body .hero-panel-header strong {
  line-height: 1.25;
}

.home-body .hero-stat {
  padding: 12px 20px;
}

.home-body .hero-panel-footer {
  padding: 16px 20px 18px;
}

.home-body .hero-panel-footer p {
  margin: 0;
  color: var(--home-muted);
  font-size: 0.72rem;
  line-height: 1.5;
}

.home-body .hero-library-link {
  display: inline-flex;
  width: fit-content;
  color: var(--home-teal-dark);
  font-size: 0.7rem;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.home-body .section {
  padding-top: 32px;
  padding-bottom: 32px;
}

.home-body .section-heading {
  margin-bottom: 14px;
}

.home-body .section-heading h2,
.home-body .contact-section h2,
.home-body .trust-panel h2 {
  max-width: 680px;
  font-size: clamp(1.25rem, 1.65vw, 1.55rem);
  line-height: 1.18;
}

.home-body .section-heading p,
.home-body .contact-section p,
.home-body .trust-panel p {
  font-size: 0.75rem;
}

.home-body .exams-section {
  background: #f6f9fa;
}

.home-body .exams-section .section-heading {
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.72fr);
  column-gap: clamp(36px, 5vw, 72px);
  align-items: end;
  margin-bottom: 20px;
  padding-top: 17px;
  border-top: 2px solid var(--home-ink);
}

.home-body .exams-section .section-heading .eyebrow {
  margin-bottom: 8px;
}

.home-body .exams-section .section-heading h2 {
  max-width: 620px;
  font-size: clamp(1.45rem, 2vw, 1.78rem);
  line-height: 1.14;
}

.home-body .exams-section .section-heading > p:last-child {
  max-width: 520px;
  justify-self: end;
  color: #53667a;
  font-size: 0.78rem;
  line-height: 1.65;
}

.home-body .exam-track-summary {
  display: grid;
  grid-template-columns: minmax(330px, 0.9fr) minmax(0, 1.1fr);
  gap: 0;
  align-items: stretch;
  margin-bottom: 10px;
  padding: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid #d8e2e9;
  border-radius: 6px;
  box-shadow: 0 14px 34px rgba(11, 23, 40, 0.07);
}

.home-body .exam-track-summary > div:first-child {
  position: relative;
  align-content: center;
  gap: 5px;
  min-height: 86px;
  padding: 16px 128px 16px 20px;
  background: var(--home-ink);
}

.home-body .exam-track-summary > div:first-child::after {
  position: absolute;
  top: 50%;
  right: 20px;
  display: grid;
  width: 76px;
  height: 76px;
  place-content: center;
  color: var(--home-lime);
  border: 1px solid rgba(212, 243, 107, 0.52);
  border-radius: 50%;
  box-shadow: inset 0 0 0 5px rgba(212, 243, 107, 0.06);
  content: "27001\A LEAD AUDITOR";
  font-size: 0.52rem;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0.08em;
  text-align: center;
  white-space: pre;
  transform: translateY(-50%);
}

.home-body .exam-track-summary > div:first-child > span {
  color: var(--home-lime);
}

.home-body .exam-track-summary > div:first-child > strong {
  color: #fff;
  font-size: 0.93rem;
  line-height: 1.3;
}

.home-body .track-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
}

.home-body .track-facts span {
  display: grid;
  align-content: center;
  gap: 2px;
  padding: 16px 18px;
  border-right: 1px solid #e0e8ed;
}

.home-body .track-facts span:last-child {
  border-right: 0;
}

.home-body .track-facts strong {
  color: var(--home-ink);
  font-size: 1.08rem;
  line-height: 1.1;
}

.home-body .exam-listing {
  display: grid;
  grid-template-columns: minmax(230px, 1.2fr) minmax(170px, 0.8fr) minmax(210px, 0.9fr) minmax(135px, 0.55fr) auto;
  gap: 13px;
  align-items: end;
  width: min(1240px, 100%);
  margin: 0 auto;
  padding: 13px 15px;
  background: #fff;
  border: 1px solid var(--home-line);
  border-radius: 6px;
  box-shadow: 0 12px 28px rgba(11, 23, 40, 0.05);
}

.home-body .exam-listing-title,
.home-body .exam-listing-domain,
.home-body .exam-listing-meta,
.home-body .exam-set-select {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.home-body .exam-listing span,
.home-body .exam-set-select {
  color: var(--home-muted);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-body .exam-listing strong {
  color: var(--home-ink);
  font-size: 0.72rem;
  line-height: 1.3;
}

.home-body .exam-listing-meta strong {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--home-teal-dark);
  white-space: nowrap;
}

.home-body .exam-listing-meta i {
  width: 7px;
  height: 7px;
  background: #19a384;
  border-radius: 50%;
}

.home-body .exam-set-select select {
  width: 100%;
  min-height: 38px;
  padding: 8px 30px 8px 10px;
  color: var(--home-ink);
  background: #f7f9fa;
  border: 1px solid #cad7e0;
  border-radius: 4px;
  font: 700 0.74rem Inter, Arial, sans-serif;
  letter-spacing: 0;
  text-transform: none;
}

.home-body .exam-start-button {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  color: #fff;
  background: var(--home-ink);
  border-radius: 4px;
  font-size: 0.7rem;
  font-weight: 800;
  white-space: nowrap;
}

.home-body .exam-start-button:hover {
  background: var(--home-teal-dark);
}

@media (max-width: 1120px) {
  .home-body .hero-content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }

  .home-body .exam-listing {
    grid-template-columns: minmax(230px, 1.1fr) minmax(210px, 0.9fr) minmax(135px, 0.55fr) auto;
  }

  .home-body .exam-listing-domain {
    display: none;
  }
}

@media (max-width: 940px) {
  .home-body .exams-section .section-heading {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .home-body .exams-section .section-heading > p:last-child {
    grid-column: 1;
    max-width: 650px;
    justify-self: start;
  }

  .home-body .exam-track-summary {
    grid-template-columns: 1fr;
  }

  .home-body .exam-track-summary > div:first-child {
    min-height: 0;
  }
}

@media (max-width: 860px) {
  .home-body .hero-content {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .home-body .hero-intro-header,
  .home-body .hero-panel-header {
    min-height: 0;
  }

}

@media (max-width: 700px) {
  .home-body .simple-hero {
    max-width: 100vw;
    padding-top: 26px;
    padding-bottom: 28px;
    overflow: hidden;
  }

  .home-body .hero-content,
  .home-body .hero-panel {
    width: calc(100vw - 30px);
    min-width: 0;
    max-width: calc(100vw - 30px);
  }

  .home-body .hero-intro-card {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
  }

  .home-body .hero h1 {
    width: 100%;
    max-width: 100%;
    font-size: 1.55rem;
    line-height: 1.12;
    overflow-wrap: anywhere;
  }

  .home-body .hero-copy {
    width: 100%;
    max-width: 100%;
    font-size: 0.78rem;
    overflow-wrap: anywhere;
  }

  .home-body .exam-listing {
    grid-template-columns: 1fr;
    gap: 11px;
    padding: 14px;
  }

  .home-body .exams-section .section-heading {
    padding-top: 13px;
  }

  .home-body .track-facts span {
    padding: 13px 10px;
  }

  .home-body .track-facts strong {
    font-size: 0.92rem;
  }

  .home-body .hero-assurance {
    grid-template-columns: 126px minmax(0, 1fr);
    gap: 12px;
  }

  .home-body .lead-auditor-badge {
    min-height: 54px;
    padding-right: 7px;
    padding-left: 12px;
  }

  .home-body .assurance-domain {
    display: none;
  }

  .home-body .exam-track-summary > div:first-child {
    padding-right: 98px;
  }

  .home-body .exam-track-summary > div:first-child::after {
    right: 14px;
    width: 62px;
    height: 62px;
    font-size: 0.44rem;
  }

  .home-body .exam-listing-domain {
    display: grid;
  }

  .home-body .exam-start-button {
    width: 100%;
  }
}

.home-body .materials-section {
  position: relative;
  background:
    linear-gradient(180deg, #f6f9fa 0%, #ffffff 100%);
}

.home-body .materials-section .section-heading {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(24px, 4vw, 56px);
  align-items: end;
  margin-bottom: 16px;
  padding-top: 16px;
  border-top: 2px solid var(--home-ink);
}

.home-body .materials-section .section-heading h2 {
  max-width: 620px;
  font-size: clamp(1.32rem, 1.9vw, 1.72rem);
  line-height: 1.16;
}

.home-body .materials-section .section-heading > p:last-child {
  max-width: 560px;
  justify-self: end;
  font-size: 0.78rem;
  line-height: 1.62;
}

.home-body .material-grid {
  align-items: stretch;
  gap: 12px;
}

.home-body .material-grid article {
  position: relative;
  display: grid;
  grid-template-rows: auto auto auto 1fr;
  min-height: 0;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 252, 252, 0.96));
  border: 1px solid #d7e3ea;
  border-radius: 7px;
  box-shadow: 0 14px 34px rgba(11, 23, 40, 0.055);
}

.home-body .material-grid article::before {
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--home-teal), var(--home-lime));
  content: "";
}

.home-body .material-grid article:nth-child(2)::before {
  background: linear-gradient(90deg, #1c8ee6, var(--home-teal));
}

.home-body .material-grid article:nth-child(3)::before {
  background: linear-gradient(90deg, var(--home-lime), var(--home-teal));
}

.home-body .material-grid article:nth-child(4)::before {
  background: linear-gradient(90deg, #cbd5e1, #94a3b8);
}

.home-body .material-icon {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: var(--home-lime);
  background: var(--home-ink);
  border-radius: 5px;
}

.home-body .material-grid h3 {
  margin-top: 2px;
  font-size: 0.9rem;
}

.home-body .material-grid p {
  min-height: 52px;
  font-size: 0.73rem;
}

.home-body .material-links {
  align-self: end;
}

.home-body .material-file {
  background: #fff;
  border-color: #d7e3ea;
}

.home-body .material-file-title {
  color: var(--home-ink);
}

.home-body .material-file-title::after {
  color: var(--home-ink);
  background: var(--home-lime);
}

.home-body .material-file-actions {
  gap: 6px;
}

.home-body .material-file-actions a {
  flex: 1 1 auto;
  border-radius: 4px;
  white-space: nowrap;
}

.home-body #training-materials .material-file-actions a {
  flex: 1 1 82px;
}

.home-body .material-file-actions .view-link {
  color: var(--home-ink);
  border-color: #cbd7df;
  background: #fff;
}

.home-body .material-file-actions .download-link {
  color: #fff;
  border-color: var(--home-teal-dark);
  background: var(--home-teal-dark);
}

@media (max-width: 980px) {
  .home-body .materials-section .section-heading {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .home-body .materials-section .section-heading > p:last-child {
    justify-self: start;
  }

  .home-body .material-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .home-body .material-grid {
    grid-template-columns: 1fr;
  }

  .home-body .material-grid p {
    min-height: 0;
  }
}
