.home-body {
  color: #122033;
  background: #f5f8fb;
  font-size: 15.5px;
  line-height: 1.56;
}

.site-header {
  position: sticky;
  inset: auto;
  top: 0;
  min-height: 66px;
  padding: 10px clamp(18px, 5vw, 78px);
  color: #122033;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid #e2eaf2;
  box-shadow: 0 10px 30px rgba(18, 32, 51, 0.05);
  backdrop-filter: blur(12px);
}

.brand-logo {
  width: 182px;
}

.site-nav {
  gap: clamp(14px, 1.7vw, 26px);
  font-size: 0.84rem;
  font-weight: 760;
}

.site-nav a {
  color: #243447;
}

.site-nav a:hover {
  color: #0069b4;
}

.nav-cta {
  min-height: 42px;
  padding: 10px 18px;
  color: #fff !important;
  background: #0d3b5e;
  border-radius: 6px;
}

.nav-toggle {
  background: #fff;
  border-color: #d8e3ee;
}

.nav-toggle span {
  background: #122033;
}

.simple-hero {
  min-height: auto;
  padding: clamp(28px, 4.2vw, 44px) clamp(18px, 5vw, 78px) clamp(26px, 3.8vw, 38px);
  color: #122033;
  background:
    linear-gradient(115deg, rgba(13, 59, 94, 0.08), rgba(0, 150, 136, 0.08) 48%, rgba(255, 255, 255, 0.9)),
    #eef6f8;
}

