.website-field {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.enquiry-type {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: 16px 0 4px;
    padding: 0;
    border: 0;
}

.enquiry-type legend {
    grid-column: 1 / -1;
    margin-bottom: 8px;
    color: #94a3b8;
    font-size: 12.5px;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.enquiry-type label {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 10px !important;
    margin: 0 !important;
    padding: 11px 14px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 12px;
    background: rgba(6, 14, 30, 0.8);
    color: #ffffff !important;
    font-size: 13.5px !important;
    font-weight: 700 !important;
    cursor: pointer;
    transition: all 0.2s ease;
}

.enquiry-type label:hover {
    border-color: #38bdf8;
    background: rgba(14, 165, 233, 0.12);
}

.enquiry-type input {
    width: 18px !important;
    min-height: 18px !important;
    margin: 0 !important;
    padding: 0 !important;
    accent-color: #0ea5e9;
}

/* ==========================================================================
   ULTRA-PREMIUM PRIVACY CHOICES MODAL (DARK GLASSMORPHISM)
   ========================================================================== */
.consent-panel {
    position: fixed;
    z-index: 9999;
    left: 20px;
    right: 20px;
    bottom: 20px;
    max-width: 600px;
    margin: auto;
    background: rgba(9, 23, 46, 0.95);
    color: #ffffff;
    border: 1px solid rgba(56, 189, 248, 0.3);
    border-radius: 20px;
    padding: 24px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.6), 0 0 30px rgba(56, 189, 248, 0.15);
    backdrop-filter: blur(16px);
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    animation: consentSlideUp 0.3s ease;
}

@keyframes consentSlideUp {
    from { transform: translateY(20px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

.consent-panel[hidden] {
    display: none;
}

.consent-panel strong {
    display: block;
    font-size: 18px;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: -0.02em;
}

.consent-panel p {
    margin: 8px 0 18px;
    color: #94a3b8;
    font-size: 13.5px;
    line-height: 1.55;
}

.consent-quick {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
}

.consent-panel button {
    border: 0;
    font-family: inherit;
    font-size: 13.5px;
    font-weight: 800;
    border-radius: 99px;
    padding: 10px 20px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.consent-panel button[data-consent-action="accept"] {
    background: linear-gradient(135deg, #0ea5e9 0%, #2563eb 100%);
    color: #ffffff !important;
    box-shadow: 0 4px 16px rgba(14, 165, 233, 0.35);
}

.consent-panel button[data-consent-action="accept"]:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(14, 165, 233, 0.45);
}

.consent-panel button[data-consent-action="reject"] {
    background: rgba(15, 30, 60, 0.8);
    color: #cbd5e1 !important;
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.consent-panel button[data-consent-action="reject"]:hover {
    background: rgba(30, 58, 110, 0.9);
    color: #ffffff !important;
    border-color: rgba(56, 189, 248, 0.4);
}

.consent-panel button[data-consent-action="manage"] {
    background: transparent;
    color: #00d2b5 !important;
    border: 1px solid #00d2b5;
}

.consent-panel button[data-consent-action="manage"]:hover {
    background: rgba(0, 210, 181, 0.15);
    color: #ffffff !important;
}

.consent-manage {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.consent-manage[hidden] {
    display: none;
}

.consent-manage label {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    margin: 12px 0;
    color: #ffffff;
    font-size: 14px;
}

.consent-manage input {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    accent-color: #0ea5e9;
    cursor: pointer;
}

.consent-manage b {
    color: #ffffff;
    font-weight: 700;
}

.consent-manage small {
    display: block;
    font-weight: 400;
    color: #94a3b8;
    font-size: 12.5px;
    margin-top: 2px;
}

.consent-panel button[data-consent-action="save"] {
    background: linear-gradient(135deg, #059669 0%, #10b981 100%);
    color: #ffffff !important;
    box-shadow: 0 4px 16px rgba(16, 185, 129, 0.35);
    margin-top: 12px;
}

.consent-panel button[data-consent-action="save"]:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(16, 185, 129, 0.45);
}

/* Reopen Privacy Choices Floating Pill */
.consent-reopen {
    position: fixed;
    z-index: 9998;
    right: 18px;
    bottom: 18px;
    padding: 8px 18px;
    background: rgba(9, 23, 46, 0.92);
    border: 1px solid #00d2b5;
    color: #00d2b5 !important;
    border-radius: 99px;
    font-family: inherit;
    font-size: 13px;
    font-weight: 700;
    backdrop-filter: blur(8px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35);
    cursor: pointer;
    transition: all 0.2s ease;
}

.consent-reopen:hover {
    background: rgba(0, 210, 181, 0.2);
    color: #ffffff !important;
    transform: translateY(-2px);
}

@media (max-width: 540px) {
    .enquiry-type {
        grid-template-columns: 1fr;
    }
    .consent-panel {
        left: 14px;
        right: 14px;
        bottom: 14px;
        padding: 18px;
    }
    .consent-quick {
        flex-direction: column;
        width: 100%;
    }
    .consent-panel button {
        width: 100%;
        text-align: center;
    }
    .consent-reopen {
        bottom: 14px;
        right: 14px;
    }
}
