body {
    background-color: #09124b;
    background-image: url("../../img/db2026/section-bg.png");
    background-position: right top;
    background-size: cover;
    background-attachment: fixed;
    min-height: 100vh;
}

footer#contacts {
    background: #0a0e1a;
}

.hidden {
    display: none;
}

header nav {
    display: none;
}

div#step-types {
    padding-top: 140px;
    padding-bottom: 70px;
}

button {
    all: unset;
    cursor: pointer;
    box-sizing: border-box;
}

.ticket-types {
    max-width: 1900px;
    position: relative;
    width: 90%;
    margin: 0 auto;
}

a.buy-btn-b {
    display: none;
}

.iti__selected-dial-code {
    color: #fff;
}

/* The country dropdown is the library's own white panel, but it sits inside the
   dark form and inherits its white text. intlTelInput colours .iti__dial-code
   #999 itself and leaves .iti__country-name to inherit — so the names came out
   white on white and the list read as a column of bare dial codes. */
.iti__country-list {
    color: #14192b;
}

/* intlTelInput wrapper inside inline row */
.bf-field__inline .iti {
    flex: 1;
    min-width: 0;
}
.bf-field__inline .iti input {
    width: 100%;
}

@media (max-width: 767px) {
    body {
        background: rgb(10, 0, 70);
    }
}

/* â”€â”€ Ticket Types Section â”€â”€ */
.ticket-types {
    position: relative;
}

.ticket-types__title {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 56px;
    line-height: 0.9;
    letter-spacing: -1.68px;
    color: #fff;
    margin-bottom: 40px;
    white-space: nowrap;
}

