/* ==========================================================================
   SWAM HOMEPAGE STYLES
   Unified stylesheet for Hero, metrics, speakers, countdown & highlights
   ========================================================================== */

:root {
    --hp-font: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    --hp-navy-dark: #032683;
    --hp-navy-deep: #071538;
    --hp-navy-blue: #0c2662;
    --hp-gold-1: #f7d67f;
    --hp-gold-2: #ddaf4f;
    --hp-gold-gradient: linear-gradient(135deg, #f7d67f 0%, #ddaf4f 100%);
    --hp-glass-bg: rgba(9, 25, 66, 0.58);
    --hp-glass-border: rgba(255, 255, 255, 0.12);
}

body {
    font-family: var(--hp-font);
    color: #ffffff;
    overflow-x: hidden;
}

/* -------------------------------------------------------------
                                                                                                                                                                                                                                                                                                                                                                                                                                                       1. HERO SECTION & BANNER OVERLAY
                                                                                                                                                                                                                                                                                                                                                                                                                                                    ------------------------------------------------------------- */
.hero-master-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: var(--hp-navy-dark);
}

.hero-overlay-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: flex-start;
    z-index: 6;
    pointer-events: none;
    padding: 70px 0 0;
}

.hero-inner-box {
    max-width: 860px;
    text-align: left;
    pointer-events: auto;
}

.hero-top-tag-wrap {
    margin-bottom: 22px;
}

.hero-top-tag {
    display: inline-block;
    padding: 6px 16px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: rgba(255, 255, 255, 0.85);
}

.hero-master-title {
    font-size: clamp(34px, 4.6vw, 62px);
    font-weight: 300;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-shadow: 0 4px 25px rgba(0, 0, 0, 0.4);
}

.text-gold-italic {
    background: var(--hp-gold-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-style: italic;
    font-weight: 500;
    display: inline-block;
}

.hero-master-desc {
    font-size: clamp(14px, 1.3vw, 16px);
    font-weight: 400;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.78);
    max-width: 680px;
    margin-bottom: 34px;
}

.hero-btn-group {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
    flex-wrap: wrap;
}

.hero-btn-gold {
    background: var(--hp-gold-gradient);
    color: #111827 !important;
    font-weight: 700;
    font-size: 13.5px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 13px 26px;
    border-radius: 8px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 6px 20px rgba(221, 175, 79, 0.32);
    transition: all 0.25s ease;
}

.hero-btn-gold:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(221, 175, 79, 0.48);
    color: #000000 !important;
}

.hero-btn-outline {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.28);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: #ffffff !important;
    font-weight: 600;
    font-size: 13.5px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 13px 26px;
    border-radius: 8px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.25s ease;
}

.hero-btn-outline:hover {
    background: rgba(255, 255, 255, 0.16);
    border-color: #ffffff;
    color: #ffffff !important;
    transform: translateY(-2px);
}

/* -------------------------------------------------------------
                                                                                                                                                                                                                                                                                                                       2. METRICS & STATS SECTION (PREMIUM GLASS EFFECT)
                                                                                                                                                                                                                                                                                                                    ------------------------------------------------------------- */
.metrics-section {
    position: relative;
    height: 220px;
    z-index: 8;
}

.metrics-section .container {
    position: relative;
    height: 100%;
}

.metrics-glass-box {
    position: absolute;
    top: -120px;
    left: 12px;
    right: 12px;
    background: rgba(14, 34, 82, 0.42);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 24px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 40px 48px;
    box-shadow: 0 25px 60px rgba(2, 8, 26, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.18);
    z-index: 10;
}

.metrics-left-col {
    min-height: 160px;
}

.metrics-left-title {
    font-family: var(--hp-font);
    font-size: clamp(26px, 2.6vw, 36px);
    font-weight: 300;
    line-height: 1.22;
    color: #ffffff;
    margin-bottom: 24px;
    letter-spacing: -0.01em;
}

