/* SecurityTalent 1.9.62 — professional-first Home and current-employer proof. */
.st-home-hero-static .st-home-slide {
  position: relative;
  min-height: inherit;
  transform: none;
  transition: none;
  will-change: auto;
}

.st-home-hero-focused {
  min-height: clamp(590px, 65vw, 720px);
}

.st-home-hero-focused .st-home-slide {
  background-position: center;
}

.st-home-hero-focused .st-slide-inner {
  padding: 88px 0 76px;
}

.st-home-hero-focused .st-slide-inner h1 {
  max-width: 780px;
  font-size: clamp(2.6rem, 5.3vw, 4.9rem);
  line-height: .98;
}

.st-home-hero-focused .st-slide-inner > p:not(.st-eyebrow) {
  max-width: 690px;
}

.st-hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  color: #e8f3f1;
  font-size: .92rem;
  font-weight: 700;
}

.st-hero-proof li::before {
  content: "✓";
  margin-right: 8px;
  color: #7dd9c8;
}

.st-organization-slider {
  padding: 26px max(20px, calc((100% - 1320px) / 2)) 20px;
  border-bottom: 1px solid #d8e3df;
  background: #fffdf9;
  overflow: hidden;
}

.st-organization-slider__intro {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 16px;
}

.st-organization-slider__intro p {
  margin: 0;
  color: var(--st-cyan-700, #0b6f75);
  font-size: .75rem;
  font-weight: 850;
  letter-spacing: .12em;
}

.st-organization-slider__intro h2 {
  margin: 0;
  color: var(--st-navy-950, #102a2e);
  font-size: clamp(1rem, 2vw, 1.3rem);
}

.st-organization-slider__viewport {
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
}

.st-organization-slider__track {
  display: flex;
  width: max-content;
  animation: st-organization-scroll 28s linear infinite;
}

.st-organization-slider:hover .st-organization-slider__track,
.st-organization-slider:focus-within .st-organization-slider__track {
  animation-play-state: paused;
}

.st-organization-slider__set {
  display: flex;
  flex: none;
  gap: 14px;
  padding-right: 14px;
}

.st-organization-logo {
  display: grid;
  grid-template-columns: 42px minmax(150px, 1fr);
  grid-template-rows: auto auto;
  column-gap: 13px;
  align-items: center;
  width: 280px;
  min-height: 82px;
  padding: 14px 18px;
  border: 1px solid #d7e3df;
  border-radius: 14px;
  color: #17343a;
  background: #fff;
  box-shadow: 0 4px 14px rgba(16, 42, 46, .05);
}

.st-organization-logo:hover,
.st-organization-logo:focus-visible {
  color: #0b6f75;
  border-color: #7fc7be;
  box-shadow: 0 9px 24px rgba(16, 42, 46, .1);
  transform: translateY(-2px);
}

.st-organization-logo img {
  grid-row: 1 / 3;
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.st-organization-logo strong {
  align-self: end;
  line-height: 1.2;
}

.st-organization-logo span {
  align-self: start;
  color: #667b80;
  font-size: .78rem;
}

@keyframes st-organization-scroll {
  to { transform: translateX(-50%); }
}

.st-value-section {
  padding-bottom: clamp(58px, 7vw, 90px);
}

.st-value-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.st-value-card {
  position: relative;
  min-height: 230px;
  padding: 30px;
  border: 1px solid #d8e3df;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 8px 28px rgba(16, 42, 46, .06);
}

.st-value-card > span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 28px;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(135deg, #0b6f75, #48a69d);
  font-size: .77rem;
  font-weight: 850;
}

.st-value-card h3 {
  margin-bottom: 10px;
  font-size: 1.3rem;
}

.st-value-card p {
  margin: 0;
  color: var(--st-muted, #5f7278);
}

.st-profile-story {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: clamp(30px, 6vw, 76px);
  align-items: center;
  margin-top: clamp(48px, 7vw, 86px);
  padding: clamp(28px, 5vw, 58px);
  border: 1px solid #d8ccba;
  border-radius: 22px;
  background: radial-gradient(circle at 12% 10%, rgba(72, 166, 157, .16), transparent 33%), #f7f3eb;
}

.st-profile-preview {
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid #cfddd8;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 22px 52px rgba(16, 42, 46, .14);
  transform: rotate(-1deg);
}

.st-profile-preview__top {
  display: flex;
  gap: 16px;
  align-items: center;
}

.st-profile-avatar {
  display: grid;
  place-items: center;
  width: 66px;
  height: 66px;
  flex: none;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #123e5c, #0b8f91);
  font-weight: 850;
}

.st-profile-preview__top p {
  margin: 0 0 3px;
  color: #0b6f75;
  font-size: .7rem;
  font-weight: 850;
  letter-spacing: .1em;
}

.st-profile-preview__top h3 {
  margin: 0;
}

.st-profile-preview__top div > span,
.st-profile-preview dd {
  color: #687a7f;
}

.st-profile-preview__status {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 24px 0;
}

.st-profile-preview__status span {
  padding: 6px 10px;
  border-radius: 999px;
  color: #146252;
  background: #e8f5ef;
  font-size: .77rem;
  font-weight: 750;
}

.st-profile-preview dl {
  display: grid;
  gap: 0;
  margin: 0;
}

.st-profile-preview dl div {
  padding: 14px 0;
  border-top: 1px solid #e5ece9;
}

.st-profile-preview dt {
  margin-bottom: 3px;
  color: #223a40;
  font-size: .8rem;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.st-profile-preview dd {
  margin: 0;
}

.st-profile-steps > h3 {
  max-width: 600px;
  font-size: clamp(1.7rem, 3vw, 2.7rem);
}

.st-profile-steps ol {
  display: grid;
  gap: 18px;
  margin: 26px 0 30px;
  padding: 0;
  list-style: none;
  counter-reset: st-steps;
}

.st-profile-steps li {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 1px 12px;
  counter-increment: st-steps;
}

.st-profile-steps li::before {
  content: counter(st-steps);
  grid-row: 1 / 3;
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: #fff;
  background: #173f48;
  font-size: .8rem;
  font-weight: 850;
}

.st-profile-steps li strong,
.st-profile-steps li span {
  grid-column: 2;
}

.st-profile-steps li span {
  color: #65777b;
}

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

.st-capability-grid .st-feature {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  color: var(--st-ink);
}

.st-capability-grid .st-feature h3 {
  font-size: 1.3rem;
}

.st-capability-grid .st-feature p {
  flex: 1;
}

.st-capability-grid .st-feature strong {
  margin-top: 20px;
  color: #0b6f75;
  font-size: .9rem;
}

.st-employer-path {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  margin-top: 30px;
  padding: clamp(28px, 5vw, 48px);
  border-radius: 18px;
  color: #eaf3f2;
  background: linear-gradient(125deg, #102a2e, #19474a 70%, #76502d);
}

.st-employer-path h3 {
  margin: .2rem 0 .5rem;
  color: #fff;
  font-size: clamp(1.4rem, 2.5vw, 2rem);
}

.st-employer-path p:last-child {
  max-width: 760px;
  margin: 0;
}

.st-employer-path .btn {
  flex: none;
}

.st-trust-band {
  margin-bottom: 28px;
}

.st-final-cta {
  width: min(1320px, calc(100% - 40px));
  margin: 0 auto 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  padding: clamp(34px, 5vw, 58px);
  border: 1px solid #d8ccba;
  border-radius: 20px;
  background: #fffdf9;
}

.st-final-cta h2 {
  max-width: 820px;
  margin: .3rem 0 .6rem;
  font-size: clamp(1.7rem, 3.2vw, 2.8rem);
}

.st-final-cta p:last-child {
  margin: 0;
  color: var(--st-muted, #5f7278);
}

.st-final-cta .st-actions {
  flex: none;
  margin: 0;
}

.st-final-cta .st-btn-ghost {
  color: #173f48;
  border-color: #8ca8a9;
  background: transparent;
}

.st-final-cta .st-btn-ghost:hover {
  color: #fff;
  background: #173f48;
}

.st-fresh-content.st-fresh-content--focused {
  padding-top: 0;
  padding-bottom: 0;
}

.st-fresh-content--focused .st-fresh-content__shell {
  padding-top: clamp(24px, 3vw, 34px);
  padding-bottom: clamp(16px, 2.5vw, 26px);
}

.st-home-capabilities-row .st-next-move {
  padding-top: clamp(18px, 2.5vw, 30px);
}

.st-fresh-content--focused .st-fresh-content__grid {
  grid-template-columns: 1fr;
}

.st-fresh-content--focused .st-fresh-feed--jobs .st-fresh-feed__items {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.st-practice-promo.st-practice-promo--home-feature {
  width: min(1320px, calc(100% - 40px));
  margin: clamp(20px, 2.5vw, 32px) auto clamp(10px, 1.5vw, 16px);
}

@media (prefers-reduced-motion: reduce) {
  .st-organization-slider__track {
    animation: none;
  }

  .st-organization-slider__set[aria-hidden="true"] {
    display: none;
  }

  .st-organization-slider__viewport {
    overflow-x: auto;
    mask-image: none;
    -webkit-mask-image: none;
  }
}

@media (max-width: 991.98px) {
  .st-value-grid,
  .st-capability-grid,
  .st-fresh-content--focused .st-fresh-feed--jobs .st-fresh-feed__items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .st-value-card:last-child,
  .st-capability-grid .st-feature:last-child,
  .st-fresh-content--focused .st-fresh-card:last-child {
    grid-column: 1 / -1;
  }

  .st-profile-story {
    grid-template-columns: 1fr;
  }

  .st-profile-preview {
    transform: none;
  }

  .st-employer-path,
  .st-final-cta {
    display: block;
  }

  .st-employer-path .btn,
  .st-final-cta .st-actions {
    margin-top: 24px;
  }
}

@media (max-width: 767.98px) {
  .st-home-hero-focused {
    min-height: 650px;
  }

  .st-home-hero-focused .st-slide-inner {
    padding: 62px 0 70px;
  }

  .st-organization-slider__intro {
    display: block;
  }

  .st-organization-slider__intro h2 {
    margin-top: 5px;
  }
}

@media (max-width: 575.98px) {
  .st-hero-proof {
    display: grid;
  }

  .st-value-grid,
  .st-capability-grid,
  .st-fresh-content--focused .st-fresh-feed--jobs .st-fresh-feed__items {
    grid-template-columns: 1fr;
  }

  .st-value-card:last-child,
  .st-capability-grid .st-feature:last-child,
  .st-fresh-content--focused .st-fresh-card:last-child {
    grid-column: auto;
  }

  .st-profile-story {
    padding: 20px;
  }

  .st-profile-preview {
    padding: 22px 18px;
  }

  .st-final-cta {
    width: calc(100% - 28px);
  }

  .st-practice-promo.st-practice-promo--home-feature {
    width: calc(100% - 28px);
  }

  .st-final-cta .st-actions .btn,
  .st-employer-path .btn {
    width: 100%;
  }
}

/* SecurityTalent 1.9.119 — Infosec.bio as the homepage proof point. */
.st-home-hero-focused {
  min-height: clamp(760px, 70vw, 900px);
}

.st-home-hero-focused .st-slide-inner {
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(500px, 1.14fr);
  gap: clamp(34px, 5vw, 72px);
  align-items: center;
  padding: 72px 0;
}

.st-home-hero-focused .st-hero-copy {
  min-width: 0;
}

.st-home-hero-focused .st-hero-copy h1 {
  max-width: 720px;
  font-size: clamp(2.45rem, 4.25vw, 4.2rem);
  line-height: 1;
}

.st-home-hero-focused .st-hero-copy > p:not(.st-eyebrow) {
  max-width: 650px;
  font-size: clamp(1rem, 1.5vw, 1.16rem);
}

.st-home-hero-focused .st-actions {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, .88fr);
  width: min(100%, 590px);
  align-items: stretch;
}

.st-home-hero-focused .st-actions .btn {
  width: 100%;
}

.st-home-hero-focused .st-actions .btn,
.st-infosec-story .btn,
.st-final-cta .btn {
  display: inline-flex;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 14px 24px;
  border-width: 1.5px;
  border-radius: 12px;
  font-family: var(--st-font-display, Manrope, Inter, sans-serif);
  font-size: clamp(.96rem, 1.15vw, 1.04rem);
  font-weight: 780;
  line-height: 1.15;
  letter-spacing: -.012em;
  text-align: center;
  text-wrap: balance;
  box-shadow: 0 10px 24px rgba(3, 16, 31, .2);
}

.st-home-hero-focused .st-actions .btn-primary,
.st-infosec-story .btn-primary,
.st-final-cta .btn-primary {
  gap: 10px;
  border-color: #bd5a39;
  background: linear-gradient(135deg, #a94727, #bf603f);
}

.st-home-hero-focused .st-actions .btn-primary::after,
.st-infosec-story .btn-primary::after,
.st-final-cta .btn-primary::after {
  content: "→";
  font-family: var(--st-font-body, Inter, sans-serif);
  font-size: 1.14em;
  font-weight: 800;
  line-height: 1;
  transition: transform .18s ease;
}

[dir="rtl"] .st-home-hero-focused .st-actions .btn-primary::after,
[dir="rtl"] .st-infosec-story .btn-primary::after,
[dir="rtl"] .st-final-cta .btn-primary::after {
  content: "←";
}

.st-home-hero-focused .st-actions .btn-primary:hover::after,
.st-home-hero-focused .st-actions .btn-primary:focus-visible::after,
.st-infosec-story .btn-primary:hover::after,
.st-infosec-story .btn-primary:focus-visible::after,
.st-final-cta .btn-primary:hover::after,
.st-final-cta .btn-primary:focus-visible::after {
  transform: translateX(3px);
}

[dir="rtl"] .st-home-hero-focused .st-actions .btn-primary:hover::after,
[dir="rtl"] .st-home-hero-focused .st-actions .btn-primary:focus-visible::after,
[dir="rtl"] .st-infosec-story .btn-primary:hover::after,
[dir="rtl"] .st-infosec-story .btn-primary:focus-visible::after,
[dir="rtl"] .st-final-cta .btn-primary:hover::after,
[dir="rtl"] .st-final-cta .btn-primary:focus-visible::after {
  transform: translateX(-3px);
}

.st-home-hero-focused .st-actions .btn:focus-visible,
.st-infosec-story .btn:focus-visible,
.st-final-cta .btn:focus-visible {
  outline: 3px solid rgba(125, 217, 200, .7);
  outline-offset: 3px;
}

.st-hero-matrix {
  position: relative;
  min-width: 0;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(255, 255, 255, .55);
  border-radius: 22px;
  color: #19383f;
  background: rgba(255, 253, 249, .97);
  box-shadow: 0 30px 80px rgba(2, 16, 28, .38);
}

.st-hero-matrix__header,
.st-matrix-domain__title,
.st-skill-row,
.st-badge-demo__person,
.st-badge-demo__share {
  display: flex;
  align-items: center;
}

.st-hero-matrix__header {
  justify-content: space-between;
  gap: 20px;
}

.st-demo-label,
.st-demo-badge {
  font-size: .68rem;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.st-demo-label {
  color: #0b6f75;
}

.st-demo-badge {
  padding: 6px 9px;
  border-radius: 999px;
  color: #6d4a22;
  background: #f5e8c7;
}

#st-infosec-matrix.st-hero-matrix h2 {
  margin: 3px 0 0;
  color: #102a2e !important;
  font-size: clamp(1.35rem, 2.2vw, 1.85rem);
  letter-spacing: -.025em;
}

.st-matrix-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin: 20px 0;
}

.st-matrix-metrics span {
  min-width: 0;
  padding: 10px 8px;
  border-radius: 10px;
  color: #607479;
  background: #edf5f2;
  font-size: .69rem;
  text-align: center;
}

.st-matrix-metrics strong {
  display: block;
  color: #0b6f75;
  font-size: 1rem;
}

.st-matrix-domain {
  margin-top: 12px;
  padding: 13px 15px 4px;
  border: 1px solid #d9e5e1;
  border-radius: 13px;
  background: #fff;
}

.st-matrix-domain__title {
  position: relative;
  justify-content: space-between;
  gap: 10px;
  padding-bottom: 8px;
  color: #214149;
  font-size: .77rem;
}

.st-scale-help {
  flex: none;
  font-size: .68rem;
}

.st-scale-help summary {
  color: #0b6f75;
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

.st-scale-help summary::-webkit-details-marker {
  display: none;
}

.st-scale-help summary span {
  display: inline-grid;
  place-items: center;
  width: 16px;
  height: 16px;
  margin-left: 3px;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: .62rem;
}

.st-scale-help > div {
  position: absolute;
  z-index: 5;
  top: 28px;
  right: 0;
  width: min(290px, 88vw);
  padding: 13px 15px;
  border: 1px solid #c9d9d4;
  border-radius: 10px;
  color: #425b60;
  background: #fff;
  box-shadow: 0 14px 34px rgba(16, 42, 46, .18);
  line-height: 1.6;
}

[dir="rtl"] .st-scale-help > div {
  right: auto;
  left: 0;
}

.st-skill-row {
  justify-content: space-between;
  gap: 16px;
  padding: 8px 0;
  border-top: 1px solid #e8eeec;
  font-size: .76rem;
}

.st-skill-row > span:first-child {
  min-width: 0;
  font-weight: 750;
}

.st-skill-level {
  display: grid;
  grid-template-columns: repeat(5, 7px) minmax(61px, auto);
  gap: 4px;
  align-items: center;
  flex: none;
}

.st-skill-level i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #d7e2df;
}

.st-skill-level i:nth-of-type(-n + 3),
.st-skill-level--4 i:nth-of-type(-n + 4) {
  background: #0b8586;
}

.st-skill-level b {
  color: #4b6469;
  font-size: .68rem;
  text-align: right;
}

[dir="rtl"] .st-skill-level b {
  text-align: left;
}

.st-matrix-evidence {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 12px 0;
}

.st-matrix-evidence span {
  padding: 5px 8px;
  border-radius: 999px;
  color: #17604f;
  background: #e7f4ec;
  font-size: .66rem;
  font-weight: 780;
}

#st-infosec-hero #st-infosec-matrix .st-matrix-value {
  margin: 14px -1px -1px;
  padding: 14px 16px;
  border-left: 3px solid #d7a63a;
  border-radius: 0 9px 9px 0;
  color: #304c52 !important;
  background: #f8f0dc;
  font-size: .78rem;
  font-weight: 720;
  line-height: 1.5;
}

[dir="rtl"] .st-matrix-value {
  border-right: 3px solid #d7a63a;
  border-left: 0;
  border-radius: 9px 0 0 9px;
}

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

.st-value-card {
  min-height: 250px;
}

.st-infosec-story {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .72fr);
  gap: clamp(36px, 7vw, 92px);
  align-items: center;
  margin-top: clamp(46px, 7vw, 82px);
  padding: clamp(30px, 5vw, 64px);
  border: 1px solid #d8ccba;
  border-radius: 22px;
  background: radial-gradient(circle at 12% 10%, rgba(72, 166, 157, .18), transparent 35%), #f7f3eb;
}

.st-infosec-story__copy h3 {
  margin: .2rem 0 .8rem;
  font-size: clamp(2rem, 4vw, 3.5rem);
  letter-spacing: -.04em;
}

.st-infosec-story__copy > p:not(.st-eyebrow) {
  max-width: 720px;
  color: #4e666b;
  font-size: 1.05rem;
}

.st-infosec-story__copy ul {
  display: grid;
  gap: 10px;
  margin: 24px 0 30px;
  padding: 0;
  list-style: none;
}

.st-infosec-story__copy li {
  position: relative;
  padding-left: 28px;
  color: #29474d;
  font-weight: 700;
}

.st-infosec-story__copy li::before {
  position: absolute;
  left: 0;
  content: "✓";
  color: #0b8586;
  font-weight: 900;
}

[dir="rtl"] .st-infosec-story__copy li {
  padding-right: 28px;
  padding-left: 0;
}

[dir="rtl"] .st-infosec-story__copy li::before {
  right: 0;
  left: auto;
}

.st-badge-demo {
  position: relative;
  width: min(100%, 390px);
  margin: 30px auto 0;
  padding: 44px 28px 30px;
  border: 1px solid #ccd9d5;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 24px 54px rgba(16, 42, 46, .18);
  transform: rotate(1.5deg);
}

.st-badge-demo__strap {
  position: absolute;
  top: -38px;
  left: 50%;
  width: 72px;
  height: 58px;
  border: 8px solid #0b6f75;
  border-bottom: 0;
  border-radius: 24px 24px 0 0;
  transform: translateX(-50%);
}

.st-badge-demo__brand {
  padding-bottom: 18px;
  border-bottom: 1px solid #e0e8e5;
  color: #0b6f75;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .15em;
}

.st-badge-demo__person {
  gap: 14px;
  padding: 22px 0;
}

.st-badge-demo__person div,
.st-badge-demo__share div {
  display: grid;
}

.st-badge-demo__person strong {
  color: #102a2e;
  font-size: 1.25rem;
}

.st-badge-demo__person span:last-child,
.st-badge-demo__share span,
.st-badge-demo__share small {
  color: #63777c;
}

.st-badge-demo__share {
  gap: 16px;
  padding: 17px;
  border-radius: 14px;
  background: #eef5f2;
}

.st-badge-demo__qr,
.st-badge-demo__share [data-st-home-qr],
.st-badge-demo__share img {
  display: block;
  width: 92px;
  height: 92px;
}

.st-badge-demo__qr {
  flex: none;
}

.st-badge-demo__share [data-st-home-qr],
.st-badge-demo__share img {
  padding: 4px;
  border-radius: 6px;
  background: #fff;
  image-rendering: pixelated;
}

.st-badge-demo__share [data-st-home-qr] img {
  width: 100%;
  height: 100%;
  padding: 0;
}

.st-badge-demo__share b {
  color: #173f48;
}

.st-badge-demo__share span {
  font-size: .82rem;
  font-weight: 750;
}

.st-badge-demo__share small {
  margin-top: 6px;
  font-size: .68rem;
}

@media (max-width: 1199.98px) {
  .st-home-hero-focused .st-slide-inner {
    grid-template-columns: minmax(0, .82fr) minmax(460px, 1.18fr);
    gap: 30px;
  }

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

@media (max-width: 991.98px) {
  .st-home-hero-focused {
    min-height: 0;
  }

  .st-home-hero-focused .st-slide-inner {
    grid-template-columns: 1fr;
    padding: 62px 0 72px;
  }

  .st-home-hero-focused .st-hero-copy h1 {
    max-width: 800px;
  }

  .st-hero-matrix {
    width: min(100%, 700px);
  }

  .st-infosec-story {
    grid-template-columns: 1fr;
  }

  .st-badge-demo {
    margin-top: 42px;
    transform: none;
  }

  .st-value-card:last-child {
    grid-column: auto;
  }
}

@media (max-width: 575.98px) {
  .st-home-hero-focused .st-slide-inner {
    padding: 48px 0 58px;
  }

  .st-home-hero-focused .st-hero-copy h1 {
    font-size: clamp(2.15rem, 10vw, 3rem);
  }

  .st-home-hero-focused .st-actions,
  .st-final-cta .st-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .st-home-hero-focused .st-actions .btn,
  .st-infosec-story .btn,
  .st-final-cta .btn {
    width: 100%;
    min-height: 52px;
    padding: 13px 18px;
    font-size: .98rem;
  }

  .st-hero-matrix {
    padding: 18px 14px;
    border-radius: 16px;
  }

  .st-matrix-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .st-skill-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }

  .st-skill-level {
    width: 100%;
    grid-template-columns: repeat(5, 7px) 1fr;
  }

  .st-matrix-value {
    font-size: .74rem;
  }

  .st-value-grid {
    grid-template-columns: 1fr;
  }

  .st-infosec-story {
    padding: 26px 20px;
  }

  .st-badge-demo {
    padding: 40px 18px 22px;
  }

  .st-badge-demo__share {
    align-items: flex-start;
  }

  .st-badge-demo__qr,
  .st-badge-demo__share [data-st-home-qr],
  .st-badge-demo__share img {
    width: 78px;
    height: 78px;
  }
}
