@font-face {
  font-family: "Barlow Condensed";
  font-weight: 600;
  font-display: block;
  src: url("../fonts/barlow-condensed-600.woff2") format("woff2");
}

@font-face {
  font-family: "Barlow Condensed";
  font-weight: 700;
  font-display: block;
  src: url("../fonts/barlow-condensed-700.woff2") format("woff2");
}

@font-face {
  font-family: "Barlow Condensed";
  font-weight: 800;
  font-display: block;
  src: url("../fonts/barlow-condensed-800.woff2") format("woff2");
}

.strength-page {
  --strength-navy: #0b2545;
  --strength-navy-2: #08213d;
  --strength-blue: #0b7ec8;
  --strength-gold: #ff8a00;
  --strength-gold-soft: #fff2e3;
  --strength-text: #102744;
  --strength-muted: #65758b;
  --strength-line: #dde5ee;
  --strength-soft: #f4f7fb;
  --strength-card: #ffffff;
  color: var(--strength-text);
  background: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  overflow: hidden;
}

.strength-page *,
.strength-page *::before,
.strength-page *::after {
  box-sizing: border-box;
}

.strength-page h1,
.strength-page h2,
.strength-page h3,
.strength-page p,
.strength-page figure {
  margin: 0;
}

.strength-page img,
.strength-page svg {
  display: block;
}

.strength-page a {
  text-decoration: none;
}

.strength-container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}

.strength-section-pad {
  padding: 96px 32px;
}

.strength-section {
  padding: 96px 0;
  scroll-margin-top: 104px;
}

.strength-light {
  background: var(--strength-soft);
}

.strength-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--strength-gold);
  font-size: 13px;
  line-height: 1.4;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.strength-eyebrow::before {
  content: "";
  width: 26px;
  height: 2px;
  border-radius: 999px;
  background: var(--strength-gold);
}

.strength-hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 700px;
  color: #ffffff;
  background:
    radial-gradient(circle at 74% 22%, rgba(22, 104, 164, 0.34), transparent 36%),
    linear-gradient(135deg, #10365f 0%, #103960 54%, #0d3156 100%);
}

.strength-grid-bg {
  position: absolute;
  inset: 0;
  opacity: 1;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.075) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.075) 1px, transparent 1px);
  background-size: 58px 58px;
}

.strength-grid-bg::before,
.strength-grid-bg::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.strength-grid-bg::before {
  width: 420px;
  height: 420px;
  right: 7%;
  top: 11%;
  opacity: 0.24;
  background:
    repeating-radial-gradient(circle, transparent 0 20px, rgba(255, 138, 0, 0.28) 21px 23px),
    radial-gradient(circle, rgba(255, 138, 0, 0.16), transparent 68%);
}

.strength-grid-bg::after {
  width: 520px;
  height: 520px;
  left: -130px;
  bottom: -180px;
  opacity: 0.18;
  background:
    repeating-radial-gradient(circle, transparent 0 24px, rgba(255, 255, 255, 0.22) 25px 27px),
    radial-gradient(circle, rgba(11, 126, 200, 0.2), transparent 70%);
}

.strength-hero .strength-section-pad {
  padding-top: 60px;
  padding-bottom: 60px;
}

.strength-hero-inner {
  position: relative;
  z-index: 1;
}

.strength-brand-row {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 58px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.strength-brand-row strong {
  color: #ffffff;
  font-size: 22px;
  letter-spacing: 0.3em;
}

.strength-brand-line {
  width: 1px;
  align-self: stretch;
  height: 1px;
  min-height: 26px;
  background: rgba(255, 255, 255, 0.34);
}

.strength-hero h1 {
  max-width: 1220px;
  color: #ffffff;
  font-family: var(--font-barlow, "Barlow Condensed"), Impact, "Arial Narrow", Arial, sans-serif;
  font-size: 62px;
  line-height: 1.02;
  font-weight: 600;
  letter-spacing: 0;
  text-shadow: 0 10px 28px rgba(0, 0, 0, .18);
}

.strength-hero h1 .strength-hero-title-line {
  display: inline;
  color: #ffffff;
}

.strength-hero h1 .strength-hero-line-one::after {
  content: " ";
}

.strength-hero h1 .strength-hero-line-accent {
  display: block;
  color: var(--strength-gold);
}

.strength-hero .strength-hero-copy {
  max-width: 840px;
  margin-top: 28px !important;
  padding-top: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 19px;
  line-height: 1.65;
}

.strength-anchor-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
  max-width: 1120px;
}

