.home-hero {
  background: #09090a;
  padding: 6.4rem 0 5rem;
}

.home-hero .hero-sub {
  max-width: 840px;
  font-size: 24px !important;
  line-height: 1.7;
  color: var(--text-light);
}

.home-hero .hero-body {
  max-width: 880px;
  margin-top: 1.15rem;
  font-size: 19px;
  line-height: 1.9;
  color: var(--text-muted);
}

.home-hero .btn-red {
  max-width: 430px;
  white-space: normal;
  text-align: center;
  line-height: 1.45;
}

.home-trust-strip {
  margin-top: 1.9rem;
  display: flex;
  justify-content: center;
  gap: 0;
  flex-wrap: wrap;
  border-top: 1px solid #1f1f24;
  border-bottom: 1px solid #1f1f24;
}

.home-trust-strip span {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 1.1rem 1.55rem;
  color: var(--text-subtle);
  font-size: 16px;
  line-height: 1.5;
}

.home-trust-strip svg,
.home-selector-trust svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  stroke: var(--red);
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.home-selector-section {
  background: #0e0e10;
  border-bottom: 1px solid #1d1d22;
  padding: 3.8rem 0 4.6rem;
}

.home-selector-section .section-header {
  margin-bottom: 2.3rem;
}

.home-selector-section .section-label,
.home-gap-section .section-label,
.home-fix-section .section-label,
.home-how-section .section-label,
.home-support-card .section-label {
  color: #e4d7d9;
}

.home-lms-pills {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 2.2rem;
}

.home-lms-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 174px;
  padding: 1.05rem 1.5rem;
  border-radius: 8px;
  border: 1px solid #404046;
  color: var(--text-light);
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  background: transparent;
  transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.home-lms-pill:hover {
  background: #17171b;
  border-color: #5b5b63;
  transform: translateY(-1px);
}

.home-selector-trust {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.25rem 0;
  margin: 0 -0.25rem;
  padding: 1.6rem 0;
  border-top: 1px solid #1f1f24;
  border-bottom: 1px solid #1f1f24;
}

.home-selector-trust span {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0 2rem;
  color: var(--text-subtle);
  font-size: 18px;
  line-height: 1.6;
}

.home-selector-trust span + span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 5px;
  height: 5px;
  border-radius: 8px;
  background: #5e5e65;
  transform: translate(-50%, -50%);
}

.home-support-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.75rem;
}

.home-support-card {
  padding: 2.15rem 2.2rem;
  border-radius: 8px;
  border: 1px solid #26262c;
  background: #151518;
}

.home-support-card h3 {
  font-size: 30px;
  color: var(--text-light);
  margin-bottom: 0.6rem;
}

.home-support-card p {
  font-size: 18px;
  color: var(--text-muted);
  line-height: 1.8;
  margin-bottom: 1.3rem;
}

.home-gap-section {
  background: #111113;
  border-bottom: 1px solid #1f1f24;
  padding: 5.4rem 0;
}

.home-gap-section .section-header h2 {
  font-size: 54px;
  line-height: 1.1;
}

.home-gap-section .section-lead {
  color: var(--text-muted);
  max-width: 680px;
  margin-top: 0.85rem;
  font-size: 20px;
  line-height: 1.65;
}

.home-gap-section .issue-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
}

.home-top-issues {
  align-items: stretch;
  border: 1px solid #2a2a31;
  border-radius: 8px;
  overflow: hidden;
  margin-top: 0.5rem;
}

.home-gap-section .issue-card {
  background: #17171b;
  border: 0;
  border-right: 1px solid #2a2a31;
  box-shadow: none;
  border-radius: 0;
  padding: 1.8rem 1.7rem;
}

.home-gap-section .issue-card:last-child {
  border-right: 0;
}

.home-issue-icon {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: #1f1f25;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.home-issue-icon svg {
  width: 20px;
  height: 20px;
  stroke: var(--red);
  fill: none;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.home-gap-section .issue-card.issue-card-light .issue-kicker {
  color: #dfd0d4;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.home-gap-section .issue-card.issue-card-light .issue-title {
  font-size: 21px;
  line-height: 1.35;
  color: var(--text-light);
}

.home-gap-section .issue-card.issue-card-light .issue-copy {
  font-size: 16px;
  line-height: 1.68;
  color: var(--text-muted);
}

.home-gap-section .issue-card.issue-card-light .issue-fix {
  border-top-color: #2c2c33;
  font-size: 14px;
  line-height: 1.65;
  color: var(--text-light);
}

.home-gap-section .issue-fix strong {
  color: var(--text-light);
}

.home-fix-section {
  background: #09090a;
  border-bottom: 1px solid #1f1f24;
  padding: 5.1rem 0;
}

.home-fix-section .section-lead,
.home-how-section .section-lead {
  color: var(--text-muted);
  max-width: 860px;
}

.home-fix-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 2rem;
  align-items: center;
}

