body {
    background: #f8fafc;
    color: #111827;
}
a:focus, a:hover {
    text-decoration: none !important;
}
/* HOME HERO */

.home-hero {
    padding-top: 120px;
    background: #f8fafc;
}

.hero-slider {
    width: min(92%, 1320px);
    margin: 0 auto;
}

.hero-slide {
    min-height: 695px;
    border-radius: 32px;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 70px;
    box-shadow: 0 24px 70px rgba(15, 23, 42, .12);
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
            90deg,
            rgba(255,255,255,.96),
            rgba(255,255,255,.42)
    );
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 620px;
    color: #111827;
}

.hero-label {
    color: #b7791f;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
}

.hero-content h1 {
    font-size: 58px;
    line-height: 1.05;
    margin: 18px 0;
    font-weight: 900;
    color: #111827;
}

.hero-content p {
    color: #6b7280;
    font-size: 18px;
    line-height: 1.7;
}

.hero-btn {
    margin-top: 25px;
    display: inline-flex;
    align-items: center;
    height: 52px;
    padding: 0 30px;
    border-radius: 999px;
    background: linear-gradient(135deg, #f2c94c, #f2994a);
    color: #111827;
    font-weight: 900;
    text-decoration: none;
    box-shadow: 0 12px 28px rgba(242, 153, 74, .28);
}

.hero-btn:hover {
    color: #111827;
    text-decoration: none;
    transform: translateY(-1px);
}

/* EVENTS */

.home-events {
    background: #f8fafc;
    padding: 80px 0;
}

.home-container {
    width: min(92%, 1320px);
    margin: 0 auto;
}

.section-head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 34px;
}

.section-head span {
    color: #b7791f;
    font-weight: 900;
}

.section-head h2 {
    color: #111827;
    font-size: 36px;
    margin: 8px 0 0;
    font-weight: 900;
}

.section-head a {
    color: #111827;
    text-decoration: none;
    font-weight: 800;
}

.section-head a:hover {
    color: #b7791f;
}

.events-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 26px;
}

.event-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 24px;
    overflow: hidden;
    text-decoration: none;
    transition: .25s;
    box-shadow: 0 4px 20px rgba(15, 23, 42, .04);
}

.event-card:hover {
    transform: translateY(-6px);
    border-color: rgba(183, 121, 31, .35);
    box-shadow: 0 20px 50px rgba(15, 23, 42, .12);
}

.event-card__image {
    position: relative;
    aspect-ratio: 1494 / 1920;
    overflow: hidden;
    background: #f3f4f6;
}

.event-card__meta {
    display: flex;
    justify-content: space-between;
    margin-bottom: 14px;
    color: #6b7280;
    font-size: 13px;
    font-weight: 700;
}

.event-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .35s ease;
}

.event-card:hover .event-card__image img {
    transform: scale(1.04);
}

.event-card__date {
    position: absolute;
    top: 16px;
    left: 16px;
    background: #ffffff;
    color: #111827;
    padding: 8px 14px;
    border-radius: 999px;
    font-weight: 900;
    box-shadow: 0 8px 24px rgba(15, 23, 42, .14);
}

.event-card__body {
    padding: 22px;
}

.event-card__body h3 {
    color: #111827;
    font-size: 20px;
    margin: 0 0 10px;
    font-weight: 900;
}

.event-card__body p {
    color: #6b7280;
    margin: 0 0 20px;
}

.event-card__bottom {
    display: flex;
    justify-content: space-between;
    color: #6b7280;
}

.event-card__bottom strong {
    color: #b7791f;
}

.empty-events {
    grid-column: 1 / -1;
    padding: 50px;
    border-radius: 24px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    color: #111827;
}

/* HEADER */

.zq-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding: 18px 0;
}

.zq-header__inner {
    width: min(92%, 1320px);
    height: 78px;
    margin: 0 auto;
    padding: 0 22px;
    border-radius: 22px;
    border: 1px solid rgba(15, 23, 42, .08);
    background: rgba(255,255,255,.92);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 14px 44px rgba(15, 23, 42, .08);
}

.zq-header__logo img {
    height: 58px;
    width: auto;
    display: block;
}

.zq-header__nav {
    display: flex;
    align-items: center;
    gap: 34px;
}

