/*
 * WorkRunner homepage-specific marketing layout.
 *
 * Keep homepage positioning and conversion styling isolated here so the wider
 * public marketing pages and logged-in app are not affected by homepage work.
 */

.wr-home-hero {
  padding: clamp(4rem, 7vw, 6.5rem) 0;
  background:
    radial-gradient(circle at 84% 18%, rgba(36, 107, 143, 0.16), transparent 30rem),
    linear-gradient(180deg, #ffffff 0%, #f5f7fb 100%);
}

.wr-home-hero-copy {
  max-width: 660px;
}

.wr-home-eyebrow {
  color: var(--wr-public-accent);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wr-home-hero h1 {
  font-size: clamp(2.65rem, 6vw, 4.6rem);
  line-height: 1.02;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.wr-home-hero-lead {
  max-width: 640px;
  font-size: clamp(1.15rem, 2vw, 1.35rem);
  color: var(--wr-public-muted) !important;
}

.wr-home-hero-support {
  max-width: 620px;
  font-size: 1.05rem;
}

.wr-home-hero .btn,
.wr-home-section-cta .btn,
.wr-home-final-cta .btn {
  border-radius: 999px;
  font-weight: 700;
  padding: 0.75rem 1.3rem;
}

.wr-home-screenshot-shell {
  overflow: hidden;
  border: 1px solid var(--wr-public-line);
  border-radius: 1.25rem;
  background: #ffffff;
  box-shadow: var(--wr-public-shadow);
}

.wr-home-screenshot-shell img {
  width: 100%;
  height: auto;
  display: block;
}

.wr-home-screenshot-caption {
  padding: 0.85rem 1rem;
  margin: 0;
  border-top: 1px solid var(--wr-public-line);
  background: #ffffff;
  color: var(--wr-public-muted) !important;
  font-size: 0.9rem;
}

.wr-home-question-list,
.wr-home-check-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.wr-home-question-list li,
.wr-home-check-list li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 0.9rem;
}

.wr-home-question-list li::before {
  content: "?";
  position: absolute;
  left: 0;
  top: 0.05rem;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(36, 87, 214, 0.1);
  color: var(--wr-public-accent-dark);
  font-size: 0.82rem;
  font-weight: 800;
}

.wr-home-check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--wr-public-success);
  font-weight: 900;
}

.wr-home-callout {
  padding: clamp(1.5rem, 4vw, 2.25rem);
  border: 1px solid var(--wr-public-line);
  border-radius: var(--wr-public-radius);
  background: #ffffff;
  box-shadow: var(--wr-public-shadow-soft);
}

.wr-home-current-task {
  padding: clamp(1.5rem, 4vw, 2.25rem);
  border-radius: var(--wr-public-radius);
  background: linear-gradient(145deg, #172033, #243e67);
  box-shadow: var(--wr-public-shadow);
}

.wr-home-current-task p,
.wr-home-current-task h3,
.wr-home-current-task .small {
  color: #ffffff !important;
}

.wr-home-current-task .wr-home-task-label {
  color: rgba(255, 255, 255, 0.7) !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wr-home-current-task .wr-home-task-chip {
  display: inline-block;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.92) !important;
  font-size: 0.85rem;
}

.wr-home-step {
  height: 100%;
  padding: 1.5rem;
  border: 1px solid var(--wr-public-line);
  border-radius: var(--wr-public-radius);
  background: #ffffff;
  box-shadow: var(--wr-public-shadow-soft);
}

.wr-home-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  margin-bottom: 1rem;
  border-radius: 50%;
  background: rgba(36, 87, 214, 0.1);
  color: var(--wr-public-accent-dark);
  font-weight: 800;
}

.wr-home-progress-panel {
  height: 100%;
  padding: clamp(1.5rem, 4vw, 2.25rem);
  border-radius: var(--wr-public-radius);
  background: #172033;
  box-shadow: var(--wr-public-shadow);
}

.wr-home-progress-panel h3,
.wr-home-progress-panel p,
.wr-home-progress-panel .small {
  color: #ffffff !important;
}

