.review-carousel {
    max-width: 760px;
    margin: 0 auto
}

.review-track {
    display: block;
    overflow: hidden
}

.review-track .testimonial {
    display: none;
    opacity: 0;
    pointer-events: none;
    transform: translateX(18px);
    transition: opacity .35s, transform .35s
}

.review-track .testimonial.active {
    display: block;
    opacity: 1;
    pointer-events: auto;
    transform: none
}

.review-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    margin-top: 30px
}

.price-options {
    display: grid;
    grid-template-columns: minmax(0, 680px);
    justify-content: center;
    align-items: start;
    gap: 22px
}

.price-card {
    width: 100%
}

.complete-card {
    border: 2px solid var(--orange);
    box-shadow: 12px 14px 0 rgba(232, 115, 76, .16);
    transform: translateY(-12px);
    padding-top: 43px
}

.complete-card .popular {
    font-size: 11px;
    padding: 10px 14px
}

.complete-card li {
    padding: 9px 0;
    line-height: 1.4
}

.complete-card li strong {
    font-size: 12px
}

.deliverable-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 28px
}

.included-label {
    font-size: 10px;
    color: var(--orange);
    font-weight: 700;
    letter-spacing: .12em
}

.deliverable-card {
    padding: 26px 22px 26px 0;
    border-top: 2px solid var(--ink);
    border-bottom: 1px solid var(--line)
}

.deliverable-card h3 {
    font-size: 26px;
    margin: 0 0 14px;
    line-height: 1.1
}

.deliverable-card p {
    min-height: 88px;
    margin-bottom: 20px
}

.deliverable-highlight {
    display: block;
    color: var(--deep-sage);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .07em;
    line-height: 1.45
}

.deliverable-note {
    display: block;
    color: var(--muted);
    font-size: 12px;
    margin-top: 9px;
    line-height: 1.4
}

.deliverable-book {
    background: linear-gradient(135deg, #f4eee4 0%, #fffdf9 72%)
}

.deliverable-macros {
    background: linear-gradient(135deg, #eaf0e8 0%, #fffdf9 72%)
}

.deliverable-access {
    background: linear-gradient(135deg, #f8e7dd 0%, #fffdf9 72%)
}

.gallery .slide figcaption {
    display: block
}

.gallery .slide figcaption strong,
.gallery .slide figcaption span {
    display: block
}

.gallery .slide figcaption strong {
    font-family: var(--sans);
    font-size: 11px;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #ffc3a8
}

.gallery .slide figcaption span {
    margin-top: 8px;
    line-height: 1.5;
    color: #cbd9ce;
    font-size: 13px
}

.gallery .slide img {
    object-fit: contain;
    background: #fffdf9;
    border: 1px solid #c8d1c8;
    padding: 8px;
    border-radius: 3px
}

.slide-pair {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    opacity: 0;
    pointer-events: none;
    transform: translateX(18px);
    transition: opacity .35s, transform .35s
}

.slide-pair.active {
    opacity: 1;
    pointer-events: auto;
    transform: none
}

.recipe-preview {
    margin: 0;
    min-width: 0
}

.recipe-preview img {
    width: 100%;
    height: auto;
    aspect-ratio: 1.15;
    object-fit: contain;
    background: #fffdf9;
    border: 1px solid #c8d1c8;
    border-radius: 14px;
    padding: 8px;
    box-shadow: 0 8px 20px rgba(18, 40, 31, .18)
}

.recipe-preview figcaption {
    display: block;
    padding: 14px 4px 0;
    color: #fff
}

.recipe-preview figcaption strong,
.recipe-preview figcaption span {
    display: block
}

.recipe-preview figcaption strong {
    font: 700 11px var(--sans);
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #ffc3a8
}

.recipe-preview figcaption span {
    margin-top: 7px;
    color: #cbd9ce;
    font-size: 12px;
    line-height: 1.4
}

.gallery .slide-pair .recipe-preview img {
    border-radius: 14px
}

.deliverable-card {
    border: 1px solid rgba(49, 76, 66, .12);
    border-top: 3px solid var(--deep-sage);
    border-radius: 14px;
    padding: 24px 20px 25px;
    background: var(--paper);
    box-shadow: 0 8px 20px rgba(29, 41, 38, .06)
}

.deliverable-book {
    border-top-color: #8ba98e;
    background: #f2f6f0
}

.deliverable-macros {
    border-top-color: #e3a083;
    background: #fff4ee
}

.deliverable-access {
    border-top-color: #c6bd7a;
    background: #f4f3e7
}

.deliverable-top {
    margin-bottom: 20px
}

.card-number {
    font-family: var(--serif);
    font-size: 21px
}

.included-label {
    padding: 5px 8px;
    border: 1px solid currentColor;
    border-radius: 999px;
    font-size: 8px
}

.deliverable-card h3 {
    font-size: 24px
}

.deliverable-card p {
    min-height: 0
}

.deliverable-highlight {
    font-weight: 700
}

.deliverable-note {
    font-size: 11px
}

@media(max-width:600px) {
    .deliverable-card {
        padding: 20px 17px 21px;
        border-radius: 12px
    }

    .deliverable-card h3 {
        font-size: 22px
    }

    .deliverable-card p {
        font-size: 13px;
        line-height: 1.5
    }

    .deliverable-top {
        margin-bottom: 17px
    }
}