
:root{
    --wpp-bg:#09090b;
    --wpp-panel:#17171c;
    --wpp-text:#fafafa;
    --wpp-muted:#a1a1aa;
    --wpp-primary:#7c3aed;
    --wpp-secondary:#a855f7;
    --wpp-line:rgba(255,255,255,.10);
    --wpp-shell:1320px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--wpp-bg);color:var(--wpp-text);font-family:Inter,Arial,sans-serif}
a{color:inherit}
img{max-width:100%;height:auto}
.screen-reader-text{position:absolute;left:-9999px}
.wpp-container{width:min(var(--wpp-shell),calc(100% - 40px));margin:auto}

.wpp-header{position:sticky;top:0;z-index:1000;background:rgba(9,9,11,.9);border-bottom:1px solid var(--wpp-line);backdrop-filter:blur(18px)}
.admin-bar .wpp-header{top:32px}
.wpp-header__inner{min-height:76px;display:flex;align-items:center;gap:24px}
.wpp-brand{font-weight:900;font-size:22px;letter-spacing:.08em;text-decoration:none;margin-right:auto}
.wpp-brand img{max-height:42px;width:auto}
.wpp-nav__list{display:flex;align-items:center;gap:28px;list-style:none;margin:0;padding:0}
.wpp-nav__list a{text-decoration:none;font-weight:700}
.wpp-nav__list a:hover{color:#d8b4fe}
.wpp-header-actions{display:flex;align-items:center;gap:10px}
.wpp-icon-link{display:inline-flex;width:38px;height:38px;border:1px solid var(--wpp-line);border-radius:50%;align-items:center;justify-content:center;text-decoration:none}
.wpp-header-buy{min-height:44px;padding:10px 18px}
.wpp-menu-toggle{display:none;background:none;border:0;padding:10px}
.wpp-menu-toggle span:not(.screen-reader-text){display:block;width:26px;height:2px;background:#fff;margin:5px}

.wpp-hero{min-height:calc(100vh - 76px);display:flex;align-items:center;background-size:cover;background-position:center}
.wpp-hero__content{padding:110px 0}
.wpp-kicker{display:inline-block;color:#d8b4fe;font-weight:900;font-size:13px;letter-spacing:.16em;text-transform:uppercase}
.wpp-hero h1,.wpp-page-hero h1,.wpp-inner-page h1{font-size:clamp(62px,10vw,150px);line-height:.84;letter-spacing:-.065em;margin:18px 0 28px}
.wpp-hero h1 span{color:transparent;-webkit-text-stroke:2px #fff;text-shadow:0 0 35px rgba(168,85,247,.45)}
.wpp-hero p,.wpp-page-hero p{max-width:650px;color:#ddd;font-size:22px;line-height:1.55}
.wpp-actions{display:flex;gap:14px;flex-wrap:wrap}
.wpp-button{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:14px 26px;border-radius:14px;background:linear-gradient(135deg,var(--wpp-primary),var(--wpp-secondary));color:#fff;text-decoration:none;font-weight:900;box-shadow:0 16px 45px rgba(124,58,237,.28);transition:.25s}
.wpp-button:hover{transform:translateY(-2px)}
.wpp-button--ghost{background:rgba(255,255,255,.06);border:1px solid var(--wpp-line);box-shadow:none}

.wpp-countdown{display:flex;gap:12px;flex-wrap:wrap;margin-top:40px}
.wpp-countdown div{min-width:96px;padding:16px;border-radius:18px;background:rgba(255,255,255,.06);border:1px solid var(--wpp-line);backdrop-filter:blur(12px)}
.wpp-countdown strong{display:block;font-size:34px}
.wpp-countdown span{color:var(--wpp-muted);font-size:12px;text-transform:uppercase}

.wpp-section{padding:100px 0}
.wpp-section--tight{padding-top:0}
.wpp-section h2,.wpp-cta h2,.wpp-map-cta h2{font-size:clamp(40px,5vw,68px);letter-spacing:-.045em;margin:14px 0 36px}
.wpp-about-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:70px;align-items:start}
.wpp-about-grid p{font-size:21px;line-height:1.7;color:#d4d4d8;margin-top:42px}

.wpp-info-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.wpp-info-grid article,.wpp-contact-grid article{padding:24px;border-radius:20px;background:var(--wpp-panel);border:1px solid var(--wpp-line)}
.wpp-info-grid span{display:block;color:var(--wpp-muted);font-size:12px;text-transform:uppercase}
.wpp-info-grid strong{display:block;margin-top:8px;font-size:22px}

.wpp-artist-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.wpp-artist-card{overflow:hidden;border-radius:24px;background:var(--wpp-panel);border:1px solid var(--wpp-line)}
.wpp-artist-card__image{aspect-ratio:4/5;background:#111}
.wpp-artist-card__image img{width:100%;height:100%;object-fit:cover}
.wpp-artist-card__content{padding:22px}
.wpp-artist-card__content span{color:#d8b4fe;font-weight:800}
.wpp-artist-card__content h3{font-size:28px;margin:8px 0 0}

.wpp-ticket-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;max-width:940px}
.wpp-ticket{padding:34px;border-radius:26px;background:var(--wpp-panel);border:1px solid var(--wpp-line)}
.wpp-ticket--featured{border-color:rgba(168,85,247,.60);box-shadow:0 25px 80px rgba(124,58,237,.16)}
.wpp-ticket>span{color:#d8b4fe;font-weight:900;letter-spacing:.12em}
.wpp-ticket>strong{display:block;font-size:44px;margin:16px 0}
.wpp-ticket p{color:var(--wpp-muted)}

.wpp-gallery{display:grid;grid-template-columns:2fr 1fr 1fr;grid-auto-rows:220px;gap:16px}
.wpp-gallery__item{border-radius:20px;overflow:hidden;background:var(--wpp-panel)}
.wpp-gallery__item:first-child{grid-row:span 2}
.wpp-gallery__item img{display:block;width:100%;height:100%;object-fit:cover}

.wpp-cta,.wpp-map-cta{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:46px;border-radius:30px;background:radial-gradient(circle at 85% 10%,rgba(168,85,247,.35),transparent 35%),linear-gradient(135deg,#18151f,#0f0f13);border:1px solid rgba(168,85,247,.28)}
.wpp-map-cta p{color:var(--wpp-muted)}

.wpp-page-hero{min-height:70vh;display:flex;align-items:end;padding:130px 0 70px;background-size:cover;background-position:center}
.wpp-inner-page{min-height:70vh;padding:120px 0 90px}
.wpp-faq{max-width:900px}
.wpp-faq details{padding:22px 0;border-bottom:1px solid var(--wpp-line)}
.wpp-faq summary{font-size:21px;font-weight:900;cursor:pointer}
.wpp-faq p{color:var(--wpp-muted)}
.wpp-contact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.wpp-contact-grid h2{font-size:26px}
.wpp-contact-grid p{color:var(--wpp-muted)}
.wpp-content{max-width:900px}
.wpp-content p{font-size:18px;line-height:1.75;color:#ddd}

.wpp-footer{padding:70px 0 90px;background:#060608;border-top:1px solid var(--wpp-line)}
.wpp-footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:40px}
.wpp-footer__brand{font-size:28px;font-weight:900}
.wpp-footer p{color:var(--wpp-muted)}
.wpp-footer-social,.wpp-footer__contacts{display:flex;flex-direction:column;gap:14px}
.wpp-footer-link{display:inline-flex;align-items:center;gap:12px;color:#fff;text-decoration:none;font-weight:600;transition:transform .18s ease,color .18s ease}
.wpp-footer-link:hover{transform:translateX(3px);color:#fff}
.wpp-footer-link__icon{width:42px;height:42px;flex:0 0 42px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:rgba(168,85,247,.12);border:1px solid rgba(168,85,247,.28);color:#c4b5fd;box-shadow:0 0 20px rgba(168,85,247,.08)}
.wpp-footer-link__icon svg{width:20px;height:20px;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;fill:none}
.wpp-footer-link__icon svg path,.wpp-footer-link__icon svg rect,.wpp-footer-link__icon svg circle{vector-effect:non-scaling-stroke}
.wpp-footer-link__text{color:#fff;word-break:break-word}
.wpp-footer__bottom{margin-top:40px;padding-top:20px;border-top:1px solid var(--wpp-line);color:var(--wpp-muted);font-size:14px}
.wpp-mobile-buy{display:none}

.wpp-reveal{opacity:0;transform:translateY(24px);transition:.65s ease}
.wpp-reveal.is-visible{opacity:1;transform:none}

.woocommerce ul.products{display:grid!important;grid-template-columns:repeat(3,1fr);gap:24px}
.woocommerce ul.products li.product{width:auto!important;margin:0!important;padding:24px;border-radius:22px;background:var(--wpp-panel);border:1px solid var(--wpp-line)}
.woocommerce a.button,.woocommerce button.button,.woocommerce input.button{background:linear-gradient(135deg,var(--wpp-primary),var(--wpp-secondary))!important;color:#fff!important;border-radius:12px!important}
.wpp-shop{color:#fff}

@media(max-width:1100px){
    .wpp-header-buy{display:none}
    .wpp-about-grid{grid-template-columns:1fr}
    .wpp-about-grid p{margin-top:0}
}
@media(max-width:1024px){
    .wpp-container{width:min(100% - 32px,var(--wpp-shell))}
    .wpp-info-grid{grid-template-columns:repeat(2,1fr)}
    .wpp-artist-grid{grid-template-columns:repeat(2,1fr)}
    .wpp-gallery{grid-template-columns:repeat(2,1fr)}
    .wpp-gallery__item:first-child{grid-row:span 1}
    .wpp-contact-grid{grid-template-columns:repeat(2,1fr)}
    .woocommerce ul.products{grid-template-columns:repeat(2,1fr)!important}
}

@media(max-width:767px){
    .admin-bar .wpp-header{top:46px}
    .wpp-container{width:min(100% - 24px,var(--wpp-shell))}
    .wpp-header__inner{min-height:66px}
    .wpp-menu-toggle{display:block;order:3}
    .wpp-header-actions{margin-left:auto}
    .wpp-icon-link{display:none}
    .wpp-nav{position:fixed;inset:66px 0 0 0;display:none;padding:20px 14px;background:#0d0d10;overflow:auto}
    .admin-bar .wpp-nav{top:112px}
    .wpp-nav.is-open{display:block}
    .wpp-nav__list{display:flex;flex-direction:column;align-items:stretch;gap:0}
    .wpp-nav__list a{display:block;padding:18px 14px;border-bottom:1px solid var(--wpp-line);font-size:22px}
    .wpp-menu-open{overflow:hidden}

    .wpp-hero{min-height:auto}
    .wpp-hero__content{padding:92px 0 64px}
    .wpp-hero h1,.wpp-page-hero h1,.wpp-inner-page h1{font-size:clamp(50px,18vw,74px);line-height:.9;margin:14px 0 20px}
    .wpp-hero p,.wpp-page-hero p{font-size:18px;line-height:1.45}
    .wpp-actions{display:grid;grid-template-columns:1fr;width:100%;max-width:420px}
    .wpp-button{width:100%;min-height:54px}

    .wpp-countdown{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}
    .wpp-countdown div{min-width:0;padding:14px}
    .wpp-countdown strong{font-size:28px}

    .wpp-section{padding:68px 0}
    .wpp-section h2,.wpp-cta h2,.wpp-map-cta h2{font-size:40px;line-height:1}
    .wpp-about-grid,.wpp-info-grid,.wpp-artist-grid,.wpp-ticket-grid,.wpp-gallery,.wpp-contact-grid{grid-template-columns:1fr}
    .wpp-info-grid article{padding:20px}
    .wpp-artist-card__image{aspect-ratio:16/11}
    .wpp-ticket{padding:24px}
    .wpp-ticket>strong{font-size:36px}
    .wpp-cta,.wpp-map-cta{flex-direction:column;align-items:flex-start;padding:28px}
    .wpp-page-hero{min-height:58vh;padding:100px 0 46px}
    .wpp-inner-page{padding:92px 0 64px}
    .wpp-gallery{grid-auto-rows:240px}
    .wpp-faq summary{font-size:19px}
    .wpp-footer__grid{grid-template-columns:1fr}
    .woocommerce ul.products{grid-template-columns:1fr!important}

    .wpp-mobile-buy{display:flex;position:fixed;left:12px;right:12px;bottom:12px;z-index:1200;min-height:54px;align-items:center;justify-content:center;border-radius:14px;background:linear-gradient(135deg,var(--wpp-primary),var(--wpp-secondary));color:#fff;text-decoration:none;font-weight:900;box-shadow:0 16px 50px rgba(124,58,237,.45)}
}

@media(max-width:380px){
    .wpp-container{width:min(100% - 18px,var(--wpp-shell))}
    .wpp-hero h1,.wpp-page-hero h1,.wpp-inner-page h1{font-size:48px}
    .wpp-section h2,.wpp-cta h2,.wpp-map-cta h2{font-size:34px}
    .wpp-countdown strong{font-size:24px}
}


/* WooCommerce ticket shop v2.1 */
.wpp-woocommerce-page .woocommerce-breadcrumb,
.wpp-woocommerce-page .woocommerce-result-count,
.wpp-woocommerce-page .woocommerce-ordering{
    color:var(--wpp-muted);
}
.wpp-woocommerce-page .woocommerce-ordering select{
    min-height:44px;
    padding:0 14px;
    border-radius:12px;
    border:1px solid var(--wpp-line);
    background:#111116;
    color:#fff;
}
.woocommerce ul.products{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:24px!important;
    max-width:1000px;
    margin-top:34px!important;
}
.woocommerce ul.products::before,
.woocommerce ul.products::after{display:none!important}
.woocommerce ul.products li.product{
    position:relative;
    width:auto!important;
    min-height:390px;
    margin:0!important;
    padding:34px!important;
    border-radius:28px!important;
    background:
        radial-gradient(circle at 90% 0,rgba(168,85,247,.20),transparent 32%),
        var(--wpp-panel)!important;
    border:1px solid var(--wpp-line)!important;
    display:flex!important;
    flex-direction:column;
    color:#fff!important;
    overflow:hidden;
}
.woocommerce ul.products li.product:nth-child(2){
    border-color:rgba(168,85,247,.60)!important;
    box-shadow:0 25px 80px rgba(124,58,237,.16);
}
.woocommerce ul.products li.product img,
.woocommerce div.product div.images,
.woocommerce-product-gallery,
.woocommerce-placeholder{
    display:none!important;
}
.woocommerce ul.products li.product .woocommerce-loop-product__link{
    text-decoration:none;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title{
    color:#fff!important;
    font-size:30px!important;
    line-height:1.05!important;
    letter-spacing:-.035em;
    padding:0!important;
    margin:18px 0 12px!important;
}
.woocommerce ul.products li.product .price{
    color:#fff!important;
    font-size:46px!important;
    font-weight:900!important;
    margin:0 0 16px!important;
}
.wpp-product-badge{
    display:inline-flex;
    align-self:flex-start;
    padding:8px 12px;
    border-radius:999px;
    background:rgba(216,180,254,.10);
    border:1px solid rgba(216,180,254,.25);
    color:#d8b4fe;
    font-weight:900;
    letter-spacing:.12em;
    font-size:12px;
}
.wpp-ticket-benefits{
    list-style:none;
    padding:0;
    margin:8px 0 28px;
    color:#d4d4d8;
}
.wpp-ticket-benefits li{
    position:relative;
    padding-left:26px;
    margin:10px 0;
}
.wpp-ticket-benefits li::before{
    content:'✓';
    position:absolute;
    left:0;
    color:#c4b5fd;
    font-weight:900;
}
.woocommerce ul.products li.product .button{
    margin-top:auto!important;
    width:100%;
    min-height:54px;
    display:flex!important;
    align-items:center;
    justify-content:center;
    border-radius:14px!important;
    background:linear-gradient(135deg,var(--wpp-primary),var(--wpp-secondary))!important;
    color:#fff!important;
    font-weight:900!important;
}
.woocommerce ul.products li.product .added_to_cart{
    margin-top:12px;
    text-align:center;
    font-weight:800;
}

/* Single ticket page */
.woocommerce div.product{
    display:grid;
    grid-template-columns:1fr;
    max-width:860px;
    margin:auto;
}
.woocommerce div.product .summary{
    width:100%!important;
    float:none!important;
    padding:38px;
    border-radius:28px;
    background:var(--wpp-panel);
    border:1px solid var(--wpp-line);
}
.woocommerce div.product .product_title{
    font-size:clamp(42px,6vw,72px);
    line-height:.95;
    letter-spacing:-.05em;
}
.woocommerce div.product p.price{
    color:#fff!important;
    font-size:48px!important;
    font-weight:900;
}
.woocommerce div.product form.cart{
    display:flex;
    gap:12px;
    flex-wrap:wrap;
}
.woocommerce div.product form.cart .quantity input{
    min-height:54px;
    width:80px;
    border-radius:12px;
    border:1px solid var(--wpp-line);
    background:#111116;
    color:#fff;
}
.woocommerce div.product form.cart .single_add_to_cart_button{
    min-height:54px;
    padding:0 24px;
}
.wpp-ticket-assurance{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:10px;
    margin-top:24px;
}
.wpp-ticket-assurance span{
    padding:14px;
    text-align:center;
    border-radius:14px;
    background:#111116;
    border:1px solid var(--wpp-line);
    color:#d4d4d8;
    font-size:13px;
}

/* Cart and checkout */
.woocommerce-cart-form,
.cart_totals,
.woocommerce-checkout-review-order,
.woocommerce-billing-fields,
.woocommerce-additional-fields,
.woocommerce-form-coupon,
.woocommerce-form-login,
.woocommerce-order{
    padding:24px;
    border-radius:22px;
    background:var(--wpp-panel);
    border:1px solid var(--wpp-line);
}
.woocommerce table.shop_table{
    border-color:var(--wpp-line)!important;
    color:#fff;
}
.woocommerce table.shop_table th,
.woocommerce table.shop_table td{
    border-color:var(--wpp-line)!important;
}
.woocommerce input.input-text,
.woocommerce textarea,
.woocommerce select,
.select2-container--default .select2-selection--single{
    min-height:48px;
    border-radius:12px!important;
    border:1px solid var(--wpp-line)!important;
    background:#111116!important;
    color:#fff!important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    color:#fff!important;
    line-height:46px!important;
}
.woocommerce form .form-row label{
    color:#d4d4d8;
}
.woocommerce-message,
.woocommerce-info,
.woocommerce-error{
    border-radius:14px;
    background:#17171c;
    color:#fff;
    border-top-color:var(--wpp-primary);
}
.woocommerce a.remove{
    color:#f87171!important;
}
.woocommerce .cart_totals h2,
.woocommerce-checkout h3{
    color:#fff;
}

@media(max-width:767px){
    .woocommerce ul.products{
        grid-template-columns:1fr!important;
    }
    .woocommerce ul.products li.product{
        min-height:auto;
        padding:26px!important;
    }
    .woocommerce ul.products li.product .price{
        font-size:40px!important;
    }
    .wpp-ticket-assurance{
        grid-template-columns:1fr;
    }
    .woocommerce div.product .summary{
        padding:24px;
    }
    .woocommerce div.product form.cart{
        display:grid;
        grid-template-columns:1fr;
    }
    .woocommerce div.product form.cart .quantity input,
    .woocommerce div.product form.cart .single_add_to_cart_button{
        width:100%;
    }
}


/* White Party Pro 3.0 — fully custom ticket pages */
.wpp-ticket-landing{
    min-height:calc(100vh - 76px);
    padding:110px 0 90px;
    background:
        radial-gradient(circle at 80% 10%,rgba(124,58,237,.20),transparent 30%),
        var(--wpp-bg);
}
.wpp-ticket-landing__intro{max-width:760px;margin-bottom:42px}
.wpp-ticket-landing__intro h1{font-size:clamp(58px,8vw,108px);line-height:.9;letter-spacing:-.06em;margin:14px 0 20px}
.wpp-ticket-landing__intro p{font-size:20px;color:var(--wpp-muted)}
.wpp-custom-ticket-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;max-width:1080px}
.wpp-custom-ticket-card{
    position:relative;
    padding:36px;
    border-radius:30px;
    background:
        radial-gradient(circle at 100% 0,rgba(168,85,247,.16),transparent 34%),
        var(--wpp-panel);
    border:1px solid var(--wpp-line);
    overflow:hidden;
}
.wpp-custom-ticket-card--vip{
    border-color:rgba(168,85,247,.65);
    box-shadow:0 30px 100px rgba(124,58,237,.20);
}
.wpp-custom-ticket-card__top{display:flex;justify-content:space-between;align-items:center;gap:14px}
.wpp-ticket-chip{display:inline-flex;padding:8px 12px;border-radius:999px;background:rgba(216,180,254,.10);border:1px solid rgba(216,180,254,.25);color:#d8b4fe;font-size:12px;font-weight:900;letter-spacing:.12em}
.wpp-ticket-availability{font-size:12px;color:var(--wpp-muted)}
.wpp-custom-ticket-card h2{font-size:38px;line-height:1;letter-spacing:-.04em;margin:28px 0 14px}
.wpp-custom-ticket-price,.wpp-product-purchase-price{font-size:58px;font-weight:900;letter-spacing:-.04em}
.wpp-custom-ticket-card ul,.wpp-product-purchase-card ul{list-style:none;padding:0;margin:24px 0}
.wpp-custom-ticket-card li,.wpp-product-purchase-card li{position:relative;padding-left:28px;margin:12px 0;color:#ddd}
.wpp-custom-ticket-card li::before,.wpp-product-purchase-card li::before{content:'✓';position:absolute;left:0;color:#c4b5fd;font-weight:900}
.wpp-custom-ticket-card form{display:grid;grid-template-columns:150px 1fr;gap:12px;margin-top:28px}
.wpp-qty{display:grid;grid-template-columns:42px 1fr 42px;border:1px solid var(--wpp-line);border-radius:14px;overflow:hidden;background:#111116}
.wpp-qty button{border:0;background:transparent;color:#fff;font-size:22px;cursor:pointer}
.wpp-qty input{width:100%!important;min-width:0!important;border:0!important;border-left:1px solid var(--wpp-line)!important;border-right:1px solid var(--wpp-line)!important;background:transparent!important;color:#fff!important;text-align:center!important;appearance:textfield}
.wpp-qty input::-webkit-inner-spin-button,.wpp-qty input::-webkit-outer-spin-button{appearance:none}
.wpp-trust-row{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;max-width:1080px;margin-top:26px}
.wpp-trust-row>div{display:flex;align-items:center;gap:12px;padding:18px;border-radius:18px;background:#111116;border:1px solid var(--wpp-line)}
.wpp-trust-row strong{font-size:24px}
.wpp-trust-row span{color:#d4d4d8}

.wpp-product-custom-hero{padding:110px 0 90px;background:radial-gradient(circle at 85% 0,rgba(124,58,237,.18),transparent 30%),var(--wpp-bg)}
.wpp-product-custom-layout{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(360px,.8fr);gap:70px;align-items:start}
.wpp-product-custom-copy h1{font-size:clamp(58px,7vw,104px);line-height:.9;letter-spacing:-.06em;margin:16px 0 24px}
.wpp-product-custom-copy>p{font-size:20px;color:var(--wpp-muted)}
.wpp-event-mini-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:34px 0}
.wpp-event-mini-grid>div{padding:18px;border-radius:18px;background:var(--wpp-panel);border:1px solid var(--wpp-line)}
.wpp-event-mini-grid span{display:block;color:var(--wpp-muted);font-size:12px;text-transform:uppercase}
.wpp-event-mini-grid strong{display:block;margin-top:6px}
.wpp-product-description{max-width:740px;color:#d4d4d8;font-size:18px;line-height:1.75}
.wpp-product-purchase-card{position:sticky;top:110px;padding:32px;border-radius:28px;background:var(--wpp-panel);border:1px solid var(--wpp-line)}
.wpp-product-purchase-card.is-vip{border-color:rgba(168,85,247,.65);box-shadow:0 30px 100px rgba(124,58,237,.20)}
.wpp-product-purchase-card form{display:grid;gap:14px}
.wpp-product-purchase-card label{color:var(--wpp-muted);font-size:13px;text-transform:uppercase}
.wpp-product-security{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:18px}
.wpp-product-security span{padding:12px;text-align:center;border-radius:12px;background:#111116;border:1px solid var(--wpp-line);font-size:12px;color:#d4d4d8}
.wpp-product-switch{display:flex;justify-content:space-between;align-items:center;gap:30px;padding:34px;border-radius:26px;background:var(--wpp-panel);border:1px solid var(--wpp-line)}
.wpp-product-switch h2{margin:10px 0;font-size:42px}
.wpp-product-switch p{font-size:28px;font-weight:900}

.wpp-cart-heading,.wpp-checkout-heading{margin-bottom:34px}
.wpp-cart-heading h1,.wpp-checkout-heading h1{font-size:clamp(52px,7vw,90px);line-height:.95;letter-spacing:-.055em;margin:12px 0}
.wpp-checkout-heading p{color:var(--wpp-muted);font-size:18px}
.wpp-custom-cart{background:transparent!important;border:0!important;padding:0!important}
.wpp-cart-list{display:grid;gap:16px}
.wpp-cart-item{display:flex;justify-content:space-between;gap:28px;padding:26px;border-radius:22px;background:var(--wpp-panel);border:1px solid var(--wpp-line)}
.wpp-cart-item h2{font-size:28px;margin:12px 0}
.wpp-cart-price{font-size:28px;font-weight:900}
.wpp-cart-item__actions{display:flex;align-items:center;gap:16px}
.wpp-cart-remove{color:#fca5a5;text-decoration:none}
.wpp-cart-footer{margin-top:18px}
.wpp-cart-summary{margin-top:24px}
.wpp-cart-summary .cart_totals{max-width:520px;margin-left:auto}

.wpp-hidden-checkout-field{display:none!important}
.woocommerce-checkout .col2-set{display:grid;grid-template-columns:1fr;gap:24px}
.woocommerce-checkout .col-1,.woocommerce-checkout .col-2{width:100%!important;float:none!important}
.woocommerce-checkout-review-order{margin-top:24px}

@media(max-width:900px){
    .wpp-custom-ticket-grid,.wpp-product-custom-layout{grid-template-columns:1fr}
    .wpp-product-purchase-card{position:static}
}
@media(max-width:767px){
    .wpp-ticket-landing,.wpp-product-custom-hero{padding:86px 0 70px}
    .wpp-custom-ticket-card{padding:26px}
    .wpp-custom-ticket-card h2{font-size:32px}
    .wpp-custom-ticket-price,.wpp-product-purchase-price{font-size:46px}
    .wpp-custom-ticket-card form{grid-template-columns:1fr}
    .wpp-trust-row{grid-template-columns:1fr}
    .wpp-product-custom-copy h1{font-size:54px}
    .wpp-event-mini-grid{grid-template-columns:1fr}
    .wpp-product-security{grid-template-columns:1fr}
    .wpp-product-switch{flex-direction:column;align-items:flex-start}
    .wpp-cart-item{flex-direction:column}
    .wpp-cart-item__actions{align-items:stretch;flex-direction:column}
}


/* White Party Pro 4.0 — invisible WooCommerce checkout */
.wpp-buy-panel{display:grid;grid-template-columns:150px 1fr;gap:12px;margin-top:28px}
.wpp-product-purchase-card>.wpp-buy-now{margin-top:14px;width:100%}
.wpp-custom-checkout{margin-top:20px}
.wpp-checkout-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.82fr);gap:28px;align-items:start}
.wpp-checkout-contact,.wpp-checkout-order{
    padding:30px;
    border-radius:26px;
    background:var(--wpp-panel);
    border:1px solid var(--wpp-line);
}
.wpp-checkout-contact h2,.wpp-checkout-order h2{font-size:34px;margin:10px 0 24px}
.wpp-checkout-order{position:sticky;top:110px}
.wpp-custom-checkout .form-row{margin-bottom:16px}
.wpp-custom-checkout .form-row label{display:block;margin-bottom:7px;color:#d4d4d8}
.wpp-custom-checkout input.input-text{
    width:100%;
    min-height:52px;
    padding:0 14px;
    border-radius:13px;
    border:1px solid var(--wpp-line);
    background:#111116;
    color:#fff;
}
.wpp-custom-checkout #payment{
    background:#111116!important;
    border-radius:18px!important;
}
.wpp-custom-checkout #payment ul.payment_methods{
    border-bottom-color:var(--wpp-line)!important;
}
.wpp-custom-checkout #place_order{
    width:100%;
    min-height:58px;
    margin-top:12px;
    border-radius:14px!important;
    background:linear-gradient(135deg,var(--wpp-primary),var(--wpp-secondary))!important;
    color:#fff!important;
    font-weight:900!important;
}
.wpp-custom-checkout .woocommerce-checkout-review-order-table{
    border-collapse:separate!important;
    border-spacing:0!important;
}
.wpp-hidden-checkout-field{display:none!important}
.wpp-thankyou-card{
    max-width:820px;
    margin:30px auto;
    padding:40px;
    border-radius:28px;
    text-align:center;
    background:
        radial-gradient(circle at 90% 0,rgba(168,85,247,.24),transparent 35%),
        var(--wpp-panel);
    border:1px solid rgba(168,85,247,.35);
}
.wpp-thankyou-card h2{font-size:48px;margin:12px 0}
.wpp-thankyou-card p{color:#d4d4d8;font-size:18px}
.wpp-thankyou-actions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin-top:24px}
.wpp-empty-checkout{text-align:center;padding:100px 20px}
.wpp-empty-checkout h1{font-size:58px}

@media(max-width:900px){
    .wpp-checkout-grid{grid-template-columns:1fr}
    .wpp-checkout-order{position:static}
}
@media(max-width:767px){
    .wpp-buy-panel{grid-template-columns:1fr}
    .wpp-checkout-contact,.wpp-checkout-order{padding:22px}
    .wpp-checkout-contact h2,.wpp-checkout-order h2{font-size:28px}
    .wpp-thankyou-card{padding:28px}
    .wpp-thankyou-card h2{font-size:38px}
}


/* White Party Pro 5.0 — dedicated ticket selection page */
.wpp-buy-page{
    min-height:calc(100vh - 76px);
    padding:110px 0 90px;
    background:
        radial-gradient(circle at 85% 5%,rgba(124,58,237,.20),transparent 28%),
        var(--wpp-bg);
}
.wpp-buy-page__intro{max-width:760px;margin-bottom:42px}
.wpp-buy-page__intro h1{
    font-size:clamp(58px,8vw,108px);
    line-height:.9;
    letter-spacing:-.06em;
    margin:14px 0 18px;
}
.wpp-buy-page__intro p{font-size:20px;color:var(--wpp-muted)}
.wpp-buy-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:24px;
    max-width:1080px;
}
.wpp-buy-card{
    padding:36px;
    border-radius:30px;
    background:
        radial-gradient(circle at 100% 0,rgba(168,85,247,.16),transparent 34%),
        var(--wpp-panel);
    border:1px solid var(--wpp-line);
}
.wpp-buy-card--vip{
    border-color:rgba(168,85,247,.65);
    box-shadow:0 30px 100px rgba(124,58,237,.20);
}
.wpp-buy-card__top{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:14px;
}
.wpp-buy-card h2{
    font-size:42px;
    letter-spacing:-.045em;
    margin:28px 0 12px;
}
.wpp-buy-price{
    font-size:58px;
    font-weight:900;
    letter-spacing:-.04em;
}
.wpp-buy-card ul{
    list-style:none;
    padding:0;
    margin:26px 0;
}
.wpp-buy-card li{
    position:relative;
    padding-left:28px;
    margin:12px 0;
    color:#ddd;
}
.wpp-buy-card li::before{
    content:'✓';
    position:absolute;
    left:0;
    color:#c4b5fd;
    font-weight:900;
}
.wpp-buy-controls{
    display:grid;
    grid-template-columns:150px 1fr;
    gap:12px;
    margin-top:28px;
}
.wpp-buy-controls .wpp-button{width:100%}
.wpp-buy-trust{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:16px;
    max-width:1080px;
    margin-top:26px;
}
.wpp-buy-trust>div{
    display:flex;
    align-items:center;
    gap:12px;
    padding:18px;
    border-radius:18px;
    background:#111116;
    border:1px solid var(--wpp-line);
}
.wpp-buy-trust strong{font-size:24px}
.wpp-buy-trust span{color:#d4d4d8}
.wpp-buy-error{
    max-width:780px;
    padding:30px;
    border-radius:22px;
    background:#17171c;
    border:1px solid #7f1d1d;
}
@media(max-width:900px){
    .wpp-buy-grid{grid-template-columns:1fr}
}
@media(max-width:767px){
    .wpp-buy-page{padding:86px 0 70px}
    .wpp-buy-card{padding:26px}
    .wpp-buy-card h2{font-size:34px}
    .wpp-buy-price{font-size:46px}
    .wpp-buy-controls{grid-template-columns:1fr}
    .wpp-buy-trust{grid-template-columns:1fr}
}


/* =========================================================
   White Party Pro 5.1 — mobile navigation and layout fixes
   ========================================================= */

html,
body {
    max-width: 100%;
    overflow-x: clip;
}

.wpp-menu-state {
    position: absolute;
    inline-size: 1px;
    block-size: 1px;
    opacity: 0;
    pointer-events: none;
}

.wpp-menu-toggle {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
}

.wpp-menu-toggle:focus-visible {
    outline: 2px solid #d8b4fe;
    outline-offset: 3px;
}

.wpp-nav__list a:focus-visible,
.wpp-button:focus-visible,
.wpp-qty button:focus-visible {
    outline: 2px solid #d8b4fe;
    outline-offset: 3px;
}

/* Do not cover purchase controls with the global sticky CTA. */
body.page-template-page-buy-ticket .wpp-mobile-buy,
body.woocommerce-checkout .wpp-mobile-buy,
body.woocommerce-cart .wpp-mobile-buy,
body.woocommerce-order-received .wpp-mobile-buy,
body.single-product .wpp-mobile-buy,
body.woocommerce-account .wpp-mobile-buy {
    display: none !important;
}

@media (max-width: 767px) {
    :root {
        --wpp-mobile-header: 72px;
    }

    .wpp-header {
        isolation: isolate;
        background: rgba(9, 9, 11, .98);
        backdrop-filter: blur(14px);
        -webkit-backdrop-filter: blur(14px);
    }

    .wpp-header__inner {
        position: relative;
        min-height: var(--wpp-mobile-header);
        gap: 12px;
    }

    .wpp-brand {
        min-width: 0;
        margin-right: auto;
        white-space: nowrap;
        font-size: clamp(20px, 6.2vw, 27px);
        line-height: 1;
        letter-spacing: .065em;
    }

    .wpp-brand img {
        max-width: min(220px, 62vw);
        max-height: 42px;
    }

    .wpp-header-actions {
        display: none;
    }

    .wpp-menu-toggle {
        position: relative;
        z-index: 1003;
        order: 4;
        display: flex;
        flex: 0 0 48px;
        width: 48px;
        height: 48px;
        margin: 0;
        padding: 0;
        align-items: center;
        justify-content: center;
        border: 1px solid transparent;
        border-radius: 14px;
        background: transparent;
    }

    .wpp-menu-toggle span:not(.screen-reader-text) {
        position: absolute;
        left: 11px;
        display: block;
        width: 26px;
        height: 2px;
        margin: 0;
        border-radius: 999px;
        background: #fff;
        transform-origin: center;
        transition:
            transform .24s ease,
            top .24s ease,
            opacity .18s ease;
    }

    .wpp-menu-toggle span:nth-child(1) { top: 14px; }
    .wpp-menu-toggle span:nth-child(2) { top: 23px; }
    .wpp-menu-toggle span:nth-child(3) { top: 32px; }

    .wpp-menu-state:checked + .wpp-menu-toggle span:nth-child(1) {
        top: 23px;
        transform: rotate(45deg);
    }

    .wpp-menu-state:checked + .wpp-menu-toggle span:nth-child(2) {
        opacity: 0;
        transform: scaleX(.3);
    }

    .wpp-menu-state:checked + .wpp-menu-toggle span:nth-child(3) {
        top: 23px;
        transform: rotate(-45deg);
    }

    .wpp-nav {
        position: absolute;
        z-index: 1002;
        top: 100%;
        left: 50%;
        right: auto;
        bottom: auto;
        display: block;
        visibility: hidden;
        width: 100vw;
        height: calc(100dvh - var(--wpp-mobile-header));
        min-height: 420px;
        padding:
            18px
            max(18px, calc((100vw - 720px) / 2))
            calc(38px + env(safe-area-inset-bottom));
        overflow-y: auto;
        overscroll-behavior: contain;
        background:
            radial-gradient(circle at 90% 0, rgba(124, 58, 237, .20), transparent 30%),
            rgba(9, 9, 11, .995);
        opacity: 0;
        pointer-events: none;
        transform: translate(-50%, -10px);
        transition:
            opacity .22s ease,
            transform .22s ease,
            visibility 0s linear .22s;
    }

    .admin-bar .wpp-nav {
        top: 100%;
        height: calc(100dvh - var(--wpp-mobile-header) - 46px);
    }

    .wpp-menu-state:checked ~ .wpp-nav,
    body.wpp-menu-open .wpp-nav {
        visibility: visible;
        opacity: 1;
        pointer-events: auto;
        transform: translate(-50%, 0);
        transition-delay: 0s;
    }

    .wpp-nav__list {
        display: flex;
        max-width: 720px;
        margin: 0 auto;
        padding: 4px 0;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
    }

    .wpp-nav__list li {
        width: 100%;
    }

    .wpp-nav__list a {
        display: flex;
        min-height: 62px;
        padding: 17px 8px;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid var(--wpp-line);
        font-size: clamp(22px, 6vw, 30px);
        font-weight: 800;
        line-height: 1.15;
        letter-spacing: -.02em;
    }

    .wpp-nav__list a::after {
        content: "→";
        color: #c4b5fd;
        font-size: .9em;
        transform: translateX(-2px);
    }

    .wpp-nav__list .current-menu-item > a,
    .wpp-nav__list .current_page_item > a {
        color: #d8b4fe;
    }

    body.wpp-menu-open,
    body:has(.wpp-menu-state:checked) {
        overflow: hidden;
        touch-action: none;
    }

    body.wpp-menu-open .wpp-mobile-buy,
    body:has(.wpp-menu-state:checked) .wpp-mobile-buy {
        opacity: 0;
        pointer-events: none;
        transform: translateY(20px);
    }

    /* General mobile rhythm */
    .wpp-section {
        padding: 56px 0;
    }

    .wpp-section h2,
    .wpp-cta h2,
    .wpp-map-cta h2 {
        font-size: clamp(36px, 10.5vw, 48px);
        line-height: .98;
        margin-bottom: 24px;
    }

    .wpp-about-grid {
        gap: 22px;
    }

    .wpp-about-grid p {
        margin-top: 0;
        font-size: 18px;
        line-height: 1.62;
    }

    .wpp-kicker {
        font-size: 12px;
        letter-spacing: .15em;
    }

    .wpp-countdown {
        gap: 8px;
    }

    .wpp-countdown div {
        border-radius: 16px;
    }

    .wpp-mobile-buy {
        left: 14px;
        right: 14px;
        bottom: calc(12px + env(safe-area-inset-bottom));
        min-height: 58px;
        border-radius: 16px;
        font-size: 18px;
        transition:
            opacity .2s ease,
            transform .2s ease;
    }

    /* Dedicated ticket selection page */
    .wpp-buy-page {
        padding:
            58px
            0
            calc(64px + env(safe-area-inset-bottom));
    }

    .wpp-buy-page__intro {
        margin-bottom: 28px;
    }

    .wpp-buy-page__intro h1 {
        margin: 12px 0 14px;
        font-size: clamp(48px, 15vw, 70px);
        line-height: .92;
    }

    .wpp-buy-page__intro p {
        font-size: 17px;
        line-height: 1.5;
    }

    .wpp-buy-grid {
        gap: 18px;
    }

    .wpp-buy-card {
        min-width: 0;
        padding: 24px;
        border-radius: 24px;
        overflow: hidden;
    }

    .wpp-buy-card__top {
        align-items: flex-start;
        gap: 12px;
    }

    .wpp-ticket-availability {
        max-width: 52%;
        text-align: right;
        font-size: 13px;
        line-height: 1.35;
    }

    .wpp-buy-card h2 {
        margin: 25px 0 10px;
        font-size: 36px;
        line-height: 1;
    }

    .wpp-buy-price {
        font-size: clamp(44px, 13vw, 58px);
        line-height: 1;
    }

    .wpp-buy-card ul {
        margin: 24px 0;
    }

    .wpp-buy-card li {
        margin: 11px 0;
        padding-left: 26px;
        font-size: 17px;
        line-height: 1.42;
    }

    .wpp-buy-controls {
        grid-template-columns: 1fr;
        gap: 12px;
        margin-top: 22px;
    }

    .wpp-qty {
        min-height: 54px;
        grid-template-columns: 54px 1fr 54px;
        border-radius: 15px;
    }

    .wpp-qty button {
        min-width: 54px;
        min-height: 54px;
        font-size: 25px;
        touch-action: manipulation;
    }

    .wpp-qty input {
        min-height: 54px;
        font-size: 18px;
        font-weight: 800;
    }

    .wpp-buy-card .wpp-button {
        min-height: 58px;
        border-radius: 16px;
        font-size: 18px;
    }

    .wpp-buy-trust {
        gap: 10px;
        margin-top: 18px;
    }

    .wpp-buy-trust > div {
        min-height: 58px;
        padding: 14px 16px;
        border-radius: 16px;
    }

    /* Checkout and account pages */
    .wpp-checkout-heading h1,
    .wpp-cart-heading h1 {
        font-size: clamp(45px, 13vw, 64px);
    }

    .wpp-checkout-contact,
    .wpp-checkout-order {
        padding: 20px;
        border-radius: 20px;
    }

    .wpp-custom-checkout input.input-text,
    .woocommerce input.input-text,
    .woocommerce select {
        min-height: 54px;
        font-size: 16px;
    }

    .wpp-footer {
        padding-bottom: calc(100px + env(safe-area-inset-bottom));
    }

    body.page-template-page-buy-ticket .wpp-footer,
    body.woocommerce-checkout .wpp-footer,
    body.woocommerce-cart .wpp-footer,
    body.woocommerce-order-received .wpp-footer,
    body.single-product .wpp-footer,
    body.woocommerce-account .wpp-footer {
        padding-bottom: 40px;
    }
}

@media (max-width: 390px) {
    .wpp-container {
        width: min(100% - 20px, var(--wpp-shell));
    }

    .wpp-brand {
        font-size: 20px;
    }

    .wpp-buy-card {
        padding: 20px;
    }

    .wpp-buy-card h2 {
        font-size: 33px;
    }

    .wpp-ticket-availability {
        font-size: 12px;
    }
}


/* =========================================================
   White Party Pro 5.2 — clear card payment checkout
   ========================================================= */

.wpp-checkout-panel-intro {
    max-width: 520px;
    margin: -10px 0 24px;
    color: var(--wpp-muted);
    font-size: 15px;
    line-height: 1.55;
}

.wpp-checkout-order .woocommerce-checkout-review-order {
    margin-top: 4px;
    padding: 0;
    border: 0;
    background: transparent;
}

/* Compact, readable order summary. */
.wpp-checkout-order table.shop_table {
    display: block;
    width: 100%;
    margin: 0 0 22px !important;
    border: 0 !important;
    border-collapse: separate;
}

.wpp-checkout-order table.shop_table thead {
    display: none;
}

.wpp-checkout-order table.shop_table tbody,
.wpp-checkout-order table.shop_table tfoot {
    display: block;
}

.wpp-checkout-order table.shop_table tr {
    box-sizing: border-box;
}

.wpp-checkout-order table.shop_table tbody tr.cart_item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 18px;
    align-items: center;
    padding: 17px 0;
    border-bottom: 1px solid var(--wpp-line);
}

.wpp-checkout-order table.shop_table tbody td {
    display: block;
    padding: 0 !important;
    border: 0 !important;
}

.wpp-checkout-order td.product-name {
    color: #f4f4f5;
    font-size: 17px;
    font-weight: 760;
    line-height: 1.4;
}

.wpp-checkout-order .product-quantity {
    display: inline-flex;
    margin-left: 5px;
    padding: 3px 8px;
    border: 1px solid rgba(196, 181, 253, .24);
    border-radius: 999px;
    background: rgba(124, 58, 237, .10);
    color: #d8b4fe;
    font-size: 12px;
    font-weight: 900;
    white-space: nowrap;
}

.wpp-checkout-order td.product-total {
    color: #fff;
    font-size: 19px;
    font-weight: 900;
    white-space: nowrap;
}

.wpp-checkout-order table.shop_table tfoot tr {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 10px 0;
    border: 0;
}

.wpp-checkout-order table.shop_table tfoot th,
.wpp-checkout-order table.shop_table tfoot td {
    display: block;
    padding: 0 !important;
    border: 0 !important;
    color: #d4d4d8;
    font-size: 15px;
}

.wpp-checkout-order table.shop_table tfoot td {
    color: #fff;
    font-weight: 850;
    text-align: right;
}

.wpp-checkout-order table.shop_table tfoot tr.order-total {
    margin-top: 6px;
    padding-top: 18px;
    border-top: 1px solid var(--wpp-line);
}

.wpp-checkout-order table.shop_table tfoot tr.order-total th,
.wpp-checkout-order table.shop_table tfoot tr.order-total td {
    color: #fff;
    font-size: 21px;
    font-weight: 900;
}

/* Payment area */
.wpp-custom-checkout #payment {
    margin-top: 8px;
    padding: 0 !important;
    border: 0;
    background: transparent !important;
}

.wpp-custom-checkout #payment ul.payment_methods {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    list-style: none !important;
}

.wpp-custom-checkout #payment ul.payment_methods > li {
    list-style: none !important;
}

.wpp-custom-checkout #payment li.payment_method_mono_gateway {
    position: relative;
    margin: 0;
    padding: 19px;
    overflow: hidden;
    border: 1px solid rgba(168, 85, 247, .55);
    border-radius: 20px;
    background:
        radial-gradient(circle at 95% 0, rgba(168, 85, 247, .22), transparent 38%),
        linear-gradient(145deg, #16131e, #101014);
    box-shadow: 0 20px 55px rgba(124, 58, 237, .14);
}

.wpp-custom-checkout #payment li.payment_method_mono_gateway > input[type="radio"] {
    position: absolute;
    top: 25px;
    right: 20px;
    width: 21px;
    height: 21px;
    margin: 0;
    accent-color: var(--wpp-primary);
    cursor: pointer;
}

.wpp-custom-checkout #payment li.payment_method_mono_gateway > label {
    display: block;
    margin: 0;
    padding: 0 38px 0 0;
    color: #fff;
    cursor: pointer;
}

.wpp-custom-checkout #payment li.payment_method_mono_gateway > label > img {
    display: none !important;
}

.wpp-mono-title {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 14px;
}

.wpp-mono-title__icon {
    position: relative;
    display: block;
    flex: 0 0 48px;
    width: 48px;
    height: 36px;
    border: 2px solid #d8b4fe;
    border-radius: 9px;
    background: rgba(124, 58, 237, .12);
}

.wpp-mono-title__icon::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    right: 0;
    height: 5px;
    background: #d8b4fe;
}

.wpp-mono-title__icon::after {
    content: "";
    position: absolute;
    right: 7px;
    bottom: 7px;
    width: 10px;
    height: 7px;
    border: 1px solid rgba(255, 255, 255, .72);
    border-radius: 2px;
}

.wpp-mono-title__copy {
    display: flex;
    min-width: 0;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 5px;
}

.wpp-mono-title__copy strong {
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.1;
}

.wpp-mono-title__copy small {
    color: #c4b5fd;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
}

.wpp-mono-title__secure {
    display: none;
    padding: 5px 8px;
    border: 1px solid rgba(134, 239, 172, .20);
    border-radius: 999px;
    background: rgba(22, 163, 74, .10);
    color: #86efac;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.wpp-custom-checkout #payment .payment_box {
    margin: 16px 0 0 !important;
    padding: 15px !important;
    border: 1px solid rgba(255, 255, 255, .07);
    border-radius: 15px;
    background: rgba(255, 255, 255, .035) !important;
    color: #d4d4d8;
}

.wpp-custom-checkout #payment .payment_box::before {
    display: none !important;
}

.wpp-custom-checkout #payment .payment_box p {
    margin: 0;
}

.wpp-mono-description {
    display: grid;
    gap: 7px;
}

.wpp-mono-description strong {
    color: #fff;
    font-size: 14px;
    font-weight: 850;
}

.wpp-mono-description span {
    color: #b7b7c2;
    font-size: 13px;
    line-height: 1.5;
}

/* Terms, privacy and final action */
.wpp-custom-checkout #payment .form-row.place-order {
    margin: 0;
    padding: 17px 0 0 !important;
}

.wpp-custom-checkout .woocommerce-privacy-policy-text,
.wpp-custom-checkout .woocommerce-terms-and-conditions-checkbox-text {
    color: #9292a0 !important;
    font-size: 12px !important;
    line-height: 1.55 !important;
}

.wpp-custom-checkout .woocommerce-privacy-policy-text p,
.wpp-custom-checkout .woocommerce-terms-and-conditions-checkbox-text {
    margin: 0 0 13px !important;
    color: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
}

.wpp-custom-checkout .woocommerce-privacy-policy-text a,
.wpp-custom-checkout .woocommerce-terms-and-conditions-checkbox-text a {
    color: #d8b4fe;
    text-underline-offset: 3px;
}

.wpp-custom-checkout #place_order {
    position: relative;
    width: 100%;
    min-height: 62px;
    margin: 8px 0 0 !important;
    padding: 14px 22px 14px 52px !important;
    border: 0 !important;
    border-radius: 16px !important;
    background: linear-gradient(135deg, var(--wpp-primary), var(--wpp-secondary)) !important;
    box-shadow: 0 18px 46px rgba(124, 58, 237, .32);
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 900 !important;
    line-height: 1.2;
    text-align: center;
}

.wpp-custom-checkout #place_order::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 22px;
    width: 16px;
    height: 13px;
    border: 2px solid #fff;
    border-radius: 3px;
    transform: translateY(-26%);
}

.wpp-custom-checkout #place_order::after {
    content: "";
    position: absolute;
    top: calc(50% - 12px);
    left: 26px;
    width: 8px;
    height: 8px;
    border: 2px solid #fff;
    border-bottom: 0;
    border-radius: 8px 8px 0 0;
}

.wpp-custom-checkout #place_order:hover {
    filter: brightness(1.06);
    transform: translateY(-1px);
}

@media (min-width: 1100px) {
    .wpp-mono-title__secure {
        display: inline-flex;
    }
}

@media (max-width: 767px) {
    .wpp-checkout-heading {
        margin-bottom: 24px;
    }

    .wpp-checkout-heading p {
        font-size: 15px;
        line-height: 1.55;
    }

    .wpp-checkout-panel-intro {
        margin: -7px 0 20px;
        font-size: 14px;
    }

    .wpp-checkout-order {
        padding: 18px;
    }

    .wpp-checkout-order table.shop_table tbody tr.cart_item {
        gap: 10px;
        padding: 14px 0;
    }

    .wpp-checkout-order td.product-name {
        font-size: 16px;
    }

    .wpp-checkout-order td.product-total {
        font-size: 18px;
    }

    .wpp-checkout-order table.shop_table tfoot th,
    .wpp-checkout-order table.shop_table tfoot td {
        font-size: 14px;
    }

    .wpp-checkout-order table.shop_table tfoot tr.order-total th,
    .wpp-checkout-order table.shop_table tfoot tr.order-total td {
        font-size: 19px;
    }

    .wpp-custom-checkout #payment li.payment_method_mono_gateway {
        padding: 17px;
        border-radius: 18px;
    }

    .wpp-custom-checkout #payment li.payment_method_mono_gateway > input[type="radio"] {
        top: 23px;
        right: 17px;
    }

    .wpp-mono-title {
        gap: 12px;
    }

    .wpp-mono-title__icon {
        flex-basis: 43px;
        width: 43px;
        height: 32px;
    }

    .wpp-mono-title__copy strong {
        font-size: 18px;
    }

    .wpp-mono-title__copy small {
        font-size: 11px;
    }

    .wpp-custom-checkout #payment .payment_box {
        padding: 13px !important;
    }

    .wpp-custom-checkout #place_order {
        min-height: 60px;
        font-size: 17px !important;
    }
}

@media (max-width: 380px) {
    .wpp-mono-title__icon {
        display: none;
    }

    .wpp-custom-checkout #payment li.payment_method_mono_gateway > label {
        padding-right: 32px;
    }
}


/* White Party Pro 5.3 — interactive artist profiles */
.wpp-artist-card {
    position: relative;
    transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease;
}

.wpp-artist-card:hover,
.wpp-artist-card:focus-within {
    transform: translateY(-5px);
    border-color: rgba(168,85,247,.48);
    box-shadow: 0 22px 60px rgba(0,0,0,.28), 0 0 0 1px rgba(168,85,247,.10);
}

.wpp-artist-card__image {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
    border: 0;
    border-radius: 0;
    background: #111;
    color: #fff;
    cursor: pointer;
    text-align: left;
}

.wpp-artist-card__image::after {
    content: '';
    position: absolute;
    inset: auto 0 0;
    height: 38%;
    background: linear-gradient(180deg, transparent, rgba(9,9,11,.78));
    pointer-events: none;
}

.wpp-artist-card__image img {
    transition: transform .5s cubic-bezier(.2,.7,.2,1), filter .35s ease;
}

.wpp-artist-card:hover .wpp-artist-card__image img,
.wpp-artist-card:focus-within .wpp-artist-card__image img {
    transform: scale(1.035);
    filter: saturate(1.08) contrast(1.02);
}

.wpp-artist-card__overlay {
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 8px 12px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 999px;
    background: rgba(9,9,11,.68);
    backdrop-filter: blur(12px);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity .25s ease, transform .25s ease;
}

.wpp-artist-card:hover .wpp-artist-card__overlay,
.wpp-artist-card:focus-within .wpp-artist-card__overlay {
    opacity: 1;
    transform: none;
}

.wpp-artist-card__content {
    display: flex;
    min-height: 124px;
    flex-direction: column;
    align-items: flex-start;
}

.wpp-artist-card--no-time .wpp-artist-card__content {
    justify-content: center;
}

.wpp-artist-card__time {
    color: #d8b4fe;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .03em;
}

.wpp-artist-card__content h3 {
    width: 100%;
}

.wpp-artist-card__title {
    display: inline;
    max-width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    color: #fff;
    font: inherit;
    font-weight: inherit;
    line-height: 1.08;
    text-align: left;
    cursor: pointer;
    transition: color .2s ease;
}

.wpp-artist-card__title:hover,
.wpp-artist-card__title:focus-visible {
    color: #d8b4fe;
}

.wpp-artist-card__more {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: auto;
    padding: 10px 0 0;
    border: 0;
    background: transparent;
    color: #aaaab5;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
    transition: color .2s ease, gap .2s ease;
}

.wpp-artist-card__more:hover,
.wpp-artist-card__more:focus-visible {
    gap: 10px;
    color: #d8b4fe;
}

.wpp-artist-card__image:focus-visible,
.wpp-artist-card__title:focus-visible,
.wpp-artist-card__more:focus-visible,
.wpp-artist-modal__close:focus-visible,
.wpp-artist-modal__meta a:focus-visible {
    outline: 3px solid rgba(216,180,254,.8);
    outline-offset: 3px;
}

body.wpp-artist-modal-open {
    overflow: hidden;
}

.wpp-artist-modal[hidden] {
    display: none !important;
}

.wpp-artist-modal {
    position: fixed;
    inset: 0;
    z-index: 6000;
    display: grid;
    place-items: center;
    padding: 28px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .22s ease, visibility .22s ease;
}

.wpp-artist-modal.is-open {
    opacity: 1;
    visibility: visible;
}

.wpp-artist-modal__backdrop {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    background: rgba(0,0,0,.78);
    backdrop-filter: blur(12px);
    cursor: default;
}

.wpp-artist-modal__dialog {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(300px,.88fr) minmax(0,1.12fr);
    width: min(1040px, 100%);
    max-height: min(780px, calc(100dvh - 56px));
    overflow: hidden;
    border: 1px solid rgba(168,85,247,.38);
    border-radius: 30px;
    background:
        radial-gradient(circle at 92% 4%, rgba(124,58,237,.22), transparent 30%),
        #121217;
    box-shadow: 0 36px 120px rgba(0,0,0,.62);
    transform: translateY(20px) scale(.975);
    transition: transform .25s cubic-bezier(.2,.75,.25,1);
}

.wpp-artist-modal.is-open .wpp-artist-modal__dialog {
    transform: none;
}

.wpp-artist-modal__close {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 4;
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    padding: 0;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 50%;
    background: rgba(9,9,11,.76);
    color: #fff;
    font-size: 31px;
    font-weight: 300;
    line-height: 1;
    cursor: pointer;
    backdrop-filter: blur(12px);
}

.wpp-artist-modal__media {
    min-height: 560px;
    background: #09090b;
}

.wpp-artist-modal__media img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 560px;
    object-fit: cover;
}

.wpp-artist-modal__content {
    overflow-y: auto;
    padding: 64px 52px 52px;
    overscroll-behavior: contain;
}

.wpp-artist-modal__content h2 {
    margin: 12px 0 24px;
    font-size: clamp(44px, 5vw, 76px);
    line-height: .94;
    letter-spacing: -.055em;
}

.wpp-artist-modal__meta {
    display: flex;
    align-items: stretch;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 28px;
}

.wpp-artist-modal__meta > span,
.wpp-artist-modal__meta > a {
    display: grid;
    gap: 4px;
    min-height: 58px;
    align-content: center;
    padding: 10px 15px;
    border: 1px solid var(--wpp-line);
    border-radius: 15px;
    background: rgba(255,255,255,.035);
    text-decoration: none;
}

.wpp-artist-modal__meta small {
    color: #8f8f9a;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.wpp-artist-modal__meta strong,
.wpp-artist-modal__meta a {
    color: #f5f3ff;
    font-size: 14px;
    font-weight: 850;
}

.wpp-artist-modal__meta a:hover {
    border-color: rgba(168,85,247,.55);
    color: #d8b4fe;
}

.wpp-artist-modal__bio {
    color: #d2d2d9;
    font-size: 17px;
    line-height: 1.72;
}

.wpp-artist-modal__bio > :first-child {
    margin-top: 0;
}

.wpp-artist-modal__bio > :last-child {
    margin-bottom: 0;
}

.wpp-artist-modal__bio a {
    color: #d8b4fe;
}

@media (max-width: 820px) {
    .wpp-artist-modal {
        place-items: end center;
        padding: 16px 10px max(10px, env(safe-area-inset-bottom));
    }

    .wpp-artist-modal__dialog {
        grid-template-columns: 1fr;
        width: 100%;
        max-height: calc(100dvh - 26px - env(safe-area-inset-bottom));
        overflow-y: auto;
        border-radius: 26px 26px 18px 18px;
    }

    .wpp-artist-modal__media,
    .wpp-artist-modal__media img {
        min-height: 0;
        height: min(42vh, 390px);
    }

    .wpp-artist-modal__content {
        overflow: visible;
        padding: 30px 24px 34px;
    }

    .wpp-artist-modal__content h2 {
        padding-right: 44px;
        font-size: clamp(40px, 13vw, 62px);
    }

    .wpp-artist-modal__close {
        top: 12px;
        right: 12px;
    }
}

@media (max-width: 767px) {
    .wpp-artist-card__content {
        min-height: 110px;
        padding: 18px;
    }

    .wpp-artist-card__content h3 {
        margin-top: 6px;
    }

    .wpp-artist-card__content h3,
    .wpp-artist-card__title {
        font-size: 24px;
    }

    .wpp-artist-card__overlay {
        opacity: 1;
        transform: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .wpp-artist-card,
    .wpp-artist-card__image img,
    .wpp-artist-card__overlay,
    .wpp-artist-modal,
    .wpp-artist-modal__dialog {
        transition: none !important;
    }
}


/* White Party Pro 5.3.1 — artist modal scrolling fix */
@media (min-width: 821px) {
    .wpp-artist-modal__dialog {
        height: min(780px, calc(100dvh - 56px));
        min-height: 0;
    }

    .wpp-artist-modal__media {
        height: 100%;
        min-height: 0;
        overflow: hidden;
    }

    .wpp-artist-modal__media img {
        height: 100%;
        min-height: 0;
    }

    .wpp-artist-modal__content {
        min-width: 0;
        min-height: 0;
        max-height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        padding-bottom: 64px;
        scrollbar-gutter: stable;
        scrollbar-width: thin;
        scrollbar-color: rgba(168,85,247,.82) rgba(255,255,255,.06);
        -webkit-overflow-scrolling: touch;
    }

    .wpp-artist-modal__content::-webkit-scrollbar {
        width: 10px;
    }

    .wpp-artist-modal__content::-webkit-scrollbar-track {
        margin: 18px 0;
        border-radius: 999px;
        background: rgba(255,255,255,.055);
    }

    .wpp-artist-modal__content::-webkit-scrollbar-thumb {
        border: 2px solid transparent;
        border-radius: 999px;
        background: linear-gradient(180deg, #7c3aed, #a855f7);
        background-clip: padding-box;
    }

    .wpp-artist-modal__content::-webkit-scrollbar-thumb:hover {
        background: linear-gradient(180deg, #8b5cf6, #c084fc);
        background-clip: padding-box;
    }
}

.wpp-artist-modal__bio {
    overflow-wrap: anywhere;
    word-break: normal;
    hyphens: auto;
}

.wpp-artist-modal__bio p {
    margin: 0 0 1.05em;
}

@media (max-width: 820px) {
    .wpp-artist-modal__dialog {
        height: auto;
        max-height: calc(100dvh - 26px - env(safe-area-inset-bottom));
        overscroll-behavior: contain;
        -webkit-overflow-scrolling: touch;
    }

    .wpp-artist-modal__content {
        min-height: 0;
        padding-bottom: calc(42px + env(safe-area-inset-bottom));
    }
}


/* White Party Pro 5.4 — Instagram icon */
.wpp-artist-modal__meta > a.wpp-instagram-icon-link {
    position: relative;
    display: inline-flex;
    width: 58px;
    min-width: 58px;
    height: 58px;
    min-height: 58px;
    padding: 0;
    place-items: center;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 17px;
    color: #fff;
    background:
        radial-gradient(circle at 30% 105%, #ffd600 0 18%, #ff7a00 30%, transparent 54%),
        radial-gradient(circle at 10% 15%, #ff0169 0 26%, transparent 52%),
        linear-gradient(135deg, #7638fa 10%, #d300c5 48%, #ff3040 78%, #ffb900 100%);
    box-shadow:
        0 14px 34px rgba(213,0,197,.24),
        inset 0 0 0 1px rgba(255,255,255,.22);
    overflow: hidden;
    transition:
        transform .2s ease,
        box-shadow .2s ease,
        filter .2s ease;
}

.wpp-artist-modal__meta > a.wpp-instagram-icon-link::after {
    content: '';
    position: absolute;
    inset: 1px;
    border-radius: 16px;
    background: linear-gradient(145deg, rgba(255,255,255,.18), transparent 42%);
    pointer-events: none;
}

.wpp-artist-modal__meta > a.wpp-instagram-icon-link:hover {
    color: #fff;
    border-color: transparent;
    transform: translateY(-2px) scale(1.03);
    filter: saturate(1.08);
    box-shadow:
        0 18px 42px rgba(213,0,197,.34),
        inset 0 0 0 1px rgba(255,255,255,.28);
}

.wpp-artist-modal__meta > a.wpp-instagram-icon-link:active {
    transform: translateY(0) scale(.98);
}

.wpp-instagram-icon {
    position: relative;
    z-index: 1;
    width: 30px;
    height: 30px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.wpp-instagram-icon__dot {
    fill: currentColor;
    stroke: none;
}

@media (max-width: 620px) {
    .wpp-artist-modal__meta > a.wpp-instagram-icon-link {
        width: 52px;
        min-width: 52px;
        height: 52px;
        min-height: 52px;
        border-radius: 15px;
    }

    .wpp-instagram-icon {
        width: 27px;
        height: 27px;
    }
}


/* White Party Pro 5.4.1 — synchronized compact ticket cards */
.wpp-ticket {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.wpp-ticket h3 {
    margin: 12px 0 0;
    color: #fff;
    font-size: clamp(28px, 3vw, 38px);
    line-height: 1;
    letter-spacing: -.035em;
}

.wpp-ticket > strong {
    margin-top: 16px;
}

.wpp-ticket > strong .woocommerce-Price-amount {
    color: inherit;
}

.wpp-ticket__features {
    display: grid;
    gap: 10px;
    margin: 22px 0 30px;
    padding: 0;
    color: #d4d4d8;
    list-style: none;
}

.wpp-ticket__features li {
    position: relative;
    padding-left: 27px;
    line-height: 1.45;
}

.wpp-ticket__features li::before {
    content: '✓';
    position: absolute;
    top: 0;
    left: 0;
    color: #c4b5fd;
    font-weight: 900;
}

.wpp-ticket .wpp-button {
    align-self: flex-start;
    margin-top: auto;
}

.wpp-buy-card {
    scroll-margin-top: 105px;
}

@media (max-width: 767px) {
    .wpp-ticket h3 {
        font-size: 30px;
    }

    .wpp-ticket__features {
        margin: 18px 0 26px;
    }

    .wpp-ticket .wpp-button {
        width: 100%;
    }

    .wpp-buy-card {
        scroll-margin-top: 88px;
    }
}


/* White Party Pro 5.4.3 — smart contact cards */
.wpp-contact-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 34px;
}

.wpp-contact-grid--count-1 {
    grid-template-columns: minmax(0, 1fr);
    max-width: 720px;
}

.wpp-contact-grid--count-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 920px;
}

.wpp-contact-card {
    position: relative;
    display: flex;
    min-height: 142px;
    flex-direction: column;
    justify-content: space-between;
    gap: 18px;
    padding: 26px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 22px;
    color: #fff;
    background:
        radial-gradient(circle at 100% 0, rgba(124,58,237,.15), transparent 38%),
        #18181b;
    text-decoration: none;
    overflow: hidden;
    transition:
        transform .2s ease,
        border-color .2s ease,
        box-shadow .2s ease;
}

.wpp-contact-card::after {
    content: '↗';
    position: absolute;
    right: 22px;
    bottom: 18px;
    color: #c4b5fd;
    font-size: 22px;
    font-weight: 800;
}

.wpp-contact-card--phone::after {
    content: '☎';
}

.wpp-contact-card--email::after {
    content: '✉';
}

.wpp-contact-card:hover {
    color: #fff;
    border-color: rgba(168,85,247,.65);
    transform: translateY(-3px);
    box-shadow: 0 22px 60px rgba(124,58,237,.16);
}

.wpp-contact-card__label {
    color: #c4b5fd;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.wpp-contact-card__value {
    max-width: calc(100% - 36px);
    font-size: clamp(19px, 2vw, 28px);
    line-height: 1.2;
    overflow-wrap: anywhere;
}

.wpp-empty-contact {
    max-width: 720px;
    margin-top: 34px;
    padding: 28px;
    border: 1px dashed rgba(255,255,255,.16);
    border-radius: 22px;
    color: #a1a1aa;
    background: rgba(255,255,255,.025);
}

@media (max-width: 800px) {
    .wpp-contact-grid,
    .wpp-contact-grid--count-2 {
        grid-template-columns: 1fr;
        max-width: none;
    }

    .wpp-contact-card {
        min-height: 122px;
        padding: 22px;
    }
}


/* White Party Pro 5.4.4 — hide cart and account icons */
.wpp-header-account,
.wpp-header-cart,
.wpp-header-icons,
.wpp-header .wc-block-mini-cart,
.wpp-header a[href*="my-account"],
.wpp-header a[href*="page_id"][aria-label*="обліков"],
.wpp-header a[aria-label*="Кошик"],
.wpp-header a[aria-label*="кошик"],
.wpp-header a[aria-label*="обліков"],
.wpp-mobile-menu a[href*="my-account"],
.wpp-mobile-menu a[aria-label*="Кошик"],
.wpp-mobile-menu a[aria-label*="кошик"],
.wpp-mobile-menu a[aria-label*="обліков"] {
    display: none !important;
}


/* White Party Pro 5.5 — responsive hero video */
.wpp-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
}

.wpp-hero--image {
    background-image:
        linear-gradient(90deg, rgba(9,9,11,.84) 0%, rgba(9,9,11,.50) 44%, rgba(9,9,11,.16) 100%),
        var(--wpp-hero-image);
    background-size: cover;
    background-position: center;
}

.wpp-hero-media {
    position: absolute;
    z-index: -2;
    inset: 0;
    background:
        var(--wpp-hero-poster, none) center / cover no-repeat,
        #09090b;
}

.wpp-hero-video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.wpp-hero--video::before {
    content: '';
    position: absolute;
    z-index: -1;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(9,9,11,.86) 0%, rgba(9,9,11,.56) 42%, rgba(9,9,11,.18) 100%),
        linear-gradient(0deg, rgba(9,9,11,.38), transparent 38%);
    pointer-events: none;
}

@media (max-width: 767px) {
    .wpp-hero-video {
        object-position: center center;
    }

    .wpp-hero--video::before {
        background:
            linear-gradient(180deg, rgba(9,9,11,.20) 0%, rgba(9,9,11,.42) 46%, rgba(9,9,11,.92) 100%),
            linear-gradient(90deg, rgba(9,9,11,.20), rgba(9,9,11,.05));
    }
}

@media (prefers-reduced-motion: reduce) {
    .wpp-hero-video {
        display: none;
    }

    .wpp-hero--video {
        background:
            linear-gradient(90deg, rgba(9,9,11,.84), rgba(9,9,11,.28)),
            var(--wpp-hero-poster, none) center / cover no-repeat;
    }
}


/* White Party Pro 5.5.1 — permanently hide account/cart UI */
.wpp-header-icons,
.wpp-header-actions .wpp-header-icon,
.wpp-header-account,
.wpp-header-cart,
.wpp-account-link,
.wpp-cart-link,
.wpp-woo-icons,
.wpp-header .wc-block-mini-cart,
.wpp-header .mini-cart,
.wpp-header .site-header-account,
.wpp-header .site-header-cart,
.wpp-header a[href*="/my-account"],
.wpp-header a[href*="my-account"],
.wpp-header a[href*="page_id"][aria-label*="обліков"],
.wpp-header a[aria-label*="профіл"],
.wpp-header a[aria-label*="Профіл"],
.wpp-header a[title*="профіл"],
.wpp-header a[title*="Профіл"],
.wpp-header a[aria-label*="Кошик"],
.wpp-header a[aria-label*="кошик"],
.wpp-header a[title*="Кошик"],
.wpp-header a[title*="кошик"],
.wpp-mobile-menu a[href*="/my-account"],
.wpp-mobile-menu a[href*="my-account"],
.wpp-mobile-menu a[aria-label*="профіл"],
.wpp-mobile-menu a[aria-label*="Профіл"],
.wpp-mobile-menu a[aria-label*="Кошик"],
.wpp-mobile-menu a[aria-label*="кошик"],
.wpp-mobile-menu .wc-block-mini-cart,
.wpp-mobile-menu .mini-cart {
    display: none !important;
    visibility: hidden !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    overflow: hidden !important;
}

/* Remove spacing if the icon wrapper becomes empty */
.wpp-header-actions:has(.wpp-header-buy:only-child),
.wpp-header-actions:not(:has(.wpp-header-icon, .wpp-header-account, .wpp-header-cart, .wpp-account-link, .wpp-cart-link)) {
    gap: 0;
}


/* White Party Pro 5.5.2 — fixed full-screen mobile navigation */
@media (max-width: 767px) {
    .wpp-header {
        z-index: 9998;
    }

    .wpp-menu-toggle {
        z-index: 10001;
    }

    .wpp-nav {
        position: fixed !important;
        z-index: 10000;
        inset:
            calc(var(--wpp-mobile-header) + env(safe-area-inset-top))
            0
            0
            0 !important;
        top: calc(var(--wpp-mobile-header) + env(safe-area-inset-top)) !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        padding:
            18px
            20px
            calc(34px + env(safe-area-inset-bottom)) !important;
        overflow-x: hidden;
        overflow-y: auto;
        background:
            radial-gradient(circle at 90% 0, rgba(124,58,237,.20), transparent 32%),
            #09090b !important;
        transform: translateY(-12px) !important;
        overscroll-behavior: contain;
        -webkit-overflow-scrolling: touch;
    }

    .admin-bar .wpp-nav {
        top: calc(var(--wpp-mobile-header) + 46px + env(safe-area-inset-top)) !important;
    }

    .wpp-menu-state:checked ~ .wpp-nav,
    body.wpp-menu-open .wpp-nav {
        transform: translateY(0) !important;
    }

    .wpp-nav__list {
        width: 100%;
        max-width: 720px;
        min-height: 100%;
        margin: 0 auto;
        padding: 0;
    }

    .wpp-nav__list a {
        width: 100%;
    }

    body.wpp-menu-open {
        position: fixed;
        width: 100%;
        overflow: hidden !important;
    }

    body.wpp-menu-open .wpp-main,
    body.wpp-menu-open .wpp-footer,
    body.wpp-menu-open .wpp-mobile-buy {
        pointer-events: none;
    }
}


/* White Party Pro 5.5.3 — true viewport mobile menu */
@media (max-width: 767px) {
    :root {
        --wpp-mobile-menu-top: calc(var(--wpp-mobile-header, 86px) + env(safe-area-inset-top));
    }

    .wpp-header {
        position: relative;
        z-index: 10002 !important;
    }

    .wpp-menu-toggle {
        position: relative;
        z-index: 10004 !important;
    }

    .wpp-mobile-menu-backdrop {
        position: fixed;
        z-index: 9998;
        inset: 0;
        display: block;
        background: #09090b;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition:
            opacity .22s ease,
            visibility 0s linear .22s;
    }

    body.wpp-menu-open .wpp-mobile-menu-backdrop {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transition-delay: 0s;
    }

    .wpp-nav {
        position: fixed !important;
        z-index: 10001 !important;
        top: var(--wpp-mobile-menu-top) !important;
        right: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        width: 100vw !important;
        max-width: none !important;
        height: calc(100dvh - var(--wpp-mobile-menu-top)) !important;
        min-height: calc(100vh - var(--wpp-mobile-menu-top)) !important;
        max-height: none !important;
        margin: 0 !important;
        padding:
            22px
            32px
            calc(42px + env(safe-area-inset-bottom)) !important;
        border: 0 !important;
        border-radius: 0 !important;
        overflow-x: hidden !important;
        overflow-y: auto !important;
        background:
            radial-gradient(circle at 100% 0, rgba(124,58,237,.22), transparent 34%),
            #09090b !important;
        box-shadow: none !important;
        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none !important;
        transform: translate3d(0, -14px, 0) !important;
        transition:
            opacity .22s ease,
            transform .22s ease,
            visibility 0s linear .22s !important;
        overscroll-behavior: contain;
        -webkit-overflow-scrolling: touch;
    }

    .admin-bar .wpp-nav {
        top: calc(var(--wpp-mobile-menu-top) + 46px) !important;
        height: calc(100dvh - var(--wpp-mobile-menu-top) - 46px) !important;
        min-height: calc(100vh - var(--wpp-mobile-menu-top) - 46px) !important;
    }

    .wpp-menu-state:checked ~ .wpp-nav,
    body.wpp-menu-open .wpp-nav {
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
        transform: translate3d(0, 0, 0) !important;
        transition-delay: 0s !important;
    }

    .wpp-nav__list {
        display: flex !important;
        width: 100% !important;
        min-height: max-content !important;
        flex-direction: column !important;
        gap: 0 !important;
        margin: 0 !important;
        padding: 0 0 80px !important;
    }

    .wpp-nav__list li {
        display: block !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        border-bottom: 1px solid rgba(255,255,255,.12);
    }

    .wpp-nav__list li:last-child {
        border-bottom: 0;
    }

    .wpp-nav__list a {
        display: flex !important;
        width: 100% !important;
        min-height: 86px !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: 18px !important;
        padding: 20px 14px !important;
        color: #fff !important;
        font-size: clamp(32px, 8vw, 50px) !important;
        font-weight: 800 !important;
        line-height: 1 !important;
        letter-spacing: -.04em !important;
        text-decoration: none !important;
        background: transparent !important;
        border: 0 !important;
        border-radius: 0 !important;
    }

    .wpp-nav__list a::after {
        content: '→';
        flex: 0 0 auto;
        color: #c4b5fd;
        font-size: .88em;
        line-height: 1;
    }

    body.wpp-menu-open {
        position: fixed !important;
        width: 100% !important;
        overflow: hidden !important;
        touch-action: none;
    }

    body.wpp-menu-open .wpp-main,
    body.wpp-menu-open .wpp-footer,
    body.wpp-menu-open .wpp-mobile-buy {
        visibility: hidden !important;
        pointer-events: none !important;
    }
}


/* White Party Pro 5.5.4 — event date, time, venue and address */
.wpp-hero-event-details {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    max-width: 980px;
    margin: 28px 0 26px;
}

.wpp-hero-event-detail {
    min-width: 0;
    padding: 14px 16px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 14px;
    background: rgba(9,9,11,.48);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.035);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.wpp-hero-event-detail span,
.wpp-buy-event-meta span {
    display: block;
    margin-bottom: 6px;
    color: #c4b5fd;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.wpp-hero-event-detail strong,
.wpp-hero-event-detail a {
    display: block;
    color: #fff;
    font-size: 15px;
    font-weight: 750;
    line-height: 1.3;
    text-decoration: none;
    overflow-wrap: anywhere;
}

.wpp-hero-event-detail a:hover,
.wpp-info-grid a:hover,
.wpp-buy-event-meta a:hover {
    color: #c4b5fd;
}

.wpp-info-grid article > a {
    display: block;
    margin-top: 8px;
    color: #fff;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.22;
    text-decoration: none;
    overflow-wrap: anywhere;
}

.wpp-buy-event-meta {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-top: 26px;
}

.wpp-buy-event-meta > div {
    min-width: 0;
    padding: 16px;
    border: 1px solid var(--wpp-line);
    border-radius: 16px;
    background: rgba(255,255,255,.025);
}

.wpp-buy-event-meta strong,
.wpp-buy-event-meta a {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 750;
    line-height: 1.35;
    text-decoration: none;
    overflow-wrap: anywhere;
}

@media (max-width: 980px) {
    .wpp-hero-event-details,
    .wpp-buy-event-meta {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .wpp-hero-event-details {
        gap: 9px;
        margin: 24px 0;
    }

    .wpp-hero-event-detail {
        padding: 13px 14px;
        border-radius: 13px;
    }

    .wpp-hero-event-detail strong,
    .wpp-hero-event-detail a {
        font-size: 14px;
    }

    .wpp-buy-event-meta {
        grid-template-columns: 1fr 1fr;
        gap: 9px;
        margin-top: 22px;
    }

    .wpp-buy-event-meta > div {
        padding: 14px;
    }

    .wpp-buy-event-meta strong,
    .wpp-buy-event-meta a {
        font-size: 14px;
    }

    .wpp-info-grid article > a {
        font-size: 20px;
    }
}

@media (max-width: 430px) {
    .wpp-hero-event-details {
        grid-template-columns: 1fr 1fr;
    }

    .wpp-hero-event-detail:nth-child(3),
    .wpp-hero-event-detail:nth-child(4) {
        grid-column: 1 / -1;
    }

    .wpp-buy-event-meta > div:nth-child(3),
    .wpp-buy-event-meta > div:nth-child(4) {
        grid-column: 1 / -1;
    }
}


/* White Party Pro 5.5.5 — age limit and conditional gallery */
@media (min-width: 1101px) {
    .wpp-hero-event-details,
    .wpp-buy-event-meta {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .wpp-info-grid {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}

@media (max-width: 430px) {
    .wpp-hero-event-detail:nth-child(3),
    .wpp-hero-event-detail:nth-child(4),
    .wpp-hero-event-detail:nth-child(5),
    .wpp-buy-event-meta > div:nth-child(3),
    .wpp-buy-event-meta > div:nth-child(4),
    .wpp-buy-event-meta > div:nth-child(5) {
        grid-column: 1 / -1;
    }
}


/* White Party Pro 5.5.8 — keep mobile Hero video visible */
.wpp-mobile-event-panel,
.wpp-countdown--mobile {
    display: none;
}

@media (max-width: 767px) {
    body.home .wpp-mobile-buy {
        display: none !important;
    }

    .wpp-hero {
        min-height: calc(100svh - var(--wpp-mobile-header, 86px)) !important;
        align-items: flex-end;
    }

    .wpp-hero__content {
        display: flex;
        min-height: calc(100svh - var(--wpp-mobile-header, 86px));
        flex-direction: column;
        justify-content: flex-end;
        padding-top: 118px !important;
        padding-bottom: 42px !important;
    }

    .wpp-hero-event-details--desktop,
    .wpp-countdown--desktop {
        display: none !important;
    }

    .wpp-hero h1 {
        font-size: clamp(68px, 20vw, 104px) !important;
        margin-top: 12px;
        margin-bottom: 22px;
    }

    .wpp-hero p {
        max-width: 520px;
        margin-bottom: 24px;
        font-size: clamp(19px, 5.4vw, 26px);
        text-shadow: 0 2px 24px rgba(0,0,0,.7);
    }

    .wpp-hero .wpp-actions {
        display: grid;
        width: 100%;
        grid-template-columns: 1fr;
        gap: 12px;
        margin-top: 0;
    }

    .wpp-hero .wpp-actions .wpp-button {
        width: 100%;
        min-height: 62px;
    }

    .wpp-hero--video::before {
        background:
            linear-gradient(180deg, rgba(9,9,11,.10) 0%, rgba(9,9,11,.18) 38%, rgba(9,9,11,.82) 100%),
            linear-gradient(90deg, rgba(9,9,11,.16), rgba(9,9,11,.02)) !important;
    }

    .wpp-hero-video {
        object-position: center center;
    }

    .wpp-mobile-event-panel {
        display: block;
        padding: 22px 0 54px;
        background:
            radial-gradient(circle at 100% 0, rgba(124,58,237,.14), transparent 36%),
            #09090b;
        border-top: 1px solid rgba(255,255,255,.08);
    }

    .wpp-mobile-event-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .wpp-mobile-event-card {
        min-width: 0;
        padding: 17px 18px;
        border: 1px solid rgba(255,255,255,.11);
        border-radius: 18px;
        background: rgba(255,255,255,.045);
    }

    .wpp-mobile-event-card--wide {
        grid-column: 1 / -1;
    }

    .wpp-mobile-event-card span {
        display: block;
        margin-bottom: 7px;
        color: #c4b5fd;
        font-size: 11px;
        font-weight: 850;
        letter-spacing: .13em;
        text-transform: uppercase;
    }

    .wpp-mobile-event-card strong,
    .wpp-mobile-event-card a {
        display: block;
        color: #fff;
        font-size: 18px;
        font-weight: 800;
        line-height: 1.25;
        text-decoration: none;
        overflow-wrap: anywhere;
    }

    .wpp-countdown--mobile {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 8px;
        margin-top: 18px;
    }

    .wpp-countdown--mobile > div {
        min-width: 0;
        padding: 14px 7px;
        border: 1px solid rgba(255,255,255,.10);
        border-radius: 15px;
        background: rgba(255,255,255,.04);
        text-align: center;
    }

    .wpp-countdown--mobile strong {
        display: block;
        font-size: 28px;
        line-height: 1;
    }

    .wpp-countdown--mobile span {
        display: block;
        margin-top: 7px;
        color: #a1a1aa;
        font-size: 10px;
        letter-spacing: .08em;
        text-transform: uppercase;
    }
}

@media (max-width: 390px) {
    .wpp-hero h1 {
        font-size: clamp(60px, 18vw, 82px) !important;
    }

    .wpp-countdown--mobile strong {
        font-size: 24px;
    }
}


/* White Party Pro 5.6.0 — directional scroll light effect */
.wpp-scroll-glow {
    --wpp-scroll-glow-opacity: 0;
    --wpp-scroll-glow-y: 50%;
    --wpp-scroll-glow-rotate: 0deg;
    position: fixed;
    z-index: 9996;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    opacity: var(--wpp-scroll-glow-opacity);
    transition: opacity .22s ease;
    mix-blend-mode: screen;
    contain: strict;
}

.wpp-scroll-glow::before {
    content: '';
    position: absolute;
    left: -10vw;
    right: -10vw;
    top: calc(var(--wpp-scroll-glow-y) - 110px);
    height: 220px;
    background:
        radial-gradient(ellipse at center,
            rgba(168,85,247,.16) 0%,
            rgba(124,58,237,.10) 26%,
            rgba(59,130,246,.055) 48%,
            transparent 72%);
    filter: blur(20px);
    transform: rotate(var(--wpp-scroll-glow-rotate));
    will-change: transform, top, opacity;
}

.wpp-scroll-glow__beam {
    position: absolute;
    left: -22vw;
    width: 144vw;
    height: 3px;
    top: var(--wpp-scroll-glow-y);
    border-radius: 999px;
    transform-origin: center;
    transform: rotate(var(--wpp-scroll-glow-rotate));
    will-change: transform, top, opacity;
}

.wpp-scroll-glow__beam--primary {
    background:
        linear-gradient(90deg,
            transparent 0%,
            rgba(124,58,237,.08) 18%,
            rgba(196,181,253,.82) 48%,
            rgba(168,85,247,.58) 62%,
            transparent 100%);
    box-shadow:
        0 0 12px rgba(168,85,247,.68),
        0 0 34px rgba(124,58,237,.38),
        0 0 70px rgba(99,102,241,.22);
}

.wpp-scroll-glow__beam--secondary {
    top: calc(var(--wpp-scroll-glow-y) + 36px);
    height: 1px;
    opacity: .72;
    background:
        linear-gradient(90deg,
            transparent 0%,
            rgba(59,130,246,.02) 22%,
            rgba(216,180,254,.46) 50%,
            rgba(59,130,246,.12) 72%,
            transparent 100%);
    filter: blur(.4px);
}

.wpp-scroll-glow__orb {
    position: absolute;
    top: calc(var(--wpp-scroll-glow-y) - 80px);
    left: var(--wpp-scroll-glow-x, 52%);
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background:
        radial-gradient(circle,
            rgba(255,255,255,.22) 0%,
            rgba(196,181,253,.22) 16%,
            rgba(168,85,247,.14) 34%,
            transparent 68%);
    filter: blur(10px);
    transform: translateX(-50%);
    will-change: left, top, opacity;
}

body.wpp-scroll-down .wpp-scroll-glow {
    --wpp-scroll-glow-rotate: -1.8deg;
}

body.wpp-scroll-up .wpp-scroll-glow {
    --wpp-scroll-glow-rotate: 1.8deg;
}

@media (max-width: 767px) {
    .wpp-scroll-glow {
        z-index: 9995;
        mix-blend-mode: screen;
    }

    .wpp-scroll-glow::before {
        top: calc(var(--wpp-scroll-glow-y) - 80px);
        height: 160px;
        filter: blur(18px);
        background:
            radial-gradient(ellipse at center,
                rgba(168,85,247,.12) 0%,
                rgba(124,58,237,.07) 32%,
                transparent 72%);
    }

    .wpp-scroll-glow__beam {
        left: -38vw;
        width: 176vw;
        height: 2px;
    }

    .wpp-scroll-glow__beam--primary {
        box-shadow:
            0 0 10px rgba(168,85,247,.48),
            0 0 28px rgba(124,58,237,.24);
    }

    .wpp-scroll-glow__beam--secondary {
        top: calc(var(--wpp-scroll-glow-y) + 24px);
        opacity: .52;
    }

    .wpp-scroll-glow__orb {
        width: 110px;
        height: 110px;
        top: calc(var(--wpp-scroll-glow-y) - 55px);
        filter: blur(12px);
    }
}

@media (prefers-reduced-motion: reduce) {
    .wpp-scroll-glow {
        display: none !important;
    }
}


/* White Party Pro 5.6.2 — compact inline event meta in Hero */
.wpp-hero-inline-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 7px 10px;
    max-width: min(1100px, 100%);
    margin-bottom: 14px;
    color: #d8b4fe;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.35;
    letter-spacing: .12em;
    text-transform: uppercase;
    text-shadow: 0 2px 16px rgba(0,0,0,.48);
}

.wpp-hero-inline-meta span {
    display: inline-flex;
    align-items: center;
    min-width: 0;
    overflow-wrap: anywhere;
}

.wpp-hero-inline-meta span:not(:last-child)::after {
    content: '•';
    margin-left: 10px;
    color: rgba(216,180,254,.68);
}

@media (max-width: 767px) {
    .wpp-hero-inline-meta {
        display: grid;
        grid-template-columns: auto auto;
        justify-content: start;
        gap: 5px 9px;
        max-width: 100%;
        margin-bottom: 15px;
        font-size: 11px;
        letter-spacing: .09em;
    }

    .wpp-hero-inline-meta span {
        display: block;
    }

    .wpp-hero-inline-meta span::after {
        display: none !important;
    }

    .wpp-hero-inline-meta span:nth-child(3),
    .wpp-hero-inline-meta span:nth-child(4) {
        grid-column: 1 / -1;
    }
}


/* White Party Pro 5.6.3 — Gartenberg Event Music branding */
.wpp-brand {
    display: inline-flex;
    min-width: 0;
    align-items: center;
    margin-right: auto;
    line-height: 0;
}

.wpp-brand__logo {
    display: block;
    width: auto;
    height: 34px;
    max-width: min(220px, 34vw);
    object-fit: contain;
    object-position: left center;
}

.wpp-footer__identity {
    min-width: 0;
}

.wpp-footer__logo {
    display: inline-block;
    width: min(310px, 100%);
    line-height: 0;
}

.wpp-footer__logo img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: left center;
}

.wpp-footer__identity p {
    max-width: 390px;
    margin-top: 18px;
}

@media (max-width: 1100px) {
    .wpp-brand__logo {
        height: 31px;
        max-width: min(190px, 31vw);
    }
}

@media (max-width: 767px) {
    .wpp-brand__logo {
        height: 28px;
        max-width: min(170px, 48vw);
    }

    .wpp-footer__logo {
        width: min(270px, 86vw);
    }
}


/* White Party Pro 5.7.0 — event partners */
.wpp-partners-section {
    overflow: hidden;
}

.wpp-partners-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 30px;
}

.wpp-partners-heading h2 {
    margin-bottom: 0;
}

.wpp-partners-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 16px;
}

.wpp-partner-card {
    position: relative;
    display: flex;
    min-width: 0;
    min-height: 155px;
    align-items: center;
    justify-content: center;
    padding: 28px;
    border: 1px solid rgba(255,255,255,.82);
    border-radius: 22px;
    background:
        linear-gradient(145deg, rgba(255,255,255,1), rgba(244,244,245,.96));
    box-shadow:
        0 16px 50px rgba(0,0,0,.18),
        inset 0 1px 0 rgba(255,255,255,.92);
    text-decoration: none;
    overflow: hidden;
    transition:
        transform .22s ease,
        border-color .22s ease,
        box-shadow .22s ease;
}

.wpp-partner-card::before {
    content: '';
    position: absolute;
    inset: auto -20% -55% 20%;
    height: 100%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(168,85,247,.13), transparent 66%);
    pointer-events: none;
}

.wpp-partner-card.is-linked::after {
    content: '↗';
    position: absolute;
    top: 13px;
    right: 15px;
    color: #7c3aed;
    font-size: 18px;
    font-weight: 900;
    opacity: .58;
    transition: opacity .22s ease, transform .22s ease;
}

.wpp-partner-card.is-linked:hover,
.wpp-partner-card.is-linked:focus-visible {
    border-color: rgba(168,85,247,.72);
    transform: translateY(-5px);
    box-shadow:
        0 24px 70px rgba(124,58,237,.22),
        inset 0 1px 0 rgba(255,255,255,.96);
}

.wpp-partner-card.is-linked:hover::after,
.wpp-partner-card.is-linked:focus-visible::after {
    opacity: 1;
    transform: translate(2px, -2px);
}

.wpp-partner-logo {
    position: relative;
    z-index: 1;
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 86px;
    object-fit: contain;
}

@media (max-width: 767px) {
    .wpp-partners-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
        margin-bottom: 22px;
    }

    .wpp-partners-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .wpp-partner-card {
        min-height: 116px;
        padding: 18px;
        border-radius: 17px;
    }

    .wpp-partner-logo {
        max-height: 62px;
    }

    .wpp-partner-card.is-linked::after {
        top: 9px;
        right: 11px;
        font-size: 15px;
    }
}

@media (max-width: 360px) {
    .wpp-partners-grid {
        grid-template-columns: 1fr;
    }

    .wpp-partner-card {
        min-height: 125px;
    }
}


/* White Party Pro 5.7.1 — compact partners after Line-up */
.wpp-partners-section {
    padding-top: clamp(54px, 6vw, 82px);
    padding-bottom: clamp(64px, 7vw, 96px);
}

.wpp-partners-heading {
    display: block;
    max-width: 980px;
    margin: 0 auto 32px;
    text-align: center;
}

.wpp-partners-heading .wpp-kicker {
    display: block;
    margin-bottom: 10px;
}

.wpp-partners-heading h2 {
    margin: 0;
    font-size: clamp(42px, 5vw, 72px);
    line-height: .96;
    letter-spacing: -.055em;
}

.wpp-partners-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 330px));
    justify-content: center;
    gap: 18px;
    max-width: 1120px;
    margin: 0 auto;
}

.wpp-partner-card {
    min-height: 150px;
    padding: 20px 24px;
    border-radius: 22px;
}

.wpp-partner-logo {
    width: 100% !important;
    max-width: 100% !important;
    height: 104px !important;
    max-height: 104px !important;
    object-fit: contain !important;
    object-position: center !important;
    transform: scale(1.08);
    transition: transform .22s ease;
}

.wpp-partner-card.is-linked:hover .wpp-partner-logo,
.wpp-partner-card.is-linked:focus-visible .wpp-partner-logo {
    transform: scale(1.13);
}

@media (max-width: 767px) {
    .wpp-partners-section {
        padding-top: 52px;
        padding-bottom: 58px;
    }

    .wpp-partners-heading {
        margin-bottom: 22px;
        text-align: left;
    }

    .wpp-partners-heading h2 {
        font-size: clamp(38px, 11vw, 52px);
    }

    .wpp-partners-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .wpp-partner-card {
        min-height: 112px;
        padding: 14px;
        border-radius: 17px;
    }

    .wpp-partner-logo {
        height: 72px !important;
        max-height: 72px !important;
        transform: scale(1.04);
    }

    .wpp-partner-card.is-linked:hover .wpp-partner-logo,
    .wpp-partner-card.is-linked:focus-visible .wpp-partner-logo {
        transform: scale(1.08);
    }
}

@media (max-width: 390px) {
    .wpp-partners-grid {
        grid-template-columns: 1fr;
    }

    .wpp-partner-card {
        min-height: 124px;
        padding: 18px;
    }

    .wpp-partner-logo {
        height: 82px !important;
        max-height: 82px !important;
    }
}


/* White Party Pro 5.7.2 — partner logos without white cards */
.wpp-partner-card {
    min-height: 132px;
    padding: 18px 22px;
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 20px;
    background:
        radial-gradient(circle at 50% 45%, rgba(168,85,247,.08), transparent 62%),
        rgba(255,255,255,.018);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.035),
        0 18px 54px rgba(0,0,0,.18);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.wpp-partner-card::before {
    display: none;
}

.wpp-partner-card.is-linked:hover,
.wpp-partner-card.is-linked:focus-visible {
    border-color: rgba(168,85,247,.48);
    background:
        radial-gradient(circle at 50% 45%, rgba(168,85,247,.14), transparent 64%),
        rgba(255,255,255,.025);
    box-shadow:
        0 22px 66px rgba(124,58,237,.14),
        inset 0 1px 0 rgba(255,255,255,.05);
}

.wpp-partner-logo {
    width: auto !important;
    max-width: 88% !important;
    height: auto !important;
    max-height: 98px !important;
    object-fit: contain !important;
    object-position: center !important;
    transform: none !important;
    filter:
        drop-shadow(0 7px 16px rgba(0,0,0,.34))
        saturate(1.04)
        contrast(1.03);
}

.wpp-partner-logo.is-bg-removed {
    background: transparent !important;
}

.wpp-partner-card.is-linked:hover .wpp-partner-logo,
.wpp-partner-card.is-linked:focus-visible .wpp-partner-logo {
    transform: scale(1.045) !important;
}

@media (max-width: 767px) {
    .wpp-partner-card {
        min-height: 108px;
        padding: 13px 16px;
        border-radius: 16px;
    }

    .wpp-partner-logo {
        max-width: 91% !important;
        max-height: 74px !important;
    }
}

@media (max-width: 390px) {
    .wpp-partner-card {
        min-height: 118px;
    }

    .wpp-partner-logo {
        max-height: 82px !important;
    }
}
