.vouchers-page {
    overflow: hidden;
    background:
        radial-gradient(circle at top center, rgba(176, 139, 87, 0.16) 0%, rgba(176, 139, 87, 0) 30%),
        linear-gradient(180deg, #070707 0%, #101010 44%, #080808 100%);
}

.vouchers-hero,
.vouchers-cta {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    min-height: 62vh;
    display: flex;
    align-items: center;
    background: #080808;
}

.vouchers-hero {
    padding: 188px 0 106px;
}

.vouchers-hero__image,
.vouchers-cta__image {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.56) saturate(0.9);
    transform: scale(1.02);
}

.vouchers-hero__overlay,
.vouchers-cta__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(90deg, rgba(0, 0, 0, 0.86) 0%, rgba(0, 0, 0, 0.7) 44%, rgba(0, 0, 0, 0.26) 100%),
        linear-gradient(180deg, rgba(0, 0, 0, 0.44) 0%, rgba(0, 0, 0, 0.16) 46%, rgba(0, 0, 0, 0.78) 100%);
}

.vouchers-hero__inner,
.vouchers-cta__inner {
    position: relative;
    z-index: 2;
}

.vouchers-hero__inner {
    width: 100%;
    max-width: var(--container-max);
    margin-right: auto;
    margin-left: auto;
    text-align: left;
}

.vouchers-kicker {
    margin: 0 0 16px;
    color: var(--bronze-light);
    font-size: 12px;
    letter-spacing: 3px;
    line-height: 1.4;
    text-transform: uppercase;
}

.vouchers-hero__title,
.vouchers-section h2,
.vouchers-cta h2 {
    margin: 0;
    color: var(--text-main);
    line-height: 0.96;
}

.vouchers-hero__title {
    max-width: 1100px;
}

.vouchers-hero__subtitle {
    max-width: 720px;
    margin: 26px 0 0;
    color: rgba(245, 245, 245, 0.82);
    font-size: clamp(17px, 1.4vw, 21px);
    line-height: 1.75;
    font-weight: 300;
}

.vouchers-hero__features {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    max-width: 1100px;
    margin: 32px 0 0;
    padding: 0;
    list-style: none;
}

.vouchers-hero__features li {
    padding: 10px 14px;
    border: 1px solid rgba(226, 209, 163, 0.2);
    background: rgba(8, 8, 8, 0.52);
    color: rgba(245, 245, 245, 0.76);
    font-size: 13px;
    letter-spacing: 1.1px;
    text-transform: uppercase;
    backdrop-filter: blur(8px);
}

.vouchers-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 36px;
    align-items: center;
}

.vouchers-actions--center {
    justify-content: center;
}

.vouchers-actions .bronze-btn,
.vouchers-actions .secondary-btn {
    min-height: 58px;
    align-items: center;
    justify-content: center;
}

.vouchers-actions__secondary {
    display: inline-flex;
    padding: 0 34px;
    border: 1px solid rgba(226, 209, 163, 0.26);
    background: rgba(8, 8, 8, 0.36);
    backdrop-filter: blur(6px);
}

.vouchers-section {
    position: relative;
    padding: 128px 0;
}

.vouchers-section::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: min(1180px, calc(100vw - 80px));
    height: 1px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgba(226, 209, 163, 0), rgba(226, 209, 163, 0.18), rgba(226, 209, 163, 0));
}

.vouchers-split {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(340px, 1.08fr);
    gap: 72px;
    align-items: center;
}

.vouchers-split--reverse {
    grid-template-columns: minmax(340px, 1.04fr) minmax(0, 0.96fr);
}

.vouchers-copy h2,
.vouchers-section__head h2,
.vouchers-cta h2 {
    font-size: clamp(38px, 4.6vw, 68px);
}

.vouchers-text {
    margin-top: 26px;
    color: rgba(245, 245, 245, 0.74);
    font-size: 17px;
    line-height: 1.82;
    font-weight: 300;
}

.vouchers-text p + p {
    margin-top: 18px;
}

