:root {
  --ps-navy: #172169;
  --ps-navy-soft: #24306f;
  --ps-pink: #e30a6f;
  --ps-bg: #f6f5f3;
  --ps-white: #ffffff;
  --ps-pink-tint: #fdeef4;
  --ps-max-width: 860px;
  --ps-radius: 16px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
}

body {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  background: radial-gradient(circle at 50% 30%, #ffffff 0%, var(--ps-bg) 75%);
  color: var(--ps-navy);
  display: flex;
  justify-content: center;
  padding: 24px 16px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.poster {
  position: relative;
  width: 100%;
  max-width: var(--ps-max-width);
  background: var(--ps-white);
  box-shadow: 0 12px 48px rgba(23, 33, 105, 0.14);
  overflow: hidden;
}

.deco {
  position: absolute;
  width: 44%;
  max-width: 360px;
  height: auto;
  z-index: 0;
  pointer-events: none;
}

.deco__navy {
  fill: var(--ps-navy);
}

.deco__pink {
  fill: none;
  stroke: var(--ps-pink);
  stroke-width: 5;
}

.deco--tl {
  top: 0;
  left: 0;
}

.deco--tr {
  top: 0;
  right: 0;
  transform: scaleX(-1);
}

.deco--bl {
  bottom: 0;
  left: 0;
}

.deco--br {
  bottom: 0;
  right: 0;
  transform: scaleX(-1);
}

.notice {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 96px 48px 104px;
}

.logo {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}

.logo__price,
.logo__shoes {
  font-size: 42px;
  letter-spacing: -0.5px;
}

.logo__price sup {
  font-size: 14px;
  top: -0.9em;
}

.title {
  display: flex;
  flex-direction: column;
  line-height: 0.86;
}

.title__line {
  font-weight: 900;
  letter-spacing: -1px;
}

.title__line--navy {
  color: var(--ps-navy);
  font-size: clamp(64px, 15vw, 118px);
}

.title__line--pink {
  color: var(--ps-pink);
  font-size: clamp(44px, 11.5vw, 92px);
}

.rule {
  border: none;
  height: 3px;
  background: var(--ps-pink);
  margin: 14px auto 22px;
}

.rule--short {
  max-width: 78%;
  height: 2px;
  margin: 14px auto;
  opacity: 0.85;
}

.dashed {
  border: none;
  border-top: 3px dashed var(--ps-pink);
  margin: 24px auto;
  max-width: 88%;
}

.apology {
  margin-bottom: 26px;
}

.apology__lead {
  font-size: clamp(24px, 4vw, 30px);
  font-weight: 700;
  margin-bottom: 8px;
}

.apology__text {
  font-size: clamp(17px, 2.6vw, 21px);
  font-weight: 400;
  line-height: 1.4;
  max-width: 560px;
  margin: auto;
}

.apology__text+.apology__text {
  margin-top: 6px;
}

.box {
  background: var(--ps-navy);
  border-radius: var(--ps-radius);
  padding: 26px 24px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  margin: 8px 0 22px;
}

.box__top {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  color: var(--ps-white);
  font-weight: 700;
  font-size: clamp(24px, 5.5vw, 38px);
  letter-spacing: 1px;
}

.box__dash {
  width: 38px;
  height: 4px;
  background: var(--ps-pink);
  display: inline-block;
}

.box__main {
  color: var(--ps-white);
  font-weight: 900;
  font-size: clamp(42px, 10vw, 74px);
  letter-spacing: 1px;
  line-height: 1;
}

.box__highlight {
  color: var(--ps-pink);
  font-weight: 900;
  font-size: clamp(38px, 9.2vw, 68px);
  letter-spacing: 1px;
  line-height: 1;
}

.services p {
  font-size: clamp(17px, 2.6vw, 22px);
  font-weight: 400;
}

.services strong {
  color: var(--ps-pink);
  font-weight: 700;
}

.services__muted {
  margin-top: 4px;
}

.working {
  margin: 4px 0 26px;
}

.strong {
  font-size: clamp(18px, 2.8vw, 23px);
  font-weight: 700;
  color: var(--ps-navy);
}

.pink {
  color: var(--ps-pink);
  font-weight: 700;
}

.working p {
  font-size: clamp(17px, 2.6vw, 22px);
  line-height: 1.45;
}

.card {
  border-radius: var(--ps-radius);
  margin: 0 auto 22px;
}

.card--stores {
  border: 2px solid var(--ps-pink);
  padding: 22px 24px 24px;
}

.card--stores__title {
  font-size: clamp(26px, 5vw, 38px);
  font-weight: 900;
  color: var(--ps-navy);
  letter-spacing: 0.5px;
}

.card--stores__sub {
  font-size: clamp(22px, 4.4vw, 33px);
  font-weight: 900;
  color: var(--ps-pink);
  letter-spacing: 0.5px;
  line-height: 1.05;
}

.card--stores__pay {
  font-size: clamp(16px, 2.6vw, 21px);
  font-weight: 400;
}

.card--stores__pay strong {
  font-weight: 700;
}

.card--credit {
  border: 2px solid var(--ps-navy);
  overflow: hidden;
  text-align: center;
}

.card--credit__header {
  background: var(--ps-navy);
  color: var(--ps-white);
  font-weight: 900;
  font-size: clamp(18px, 3.4vw, 26px);
  letter-spacing: 0.5px;
  padding: 14px 20px;
}

.card--credit__body {
  padding: 22px 26px 24px;
}

.card--credit__intro {
  font-size: clamp(15px, 2.4vw, 19px);
  line-height: 1.4;
  margin-bottom: 18px;
}

.bank {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  flex-wrap: wrap;
  text-align: left;
}

.bank__logo {
  font-size: clamp(38px, 8vw, 60px);
  font-weight: 900;
  font-style: italic;
  color: var(--ps-navy);
  letter-spacing: -1px;
}

.bank__data {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.bank__row {
  display: flex;
  gap: 10px;
  font-size: clamp(14px, 2.2vw, 18px);
}

.bank__row-pink {
  color: var(--ps-pink) !important;
}


.bank__row dt {
  color: var(--ps-navy-soft);
  min-width: 108px;
}

.bank__row dd {
  font-weight: 700;
  color: var(--ps-navy);
}

.card--credit__note {
  font-size: clamp(14px, 2.3vw, 18px);
  line-height: 1.45;
}

.card--no-charge {
  background: var(--ps-pink-tint);
  border: 2px solid var(--ps-pink);
  padding: 18px 26px;
  text-align: center;
}

.card--no-charge p {
  font-size: clamp(15px, 2.4vw, 19px);
  line-height: 1.45;
}

.commitment {
  font-size: clamp(16px, 2.6vw, 21px);
  line-height: 1.45;
  margin: 4px auto 18px;
  max-width: 90%;
}

.thanks {
  font-style: italic;
  font-weight: 700;
  font-size: clamp(28px, 6vw, 44px);
  color: var(--ps-pink);
}

@media (max-width: 640px) {
  .notice {
    padding: 74px 24px 84px;
  }

  .deco {
    width: 48%;
  }

  .bank {
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }

  .bank__data {
    align-items: flex-start;
    margin: 0 auto;
  }

  .bank__row dt {
    min-width: 92px;
  }

  .box__highlight {
    font-size: clamp(30px, 8.2vw, 68px);
  }

  .box__main {
    font-size: clamp(35px, 10vw, 74px);
  }
}