.ticket-types__grid {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.ticket-types__row {
    display: flex;
    gap: 16px;
    justify-content: center;
    align-items: stretch;
}

/* â”€â”€ Ticket Card â”€â”€ */
.ticket-card {
    flex: 1 0 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 24px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: linear-gradient(to bottom, #2a5d94, #0b1f33);
    backdrop-filter: blur(12px);
    position: relative;
}

.ticket-card--popular {
    border: 4px solid #00b3d1;
}

.ticket-card--fixed {
    flex: 0 0 416px;
    width: 416px;
}

.ticket-card__badge {
    position: absolute;
    top: -16px;
    left: 10%;
    background: #00b3d1;
    color: #fff;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    line-height: 16px;
    padding: 4px 8px;
    border-radius: 999px;
    white-space: nowrap;
}

.ticket-card__header {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.ticket-card__name {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 28px;
    line-height: 36px;
    color: #fff;
}

.ticket-card__subtitle {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
}

.ticket-card__features {
    display: flex;
    flex-direction: column;
    flex: 1 0 0;
}

.ticket-card__feature {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    padding: 8px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
}

.ticket-card__feature-icon {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
}

.ticket-card__feature-text {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.8);
    flex: 1 0 0;
    min-width: 0;
}

.ticket-card__feature-text--disabled {
    color: rgba(255, 255, 255, 0.4);
}

.ticket-card__notice {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    gap: 12px;
    background: rgba(93, 68, 20, 0.5);
    border: 1px solid rgba(116, 86, 26, 0.4);
    border-radius: 8px;
}

.ticket-card__notice-text {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #ffcb67;
}

.ticket-card__price-block {
    display: flex;
    gap: 8px;
    align-items: center;
    padding: 8px 12px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
}

.ticket-card__price-variants {
    display: flex;
    gap: 8px;
    flex: 1 0 0;
    min-width: 0;
}

.ticket-card__variant {
    display: flex;
    flex-direction: column;
    flex: 1 0 0;
    min-width: 0;
}

.ticket-card__variant-meta {
    display: flex;
    gap: 4px;
    align-items: flex-start;
    font-size: 14px;
    line-height: 24px;
}

.ticket-card__variant-days {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
}

.ticket-card__variant-dot {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    color: #fff;
}

.ticket-card__variant-old {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: line-through;
}

.ticket-card__variant-price {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    white-space: nowrap;
}

.ticket-card__buy-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 12px;
    box-shadow:
        0 0 2px rgba(8, 40, 13, 0.02),
        0 2px 4px rgba(8, 40, 13, 0.05);
    cursor: pointer;
    white-space: nowrap;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #101828;
    border: none;
    flex-shrink: 0;
    text-decoration: none;
    transition: opacity 0.15s;
}

.ticket-card__buy-btn:hover {
    opacity: 0.85;
}

@media (max-width: 1200px) {
    .ticket-types {
        padding: 48px 40px;
    }

    .ticket-types__title {
        font-size: 40px;
    }
}

@media (max-width: 900px) {
    .ticket-types {
        padding: 40px 20px;
    }

    .ticket-types__row {
        flex-direction: column;
    }

    .ticket-card--fixed {
        flex: 1 0 0;
        width: 100%;
    }

    .ticket-types__title {
        font-size: 32px;
    }
}

@media (max-width: 600px) {
    .ticket-types {
        padding: 32px 16px;
    }

    .ticket-card__price-variants {
        flex-direction: column;
        gap: 4px;
    }
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   Buy Form â€” Step 1 (bf- prefix)
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

.bf-wrap {
    min-height: 100vh;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 80px 20px 60px;
}

.bf-card {
    width: 100%;
    max-width: 648px;
    background: rgba(2, 22, 50, 0.92);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-radius: 20px;
    padding: 40px;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

/* â”€â”€ Back button â”€â”€ */
.bf-back {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: rgba(255, 255, 255, 0.55);
    font-family: "Inter", sans-serif;
    font-size: 14px;
    margin-bottom: 28px;
    transition: color 0.15s;
}
.bf-back:hover {
    color: rgba(255, 255, 255, 0.9);
}

/* â”€â”€ Title â”€â”€ */
.bf-title {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 1;
    letter-spacing: -1px;
    color: #fff;
    margin-bottom: 6px;
    min-height: 44px;
}

.bf-subtitle {
    font-family: "Inter", sans-serif;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.45);
    margin-bottom: 32px;
    min-height: 20px;
}

/* â”€â”€ Progress â”€â”€ */
.bf-progress {
    display: flex;
    align-items: flex-start;
    margin-bottom: 36px;
    gap: 0;
}

.bf-progress__step {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.bf-progress__track {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}

.bf-progress__dot {
    flex-shrink: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    border: 2px solid rgba(255, 255, 255, 0.2);
    transition:
        background 0.2s,
        border-color 0.2s;
    position: absolute;
}

.bf-progress__step--active .bf-progress__dot {
    background: #00b3d1;
    border-color: #00b3d1;
    box-shadow: 0 0 10px rgba(0, 179, 209, 0.5);
}

.bf-progress__line {
    flex: 1;
    height: 2px;
    border-bottom: 2px dashed rgba(255, 255, 255, 0.12);
}

.bf-progress__step--active .bf-progress__line {
    background: #00b3d1;
}

.bf-progress__label {
    font-family: "Inter", sans-serif;
    font-size: 11px;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.35);
    padding-right: 8px;
}

.bf-progress__step--active .bf-progress__label {
    color: #fff;
    font-weight: 500;
}

/* â”€â”€ Form â”€â”€ */
.bf-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.bf-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.bf-field__label {
    font-family: "Inter", sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.6);
}

.bf-field__input {
    flex: 1;
    min-width: 0;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 12px 14px;
    font-family: "Inter", sans-serif;
    font-size: 15px;
    color: #fff;
    outline: none;
    transition: border-color 0.15s;
}
.bf-field__input::placeholder {
    color: rgba(255, 255, 255, 0.25);
}
.bf-field__input:focus {
    border-color: rgba(0, 179, 209, 0.45);
}

.bf-field__select-wrap {
    position: relative;
}

.bf-field__select {
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 12px 40px 12px 14px;
    font-family: "Inter", sans-serif;
    font-size: 15px;
    color: #fff;
    cursor: pointer;
    outline: none;
}
.bf-field__select option {
    background: #0a1628;
    color: #fff;
}

.bf-field__select-arrow {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.bf-field__inline {
    display: flex;
    gap: 8px;
    align-items: stretch;
}

.bf-required {
    color: #ff6b6b;
    margin-left: 2px;
}

.bf-inline-btn {
    flex-shrink: 0;
    padding: 12px 14px;
    background: rgba(0, 179, 209, 0.12);
    border: 1px solid rgba(0, 179, 209, 0.28);
    border-radius: 10px;
    font-family: "Inter", sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #00b3d1;
    white-space: nowrap;
    transition: background 0.15s;
}
.bf-inline-btn:hover {
    background: rgba(0, 179, 209, 0.22);
}
.bf-inline-btn:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.bf-inline-btn--change {
    background: transparent;
    border-color: rgba(255, 255, 255, 0.18);
    color: rgba(255, 255, 255, 0.55);
}
.bf-inline-btn--change:hover {
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.8);
    border-color: rgba(255, 255, 255, 0.3);
}

.bf-field__hint {
    font-family: "Inter", sans-serif;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.4);
}
.bf-field__hint--err {
    color: #ff6b6b;
}
.bf-field__hint--ok {
    color: #32cd32;
}