.strength-anchor-tags a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 42px;
  padding: 9px 18px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.10);
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  white-space: nowrap;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.strength-anchor-tags a:hover,
.strength-anchor-tags a:focus {
  border-color: rgba(255, 138, 0, 0.96);
  background: rgba(255, 138, 0, 0.92);
  transform: translateY(-1px);
}

.strength-anchor-tags span {
  position: relative;
  display: inline-flex;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  color: #ffffff;
}

.strength-anchor-tags span:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin: 2px auto 0;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
}

.strength-section[id] {
  scroll-margin-top: 96px;
}

.strength-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  margin-top: 68px;
}

.strength-stat-card {
  min-height: 168px;
  padding: 24px 28px 22px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 17px;
  background:
    linear-gradient(115deg, rgba(69, 105, 143, 0.62), rgba(30, 67, 109, 0.52)),
    rgba(38, 78, 121, 0.56);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    inset 0 -1px 0 rgba(255, 255, 255, 0.06),
    0 22px 44px rgba(4, 18, 35, 0.22),
    0 2px 10px rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(14px) saturate(135%);
  -webkit-backdrop-filter: blur(14px) saturate(135%);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.strength-stat-card:hover {
  transform: translateY(-6px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    inset 0 -1px 0 rgba(255, 255, 255, 0.06),
    0 32px 58px rgba(4, 18, 35, 0.3);
}

.strength-stat-icon,
.strength-feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin-bottom: 20px;
  border-radius: 14px;
  color: #ffffff;
  background: var(--strength-blue);
}

.strength-feature-icon {
  width: 68px;
  height: 68px;
  margin-bottom: 36px;
  border-radius: 16px;
  color: #ffffff;
  background: #3170bc;
}

.strength-stat-icon {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.11);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.strength-stat-icon svg,
.strength-feature-icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.strength-feature-icon svg {
  width: 30px;
  height: 30px;
}

.strength-stat-card strong {
  display: block;
  color: #ffffff;
  font-size: 38px;
  line-height: 1;
  font-weight: 800;
  white-space: nowrap;
}

.strength-stat-card strong sup {
  display: inline-block;
  font-size: 0.52em;
  line-height: 0;
  margin-left: 2px;
  vertical-align: super;
}

.strength-stat-card span {
  display: block;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  line-height: 1.35;
  letter-spacing: 0;
  text-transform: none;
}

.strength-section-head {
  max-width: 820px;
  margin: 0 auto 58px;
  text-align: center;
}

.strength-section-head-left {
  max-width: 760px;
  margin-right: auto;
  margin-left: 0;
  margin-bottom: 62px;
  text-align: left;
}

.strength-section-head.strength-section-head-left h2 {
  margin-top: 0;
  font-size: 29px;
  line-height: 1.12;
}

.strength-section-head-left p {
  max-width: none;
  margin-top: 24px;
  font-size: 20px;
  line-height: 1.55;
  white-space: normal;
}

.strength-section-head h2,
.strength-two-col h2,
.strength-cert-copy h2,
.strength-cta-panel h2 {
  margin-top: 16px;
  color: var(--strength-navy);
  font-size: 42px;
  line-height: 1.16;
  font-weight: 800;
  letter-spacing: 0;
}

.strength-section-head p,
.strength-lead {
  margin-top: 18px;
  color: var(--strength-muted);
  font-size: 18px;
  line-height: 1.75;
}

.strength-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.strength-feature-card,
.strength-process-card,
.strength-table-card,
.strength-cert-card,
.strength-cta-panel {
  border: 1px solid var(--strength-line);
  border-radius: 18px;
  background: var(--strength-card);
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.10);
}

.strength-feature-card {
  min-height: 318px;
  padding: 48px 38px 40px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.strength-feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 44px rgba(15, 23, 42, 0.14);
}

.strength-feature-card h3,
.strength-process-card h3 {
  color: var(--strength-navy);
  font-size: 20px;
  line-height: 1.3;
  font-weight: 800;
}

.strength-feature-card h3 {
  white-space: nowrap;
}

.strength-feature-card p,
.strength-process-card p,
.strength-spec-callout p,
.strength-cta-panel p {
  margin-top: 24px;
  color: var(--strength-muted);
  font-size: 17px;
  line-height: 1.65;
}

.strength-gallery-wrap {
  position: relative;
  margin-top: 50px;
  padding-bottom: 76px;
}

.strength-gallery-track {
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  padding: 4px 2px 16px;
  scrollbar-width: none;
}

.strength-gallery-track::-webkit-scrollbar {
  display: none;
}

.strength-gallery-carousel {
  display: block;
}

.strength-gallery-carousel .item {
  padding: 0 12px;
}

