@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;
}

.home #featured-title,
.home #site-header-wrap {
  display: none;
}

.home .lh-nav {
  --lh-nav-bg: linear-gradient(135deg, #0890f1 0%, #202b93 100%);
}

.home .lh-nav:not(.scrolled),
.home .lh-nav:not(.scrolled) .lh-nav__bar {
  background: linear-gradient(135deg, #0890f1 0%, #202b93 100%) !important;
}

body:has(.ssp-homepage) {
  padding-top: 0 !important;
}

#main-content:has(.ssp-homepage) {
  padding: 0 !important;
}

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

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

.ssp-eyebrow {
  margin: 0 0 18px;
  color: #d8eeff;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0;
}

.ssp-eyebrow--dark {
  color: #0890f1;
}

.ssp-section {
  padding: 64px 0;
}

.ssp-section__heading {
  max-width: 760px;
  margin-bottom: 44px;
}

.ssp-section__heading h2,
.ssp-story__content h2,
.ssp-business__content h2,
.ssp-cta-band__inner h2 {
  margin: 0;
  color: #111827;
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1.06;
  font-weight: 800;
}

.ssp-section__heading p,
.ssp-story__content p,
.ssp-business__content p {
  font-size: 18px;
  line-height: 1.7;
}

.ssp-hero {
  overflow: hidden;
  background: linear-gradient(135deg, #0890f1 0%, #202b93 100%);
  padding: var(--lh-nav-offset, 0px) 0 0;
  border-radius: 0 0 16px 16px;
}

.ssp-landing-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.88fr);
  gap: 42px;
  align-items: start;
  padding-top: 40px;
}

.ssp-landing-hero__content {
  padding-top: 24px;
}

.ssp-landing-hero__title {
  margin: 0 0 24px;
  color: #ffffff;
  font-family: "FoundersGrotesk", "Inter", sans-serif;
  font-size: clamp(52px, 6vw, 72px);
  line-height: 0.9;
  font-weight: 400;
}

.ssp-landing-hero__title span {
  display: block;
}

.ssp-landing-hero__city {
  color: #ffd06d;
  display: inline-block;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.05;
}

.ssp-landing-hero__proof {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 40px;
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
}

.ssp-landing-hero__apps {
  display: flex;
  align-items: center;
  gap: 8px;
}

.ssp-landing-hero__app-badge,
.ssp-landing-hero__store {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: #52b5f7;
  color: #ffffff;
}

.ssp-landing-hero__app-badge svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.ssp-landing-hero__store svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.ssp-landing-hero__stars {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-left: 4px;
  color: #ffd06d;
  font-size: 16px;
  line-height: 1;
}

.ssp-landing-hero__star {
  display: inline-flex;
  width: 16px;
  height: 16px;
}

.ssp-landing-hero__star svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.ssp-landing-hero__proof-copy {
  color: #ffffff;
  font-weight: 500;
}

.ssp-timeslots {
  position: relative;
  background: #ffffff;
  color: #1c2026;
}

.ssp-timeslots--desktop {
  max-width: 532px;
  margin-bottom: 14px;
  padding: 16px;
  border-radius: 4px;
  box-shadow: 0 4px 14px rgba(32, 43, 147, 0.1);
}

.ssp-timeslots--mobile {
  display: none;
  margin: 0 -12px;
  padding: 28px 16px;
  border-radius: 0 0 10px 10px;
}

.ssp-timeslots__header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
  margin-bottom: 14px;
  font-size: 16px;
  line-height: 24px;
}

.ssp-timeslots__prompt {
  color: #585c62;
}

.ssp-timeslots__city {
  margin-right: 10px;
  color: #1c2026;
  font-weight: 700;
}

.ssp-timeslots__change {
  color: #0890f1;
  font-weight: 600;
}

