@font-face {
  font-family: "FoundersGrotesk";
  src: url("https://prod-cdn.laundryheap.com/assets/founders-grotesk-web-medium-a97649c2f88d6ddde9814f5dd23c6dafd149c7b32b758b0893c0e5bc286f40b2.woff2")
    format("woff2");
  font-weight: 400;
  font-display: swap;
}

body.page.page-slug-how-it-works #featured-title,
body.page.page-slug-how-it-works #content-wrap,
body.page.page-slug-how-it-works .page-wrap {
  display: none;
}

body.page.page-slug-how-it-works #featured-title {
  display: none !important;
}

body.page.page-slug-how-it-works #main-content {
  padding: 0;
}

.ssp-hiw-page {
  background: #f6fafd;
  color: #111827;
  font-family: "Inter", "Helvetica", "Arial", sans-serif;
}

.ssp-hiw-shell {
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
}

.ssp-hiw-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 12px 24px;
  border-radius: 10px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.ssp-hiw-button:hover {
  transform: translateY(-1px);
}

.ssp-hiw-button--primary {
  background: #0890f1;
  color: #ffffff;
  box-shadow: 0 16px 28px rgba(8, 55, 111, 0.12);
}

.ssp-hiw-button--primary:hover {
  background: #32a9fe;
  color: #ffffff;
}

.ssp-hiw-button--secondary,
.ssp-hiw-button--light {
  background: #ffffff;
  color: #202b93;
  border: 1px solid rgba(8, 144, 241, 0.16);
}

.ssp-hiw-button--secondary:hover,
.ssp-hiw-button--light:hover {
  background: #f5fbff;
  color: #202b93;
}

.ssp-hiw-hero {
  padding: 146px 0 88px;
  background:
    radial-gradient(circle at top right, rgba(186, 235, 255, 0.8), transparent 38%),
    linear-gradient(180deg, #edfaff 0%, #f6fafd 100%);
  overflow: hidden;
}

.ssp-hiw-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: 48px;
  align-items: center;
}

.ssp-hiw-hero__eyebrow,
.ssp-hiw-section-heading p,
.ssp-hiw-why__eyebrow,
.ssp-hiw-cta__eyebrow {
  margin: 0 0 14px;
  color: #0890f1;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
}

.ssp-hiw-hero h1,
.ssp-hiw-section-heading h2,
.ssp-hiw-why__copy h2,
.ssp-hiw-cta h2 {
  margin: 0;
  color: #111827;
  font-family: "FoundersGrotesk", "Inter", sans-serif;
  font-weight: 400;
}

.ssp-hiw-hero h1 {
  max-width: 11ch;
  font-size: clamp(42px, 6vw, 72px);
  line-height: 0.95;
}

.ssp-hiw-hero__lede {
  max-width: 58ch;
  margin: 20px 0 0;
  color: #4b5563;
  font-size: 18px;
  line-height: 1.75;
}

.ssp-hiw-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.ssp-hiw-hero__media {
  display: flex;
  justify-content: center;
}

.ssp-hiw-hero__media-card {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 420px);
  padding: 0;
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 28px 64px rgba(8, 55, 111, 0.14);
  overflow: hidden;
}

.ssp-hiw-hero__media-card img {
  display: block;
  width: 100%;
  height: auto;
}

.ssp-hiw-overview {
  padding-bottom: 28px;
}

.ssp-hiw-overview__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.ssp-hiw-overview__grid article {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 14px 28px rgba(8, 55, 111, 0.06);
  text-align: center;
}

.ssp-hiw-overview__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 14px;
  margin-left: auto;
  margin-right: auto;
  align-self: center;
  border-radius: 14px;
  background: #edf7ff;
  color: #0890f1;
}

.ssp-hiw-overview__icon svg {
  display: block;
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ssp-hiw-overview__grid strong {
  display: block;
  margin-bottom: 6px;
  color: #202b93;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
}

.ssp-hiw-overview__grid span {
  display: block;
  color: #4b5563;
  font-size: 15px;
  line-height: 1.6;
  text-align: center;
}

.ssp-hiw-steps {
  padding: 48px 0 88px;
}

.ssp-hiw-section-heading {
  max-width: 720px;
  margin-bottom: 42px;
}

.ssp-hiw-section-heading h2 {
  font-size: clamp(34px, 4vw, 50px);
  line-height: 1.02;
}

.ssp-hiw-step-list {
  display: grid;
  gap: 32px;
}

.ssp-hiw-step {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.86fr);
  gap: 40px;
  align-items: center;
  padding: 32px;
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(8, 55, 111, 0.06);
}

.ssp-hiw-step.is-reversed {
  grid-template-columns: minmax(280px, 0.86fr) minmax(0, 1fr);
}

