.handheldlaunch-layout {
  padding-bottom: 28px;
}

.handheldlaunch-hero,
.handheldlaunch-cases,
.handheldlaunch-drift,
.handheldlaunch-matrix,
.handheldlaunch-closing-grid {
  margin-bottom: 24px;
}

.handheldlaunch-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.78fr);
  gap: 18px;
  align-items: start;
}

.handheldlaunch-hero-main,
.handheldlaunch-rail-card,
.case-card,
.drift-lane,
.matrix-board,
.closing-card {
  background: #ffffff;
  border: 1px solid var(--color-border-subtle, #d9e0ea);
  border-radius: 14px;
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.06);
}

.handheldlaunch-hero-main {
  padding: 26px 24px 22px;
  position: relative;
  overflow: hidden;
}

.handheldlaunch-hero-main::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 10px;
  background: linear-gradient(180deg, #5e81ac 0%, #88c0d0 52%, #a3be8c 100%);
}

.handheldlaunch-eyebrow,
.case-label,
.rail-kicker {
  margin: 0 0 10px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.76rem;
  font-weight: 700;
  color: var(--color-muted, #56657a);
}

.handheldlaunch-title {
  margin: 0 0 16px;
  font-size: 2.12rem;
  line-height: 1.14;
  color: var(--color-ink, #182230);
}

.handheldlaunch-intro {
  margin: 0 0 15px;
  font-size: 0.99rem;
  line-height: 1.78;
  color: var(--color-muted, #56657a);
}

.handheldlaunch-intro:last-child {
  margin-bottom: 0;
}

.handheldlaunch-intro a,
.footer-links a,
.closing-links a {
  text-decoration: none;
}

.handheldlaunch-intro a:hover,
.footer-links a:hover,
.closing-links a:hover {
  text-decoration: underline;
}

.handheldlaunch-rail {
  display: grid;
  gap: 14px;
}

.handheldlaunch-rail-card {
  padding: 18px 18px 17px;
}

.rail-signal-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.rail-signal-list li {
  padding: 12px 12px 13px;
  border-radius: 12px;
  background: #f8fafc;
  border: 1px solid var(--color-border-subtle, #d9e0ea);
}

.rail-signal-title {
  display: block;
  margin-bottom: 5px;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--color-ink, #182230);
}

.rail-signal-text,
.dark-rail p {
  display: block;
  margin: 0;
  font-size: 0.93rem;
  line-height: 1.62;
  color: var(--color-muted, #56657a);
}

.dark-rail {
  background: linear-gradient(180deg, #eef4fb 0%, #f7fbfd 100%);
}

.dark-rail h3 {
  margin: 0 0 8px;
  font-size: 1.1rem;
  line-height: 1.35;
  color: var(--color-ink, #182230);
}

.handheldlaunch-section-header,
.drift-header {
  margin-bottom: 16px;
}

.handheldlaunch-section-header h2,
.drift-header h2 {
  margin: 0 0 10px;
  font-size: 1.64rem;
  color: var(--color-ink, #182230);
}

.handheldlaunch-section-header p,
.drift-header p {
  margin: 0;
  max-width: 920px;
  font-size: 0.98rem;
  line-height: 1.72;
  color: var(--color-muted, #56657a);
}

.handheldlaunch-case-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.case-card {
  padding: 19px 18px 17px;
  position: relative;
  overflow: hidden;
}

.case-card::after {
  content: "";
  position: absolute;
  right: -24px;
  top: -24px;
  width: 108px;
  height: 108px;
  border-radius: 999px;
  background: rgba(136, 192, 208, 0.16);
}

.case-card-wide::after {
  background: rgba(163, 190, 140, 0.16);
}

.case-card-wide {
  grid-column: span 2;
}

.case-card h3 {
  margin: 0 0 10px;
  font-size: 1.26rem;
  color: var(--color-ink, #182230);
}

.case-card p {
  margin: 0;
  font-size: 0.96rem;
  line-height: 1.74;
  color: var(--color-muted, #56657a);
}

.handheldlaunch-drift {
  position: relative;
}

.handheldlaunch-drift::before {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  top: 94px;
  height: 1px;
  background: linear-gradient(90deg, rgba(94, 129, 172, 0.18) 0%, rgba(136, 192, 208, 0.22) 50%, rgba(163, 190, 140, 0.18) 100%);
}

.drift-lane-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  position: relative;
}

.drift-lane {
  padding: 18px 18px 16px;
  border-top: 4px solid #88c0d0;
}

.lane-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin-bottom: 10px;
  border-radius: 999px;
  background: #eff5fb;
  color: var(--color-ink, #182230);
  font-size: 0.88rem;
  font-weight: 700;
}

.drift-lane h3 {
  margin: 0 0 8px;
  font-size: 1.06rem;
  line-height: 1.4;
  color: var(--color-ink, #182230);
}

.drift-lane p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.66;
  color: var(--color-muted, #56657a);
}

.matrix-board {
  overflow: hidden;
}

.matrix-row {
  display: grid;
  grid-template-columns: minmax(180px, 0.7fr) minmax(0, 1fr) minmax(180px, 0.86fr);
}

.matrix-row + .matrix-row {
  border-top: 1px solid var(--color-border-subtle, #d9e0ea);
}

.matrix-col {
  padding: 16px 16px 17px;
  font-size: 0.95rem;
  line-height: 1.68;
  color: var(--color-muted, #56657a);
}

.matrix-col + .matrix-col {
  border-left: 1px solid var(--color-border-subtle, #d9e0ea);
}

.matrix-head .matrix-col {
  background: #f6f9fc;
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--color-ink, #182230);
}

.matrix-col-a {
  font-weight: 700;
  color: var(--color-ink, #182230);
}

.handheldlaunch-closing-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 18px;
}

.closing-card {
  padding: 20px 20px 18px;
}

.closing-card-primary {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbfd 100%);
}

.closing-card h2 {
  margin: 0 0 10px;
  font-size: 1.34rem;
  color: var(--color-ink, #182230);
}

.closing-card p {
  margin: 0 0 14px;
  font-size: 0.96rem;
  line-height: 1.74;
  color: var(--color-muted, #56657a);
}

.closing-card p:last-of-type {
  margin-bottom: 0;
}

.closing-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.closing-links a {
  display: inline-flex;
  align-items: center;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid var(--color-border-subtle, #d9e0ea);
  background: #f4f7fb;
  color: var(--color-ink, #182230);
  font-weight: 700;
}

@media (max-width: 1120px) {
  .drift-lane-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .handheldlaunch-closing-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 940px) {
  .handheldlaunch-hero {
    grid-template-columns: minmax(0, 1fr);
  }

  .handheldlaunch-title {
    font-size: 1.88rem;
  }

  .handheldlaunch-case-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .case-card-wide {
    grid-column: span 1;
  }

  .matrix-row {
    grid-template-columns: minmax(0, 1fr);
  }

  .matrix-col + .matrix-col {
    border-left: 0;
    border-top: 1px solid var(--color-border-subtle, #d9e0ea);
  }
}

@media (max-width: 640px) {
  .drift-lane-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .handheldlaunch-hero-main,
  .handheldlaunch-rail-card,
  .case-card,
  .drift-lane,
  .closing-card {
    padding-left: 16px;
    padding-right: 16px;
  }

  .handheldlaunch-title {
    font-size: 1.66rem;
  }

  .handheldlaunch-section-header h2,
  .drift-header h2,
  .closing-card h2 {
    font-size: 1.4rem;
  }

  .handheldlaunch-drift::before {
    display: none;
  }

  .closing-links a {
    width: 100%;
    justify-content: center;
  }
}
