/* ==========================================================================
   LUXXFEST CUSTOM STYLES
   ========================================================================== */

:root {
    --luxx-black: #080608;
    --luxx-ink: #151018;
    --luxx-wine: #4b1029;
    --luxx-gold: #c9a45d;
    --luxx-champagne: #f2e3c6;
    --luxx-muted: #bdb3a5;
}

/* --- Base Styles --- */
body {
    background: var(--luxx-black);
    color: var(--luxx-champagne);
}

.section {
    background: var(--luxx-black);
}

p {
    color: var(--luxx-muted);
}

#luxx-page-content {
    transition: opacity .22s ease, transform .22s ease;
}

#luxx-page-content.luxx-page-loading {
    opacity: 0;
    transform: translateY(12px);
}

/* --- Typography & Brand --- */
.luxx-brand {
    text-decoration: none !important;
    display: flex;
    align-items: center;
    font-family: "Bodoni Moda", serif;
    font-size: 30px;
    letter-spacing: .5px;
    color: #fff !important;
    font-weight: 400;
}

.luxx-brand span span {
    color: var(--luxx-gold);
    font-weight: 700;
    letter-spacing: 1px;
}

.bodoni-moda-luxxfest {
    text-decoration: none !important;
    display: flex;
    align-items: center;
    font-family: "Bodoni Moda", serif;
    font-size: 40px;
    letter-spacing: .5px;
    color: #fff !important;
    font-weight: 400;
}

.bodoni-moda-luxxfest span span {
    color: var(--luxx-gold);
    font-weight: 700;
    letter-spacing: 1px;
}

.footer-brand {
    margin-bottom: 18px;
}

/* --- Buttons --- */
/* We overschrijven de geforceerde cirkel-vorm uit de template */
.hero-area .hero-content .button a.btn {
    width: auto !important;
    height: auto !important;
    line-height: normal !important;
    border-radius: 999px !important;
    display: inline-block !important;
    text-align: center;
}

.btn {
    background: linear-gradient(135deg, var(--luxx-gold), #8d6930) !important;
    border-color: var(--luxx-gold) !important;
    color: #120b07 !important;
    border-radius: 999px;
    font-weight: 700;
    box-shadow: 0 10px 30px rgba(201, 164, 93, .22);

    /* Grootte en tekst optimalisatie */
    padding: 14px 36px !important;
    font-size: 14px !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap;
    display: inline-block;
    transition: all 0.3s ease;
}

.btn.alt {
    background: transparent !important;
    color: var(--luxx-champagne) !important;
    border: 1px solid rgba(242, 227, 198, .4) !important;
    margin-left: 15px;
    box-shadow: none;
}

.btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(201, 164, 93, .3);
    color: #000 !important;
}

/* Mobiele aanpassing voor buttons */
@media (max-width: 575px) {
    .hero-area .hero-content .button .btn {
        display: block !important;
        width: 100% !important;
        margin-left: 0 !important;
        margin-bottom: 15px;
    }
}

/* --- Common Cards & Boxes --- */
.luxx-card,
.single-service,
.privacy-box {
    background: rgba(255, 255, 255, .035) !important;
    border: 1px solid rgba(201, 164, 93, .16) !important;
    border-radius: 22px;
    padding: 34px;
    height: 100%;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .25);
}

.luxx-card i,
.single-service i,
.privacy-box i {
    color: var(--luxx-gold) !important;
    font-size: 42px;
}

.luxx-card h3,
.single-service h4 {
    color: #fff;
    margin-top: 18px;
    font-family: Georgia, 'Times New Roman', serif;
}

.single-service p,
.luxx-card p {
    color: var(--luxx-muted);
}

/* --- Layout: Header & Nav --- */
.luxx-header {
    background: rgba(8, 6, 8, .72);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(201, 164, 93, .18);
}

.luxx-header .navbar {
    display: flex;
    align-items: center;
}

.luxx-header .navbar-collapse {
    flex: 1;
}

.luxx-header .navbar-nav {
    justify-content: center;
    width: 100%;
}

.luxx-header .nav-item a {
    white-space: nowrap;
}