/* â”€â”€ Notice â”€â”€ */
.bf-notice {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 12px 14px;
    background: rgba(245, 166, 35, 0.08);
    border: 1px solid rgba(245, 166, 35, 0.25);
    border-radius: 10px;
}
.bf-notice p {
    font-family: "Inter", sans-serif;
    font-size: 13px;
    line-height: 1.5;
    color: #f5c87a;
}

/* â”€â”€ Promo applied â”€â”€ */
.bf-promo-applied {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    background: rgba(50, 205, 50, 0.07);
    border: 1px solid rgba(50, 205, 50, 0.2);
    border-radius: 8px;
}
.bf-promo-applied__code {
    font-family: "Inter", sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #32cd32;
}
.bf-promo-applied__pct {
    font-family: "Inter", sans-serif;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.55);
    flex: 1;
}
.bf-promo-applied__cancel {
    font-family: "Inter", sans-serif;
    font-size: 12px;
    color: rgba(255, 100, 100, 0.75);
    text-decoration: underline;
}

/* â”€â”€ Summary â”€â”€ */
.bf-summary {
    padding: 20px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.bf-summary__title {
    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 4px;
}
.bf-summary__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.55);
}
.bf-summary__row--total {
    color: #fff;
    font-weight: 600;
    font-size: 15px;
}
.bf-summary__red {
    color: #ff7070;
}
.bf-summary__divider {
    height: 1px;
    background: rgba(255, 255, 255, 0.09);
    margin: 2px 0;
}
.bf-summary__total {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}

/* â”€â”€ Checkbox â”€â”€ */
.bf-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
    user-select: none;
}
.bf-checkbox__input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    width: 0;
    height: 0;
}
.bf-checkbox__box {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    border: 2px solid #f57c00;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    transition: background 0.15s;
    margin-top: 1px;
}
.bf-checkbox__input:checked ~ .bf-checkbox__box {
    background: #f57c00;
}
.bf-checkbox__check {
    display: none;
}
.bf-checkbox__input:checked ~ .bf-checkbox__box .bf-checkbox__check {
    display: block;
}
.bf-checkbox__text {
    font-family: "Inter", sans-serif;
    font-size: 13px;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.55);
}
.bf-link {
    color: rgba(0, 179, 209, 0.85);
    text-decoration: underline;
}

/* â”€â”€ Continue button â”€â”€ */
.bf-continue-btn {
    width: 100%;
    padding: 16px;
    background: linear-gradient(135deg, #f57c00, #e65100);
    border-radius: 12px;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    box-shadow:
        0px 4px 8px rgba(245, 124, 0, 0.4),
        0px -4px 16px 4px rgba(245, 124, 0, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.15);
    transition:
        opacity 0.15s,
        box-shadow 0.15s;
}
.bf-continue-btn:hover {
    opacity: 0.92;
    box-shadow:
        0px 6px 16px rgba(245, 124, 0, 0.5),
        0px -4px 20px 4px rgba(245, 124, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

/* -- Disabled continue button -- */
.bf-continue-btn:disabled,
.bc-continue-disabled {
    opacity: 0.38;
    cursor: not-allowed;
    pointer-events: none;
    box-shadow: none;
}

/* -- Photo cropper modal -- */
.bc-cropper-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    width: 100%;
}
.bc-cropper-container {
    position: relative;
    width: 100%;
    max-width: 368px;
    height: 368px;
    margin: 0 auto;
    border-radius: 8px;
    overflow: hidden;
    background: #0a1628;
}
/* Cropper.js overrides */
.bc-cropper-container .cropper-view-box {
    outline: 2px solid rgba(0, 179, 209, 0.6);
    outline-color: rgba(0, 179, 209, 0.6);
}
.bc-cropper-container .cropper-point {
    background-color: #00b3d1;
}
.bc-cropper-container .cropper-line {
    background-color: rgba(0, 179, 209, 0.4);
}

#cropperImage {
    display: block;
    max-width: 100%;
    max-height: 100%;
}
.bc-face-guide {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 42%;
    height: 54%;
    border: 2px solid rgba(0, 179, 209, 0.85);
    border-radius: 50%;
    pointer-events: none;
    z-index: 100;
    box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.25);
    display: none;
}
.bc-cropper-actions {
    display: flex;
    justify-content: center;
}
.bc-icon-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.09);
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: rgba(255, 255, 255, 0.8);
    cursor: pointer;
    transition: background 0.15s;
}
.bc-icon-btn:hover {
    background: rgba(255, 255, 255, 0.15);
}