.strength-gallery-item,
.strength-gallery-carousel .item a {
  display: block;
  position: relative;
  height: 236px;
  overflow: hidden;
  border-radius: 16px;
  background: #e9eef5;
  scroll-snap-align: start;
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.10);
  cursor: default;
}

.strength-gallery-carousel .item span {
  display: block;
  height: 100%;
  overflow: hidden;
}

.strength-gallery-item img,
.strength-gallery-carousel .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.strength-gallery-item:hover img,
.strength-gallery-carousel .item a:hover img {
  transform: scale(1.04);
}

.strength-gallery-item figcaption,
.strength-gallery-carousel .item h4 {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 1;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
}

.strength-gallery-carousel .item h4 {
  height: auto;
  margin: 0;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family: Arial, Helvetica, sans-serif;
}

.strength-gallery-item::after,
.strength-gallery-carousel .item a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(6, 23, 43, 0.62));
  pointer-events: none;
}

.strength-gallery-arrow {
  position: absolute;
  z-index: 2;
  bottom: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  padding: 0;
  border: 1px solid rgba(15, 23, 42, 0.04);
  border-radius: 999px;
  color: rgba(15, 23, 42, 0.34);
  background: rgba(226, 232, 240, 0.62);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
  transform: none;
  cursor: pointer;
  transition: transform 0.22s ease, background 0.22s ease, color 0.22s ease, box-shadow 0.22s ease;
}

.strength-gallery-arrow:hover {
  color: rgba(15, 23, 42, 0.72);
  background: rgba(203, 213, 225, 0.96);
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.10);
  transform: translateY(-1px);
}

.strength-gallery-arrow svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.strength-gallery-prev {
  right: 74px;
}

.strength-gallery-next {
  right: 0;
}

.strength-calibration-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-top: 48px;
  padding: 27px 40px;
  border-radius: 16px;
  color: #ffffff;
  background: #3170bc;
}

.strength-calibration-banner span {
  display: none;
}

.strength-calibration-banner p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 20px;
  line-height: 1.45;
  font-weight: 400;
  text-align: center;
}

.strength-two-col {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 58px;
  align-items: start;
}

.strength-table-card {
  overflow: hidden;
}

.strength-table-row {
  display: grid;
  grid-template-columns: 0.45fr 0.55fr;
  gap: 24px;
  align-items: center;
  min-height: 76px;
  padding: 0 28px;
  border-bottom: 1px solid rgba(221, 229, 238, 0.8);
}

.strength-table-row:last-child {
  border-bottom: 0;
}

.strength-table-row:nth-child(even) {
  background: #f7f9fc;
}

.strength-table-row span {
  color: var(--strength-muted);
  font-size: 16px;
}

.strength-table-row strong {
  color: var(--strength-navy);
  font-size: 16px;
  font-weight: 800;
  text-align: right;
}

.strength-spec-callout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 50px;
  padding: 34px;
  border-radius: 18px;
  background: var(--strength-navy);
}

.strength-spec-callout h3 {
  color: #ffffff;
  font-size: 26px;
  font-weight: 800;
}

.strength-spec-callout p {
  color: rgba(255, 255, 255, 0.72);
}

.strength-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 26px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 800;
  white-space: nowrap;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease, color 0.22s ease;
}

.strength-btn:hover {
  transform: translateY(-2px);
}

.strength-btn-gold {
  color: #ffffff;
  background: var(--strength-gold);
  box-shadow: 0 16px 34px rgba(255, 138, 0, 0.22);
}

.strength-btn-gold:hover {
  background: #f07f00;
  box-shadow: 0 20px 42px rgba(255, 138, 0, 0.3);
}

.strength-btn-outline {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.08);
}

.strength-btn-outline:hover {
  border-color: rgba(255, 138, 0, 0.7);
  background: rgba(255, 138, 0, 0.14);
}

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

.strength-process-card {
  position: relative;
  min-height: 252px;
  padding: 32px;
  overflow: hidden;
}

.strength-process-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, var(--strength-blue), var(--strength-gold));
}

.strength-process-card > span {
  display: block;
  margin-bottom: 54px;
  color: #cbd8e8;
  font-size: 42px;
  font-weight: 900;
}

.strength-badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  margin-top: 40px;
}

.strength-badge-row span {
  padding: 12px 18px;
  border-radius: 999px;
  color: var(--strength-navy);
  background: #ffffff;
  border: 1px solid var(--strength-line);
  font-size: 14px;
  font-weight: 700;
}

.strength-cert-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 56px;
  align-items: center;
}

