/* Weekly Support landing page
   Keeps elisaleco spacing/typography rhythm, but stays lean.
*/

.ws-page {
  background: #fafaf8;
  color: #0a0a0a;
}

.ws-navbar {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(250, 250, 248, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(10, 10, 10, 0.08);
}

.ws-navbar-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1rem;
  align-items: center;
  min-height: 4.75rem;
}

.ws-navbar-kicker,
.ws-navbar-link,
.ws-case-kicker,
.ws-compare-label,
.ws-note-label,
.ws-step-number {
  font-family: "Aspekta 1000", "Aspekta", "Helvetica Neue", sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ws-navbar-kicker {
  justify-self: center;
  font-size: 0.8rem;
  color: rgba(10, 10, 10, 0.65);
}

.ws-navbar-link {
  justify-self: end;
  color: #0a0a0a;
  text-decoration: none;
  font-size: 0.8rem;
  border-bottom: 1px solid rgba(10, 10, 10, 0.25);
  padding-bottom: 0.15rem;
}

.ws-hero {
  padding-top: clamp(3.5rem, 7vw, 6rem);
  padding-bottom: clamp(2.5rem, 6vw, 4rem);
}

.ws-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(20rem, 0.7fr);
  gap: clamp(1.75rem, 4vw, 4rem);
  align-items: end;
}

.ws-heading-wrapper {
  max-width: 60rem;
}

.ws-hero-title {
  font-size: clamp(2.85rem, 6.2vw, 6.6rem);
  line-height: 0.9;
  margin: 0;
}

.ws-hero-subhead {
  font-size: clamp(1.05rem, 2.1vw, 1.5rem);
  line-height: 1.35;
  letter-spacing: 0.01em;
  margin: 0;
  max-width: 34rem;
}

.ws-button-row {
  margin-top: 0.5rem;
}

.ws-hero-note {
  display: grid;
  gap: 1rem;
  padding-top: 0.35rem;
}

.ws-note-card,
.ws-case-card,
.ws-step-card,
.ws-compare-card,
.ws-entry-card,
.ws-final-card {
  border: 1px solid rgba(10, 10, 10, 0.12);
  background: #fff;
  border-radius: 1rem;
}

.ws-note-card {
  padding: 1.25rem;
}

.ws-note-card.is-muted {
  background: #f0efe9;
}

.ws-note-label {
  font-size: 0.72rem;
  margin-bottom: 0.55rem;
  color: rgba(10, 10, 10, 0.6);
}

.ws-note-text {
  font-size: 1rem;
  line-height: 1.5;
}

.ws-section-title,
.ws-final-headline {
  font-family: "Aspekta 1000", "Aspekta", "Helvetica Neue", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: clamp(1rem, 1.9vw, 1.3rem);
  line-height: 1.2;
  margin-bottom: clamp(1.5rem, 3vw, 2.25rem);
}

.ws-proof-grid,
.ws-steps-grid,
.ws-compare-grid {
  display: grid;
  gap: 1rem;
}

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

.ws-case-card {
  overflow: hidden;
  text-decoration: none;
  color: inherit;
}

.ws-case-media {
  aspect-ratio: 9 / 16;
  background: #ecebe7;
}

.ws-case-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ws-case-body {
  padding: 1rem 1rem 1.1rem;
}

.ws-case-kicker,
.ws-compare-label {
  font-size: 0.72rem;
  color: rgba(10, 10, 10, 0.62);
  margin-bottom: 0.65rem;
}

.ws-case-title {
  font-size: 1.1rem;
  line-height: 1.3;
  margin: 0 0 0.5rem;
}

.ws-case-copy,
.ws-entry-copy,
.ws-final-subhead,
.ws-statement {
  font-size: clamp(1rem, 1.45vw, 1.2rem);
  line-height: 1.55;
}

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

.ws-step-card {
  padding: 1.3rem;
  min-height: 10rem;
}

.ws-step-number {
  font-size: 0.72rem;
  color: rgba(10, 10, 10, 0.55);
  margin-bottom: 1.1rem;
}

.ws-step-title {
  font-size: 1.15rem;
  line-height: 1.45;
}

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

.ws-compare-card {
  padding: 1.4rem;
}

.ws-compare-card.is-highlight {
  background: #f6f4ed;
}

.ws-bullet-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ws-bullet-list li {
  position: relative;
  padding-left: 1.2rem;
  margin-top: 0.7rem;
  line-height: 1.45;
}

.ws-bullet-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6rem;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 999px;
  background: #0a0a0a;
}

.ws-statement {
  max-width: 48rem;
  margin: 0 auto;
  text-align: center;
}

.ws-entry-card,
.ws-final-card {
  padding: clamp(1.4rem, 3vw, 2.2rem);
}

.ws-final-cta {
  padding-bottom: clamp(3rem, 8vw, 6rem);
}

.ws-final-card {
  background: #0a0a0a;
  color: #fafaf8;
  text-align: center;
  border-color: #0a0a0a;
}

.ws-final-card .main-button {
  background: #ffd400;
  border-color: #ffd400;
}

.ws-final-card .main-button .main-button-text {
  color: #0a0a0a !important;
}

.ws-final-card .button-divider-line {
  background: rgba(250, 250, 248, 0.18);
}

.ws-final-card .main-button.is-secondary,
.ws-final-card .main-button {
  margin-inline: auto;
}

.ws-final-headline {
  color: #fafaf8;
  margin-bottom: 0.75rem;
}

.ws-final-subhead {
  max-width: 32rem;
  margin: 0 auto;
  color: rgba(250, 250, 248, 0.82);
}

.divider-line {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .ws-hero-grid,
  .ws-proof-grid,
  .ws-steps-grid,
  .ws-compare-grid {
    grid-template-columns: 1fr;
  }

  .ws-navbar-inner {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    padding: 0.8rem 0;
  }

  .ws-navbar-link {
    justify-self: center;
  }

  .ws-hero {
    padding-top: 2.75rem;
  }

  .ws-hero-subhead {
    max-width: 40rem;
  }
}

@media (max-width: 479px) {
  .ws-hero-title {
    font-size: clamp(2.5rem, 13vw, 4rem);
  }

  .ws-hero-subhead {
    font-size: 1rem;
  }

  .ws-step-card,
  .ws-compare-card,
  .ws-entry-card,
  .ws-note-card {
    padding: 1rem;
  }

  .ws-button-row {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem;
  }

  .ws-button-row .button-divider-line {
    display: none;
  }
}