.zq-header__nav a {
    color: #374151;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
    position: relative;
}

.zq-header__nav a:hover,
.zq-header__nav a.active {
    color: #111827;
}

.zq-header__nav a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -9px;
    width: 0;
    height: 2px;
    border-radius: 10px;
    background: #d4af37;
    transition: .25s ease;
}

.zq-header__nav a:hover:after,
.zq-header__nav a.active:after {
    width: 100%;
}

.zq-header__actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.zq-header__lang {
    height: 44px;
    padding: 0 14px;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    background: #ffffff;
    color: #111827;
    font-weight: 900;
    outline: none;
}

.zq-header__btn {
    height: 46px;
    padding: 0 24px;
    border-radius: 999px;
    background: linear-gradient(135deg, #f2c94c, #f2994a);
    color: #111827;
    font-size: 14px;
    font-weight: 900;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 12px 26px rgba(242,153,74,.24);
}

.zq-header__btn:hover {
    color: #111827;
    text-decoration: none;
    transform: translateY(-1px);
}

.zq-header__burger {
    display: none;
    width: 44px;
    height: 44px;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    background: #ffffff;
    padding: 0;
}

.zq-header__burger span {
    display: block;
    width: 18px;
    height: 2px;
    margin: 5px auto;
    background: #111827;
    border-radius: 4px;
}

.zq-mobile-menu {
    display: none;
}

/* FOOTER */

.zq-footer {
    position: relative;
    background: #ffffff;
    border-top: 1px solid #e5e7eb;
   /* margin-top: 80px;*/
}

.zq-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(
            90deg,
            transparent,
            rgba(212,175,55,.75),
            transparent
    );
}

.zq-footer__inner {
    width: min(92%, 1320px);
    margin: 0 auto;
    padding: 70px 0;
    display: grid;
    grid-template-columns: 1.8fr 1fr 1fr 1fr;
    gap: 60px;
}

.zq-footer__logo img {
    height: 70px;
    width: auto;
    display: block;
    margin-bottom: 20px;
}

.zq-footer__description {
    color: #6b7280;
    line-height: 1.8;
    font-size: 14px;
    max-width: 350px;
    margin-bottom: 24px;
}