.strength-cert-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.strength-cert-card {
  padding: 30px;
}

.strength-cert-card strong {
  display: block;
  color: var(--strength-gold);
  font-size: 34px;
  font-weight: 900;
}

.strength-cert-card span {
  display: block;
  margin-top: 10px;
  color: var(--strength-muted);
  font-size: 15px;
}

.strength-logo-wall {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
  margin-top: 54px;
}

.strength-logo-cell {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 92px;
  border: 1px solid var(--strength-line);
  border-radius: 16px;
  background: #ffffff;
}

.strength-logo-cell img {
  max-width: 118px;
  max-height: 46px;
  object-fit: contain;
  filter: grayscale(1);
  opacity: 0.55;
  transition: transform 0.22s ease, filter 0.22s ease, opacity 0.22s ease;
}

.strength-logo-cell:hover img {
  filter: grayscale(0);
  opacity: 1;
  transform: translateY(-2px);
}

.strength-cta {
  padding: 88px 0;
  background: #ffffff;
}

.strength-cta-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 44px;
  padding: 44px;
  background: linear-gradient(135deg, rgba(11, 126, 200, 0.08), #ffffff 44%, rgba(255, 138, 0, 0.08));
}

.strength-cta-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.strength-cta-panel p {
  max-width: 680px;
}

.strength-simple-head {
  max-width: 720px;
  margin-bottom: 54px;
  text-align: left;
}

.strength-simple-head h2 {
  color: var(--strength-navy);
  font-size: 30px;
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: 0;
}

.strength-simple-head p {
  margin-top: 18px;
  color: var(--strength-muted);
  font-size: 17px;
  line-height: 1.65;
}

.strength-simple-head-small {
  margin-bottom: 30px;
}

.strength-kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.strength-kicker span {
  width: 34px;
  height: 1px;
  background: var(--strength-gold);
}

.strength-kicker em {
  color: #3170bc;
  font-style: normal;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.22em;
}

.strength-params-grid {
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(320px, 2fr);
  gap: 36px;
  align-items: stretch;
}

.strength-param-table-card,
.strength-param-callout,
.strength-quality-card,
.strength-cert-item {
  border: 1px solid rgba(221, 229, 238, 0.86);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.10);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.strength-param-table-card {
  overflow: hidden;
}

.strength-param-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  text-align: left;
}

.strength-param-table th:first-child,
.strength-param-table td:first-child {
  width: 32%;
}

.strength-param-table th:last-child,
.strength-param-table td:last-child {
  width: 68%;
}

.strength-param-table thead tr {
  color: #ffffff;
  background: #3170bc;
}

.strength-param-table th {
  padding: 16px 24px;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 800;
}

.strength-param-table td {
  position: relative;
  padding: 18px 24px;
  color: var(--strength-navy);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.35;
  transition: color 0.22s ease, background 0.22s ease;
}

.strength-param-table td:first-child {
  color: var(--strength-navy);
  font-weight: 700;
}

.strength-param-table td:last-child {
  color: var(--strength-navy);
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0;
}

.strength-param-table tbody tr:nth-child(even) {
  background: #f1f4f8;
}

.strength-param-table tbody tr {
  transition: background 0.22s ease;
}

.strength-param-table tbody tr:hover {
  background: #fff7ef;
}

.strength-param-table tbody tr:hover td:first-child::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: var(--strength-gold);
}

.strength-param-table tbody tr:hover td:last-child {
  color: var(--strength-gold);
  font-weight: inherit;
}

.strength-param-callout {
  position: relative;
  display: block;
  min-height: 100%;
  padding: 0;
  color: var(--strength-navy);
  background: #ffffff;
  border-color: rgba(221, 229, 238, 0.86);
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.10);
  overflow: hidden;
}

.strength-param-callout::before {
  display: none;
}

.strength-param-callout::after {
  content: "";
  position: absolute;
  right: -70px;
  top: -80px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(49, 112, 188, 0.06);
  pointer-events: none;
}

.strength-param-callout > div {
  position: relative;
  z-index: 1;
}

.strength-param-image {
  height: 250px;
  margin: 0;
  overflow: hidden;
  border-radius: 15px 15px 0 0;
  background: #f4f7fb;
}

.strength-param-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.35s ease;
}

.strength-param-callout:hover .strength-param-image img {
  transform: scale(1.045);
}

.strength-param-copy {
  padding: 30px 38px 38px;
}