.metrics-read-more-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #F4E0B2;
    font-family: var(--hp-font);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.2s ease;
}

.metrics-read-more-link i {
    font-size: 16px;
    transition: transform 0.2s ease;
}

.metrics-read-more-link:hover {
    color: #ffd875;
}

.metrics-read-more-link:hover i {
    transform: translate(2px, -2px);
}

.metrics-stat-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.metrics-stat-number {
    font-family: var(--hp-font);
    font-size: clamp(48px, 4.8vw, 62px);
    font-weight: 800;
    line-height: 1;
    margin-bottom: 8px;
    background: linear-gradient(180deg, #E9C266 0%, #FFEAB9 51%, #E9C266 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    letter-spacing: -0.02em;
}

.metrics-stat-label {
    font-family: var(--hp-font);
    font-size: 12.5px;
    font-weight: 600;
    color: #f7ce74;
    line-height: 1.35;
}

.metrics-inner-divider {
    height: 1px;
    background: rgba(255, 255, 255, 0.14);
    margin: 22px 0 18px;
}

.metrics-right-desc {
    font-family: var(--hp-font);
    font-size: 13.5px;
    font-weight: 300;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.78);
}

/* -------------------------------------------------------------
                                                                                                                                                                                                                                                                           3. VIDEO & "AMPLIFY YOUR PRESENCES" SECTION
                                                                                                                                                                                                                                                                        ------------------------------------------------------------- */
.amplify-section {
    padding: 85px 0 105px;
    position: relative;
    overflow: unset;
    /* overflow-x: hidden; */
}

.amplify-section .container {
    overflow-x: hidden;
}

/* Diffuse Ambient Star Glow in the Center */
.amplify-glow-center {
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
    width: 520px;
    height: 520px;
    pointer-events: none;
    z-index: 1;
}

/* Rotated soft diamond core with smooth blur */
.amplify-glow-center::before {
    content: '';
    position: absolute;
    inset: 0;
    margin: auto;
    width: 340px;
    height: 340px;
    background: radial-gradient(circle, rgba(191, 219, 254, 0.72) 0%, rgba(96, 165, 250, 0.45) 28%, rgba(37, 99, 235, 0.18) 55%, transparent 75%);
    transform: rotate(45deg);
    border-radius: 26%;
    filter: blur(48px);
}

/* Horizontal beam of diffuse star */
.amplify-glow-center::after {
    content: '';
    position: absolute;
    inset: 0;
    margin: auto;
    width: 480px;
    height: 180px;
    background: radial-gradient(ellipse, rgba(219, 234, 254, 0.6) 0%, rgba(96, 165, 250, 0.35) 40%, rgba(3, 38, 131, 0) 70%);
    filter: blur(45px);
}

/* Vertical beam of diffuse star */
.amplify-glow-center-v {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 180px;
    height: 480px;
    background: radial-gradient(ellipse, rgba(219, 234, 254, 0.6) 0%, rgba(96, 165, 250, 0.35) 40%, rgba(3, 38, 131, 0) 70%);
    filter: blur(45px);
}

/* Soft Ambient Glow Bottom Left */
.amplify-glow-left {
    position: absolute;
    width: 520px;
    height: 520px;
    left: -80px;
    bottom: -100px;
    background: radial-gradient(circle, rgba(147, 197, 253, 0.35) 0%, rgba(59, 130, 246, 0.2) 35%, rgba(3, 38, 131, 0) 70%);
    filter: blur(75px);
    pointer-events: none;
    z-index: 1;
}

/* Soft Ambient Glow Bottom Right */
.amplify-glow-right {
    position: absolute;
    width: 580px;
    height: 580px;
    right: 0px;
    bottom: -100px;
    background: radial-gradient(circle, rgba(147, 197, 253, 0.3) 0%, rgba(59, 130, 246, 0.18) 40%, rgba(3, 38, 131, 0) 70%);
    filter: blur(80px);
    pointer-events: none;
    z-index: 1;
}