.ssp-timeslots__cities {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

.ssp-timeslots__city-pill {
  padding: 10px 16px;
  border-radius: 5px;
  color: #1c2026;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

.ssp-timeslots__city-pill:hover {
  background: #baebff;
  color: #1c2026;
}

.ssp-timeslots__city-pill.is-active {
  background: #0890f1;
  color: #ffffff;
}

.ssp-timeslots__slots {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.ssp-slot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 16px;
  border: 1px solid #0890f1;
  border-radius: 5px;
  transition: 0.25s;
}

.ssp-slot:hover {
  background: #baebff;
  border-color: #baebff;
}

.ssp-slot__content {
  width: 100%;
  color: #1c2026;
}

.ssp-slot__label {
  display: flex;
  align-items: center;
  color: #9c9ea3;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.ssp-slot:hover .ssp-slot__label {
  color: #0890f1;
}

.ssp-slot__icon {
  display: inline-flex;
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

.ssp-slot__icon svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.ssp-slot__time {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}

.ssp-slot__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #9c9ea3;
}

.ssp-slot__arrow svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ssp-timeslots__footer {
  grid-column: 1 / -1;
}

.ssp-timeslots__footer a {
  color: #0890f1;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

.ssp-timeslots__tracking {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  max-width: 532px;
}

.ssp-timeslots__tracking--desktop {
  margin-bottom: 112px;
}

.ssp-timeslots__tracking--mobile {
  margin: 14px 0 0;
}

.ssp-timeslots__tracking-input {
  height: 48px;
  padding: 12px 14px;
  border: 1px solid rgba(32, 43, 147, 0.16);
  border-radius: 6px;
  color: #1c2026;
  font-size: 15px;
  line-height: 1.5;
  background: #ffffff;
}

.ssp-timeslots__tracking-input:focus {
  outline: none;
  border-color: #0890f1;
  box-shadow: 0 0 0 3px rgba(8, 144, 241, 0.12);
}

.ssp-timeslots__tracking-button {
  height: 48px;
  padding: 12px 18px;
  border: none;
  border-radius: 6px;
  background: #2fccc0;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.2s ease;
  white-space: nowrap;
}

.ssp-timeslots__tracking-button:hover {
  background: #27b8ad;
}

.ssp-landing-hero__media {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-top: 24px;
}

.ssp-landing-hero__media::before {
  content: "";
  position: absolute;
  right: 14px;
  bottom: 26px;
  width: 84%;
  height: 68%;
  border-radius: 48% 52% 44% 56% / 42% 42% 58% 58%;
  /* background: #aee5ff; */
}

.ssp-landing-hero__image {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  max-width: 560px;
  height: 626px;
  object-fit: contain;
  object-position: center bottom;
  transform: translateY(-28px);
  border-radius: 0;
  filter: drop-shadow(0 14px 30px rgba(20, 64, 110, 0.18));
}

.ssp-landing-hero__media-card {
  position: absolute;
  z-index: 2;
  left: -26px;
  bottom: 56px;
  display: flex;
  gap: 14px;
  align-items: center;
  max-width: 310px;
  padding: 14px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 36px rgba(32, 43, 147, 0.18);
}

.ssp-landing-hero__media-card img {
  width: 86px;
  height: 86px;
  object-fit: cover;
  border-radius: 10px;
}

.ssp-landing-hero__media-card strong {
  display: block;
  color: #1c2026;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 800;
}

.ssp-landing-hero__media-card span {
  display: block;
  margin-top: 6px;
  color: #585c62;
  font-size: 14px;
  line-height: 1.45;
}

.ssp-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 28px;
  border: 1px solid transparent;
  border-radius: 6px;
  text-decoration: none;
  font-size: 17px;
  line-height: 1;
  font-weight: 800;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.ssp-button--primary,
.ssp-button--gold {
  background: #ffd06d;
  color: #202b93;
}

.ssp-button--secondary {
  border-color: #ffffff;
  color: #ffffff;
}

.ssp-button--secondary-light {
  border-color: rgba(255, 255, 255, 0.5);
  color: #ffffff;
}

.ssp-button--delight-outline {
  background: #ffffff;
  border-color: #0890f1;
  color: #0890f1;
}

.ssp-button--delight-outline:hover {
  background: #0890f1;
  color: #ffffff;
}

.ssp-checks {
  display: grid;
  gap: 16px;
  margin: 38px 0 0;
  padding: 0;
  list-style: none;
}

.ssp-checks li {
  position: relative;
  padding-left: 28px;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.6;
}

.ssp-checks li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffd06d;
}

.ssp-checks--dark li {
  color: #111827;
}

.ssp-story__points strong,
.ssp-testimonial__meta strong {
  display: block;
  color: #111827;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 800;
}

.ssp-story__points span,
.ssp-testimonial__meta span {
  display: block;
  margin-top: 6px;
  color: #4b5563;
  font-size: 15px;
  line-height: 1.5;
}

.ssp-services-heading {
  margin: 0;
  color: #ffd06d;
  font-family: "Inter", "Helvetica", "Arial", sans-serif;
  font-size: clamp(20px, 2.1vw, 28px);
  line-height: 1.15;
  font-weight: 500;
  max-width: 760px;
  white-space: normal;
}

.ssp-services-copy {
  margin: 10px 0 0;
  max-width: 760px;
  color: #4b5563;
  font-family: "Inter", "Helvetica", "Arial", sans-serif;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 400;
}

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

.ssp-step-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.ssp-step-highlights div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  min-height: 62px;
  padding: 12px 18px;
  border-radius: 14px;
  background: #ffd06d !important;
  color: #0f172a;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  text-align: left;
}

.ssp-step-highlights__icon {
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #ffffff;
  color: #0890f1;
  box-shadow: 0 3px 10px rgba(8, 144, 241, 0.1);
}

.ssp-step-highlights__icon svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
}

.ssp-step-highlights div span:last-child {
  display: block;
}


.ssp-pricing-band {
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1.1fr);
  gap: 40px;
  align-items: center;
  margin-top: 40px;
  padding: 28px 0 8px;
}

.ssp-pricing-band__cards {
  display: grid;
  gap: 16px;
}

.ssp-pricing-card {
  position: relative;
  display: block;
  min-height: 184px;
  padding: 24px 8px 24px 24px;
  border-radius: 12px;
  background: #ffffff;
  color: #1c2026;
  text-decoration: none;
}

.ssp-pricing-card__badge {
  position: absolute;
  top: 4px;
  right: 4px;
  padding: 4px 8px;
  border-radius: 8px;
  background: #ffe5ae;
  color: #1c2026;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
}

.ssp-pricing-card__inner {
  display: flex;
  align-items: center;
  gap: 24px;
  height: 100%;
}

.ssp-pricing-card__image {
  display: block;
  width: 56px;
  height: 56px;
}

