:root {
    --launch-border: rgba(255, 114, 101, .34);
    --launch-surface: rgba(255, 255, 255, .075);
    --launch-accent: #ff8a7f;
    --testimonial-surface: #fffaf6;
    --testimonial-line: #edd9cd;
}

/* Honest launch pricing: the crossed-out amount is explicitly the future regular price. */
.launch-price {
    display: grid;
    gap: 5px;
    min-width: 180px;
}

.launch-price__eyebrow {
    width: max-content;
    padding: 5px 9px;
    border: 1px solid var(--launch-border);
    border-radius: 999px;
    color: #ffd8d3;
    background: rgba(255, 114, 101, .11);
    font-size: .62rem;
    font-weight: 850;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.launch-price__regular {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #a59cac;
    font-size: .66rem;
    line-height: 1.35;
}

.launch-price__regular del {
    color: #c5bccb;
    font-size: .88rem;
    font-weight: 760;
    text-decoration-color: var(--launch-accent);
    text-decoration-thickness: 2px;
}

.launch-price__current {
    display: flex;
    align-items: flex-start;
    line-height: 1;
}

.launch-price__current .price-prefix {
    margin-top: 10px;
}

.launch-price__saving {
    color: #b7adbf;
    font-size: .63rem;
    line-height: 1.45;
}

.hero-action-row {
    align-items: end;
}

.hero-action-row .launch-price {
    padding: 12px 14px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 15px;
    background: var(--launch-surface);
    backdrop-filter: blur(14px);
}

.price-note strong {
    color: #e8dfee;
}

/* Expanded occasion selector. */
.occasion-section {
    background:
        radial-gradient(circle at 8% 8%, rgba(255, 114, 101, .075), transparent 25rem),
        var(--paper-soft);
}

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

.occasion-card {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 13px;
    align-items: center;
    min-height: 90px;
    padding: 17px 18px;
    border: 1px solid #ead9d0;
    border-radius: 16px;
    color: var(--ink);
    background: rgba(255, 255, 255, .84);
    text-align: left;
    cursor: pointer;
    box-shadow: 0 8px 26px rgba(43, 26, 47, .035);
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.occasion-card:hover,
.occasion-card:focus-visible {
    transform: translateY(-3px);
    border-color: rgba(255, 114, 101, .58);
    background: #fff;
    box-shadow: 0 18px 38px rgba(43, 26, 47, .09);
    outline: none;
}

.occasion-card.is-selected {
    border-color: rgba(124, 82, 239, .46);
    background: linear-gradient(135deg, rgba(255, 114, 101, .08), rgba(124, 82, 239, .07));
    box-shadow: 0 16px 34px rgba(82, 51, 105, .1);
}

.occasion-card__icon {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: 13px;
    background: linear-gradient(145deg, rgba(255, 114, 101, .13), rgba(124, 82, 239, .1));
    font-size: 1.35rem;
}

.occasion-card strong,
.occasion-card small {
    display: block;
}

.occasion-card strong {
    font-size: .88rem;
    line-height: 1.25;
}

.occasion-card small {
    margin-top: 4px;
    color: var(--muted);
    font-size: .67rem;
    line-height: 1.35;
}

.occasion-footer-copy {
    max-width: 760px;
    margin: 34px auto 0;
    color: #685f6d;
    text-align: center;
    line-height: 1.65;
}

.occasion-footer-copy strong {
    color: var(--ink);
}

/* Real customer testimonials with an explicit editorial disclosure. */
.testimonial-section {
    padding: 105px max(28px, calc((100vw - 1220px) / 2));
    background:
        radial-gradient(circle at 90% 10%, rgba(124, 82, 239, .075), transparent 27rem),
        var(--testimonial-surface);
}

.testimonial-summary {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: -28px auto 42px;
    color: #503b4d;
    font-size: .82rem;
}

.testimonial-summary__mark {
    display: grid;
    place-items: center;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(145deg, var(--coral), var(--pink));
    font-size: .72rem;
}

.testimonial-summary small {
    color: #82727f;
}

.testimonial-disclosure {
    max-width: 870px;
    margin: 0 auto 30px;
    padding: 12px 16px;
    border: 1px solid var(--testimonial-line);
    border-radius: 13px;
    color: #725e69;
    background: rgba(255, 255, 255, .72);
    text-align: center;
    font-size: .73rem;
    line-height: 1.55;
}

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

.testimonial-card {
    display: flex;
    flex-direction: column;
    min-height: 320px;
    padding: 25px;
    border: 1px solid var(--testimonial-line);
    border-radius: 20px;
    background: rgba(255, 255, 255, .83);
    box-shadow: 0 18px 42px rgba(65, 39, 56, .055);
}

.testimonial-quote-mark {
    height: 24px;
    color: var(--coral);
    font-family: Georgia, serif;
    font-size: 2.45rem;
    line-height: 1;
}

.testimonial-card blockquote {
    flex: 1;
    margin: 13px 0 24px;
    color: #352b38;
    font-size: .92rem;
    line-height: 1.72;
}

.testimonial-card footer {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    padding-top: 16px;
    border-top: 1px solid var(--testimonial-line);
}

.testimonial-avatar {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(145deg, var(--coral), var(--pink));
    font-size: .72rem;
    font-weight: 900;
}

.testimonial-card footer strong,
.testimonial-card footer small {
    display: block;
}

.testimonial-card footer strong {
    font-size: .82rem;
}

.testimonial-card footer small {
    margin-top: 3px;
    color: #846e78;
    font-size: .64rem;
    line-height: 1.4;
}

/* Form personalization by occasion. */
.occasion-select-label {
    grid-column: 1 / -1;
}

.occasion-select-label select {
    min-height: 52px;
}

.occasion-context {
    margin: 12px 0 0;
    padding: 12px 14px;
    border: 1px solid rgba(124, 82, 239, .18);
    border-radius: 12px;
    color: #655a6d;
    background: rgba(124, 82, 239, .055);
    font-size: .73rem;
    line-height: 1.55;
}

.occasion-context strong {
    color: var(--ink);
}

.creator-price.launch-price--creator {
    display: grid;
    width: min(100%, 350px);
    margin-top: 25px;
    padding: 18px;
    border: 1px solid rgba(255, 114, 101, .24);
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(255, 114, 101, .09), rgba(124, 82, 239, .07));
}

.launch-price--creator .launch-price__eyebrow {
    color: #a43d5d;
    background: rgba(255, 114, 101, .09);
}

.launch-price--creator .launch-price__regular {
    color: #7f727e;
}

.launch-price--creator .launch-price__regular del {
    color: #715f6d;
}

.launch-price--creator .launch-price__current strong {
    color: var(--ink);
    font-size: 2.45rem;
    letter-spacing: -.055em;
}

.launch-price--creator .launch-price__saving {
    color: #756875;
}

.checkout-price-detail {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 2px;
}

.checkout-price-detail del {
    color: rgba(255, 255, 255, .7);
    font-size: .62rem;
    font-weight: 650;
}

.checkout-price-detail strong {
    color: #fff;
    font-size: .82rem;
}

.final-cta-price {
    display: grid;
    gap: 2px;
    text-align: left;
}

.final-cta-price small {
    color: rgba(255, 255, 255, .72);
    font-size: .62rem;
    font-weight: 650;
}

.final-cta-price strong {
    color: #fff;
    font-size: .91rem;
}

@media (max-width: 1080px) {
    .occasion-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

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

    .testimonial-card {
        min-height: 280px;
    }
}

@media (max-width: 760px) {
    .hero-action-row {
        align-items: stretch;
    }

    .hero-action-row .launch-price {
        width: 100%;
    }

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

    .testimonial-section {
        padding: 78px 20px;
    }

    .testimonial-summary {
        flex-wrap: wrap;
        margin-top: -22px;
        text-align: center;
    }
}

@media (max-width: 540px) {
    .occasion-grid,
    .testimonial-grid {
        grid-template-columns: 1fr;
    }

    .occasion-card {
        min-height: 82px;
    }

    .testimonial-card {
        min-height: 0;
        padding: 22px;
    }

    .launch-price--creator .launch-price__current strong {
        font-size: 2.15rem;
    }
}