.ssp-hiw-step.is-reversed .ssp-hiw-step__copy {
  order: 2;
}

.ssp-hiw-step.is-reversed .ssp-hiw-step__media {
  order: 1;
}

.ssp-hiw-step__meta {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}

.ssp-hiw-step__tag {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  background: #e9f6ff;
  color: #0890f1;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

.ssp-hiw-step__number {
  color: rgba(32, 43, 147, 0.36);
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
}

.ssp-hiw-step h3 {
  margin: 0 0 14px;
  color: #111827;
  font-family: "FoundersGrotesk", "Inter", sans-serif;
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.02;
  font-weight: 400;
}

.ssp-hiw-step p {
  margin: 0 0 22px;
  color: #4b5563;
  font-size: 17px;
  line-height: 1.75;
}

.ssp-hiw-step__points {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ssp-hiw-step__points li {
  position: relative;
  padding-left: 28px;
  color: #202b93;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 600;
}

.ssp-hiw-step__points li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: #ffd06d;
  box-shadow: 0 0 0 4px rgba(255, 208, 109, 0.28);
}

.ssp-hiw-step__media {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 320px;
  border-radius: 24px;
  background: linear-gradient(180deg, #f7fbff 0%, #eef7ff 100%);
  overflow: hidden;
}

.ssp-hiw-step__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ssp-hiw-why {
  padding: 0 0 88px;
}

.ssp-hiw-why__inner {
  display: grid;
  grid-template-columns: minmax(280px, 0.86fr) minmax(0, 1fr);
  gap: 44px;
  align-items: center;
  padding: 36px;
  border-radius: 28px;
  background: #202b93;
  color: #ffffff;
}

.ssp-hiw-why__media {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 340px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.ssp-hiw-why__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ssp-hiw-why__copy h2 {
  color: #ffffff;
  font-size: clamp(32px, 4vw, 46px);
  line-height: 1.02;
}

.ssp-hiw-why__eyebrow {
  color: #8fd0ff;
}

.ssp-hiw-why__points {
  display: grid;
  gap: 14px;
  margin: 26px 0 30px;
  padding: 0;
  list-style: none;
}

.ssp-hiw-why__points li {
  position: relative;
  padding-left: 30px;
  color: #ffffff;
  font-size: 17px;
  line-height: 1.65;
  font-weight: 600;
}

.ssp-hiw-why__points li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: #ffd06d;
  box-shadow: 0 0 0 4px rgba(255, 208, 109, 0.18);
}

.ssp-hiw-cta {
  padding: 0 0 88px;
}

.ssp-hiw-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 36px;
  border-radius: 24px;
  background: #e9f6ff;
}

.ssp-hiw-cta__inner h2 {
  font-size: clamp(30px, 4vw, 42px);
  line-height: 1.02;
}

.ssp-hiw-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

@media (max-width: 991.98px) {
  .ssp-hiw-shell {
    width: min(1200px, calc(100% - 32px));
  }

  .ssp-hiw-hero {
    padding-top: 128px;
  }

  .ssp-hiw-hero__inner,
  .ssp-hiw-step,
  .ssp-hiw-step.is-reversed,
  .ssp-hiw-why__inner,
  .ssp-hiw-cta__inner {
    grid-template-columns: 1fr;
  }

  .ssp-hiw-step.is-reversed .ssp-hiw-step__copy,
  .ssp-hiw-step.is-reversed .ssp-hiw-step__media {
    order: initial;
  }

  .ssp-hiw-overview__grid {
    grid-template-columns: 1fr;
  }

  .ssp-hiw-cta__inner {
    display: grid;
  }
}

@media (max-width: 767.98px) {
  .ssp-hiw-shell {
    width: min(1200px, calc(100% - 24px));
  }

  .ssp-hiw-hero {
    padding: 118px 0 64px;
  }

  .ssp-hiw-hero__inner,
  .ssp-hiw-step,
  .ssp-hiw-why__inner,
  .ssp-hiw-cta__inner {
    gap: 24px;
  }

  .ssp-hiw-step,
  .ssp-hiw-why__inner,
  .ssp-hiw-cta__inner {
    padding: 24px;
    border-radius: 22px;
  }

  .ssp-hiw-hero__media-card {
    padding: 0;
    border-radius: 22px;
  }

  .ssp-hiw-step__media,
  .ssp-hiw-why__media {
    height: 240px;
    border-radius: 20px;
    overflow: hidden;
  }

  .ssp-hiw-step__media img,
  .ssp-hiw-why__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .ssp-hiw-steps,
  .ssp-hiw-why,
  .ssp-hiw-cta {
    padding-bottom: 56px;
  }

  .ssp-hiw-button {
    width: 100%;
  }

  .ssp-hiw-hero__actions,
  .ssp-hiw-cta__actions {
    flex-direction: column;
  }
}