.ssp-pricing-card__content h4 {
  margin: 0 0 4px;
  color: #1c2026;
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
}

.ssp-pricing-card__price {
  display: inline-block;
  color: #1c2026;
  font-size: 18px;
  line-height: 20px;
  font-weight: 800;
}

.ssp-pricing-band__copy h2 {
  margin: 0 0 24px;
  color: #111827;
  font-family: "FoundersGrotesk", "Inter", sans-serif;
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1;
  font-weight: 400;
}

.ssp-pricing-band__copy p {
  margin: 0 0 32px;
  color: #4b5563;
  font-size: 18px;
  line-height: 24px;
}

.ssp-pricing-list-wrap {
  margin-top: 24px;
  margin-bottom: 12px;
}

.ssp-section--story,
.ssp-section--services,
.ssp-section--business {
  padding-top: 36px;
}

.ssp-pricing-list-wrap .pricing-list-new {
  background: #202b93;
  color: #ffffff;
  border-radius: 16px;
  padding: 24px 16px;
}

.ssp-pricing-list-wrap .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
}

.ssp-pricing-list-wrap .row > * {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
}

.ssp-pricing-list-wrap .featured-service-card {
  position: relative;
  display: flex;
  min-height: 148px;
  margin-bottom: 12px;
  padding: 18px 8px 18px 18px;
  border-radius: 12px;
  background: #ffffff;
  color: #1c2026;
  text-decoration: none;
}

.ssp-pricing-list-wrap .popular-badge {
  position: absolute;
  top: 4px;
  right: 4px;
  padding: 4px 8px;
  border-radius: 8px;
  background: #ffe5ae;
  color: #1c2026;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
}

.ssp-pricing-list-wrap .featured-service-card .d-flex {
  gap: 24px;
  align-items: center;
}

.ssp-pricing-list-wrap .service-name {
  margin: 0 0 4px;
  color: #1c2026;
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
}

.ssp-pricing-list-wrap .pricing-info span {
  color: #1c2026;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
}

.ssp-pricing-list-wrap .pricing-heading-new {
  margin-bottom: 16px;
  color: #ffffff;
  font-family: "FoundersGrotesk", "Inter", sans-serif;
  font-size: clamp(28px, 3.2vw, 38px);
  line-height: 1;
  font-weight: 400;
}

.ssp-pricing-list-wrap .pricing-description {
  margin-bottom: 20px;
  color: #ffffff;
  font-size: 18px;
  line-height: 24px;
}

.ssp-pricing-list-wrap .ssp-button.ssp-button--gold {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 20px;
}

.ssp-pricing-list-wrap .service-buttons-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
}

.ssp-pricing-list-wrap .service-buttons {
  display: flex;
  width: 100%;
  flex-grow: 1;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.ssp-pricing-list-wrap .service-button {
  display: flex;
  flex: 0 0 auto;
  min-width: 48%;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 999px;
  background: #ffffff;
  color: #1c2026;
  text-decoration: none;
}

.ssp-pricing-list-wrap .service-button-icon {
  width: 34px;
  height: 34px;
}

.ssp-pricing-list-wrap .service-button-icon svg {
  width: 18px;
  height: 18px;
}

.ssp-pricing-list-wrap .service-button span.font-16-18 {
  font-size: 15px;
  line-height: 16px;
}

.ssp-pricing-list-wrap .light-sky-blue {
  color: #baebff;
}

.ssp-inline-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: #baebff;
}

.ssp-inline-arrow svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ssp-step,
.ssp-testimonial,
.ssp-service-card {
  background: #ffffff;
  border-radius: 18px;
}

.ssp-step {
  padding: 34px 30px;
}

.ssp-section--steps {
  background: #e9f6ff;
}

.ssp-step__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #0890f1;
  color: #ffffff;
  font-size: 21px;
  line-height: 1;
  font-weight: 800;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease,
    color 0.22s ease;
}

.ssp-step:hover .ssp-step__num {
  transform: translateY(-3px) scale(1.08);
  background: #0f52ba;
  color: #ffffff;
  box-shadow: 0 12px 24px rgba(15, 82, 186, 0.22);
}

.ssp-step h3,
.ssp-service-card h3 {
  margin: 22px 0 0;
  color: #111827;
  font-size: 28px;
  line-height: 1.15;
  font-weight: 800;
}

.ssp-step p,
.ssp-service-card p,
.ssp-testimonial__quote {
  margin: 18px 0 0;
  color: #4b5563;
  font-size: 17px;
  line-height: 1.65;
}

.ssp-story,
.ssp-business {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 56px;
  align-items: center;
}

.ssp-story__content {
  order: 1;
}

.ssp-story__media {
  order: 2;
}

.ssp-business__media {
  order: 1;
}

.ssp-business__content {
  order: 2;
}

.ssp-story__media img,
.ssp-business__media img {
  display: block;
  width: 100%;
  height: 520px;
  object-fit: cover;
  border-radius: 24px;
}

.ssp-story__points {
  display: grid;
  gap: 20px;
  margin-top: 28px;
}

.ssp-story__points div {
  position: relative;
  padding-left: 50px;
  min-height: 42px;
}