/* Camera live preview */
.bc-camera-container {
    max-width: 368px;
    margin: 0 auto;
}

.bc-camera-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: scaleX(-1); /* mirror front-facing preview */
}

.bc-camera-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 12px;
}

.bc-capture-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    width: auto;
    padding: 14px 28px;
    font-size: 15px;
}

/* Upload section */
.bc-upload-section {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}
.bc-upload-label {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
}
.bc-dropzone {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 22px 16px;
    border: 1.5px dashed rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.02);
    cursor: pointer;
    text-align: center;
    transition:
        background 0.15s,
        border-color 0.15s;
    outline: none;
}
.bc-dropzone:hover,
.bc-dropzone:focus-visible,
.bc-dropzone--over {
    background: rgba(66, 119, 255, 0.06);
    border-color: rgba(66, 119, 255, 0.45);
}
.bc-dropzone-text {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.85);
    margin: 0;
    line-height: 1.5;
}
.bc-dropzone-link {
    color: #4277ff;
    text-decoration: underline;
    text-underline-offset: 2px;
}
.bc-dropzone-hint {
    font-family: "Inter", sans-serif;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.28);
    margin: 0;
}
.bc-camera-capture-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    max-width: 100%;
    padding: 13px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.72);
    cursor: pointer;
    transition: background 0.15s;
}
.bc-camera-capture-btn:hover {
    background: rgba(255, 255, 255, 0.09);
}

.bc-error-msg {
    margin: 0 20px 12px;
    padding: 10px 14px;
    border-radius: 8px;
    background: rgba(220, 53, 69, 0.12);
    border: 1px solid rgba(220, 53, 69, 0.3);
    color: #ff6b6b;
    font-size: 13px;
    line-height: 1.4;
}

/* Face ID validation checks */
.bc-checks {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin: 0 20px 14px;
    padding: 12px 14px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
}

.bc-check {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: "Inter", sans-serif;
    font-size: 13px;
    line-height: 1.4;
}

.bc-check__icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bc-check--ok .bc-check__msg {
    color: rgba(255, 255, 255, 0.55);
}
.bc-check--fail .bc-check__msg {
    color: #ff9090;
}

@media (max-width: 640px) {
    .bc-cropper-container {
        height: 300px;
    }
}