.home-fix-points {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin-top: 1.4rem;
}

.home-fix-summary {
  margin-top: 1rem;
  font-size: 19px;
  line-height: 1.8;
  color: var(--text-light);
}

.home-fix-points li {
  position: relative;
  padding-left: 1.25rem;
  font-size: 18px;
  line-height: 1.75;
  color: var(--text-light);
}

.home-fix-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.78rem;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #c8afb4;
}

.home-fix-panel {
  background: #17171b;
  border: 1px solid #2a2a31;
  border-radius: 8px;
  padding: 1rem;
}

.home-fix-mini {
  background: #1d1d22;
  border: 1px solid #2d2d34;
  border-radius: 8px;
  padding: 1rem 1.05rem;
}

.home-fix-mini + .home-fix-mini {
  margin-top: 0.85rem;
}

.home-fix-mini-more {
  background: #20181c;
  border-color: #3a2a30;
}

.home-fix-mini-label {
  display: block;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #dbc9ce;
  margin-bottom: 0.3rem;
  font-weight: 600;
}

.home-fix-mini-text {
  display: block;
  font-size: 17px;
  line-height: 1.6;
  color: var(--text-light);
}

.home-gap-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.25rem;
}

.home-gap-summary-card {
  background: #17171b;
  border: 1px solid #2a2a31;
  border-radius: 8px;
  padding: 1.15rem 1.2rem;
}

.home-gap-summary-title {
  display: block;
  font-size: 17px;
  font-weight: 600;
  color: var(--text-light);
  margin-bottom: 0.35rem;
}

.home-gap-summary-copy {
  display: block;
  font-size: 14px;
  line-height: 1.6;
  color: var(--text-muted);
}

.home-how-section {
  background: #111113;
  border-bottom: 1px solid #1f1f24;
  padding: 5rem 0;
}

.home-how-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2rem;
}

.home-how-card {
  min-height: 100%;
  position: relative;
}

.home-how-num {
  font-size: 18px;
  color: var(--text-subtle);
  margin-bottom: 0.9rem;
}

.home-how-title {
  font-size: 28px;
  line-height: 1.3;
  color: var(--text-light);
  font-weight: 600;
  margin-bottom: 0.7rem;
}

.home-how-copy {
  font-size: 17px;
  line-height: 1.72;
  color: var(--text-muted);
  max-width: 270px;
}

@media (min-width: 992px) {
  .home-how-card:not(:last-child)::after {
    content: "\2192";
    position: absolute;
    right: -1.2rem;
    top: 0.1rem;
    color: var(--text-subtle);
    font-size: 1.45rem;
    line-height: 1;
  }
}

@media (max-width: 991px) {
  .home-gap-section .issue-grid {
    grid-template-columns: 1fr;
  }

  .home-support-row {
    grid-template-columns: 1fr;
  }

  .home-how-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.8rem;
  }

  .home-fix-layout {
    grid-template-columns: 1fr;
  }

  .home-gap-summary {
    grid-template-columns: 1fr;
  }

  .home-gap-section .issue-card {
    border-right: 0;
    border-bottom: 1px solid #2a2a31;
  }

  .home-gap-section .issue-card:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 767px) {
  .home-hero {
    padding: 5.2rem 0 4rem;
  }

  .home-hero .hero-sub {
    font-size: 20px !important;
  }

  .home-hero .hero-body {
    font-size: 18px;
  }

  .home-trust-strip {
    display: block;
  }

  .home-trust-strip span {
    display: block;
    padding: 0.8rem 0.25rem;
  }

  .home-hero .btn-red {
    width: 100%;
    max-width: 100%;
  }

  .home-lms-pills {
    gap: 0.75rem;
  }

  .home-lms-pill {
    min-width: calc(50% - 0.75rem);
    font-size: 17px;
    padding: 1rem 1.1rem;
  }

  .home-selector-trust {
    display: block;
    padding: 1rem 0;
  }

  .home-selector-trust span {
    display: block;
    padding: 0.55rem 0;
    font-size: 17px;
  }

  .home-selector-trust span + span::before {
    display: none;
  }

  .home-support-card {
    padding: 1.5rem;
  }

  .home-support-card h3,
  .home-gap-section .section-header h2,
  .home-gap-section .issue-title {
    font-size: 24px;
  }

  .home-support-card p,
  .home-gap-section .issue-copy,
  .home-gap-section .section-lead,
  .home-how-copy,
  .home-fix-summary,
  .home-fix-mini-text,
  .home-fix-points li {
    font-size: 17px;
  }

  .home-gap-section .issue-grid {
    grid-template-columns: 1fr;
  }

  .home-how-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .home-how-title {
    font-size: 24px;
  }

}