.ssp-story__point-icon {
  position: absolute;
  left: 0;
  top: 2px;
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #e9f6ff;
  color: #0890f1;
  box-shadow: 0 4px 12px rgba(8, 144, 241, 0.08);
}

.ssp-story__point-icon svg {
  width: 15px;
  height: 15px;
  fill: currentColor;
}

.ssp-story-benefit {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  gap: 36px;
  align-items: center;
  margin-top: 20px;
  padding-top: 8px;
}

.ssp-section--story-benefit {
  background: #e9f6ff;
  border-radius: 0 0 12px 12px;
}

.ssp-story-benefit__media img {
  display: block;
  width: 100%;
  max-width: 543px;
  height: 389px;
  border-radius: 0 0 12px 12px;
  object-fit: cover;
  box-shadow: 0 20px 44px rgba(17, 24, 39, 0.12);
}

.ssp-story-benefit__content h3 {
  margin: 0 0 24px;
  color: #111827;
  font-family: "FoundersGrotesk", "Inter", sans-serif;
  font-size: clamp(30px, 4vw, 40px);
  line-height: 1;
  font-weight: 400;
}

.ssp-story-benefit__list {
  display: grid;
  gap: 10px;
}

.ssp-story-benefit__item {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #111827;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
}

.ssp-story-benefit__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  border-radius: 16px;
  background: #ffffff;
  color: #0890f1;
  box-shadow: inset 0 0 0 1px rgba(8, 144, 241, 0.08);
}

.ssp-story-benefit__icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ssp-services {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
}

.ssp-app {
  display: grid;
  grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1.08fr);
  gap: 44px;
  align-items: center;
  padding: 34px 38px;
  border-radius: 28px;
  background:
    radial-gradient(circle at top left, rgba(255, 208, 109, 0.24), transparent 32%),
    linear-gradient(135deg, #eef7ff 0%, #f8fbff 100%);
  border: 1px solid rgba(8, 144, 241, 0.1);
}

.ssp-app__media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 520px;
}

.ssp-app__phone {
  position: relative;
  width: min(100%, 328px);
  padding: 14px;
  border-radius: 36px;
  background: linear-gradient(180deg, #0b1833 0%, #121f41 100%);
  box-shadow: 0 28px 60px rgba(8, 144, 241, 0.22);
}

.ssp-app__phone-notch {
  width: 120px;
  height: 20px;
  margin: 0 auto 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
}

.ssp-app__phone-screen {
  overflow: hidden;
  min-height: 470px;
  padding: 22px 18px 18px;
  border-radius: 26px;
  background: linear-gradient(180deg, #0890f1 0%, #1f8de3 100%);
}

.ssp-app__screen-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.ssp-app__screen-brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
}

.ssp-app__screen-brand-icon {
  display: inline-flex;
  width: 28px;
  height: 28px;
  color: #ffd06d;
}

.ssp-app__screen-brand-icon svg {
  width: 100%;
  height: 100%;
}

.ssp-app__screen-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 50px;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
}

.ssp-app__screen-card {
  margin-top: 18px;
  padding: 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 14px 28px rgba(17, 24, 39, 0.12);
}

.ssp-app__screen-card--light {
  background: #dff0ff;
}

.ssp-app__screen-card p {
  margin: 0;
  color: #5f6b7a;
  font-size: 14px;
  line-height: 1.4;
}

.ssp-app__screen-card strong {
  display: block;
  margin-top: 8px;
  color: #111827;
  font-size: 23px;
  line-height: 1.15;
  font-weight: 800;
}

.ssp-app__screen-card span {
  display: block;
  margin-top: 8px;
  color: #4b5563;
  font-size: 14px;
  line-height: 1.5;
}

.ssp-app__screen-footer {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 22px;
}

.ssp-app__screen-footer span {
  height: 52px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.16);
}

.ssp-app__floating-card {
  position: absolute;
  left: 0;
  bottom: 12px;
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: 320px;
  padding: 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 18px 36px rgba(17, 24, 39, 0.12);
}

.ssp-app__floating-card img {
  width: 72px;
  height: 72px;
  flex: 0 0 auto;
  border-radius: 14px;
  object-fit: cover;
}

.ssp-app__floating-card strong {
  display: block;
  color: #111827;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 800;
}

.ssp-app__floating-card span {
  display: block;
  margin-top: 6px;
  color: #4b5563;
  font-size: 14px;
  line-height: 1.45;
}

.ssp-app__content h2 {
  margin: 0;
  color: #111827;
  font-family: "FoundersGrotesk", "Inter", sans-serif;
  font-size: clamp(34px, 4vw, 46px);
  line-height: 0.98;
}

.ssp-app__promo-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 14px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #ffd06d;
  color: #1c2026;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 800;
  box-shadow: 0 10px 20px rgba(255, 208, 109, 0.28);
}

.ssp-app__benefits {
  display: grid;
  gap: 16px;
  margin-top: 28px;
}

.ssp-app__benefit {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #334155;
  font-size: 18px;
  line-height: 1.5;
}

.ssp-app__benefit-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  flex: 0 0 auto;
  border-radius: 18px;
  background: #ffffff;
  color: #0890f1;
  box-shadow: 0 12px 24px rgba(8, 144, 241, 0.12);
}

.ssp-app__benefit-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ssp-app__cta {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 24px;
  margin-top: 34px;
  padding: 24px 26px;
  border-radius: 0 22px 22px 22px;
  background: #dfeeff;
}