/* -- Photo requirements modal -- */
.bm-overlay {
    position: fixed;
    inset: 0;
    background: rgba(2, 8, 28, 0.82);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    z-index: 500;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    overflow-y: auto;
    padding: 40px 16px 60px;
}
.bm-card {
    width: 100%;
    max-width: 648px;
    background: rgba(2, 22, 50, 0.96);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.bm-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 24px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.bm-title {
    font-family: "Inter", sans-serif;
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    letter-spacing: -1.4px;
    line-height: 0.95;
    margin: 0;
}
.bm-subtitle-text {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    margin: 2px 0 0;
}
.bm-body {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Example photo cards */
.bm-ex-cards {
    display: flex;
    gap: 12px;
    justify-content: center;
}
.bm-ex-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    flex: 1;
    min-width: 0;
}
.bm-ex-photo {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 5;
    border-radius: 8px;
    overflow: hidden;
    background: #5d7a8a;
}
.bm-ex-face {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bm-ex-face svg {
    width: 80%;
    height: 88%;
}
.bm-ex-photo--rotate .bm-ex-face svg {
    transform: rotate(16deg) scale(0.82);
}
.bm-ex-photo--crop {
    background: #5d7a8a;
}
.bm-ex-photo--crop .bm-ex-face svg {
    transform: translateY(-22%);
}
.bm-ex-cropbar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 30%;
    background: rgba(240, 240, 245, 0.9);
}
.bm-ex-photo--dark {
    background: #0f1720;
}
.bm-ex-photo--dark .bm-ex-face {
    filter: brightness(0.28);
}
.bm-ex-badge {
    position: absolute;
    top: 5px;
    right: 5px;
    display: flex;
    line-height: 0;
}
.bm-ex-label {
    font-family: "Inter", sans-serif;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
    margin: 0;
}

/* Requirements list */
.bm-reqs {
    list-style: none;
    padding: 0;
    margin: 0;
}
.bm-req {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    font-family: "Inter", sans-serif;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.5;
}
.bm-req:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.bm-req-icon {
    flex-shrink: 0;
    color: rgba(255, 255, 255, 0.55);
}

/* Modal footer */
.bm-footer {
    display: flex;
    flex-direction: column;
}
.bm-footer-actions {
    display: flex;
    justify-content: flex-end;
}
.bm-submit-btn {
    width: auto;
    min-width: 160px;
    padding: 14px 36px;
}

@media (max-width: 640px) {
    .bm-overlay {
        padding: 20px 12px 40px;
    }
    .bm-card {
        padding: 24px 18px;
        border-radius: 16px;
        gap: 20px;
    }
    .bm-title {
        font-size: 36px;
    }
    .bm-ex-cards {
        gap: 8px;
    }
    .bm-submit-btn {
        width: 100%;
    }
    .bm-footer-actions {
        justify-content: stretch;
    }
}

/* -- Copy toast -- */
.bt-toast {
    position: fixed;
    top: 24px;
    left: 50%;
    transform: translateX(-50%) translateY(-100px);
    display: flex;
    align-items: center;
    gap: 8px;
    background: #1e9e32;
    color: #d4f4d9;
    border-radius: 12px;
    padding: 12px 20px;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    white-space: nowrap;
    box-shadow:
        0px 24px 48px rgba(8, 40, 13, 0.15),
        0px 0px 24px rgba(8, 40, 13, 0.05);
    z-index: 9999;
    pointer-events: none;
    opacity: 0;
    transition:
        transform 0.32s cubic-bezier(0.34, 1.56, 0.64, 1),
        opacity 0.2s ease;
}
.bt-toast--visible {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
}

/* -- Progress done state -- */
.bf-progress__step--done .bf-progress__dot {
    background: rgba(50, 205, 50, 0.7);
    border-color: rgba(50, 205, 50, 0.7);
}
.bf-progress__step--done .bf-progress__label {
    color: rgba(255, 255, 255, 0.45);
}

/* -- Photo step ticket cards -- */
.bt-section-title {
    font-family: "Inter", sans-serif;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 14px;
}
.bt-ticket {
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 12px;
    padding: 18px 20px;
    margin-bottom: 12px;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}
.bt-ticket__header {
    margin-bottom: 12px;
}
.bt-ticket__title {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}
.bt-status {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    flex-wrap: wrap;
}
.bt-status__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ff6b6b;
    flex-shrink: 0;
    transition: background 0.2s;
}
.bt-status__dot--ok {
    background: #32cd32;
}
.bt-status__text {
    font-family: "Inter", sans-serif;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.65);
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bt-upload-btn {
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #00b3d1;
    border: 1px solid rgba(0, 179, 209, 0.4);
    border-radius: 8px;
    padding: 5px 12px;
    cursor: pointer;
    transition: background 0.15s;
    white-space: nowrap;
    display: inline-block;
}
.bt-upload-btn:hover {
    background: rgba(0, 179, 209, 0.1);
}
.bt-link-row {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-bottom: 8px;
}
.bt-link-input {
    flex: 1;
    min-width: 0;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 7px 12px;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.55);
    outline: none;
}
.bt-copy-btn {
    display: flex;
    align-items: center;
    gap: 5px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 8px;
    padding: 7px 12px;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.75);
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.15s;
}
.bt-copy-btn:hover {
    background: rgba(255, 255, 255, 0.13);
}
.bt-helper {
    font-family: "Inter", sans-serif;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.4);
    margin: 0;
    line-height: 1.5;
}
.bt-footer {
    display: flex;
    gap: 12px;
    align-items: stretch;
}
.bt-skip-btn {
    padding: 14px 22px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.65);
    transition: background 0.15s;
    white-space: nowrap;
}
.bt-skip-btn:hover {
    background: rgba(255, 255, 255, 0.12);
}
.bt-continue-grow {
    flex: 1;
}

@media (max-width: 640px) {
    .bf-wrap {
        padding: 60px 12px 40px;
    }
    .bf-card {
        padding: 28px 18px;
        border-radius: 16px;
    }
    .bf-title {
        font-size: 28px;
    }
    .bf-field__inline {
        flex-direction: column;
    }
    .bf-inline-btn {
        width: 100%;
        text-align: center;
    }
    .bf-progress__label {
        font-size: 10px;
    }
    .bt-footer {
        flex-direction: column;
    }
    .bt-skip-btn {
        text-align: center;
    }
}