.zq-footer__socials {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.zq-footer__socials a {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: #f3f4f6;
    border: 1px solid #e5e7eb;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #111827;
    text-decoration: none;
    transition: .25s;
}

.zq-footer__socials a:hover {
    background: #d4af37;
    color: #111827;
    transform: translateY(-2px);
}

.zq-footer__column h4 {
    color: #111827;
    font-size: 16px;
    font-weight: 900;
    margin: 0 0 24px;
    position: relative;
}

.zq-footer__column h4::after {
    content: '';
    display: block;
    width: 40px;
    height: 3px;
    border-radius: 10px;
    background: #d4af37;
    margin-top: 10px;
}

.zq-footer__column ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.zq-footer__column li {
    margin-bottom: 12px;
}

.zq-footer__column a,
.zq-footer__column li {
    color: #6b7280;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.7;
    transition: .2s;
}

.zq-footer__column a:hover {
    color: #111827;
    padding-left: 5px;
}

.zq-footer__bottom {
    width: min(92%, 1320px);
    margin: 0 auto;
    padding: 24px 0;
    border-top: 1px solid #e5e7eb;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.zq-footer__copyright {
    color: #6b7280;
    font-size: 13px;
}

.zq-footer__legal {
    display: flex;
    align-items: center;
    gap: 24px;
}

.zq-footer__legal a {
    color: #6b7280;
    font-size: 13px;
    text-decoration: none;
    transition: .2s;
}

.zq-footer__legal a:hover {
    color: #111827;
}

/* MOBILE */

@media (max-width: 991px) {
    .zq-header {
        padding: 12px 0;
    }

    .zq-header__inner {
        width: calc(100% - 24px);
        height: 68px;
        border-radius: 18px;
        padding: 0 14px;
    }

    .zq-header__logo img {
        height: 48px;
    }

    .zq-header__nav,
    .zq-header__btn {
        display: none;
    }

    .zq-header__burger {
        display: block;
    }

    .zq-mobile-menu {
        position: absolute;
        top: 92px;
        left: 12px;
        right: 12px;
        padding: 18px;
        border-radius: 20px;
        background: rgba(255,255,255,.98);
        border: 1px solid #e5e7eb;
        backdrop-filter: blur(18px);
        -webkit-backdrop-filter: blur(18px);
        flex-direction: column;
        gap: 8px;
        box-shadow: 0 24px 70px rgba(15, 23, 42, .14);
    }

    body.mobile-menu-open .zq-mobile-menu {
        display: flex;
    }

    .zq-mobile-menu a {
        color: #111827;
        padding: 14px 12px;
        border-radius: 14px;
        text-decoration: none;
        font-weight: 800;
        background: #f3f4f6;
    }

    .zq-mobile-menu .zq-mobile-buy {
        margin-top: 8px;
        background: linear-gradient(135deg, #f2c94c, #f2994a);
        color: #111827;
        text-align: center;
    }

    .zq-header__lang {
        width: 64px;
        height: 42px;
    }

    .hero-slide {
        min-height: 460px;
        padding: 36px;
    }

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

    .events-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .zq-footer__inner {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }

    .zq-footer__brand {
        grid-column: 1 / -1;
    }

    .zq-footer__bottom {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 576px) {
    .home-hero {
        padding-top: 100px;
    }

    .hero-slide {
        min-height: 420px;
        padding: 26px;
        border-radius: 22px;
    }

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

    .section-head {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }

    .events-grid {
        grid-template-columns: 1fr;
    }

    .zq-footer__inner {
        grid-template-columns: 1fr;
        padding: 50px 0;
        gap: 35px;
    }

    .zq-footer__legal {
        flex-direction: column;
        gap: 10px;
    }

    .zq-footer__logo img {
        height: 60px;
    }
}
.contact-page {
    background: #f8fafc;
    padding: 130px 0 80px;
}

.contact-hero {
    width: min(92%, 1320px);
    margin: 0 auto 46px;
    text-align: center;
}

.contact-hero span {
    color: #b7791f;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.contact-hero h1 {
    color: #111827;
    font-size: 48px;
    font-weight: 900;
    margin: 12px 0;
}

.contact-breadcrumbs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #6b7280;
}

.contact-breadcrumbs a {
    color: #111827;
    text-decoration: none;
    font-weight: 700;
}

.contact-container {
    width: min(92%, 1320px);
    margin: 0 auto;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 28px;
}

.contact-info-card,
.contact-map-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 28px;
    box-shadow: 0 18px 50px rgba(15, 23, 42, .08);
    overflow: hidden;
}

.contact-info-card {
    padding: 42px;
}

.contact-label {
    color: #b7791f;
    font-weight: 900;
    font-size: 13px;
    text-transform: uppercase;
}

.contact-info-card h2 {
    color: #111827;
    font-size: 34px;
    font-weight: 900;
    margin: 14px 0;
}

.contact-info-card p {
    color: #6b7280;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 30px;
}

.contact-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.contact-item {
    display: flex;
    gap: 16px;
    padding: 18px;
    border-radius: 18px;
    background: #f9fafb;
    border: 1px solid #eef0f3;
}

.contact-icon {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: linear-gradient(135deg, #f2c94c, #f2994a);
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-item strong {
    display: block;
    color: #111827;
    font-size: 15px;
    margin-bottom: 4px;
}

.contact-item span,
.contact-item a {
    color: #6b7280;
    font-size: 14px;
    text-decoration: none;
}

.contact-item a:hover {
    color: #b7791f;
}

.contact-map-card {
    min-height: 540px;
}

@media (max-width: 991px) {
    .contact-grid {
        grid-template-columns: 1fr;
    }

    .contact-map-card {
        min-height: 420px;
    }

    .contact-hero h1 {
        font-size: 36px;
    }
}

@media (max-width: 576px) {
    .contact-page {
        padding-top: 110px;
    }

    .contact-info-card {
        padding: 26px;
    }

    .contact-info-card h2 {
        font-size: 28px;
    }

    .contact-map-card {
        min-height: 360px;
    }
}
.blog-page {
    background: #f8fafc;
    padding: 130px 0 80px;
}

.blog-hero {
    width: min(92%, 1320px);
    margin: 0 auto 46px;
    text-align: center;
}

.blog-hero span {
    color: #b7791f;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.blog-hero h1 {
    color: #111827;
    font-size: 48px;
    font-weight: 900;
    margin: 12px 0;
}

.blog-breadcrumbs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    color: #6b7280;
}

.blog-breadcrumbs a {
    color: #111827;
    text-decoration: none;
    font-weight: 700;
}

.blog-container {
    width: min(92%, 1320px);
    margin: 0 auto;
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
}

.blog-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 24px;
    overflow: hidden;
    text-decoration: none;
    transition: .25s;
    box-shadow: 0 4px 20px rgba(15, 23, 42, .04);
}

.blog-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(15, 23, 42, .12);
}