.strength-param-callout h3 {
  color: var(--strength-navy);
  font-family: "Barlow Condensed", Arial, Helvetica, sans-serif;
  font-size: 30px;
  line-height: 1.12;
  font-weight: 700;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.strength-param-callout p {
  max-width: 430px;
  margin-top: 22px;
  color: var(--strength-muted);
  font-size: 16px;
  line-height: 1.75;
}

.strength-quote-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  margin-top: 28px;
  padding: 0 22px;
  border-radius: 10px;
  color: #ffffff;
  background: var(--strength-gold);
  font-size: 15px;
  font-weight: 700;
  transition: transform 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
}

.strength-quote-pill span {
  font-size: 17px;
  line-height: 1;
  font-weight: 400;
}

.strength-quote-pill:hover {
  color: #ffffff;
  transform: translateY(-2px);
  background: #f07f00;
  box-shadow: 0 12px 24px rgba(255, 140, 0, 0.24);
}

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

.strength-quality-card {
  min-height: 300px;
  padding: 32px 28px 28px;
}

.strength-quality-card:hover,
.strength-cert-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 44px rgba(15, 23, 42, 0.14);
}

.strength-quality-num {
  display: block;
  color: #d4dce7;
  font-family: "Courier New", Courier, monospace;
  font-size: 30px;
  line-height: 1;
  font-weight: 800;
}

.strength-quality-icon,
.strength-cert-item span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin-top: 24px;
  border-radius: 12px;
  color: #ffffff;
  background: #3170bc;
}

.strength-quality-icon svg,
.strength-cert-item svg,
.strength-quality-badges svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.strength-quality-card h3 {
  margin-top: 22px;
  color: var(--strength-navy);
  font-size: 17px;
  line-height: 1.35;
  font-weight: 800;
}

.strength-quality-card p {
  margin-top: 12px;
  color: var(--strength-muted);
  font-size: 15px;
  line-height: 1.65;
}

.strength-quality-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-top: 46px;
}

.strength-quality-badges span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 0 18px;
  border: 1px solid var(--strength-line);
  border-radius: 999px;
  color: var(--strength-navy);
  background: #ffffff;
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.10);
  font-size: 14px;
  font-weight: 500;
  transition: color 0.22s ease, background 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.strength-quality-badges span:hover {
  color: #ffffff;
  border-color: var(--strength-gold);
  background: var(--strength-gold);
  box-shadow: 0 22px 44px rgba(15, 23, 42, 0.14);
  transform: translateY(-2px);
}

.strength-quality-badges svg {
  width: 16px;
  height: 16px;
  color: #3170bc;
  transition: color 0.22s ease;
}

.strength-quality-badges span:hover svg {
  color: #ffffff;
}

.strength-trust-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 70px;
  align-items: start;
}

.strength-cert-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.strength-cert-item {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 92px;
  padding: 18px 22px;
}

.strength-cert-item span {
  flex: 0 0 auto;
  width: 50px;
  height: 50px;
  margin-top: 0;
}

.strength-cert-item svg {
  width: 22px;
  height: 22px;
}

.strength-cert-item strong {
  color: var(--strength-navy);
  font-size: 15px;
  line-height: 1.35;
  font-weight: 800;
}

.strength-logo-wall-compact {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 0;
  overflow: hidden;
  border: 1px solid var(--strength-line);
  border-radius: 12px;
  background: var(--strength-line);
}

.strength-logo-wall-compact .strength-logo-cell {
  min-height: 96px;
  border: 0;
  border-radius: 0;
}

.strength-logo-wall-compact .strength-logo-cell img {
  max-width: 165px;
  max-height: 64px;
}

.strength-page .strength-trusted-note {
  display: block;
  margin-top: 15px;
  transform: none;
  color: var(--strength-muted);
  font-size: 14px;
  line-height: 1.6;
  font-style: italic;
}