.sticky {
    background: rgba(8, 6, 8, .94) !important;
}

.navbar-area .navbar .navbar-nav .nav-item a {
    color: var(--luxx-champagne);
}

.navbar-area .navbar .navbar-nav .nav-item a.active,
.navbar-area .navbar .navbar-nav .nav-item a:hover {
    color: var(--luxx-gold) !important;
}

.luxx-header .button {
    width: 210px;
    flex: 0 0 210px;
}

.luxx-header .button .btn {
    width: 100%;
    text-align: center;
    white-space: nowrap;
    padding-left: 18px;
    padding-right: 18px;
}

/* --- Language Dropdown --- */
.luxx-lang {
    display: none !important;
}

.luxx-lang-dropdown {
    position: relative;
    margin-left: 22px;
    z-index: 9999;
    width: 170px;
    flex: 0 0 170px;
}

.luxx-lang-current {
    display: flex;
    align-items: center;
    gap: 9px;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(212, 170, 91, .28);
    color: #fff;
    border-radius: 22px;
    padding: 6px 12px 6px 6px;
    cursor: pointer;
    width: 100%;
    justify-content: flex-start;
}

.luxx-lang-dot {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid rgba(212, 170, 91, .55);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    color: #f2d08a;
    flex-shrink: 0;
}