.wr-home-progress-stat {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 800;
  line-height: 1;
  color: #ffffff;
}

.wr-home-progress-note {
  color: rgba(255, 255, 255, 0.72) !important;
}

.wr-home-timeline {
  position: relative;
}

.wr-home-timeline-item {
  height: 100%;
  padding: 1.5rem;
  border-top: 4px solid rgba(36, 87, 214, 0.45);
  border-radius: 0 0 var(--wr-public-radius) var(--wr-public-radius);
  background: #ffffff;
  box-shadow: var(--wr-public-shadow-soft);
}

.wr-home-timeline-label {
  display: inline-block;
  margin-bottom: 0.7rem;
  color: var(--wr-public-accent-dark);
  font-weight: 800;
}

.wr-home-success-card {
  height: 100%;
  padding: 1.25rem;
  border: 1px solid var(--wr-public-line);
  border-radius: 1rem;
  background: #ffffff;
}

.wr-home-success-card .bi {
  color: var(--wr-public-success);
}

.wr-home-pricing-card {
  height: 100%;
  border: 1px solid var(--wr-public-line) !important;
  border-radius: var(--wr-public-radius);
  background: #ffffff;
  box-shadow: var(--wr-public-shadow-soft);
}

.wr-home-pricing-card-featured {
  border-color: rgba(36, 87, 214, 0.55) !important;
  box-shadow: 0 1.2rem 2.5rem rgba(36, 87, 214, 0.13);
}

.wr-home-price {
  color: var(--wr-public-ink) !important;
  font-size: clamp(2.3rem, 4vw, 3.2rem);
  font-weight: 800;
  letter-spacing: -0.04em;
}

.wr-home-guarantee {
  border: 1px solid rgba(22, 131, 95, 0.28);
  border-radius: var(--wr-public-radius);
  background: rgba(22, 131, 95, 0.07);
}

.wr-home-guarantee-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: rgba(22, 131, 95, 0.12);
  color: var(--wr-public-success);
  font-size: 1.45rem;
}

.wr-home-founder-question {
  padding: 1.5rem;
  border-left: 0.35rem solid var(--wr-public-accent);
  border-radius: 0 var(--wr-public-radius) var(--wr-public-radius) 0;
  background: #ffffff;
  box-shadow: var(--wr-public-shadow-soft);
}

.wr-home-video {
  overflow: hidden;
  border-radius: var(--wr-public-radius);
  box-shadow: var(--wr-public-shadow);
}

.wr-home-faq .accordion-item {
  border-color: var(--wr-public-line);
}

.wr-home-faq .accordion-button:not(.collapsed) {
  color: var(--wr-public-accent-dark);
  background: rgba(36, 87, 214, 0.06);
  box-shadow: none;
}

.wr-home-final-cta {
  padding: clamp(4rem, 7vw, 6rem) 0;
  background:
    radial-gradient(circle at 15% 10%, rgba(255, 255, 255, 0.14), transparent 26rem),
    linear-gradient(135deg, #15213d, #246b8f);
}

.wr-home-final-cta h2,
.wr-home-final-cta p {
  color: #ffffff !important;
}

.wr-home-final-cta p {
  color: rgba(255, 255, 255, 0.86) !important;
}

@media (max-width: 991.98px) {
  .wr-home-hero-copy {
    max-width: none;
  }
}

@media (max-width: 767.98px) {
  .wr-home-hero {
    padding: 3rem 0;
  }

  .wr-home-hero h1 {
    font-size: clamp(2.35rem, 12vw, 3.25rem);
  }

  .wr-home-hero .btn,
  .wr-home-section-cta .btn,
  .wr-home-final-cta .btn {
    width: 100%;
  }

  .wr-home-timeline-item,
  .wr-home-step,
  .wr-home-success-card,
  .wr-home-pricing-card,
  .wr-home-callout,
  .wr-home-current-task,
  .wr-home-progress-panel {
    border-radius: 0.9rem;
  }
}