.ssp-app__stores {
  flex: 1 1 auto;
}

.ssp-app__stores p {
  margin: 0 0 14px;
  color: #334155;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 800;
}

.ssp-app__store-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.ssp-app__store-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 188px;
  padding: 12px 16px;
  border-radius: 16px;
  background: #111827;
  color: #ffffff;
  text-decoration: none;
}

.ssp-app__store-button:hover {
  color: #ffffff;
}

.ssp-app__store-icon {
  display: inline-flex;
  width: 24px;
  height: 24px;
}

.ssp-app__store-icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.ssp-app__store-button small,
.ssp-app__store-button strong {
  display: block;
  line-height: 1.2;
}

.ssp-app__store-button small {
  font-size: 11px;
  font-weight: 500;
}

.ssp-app__store-button strong {
  margin-top: 2px;
  font-size: 16px;
  font-weight: 700;
}

.ssp-app__qr {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 132px;
}

.ssp-app__qr-code {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: inset 0 0 0 1px rgba(8, 144, 241, 0.08);
}

.ssp-app__qr-code img {
  display: block;
  width: 116px;
  height: 116px;
  border-radius: 10px;
}

.ssp-app__qr p {
  margin: 0;
  color: #4b5563;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 700;
}

.ssp-delight {
  margin-top: 40px;
}

.ssp-delight__intro {
  margin-bottom: 28px;
  text-align: center;
}

.ssp-delight__intro h3 {
  margin: 0 auto;
  max-width: 820px;
  color: #1c2026;
  font-family: "FoundersGrotesk", "Inter", sans-serif;
  font-size: clamp(28px, 3.6vw, 38px);
  line-height: 1.04;
  font-weight: 400;
}

.ssp-delight__layout {
  display: grid;
  gap: 24px;
}

@media (min-width: 1200px) {
  .ssp-delight__layout {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.96fr);
    gap: 34px;
    align-items: stretch;
  }
}

.ssp-delight__list {
  display: grid;
  gap: 12px;
}

.ssp-delight__item {
  border-radius: 18px;
  background: #f7fafc;
  border: 1px solid rgba(8, 144, 241, 0.12);
  transition: background-color 0.28s ease, box-shadow 0.28s ease, transform 0.28s ease;
}

.ssp-delight__item:hover {
  background: #e9f6ff !important;
  border-color: rgba(8, 144, 241, 0.2);
}

.ssp-delight__item.is-active {
  background: #ffe5ae;
  border-color: rgba(32, 43, 147, 0.16);
  box-shadow: 0 16px 34px rgba(255, 208, 109, 0.2);
}

.ssp-delight__trigger {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 24px;
  border: 0;
  border-radius: 18px;
  background: transparent;
  color: #1c2026;
  text-align: left;
  cursor: pointer;
  transition: background-color 0.28s ease;
}

.ssp-delight__item:hover .ssp-delight__trigger {
  background: #e9f6ff;
}

.ssp-delight__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  border-radius: 0;
  background: transparent;
  color: #32a9fe;
}

.ssp-delight__icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ssp-delight__icon-shape {
  display: block;
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.ssp-delight__trigger-copy {
  display: block;
  flex: 1 1 auto;
}

.ssp-delight__eyebrow {
  display: block;
  color: #1c2026;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.ssp-delight__title {
  display: block;
  margin-top: 4px;
  color: #1c2026;
  font-family: "Inter", "Helvetica", "Arial", sans-serif;
  font-size: 20px;
  line-height: 1.15;
  font-weight: 600;
}

.ssp-delight__item.is-active .ssp-delight__eyebrow,
.ssp-delight__item.is-active .ssp-delight__title {
  color: #202b93;
}

.ssp-delight__plus {
  display: none;
}

.ssp-delight__panel {
  padding: 0 24px 24px 24px;
}

.ssp-delight__panel p {
  margin: 0 0 14px;
  color: #202b93;
  font-size: 18px;
  line-height: 1.55;
  font-weight: 400;
}

.ssp-delight__mobile-image {
  display: block;
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .ssp-delight__mobile-image {
    display: none;
  }
}

.ssp-delight__mobile-image img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 320px;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.ssp-delight__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  border-radius: 16px;
}

.ssp-delight__media {
  display: none;
}

@media (min-width: 1200px) {
  .ssp-delight__media {
    display: block;
    position: relative;
    min-height: 100%;
    height: 100%;
    align-self: stretch;
  }
}

.ssp-delight__image {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.28s ease, visibility 0.28s ease;
}

.ssp-delight__image.is-active {
  opacity: 1;
  visibility: visible;
}

.ssp-delight__panel .ssp-button {
  width: fit-content;
  min-height: 48px;
  padding: 0 22px;
  font-weight: 400;
}

.ssp-service-card {
    overflow: hidden;
    color: inherit;
    text-decoration: none;
}

.ssp-service-card__image-wrap {
    display: block;
    width: 100%;
    height: 220px;
    overflow: hidden;
}

.ssp-service-card__image-wrap img,
.ssp-service-card > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ssp-service-card__body {
  padding: 26px;
}

.ssp-service-card__label {
  display: inline-block;
  color: #6b7280;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
}

