/* Resume incubator landing — same hero rhythm as interview trainer */

body.landing-resume-incubator .resume-incubator-landing .courses-landing-hero {
  padding-top: 0;
}

body.landing-resume-incubator .resume-incubator-landing .courses-landing-hero__lead {
  margin-bottom: 1.75rem;
}

body.landing-resume-incubator .resume-incubator-hero__actions {
  justify-content: center;
  margin-bottom: 0;
}

body.landing-resume-incubator .resume-incubator-hero .career-hub-hero__trust {
  margin-top: 1.25rem;
  max-width: min(36rem, 90vw);
}

.resume-incubator-landing .home-landing__grid-bg {
  mask-image: linear-gradient(to bottom, black 0%, black 72%, transparent 100%);
}

.resume-incubator-section-sub {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.resume-incubator-benefit-title {
  margin: 0 0 0.45rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.35;
  color: var(--home-text);
}

.career-hub-benefit-card .career-hub-benefit-card__text {
  max-width: none;
}

/* --- Feature deep-dive --- */
.resume-incubator-features {
  padding-top: clamp(0.5rem, 1.5vw, 1rem);
  padding-bottom: clamp(2.5rem, 6vw, 3.75rem);
}

.resume-incubator-features .home-section-title {
  margin-bottom: clamp(1.5rem, 3.5vw, 2.25rem);
}

.resume-incubator-features__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.15rem, 3vw, 1.5rem);
  max-width: 1080px;
  margin: 0 auto;
}

@media (min-width: 900px) {
  .resume-incubator-features__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
  }
}

.resume-incubator-feature {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  padding: 1.4rem 1.3rem 1.45rem;
  border-radius: 1rem;
  background: var(--home-surface);
  border: 1px solid rgba(148, 163, 184, 0.12);
}

.resume-incubator-feature__icon,
.resume-incubator-feature__icon--mint,
.resume-incubator-feature__icon--sky {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.65rem;
  font-size: 1.05rem;
  color: rgba(45, 212, 191, 0.95);
  background: rgba(45, 212, 191, 0.1);
}

.resume-incubator-feature h3 {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.35;
  color: var(--home-text);
}

.resume-incubator-feature > p {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: var(--home-muted);
}

.resume-incubator-feature ul {
  margin: 0.25rem 0 0;
  padding: 0 0 0 1.1rem;
  display: grid;
  gap: 0.4rem;
}

.resume-incubator-feature li {
  font-size: 0.875rem;
  line-height: 1.5;
  color: var(--home-muted);
}

/* --- Free tool / billing clarity --- */
.resume-incubator-free {
  padding-top: clamp(1.5rem, 4vw, 2.5rem);
  padding-bottom: clamp(2rem, 5vw, 3rem);
}

.resume-incubator-free__panel {
  max-width: 1080px;
  margin: 0 auto;
  padding: clamp(1.5rem, 4vw, 2rem) clamp(1.25rem, 3.5vw, 2rem);
  border-radius: 1.15rem;
  text-align: center;
  border: 1px solid rgba(45, 212, 191, 0.28);
  background:
    linear-gradient(160deg, rgba(45, 212, 191, 0.1) 0%, rgba(15, 23, 42, 0.35) 42%, rgba(15, 23, 42, 0.2) 100%);
  box-shadow: 0 0 0 1px rgba(45, 212, 191, 0.06), 0 18px 40px rgba(0, 0, 0, 0.18);
}

.resume-incubator-free__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0 0 0.85rem;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(45, 212, 191, 0.98);
  background: rgba(45, 212, 191, 0.12);
  border: 1px solid rgba(45, 212, 191, 0.35);
}

.resume-incubator-free__title {
  margin: 0 0 0.75rem;
  font-size: clamp(1.45rem, 3vw, 1.85rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.25;
  color: var(--home-text);
}

.resume-incubator-free__lead {
  margin: 0 auto 1.25rem;
  max-width: 36rem;
  font-size: 0.9875rem;
  line-height: 1.6;
  color: var(--home-muted);
}

.resume-incubator-free__points {
  list-style: none;
  margin: 0 auto 1.25rem;
  padding: 0;
  display: grid;
  gap: 0.65rem;
  text-align: left;
  max-width: 34rem;
}

.resume-incubator-free__point {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.7rem;
  align-items: start;
  padding: 0.75rem 0.85rem;
  border-radius: 0.75rem;
  background: rgba(15, 23, 42, 0.35);
  border: 1px solid rgba(148, 163, 184, 0.12);
  font-size: 0.9rem;
  line-height: 1.5;
  color: var(--home-muted);
}

.resume-incubator-free__point-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.65rem;
  height: 1.65rem;
  border-radius: 0.45rem;
  flex-shrink: 0;
  color: rgba(45, 212, 191, 0.95);
  background: rgba(45, 212, 191, 0.12);
  font-size: 0.75rem;
}

.resume-incubator-free__note {
  margin: 0 auto;
  max-width: 34rem;
  font-size: 0.875rem;
  line-height: 1.55;
  color: var(--home-muted);
}

.resume-incubator-free__note a {
  color: rgba(45, 212, 191, 0.95);
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

.resume-incubator-free__note a:hover,
.resume-incubator-free__note a:focus-visible {
  text-decoration: underline;
}

.resume-incubator-landing .career-hub-cta__actions .home-btn-primary,
.resume-incubator-landing .career-hub-cta__actions .home-btn-ghost,
.resume-incubator-landing .career-hub-hero__actions .home-btn-primary,
.resume-incubator-landing .career-hub-hero__actions .home-btn-ghost {
  text-decoration: none;
}

.resume-incubator-landing .career-hub-cta__strip p {
  max-width: none;
}