/* ── Success block (bs-) ────────────────────────────────────────────────── */
.success-sec {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 24px 16px;
}

.bs-card {
    background: #021632;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-radius: 20px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    width: 100%;
    max-width: 480px;
}

.bs-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #1e9e32;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.bs-text {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
    width: 100%;
}

.bs-title {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 0.9;
    letter-spacing: -1.2px;
    color: #fff;
    text-align: center;
    margin: 0;
}

.bs-subtitle {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #c3c8e6;
    text-align: center;
    margin: 0;
}

.bs-email {
    color: #1e9e32;
}

.bs-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 12px 24px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    background:
        linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.1) 0%,
            rgba(255, 255, 255, 0) 100%
        ),
        linear-gradient(90deg, #f57c00 0%, #f57c00 100%);
    box-shadow:
        0px -4px 16px 4px rgba(245, 124, 0, 0.2),
        0px 4px 4px 0px rgba(0, 0, 0, 0.06),
        0px 1px 0px 1px #f57c00,
        0px 3px 0px 1px #f57c00,
        0px 4px 8px 0px #f57c00,
        inset 0px 8px 8px 0px rgba(255, 255, 255, 0.2),
        inset 0px -2px 2px 0px rgba(255, 255, 255, 0.2);
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    text-shadow: 0 0 16px rgba(255, 255, 255, 0.5);
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    transition: opacity 0.15s;
}

.bs-btn:hover {
    opacity: 0.9;
}

@media (max-width: 480px) {
    .bs-card {
        padding: 32px 20px;
    }
    .bs-title {
        font-size: 32px;
    }
    .bs-btn {
        width: 100%;
    }
}

/* ── Duration selector (Conference pass variant picker) ──────────────────── */
.bf-duration {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.bf-duration__option {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    background: rgba(255, 255, 255, 0.06);
    border: 1.5px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    cursor: pointer;
    transition:
        border-color 0.15s,
        background 0.15s;
    user-select: none;
}

.bf-duration__option--selected {
    border-color: #f57c00;
    background: rgba(245, 124, 0, 0.08);
}

.bf-duration__option:hover:not(.bf-duration__option--selected) {
    border-color: rgba(255, 255, 255, 0.25);
    background: rgba(255, 255, 255, 0.09);
}

.bf-duration__radio {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.3);
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color 0.15s;
}

.bf-duration__option--selected .bf-duration__radio {
    border-color: #f57c00;
}

.bf-duration__radio-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #f57c00;
    display: none;
}

.bf-duration__option--selected .bf-duration__radio-dot {
    display: block;
}

.bf-duration__label {
    flex: 1;
    font-family: "Golos Text VF", "Inter", sans-serif;
    font-size: 16px;
    color: #fff;
}