.ssp-service-card__price,
.ssp-service-card__eyebrow {
  display: inline-block;
  margin-top: 24px;
  color: #0890f1;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 800;
}

.ssp-service-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 24px;
  flex-wrap: nowrap;
}

.ssp-service-card__footer .ssp-service-card__price {
  margin-top: 0;
  flex: 1 1 auto;
  min-width: 0;
  font-size: 15px;
  line-height: 20px;
  white-space: nowrap;
}

.ssp-service-card__arrow {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #e9f6ff;
  color: #0890f1;
}

.ssp-service-card__arrow svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ssp-service-card--business {
  display: flex;
  align-items: stretch;
  background: #0890f1;
}

.ssp-service-card--business .ssp-service-card__body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.ssp-service-card--business .ssp-service-card__eyebrow {
  margin-top: 0;
  color: #d8eeff;
  font-size: 16px;
  font-weight: 700;
}

.ssp-service-card--business h3,
.ssp-service-card--business p {
  color: #ffffff;
}

.ssp-business__content .ssp-checks {
  margin-top: 28px;
}

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

.ssp-testimonial {
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.ssp-testimonial__meta {
  margin-top: 26px;
}

.ssp-testimonial__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 22px;
  color: #0890f1;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 700;
  text-decoration: none;
}

.ssp-testimonial__link:hover {
  color: #202b93;
}

.ssp-cta-band {
  padding: 64px 0;
}

.ssp-cta-band__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 38px 42px;
  border-radius: 24px;
  background: #0890f1;
}

.ssp-cta-band__inner h2,
.ssp-cta-band__inner .ssp-eyebrow {
  color: #ffffff;
}