.blog-card__image {
    height: 250px;
    background: #f3f4f6;
    overflow: hidden;
}

.blog-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .35s ease;
}

.blog-card:hover .blog-card__image img {
    transform: scale(1.04);
}

.blog-card__body {
    padding: 24px;
}

.blog-card__date {
    color: #b7791f;
    font-size: 13px;
    font-weight: 800;
}

.blog-card__body h3 {
    color: #111827;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.35;
    margin: 10px 0;
}

.blog-card__body p {
    color: #6b7280;
    line-height: 1.7;
    margin-bottom: 18px;
}

.blog-card__body strong {
    color: #b7791f;
    font-size: 14px;
}

.blog-empty {
    grid-column: 1 / -1;
    padding: 50px;
    border-radius: 24px;
    background: #fff;
    border: 1px solid #e5e7eb;
    text-align: center;
}

.blog-pagination {
    margin-top: 36px;
}

@media(max-width: 991px) {
    .blog-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .blog-hero h1 {
        font-size: 36px;
    }
}

@media(max-width: 576px) {
    .blog-page {
        padding-top: 110px;
    }

    .blog-grid {
        grid-template-columns: 1fr;
    }

    .blog-card__image {
        height: 220px;
    }
}
.event-card__sold-out {
    position: absolute;
    right: 16px;
    top: 16px;
    background: #dc2626;
    color: #fff;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
    box-shadow: 0 8px 24px rgba(220, 38, 38, .25);
}
/* ===================================
   EVENTS PAGE
=================================== */

.events-page {
    background: #f8fafc;
    min-height: 100vh;
}

/* ===================================
   HERO
=================================== */

.events-hero {
    padding: 140px 20px 70px;
    text-align: center;
    background:
            radial-gradient(
                    circle at top center,
                    rgba(212, 175, 55, .12),
                    transparent 35%
            ),
            linear-gradient(
                    180deg,
                    #ffffff 0%,
                    #f8fafc 100%
            );

    border-bottom: 1px solid #e5e7eb;
}

.events-hero span {
    display: inline-block;
    color: #b7791f;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.events-hero h1 {
    margin: 0;
    color: #111827;
    font-size: 56px;
    font-weight: 900;
    line-height: 1.1;
}

/* ===================================
   BREADCRUMBS
=================================== */

.events-breadcrumbs {
    margin-top: 20px;

    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;

    color: #6b7280;
    font-size: 14px;
}

.events-breadcrumbs a {
    color: #111827;
    text-decoration: none;
    font-weight: 700;
}

.events-breadcrumbs a:hover {
    color: #b7791f;
}

.events-breadcrumbs strong {
    color: #6b7280;
    font-weight: 700;
}

/* ===================================
   EVENTS CONTAINER
=================================== */

#upcoming-events {
    background: transparent !important;
    padding: 70px 0 !important;
}

#upcoming-events .cmsmasters_row_outer,
#upcoming-events .cmsmasters_row_inner,
#upcoming-events .cmsmasters_row_margin {
    background: transparent !important;
}

#upcoming-events .cmsmasters_heading_wrap {
    display: none;
}

#upcoming-events .cmsmasters_divider {
    display: none;
}

/* ===================================
   EVENT LIST
=================================== */

#upcoming-events ol.hfeed {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    padding: 0;
    margin: 0;
}

#upcoming-events li.type-tribe_events {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tribe-mini-calendar-event {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 24px;
    overflow: hidden;

    transition: .25s ease;

    box-shadow:
            0 4px 20px rgba(15,23,42,.04);
}