.bf-duration__price {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

.payment-method {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 120px;
    width: 100%;
}

.loader {
    width: 50px;
    height: 50px;
    border: 5px solid #ddd; /* Light gray border */
    border-top: 5px solid #f14635; /* Red top border */
    border-radius: 50%;
    animation: spin 1s linear infinite; /* Spin animation */
}

/* Spin animation */
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.payment-method__form {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 40px;
    gap: 40px;
    margin-bottom: 70px;
}

.activate_ticket {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-align: center;
    color: #c3c8e6;
}

.activate_ticket p a {
    text-decoration: underline;
}

.activate_ticket p span {
    color: #fff;
}

.kaspi-qr-body {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 40px;
    max-width: 728px;
    width: 100%;
    gap: 40px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    width: 100%;
    max-width: 648px;
    background: rgba(2, 22, 50, 0.92);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-radius: 20px;
    padding: 40px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    margin-bottom: 70px;
}

.kaspi-qr {
    /* display: none; */
}

.kaspi-qr-content {
    border-radius: 12px;
    background: #fff;
    max-width: 280px;
    margin: 0 auto;
    color: #000;
    display: flex;
    padding: 24px 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    position: relative;
    overflow: hidden;
}

.kaspi-scan {
    display: none;
}

.kaspi-loading {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}

.payment-method__heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 0 24px 0;
    width: 100%;
    gap: 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.payment-method__subtitle {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.payment-method__back {
    display: flex;
    align-items: center;
    gap: 4px;
    text-decoration: none;
    cursor: pointer;
}

.payment-method__back-icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.payment-method__back-text {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #c3c8e6;
}

.payment-method__title {
    font-weight: 700;
    font-size: 56px;
    line-height: 50px;
    color: #ffffff;
    width: 100%;
    text-align: center;
    margin: 0;
}

.payment-method__delivery {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 8px;
}

.payment-method__option-block {
    display: flex;
    flex-direction: row;
    padding: 16px;
    width: 100%;
    gap: 12px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    cursor: pointer;
}

.kaspi-qr-body .ticket-form__title {
    letter-spacing: -1.68px;
    font-size: 40px;
}

div#qrCode {
    padding: 10px;
    background: #fff;
}

.kaspi-qr-content h3 {
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
}

.payment-method__option-block--active {
    border: 1px solid #00b3d1;
}

.payment-method__option {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 24px;
    height: 24px;
    gap: 8px;
}

.payment-method__radio {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.payment-method__control {
    width: 24px;
    height: 24px;
    border-radius: 999px;
    border: 1px solid #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.payment-method__control--active {
    background-color: #0a0046;
    border: 1px solid #00b3d1;
}

.payment-method__radio-inner {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #00b3d1;
}

.payment-method__wrap {
    display: flex;
    flex-direction: column;
    width: 580px;
}

.payment-method__option-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    margin: 0;
}

.payment-method__option-title img {
    height: 34px;
    margin-top: -5px;
}

.payment-method__option-description {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #ffffff;
    margin: 0;
}

.payment-method__divider {
    width: 100%;
    height: 0;
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin: 0;
}

.payment-method__submit {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16.5px 29px;
    width: 100%;
    border-radius: 8px;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);

    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #0a0046;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.payment-method__submit:hover {
    background-color: #f0f0f0;
}

/* Responsive styles */
@media (max-width: 1024px) {
    .payment-method {
        padding: 40px 20px;
    }

    .payment-method__form {
        width: 100%;
        max-width: 728px;
    }
}

@media (max-width: 768px) {
    .payment-method__form {
        padding: 20px;
    }

    .payment-method__title {
        font-size: 40px;
        line-height: 40px;
    }
}

.ticket-form__header {
    width: 100%;
}

section.payment-method .ticket-form__submit {
    display: block;
    max-width: 100%;
}

.ticket-form__notice {
    padding: 8px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
}

.ticket-form__link {
    color: #00b3d1;
    text-decoration: none;
}

.form-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 24px;
}

h2.ticket-form__subtitle {
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%; /* 28.8px */
    letter-spacing: -2.24px;
    color: #fff;
    margin-bottom: 24px;
    margin-top: 24px;
}

.ticket-form__section:first-child h2.ticket-form__subtitle {
    margin-top: 0;
}

input,
textarea,
select {
    -webkit-appearance: none; /* Removes default Safari styling */
    -moz-appearance: none; /* Removes default Firefox styling */
    appearance: none;
    width: 100%;
    padding: 16px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(255, 255, 255, 0.03);
    display: block;
    color: #fff;
    font-size: 14px;
    outline: none;
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
    border-color: #00b3d1 !important; /* Digital Bridge blue color */
    box-shadow: 0 0 0 2px rgba(0, 179, 209, 0.2); /* Subtle glow effect */
}

input::placeholder,
textarea::placeholder {
    color: rgba(255, 255, 255, 0.3);
}

.form-field__label {
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
}

.form-field__input {
    position: relative;
}

