/* PDP redesign — Final CTA (SHOP-337) */

.product-page-redesign .pdp-redesign-closing-banner {
  background: #111111;
  color: #ffffff;
  padding: 40px 20px 48px;
  text-align: center;
  position: relative;

  &.pdp-redesign-closing-banner--top-accent::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--accent-color, #b8924a) 50%, transparent);
  }

  .pdp-redesign-closing-banner__eyebrow {
    letter-spacing: 0.08em;
    margin: 0 0 14px;
  }

  .pdp-redesign-closing-banner__title {
    font-size: 52px;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.1;
    margin: 0 0 8px;
    color: #ffffff;

    @media (max-width: 767px) {
      font-size: 28px;
    }
  }

  .pdp-redesign-closing-banner__subtitle {
    font-size: var(--fs-md);
    color: rgba(255, 255, 255, 0.7);
    margin: 0 0 22px;
    line-height: 1.4;
  }

  .pdp-redesign-closing-banner__btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 17px 36px;
    background: #ffffff;
    color: #111111;
    border-radius: var(--radius-md);
    font-size: var(--fs-lg);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    text-decoration: none;
    border: none;
    cursor: pointer;

    &:hover {
      background: rgba(255, 255, 255, 0.92);
    }
  }

  .pdp-redesign-closing-banner__trust {
    margin-top: 16px;
    font-size: var(--fs-xs);
    color: rgba(255, 255, 255, 0.5);
  }

  @media screen and (min-width: 700px) {
    padding: 72px 40px;
  }
}