.tribe-mini-calendar-event:hover {
    transform: translateY(-5px);

    box-shadow:
            0 20px 50px rgba(15,23,42,.12);
}

.tribe-events-event-image {
    position: relative;
    height: 280px;
    overflow: hidden;
}

.tribe-events-event-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .4s;
}

.tribe-mini-calendar-event:hover img {
    transform: scale(1.05);
}

/* ===================================
   SOLD OUT
=================================== */

.post-categories {
    position: absolute;
    top: 15px;
    right: 15px;

    width: auto !important;

    padding: 8px 14px !important;

    border-radius: 999px;

    background: #dc2626 !important;

    font-size: 12px !important;
    font-weight: 800;

    z-index: 3;
}

/* ===================================
   DATE
=================================== */

.cmsmasters_event_big_date {
    padding: 20px 24px 0;
}

.cmsmasters_event_big_day {
    font-size: 38px;
    font-weight: 900;
    color: #111827;
}

.cmsmasters_event_big_month {
    color: #b7791f;
    font-weight: 800;
}

.cmsmasters_event_big_week {
    color: #6b7280;
    font-size: 13px;
}

/* ===================================
   CONTENT
=================================== */

.tribe-events-list-widget-content-wrap {
    padding: 15px 24px 0;
}

.entry-title.summary a {
    color: #111827 !important;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.4;
    text-decoration: none;
}

.cmsmasters_widget_event_info {
    margin-top: 12px;
}

.cmsmasters_widget_event_info .duration {
    color: #6b7280;
    font-weight: 700;
}

/* ===================================
   BUTTON
=================================== */

.cmsmasters_events_more {
    padding: 20px 24px 24px;
}

.tribe-events-read-more.button {
    width: 100%;
    display: block;

    text-align: center;

    background: linear-gradient(
            135deg,
            #f2c94c,
            #f2994a
    );

    color: #111827 !important;

    border-radius: 12px;

    font-weight: 900;

    text-decoration: none;

    padding: 14px;
}

.tribe-events-read-more.button:hover {
    opacity: .95;
}

/* ===================================
   MORE LINK
=================================== */

#cmsmasters_heading_b9caa4ca22 {
    margin-top: 50px;
}

#cmsmasters_heading_b9caa4ca22 a {
    color: #b7791f !important;
    font-size: 18px;
    font-weight: 800;
}

/* ===================================
   TABLET
=================================== */

@media (max-width: 991px) {

    .events-hero {
        padding-top: 120px;
    }

    .events-hero h1 {
        font-size: 40px;
    }

    #upcoming-events ol.hfeed {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ===================================
   MOBILE
=================================== */

@media (max-width: 576px) {

    .events-hero {
        padding: 110px 20px 50px;
    }

    .events-hero h1 {
        font-size: 32px;
    }

    #upcoming-events ol.hfeed {
        grid-template-columns: 1fr;
    }

    .tribe-events-event-image {
        height: 240px;
    }

    .cmsmasters_event_big_day {
        font-size: 32px;
    }
}

.event-details-page {
    background: #f8fafc;
    padding-bottom: 90px;
}

.event-details-container {
    width: min(92%, 1320px);
    margin: 0 auto;
}

.event-details-hero {
    padding: 140px 0 70px;
    background:
            radial-gradient(circle at top center, rgba(212,175,55,.14), transparent 36%),
            linear-gradient(180deg, #fff 0%, #f8fafc 100%);
    border-bottom: 1px solid #e5e7eb;
}

.event-details-hero-grid {
    display: grid;
    grid-template-columns: 420px 1fr;
    gap: 54px;
    align-items: center;
}

.event-poster-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 30px;
    padding: 0;
    box-shadow: 0 24px 70px rgba(15,23,42,.12);
}

.event-poster-card img {
    width: 100%;
    aspect-ratio: 1494 / 1920;
    object-fit: cover;
    border-radius: 22px;
    display: block;
}

.event-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 22px;
    color: #6b7280;
    font-size: 14px;
}

.event-breadcrumbs a {
    color: #111827;
    text-decoration: none;
    font-weight: 700;
}

.event-breadcrumbs a:hover {
    color: #b7791f;
}