.vouchers-image-card {
    position: relative;
    margin: 0;
    min-height: 460px;
    border: 1px solid rgba(226, 209, 163, 0.14);
    box-shadow: 0 34px 68px rgba(0, 0, 0, 0.36);
    overflow: hidden;
}

.vouchers-image-card::after {
    content: "";
    position: absolute;
    inset: 0;
    border: 1px solid rgba(255, 255, 255, 0.05);
    pointer-events: none;
}

.vouchers-image-card--tall {
    min-height: 560px;
}

.vouchers-image-card__image {
    display: block;
    width: 100%;
    height: 100%;
    min-height: inherit;
    object-fit: cover;
    filter: brightness(0.9) saturate(0.94);
}

.vouchers-section__head {
    max-width: 820px;
    margin: 0 auto 48px;
    text-align: center;
}

.vouchers-card-grid {
    display: grid;
    gap: 22px;
}

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

.vouchers-occasion-card,
.vouchers-step,
.vouchers-faq__item {
    border: 1px solid rgba(226, 209, 163, 0.14);
    background:
        linear-gradient(180deg, rgba(20, 20, 20, 0.94) 0%, rgba(9, 9, 9, 0.98) 100%);
    box-shadow: 0 24px 44px rgba(0, 0, 0, 0.24);
}

.vouchers-occasion-card {
    position: relative;
    min-height: 230px;
    padding: 34px 34px 34px 74px;
}

.vouchers-occasion-card__mark {
    position: absolute;
    left: 34px;
    top: 40px;
    width: 18px;
    height: 18px;
    border: 1px solid var(--bronze-light);
    transform: rotate(45deg);
    opacity: 0.72;
}

.vouchers-occasion-card h3,
.vouchers-step h3 {
    margin: 0;
    font-size: 30px;
    line-height: 1.05;
}

.vouchers-occasion-card p,
.vouchers-step p {
    margin: 20px 0 0;
    color: rgba(245, 245, 245, 0.68);
    line-height: 1.75;
    font-weight: 300;
}

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

.vouchers-step {
    position: relative;
    padding: 32px 28px;
    min-height: 300px;
}

.vouchers-step__number {
    display: inline-flex;
    width: 46px;
    height: 46px;
    margin-bottom: 28px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(226, 209, 163, 0.28);
    color: var(--bronze-light);
    font-family: 'Cormorant Garamond', serif;
    font-size: 25px;
    line-height: 1;
}

.vouchers-certificates {
    background:
        radial-gradient(circle at top center, rgba(226, 209, 163, 0.08), rgba(226, 209, 163, 0) 34%),
        linear-gradient(180deg, rgba(9, 9, 9, 0.96), rgba(12, 12, 12, 0.98));
}

.vouchers-certificates__grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 22px;
    align-items: stretch;
}

.vouchers-certificate-card {
    grid-column: span 2;
    display: grid;
    gap: 18px;
    margin: 0;
    padding: 18px;
    border: 1px solid rgba(226, 209, 163, 0.14);
    background:
        linear-gradient(180deg, rgba(20, 20, 20, 0.94) 0%, rgba(9, 9, 9, 0.98) 100%);
    box-shadow: 0 24px 44px rgba(0, 0, 0, 0.24);
    transition: border-color 0.35s ease, transform 0.35s ease;
}

.vouchers-certificate-card:nth-child(4):nth-last-child(2) {
    grid-column: 2 / span 2;
}

.vouchers-certificate-card:hover {
    border-color: rgba(226, 209, 163, 0.3);
    transform: translateY(-4px);
}

.vouchers-certificate-card__button {
    display: grid;
    gap: 18px;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    cursor: pointer;
    font: inherit;
    text-align: inherit;
}

.vouchers-certificate-card__button:focus-visible {
    outline: 2px solid var(--bronze-light);
    outline-offset: 5px;
}

.vouchers-certificate-card__media {
    display: flex;
    min-height: 0;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background: rgba(0, 0, 0, 0.24);
}

.vouchers-certificate-card__image {
    display: block;
    width: 100%;
    height: auto;
    max-height: 290px;
    object-fit: contain;
}