.luxx-lang-current .luxx-lang-dot,
.luxx-lang-menu a.active .luxx-lang-dot {
    background: linear-gradient(135deg, #d6ad61, #f5d98a);
    color: #1b1114;
    border-color: transparent;
}

.luxx-lang-name {
    font-size: 13px;
    flex: 1;
    white-space: nowrap;
}

.luxx-lang-arrow {
    color: #d6ad61;
    font-size: 16px;
    line-height: 1;
}

.luxx-lang-menu {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    min-width: 190px;
    background: rgba(20, 20, 20, .96);
    border: 1px solid rgba(212, 170, 91, .25);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 20px 45px rgba(0, 0, 0, .45);
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: all .2s ease;
}

.luxx-lang-dropdown:hover .luxx-lang-menu,
.luxx-lang-dropdown.open .luxx-lang-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.luxx-lang-menu a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 9px 12px;
    color: #fff;
    font-size: 13px;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.luxx-lang-menu a:last-child {
    border-bottom: 0;
}

.luxx-lang-menu a:hover,
.luxx-lang-menu a.active {
    background: linear-gradient(90deg, rgba(212, 170, 91, .55), rgba(212, 170, 91, .08));
    color: #fff;
}

/* --- Hero Section --- */
.luxx-hero {
    min-height: 760px;
    display: flex;
    align-items: center;
    background: radial-gradient(circle at 80% 20%, rgba(201, 164, 93, .18), transparent 28%),
                linear-gradient(135deg, rgba(8, 6, 8, .9), rgba(75, 16, 41, .82)),
                url('../images/hero/bg-hosting.png') center/cover no-repeat !important;
    position: relative;
    overflow: hidden;
}

.luxx-hero:after {
    content: "";
    position: absolute;
    inset: auto -10% -20% -10%;
    height: 280px;
    background: linear-gradient(0deg, var(--luxx-black), transparent);
}

.hero-area .hero-content h4 {
    color: var(--luxx-gold);
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 14px;
}

.hero-area .hero-content h1 {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 64px;
    line-height: 1.05;
    color: #fff;
    max-width: 920px;
}

.hero-area .hero-content p {
    font-size: 20px;
    max-width: 760px;
    color: #e7dcc8;
}

/* --- Content Sections --- */
.section-title span {
    color: var(--luxx-gold);
}

.section-title h2,
.luxx-privacy h2 {
    font-family: Georgia, 'Times New Roman', serif;
    color: #fff;
    font-size: 42px;
}

.section-title p {
    color: var(--luxx-muted);
}

.luxx-intro,
.luxx-charity {
    background: linear-gradient(180deg, var(--luxx-black), #100b10);
}

.luxx-experience {
    background: radial-gradient(circle at 15% 20%, rgba(75, 16, 41, .45), transparent 30%), var(--luxx-black);
}

.luxx-privacy {
    background: linear-gradient(135deg, #130b12, #27101c);
    border-top: 1px solid rgba(201, 164, 93, .1);
    border-bottom: 1px solid rgba(201, 164, 93, .1);
}

.privacy-box strong {
    display: block;
    color: #fff;
    font-size: 28px;
    margin: 18px 0 8px;
    font-family: Georgia, 'Times New Roman', serif;
}

.privacy-box span {
    color: var(--luxx-muted);
}

/* --- Footer & Misc --- */
.luxx-footer {
    background: #050405 !important;
    border-top: 1px solid rgba(201, 164, 93, .18);
}

.footer .footer-top {
    background: transparent !important;
}

.footer h3 {
    color: #fff;
}

.footer p {
    color: var(--luxx-muted);
}

.scroll-top {
    background: var(--luxx-gold) !important;
    color: #111 !important;
}

.preloader-icon span {
    background: var(--luxx-gold) !important;
}

/* --- Apply Page Styles --- */
.luxx-apply-page {
    background: radial-gradient(circle at top right, rgba(75, 16, 41, .45), #050305 58%);
    padding-top: 135px;
    padding-bottom: 115px;
}

.luxx-apply-intro span {
    color: #d6ad61;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
}

.luxx-apply-intro h1 {
    color: #fff;
    font-size: 42px;
    line-height: 1.15;
    margin: 22px 0;
    max-width: 460px;
}

.luxx-apply-intro p {
    color: #eadfce;
    font-size: 17px;
    line-height: 1.8;
    max-width: 520px;
}

.luxx-apply-card {
    background: rgba(255, 255, 255, .045);
    border: 1px solid rgba(214, 173, 97, .32);
    border-radius: 24px;
    padding: 38px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, .45);
}

.luxx-apply-card h3 {
    color: #fff;
    font-size: 28px;
    margin-bottom: 8px;
}

.luxx-apply-card p,
.luxx-apply-card label,
.luxx-check span {
    color: #cfc2b0;
}

.luxx-apply-card .form-group {
    margin-bottom: 18px;
}

.luxx-apply-card label {
    color: #f2d08a;
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
}

.luxx-apply-card input,
.luxx-apply-card textarea {
    width: 100%;
    background: rgba(0, 0, 0, .42);
    border: 1px solid rgba(214, 173, 97, .42);
    border-radius: 14px;
    color: #fff;
    padding: 14px 16px;
    outline: none;
    margin-top: 8px;
}

.luxx-apply-card textarea {
    min-height: 120px;
}

.luxx-apply-card input::placeholder {
    color: rgba(242, 227, 198, .48);
}

.luxx-apply-card input:focus {
    border-color: #d6ad61;
    box-shadow: 0 0 0 3px rgba(214, 173, 97, .12);
}

.luxx-apply-card .btn {
    margin-top: 10px;
}

.luxx-check {
    display: flex;
    gap: 10px;
    margin: 22px 0;
}

/* ==========================================================================
   RESPONSIVE STYLES (MEDIA QUERIES)
   ========================================================================== */

/* --- Tablet & Mobile Layout (max-width: 991px) --- */
@media (max-width: 991px) {
    .luxx-lang {
        margin: 12px 0;
    }

    .hero-area .hero-content h1 {
        font-size: 42px;
    }

    .luxx-hero {
        min-height: 680px;
    }

    .btn.alt {
        margin-left: 0;
        margin-top: 12px;
    }

    .navbar-area .button {
        display: none;
    }

    .luxx-lang-dropdown {
        margin-left: auto;
        margin-right: 12px;
        order: 2;
        width: auto;
        flex: 0 0 auto;
    }

    .navbar-toggler {
        order: 3;
    }

    .luxx-lang-current {
        padding: 5px 10px 5px 5px;
    }

    .luxx-lang-name {
        display: none;
    }

    .luxx-lang-menu {
        right: 0;
        min-width: 180px;
    }

    .luxx-header .button {
        display: none;
    }

    /* Mobile Menu Dropdown */
    .navbar-collapse {
        background: linear-gradient(180deg, #12090d 0%, #1a0f16 100%);
        border: 1px solid rgba(212, 170, 91, .18);
        border-radius: 12px;
        padding: 20px;
        margin-top: 15px;
        box-shadow: 0 20px 40px rgba(0, 0, 0, .45);
    }

    .navbar-nav .nav-item a {
        color: #f4e7d0 !important;
        padding: 14px 0 !important;
        border-bottom: 1px solid rgba(255, 255, 255, .06);
        font-weight: 500;
    }

    .navbar-nav .nav-item:last-child a {
        border-bottom: none;
    }

    .navbar-nav .nav-item a:hover,
    .navbar-nav .nav-item a.active {
        color: #d6ad61 !important;
    }

    .navbar-collapse::-webkit-scrollbar {
        width: 6px;
    }

    .navbar-collapse::-webkit-scrollbar-thumb {
        background: #d6ad61;
        border-radius: 10px;
    }

    .navbar-collapse::-webkit-scrollbar-track {
        background: transparent;
    }

    /* Apply Page Mobile */
    .luxx-apply-page {
        padding-top: 105px;
        padding-bottom: 80px;
    }

    .luxx-apply-intro h1 {
        font-size: 34px;
    }

    .luxx-apply-card {
        margin-top: 32px;
        padding: 26px;
    }
}

/* --- Desktop Layout Optimization (min-width: 992px) --- */
@media (min-width: 992px) {
    .hero-area .hero-content h1 {
        font-size: 72px;
        max-width: 1000px;
        line-height: 1.1;
    }

    .section-title h2 {
        font-size: 52px;
        max-width: 100% !important;
        line-height: 1.2;
        margin-bottom: 30px;
    }

    /* Desktop alignment and padding removal */
    .luxx-intro .section-title,
    .luxx-experience .section-title,
    .luxx-charity .section-title,
    .luxx-privacy .section-title,
    .hero-area .hero-content {
        padding-left: 0 !important;
        padding-right: 0 !important;
        max-width: 100% !important;
    }

    .luxx-intro .section-title h2 {
        font-size: 64px;
        line-height: 1.1;
        margin-bottom: 35px;
        max-width: 900px;
    }

    .luxx-intro .section-title p {
        font-size: 19px;
        line-height: 1.8;
        color: #bdb3a5;
        padding-right: 40px;
    }

    .luxx-intro .row.align-items-start {
        align-items: flex-start !important;
    }
}

/* --- Specific Mobile Fixes (max-width: 767px) --- */
@media (max-width: 767px) {
    .luxx-card {
        margin-bottom: 20px;
    }
}

/* --- Payment Icons Footer --- */
.footer-payments {
    border-top: 1px solid rgba(201, 164, 93, 0.1);
    padding-top: 30px;    /* Ruimte boven de lijn */
    padding-bottom: 120px; /* EXTRA ruimte aan de onderkant zodat het niet tegen de rand staat */
    margin-top: 50px;     /* Afstand tot de tekst erboven */
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

.stripe-badge {
    height: 26px; /* Iets verfijnder */
    opacity: 0.85;
    transition: opacity 0.3s;
}

.payment-methods {
    display: flex;
    gap: 15px;
    align-items: center;
}

.payment-methods img {
    height: 20px;
    width: auto;
    filter: grayscale(1) brightness(1.8); /* Maakt ze mooi subtiel wit/grijs voor je donkere thema */
    opacity: 0.6;
    transition: all 0.3s;
}

.payment-methods img:hover {
    filter: none; /* Kleur komt terug bij aanwijzen */
    opacity: 1;
}

/* Mobiele weergave: alles netjes in het midden */
@media (max-width: 767px) {
    .footer-payments {
        justify-content: center;
        padding-bottom: 100px; /* OOK VERHOOGD op mobiel */
        gap: 20px;
    }
    .payment-methods {
        justify-content: center;
        width: 100%;
    }
}
.luxx-captcha-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}

.luxx-captcha-question {
    min-height: 48px;
    flex: 1;
    display: flex;
    align-items: center;
    padding: 0 16px;
    border: 1px solid rgba(214, 173, 97, .42);
    border-radius: 14px;
    background: rgba(0, 0, 0, .42);
    color: #f2d08a;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 1px;
}

.luxx-captcha-refresh {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(214, 173, 97, .42);
    border-radius: 50%;
    background: rgba(0, 0, 0, .42);
    color: #d6ad61;
    cursor: pointer;
    transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

.luxx-captcha-refresh:hover {
    border-color: #d6ad61;
    background: rgba(214, 173, 97, .12);
    transform: rotate(20deg);
}

.luxx-captcha-refresh.is-loading i {
    animation: luxxCaptchaSpin .7s linear infinite;
}

@keyframes luxxCaptchaSpin {
    to {
        transform: rotate(360deg);
    }
}
/* --- Submenu / Dropdown Styling --- */
.navbar-area .navbar .navbar-nav .nav-item .sub-menu {
    background: rgba(21, 16, 24, 0.98) !important; /* Zelfde diepe kleur als header */
    backdrop-filter: blur(12px);
    border: 1px solid rgba(201, 164, 93, 0.15) !important;
    box-shadow: 0 20px 60px rgba(0,0,0,0.9) !important;
    padding: 12px 0 !important;
    border-radius: 14px !important;
    top: 100% !important; /* Zorgt dat hij mooi aansluit */
}

.navbar-area .navbar .navbar-nav .nav-item .sub-menu li {
    margin: 0 !important;
}

.navbar-area .navbar .navbar-nav .nav-item .sub-menu li a {
    color: #bdb3a5 !important;
    padding: 10px 25px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    transition: all 0.3s ease;
    display: block !important;
}

.navbar-area .navbar .navbar-nav .nav-item .sub-menu li a:hover {
    color: var(--luxx-gold) !important;
    background: rgba(201, 164, 93, 0.08) !important;
    padding-left: 30px !important;
}

/* Dropdown pijltje in het menu */
.navbar-nav .nav-item a.dd-menu::after {
    color: var(--luxx-gold) !important;
    vertical-align: middle;
    margin-left: 5px;
}

/* Mobiele weergave: transparant in het mobiele menu */
@media (max-width: 991px) {
    .navbar-area .navbar .navbar-nav .nav-item .sub-menu {
        background: rgba(255,255,255,0.03) !important;
        border: none !important;
        box-shadow: none !important;
        padding-left: 15px !important;
        margin-top: 5px !important;
    }
}
.luxx-captcha-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}

.luxx-captcha-question {
    min-height: 48px;
    flex: 1;
    display: flex;
    align-items: center;
    padding: 0 16px;
    border: 1px solid rgba(214, 173, 97, .42);
    border-radius: 14px;
    background: rgba(0, 0, 0, .42);
    color: #f2d08a;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 1px;
}

.luxx-captcha-refresh {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(214, 173, 97, .42);
    border-radius: 50%;
    background: rgba(0, 0, 0, .42);
    color: #d6ad61;
    cursor: pointer;
    transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

.luxx-captcha-refresh:hover {
    border-color: #d6ad61;
    background: rgba(214, 173, 97, .12);
    transform: rotate(20deg);
}

.luxx-captcha-refresh.is-loading i {
    animation: luxxCaptchaSpin .7s linear infinite;
}

@keyframes luxxCaptchaSpin {
    to {
        transform: rotate(360deg);
    }
}
/* ===== luXXfest signup ===== */
.luxx-signup-page{padding-top:130px;padding-bottom:110px}.luxx-signup-intro{position:sticky;top:130px}.luxx-signup-intro h1{font-size:44px;line-height:1.12}.luxx-signup-note{display:flex;gap:14px;align-items:flex-start;margin-top:28px;padding:18px;border:1px solid rgba(201,164,93,.2);border-radius:16px;background:rgba(255,255,255,.025)}.luxx-signup-note i{color:var(--luxx-gold);font-size:24px;margin-top:2px}.luxx-signup-note p{margin:0;font-size:14px;line-height:1.7}.luxx-signup-card h2{color:#fff;font-size:30px;margin-bottom:8px}.luxx-form-lead{margin-bottom:26px}.luxx-form-response{margin-bottom:22px;padding:14px 16px;border-radius:12px;line-height:1.6}.luxx-form-response.is-success{display:block;background:rgba(201,164,93,.16);border:1px solid rgba(201,164,93,.35);color:#f2d08a}.luxx-form-response.is-error{display:block;background:rgba(255,80,80,.08);border:1px solid rgba(255,120,120,.25);color:#ff9b9b}.luxx-profile-type{border:0;padding:0;margin:0 0 24px}.luxx-profile-type legend{color:#f2d08a;font-weight:700;margin-bottom:12px;font-size:15px}.luxx-profile-options{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.luxx-profile-option{cursor:pointer;margin:0}.luxx-profile-option input{position:absolute;opacity:0;pointer-events:none}.luxx-profile-option-content{min-height:90px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px;padding:14px 8px;border:1px solid rgba(214,173,97,.3);border-radius:15px;background:rgba(0,0,0,.3);text-align:center;transition:.2s ease}.luxx-profile-option-content i{color:#d6ad61;font-size:24px}.luxx-profile-option-content strong{color:#eadfce;font-size:13px;line-height:1.3}.luxx-profile-option input:checked + .luxx-profile-option-content{border-color:#d6ad61;background:rgba(214,173,97,.13);box-shadow:0 0 0 3px rgba(214,173,97,.1)}.luxx-apply-card small{display:block;color:#9e9386;margin-top:7px}.luxx-consent-row{display:flex!important;align-items:flex-start;gap:11px;margin:14px 0;color:#eadfce!important;line-height:1.55;cursor:pointer}.luxx-consent-row input{width:18px!important;height:18px;margin:3px 0 0;padding:0;accent-color:#c9a45d;flex:0 0 18px}.luxx-signup-submit{margin-top:16px;min-width:180px}.luxx-signup-card input[type="date"]{color-scheme:dark}.luxx-signup-card input:invalid:not(:placeholder-shown){border-color:rgba(255,120,120,.55)}
@media(max-width:991px){.luxx-signup-page{padding-top:105px;padding-bottom:75px}.luxx-signup-intro{position:static}.luxx-signup-intro h1{font-size:34px}.luxx-profile-options{grid-template-columns:1fr}.luxx-profile-option-content{min-height:64px;flex-direction:row}.luxx-signup-card h2{font-size:26px}}

.luxx-country-wrapper {
    position: relative;
}

.luxx-country-results {
    position: absolute;
    z-index: 1000;
    top: calc(100% + 6px);
    left: 0;
    right: 0;
    overflow: hidden;
    background: #110d11;
    border: 1px solid rgba(214, 173, 97, .42);
    border-radius: 14px;
    box-shadow: 0 22px 55px rgba(0, 0, 0, .55);
}

.luxx-country-option {
    display: block;
    width: 100%;
    padding: 12px 16px;
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .06);
    color: #f2e3c6;
    text-align: left;
    cursor: pointer;
    transition:
        background .18s ease,
        color .18s ease;
}

.luxx-country-option:last-child {
    border-bottom: 0;
}

.luxx-country-option:hover,
.luxx-country-option:focus {
    background: rgba(214, 173, 97, .14);
    color: #f2d08a;
    outline: none;
}
.luxx-date-wrapper {
    position: relative;
}

.luxx-date-input {
    width: 100%;
    padding-right: 58px !important;
    cursor: pointer;
    color-scheme: dark;
}

.luxx-date-button {
    position: absolute;
    top: 50%;
    right: 8px;
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: var(--luxx-gold);
    cursor: pointer;
    z-index: 2;
}

.luxx-date-button:hover {
    background: rgba(201, 164, 93, .12);
}

.luxx-date-button i {
    font-size: 20px;
}

/* Verberg het standaard Chrome-icoon, want we hebben ons eigen icoon */
.luxx-date-input::-webkit-calendar-picker-indicator {
    opacity: 0;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.luxx-signup-captcha-line {
    display: grid;
    grid-template-columns: minmax(120px, 1fr) 48px minmax(150px, 1fr);
    gap: 12px;
    align-items: center;
}

.luxx-signup-captcha-question,
.luxx-signup-captcha-answer {
    height: 52px;
    margin: 0 !important;
}

.luxx-signup-captcha-question {
    display: flex;
    align-items: center;
    padding: 0 16px;
    border: 1px solid rgba(201, 164, 93, .45);
    border-radius: 14px;
    background: rgba(0, 0, 0, .34);
    color: #f2d08a;
    font-weight: 700;
}

.luxx-signup-captcha-refresh {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(201, 164, 93, .55);
    border-radius: 50%;
    background: rgba(0, 0, 0, .34);
    color: var(--luxx-gold);
    cursor: pointer;
    transition: transform .2s ease, background .2s ease;
}

.luxx-signup-captcha-refresh:hover {
    background: rgba(201, 164, 93, .12);
    transform: rotate(20deg);
}

.luxx-signup-captcha-refresh.is-loading i {
    animation: luxxCaptchaSpin .7s linear infinite;
}

@media (max-width: 767px) {
    .luxx-signup-captcha-line {
        grid-template-columns: 1fr 48px;
    }

    .luxx-signup-captcha-answer {
        grid-column: 1 / -1;
    }
}
/* =========================================================
   LUXXFEST SIGNUP FORM - DEFINITIEVE OVERRIDES
   ========================================================= */

.luxx-signup-form {
    width: 100%;
    padding: 38px;
    overflow: visible;
    background:
        linear-gradient(
            145deg,
            rgba(48, 18, 30, .84),
            rgba(17, 10, 15, .96)
        );
    border: 1px solid rgba(201, 164, 93, .35);
    border-radius: 24px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, .4);
}

.luxx-signup-form h2 {
    margin: 0 0 8px;
    color: #fff;
    font-size: 34px;
    line-height: 1.2;
}

.luxx-signup-form .luxx-form-lead {
    margin-bottom: 26px;
    color: var(--luxx-muted);
    line-height: 1.7;
}

.luxx-signup-form .form-group {
    margin-bottom: 20px;
}

.luxx-signup-form .form-group > label,
.luxx-signup-form fieldset > legend {
    display: block;
    margin: 0 0 9px;
    padding: 0;
    color: #f2d08a;
    font-size: 15px;
    font-weight: 700;
}

/* Alle gewone velden */
.luxx-signup-form input[type="text"],
.luxx-signup-form input[type="email"],
.luxx-signup-form input[type="tel"],
.luxx-signup-form input[type="number"],
.luxx-signup-form input[type="date"] {
    display: block;
    width: 100%;
    min-width: 0;
    height: 52px;
    margin: 0;
    padding: 0 16px;
    appearance: none;
    background: rgba(4, 3, 4, .58);
    border: 1px solid rgba(201, 164, 93, .48);
    border-radius: 14px;
    color: #fff;
    font-family: inherit;
    font-size: 15px;
    line-height: 52px;
    outline: none;
    box-shadow: none;
    transition:
        border-color .2s ease,
        box-shadow .2s ease,
        background .2s ease;
}

.luxx-signup-form input::placeholder {
    color: rgba(242, 227, 198, .52);
    opacity: 1;
}

.luxx-signup-form input:focus {
    background: rgba(4, 3, 4, .78);
    border-color: var(--luxx-gold);
    box-shadow: 0 0 0 3px rgba(201, 164, 93, .12);
}

/* Profieltype */
.luxx-profile-type {
    margin: 0 0 26px;
    padding: 0;
    border: 0;
}

.luxx-profile-options {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.luxx-profile-option {
    margin: 0;
    cursor: pointer;
}

.luxx-profile-option input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.luxx-profile-option-content {
    min-height: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 12px;
    background: rgba(0, 0, 0, .2);
    border: 1px solid rgba(201, 164, 93, .4);
    border-radius: 14px;
    color: #fff;
    text-align: center;
    transition:
        border-color .2s ease,
        background .2s ease,
        transform .2s ease;
}

.luxx-profile-option-content i {
    color: var(--luxx-gold);
    font-size: 24px;
}

.luxx-profile-option input:checked + .luxx-profile-option-content {
    background: rgba(201, 164, 93, .15);
    border-color: var(--luxx-gold);
    box-shadow: 0 0 0 3px rgba(201, 164, 93, .1);
}

/* Geboortedatum */
.luxx-date-wrapper {
    position: relative;
    width: 100%;
}

.luxx-date-input {
    padding-right: 58px !important;
    color-scheme: dark;
    cursor: pointer;
}

.luxx-date-button {
    position: absolute;
    z-index: 3;
    top: 50%;
    right: 7px;
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 50%;
    color: var(--luxx-gold);
    cursor: pointer;
}

.luxx-date-button:hover {
    background: rgba(201, 164, 93, .12);
}

.luxx-date-input::-webkit-calendar-picker-indicator {
    opacity: 0;
}

/* Landenlijst */
.luxx-country-wrapper {
    position: relative;
    width: 100%;
}

.luxx-country-results {
    position: absolute;
    z-index: 10000;
    top: calc(100% + 6px);
    right: 0;
    left: 0;
    overflow: hidden;
    background: #110d11;
    border: 1px solid rgba(201, 164, 93, .5);
    border-radius: 14px;
    box-shadow: 0 22px 55px rgba(0, 0, 0, .65);
}

.luxx-country-option {
    display: block;
    width: 100%;
    padding: 12px 16px;
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .06);
    color: #f2e3c6;
    text-align: left;
    cursor: pointer;
}

.luxx-country-option:hover,
.luxx-country-option:focus {
    background: rgba(201, 164, 93, .14);
    color: #f2d08a;
    outline: none;
}

/* CAPTCHA: som - refresh - antwoord */
.luxx-signup-captcha-line {
    display: grid;
    grid-template-columns:
        minmax(130px, .8fr)
        48px
        minmax(180px, 1fr);
    gap: 12px;
    align-items: center;
}

.luxx-signup-captcha-question {
    height: 52px;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0 16px;
    background: rgba(4, 3, 4, .58);
    border: 1px solid rgba(201, 164, 93, .48);
    border-radius: 14px;
    color: #f2d08a;
    font-size: 16px;
    font-weight: 700;
}

.luxx-signup-captcha-refresh {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    background: rgba(4, 3, 4, .58);
    border: 1px solid rgba(201, 164, 93, .55);
    border-radius: 50%;
    color: var(--luxx-gold);
    cursor: pointer;
}

.luxx-signup-captcha-refresh:hover {
    background: rgba(201, 164, 93, .12);
}

.luxx-signup-captcha-answer {
    height: 52px !important;
    margin: 0 !important;
}

/* Checkboxregels */
.luxx-consent-row {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    margin: 14px 0;
    color: #f2e3c6;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.55;
    cursor: pointer;
}

.luxx-consent-row input[type="checkbox"] {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    margin: 2px 0 0;
    accent-color: var(--luxx-gold);
}

/* Button */
.luxx-signup-submit {
    min-width: 160px;
    min-height: 52px;
    margin-top: 12px;
    padding: 0 30px !important;
}

/* Meldingen */
.luxx-form-response {
    margin-bottom: 22px;
    padding: 14px 16px;
    border-radius: 12px;
    line-height: 1.55;
}

.luxx-form-response.is-error {
    background: rgba(190, 45, 55, .14);
    border: 1px solid rgba(255, 107, 107, .4);
    color: #ff9999;
}

.luxx-form-response.is-success {
    background: rgba(201, 164, 93, .14);
    border: 1px solid rgba(201, 164, 93, .4);
    color: #f2d08a;
}

@media (max-width: 767px) {
    .luxx-signup-form {
        padding: 24px 18px;
        border-radius: 18px;
    }

    .luxx-signup-form h2 {
        font-size: 28px;
    }

    .luxx-profile-options {
        grid-template-columns: 1fr;
    }

    .luxx-signup-captcha-line {
        grid-template-columns: minmax(0, 1fr) 48px;
    }

    .luxx-signup-captcha-answer {
        grid-column: 1 / -1;
    }
}
.luxx-submit-complete {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    cursor: default;
    opacity: .78;
    box-shadow: none;
}