.hero-content,
.split-layout,
.about-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(330px, 0.72fr);
  gap: clamp(16px, 2.8vw, 34px);
  align-items: center;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.eyebrow {
  margin: 0 0 12px;
  color: #006d77;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 780px;
  color: #111827;
  font-size: clamp(2.35rem, 3.8vw, 3rem);
  line-height: 1.08;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 700px;
  margin: 14px 0 0;
  color: #536579;
  font-size: 1rem;
  line-height: 1.5;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.button {
  min-height: 46px;
  padding: 11px 18px;
  border-radius: 6px;
  font-size: 0.95rem;
  font-weight: 820;
}

.button.primary,
.table-action {
  color: #fff;
  background: #0d3b5e;
  box-shadow: 0 16px 34px rgba(13, 59, 94, 0.18);
}

.button.primary:hover,
.table-action:hover {
  background: #0069b4;
}

.button.secondary {
  color: #0d3b5e;
  background: #fff;
  border-color: #cddbe8;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 16px;
  color: #526171;
  font-size: 0.86rem;
  font-weight: 680;
}

.hero-proof span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.hero-proof span::before {
  content: "";
  width: 7px;
  height: 7px;
  background: #00a896;
  border-radius: 50%;
}

.hero-panel,
.about-card,
.interest-form {
  background: #ffffff;
  border: 1px solid #dce7f1;
  border-radius: 8px;
  box-shadow: 0 26px 70px rgba(18, 32, 51, 0.1);
  overflow: hidden;
}

.hero-panel-header {
  padding: 15px 18px;
  color: #fff;
  background: linear-gradient(135deg, #0d3b5e, #0069b4);
}

.hero-panel-header span,
.hero-panel-header strong {
  display: block;
}

.hero-panel-header span {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-panel-header strong {
  margin-top: 6px;
  font-size: 1.2rem;
  line-height: 1.15;
}

.hero-panel-body {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-bottom: 1px solid #dce7f1;
}

.hero-stat {
  padding: 12px 14px;
  border-right: 1px solid #e6eef6;
  border-bottom: 1px solid #e6eef6;
}

.hero-stat:nth-child(2n) {
  border-right: 0;
}

.hero-stat:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.hero-stat strong,
.hero-stat span {
  display: block;
}

.hero-stat strong {
  color: #111827;
  font-size: 1.22rem;
  line-height: 1;
}

.hero-stat span {
  margin-top: 6px;
  color: #536579;
  font-size: 0.86rem;
  font-weight: 680;
}

.hero-panel-footer {
  display: grid;
  gap: 10px;
  padding: 14px;
}

.hero-panel-footer p,
.intro-copy p,
.about-card p {
  margin: 0;
  color: #536579;
  font-size: 0.92rem;
}

.section {
  padding: clamp(22px, 3.2vw, 36px) clamp(18px, 5vw, 78px);
}

.section-heading {
  width: min(1180px, 100%);
  margin: 0 auto 12px;
  text-align: left;
}

.compact-heading {
  margin-bottom: 12px;
}

.section-heading h2,
.split-layout h2,
.about-layout h2,
.contact-section h2,
.trust-panel h2 {
  max-width: 1040px;
  color: #111827;
  font-size: clamp(1.48rem, 2.25vw, 1.72rem);
  line-height: 1.18;
}

.section-heading p,
.contact-section p,
.trust-panel p {
  max-width: 760px;
  margin-top: 6px;
  color: #536579;
  font-size: 0.93rem;
}

.intro-section,
.exams-section,
.process-section {
  display: block;
  background: #ffffff;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(330px, 0.72fr);
  gap: clamp(16px, 2.8vw, 34px);
  align-items: start;
  background: #ffffff;
}

.services-section,
.materials-section,
.trust-section,
.about-section,
.blog-section,
.faq-section {
  background: #f5f8fb;
}

.metric-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 14px;
}

.metric-strip span {
  padding: 12px;
  color: #536579;
  background: #f8fbfd;
  border: 1px solid #dce7f1;
  border-radius: 8px;
  font-size: 0.88rem;
  font-weight: 720;
}

.metric-strip strong {
  display: block;
  margin-bottom: 4px;
  color: #0d3b5e;
  font-size: 1.16rem;
}

.exam-toolbar {
  display: grid;
  grid-template-columns: minmax(260px, 1.1fr) repeat(2, minmax(190px, 0.7fr));
  gap: 12px;
  width: min(1180px, 100%);
  margin: 0 auto 12px;
}

.exam-toolbar label,
.interest-form label {
  display: grid;
  gap: 5px;
  color: #536579;
  font-size: 0.84rem;
  font-weight: 760;
}

.exam-toolbar input,
.exam-toolbar select,
.interest-form input,
.interest-form select {
  width: 100%;
  min-height: 42px;
  padding: 9px 12px;
  color: #111827;
  background: #fff;
  border: 1px solid #ccd9e6;
  border-radius: 6px;
  font: inherit;
}

.table-wrap {
  width: min(1180px, 100%);
  margin: 0 auto;
  overflow-x: auto;
  background: #fff;
  border: 1px solid #dce7f1;
  border-radius: 8px;
  box-shadow: 0 22px 60px rgba(18, 32, 51, 0.08);
}

.exam-table {
  width: 100%;
  min-width: 1000px;
  border-collapse: collapse;
  font-size: 0.82rem;
}

.exam-table th,
.exam-table td {
  padding: 13px 14px;
  text-align: left;
  border-bottom: 1px solid #e7eef6;
  vertical-align: middle;
}

.exam-table th {
  color: #536579;
  background: #f7fafc;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.exam-table td:first-child {
  color: #111827;
  font-weight: 820;
  white-space: nowrap;
}

.exam-table td:nth-child(2),
.exam-table td:nth-child(3) {
  white-space: nowrap;
}

.exam-table tr:last-child td {
  border-bottom: 0;
}

.status,
.price {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 11px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 850;
  white-space: nowrap;
}

.status.available,
.price.free {
  color: #065f55;
  background: #ddf8f0;
}

.table-action {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  padding: 9px 15px;
  border-radius: 6px;
  font-size: 0.88rem;
  font-weight: 850;
  white-space: nowrap;
}

.service-grid,
.material-grid,
.blog-grid,
.faq-grid {
  display: grid;
  gap: 12px;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.service-grid,
.blog-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.material-grid,
.faq-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.service-card,
.material-grid article,
.blog-grid article,
.blog-card,
.faq-grid article {
  min-height: 150px;
  padding: 16px;
  background: #fff;
  border: 1px solid #dce7f1;
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(18, 32, 51, 0.06);
}

.service-card span,
.blog-grid span,
.blog-card span,
.process-list span {
  display: inline-flex;
  margin-bottom: 9px;
  color: #006d77;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.feature-card {
  color: #fff;
  background: linear-gradient(135deg, #0d3b5e, #006d77);
}

.feature-card h3,
.feature-card p,
.feature-card span {
  color: #fff;
}

.service-card h3,
.material-grid h3,
.blog-grid h3,
.blog-card h3,
.faq-grid h3,
.process-list h3 {
  color: #111827;
  font-size: 1rem;
  line-height: 1.25;
}

.service-card p,
.material-grid p,
.blog-grid p,
.blog-card p,
.faq-grid p,
.process-list p {
  margin: 6px 0 0;
  color: #536579;
  font-size: 0.9rem;
  line-height: 1.55;
}

.feature-card p {
  color: rgba(255, 255, 255, 0.82);
}

.feature-card h3,
.feature-card span {
  color: #fff;
}

.resource-status {
  display: inline-flex;
  width: fit-content;
  margin-top: 10px;
  padding: 5px 9px;
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 850;
}

.resource-status.available,
.blog-card.published span {
  color: #065f55;
  background: #ddf8f0;
}

.resource-status.planned,
.blog-grid article span {
  color: #6f5011;
  background: #fff4d7;
}

.blog-card {
  display: block;
  color: inherit;
  text-decoration: none;
}

.blog-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 58px rgba(18, 32, 51, 0.1);
}

.material-icon {
  display: inline-grid;
  width: 36px;
  height: 36px;
  place-items: center;
  margin-bottom: 9px;
  color: #0d3b5e;
  background: #e6f5f5;
  border-radius: 8px;
}

.material-icon svg {
  width: 19px;
  height: 19px;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.process-list {
  display: grid;
  gap: 0;
  width: min(1180px, 100%);
  margin: 0 auto;
  background: #fff;
  border: 1px solid #dce7f1;
  border-radius: 8px;
  box-shadow: 0 22px 60px rgba(18, 32, 51, 0.08);
  overflow: hidden;
}

.process-list article {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 14px;
  padding: 16px 20px;
  border-bottom: 1px solid #e7eef6;
}

.process-list article:last-child {
  border-bottom: 0;
}

.process-list span {
  margin: 0;
  color: #0d3b5e;
  font-size: 1rem;
}

.trust-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
  gap: 18px;
  width: min(1180px, 100%);
  margin: 0 auto;
  padding: clamp(18px, 2.5vw, 26px);
  background: #fff;
  border: 1px solid #dce7f1;
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(18, 32, 51, 0.06);
}

.launch-panel {
  padding: 18px;
  color: #fff;
  background: linear-gradient(135deg, #0d3b5e, #006d77);
  border-radius: 8px;
}

.launch-panel h2,
.launch-panel p {
  color: #fff;
}

.launch-panel p {
  color: rgba(255, 255, 255, 0.82);
}

.launch-panel .button {
  margin-top: 12px;
  color: #0d3b5e;
  background: #fff;
}

.about-card {
  padding: 18px;
}

.about-card ul {
  display: grid;
  gap: 8px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.about-card li {
  color: #243447;
  font-weight: 760;
}

.about-card li::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 10px;
  background: #00a896;
  border-radius: 50%;
  vertical-align: middle;
}

.interest-form {
  display: grid;
  gap: 12px;
  padding: 18px;
  color: #111827;
}

.form-status {
  min-height: 22px;
  margin: 0;
  color: #006d77;
  font-size: 0.9rem;
  font-weight: 760;
}

.text-link {
  display: inline-flex;
  margin-top: 12px;
  color: #0d3b5e;
  font-weight: 820;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.site-footer {
  display: grid;
  grid-template-columns: 1.2fr repeat(3, minmax(150px, 0.8fr));
  gap: 24px;
  padding: 28px clamp(18px, 5vw, 78px);
  color: #9fb0c3;
  background: #0d1726;
  font-size: 0.92rem;
}

.site-footer strong,
.site-footer a,
.site-footer span {
  display: block;
}

.site-footer strong {
  margin-bottom: 12px;
  color: #fff;
}

.site-footer a {
  margin-top: 8px;
  color: #d5dfeb;
}

.footer-disclaimer {
  grid-column: 1 / -1;
  max-width: 1040px;
  margin: 10px 0 0;
  color: #9fb0c3;
  font-size: 0.82rem;
}

@media (max-width: 1120px) {
  .nav-toggle {
    display: block;
    margin-left: auto;
  }

  .site-nav {
    position: absolute;
    top: 74px;
    right: 18px;
    left: 18px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    padding: 14px;
    background: #fff;
    border: 1px solid #dce7f1;
    border-radius: 8px;
    box-shadow: 0 20px 48px rgba(18, 32, 51, 0.14);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 10px 12px;
  }

  .nav-cta {
    justify-content: center;
  }

  .hero-content,
  .split-layout,
  .about-layout,
  .contact-section,
  .trust-panel {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 920px) {
  .exam-toolbar,
  .service-grid,
  .blog-grid,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .metric-strip {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .site-header {
    min-height: 66px;
    padding: 10px 16px;
  }

  .brand-logo {
    width: 168px;
  }

  .site-nav {
    top: 66px;
  }

  .section {
    padding: 24px 16px;
  }

  .simple-hero {
    padding: 24px 16px 28px;
  }

  .hero-content {
    gap: 16px;
  }

  .hero h1 {
    font-size: 2.15rem;
    line-height: 1.08;
  }

  .hero-copy {
    font-size: 0.94rem;
  }

  .hero-actions .button,
  .button {
    width: 100%;
  }

  .hero-proof {
    gap: 10px;
    font-size: 0.82rem;
  }

  .hero-panel-body,
  .material-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .hero-stat,
  .hero-stat:nth-child(2n),
  .hero-stat:nth-last-child(-n + 2) {
    border-right: 0;
    border-bottom: 1px solid #e6eef6;
  }

  .hero-stat:last-child {
    border-bottom: 0;
  }

  .process-list article {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 16px;
  }

  .table-wrap {
    overflow-x: visible;
  }

  .exam-table {
    min-width: 0;
    font-size: 0.94rem;
  }

  .exam-table,
  .exam-table tbody,
  .exam-table tr,
  .exam-table td {
    display: block;
    width: 100%;
  }

  .exam-table thead {
    display: none;
  }

  .exam-table tr {
    padding: 10px 0;
  }

  .exam-table td {
    display: grid;
    grid-template-columns: 118px minmax(0, 1fr);
    gap: 12px;
    padding: 9px 14px;
    border-bottom: 0;
  }

  .exam-table td:first-child,
  .exam-table td:nth-child(2),
  .exam-table td:nth-child(3) {
    white-space: normal;
  }

  .exam-table td::before {
    color: #536579;
    font-size: 0.72rem;
    font-weight: 850;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }

  .exam-table td:nth-child(1)::before {
    content: "Exam";
  }

  .exam-table td:nth-child(2)::before {
    content: "Domain";
  }

  .exam-table td:nth-child(3)::before {
    content: "Material";
  }

  .exam-table td:nth-child(4)::before {
    content: "Status";
  }

  .exam-table td:nth-child(5)::before {
    content: "Price";
  }

  .exam-table td:nth-child(6)::before {
    content: "Action";
  }

  .table-action {
    width: 100%;
  }
}