.vouchers-certificate-card figcaption,
.vouchers-certificate-card__caption {
    margin: 0;
    color: rgba(245, 245, 245, 0.78);
    font-size: 13px;
    line-height: 1.55;
    letter-spacing: 1.4px;
    text-align: center;
    text-transform: uppercase;
}

.vouchers-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: grid;
    place-items: center;
    padding: 24px;
    background: rgba(0, 0, 0, 0.86);
    backdrop-filter: blur(8px);
}

.vouchers-modal[hidden] {
    display: none !important;
}

.vouchers-modal__dialog {
    position: relative;
    width: min(1040px, calc(100vw - 48px));
    max-height: calc(100vh - 48px);
    display: grid;
    grid-template-columns: minmax(260px, 0.95fr) minmax(0, 1.05fr);
    gap: 28px;
    overflow: auto;
    padding: clamp(20px, 3vw, 34px);
    border: 1px solid rgba(226, 209, 163, 0.22);
    background:
        radial-gradient(circle at top left, rgba(226, 209, 163, 0.12), rgba(226, 209, 163, 0) 42%),
        linear-gradient(180deg, rgba(18, 18, 18, 0.98), rgba(8, 8, 8, 0.99));
    box-shadow: 0 36px 88px rgba(0, 0, 0, 0.58);
}

.vouchers-modal__close {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 2;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(226, 209, 163, 0.26);
    border-radius: 50%;
    background: rgba(8, 8, 8, 0.72);
    color: var(--bronze-light);
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
}

.vouchers-modal__figure {
    display: grid;
    place-items: center;
    margin: 0;
    min-width: 0;
    padding: 14px;
    background: rgba(0, 0, 0, 0.28);
    border: 1px solid rgba(226, 209, 163, 0.12);
}

.vouchers-modal__image {
    display: block;
    width: 100%;
    height: auto;
    max-height: 68vh;
    object-fit: contain;
}

.vouchers-modal__content {
    display: grid;
    align-content: center;
    gap: 18px;
    min-width: 0;
    padding-right: 36px;
}

.vouchers-modal__content h2 {
    margin: 0;
    color: var(--text-main);
    font-size: clamp(34px, 4vw, 56px);
    line-height: 0.98;
}

.vouchers-modal__content p {
    margin: 0;
    color: var(--text-muted);
    font-size: 17px;
    line-height: 1.72;
}

.vouchers-modal__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 8px;
}

.vouchers-modal__actions > a {
    display: inline-flex;
    min-height: 54px;
    align-items: center;
    justify-content: center;
}

.vouchers-certificates__actions {
    margin-top: 42px;
}

.vouchers-checklist {
    display: grid;
    gap: 14px;
    margin: 30px 0 0;
    padding: 0;
    list-style: none;
}

.vouchers-checklist li {
    position: relative;
    padding-left: 28px;
    color: rgba(245, 245, 245, 0.78);
    line-height: 1.65;
}

.vouchers-checklist li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.75em;
    width: 12px;
    height: 1px;
    background: var(--bronze-light);
}

.vouchers-cta {
    min-height: 520px;
    padding: 112px 0;
    text-align: center;
}

.vouchers-cta__overlay {
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.86)),
        radial-gradient(circle at center, rgba(176, 139, 87, 0.18), rgba(176, 139, 87, 0) 44%);
}

.vouchers-cta__inner {
    max-width: 850px;
    margin: 0 auto;
}

.vouchers-cta p {
    max-width: 720px;
    margin: 24px auto 0;
    color: rgba(245, 245, 245, 0.76);
    font-size: 17px;
    line-height: 1.76;
    font-weight: 300;
}

.vouchers-cta__note {
    font-size: 14px !important;
    color: rgba(226, 209, 163, 0.74) !important;
}