.amplify-section .container {
    position: relative;
    z-index: 2;
}

.amplify-video-card {
    border-radius: 20px;
    overflow: hidden;
    background: #000;
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 25px 55px rgba(0, 0, 0, 0.5), 0 0 45px rgba(255, 255, 255, 0.08);
    aspect-ratio: 16/9;
    position: relative;
}

.amplify-video-card iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.amplify-content-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 36px;
}

.amplify-main-title {
    font-family: var(--hp-font);
    font-size: clamp(32px, 3.6vw, 46px);
    font-weight: 300;
    color: #ffffff;
    line-height: 1.18;
    margin-bottom: 36px;
    letter-spacing: -0.01em;
}

.amplify-item-block {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.amplify-item-title {
    font-family: var(--hp-font);
    font-size: 17px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 8px;
    letter-spacing: 0.01em;
}

.amplify-item-desc {
    font-family: var(--hp-font);
    font-size: 15px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.6;
    margin: 0;
}

/* -------------------------------------------------------------
                                                                                                                                                                                                                                                                               4. "OUR NEXT EVENT:" ACCORDION / SHOWCASE SECTION
                                                                                                                                                                                                                                                                            ------------------------------------------------------------- */
.events-showcase-section {
    padding: 75px 0 0px;
    position: relative;
    overflow: hidden;
}

.events-section-title {
    font-size: clamp(28px, 3.2vw, 40px);
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    margin-bottom: 44px;
    letter-spacing: -0.01em;
    font-family: var(--hp-font);
}

.events-acc-container {
    display: flex;
    min-height: 630px;
    height: 630px;
    margin: 0 auto;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.45);
    background: #060e22;
}

.event-acc-card {
    position: relative;
    flex: 1;
    cursor: pointer;
    overflow: hidden;
    transition: flex 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    display: flex;
    flex-direction: column;
}

.event-acc-card.active {
    flex: 3.6;
    cursor: default;
}

/* Card theme gradients for collapsed state (fallback) */
.theme-gold {
    background: linear-gradient(180deg, #D98808 0%, #7A3600 100%);
}

.theme-purple {
    background: linear-gradient(180deg, #3A1078 0%, #150630 100%);
}

.theme-orange {
    background: linear-gradient(180deg, #B53820 0%, #4D1205 100%);
}

.theme-blue {
    background: linear-gradient(180deg, #0958D9 0%, #001D66 100%);
}

/* Background image for poster - samar-samar blurry glass effect when collapsed, clear when active */
.event-acc-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 0.45;
    filter: blur(22px) saturate(1.35) brightness(0.85);
    transform: scale(1.3);
    transition: filter 0.65s cubic-bezier(0.25, 1, 0.35, 1), transform 0.65s cubic-bezier(0.25, 1, 0.35, 1), opacity 0.5s ease;
    z-index: 1;
    pointer-events: none;
}

.event-acc-card.active .event-acc-bg {
    opacity: 1;
    filter: blur(0px) saturate(1) brightness(1);
    transform: scale(1);
}

.event-acc-card.active:hover .event-acc-bg {
    transform: scale(1.02);
}

.event-acc-poster-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(5, 5, 15, 0.35) 60%, rgba(5, 5, 15, 0.65) 100%);
    z-index: 2;
    opacity: 0.85;
    transition: opacity 0.45s ease, background 0.45s ease;
    pointer-events: none;
}

.event-acc-card.active .event-acc-poster-overlay {
    opacity: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.05) 40%, rgba(10, 4, 18, 0.82) 100%);
}

/* Active Expanded Content */
.event-acc-expanded {
    position: absolute;
    inset: 0;
    padding: 32px 36px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 5;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.45s ease 0.1s;
}

.event-acc-card.active .event-acc-expanded {
    opacity: 1;
    pointer-events: auto;
}

.event-acc-badge-pill {
    align-self: flex-start;
    padding: 6px 18px;
    border-radius: 999px;
    background: rgba(25, 15, 25, 0.55);
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    color: rgba(255, 255, 255, 0.95);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.03em;
}

