:root {
    --bg: #0b0b0b;
    --panel: #121212;
    --text: #f0f3f1;
    --muted: #b2b3b2;
    --accent: #C7B69E;
    --accent-ink: #0b0b0b;
    --border: #242424;
    --shadow: 0 24px 80px rgba(0, 0, 0, .6);
}

body.airod-v-lock {
    overflow: hidden;
}

/* ===== BUTON VERTICAL DREAPTA (GLOBAL) ===== */
#voucher-btn.elementor-button {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;

    writing-mode: vertical-rl;
    text-orientation: mixed;

    border-radius: 12px 0 0 12px;
    padding: 16px 12px;

    background: #30373e !important;
    color: #ffffff !important;
    border: 0 !important;
    font-size: 14px;
    font-weight: 600;

    transition: transform .2s ease;
}

#voucher-btn.elementor-button:hover {
    transform: translateY(-50%) translateX(-2px);
}

#voucher-btn .elementor-button-icon {
    display: none !important;
}

/* mobile — exact ce ai cerut */
@media (max-width: 782px) {
    #voucher-btn.elementor-button {
        top: 55%;
    }
}

@media (max-width: 480px) {
    #voucher-btn.elementor-button {
        display: none;
    }
}

/* ===== MODAL ===== */
.airod-v-modal[hidden] {
    display: none;
}

.airod-v-modal {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .65);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    backdrop-filter: blur(2px);
}

.airod-v-sheet {
    width: min(1100px, calc(100% - 28px));
    background: var(--panel);
    border: 1px solid var(--border);
    border-radius: 22px;
    box-shadow: var(--shadow);
    overflow: hidden;
    position: relative;
}

/* ===== CLOSE X – SVG (nu mai moare niciodată) ===== */
.airod-v-x {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 46px;
    height: 46px;
    border-radius: 999px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    background: rgba(0, 0, 0, .45) !important;
    border: 1px solid rgba(255, 255, 255, .28) !important;
    box-shadow: 0 12px 34px rgba(0, 0, 0, .55);
    backdrop-filter: blur(8px);

    cursor: pointer;
    z-index: 999999;
    padding: 0;
}

.airod-v-x-ico {
    width: 22px;
    height: 22px;
}

.airod-v-x-ico path {
    stroke: rgba(255, 255, 255, .98);
    stroke-width: 2.8;
    stroke-linecap: round;
    fill: none;
}

.airod-v-x:hover {
    background: rgba(199, 182, 158, .95) !important;
    border-color: rgba(199, 182, 158, .95) !important;
    transform: scale(1.06);
}

.airod-v-x:hover .airod-v-x-ico path {
    stroke: var(--accent-ink);
}

.airod-v-wrap {
    display: grid;
    grid-template-columns: 420px 1fr;
}

@media (max-width:980px) {
    .airod-v-wrap {
        grid-template-columns: 1fr;
    }
}

.airod-v-left {
    background: #151412;
    border-right: 1px solid var(--border);
    color: var(--text);
}

@media (max-width:980px) {
    .airod-v-left {
        border-right: 0;
        border-bottom: 1px solid var(--border);
    }
}

.airod-v-left-inner {
    padding: 22px;
}

.airod-v-kicker {
    color: var(--accent);
    font-weight: 900;
    letter-spacing: .14em;
    font-size: .82rem;
    margin-bottom: 10px;
}

.airod-v-title {
    margin: 0 0 14px;
    font-size: 1.55rem;
    line-height: 1.2;
    color: #ffffff;
}

.airod-v-accent {
    color: var(--accent);
}

.airod-v-step {
    display: none;
}

.airod-v-step.is-active {
    display: block;
}

.airod-v-q {
    color: var(--muted);
    font-weight: 800;
    margin: 0 0 10px;
}

.airod-v-radio {
    display: flex;
    gap: .55rem;
    align-items: center;
    margin: 10px 0;
    color: var(--text);
}

.airod-v-radio input {
    accent-color: var(--accent);
}

.airod-v-btn {
    width: 100%;
    background: var(--accent);
    color: var(--accent-ink);
    border: 0;
    border-radius: 30px;
    padding: .85rem 1rem;
    font-weight: 900;
    cursor: pointer;
    margin-top: 12px;
}

.airod-v-link {
    width: 100%;
    background: transparent;
    border: 0;
    color: var(--muted);
    font-weight: 800;
    cursor: pointer;
    margin-top: 10px;
    text-decoration: underline;
}

.airod-v-form-title {
    margin: 0 0 6px;
    color: var(--text);
}

.airod-v-form-sub {
    margin: 0 0 12px;
    color: var(--muted);
}

.airod-v-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

.airod-v-grid input,
.airod-v-grid select {
    width: 100%;
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: .65rem .8rem;
    background: #0b0b0b;
    color: var(--text);
    font-size: 16px;
}

.airod-v-check {
    display: flex;
    gap: .55rem;
    align-items: flex-start;
    margin-top: 10px;
    color: #d6d6d6;
    font-size: .92rem;
}

.airod-v-check input {
    margin-top: 3px;
    accent-color: var(--accent);
}

.airod-v-check a {
    color: var(--accent);
}

.airod-v-status {
    margin-top: 10px;
    color: #cfd3cf;
    font-weight: 800;
    min-height: 20px;
}

.airod-v-right {
    background: #0f0f0f;
    color: var(--text);
}

.airod-v-right-inner {
    padding: 22px;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 14px;
}

.airod-v-bullets {
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 14px;
    background: #0b0b0b;
}

.airod-v-bullet {
    display: flex;
    gap: 10px;
    color: #e8e8e8;
    font-weight: 800;
    margin: 10px 0;
}

.airod-v-bullet span {
    color: var(--accent);
    font-weight: 900;
}

.airod-v-note {
    color: var(--muted);
}
/* === Voucher right: disclaimer box (înlocuiește bullets) === */
.airod-v-disclaimer-box {
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 18px;
    background: #0b0b0b;
}

.airod-v-disclaimer-title {
    color: var(--accent);
    font-weight: 900;
    margin-bottom: 10px;
    font-size: 1.05rem;
}

.airod-v-disclaimer-text {
    color: var(--text);
    line-height: 1.5;
    margin-top: 10px;
}

.airod-v-disclaimer-text strong {
    color: #ffffff;
}