.vouchers-cta__contacts {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    font-size: 13px !important;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.vouchers-cta__contacts a {
    color: var(--bronze-light);
    text-decoration: none;
}

.vouchers-cta__contacts a:hover {
    color: var(--text-main);
}

.vouchers-faq__list {
    display: grid;
    gap: 14px;
    max-width: 920px;
    margin: 0 auto;
}

.vouchers-faq__item {
    padding: 0;
}

.vouchers-faq__item summary {
    position: relative;
    padding: 24px 64px 24px 28px;
    cursor: pointer;
    color: var(--text-main);
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(24px, 2.3vw, 32px);
    line-height: 1.15;
    text-transform: uppercase;
    letter-spacing: 1px;
    list-style: none;
}

.vouchers-faq__item summary::-webkit-details-marker {
    display: none;
}

.vouchers-faq__item summary::after {
    content: "+";
    position: absolute;
    right: 28px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--bronze-light);
    font-family: 'Inter', sans-serif;
    font-size: 28px;
    line-height: 1;
}

.vouchers-faq__item[open] summary::after {
    content: "-";
}

.vouchers-faq__item div {
    padding: 0 28px 26px;
    color: rgba(245, 245, 245, 0.68);
    line-height: 1.8;
    font-weight: 300;
}

@media (max-width: 1100px) {
    .vouchers-split,
    .vouchers-split--reverse {
        grid-template-columns: 1fr;
        gap: 46px;
    }

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

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

    .vouchers-certificate-card,
    .vouchers-certificate-card:nth-child(4):nth-last-child(2) {
        grid-column: auto;
    }

    .vouchers-modal__dialog {
        grid-template-columns: 1fr;
    }

    .vouchers-modal__content {
        padding-right: 0;
    }
}

@media (max-width: 760px) {
    .vouchers-hero {
        min-height: auto;
        padding: 146px 0 72px;
    }

    .vouchers-hero__overlay {
        background:
            linear-gradient(180deg, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.62) 48%, rgba(0, 0, 0, 0.84) 100%);
    }

    .vouchers-hero__subtitle {
        font-size: 16px;
        line-height: 1.65;
    }

    .vouchers-hero__features {
        display: grid;
        gap: 10px;
    }

    .vouchers-hero__features li {
        width: 100%;
    }

    .vouchers-section {
        padding: 82px 0;
    }

    .vouchers-copy h2,
    .vouchers-section__head h2,
    .vouchers-cta h2 {
        font-size: clamp(34px, 11vw, 48px);
    }

    .vouchers-text,
    .vouchers-cta p {
        font-size: 16px;
    }

    .vouchers-image-card,
    .vouchers-image-card--tall {
        min-height: 340px;
    }

    .vouchers-card-grid--two,
    .vouchers-process__grid,
    .vouchers-certificates__grid {
        grid-template-columns: 1fr;
    }

    .vouchers-occasion-card,
    .vouchers-step,
    .vouchers-certificate-card {
        min-height: 0;
        padding: 28px;
    }

    .vouchers-certificate-card__media {
        padding: 8px;
    }

    .vouchers-certificate-card__image {
        max-height: none;
    }

    .vouchers-modal {
        padding: 14px;
    }

    .vouchers-modal__dialog {
        width: min(100%, calc(100vw - 28px));
        max-height: calc(100vh - 28px);
        gap: 18px;
        padding: 18px;
    }

    .vouchers-modal__image {
        max-height: 46vh;
    }

    .vouchers-modal__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .vouchers-occasion-card {
        padding-left: 62px;
    }

    .vouchers-occasion-card__mark {
        left: 28px;
        top: 34px;
    }

    .vouchers-actions,
    .vouchers-actions--center {
        align-items: stretch;
        flex-direction: column;
    }

    .vouchers-actions .bronze-btn,
    .vouchers-actions .secondary-btn {
        width: 100%;
        text-align: center;
    }

    .vouchers-cta {
        min-height: auto;
        padding: 86px 0;
    }

    .vouchers-cta__contacts {
        flex-direction: column;
        letter-spacing: 1.4px;
    }

    .vouchers-faq__item summary {
        padding: 22px 56px 22px 22px;
    }

    .vouchers-faq__item div {
        padding: 0 22px 24px;
    }
}

@media (max-width: 480px) {
    .vouchers-kicker {
        letter-spacing: 2px;
    }

    .vouchers-section::before {
        width: calc(100vw - 40px);
    }
}