/* Bottom Floating Glass Card in Active State */
.event-acc-glass-card {
    display: inline-flex;
    align-items: center;
    background: rgba(20, 15, 30, 0.7);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 14px;
    padding: 16px 24px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.45);
    max-width: 540px;
    width: fit-content;
}

.event-acc-glass-info {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding-right: 22px;
    border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.event-acc-info-row {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.92);
    font-size: 13px;
    font-weight: 400;
    white-space: nowrap;
}

.event-acc-info-row i {
    color: #F0C068;
    font-size: 15px;
}

.event-acc-glass-action {
    padding-left: 22px;
}

.event-acc-register-btn {
    background: linear-gradient(135deg, #F0C068 0%, #D49838 100%);
    color: #1a1a1a !important;
    font-weight: 700;
    font-size: 12.5px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    box-shadow: 0 4px 16px rgba(212, 152, 56, 0.35);
    transition: all 0.25s ease;
}

.event-acc-register-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 22px rgba(212, 152, 56, 0.55);
    color: #000000 !important;
}

/* Collapsed Column State */
.event-acc-collapsed {
    position: absolute;
    inset: 0;
    padding: 32px 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 4;
    opacity: 1;
    transition: opacity 0.35s ease;
    pointer-events: none;
}

.event-acc-card.active .event-acc-collapsed {
    opacity: 0;
    pointer-events: none;
}

.event-acc-collapsed-top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.event-acc-collapsed-date {
    font-size: 13px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 8px;
    white-space: nowrap;
}

.event-acc-collapsed-title {
    font-size: clamp(20px, 1.8vw, 28px);
    font-weight: 500;
    color: #ffffff;
    line-height: 1.18;
    margin-bottom: 22px;
    word-break: break-word;
}

.event-acc-collapsed-more {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: rgba(255, 255, 255, 0.95);
    text-transform: uppercase;
}

.event-acc-collapsed-bottom {
    font-size: 22px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1;
    display: flex;
    align-items: center;
}

/* -------------------------------------------------------------
                                                                                                                                                                                                                                                                               5. "IMMERSIVE & GLORIOUS EVENTS" GALLERY SECTION
                                                                                                                                                                                                                                                                            ------------------------------------------------------------- */
.gallery-showcase-section {
    padding: 90px 0 100px;
    background: #ffffff;
    color: #0f1e36;
}

.gallery-flex-wrapper {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}

