.define-cred,
.define-cred * {
  box-sizing: border-box;
}

.define-cred {
  font-family: Inter, "Noto Sans", sans-serif;
  color: #1d1a22;
  background: #fff;
}

.define-cred h1,
.define-cred h2,
.define-cred h3,
.define-cred strong {
  font-family: Manrope, "Noto Sans", sans-serif;
  font-synthesis: none;
}

.define-cred__wrap {
  width: min(100% - 2rem, 1160px);
  margin: 0 auto;
}

.define-cred__narrow {
  max-width: 760px;
}

.define-cred__hero {
  background: #fff;
  padding: clamp(4.5rem, 8vw, 7rem) 0 clamp(2.5rem, 5vw, 4rem);
}

.define-cred__hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}

.define-cred h1 {
  margin: 0;
  color: #00193c;
  font-size: clamp(2rem, 4vw, 3.15rem);
  line-height: 1.12;
  letter-spacing: -0.03em;
  font-weight: 800;
}

.define-cred__hero p {
  margin: 1.25rem 0 0;
  max-width: 42rem;
  color: #43474f;
  font-size: 1.08rem;
  line-height: 1.65;
}

.define-cred__hero .define-cred__btn {
  margin-top: 1.75rem;
}

.define-cred__btn {
  min-height: 3.2rem;
  padding: 0 1.45rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.6rem;
  background: linear-gradient(135deg, #00193c 0%, #002d62 100%);
  color: #fff !important;
  font-family: Manrope, "Noto Sans", sans-serif;
  font-size: 0.95rem;
  font-weight: 800;
  text-decoration: none !important;
  box-shadow: 0 18px 35px rgba(0, 25, 60, 0.22);
}

.define-cred__btn:hover {
  transform: translateY(-2px);
}

.define-cred__btn--light,
.define-cred__btn--light:hover,
.define-cred__btn--light:focus {
  background: #fff;
  color: #00193c !important;
  box-shadow: none;
}

.define-cred__btn--outline:hover,
.define-cred__btn--outline:focus {
  color: #fff !important;
}

.define-cred__btn--outline {
  background: transparent;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow: none;
}

.define-cred__btn--ghost {
  background: #00193c;
  box-shadow: none;
}

.define-cred__proof {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}

.define-cred__proof li {
  margin: 0;
  padding: 1.15rem 1.1rem;
  border-radius: 1rem;
  background: #f9f1fd;
  border: 1px solid rgba(0, 25, 60, 0.06);
}

.define-cred__proof li:nth-child(1) {
  background: #00193c;
  color: #fff;
}

.define-cred__proof li:nth-child(2) {
  background: #00668a;
  color: #fff;
}

.define-cred__proof li:nth-child(1) span,
.define-cred__proof li:nth-child(2) span {
  color: rgba(255, 255, 255, 0.82);
}

.define-cred__proof strong {
  display: block;
  font-size: clamp(1.45rem, 2vw, 1.85rem);
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1.1;
  color: inherit;
}

.define-cred__proof li:nth-child(3) strong,
.define-cred__proof li:nth-child(4) strong {
  color: #00193c;
}

.define-cred__proof span {
  display: block;
  margin-top: 0.4rem;
  color: #43474f;
  font-size: 0.82rem;
  line-height: 1.35;
  font-weight: 600;
}

.define-cred__section {
  padding: clamp(3.5rem, 6vw, 5.5rem) 0;
}

.define-cred__section--tint {
  background: #f9f1fd;
}

.define-cred h2 {
  margin: 0 0 1.5rem;
  color: #00193c;
  font-size: clamp(1.55rem, 2.6vw, 2.25rem);
  line-height: 1.18;
  letter-spacing: -0.03em;
  font-weight: 800;
}

.define-cred__kicker {
  margin: 0 0 0.7rem;
  color: #00668a;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.define-cred__lead {
  margin: -0.5rem 0 1.75rem;
  max-width: 46rem;
  color: #43474f;
  font-size: 1.05rem;
  line-height: 1.65;
}

.define-cred__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.define-cred__card,
.define-cred__resource {
  background: #fff;
  border: 1px solid rgba(0, 25, 60, 0.08);
  border-radius: 1.15rem;
  padding: 1.4rem 1.3rem;
}

.define-cred__mark {
  min-height: 72px;
  margin: 0 0 1.1rem;
  padding: 0.75rem 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.8rem;
  background: #f4f7fa;
  border: 1px dashed rgba(0, 102, 138, 0.28);
}

.define-cred__mark img {
  max-width: 100%;
  max-height: 56px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.define-cred__mark span {
  color: #00193c;
  font-family: Manrope, "Noto Sans", sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-align: center;
  line-height: 1.3;
}

.define-cred__card h3,
.define-cred__resource h3 {
  margin: 0 0 0.55rem;
  color: #00193c;
  font-size: 1.05rem;
  font-weight: 800;
}

.define-cred__card p,
.define-cred__resource p {
  margin: 0;
  color: #43474f;
  line-height: 1.55;
}

.define-cred__iso {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1.75rem, 4vw, 3rem) clamp(1.25rem, 3.5vw, 2.75rem);
  align-items: center;
}

.define-cred__iso-item {
  position: relative;
  margin: 0;
  padding: 0.35rem 0.2rem;
  background: transparent;
  border: 0;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 8.5rem;
}

.define-cred__iso-logo {
  height: 7.25rem;
  width: 100%;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.define-cred__iso-logo img {
  max-height: 7.25rem;
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

.define-cred__iso-item--wide .define-cred__iso-logo img {
  max-height: 4.4rem;
}

.define-cred__iso-item figcaption {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.define-cred__resources {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.define-cred__resource .define-cred__btn,
.define-cred__pending {
  margin-top: 1.2rem;
}

.define-cred__pending {
  margin: 1.2rem 0 0;
  color: #00668a;
  font-family: Manrope, "Noto Sans", sans-serif;
  font-size: 0.88rem;
  font-weight: 800;
}

.define-cred__final {
  background: linear-gradient(160deg, #00193c 0%, #002d62 100%);
  color: #fff;
  padding: clamp(4rem, 7vw, 6rem) 0;
  text-align: center;
}

.define-cred__final h2 {
  color: #fff;
}

.define-cred__final p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.05rem;
  line-height: 1.65;
  margin: 0 auto 1.75rem;
}

.define-cred__final-cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}

@media (max-width: 980px) {
  .define-cred__hero-grid,
  .define-cred__cards,
  .define-cred__iso,
  .define-cred__resources {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 720px) {
  .define-cred__hero-grid,
  .define-cred__proof,
  .define-cred__cards,
  .define-cred__resources {
    grid-template-columns: 1fr;
  }

  .define-cred__iso {
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem 1rem;
  }

  .define-cred__iso-item {
    min-height: 6.5rem;
  }

  .define-cred__iso-logo,
  .define-cred__iso-logo img {
    height: auto;
    max-height: 5.5rem;
  }

  .define-cred__iso-item--wide .define-cred__iso-logo img {
    max-height: 3.4rem;
  }
}