@media (min-width: 1101px) {
  .strength-hero-inner {
    text-align: left;
  }

  .strength-hero h1,
  .strength-hero .strength-hero-copy {
    margin-left: 0;
    margin-right: 0;
    text-align: left;
  }

  .strength-anchor-tags {
    justify-content: flex-start;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 1180px) {
  .strength-stats-grid,
  .strength-process-grid,
  .strength-quality-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .strength-two-col,
  .strength-cert-grid,
  .strength-params-grid,
  .strength-trust-grid {
    grid-template-columns: 1fr;
  }

  .strength-param-callout {
    min-height: auto;
  }

  .strength-logo-wall {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 769px) and (max-width: 1023px) and (orientation: portrait) {
  .strength-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .strength-section-head-left {
    margin-bottom: 38px;
  }

  .strength-feature-grid {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }

  .strength-feature-card {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    column-gap: 24px;
    align-items: start;
    min-height: 0;
    padding: 30px 34px;
  }

  .strength-feature-icon {
    width: 64px;
    height: 64px;
    margin: 0;
  }

  .strength-feature-card h3 {
    min-width: 0;
    margin: 2px 0 0;
    font-size: 20px;
    line-height: 1.28;
    white-space: normal;
    overflow: visible;
  }

  .strength-feature-card p {
    grid-column: 2;
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.7;
  }
}

@media (max-width: 768px) {
  .strength-hero {
    min-height: auto;
  }

  .strength-hero .strength-section-pad {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .strength-container {
    padding: 0 22px;
  }

  .strength-section-pad,
  .strength-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .strength-brand-row {
    flex-wrap: wrap;
    margin-bottom: 32px;
    font-size: 12px;
  }

  .strength-brand-row strong {
    font-size: 16px;
  }

  .strength-brand-line {
    min-height: 18px;
  }

  .strength-hero h1,
  .strength-section-head h2,
  .strength-two-col h2,
  .strength-cert-copy h2,
  .strength-cta-panel h2 {
    font-size: 34px;
  }

  .strength-hero h1 {
    font-weight: 600;
    letter-spacing: 0;
  }

  .strength-hero-copy,
  .strength-section-head p,
  .strength-lead {
    font-size: 16px;
  }

  .strength-anchor-tags {
    gap: 10px;
    margin-top: 22px;
  }

  .strength-anchor-tags a {
    min-height: 40px;
    padding: 8px 14px;
    font-size: 13px;
  }

  .strength-section-head-left p {
    white-space: normal;
  }

  .strength-feature-grid,
  .strength-stats-grid,
  .strength-process-grid,
  .strength-cert-cards,
  .strength-quality-grid,
  .strength-cert-list {
    grid-template-columns: 1fr;
  }

  .strength-simple-head h2 {
    font-size: 30px;
  }

  .strength-params-grid,
  .strength-trust-grid {
    gap: 32px;
  }

  .strength-param-table th,
  .strength-param-table td {
    padding: 15px 16px;
    font-size: 14px;
  }

  .strength-param-callout {
    min-height: auto;
    padding: 0;
  }

  .strength-param-image {
    height: 220px;
  }

  .strength-param-copy {
    padding: 28px 24px 32px;
  }

  .strength-quality-card {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 104px;
    padding: 22px 24px;
    cursor: pointer;
  }

  .strength-quality-num {
    position: absolute;
    top: 16px;
    right: 22px;
    font-size: 28px;
    opacity: 0.72;
  }

  .strength-quality-icon {
    flex: 0 0 auto;
    width: 58px;
    height: 58px;
    margin-top: 0;
  }

  .strength-quality-card h3 {
    margin-top: 0;
    margin-left: 18px;
    padding-right: 48px;
    font-size: 18px;
    line-height: 1.3;
  }

  .strength-quality-card p {
    display: none;
  }

  .strength-quality-card::after {
    content: "+";
    position: absolute;
    right: 22px;
    top: 50%;
    width: 26px;
    height: 26px;
    margin-top: -13px;
    border-radius: 50%;
    color: #3170bc;
    background: #edf4fc;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    font-weight: 500;
  }

  .strength-quality-card.strength-quality-open {
    display: block;
    min-height: auto;
  }

  .strength-quality-card.strength-quality-open::after {
    content: "\00d7";
    top: 22px;
    right: 22px;
    margin-top: 0;
    color: #ffffff;
    background: var(--strength-gold);
    font-size: 20px;
    line-height: 26px;
  }

  .strength-quality-card.strength-quality-open .strength-quality-icon {
    margin-top: 0;
  }

  .strength-quality-card.strength-quality-open h3 {
    margin-top: 20px;
    margin-left: 0;
    padding-right: 34px;
  }

  .strength-quality-card.strength-quality-open p {
    display: block;
    margin-top: 12px;
  }

  .strength-feature-card h3 {
    white-space: normal;
  }

  .strength-feature-card {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 104px;
    padding: 22px 24px;
    cursor: pointer;
  }

  .strength-feature-icon {
    flex: 0 0 auto;
    width: 58px;
    height: 58px;
    margin-bottom: 0;
  }

  .strength-feature-card h3 {
    margin-top: 0;
    margin-left: 18px;
    padding-right: 34px;
    font-size: 18px;
    line-height: 1.3;
  }

  .strength-feature-card p {
    display: none;
  }

  .strength-feature-card::after {
    content: "+";
    position: absolute;
    right: 22px;
    top: 50%;
    width: 26px;
    height: 26px;
    margin-top: -13px;
    border-radius: 50%;
    color: #3170bc;
    background: #edf4fc;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    font-weight: 500;
  }

  .strength-feature-card.strength-feature-open {
    display: block;
    min-height: auto;
  }

  .strength-feature-card.strength-feature-open::after {
    content: "\00d7";
    top: 22px;
    right: 22px;
    margin-top: 0;
    color: #ffffff;
    background: var(--strength-gold);
    font-size: 20px;
    line-height: 26px;
  }

  .strength-feature-card.strength-feature-open h3 {
    margin-top: 20px;
    margin-left: 0;
    padding-right: 34px;
  }

  .strength-feature-card.strength-feature-open p {
    display: block;
    margin-top: 12px;
  }

  .strength-feature-card:focus,
  .strength-quality-card:focus {
    outline: none;
  }

  .strength-stats-grid {
    margin-top: 44px;
  }

  .strength-gallery-item {
    flex-basis: 82vw;
    height: 230px;
  }

  .strength-gallery-prev {
    right: 68px;
    left: auto;
  }

  .strength-gallery-next {
    right: 0;
  }

  .strength-spec-callout,
  .strength-cta-panel {
    align-items: flex-start;
    flex-direction: column;
  }

  .strength-cta-actions {
    width: 100%;
    flex-direction: column;
  }

  .strength-btn {
    width: 100%;
  }

  .strength-logo-wall {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .strength-logo-wall-compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .strength-table-row {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 18px 22px;
  }

  .strength-table-row strong {
    text-align: left;
  }
}

@media (max-width: 480px) {
  .strength-container {
    padding: 0 18px;
  }

  .strength-hero .strength-section-pad {
    padding-top: 86px;
    padding-bottom: 94px;
  }

  .strength-hero h1,
  .strength-section-head h2,
  .strength-two-col h2,
  .strength-cert-copy h2,
  .strength-cta-panel h2 {
    font-size: 28px;
  }

  .strength-hero h1 {
    font-size: 31px;
    line-height: 1.06;
  }

  .strength-hero h1 .strength-hero-title-line {
    display: block;
  }

  .strength-hero h1 .strength-hero-line-accent {
    font-size: 29px;
  }

  .strength-hero h1 .strength-hero-line-one::after {
    content: "";
  }

  .strength-hero-copy {
    font-size: 16px;
    line-height: 1.6;
  }

  .strength-hero-copy br {
    display: none;
  }

  .strength-anchor-tags {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 18px;
  }

  .strength-anchor-tags a {
    justify-content: flex-start;
    width: 100%;
    min-height: 38px;
    padding: 8px 12px;
    font-size: 13px;
  }

  .strength-anchor-tags span {
    width: 14px;
    height: 14px;
    flex-basis: 14px;
  }

  .strength-stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 36px;
    gap: 14px;
  }

  .strength-stat-card,
  .strength-feature-card,
  .strength-process-card,
  .strength-cta-panel {
    padding: 24px;
  }

  .strength-stat-card {
    min-height: 142px;
    padding: 18px;
  }

  .strength-stat-icon {
    width: 44px;
    height: 44px;
    margin-bottom: 14px;
  }

  .strength-stat-card strong {
    font-size: 30px;
  }

  .strength-stat-card span {
    margin-top: 9px;
    font-size: 13px;
  }

  .strength-feature-icon {
    width: 58px;
    height: 58px;
    margin-bottom: 28px;
  }

  .strength-feature-card {
    min-height: 92px;
    padding: 18px 20px;
  }

  .strength-feature-icon {
    width: 52px;
    height: 52px;
    margin-bottom: 0;
  }

  .strength-feature-card h3 {
    margin-left: 16px;
    padding-right: 30px;
    font-size: 17px;
  }

  .strength-feature-card::after {
    right: 20px;
  }

  .strength-quality-card {
    min-height: 92px;
    padding: 18px 20px;
  }

  .strength-quality-num {
    display: none;
  }

  .strength-quality-icon {
    width: 52px;
    height: 52px;
  }

  .strength-quality-card h3 {
    margin-left: 16px;
    padding-right: 30px;
    font-size: 17px;
  }

  .strength-param-copy {
    padding: 26px 22px 30px;
  }

  .strength-param-callout h3 {
    font-size: 27px;
  }

  .strength-calibration-banner {
    padding: 22px 24px;
  }

  .strength-calibration-banner p {
    font-size: 17px;
    line-height: 1.45;
  }

  .strength-logo-wall {
    grid-template-columns: 1fr;
  }

  .strength-param-table-card {
    overflow: hidden;
  }

  .strength-param-table,
  .strength-param-table tbody,
  .strength-param-table tr,
  .strength-param-table td {
    display: block;
    width: 100% !important;
  }

  .strength-param-table {
    min-width: 0;
  }

  .strength-param-table thead {
    display: none;
  }

  .strength-param-table tbody tr {
    position: relative;
    padding: 16px 18px;
  }

  .strength-param-table td {
    padding: 0;
  }

  .strength-param-table td:first-child {
    margin-bottom: 7px;
    color: var(--strength-gold);
    font-size: 16px;
    line-height: 1.35;
    font-weight: 700;
  }

  .strength-param-table td:last-child {
    font-size: 15px;
    line-height: 1.45;
    overflow-wrap: break-word;
  }

  .strength-param-table tbody tr:hover::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: var(--strength-gold);
  }

  .strength-param-table tbody tr:hover td:first-child::before {
    display: none;
  }

  .strength-quality-badges {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 26px;
  }

  .strength-quality-badges span {
    justify-content: center;
    gap: 4px;
    min-height: 34px;
    padding: 0 6px;
    font-size: 11px;
    line-height: 1.2;
    text-align: center;
    white-space: normal;
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.08);
  }

  .strength-quality-badges svg {
    flex: 0 0 auto;
    width: 12px;
    height: 12px;
  }

  .strength-logo-wall-compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .strength-logo-wall-compact .strength-logo-cell {
    min-height: 88px;
  }

  .strength-logo-wall-compact .strength-logo-cell img {
    max-width: 132px;
    max-height: 52px;
  }

  .strength-page .strength-trusted-note {
    margin-top: 15px;
    transform: none;
  }
}

@media (max-width: 360px) {
  .strength-hero h1 {
    font-size: 28px;
  }

  .strength-hero h1 .strength-hero-line-accent {
    font-size: 25px;
  }

  .strength-quality-card {
    padding: 17px 18px;
  }

  .strength-quality-card::after {
    right: 18px;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    font-size: 16px;
    line-height: 24px;
  }

  .strength-quality-card.strength-quality-open::after,
  .strength-feature-card.strength-feature-open::after {
    top: 18px;
    right: 18px;
    margin-top: 0;
    font-size: 19px;
    line-height: 24px;
  }

  .strength-quality-icon {
    width: 48px;
    height: 48px;
  }

  .strength-quality-card h3 {
    margin-left: 14px;
    font-size: 16px;
  }

  .strength-quality-badges {
    gap: 6px;
  }

  .strength-quality-badges span {
    min-height: 32px;
    padding: 0 4px;
    font-size: 10px;
  }

  .strength-quality-badges svg {
    width: 11px;
    height: 11px;
  }
}

/* Align Capabilities section headings with the About page title system. */
.strength-section-head,
.strength-simple-head {
  max-width: 760px;
  margin-right: auto;
  margin-left: 0;
  margin-bottom: 44px;
  text-align: left;
}

.strength-simple-head-small {
  margin-bottom: 30px;
}

.strength-section-head h2,
.strength-section-head.strength-section-head-left h2,
.strength-simple-head h2 {
  margin: 0;
  color: var(--strength-text);
  font-family: var(--font-barlow, "Barlow Condensed"), Impact, "Arial Narrow", Arial, sans-serif;
  font-size: 48px;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1.14;
}

.strength-section-head p,
.strength-section-head-left p,
.strength-simple-head p {
  max-width: 1120px;
  margin: 16px 0 0;
  color: var(--strength-muted);
  font-size: 17px;
  line-height: 1.7;
  white-space: normal;
}

.strength-kicker {
  margin-bottom: 12px;
}

.strength-kicker span {
  display: none;
}

.strength-kicker em {
  color: #3170bc;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
}

@media (max-width: 768px) {
  .strength-section-head,
  .strength-simple-head {
    margin-bottom: 30px;
  }

  .strength-section-head h2,
  .strength-section-head.strength-section-head-left h2,
  .strength-simple-head h2 {
    font-size: 34px;
    line-height: 1.15;
  }

  .strength-section-head p,
  .strength-section-head-left p,
  .strength-simple-head p {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .strength-section-head h2,
  .strength-section-head.strength-section-head-left h2,
  .strength-simple-head h2 {
    font-size: 31px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .strength-page *,
  .strength-page *::before,
  .strength-page *::after {
    transition: none !important;
    scroll-behavior: auto !important;
  }
}

/* Legacy Android/Huawei fallback for inset shorthand. */
.strength-grid-bg,
.strength-gallery-item::after,
.strength-gallery-carousel .item a::after {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