.gallery-col-left {
    flex: 1 1 26%;
    height: 540px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.gallery-main-title {
    font-family: var(--hp-font);
    font-size: clamp(28px, 2.6vw, 36px);
    font-weight: 500;
    line-height: 1.15;
    color: #0c2552;
    letter-spacing: -0.015em;
    margin: 0;
}

.gallery-photo-card {
    border-radius: 14px;
    overflow: hidden;
    background: #e2e8f0;
    position: relative;
    box-shadow: 0 6px 20px rgba(12, 37, 82, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery-photo-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(12, 37, 82, 0.14);
}

.gallery-photo-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.gallery-card-col1 {
    width: 100%;
    height: 380px;
    border-radius: 14px;
}

.gallery-col-center {
    flex: 1.45 1 38%;
    height: 540px;
}

.gallery-card-col2 {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    box-shadow: 0 12px 32px rgba(12, 37, 82, 0.12);
}

.gallery-col-right {
    flex: 1.25 1 32%;
    height: 540px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.gallery-mini-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    width: 100%;
}

.gallery-mini-item {
    width: 100%;
    aspect-ratio: 1 / 1;
    height: auto;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 14px rgba(12, 37, 82, 0.06);
}

.gallery-mini-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.gallery-desc-text {
    font-family: var(--hp-font);
    font-size: 13.5px;
    line-height: 1.6;
    color: #334155;
    margin: 14px 0 16px;
}

.gallery-cta-btn {
    background: transparent;
    color: #0c2552 !important;
    border: 1.5px solid #0c2552;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 10px 26px;
    border-radius: 8px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    transition: all 0.25s ease;
}

.gallery-cta-btn:hover {
    background: #0c2552;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(12, 37, 82, 0.25);
}

@media (max-width: 991px) {
    .gallery-flex-wrapper {
        flex-direction: column;
        gap: 32px;
    }

    .gallery-col-left,
    .gallery-col-center,
    .gallery-col-right {
        width: 100%;
        max-width: 100%;
        height: auto;
        flex: auto;
    }

    .gallery-card-col1 {
        height: 320px;
        margin-top: 18px;
    }

    .gallery-card-col2 {
        height: 440px;
    }

    .gallery-mini-item {
        aspect-ratio: 1 / 1;
        height: auto;
    }
}

/* -------------------------------------------------------------
                                                                                                                                                                                                                                                                           6. "EVERYTHING YOU NEED TO KNOW" FAQ SECTION
                                                                                                                                                                                                                                                                        ------------------------------------------------------------- */
.faq-showcase-section {
    padding: 100px 0 130px;
    position: relative;
    overflow: hidden;
}

/* Background image */
.faq-showcase-section::before {
    content: '';
    position: absolute;
    inset: 0;

    background-image: url('../../../../assets/images/home/faq/background.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    mix-blend-mode: soft-light;
    /* opacity: 0.35; */

    z-index: 0;
}

/* Blue + radial overlay */
.faq-showcase-section::after {
    content: '';
    position: absolute;
    inset: 0;

    background:
        radial-gradient(circle at center,
            rgba(0, 72, 200, 0.25) 0%,
            rgba(0, 35, 140, 0.65) 55%,
            rgba(0, 25, 100, 0.9) 100%);

    z-index: 1;
    pointer-events: none;
}

/* Content */
.faq-showcase-section>* {
    position: relative;
    z-index: 2;
}

.faq-showcase-section .container {
    position: relative;
    z-index: 2;
}

.faq-main-title {
    font-family: var(--hp-font);
    font-size: clamp(32px, 3.8vw, 48px);
    font-weight: 300;
    color: #ffffff;
    text-align: center;
    line-height: 1.18;
    letter-spacing: -0.01em;
    margin-bottom: 12px;
}

.faq-subtitle {
    font-family: var(--hp-font);
    font-size: 14.5px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.72);
    text-align: center;
    margin-bottom: 50px;
}

.faq-accordion-wrap {
    max-width: 920px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.faq-item-card {
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 12px;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item-card:hover {
    border-color: rgba(255, 255, 255, 0.28);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0.06) 100%);
}

.faq-question-btn {
    width: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0.06) 100%);
    border: none;
    padding: 18px 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    text-align: left;
    cursor: pointer;
    font-family: var(--hp-font);
    transition: background 0.3s ease;
}

.faq-toggle-icon {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.85);
    transition: transform 0.3s ease;
    min-width: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.faq-item-card.open {
    border-color: rgba(255, 255, 255, 0.28);
}