.event-label,
.event-section-title span {
    color: #b7791f;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.event-main-info h1 {
    color: #111827;
    font-size: 56px;
    font-weight: 900;
    line-height: 1.08;
    margin: 14px 0 28px;
}

.event-info-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 30px;
}

.event-info-item {
    display: flex;
    gap: 14px;
    padding: 18px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    box-shadow: 0 8px 28px rgba(15,23,42,.05);
}

.event-info-item span {
    font-size: 22px;
}

.event-info-item strong {
    display: block;
    color: #111827;
    font-weight: 900;
}

.event-info-item p {
    margin: 3px 0 0;
    color: #6b7280;
    font-size: 13px;
}

.event-buy-main-btn {
    height: 54px;
    padding: 0 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: linear-gradient(135deg, #f2c94c, #f2994a);
    color: #111827;
    font-weight: 900;
    text-decoration: none;
    box-shadow: 0 14px 32px rgba(242,153,74,.25);
}

.event-buy-main-btn:hover {
    color: #111827;
    text-decoration: none;
    transform: translateY(-1px);
}

.event-sticky-buy {
    position: sticky;
    top: 12px;
    z-index: 90;
    width: min(92%, 1320px);
    margin: -28px auto 30px;
    padding: 14px 18px;
    background: rgba(255,255,255,.94);
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    box-shadow: 0 14px 40px rgba(15,23,42,.10);
    backdrop-filter: blur(16px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.event-sticky-buy strong {
    display: block;
    color: #111827;
    font-weight: 900;
    max-width: 760px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.event-sticky-buy span {
    color: #6b7280;
    font-size: 13px;
}

.event-sticky-buy a {
    height: 44px;
    padding: 0 22px;
    border-radius: 999px;
    background: linear-gradient(135deg, #f2c94c, #f2994a);
    color: #111827;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    font-weight: 900;
    white-space: nowrap;
}

.event-timesheet,
.event-buy-panel,
.event-description-card,
.event-team-section {
    margin-top: 50px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 28px;
    padding: 34px;
    box-shadow: 0 14px 45px rgba(15,23,42,.06);
}

.event-section-title {
    margin-bottom: 24px;
}

.event-section-title h2 {
    margin: 8px 0 0;
    color: #111827;
    font-size: 32px;
    font-weight: 900;
}

.event-date-scroll {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    padding-bottom: 8px;
}

.event-date-card {
    min-width: 120px;
    padding: 18px;
    border-radius: 20px;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    text-decoration: none;
    color: #111827;
    text-align: center;
    transition: .2s;
}

.event-date-card:hover {
    background: #fff7db;
    border-color: #d4af37;
}

.event-date-card strong {
    display: block;
    font-size: 30px;
    font-weight: 900;
}

.event-date-card span,
.event-date-card small {
    display: block;
    color: #6b7280;
    font-weight: 700;
}

.ticket-helper {
    margin-bottom: 22px;
    padding: 18px;
    border-radius: 20px;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.ticket-helper strong {
    color: #111827;
    font-weight: 900;
}

.ticket-helper p {
    margin: 5px 0 0;
    color: #6b7280;
}

.ticket-helper__steps {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.ticket-helper__steps span {
    padding: 8px 12px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid #e5e7eb;
    color: #374151;
    font-size: 13px;
    font-weight: 800;
}

.price-legend {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 26px;
}

.price-legend-item {
    border: 1px solid #e5e7eb;
    background: #fff;
    border-radius: 999px;
    padding: 10px 16px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    font-weight: 900;
    color: #111827;
    box-shadow: 0 8px 24px rgba(15,23,42,.05);
    cursor: pointer;
}

.price-legend-item:hover {
    border-color: #d4af37;
    background: #fffaf0;
}

.price-legend-item.active {
    border-color: #d4af37;
    background: #fff7db;
    box-shadow:
            0 0 0 3px rgba(212,175,55,.15),
            0 8px 24px rgba(212,175,55,.18);
    transform: translateY(-1px);
}

.price-legend-item.active i {
    transform: scale(1.15);
}


.price-legend-item i {
    width: 13px;
    height: 13px;
    border-radius: 4px;
    display: inline-block;
}

.scene-wrapper {
    overflow-x: auto;
    padding: 0px;
    border-radius: 24px;
}

.event-description-content {
    color: #374151;
    line-height: 1.9;
    font-size: 16px;
}

.event-description-content img {
    max-width: 100%;
    height: auto;
    border-radius: 18px;
}

.empty-events {
    padding: 34px;
    background: #f9fafb;
    border-radius: 22px;
    border: 1px solid #e5e7eb;
}

.empty-events h3 {
    margin: 0 0 8px;
    color: #111827;
}

.empty-events p {
    margin: 0;
    color: #6b7280;
}

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

    .event-poster-card {
        max-width: 420px;
        margin: 0 auto;
    }

    .event-main-info h1 {
        font-size: 40px;
    }

    .event-info-list {
        grid-template-columns: 1fr;
    }

    .ticket-helper {
        flex-direction: column;
    }
}

@media(max-width: 576px) {
    .event-details-hero {
        padding-top: 115px;
    }

    .event-main-info h1 {
        font-size: 30px;
    }

    .event-timesheet,
    .event-buy-panel,
    .event-description-card,
    .event-team-section {
        padding: 22px;
        border-radius: 22px;
    }

    .event-section-title h2 {
        font-size: 26px;
    }

    .event-sticky-buy {
        bottom: 12px;
        top: auto;
        position: fixed;
        left: 12px;
        right: 12px;
        width: auto;
        margin: 0;
    }

    .event-sticky-buy strong {
        max-width: 180px;
    }
}
.faq-page {
    background: #f8fafc;
    padding: 130px 0 80px;
}

.faq-hero {
    width: min(92%, 1320px);
    margin: 0 auto 46px;
    text-align: center;
}

.faq-hero span {
    color: #b7791f;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.faq-hero h1 {
    color: #111827;
    font-size: 48px;
    font-weight: 900;
    margin: 12px 0;
}

.faq-breadcrumbs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    color: #6b7280;
}

.faq-breadcrumbs a {
    color: #111827;
    text-decoration: none;
    font-weight: 700;
}

.faq-container {
    width: min(92%, 900px);
    margin: 0 auto;
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.faq-item {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    padding: 20px 24px;
    box-shadow: 0 8px 28px rgba(15,23,42,.05);
}

.faq-item summary {
    cursor: pointer;
    color: #111827;
    font-size: 17px;
    font-weight: 900;
}

.faq-item p {
    color: #6b7280;
    line-height: 1.8;
    margin: 14px 0 0;
}

@media(max-width: 576px) {
    .faq-page {
        padding-top: 110px;
    }

    .faq-hero h1 {
        font-size: 34px;
    }

    .faq-item {
        padding: 18px;
    }
}
.terms-page {
    background: #f8fafc;
    padding: 130px 0 80px;
}

.terms-hero {
    width: min(92%, 1320px);
    margin: 0 auto 46px;
    text-align: center;
}

.terms-hero span {
    color: #b7791f;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.terms-hero h1 {
    color: #111827;
    font-size: 48px;
    font-weight: 900;
    margin: 12px 0;
}

.terms-breadcrumbs {
    display: flex;
    justify-content: center;
    gap: 9px;
    color: #6b7280;
}

.terms-breadcrumbs a {
    color: #111827;
    text-decoration: none;
    font-weight: 700;
}

.terms-container {
    width: min(92%, 980px);
    margin: 0 auto;
}

.terms-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 26px;
    padding: 44px;
    box-shadow: 0 14px 45px rgba(15,23,42,.06);
    color: #374151;
    line-height: 1.9;
    font-size: 16px;
}

.terms-card h1,
.terms-card h2,
.terms-card h3,
.terms-card h4 {
    color: #111827;
    font-weight: 900;
    margin-top: 28px;
}

.terms-card p {
    margin-bottom: 16px;
}

.terms-card ul,
.terms-card ol {
    padding-left: 24px;
    margin-bottom: 18px;
}

.terms-card a {
    color: #b7791f;
    font-weight: 800;
}

@media(max-width: 576px) {
    .terms-page {
        padding-top: 110px;
    }

    .terms-hero h1 {
        font-size: 34px;
    }

    .terms-card {
        padding: 24px;
        border-radius: 20px;
    }
}