.form-field__icon {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.ticket-form__divider {
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin: 0;
}

.ticket-form__submit {
    align-self: center;
    padding: 16.5px 29px;
    background: #ffffff;
    border-radius: 8px;
    border: none;
    color: #0a0046;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.ticket-form__submit {
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    color: #fff;
}

section.success-sec {
    min-height: 70vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.success-block {
    color: #fff;
    max-width: 536px;
    padding: 24px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(16px);
}

.success-block p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-align: center;
    color: #c3c8e6;
}

.success-block p a {
    text-decoration: underline;
}

.success-block span {
    color: #fff;
}

.success-block h2 {
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 90%; /* 36px */
    letter-spacing: -1.2px;
}

.success-block h3 {
    font-size: 18px;
    font-weight: 400;
}

.ticket-form__qr img {
    border-radius: 6px;
}

.success--block {
    /* display: none; */
}

option {
    color: #000; /* Dark gray text */
}

.ticket-form__submit:hover {
    background: rgba(255, 255, 255, 0.3);
}

.kaspi-qr-reject {
    text-align: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.kaspi-qr-reject .ticket-form__submit {
    width: initial !important;
}

.kaspi-qr-reject h5 {
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 90%; /* 36px */
    letter-spacing: -1.2px;
}

.freedom-error-message {
    display: none;
    color: red;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
}

.kaspi-qr-reject-block {
    display: none;
}

button.ticket-form__submit:disabled {
    opacity: 0.5;
}

.kaspi-qr-reject p {
    color: #c3c8e6;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.error,
.promo-error {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.promo-error {
    color: #f00000;
    display: none;
}

@media (max-width: 1024px) {
    .ticket-form {
        padding: 40px 20px;
    }

    .ticket-form__container {
        width: 100%;
        max-width: 728px;
    }
}

@media (max-width: 768px) {
    .ticket-form__container {
        padding: 20px;
    }

    .exhibition__cards {
        flex-direction: column;
    }

    .list-top {
        flex-direction: column;
    }

    .ticket-form__title {
        font-size: 40px;
        line-height: 40px;
    }

    .about-inn {
        flex-direction: column;
        gap: 48px;
    }

    .about-inn .right {
        order: 1;
    }

    .about-inn .left {
        order: 2;
    }

    section.about-b h2 {
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 100%; /* 32px */
        letter-spacing: -0.96px;
    }

    .numbers ul li {
        border: none;
        flex: 1;
        width: 50%;
        flex-shrink: 0;
        min-width: 40%;
    }

    .list {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    section.full {
        display: block;
    }

    .full-item {
        padding: 25px;
    }

    .tickets-new__banner {
        width: 95%;
        flex-wrap: wrap;
        gap: 24px;
    }

    section#Buy_Ticket {
        padding: 20px;
    }

    .tickets-new__cards {
        flex-direction: column;
    }

    .tickets-new__card {
        width: 100%;
    }

    section.ticket-form {
        margin-top: 80px;
    }

    .ticket-form__container {
        gap: 16px;
    }

    .payment-method {
        margin-top: 80px;
    }

    .freedom-body {
        max-width: 90%;
    }

    .tickets-new__content {
        padding: 0;
    }

    .exhibition__content {
        padding: 0;
    }

    .phone-mockup {
        display: none;
    }

    section.numbers {
        text-align: center;
    }

    section.numbers,
    section {
        padding: 40px 0;
    }

    section.numbers h2 {
        font-size: 32px;
        margin-bottom: 32px;
    }
}

div#timer {
    font-size: 24px;
    font-weight: bold;
    text-shadow: 0 0 3px #03444f;
}

@media (max-width: 767px) {
    .main-change-1 h1 {
        font-size: 34px;
        line-height: 44px;
        letter-spacing: -4px;
        margin: 0 0;
    }

    .main-change-1 h2 {
        font-size: 18px;
        font-weight: 500;
    }

    .main-change-1 {
        /* align-items: center; */
        gap: 16px;
    }
}

.ticket-form {
    padding: 120px 0;
    display: flex;
    justify-content: center;
}

.ticket-form__container {
    max-width: 728px;
    width: 100%;
    padding: 40px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.ticket-form__header {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.ticket-form__back {
    display: flex;
    align-items: center;
    gap: 4px;
    cursor: pointer;
}

.ticket-form__back-text {
    color: #c3c8e6;
    font-size: 20px;
}

.ticket-form__title {
    text-transform: capitalize;
    font-weight: 700;
    font-size: 56px;
    line-height: 50px;
    color: #ffffff;
}

#freedom {
    width: 100%;
    height: 500px;
    display: block;
}

.freedom-sec {
    /* display: none; */
}

.freedom-sec section {
    display: flex;
    align-items: center;
    justify-content: center;
}

.freedom-loader {
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
}

.freedom-loader .loader {
    position: absolute;
    left: 50%;
    right: 0;
    top: 40px;
    bottom: 0;
    margin-top: 140px;
}

.freedom-loader iframe {
    position: relative;
    z-index: 10;
}

.freedom-sec section {
    display: flex;
    align-items: center;
    justify-content: center;
}

.freedom-body {
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(16px);
    display: flex;
    max-width: 728px;
    padding: 40px;
    flex-direction: column;
    align-items: flex-end;
    gap: 40px;
    width: 100%;
    width: 100%;
    max-width: 648px;
    background: rgba(2, 22, 50, 0.92);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-radius: 20px;
    padding: 40px;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

div#step-freedom {
    margin: 150px 0 70px;
}