.faq-item-card.open .faq-question-btn {
    background: linear-gradient(90deg, rgba(235, 232, 224, 0.5) 0%, rgba(235, 232, 224, 0) 50%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.faq-item-card.open .faq-toggle-icon {
    transform: rotate(180deg);
}

.faq-answer-box {
    display: none;
    padding: 20px 28px 24px;
    color: rgba(255, 255, 255, 0.85);
    font-size: 14px;
    font-weight: 300;
    line-height: 1.7;
    font-family: var(--hp-font);
}

.faq-item-card.open .faq-answer-box {
    display: block;
    background: transparent;
}

@media (max-width: 991px) {
    .hero-overlay-content {
        padding: 45px 0 0;
    }

    .hero-master-title {
        font-size: clamp(28px, 6vw, 46px);
    }

    .hero-master-desc {
        font-size: 14px;
        margin-bottom: 24px;
    }

    .metrics-section {
        height: auto !important;
        padding: 30px 0 50px !important;
    }

    .metrics-glass-box {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        margin-top: 0 !important;
        padding: 30px 24px;
        border-radius: 20px;
    }

    .metrics-left-col {
        min-height: auto;
        margin-bottom: 8px;
    }

    .metrics-left-title {
        font-size: 22px;
        margin-bottom: 14px;
    }

    .metrics-stat-number {
        font-size: clamp(32px, 5vw, 44px);
    }

    .events-acc-container {
        flex-direction: column;
        height: auto;
        min-height: auto;
    }

    .event-acc-card {
        min-height: 110px;
        flex: none;
    }

    .event-acc-card.active {
        min-height: 480px;
        flex: none;
    }

    .event-acc-glass-card {
        max-width: 100%;
        width: 100%;
        flex-direction: column;
        align-items: stretch;
        gap: 14px;
    }

    .event-acc-glass-info {
        padding-right: 0;
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
        padding-bottom: 12px;
    }

    .event-acc-glass-action {
        padding-left: 0;
    }

    .event-acc-register-btn {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .event-acc-collapsed {
        flex-direction: row;
        align-items: center;
        padding: 22px 24px;
    }

    .event-acc-collapsed-top {
        flex-direction: column;
    }

    .event-acc-collapsed-title {
        margin-bottom: 4px;
        font-size: 20px;
    }

    .gallery-card-tall,
    .gallery-card-medium {
        height: 280px;
        margin-bottom: 20px;
    }

    .amplify-content-col {
        padding-left: 0;
        margin-top: 30px;
    }
}

@media (max-width: 768px) {
    .hero-overlay-content {
        padding: 30px 0 0;
    }

    .hero-inner-box {
        max-width: 100%;
    }

    .hero-top-tag-wrap {
        margin-bottom: 14px;
    }

    .hero-top-tag {
        font-size: 11px;
        padding: 5px 12px;
    }

    .hero-master-title {
        font-size: clamp(24px, 6.5vw, 36px);
        line-height: 1.15;
        margin-bottom: 14px;
    }

    .hero-master-desc {
        font-size: 13px;
        line-height: 1.55;
        margin-bottom: 20px;
    }

    .hero-btn-group {
        gap: 10px;
        flex-direction: column;
        align-items: stretch;
    }

    .hero-btn-gold,
    .hero-btn-outline {
        width: 100%;
        justify-content: center;
        padding: 11px 20px;
        font-size: 13px;
    }

    .metrics-section {
        height: auto !important;
        padding: 20px 0 40px !important;
    }

    .metrics-glass-box {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        margin-top: 0 !important;
        padding: 22px 18px;
        border-radius: 16px;
    }

    .metrics-left-title {
        font-size: 19px;
        line-height: 1.25;
        margin-bottom: 12px;
    }

    .metrics-stat-number {
        font-size: 32px;
    }

    .metrics-stat-label {
        font-size: 11.5px;
    }

    .metrics-right-desc {
        font-size: 12.5px;
        line-height: 1.55;
    }

    .event-acc-card.active {
        min-height: 440px;
    }

    .gallery-main-title,
    .amplify-main-title,
    .events-section-title,
    .faq-main-title {
        font-size: 26px;
    }

    .amplify-glow-center {
        width: 320px;
        height: 320px;
    }

    .amplify-glow-center::before {
        width: 220px;
        height: 220px;
        filter: blur(35px);
    }

    .amplify-glow-center::after {
        width: 300px;
        height: 120px;
        filter: blur(32px);
    }

    .amplify-glow-center-v {
        width: 120px;
        height: 300px;
        filter: blur(32px);
    }

    .amplify-glow-left {
        width: 320px;
        height: 320px;
        left: -60px;
        bottom: -60px;
    }
}


/* ==========================================================================
   HOMEPAGE BANNER SLIDER & PROMO POPUP COMPONENTS
   ========================================================================== */

.banner-slider-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 0;
    background: #032683;
}

.banner-slider-shell {
    position: relative;
    width: 100%;
    min-height: clamp(640px, 63vw, 840px);
}

.banner-slider {
    position: relative;
    width: 100%;
    min-height: inherit;
}

.banner-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transform: scale(1.02);
    transition: opacity .8s cubic-bezier(0.4, 0, 0.2, 1), transform .8s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
    display: block;
}

.banner-slide.active {
    opacity: 1;
    transform: scale(1);
    pointer-events: auto;
    z-index: 2;
}

.banner-image-wrap {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.banner-image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center right;
    filter: brightness(0.75) contrast(1.1);
}

.banner-image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #032683 0%, rgba(6, 34, 104, 0.88) 58%, rgba(2, 14, 45, 0.6) 82%, rgba(0, 39, 137, 0.35) 100%);
}