@media (max-width: 1199.98px) {
  .ssp-landing-hero,
  .ssp-story,
  .ssp-business,
  .ssp-services,
  .ssp-testimonials {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ssp-story-benefit {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .ssp-app {
    grid-template-columns: 1fr;
    gap: 32px;
  }

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

  .ssp-app__media {
    min-height: 0;
  }

  .ssp-pricing-band {
    grid-template-columns: 1fr 1fr;
  }

  .ssp-services .ssp-service-card--business {
    grid-column: span 2;
  }

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

  .ssp-step-highlights {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 768px) {
  .ssp-pricing-list-wrap .col-md-6 {
    width: 50%;
  }

  .ssp-pricing-list-wrap .max-width-md-40 {
    max-width: 40%;
  }

  .ssp-pricing-list-wrap .ms-auto {
    margin-left: auto;
  }

  .ssp-pricing-list-wrap .featured-service-card {
    padding: 22px 8px 22px 22px;
  }

  .ssp-pricing-list-wrap .featured-service-card .d-flex {
    gap: 40px;
  }

  .ssp-pricing-list-wrap .service-buttons-bottom {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 14px;
  }

  .ssp-pricing-list-wrap .service-buttons {
    width: auto;
    flex-grow: 1;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 10px;
    min-width: 0;
  }

  .ssp-pricing-list-wrap .service-button {
    flex: 0 0 auto;
    min-width: 0;
    padding: 9px 12px;
  }

  .ssp-pricing-list-wrap .service-buttons-bottom > a {
    white-space: nowrap;
  }
}

@media (min-width: 992px) {
  .ssp-pricing-list-wrap .pricing-list-new > .row:first-child {
    padding: 28px 96px 0;
  }

  .ssp-pricing-list-wrap .pricing-list-new > .row:last-child {
    padding: 28px 72px 0;
  }
}

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

  .ssp-section,
  .ssp-cta-band {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .ssp-section--story,
  .ssp-section--services,
  .ssp-section--business {
    padding-top: 28px;
  }

  .ssp-hero {
    padding-top: var(--lh-nav-offset, 0px);
  }

  .ssp-landing-hero,
  .ssp-story,
  .ssp-business,
  .ssp-services,
  .ssp-testimonials {
    grid-template-columns: 1fr;
  }

  .ssp-story__content,
  .ssp-story__media,
  .ssp-business__media,
  .ssp-business__content {
    order: initial;
  }

  .ssp-pricing-band {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .ssp-services .ssp-service-card--business {
    grid-column: auto;
  }

  .ssp-landing-hero {
    gap: 28px;
  }

  .ssp-landing-hero__media {
    padding-top: 0;
  }

  .ssp-landing-hero__media::before {
    width: 82%;
    height: 68%;
    bottom: 26px;
  }

  .ssp-landing-hero__image,
  .ssp-story__media img,
  .ssp-business__media img {
    height: 420px;
  }

  .ssp-landing-hero__media-card {
    left: 18px;
    bottom: 18px;
  }

  .ssp-app__cta {
    flex-direction: column;
    align-items: flex-start;
  }

  .ssp-app__qr {
    align-items: flex-start;
  }

  .ssp-cta-band__inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

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

  .ssp-landing-hero {
    padding-top: 0;
    gap: 0;
  }

  .ssp-landing-hero__content {
    padding-top: 40px;
  }

  .ssp-landing-hero__title {
    font-size: 48px;
    line-height: 0.95;
  }

  .ssp-landing-hero__proof {
    margin-bottom: 24px;
  }

  .ssp-app {
    padding: 24px;
    gap: 24px;
  }

  .ssp-delight {
    margin-top: 28px;
  }

  .ssp-delight__intro {
    margin-bottom: 18px;
  }

  .ssp-delight__trigger {
    padding: 16px 18px;
  }

  .ssp-delight__panel {
    padding: 0 18px 18px 18px;
  }

  .ssp-delight__panel p {
    font-size: 18px;
    line-height: 1.45;
  }



  .ssp-app__phone {
    width: min(100%, 290px);
  }

  .ssp-app__phone-screen {
    min-height: 420px;
  }

  .ssp-app__floating-card {
    position: static;
    max-width: none;
    margin-top: 16px;
  }

  .ssp-app__benefit {
    align-items: flex-start;
    font-size: 16px;
  }

  .ssp-app__benefit-icon {
    width: 48px;
    height: 48px;
  }

  .ssp-app__cta {
    padding: 20px;
    border-radius: 18px;
  }

  .ssp-app__store-buttons {
    width: 100%;
  }

  .ssp-app__store-button {
    min-width: 0;
    width: 100%;
  }

  .ssp-timeslots--desktop {
    display: none;
  }

  .ssp-story-benefit {
    gap: 20px;
    margin-top: 16px;
    padding-top: 4px;
  }

  .ssp-story-benefit__media img {
    height: 280px;
  }

  .ssp-story-benefit__item {
    align-items: flex-start;
  }

  .ssp-timeslots--mobile {
    display: block;
  }

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

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

  .ssp-landing-hero__media {
    display: none;
  }

  .ssp-story__media img,
  .ssp-business__media img {
    height: 300px;
  }

  .ssp-landing-hero__media-card {
    position: static;
    max-width: none;
    margin-top: 16px;
  }

  .ssp-button {
    width: 100%;
  }

  .ssp-landing-hero__image,
  .ssp-story__media img,
  .ssp-business__media img {
    height: 300px;
  }

  .ssp-step,
  .ssp-service-card__body,
  .ssp-testimonial,
  .ssp-cta-band__inner {
    padding: 24px;
  }

  .ssp-section,
  .ssp-cta-band {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .ssp-pricing-list-wrap {
    margin-bottom: 12px;
  }

  .ssp-section--story,
  .ssp-section--services,
  .ssp-section--business {
    padding-top: 24px;
  }
}

.ssp-section--faq-help {
  padding-top: 28px;
}

.ssp-faq-help {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
  gap: 32px;
  padding: 44px;
  border-radius: 28px;
  background: #bae7ff;
  color: #202b93;
}

.ssp-faq-help__intro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.ssp-faq-help__intro h2 {
  max-width: 11ch;
  margin: 0 0 20px;
  color: #202b93;
}

.ssp-faq-help__ask {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
  padding: 12px 18px;
  border: 0;
  border-radius: 10px;
  background: #ffffff;
  color: #202b93;
  font-size: 15px;
  line-height: 1.1;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 14px 30px rgba(8, 55, 111, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.ssp-faq-help__ask:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 34px rgba(8, 55, 111, 0.12);
}

.ssp-faq-help__ask-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: #202b93;
  color: #ffffff;
}

.ssp-faq-help__ask-icon svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
}

.ssp-faq-help__app-card {
  display: flex;
  align-items: stretch;
  width: 100%;
  max-width: 560px;
  border-radius: 20px;
  background: #dff5ff;
  overflow: hidden;
}

.ssp-faq-help__app-copy {
  flex: 1;
  padding: 20px 22px;
}

.ssp-faq-help__app-copy p {
  margin: 0 0 18px;
  color: #1c2026;
  font-size: 15px;
  line-height: 1.5;
}

.ssp-faq-help__stores {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.ssp-faq-help__store {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 172px;
  padding: 10px 14px;
  border-radius: 14px;
  background: #ffffff;
  color: #1c2026;
  box-shadow: 0 10px 24px rgba(8, 55, 111, 0.06);
}

.ssp-faq-help__store:hover {
  color: #1c2026;
}

.ssp-faq-help__store-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: #202b93;
  color: #ffffff;
  flex-shrink: 0;
}

.ssp-faq-help__store-icon svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.ssp-faq-help__store small,
.ssp-faq-help__store strong {
  display: block;
}

.ssp-faq-help__store small {
  color: #5f6478;
  font-size: 11px;
  line-height: 1.1;
  font-weight: 600;
}

.ssp-faq-help__store strong {
  color: #1c2026;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
}

.ssp-faq-help__qr {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 156px;
  padding: 18px 16px;
  background: #cfefff;
  text-align: center;
}

.ssp-faq-help__qr-box {
  width: 120px;
  padding: 8px;
  border-radius: 14px;
  background: #ffffff;
}

.ssp-faq-help__qr-box img {
  display: block;
  width: 100%;
  height: auto;
}

.ssp-faq-help__qr span {
  color: #202b93;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 600;
}

.ssp-faq {
  display: grid;
  gap: 12px;
}

.ssp-faq__item {
  border: 1px solid rgba(8, 144, 241, 0.12);
  border-radius: 18px;
  background: #f7fafc;
  overflow: hidden;
  transition: background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease,
    transform 0.3s ease;
}

.ssp-faq__item:hover {
  background: #e9f6ff !important;
  border-color: rgba(8, 144, 241, 0.24);
}

.ssp-faq__item:hover .ssp-faq__toggle,
.ssp-faq__toggle:hover,
.ssp-faq__toggle:focus,
.ssp-faq__toggle:active,
.ssp-homepage .ssp-faq__item:hover button.ssp-faq__toggle,
.ssp-homepage button.ssp-faq__toggle:hover,
.ssp-homepage button.ssp-faq__toggle:focus,
.ssp-homepage button.ssp-faq__toggle:active {
  background: #e9f6ff !important;
  background-color: #e9f6ff !important;
  color: #202b93 !important;
}

.ssp-faq__item.is-active {
  background: #ffe5ae;
  border-color: transparent;
  box-shadow: 0 18px 34px rgba(8, 55, 111, 0.08);
}

.ssp-faq__item.is-active .ssp-faq__toggle {
  background-color: transparent !important;
  color: #202b93 !important;
}

.ssp-faq__item:hover .ssp-faq__arrow,
.ssp-faq__toggle:hover .ssp-faq__arrow,
.ssp-faq__toggle:focus .ssp-faq__arrow,
.ssp-faq__toggle:active .ssp-faq__arrow {
  background: rgba(32, 43, 147, 0.08) !important;
  color: #202b93 !important;
}

.ssp-faq__trigger {
  display: flex;
  align-items: center;
  gap: 18px;
  width: 100%;
  padding: 20px 22px;
  border: 0;
  background: transparent;
  color: #202b93;
  text-align: left;
  font-size: 17px;
  line-height: 1.45;
  font-weight: 600;
  cursor: pointer;
}

.ssp-faq__trigger span:first-child {
  flex: 1;
}

.ssp-faq__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: rgba(32, 43, 147, 0.08);
  color: #202b93;
  flex-shrink: 0;
  transition: transform 0.25s ease, background 0.25s ease;
}

.ssp-faq__arrow svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ssp-faq__item.is-active .ssp-faq__arrow {
  background: rgba(32, 43, 147, 0.12);
}

.ssp-faq__item.is-active .ssp-faq__arrow {
  transform: rotate(180deg);
}

.ssp-faq__panel {
  padding: 0 22px 22px;
}

.ssp-faq__panel p {
  max-width: 60ch;
  margin: 0;
  color: #1c2026;
  font-size: 15px;
  line-height: 1.7;
}

.ssp-section--closing {
  padding-top: 32px;
}

.ssp-closing {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  align-items: center;
  gap: 48px;
  padding: 40px;
  border-radius: 28px;
  background: #ffd06d;
  color: #202b93;
}

.ssp-closing__media img {
  display: block;
  width: 100%;
  height: 440px;
  object-fit: cover;
  border-radius: 24px;
}

.ssp-closing__content h2 {
  margin: 0 0 28px;
  color: #202b93;
}

.ssp-closing__points {
  display: grid;
  gap: 20px;
  margin-bottom: 28px;
}

.ssp-closing__point {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #202b93;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
}

.ssp-closing__point-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  color: #202b93;
  flex-shrink: 0;
}

.ssp-closing__point-icon svg {
  width: 24px;
  height: 24px;
  stroke: currentColor;
  stroke-width: 1.9;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ssp-section--closing .ssp-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.ssp-section--closing .ssp-button--secondary-light {
  background: #ffffff;
  color: #202b93;
  border-color: transparent;
  box-shadow: 0 12px 26px rgba(8, 55, 111, 0.08);
}

.ssp-section--closing .ssp-button--secondary-light:hover {
  background: #f4fbff;
  color: #202b93;
}

@media (max-width: 991.98px) {
  .ssp-section--faq-help {
    padding-top: 24px;
  }

  .ssp-faq-help {
    grid-template-columns: 1fr;
    padding: 32px;
    gap: 28px;
  }

  .ssp-section--closing {
    padding-top: 28px;
  }

  .ssp-closing {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 32px;
  }

  .ssp-closing__media img {
    height: 360px;
  }
}

@media (max-width: 767.98px) {
  .ssp-section--faq-help {
    padding-top: 20px;
  }

  .ssp-faq-help {
    padding: 24px;
    border-radius: 22px;
    gap: 24px;
  }

  .ssp-faq-help__intro h2 {
    max-width: none;
    margin-bottom: 18px;
  }

  .ssp-faq-help__app-card {
    flex-direction: column;
  }

  .ssp-faq-help__stores {
    flex-direction: column;
  }

  .ssp-faq-help__store {
    width: 100%;
    min-width: 0;
  }

  .ssp-faq-help__qr {
    width: 100%;
    padding: 18px;
  }

  .ssp-faq__trigger {
    padding: 18px 18px;
    font-size: 16px;
    line-height: 1.4;
  }

  .ssp-faq__panel p {
    font-size: 14px;
    line-height: 1.65;
  }

  .ssp-faq__panel {
    padding: 0 18px 18px;
  }

  .ssp-section--closing {
    padding-top: 24px;
  }

  .ssp-closing {
    padding: 24px;
    gap: 24px;
    border-radius: 22px;
  }

  .ssp-closing__media img {
    height: 280px;
    border-radius: 20px;
  }

  .ssp-closing__content h2 {
    margin-bottom: 22px;
  }

  .ssp-closing__point {
    align-items: flex-start;
    font-size: 16px;
    line-height: 1.45;
  }

  .ssp-section--closing .ssp-actions {
    flex-direction: column;
  }
}
