.pvta-footer-actions {
    position: fixed;
    right: 16px;
    top: 50%;
    z-index: 9998;
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    width: 92px;
    transform: translateY(-50%);
    padding: 8px;
    border: 1px solid rgba(15, 23, 42, 0.12);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.2);
    backdrop-filter: blur(10px);
}

.pvta-footer-action {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    min-height: 64px;
    padding: 8px 6px;
    border: 0;
    border-radius: 14px;
    background: #0b65c2;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
    cursor: pointer;
}

.pvta-footer-action:nth-child(2) {
    background: #f59e0b;
}

.pvta-footer-action:nth-child(3) {
    background: #16a34a;
}

.pvta-footer-action:nth-child(4) {
    background: #0ea5e9;
}

.pvta-footer-action-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.pvta-footer-action-icon svg {
    display: block;
    width: 19px;
    height: 19px;
}

.pvta-footer-modal[hidden],
.pvta-footer-panel[hidden] {
    display: none !important;
}

.pvta-footer-modal {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 16px 126px 16px 16px;
}

.pvta-footer-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.56);
}

.pvta-footer-modal-dialog {
    position: relative;
    width: min(680px, 100%);
    max-height: min(82vh, 760px);
    overflow: auto;
    border-radius: 22px;
    background: #fff;
    padding: 22px;
    box-shadow: 0 24px 80px rgba(15, 23, 42, 0.35);
}

.pvta-footer-modal-close {
    position: absolute;
    top: 10px;
    right: 12px;
    width: 36px;
    height: 36px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: #f1f5f9;
    color: #0f172a;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
}

.pvta-footer-panel h2 {
    margin: 0 44px 16px 0;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.2;
}

.pvta-footer-flight-fallback {
    margin: 0;
}

.pvta-footer-flight-fallback a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    border-radius: 12px;
    background: #0b65c2;
    color: #fff;
    font-weight: 800;
    text-decoration: none;
}

.pvta-consult-form {
    display: grid;
    gap: 14px;
}

.pvta-consult-form label {
    display: grid;
    gap: 6px;
    color: #334155;
    font-weight: 700;
}

.pvta-consult-form textarea,
.pvta-consult-form input[type="text"] {
    width: 100%;
    border: 1px solid #cbd5e1;
    border-radius: 12px;
    padding: 10px 12px;
    font-size: 15px;
    line-height: 1.45;
}

.pvta-consult-website {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.pvta-consult-hint {
    margin: 0;
    color: #64748b;
    font-size: 14px;
}

.pvta-consult-form button[type="submit"] {
    min-height: 46px;
    border: 0;
    border-radius: 12px;
    background: #f59e0b;
    color: #fff;
    font-weight: 800;
    cursor: pointer;
}

.pvta-consult-status {
    margin: 0;
    color: #0f766e;
    font-weight: 700;
}

.pvta-contact-list {
    display: grid;
    gap: 10px;
}

.pvta-contact-list a {
    display: block;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 12px 14px;
    background: #f8fafc;
    color: #0f172a;
    font-weight: 800;
    text-decoration: none;
}

body.pvta-modal-open {
    overflow: hidden;
}

@media (max-width: 768px) {
    body {
        padding-bottom: calc(72px + env(safe-area-inset-bottom));
    }

    .pvta-footer-actions {
        left: 50%;
        right: auto;
        top: auto;
        bottom: 0;
        grid-template-columns: repeat(4, minmax(72px, 1fr));
        width: min(520px, 100%);
        transform: translateX(-50%);
        border-radius: 18px 18px 0 0;
        padding-bottom: calc(8px + env(safe-area-inset-bottom));
    }

    .pvta-footer-action {
        min-height: 56px;
        padding: 8px 6px;
    }

    .pvta-footer-action-icon {
        width: 26px;
        height: 26px;
    }

    .pvta-footer-action-icon svg {
        width: 17px;
        height: 17px;
    }

    .pvta-footer-modal {
        align-items: flex-end;
        justify-content: center;
        padding: 16px;
    }

    .pvta-footer-modal-dialog {
        max-height: min(82vh, 720px);
        border-radius: 20px;
    }
}