.banner-image-overlay::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, #032683 0%, rgba(6, 34, 104, 1) 30%, rgba(2, 14, 45, 0.1) 50%, rgba(0, 39, 137, 0) 100%);
}

.banner-slide .hero-overlay-content {
    position: relative;
    min-height: clamp(660px, 63vw, 840px);
    display: flex;
    align-items: center;
    z-index: 5;
    padding: 90px 0 160px;
}

.banner-dots {
    position: absolute;
    bottom: 150px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 8px;
    z-index: 6;
    padding: 6px 14px;
    border-radius: 999px;
    background: rgba(7, 18, 45, 0.6);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.banner-dots .dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    border: none;
    background: rgba(255, 255, 255, 0.35);
    cursor: pointer;
    padding: 0;
    transition: all .3s cubic-bezier(0.4, 0, 0.2, 1);
}

.banner-dots .dot.active {
    width: 32px;
    background: linear-gradient(90deg, #f7d67f 0%, #ddaf4f 100%);
    box-shadow: 0 0 10px rgba(247, 214, 127, 0.5);
}

.banner-dots .dot:hover {
    background: rgba(255, 255, 255, 0.7);
}

@media (max-width: 991px) {

    .banner-slider-shell,
    .banner-slide .hero-overlay-content {
        min-height: 580px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .banner-dots {
        bottom: 24px;
        gap: 6px;
        padding: 5px 12px;
    }
}

@media (max-width: 768px) {

    .banner-slider-shell,
    .banner-slide .hero-overlay-content {
        min-height: 520px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .banner-dots {
        bottom: 18px;
        gap: 6px;
        padding: 4px 10px;
    }

    .banner-dots .dot {
        width: 8px;
        height: 8px;
    }

    .banner-dots .dot.active {
        width: 22px;
    }
}

/* Promo Banner Modal Styles */
.promo-banner-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9000000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.promo-banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(4px);
}

.promo-banner-content {
    position: relative;
    z-index: 10000;
    width: 500px;
    max-width: 90%;
    border-radius: 15px !important;
    overflow: visible;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    animation: promoBannerFadeIn 0.3s ease-out;
}

@keyframes promoBannerFadeIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.promo-banner-close {
    position: absolute;
    top: -15px;
    right: -15px;
    z-index: 10001;
    background: #fff;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    font-size: 19px;
    line-height: 1;
    border: none;
}

.promo-banner-close:hover {
    background: #f0f0f0;
    transform: scale(1.05);
}

.promo-banner-image-container {
    position: relative;
    width: 100%;
}

.promo-banner-image {
    width: 100%;
    height: auto;
    border-radius: 15px !important;
    display: block;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .promo-banner-content {
        width: 400px;
        max-width: 85%;
    }

    .promo-banner-close {
        width: 36px;
        height: 36px;
        top: -15px;
        right: -15px;
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .promo-banner-content {
        width: 320px;
        max-width: 90%;
        border-radius: 15px !important;
    }

    .promo-banner-close {
        width: 32px;
        height: 32px;
        top: -15px;
        right: -15px;
        font-size: 18px;
    }
}