/* ===============================================
   RoyalPurple-BalaKutaK Theme - "AURORA LUXE"
   A Completely New Layout & Aesthetic Identity
   Features: Glassmorphism, Organic Curves, Bento Grid,
             Floating Orbs, Rose Gold Accents
   =============================================== */

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&family=Outfit:wght@400;500;600;700;800;900&display=swap');

:root {
    --p-dark: #1a0a2e;
    --p-mid: #2d1b4e;
    --p-emerald: #251545;
    --gold: #c084fc;
    --gold-light: #e0b3ff;
    --gold-dark: #9333ea;
    --rose: #f472b6;
    --rose-light: #fbcfe8;
    --rose-dark: #db2777;
    --bg-silk: #faf5ff;
    --text-main: #1e1b2e;
    --border-gold: 1px solid rgba(192, 132, 252, 0.25);
    --shadow-soft: 0 20px 50px rgba(26, 10, 46, 0.06);
    --shadow-glow: 0 8px 32px rgba(147, 51, 234, 0.15);
    --gold-rgb: 192, 132, 252;
    --glass-bg: rgba(255, 255, 255, 0.7);
    --glass-border: rgba(255, 255, 255, 0.5);
    --radius-xl: 24px;
    --radius-2xl: 32px;
}

/* ========= GLOBAL REFINEMENTS ========= */
body.theme-royal-purple-balakutak {
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: var(--text-main);
    background-color: var(--bg-silk);
    letter-spacing: -0.01em;
}

body.theme-royal-purple-balakutak h1,
body.theme-royal-purple-balakutak h2,
body.theme-royal-purple-balakutak h3,
body.theme-royal-purple-balakutak h4,
body.theme-royal-purple-balakutak h5,
body.theme-royal-purple-balakutak h6 {
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
}

/* ========= TOP MENU (Frosted Ribbon Style) ========= */
.theme-royal-purple-balakutak .top-menu-wrapper {
    background: linear-gradient(135deg, #1a0a2e 0%, #2d1b4e 50%, #1a0a2e 100%) !important;
    border: none !important;
    padding: 0.45rem 0;
    box-shadow: 0 4px 20px rgba(26, 10, 46, 0.5), inset 0 -1px 0 rgba(192, 132, 252, 0.1) !important;
    border-bottom: 1px solid rgba(192, 132, 252, 0.15) !important;
}

.theme-royal-purple-balakutak .top-menu-link {
    font-size: 0.75rem !important;
    font-weight: 500 !important;
    letter-spacing: 1.2px !important;
    color: rgba(224, 179, 255, 0.85) !important;
    transition: all 0.3s ease !important;
}

.theme-royal-purple-balakutak .top-menu-link:hover {
    color: #f472b6 !important;
    text-shadow: 0 0 12px rgba(244, 114, 182, 0.4) !important;
}

.theme-royal-purple-balakutak .top-menu-link::after {
    background: linear-gradient(90deg, var(--rose), var(--gold)) !important;
    box-shadow: 0 0 10px rgba(244, 114, 182, 0.5) !important;
}

.theme-royal-purple-balakutak .top-menu-icon {
    color: var(--rose) !important;
    filter: drop-shadow(0 0 5px rgba(244, 114, 182, 0.4)) !important;
}

.theme-royal-purple-balakutak .top-menu-link:hover .top-menu-icon {
    color: var(--gold-light) !important;
    filter: drop-shadow(0 0 8px rgba(224, 179, 255, 0.6)) !important;
}

.theme-royal-purple-balakutak .top-btn {
    background-color: rgba(192, 132, 252, 0.08) !important;
    color: rgba(224, 179, 255, 0.9) !important;
    border: 1px solid rgba(192, 132, 252, 0.15) !important;
}

.theme-royal-purple-balakutak .top-btn:hover {
    background: var(--rose) !important;
    color: #fff !important;
    border-color: var(--rose) !important;
    box-shadow: 0 5px 15px rgba(244, 114, 182, 0.3) !important;
}

.theme-royal-purple-balakutak .top-btn-utility {
    color: rgba(224, 179, 255, 0.7) !important;
    border-color: rgba(192, 132, 252, 0.15) !important;
    background: rgba(192, 132, 252, 0.05) !important;
}

.theme-royal-purple-balakutak .top-btn-utility:hover {
    background: rgba(244, 114, 182, 0.15) !important;
    color: var(--rose) !important;
    border-color: var(--rose) !important;
}

.theme-royal-purple-balakutak .btn-exclusive {
    background: linear-gradient(135deg, var(--rose) 0%, var(--gold) 100%) !important;
    color: #fff !important;
    border: none !important;
    box-shadow: 0 4px 15px rgba(244, 114, 182, 0.25) !important;
}

.theme-royal-purple-balakutak .btn-exclusive:hover {
    box-shadow: 0 8px 25px rgba(244, 114, 182, 0.4) !important;
    color: #fff !important;
}

/* ========= NAVBAR (Glassmorphism Floating) ========= */
.theme-royal-purple-balakutak #main-navbar.elegant-navbar {
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    padding: 0.9rem 0;
    border: none !important;
    border-bottom: 1px solid rgba(192, 132, 252, 0.08) !important;
    box-shadow: 0 8px 32px rgba(26, 10, 46, 0.06) !important;
    transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    z-index: 1040 !important;
}

.theme-royal-purple-balakutak .dropdown-menu {
    z-index: 9999 !important;
}

.theme-royal-purple-balakutak #main-navbar.elegant-navbar.scrolled {
    padding: 0.55rem 0;
    background: rgba(255, 255, 255, 0.92) !important;
    box-shadow: 0 12px 40px rgba(26, 10, 46, 0.1) !important;
}

.theme-royal-purple-balakutak .elegant-brand-title {
    background: linear-gradient(135deg, #1a0a2e 0%, #7c3aed 50%, #c084fc 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    letter-spacing: -0.5px;
    font-size: 1.4rem;
}

.theme-royal-purple-balakutak .elegant-brand-subtitle {
    background: linear-gradient(90deg, #4b5563, #9333ea) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
}

.theme-royal-purple-balakutak .main-nav-link {
    font-weight: 600 !important;
    color: #3b2e58 !important;
    text-transform: none !important;
    font-size: 0.95rem !important;
    letter-spacing: 0.2px;
    margin: 0 3px;
    border-radius: 50px;
    padding: 0.5rem 1.1rem !important;
    transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1) !important;
}

.theme-royal-purple-balakutak .main-nav-link:hover,
.theme-royal-purple-balakutak .main-nav-link.active {
    color: var(--gold-dark) !important;
    background: rgba(192, 132, 252, 0.08) !important;
}

.theme-royal-purple-balakutak .main-nav-link::before {
    display: none !important;
}

.theme-royal-purple-balakutak .main-nav-link.active {
    background: linear-gradient(135deg, rgba(192, 132, 252, 0.12), rgba(244, 114, 182, 0.08)) !important;
    box-shadow: 0 2px 12px rgba(192, 132, 252, 0.12) !important;
}

.theme-royal-purple-balakutak .elegant-dropdown {
    border-radius: 18px !important;
    border: 1px solid rgba(192, 132, 252, 0.1) !important;
    box-shadow: 0 20px 50px rgba(26, 10, 46, 0.12) !important;
    backdrop-filter: blur(15px);
    background: rgba(255, 255, 255, 0.95) !important;
    padding: 0.5rem !important;
}

.theme-royal-purple-balakutak .elegant-dropdown-item {
    border-radius: 12px !important;
    margin: 2px 0 !important;
}

.theme-royal-purple-balakutak .elegant-dropdown-item:hover {
    background: rgba(192, 132, 252, 0.08) !important;
    color: var(--gold-dark) !important;
    padding-left: 1.8rem;
}

/* ========= ANNOUNCEMENT BAR ========= */
.theme-royal-purple-balakutak .elegant-announcement-bar {
    border: none !important;
    background: linear-gradient(135deg, #faf5ff 0%, #fdf2f8 100%) !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

/* ========= HERO SECTION (Layered Gradient with Orbs) ========= */
.theme-royal-purple-balakutak .hero-swiper {
    height: 88vh !important;
}

.theme-royal-purple-balakutak .hero-slide {
    height: 88vh !important;
    background-position: center !important;
}

.theme-royal-purple-balakutak .hero-title {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(2.2rem, 5vw, 3.8rem);
    line-height: 1.15;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.35);
    font-weight: 800;
    letter-spacing: -1px;
}

.theme-royal-purple-balakutak .hero-subtitle {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 400;
    letter-spacing: 0.3px;
}

.theme-royal-purple-balakutak .default-hero {
    background: linear-gradient(160deg, #1a0a2e 0%, #2d1b4e 30%, #4c1d95 60%, #7c3aed 85%, #1a0a2e 100%) !important;
    min-height: 80vh !important;
}

.theme-royal-purple-balakutak .hero-blob {
    border-radius: 50%;
    position: absolute;
    filter: blur(80px);
    opacity: 0.25;
    animation: blobPulse 8s ease-in-out infinite;
}

.theme-royal-purple-balakutak .hero-blob-1 {
    width: 400px; height: 400px;
    background: radial-gradient(circle, var(--rose) 0%, transparent 70%);
    top: 10%; left: -5%;
}

.theme-royal-purple-balakutak .hero-blob-2 {
    width: 350px; height: 350px;
    background: radial-gradient(circle, var(--gold) 0%, transparent 70%);
    bottom: 10%; right: -5%;
    animation-delay: -3s;
}

.theme-royal-purple-balakutak .hero-blob-3 {
    width: 250px; height: 250px;
    background: radial-gradient(circle, #818cf8 0%, transparent 70%);
    top: 50%; left: 40%;
    animation-delay: -5s;
}

@keyframes blobPulse {
    0%, 100% { transform: scale(1) translate(0, 0); }
    33% { transform: scale(1.1) translate(15px, -10px); }
    66% { transform: scale(0.95) translate(-10px, 15px); }
}

.theme-royal-purple-balakutak .floating-icon {
    color: rgba(192, 132, 252, 0.15) !important;
}

.theme-royal-purple-balakutak .hero-logo-premium {
    filter: drop-shadow(0 4px 20px rgba(192, 132, 252, 0.4));
}

.theme-royal-purple-balakutak .hero-divider-premium {
    background: linear-gradient(90deg, transparent, var(--rose), var(--gold), transparent) !important;
    height: 2px;
    width: 120px;
}

/* Swiper Premium - Dot Pills */
.theme-royal-purple-balakutak .hero-swiper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    opacity: 1;
    border: 2px solid rgba(255, 255, 255, 0.3);
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.theme-royal-purple-balakutak .hero-swiper .swiper-pagination-bullet-active {
    width: 40px;
    border-radius: 20px;
    background: linear-gradient(135deg, var(--rose) 0%, var(--gold) 100%) !important;
    border-color: transparent;
    box-shadow: 0 4px 15px rgba(244, 114, 182, 0.4);
}

.theme-royal-purple-balakutak .hero-swiper .swiper-button-next,
.theme-royal-purple-balakutak .hero-swiper .swiper-button-prev {
    color: #fff !important;
    width: 54px;
    height: 54px;
    background: rgba(26, 10, 46, 0.25);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.theme-royal-purple-balakutak .hero-swiper .swiper-button-next:hover,
.theme-royal-purple-balakutak .hero-swiper .swiper-button-prev:hover {
    background: linear-gradient(135deg, var(--gold-dark), var(--rose-dark));
    border-color: transparent;
    box-shadow: 0 8px 25px rgba(147, 51, 234, 0.4);
    transform: scale(1.08);
}

.theme-royal-purple-balakutak .hero-swiper .swiper-button-next:after,
.theme-royal-purple-balakutak .hero-swiper .swiper-button-prev:after {
    font-size: 1.1rem;
    font-weight: 700;
}

/* ========= BUTTONS (Pill-shaped, Gradient) ========= */
.theme-royal-purple-balakutak .btn-primary {
    background: linear-gradient(135deg, var(--gold-dark) 0%, var(--rose-dark) 100%) !important;
    border: none !important;
    border-radius: 50px !important;
    text-transform: none;
    font-weight: 700;
    letter-spacing: 0.3px;
    padding: 0.85rem 2.2rem !important;
    box-shadow: 0 8px 25px rgba(147, 51, 234, 0.35) !important;
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.theme-royal-purple-balakutak .btn-primary:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 14px 35px rgba(147, 51, 234, 0.5) !important;
}

.theme-royal-purple-balakutak .btn-outline-primary {
    border-color: var(--gold) !important;
    color: var(--gold-dark) !important;
    border-radius: 50px !important;
    border-width: 2px !important;
}

.theme-royal-purple-balakutak .btn-outline-primary:hover {
    background: linear-gradient(135deg, var(--gold-dark), var(--rose-dark)) !important;
    color: #fff !important;
    border-color: transparent !important;
}

.theme-royal-purple-balakutak .btn-outline-light {
    border-radius: 50px !important;
    border-width: 2px !important;
}

.theme-royal-purple-balakutak .text-primary {
    color: var(--gold-dark) !important;
}

/* ========= STATS BAR (Glass Cards Row) ========= */
.theme-royal-purple-balakutak .stats-bar {
    background: linear-gradient(135deg, #1a0a2e 0%, #2d1b4e 50%, #4c1d95 100%) !important;
    padding: 2.5rem 0 !important;
    position: relative;
    overflow: hidden;
}

.theme-royal-purple-balakutak .stats-bar::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 20% 50%, rgba(192, 132, 252, 0.15) 0%, transparent 50%),
                radial-gradient(ellipse at 80% 50%, rgba(244, 114, 182, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.theme-royal-purple-balakutak .stats-bar-decorative {
    display: none !important;
}

.theme-royal-purple-balakutak .stats-bar-blob {
    display: none !important;
}

.theme-royal-purple-balakutak .stat-item {
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 1.5rem 1rem !important;
    margin: 0 0.5rem;
    transition: all 0.4s ease;
}

@media (min-width: 768px) {
    .theme-royal-purple-balakutak .stats-bar .row {
        flex-wrap: nowrap !important;
    }
    .theme-royal-purple-balakutak .stat-item {
        flex: 1 1 0px !important;
        max-width: 100% !important;
        width: auto !important;
        margin: 0 0.5rem !important;
    }
}

.theme-royal-purple-balakutak .stat-item:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(192, 132, 252, 0.25);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(192, 132, 252, 0.15);
}

.theme-royal-purple-balakutak .stat-number {
    font-size: 2rem;
    font-family: 'Outfit', sans-serif;
    letter-spacing: -1px;
    font-weight: 800;
    background: linear-gradient(135deg, var(--gold-light), var(--rose-light));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.theme-royal-purple-balakutak .stat-label {
    font-size: .72rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 500;
    margin-top: 4px;
}

/* ========= GREETING SECTION (Card-based) ========= */
.theme-royal-purple-balakutak .section-greeting {
    background: linear-gradient(180deg, var(--bg-silk) 0%, #f3e8ff 50%, var(--bg-silk) 100%);
}

.theme-royal-purple-balakutak .section-badge {
    background: linear-gradient(135deg, rgba(192, 132, 252, 0.1), rgba(244, 114, 182, 0.08)) !important;
    color: var(--gold-dark) !important;
    padding: 8px 18px !important;
    border: none !important;
    border-radius: 50px !important;
    font-weight: 700 !important;
    font-size: 0.82rem !important;
    display: inline-flex !important;
    align-items: center;
}

.theme-royal-purple-balakutak .section-title {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(1.5rem, 3vw, 2.2rem);
    color: var(--p-dark);
    letter-spacing: -0.5px;
}

.theme-royal-purple-balakutak .section-greeting .ratio {
    border-radius: var(--radius-xl) !important;
    box-shadow: var(--shadow-glow) !important;
    border: 3px solid rgba(192, 132, 252, 0.15);
}

/* ========= NEWS SECTION (Asymmetric Bento Grid) ========= */
.theme-royal-purple-balakutak .section-news {
    background: var(--bg-silk);
}

.theme-royal-purple-balakutak .header-accent-line {
    width: 40px;
    height: 3px;
    border-radius: 10px;
    background: linear-gradient(90deg, var(--gold-dark), var(--rose)) !important;
}

.theme-royal-purple-balakutak .bg-theme-accent {
    background: linear-gradient(135deg, var(--gold-dark), var(--rose)) !important;
}

.theme-royal-purple-balakutak .text-theme-accent {
    color: var(--gold-dark) !important;
}

.theme-royal-purple-balakutak .bg-theme-dark {
    background: var(--p-dark) !important;
}

.theme-royal-purple-balakutak .display-5 {
    letter-spacing: -1.5px;
    font-family: 'Outfit', sans-serif;
}

.theme-royal-purple-balakutak .news-immersive-card {
    min-height: 260px;
    border-radius: var(--radius-xl) !important;
    border: 2px solid rgba(255, 255, 255, 0.1);
    transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.theme-royal-purple-balakutak .news-immersive-card:hover {
    border-color: rgba(192, 132, 252, 0.3);
    box-shadow: 0 24px 60px rgba(26, 10, 46, 0.2) !important;
}

.theme-royal-purple-balakutak .news-immersion-grad {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 75%;
    background: linear-gradient(to top, rgba(26, 10, 46, 0.95) 0%, rgba(26, 10, 46, 0.5) 50%, transparent 100%);
    z-index: 2;
    border-radius: 0 0 var(--radius-xl) var(--radius-xl);
    transition: all 0.6s ease;
}

.theme-royal-purple-balakutak .news-immersive-card:hover .news-immersion-grad {
    height: 100%;
    background: linear-gradient(to top, rgba(26, 10, 46, 0.97) 0%, rgba(45, 27, 78, 0.6) 100%);
}

.theme-royal-purple-balakutak .news-immersion-content {
    z-index: 5;
}

.theme-royal-purple-balakutak .immersion-img {
    transform: scale(1);
    transition: all 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.theme-royal-purple-balakutak .news-immersive-card:hover .immersion-img {
    transform: scale(1.08);
}

.theme-royal-purple-balakutak .badge-theme-pill {
    padding: 7px 18px;
    background: linear-gradient(135deg, var(--gold-dark), var(--rose-dark));
    color: #fff;
    border-radius: 50px;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.8px;
    box-shadow: 0 4px 15px rgba(147, 51, 234, 0.3);
    white-space: nowrap;
    transition: all 0.35s ease;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.theme-royal-purple-balakutak .badge-theme-pill:hover {
    transform: scale(1.06);
    background: #fff;
    color: var(--gold-dark) !important;
    box-shadow: 0 8px 25px rgba(26, 10, 46, 0.2);
}

.theme-royal-purple-balakutak .news-footer-arrow {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-color: rgba(192, 132, 252, 0.5) !important;
}

.theme-royal-purple-balakutak .news-immersive-card:hover .news-footer-arrow {
    background: linear-gradient(135deg, var(--gold), var(--rose));
    color: #fff !important;
    border-color: transparent !important;
    transform: translateX(5px);
}

.theme-royal-purple-balakutak .btn-white {
    border-radius: 18px !important;
    border: 1px solid rgba(192, 132, 252, 0.15) !important;
}

.theme-royal-purple-balakutak .btn-white:hover {
    box-shadow: var(--shadow-glow) !important;
    border-color: var(--gold) !important;
}

.theme-royal-purple-balakutak .btn-icon-box {
    background: linear-gradient(135deg, var(--gold-dark), var(--rose-dark)) !important;
}

/* ========= EVENTS SECTION (Glass Cards) ========= */
.theme-royal-purple-balakutak .section-events {
    background: linear-gradient(180deg, var(--bg-silk), #f3e8ff, var(--bg-silk));
}

.theme-royal-purple-balakutak .event-card {
    border: 1px solid rgba(192, 132, 252, 0.1) !important;
    border-radius: var(--radius-xl) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(10px);
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.theme-royal-purple-balakutak .event-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-glow) !important;
    border-color: rgba(192, 132, 252, 0.25) !important;
}

.theme-royal-purple-balakutak .event-date-banner {
    background: linear-gradient(135deg, var(--p-dark), var(--gold-dark)) !important;
    color: #fff !important;
    border-radius: var(--radius-xl) var(--radius-xl) 0 0 !important;
    border-bottom: 2px solid var(--rose) !important;
}

.theme-royal-purple-balakutak .event-card .card-body a {
    color: var(--p-dark) !important;
}

/* ========= TESTIMONIALS (Modern Glassmorphism) ========= */
.theme-royal-purple-balakutak .section-testimonials {
    background: linear-gradient(180deg, #f3e8ff 0%, var(--bg-silk) 100%) !important;
}

.theme-royal-purple-balakutak .testimonial-swiper .card {
    border-radius: var(--radius-xl) !important;
    border: 1px solid rgba(192, 132, 252, 0.12) !important;
    border-left: none !important;
    background: rgba(255, 255, 255, 0.85) !important;
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 25px rgba(26, 10, 46, 0.05) !important;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.theme-royal-purple-balakutak .testimonial-swiper .card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--gold-dark), var(--rose), var(--gold));
    border-radius: var(--radius-xl) var(--radius-xl) 0 0;
}

.theme-royal-purple-balakutak .testimonial-swiper .card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-glow) !important;
}

.theme-royal-purple-balakutak .testimonial-swiper .swiper-pagination-bullet {
    background: var(--p-mid) !important;
    opacity: 0.2;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.theme-royal-purple-balakutak .testimonial-swiper .swiper-pagination-bullet-active {
    background: linear-gradient(135deg, var(--gold-dark), var(--rose)) !important;
    opacity: 1;
    width: 28px;
    border-radius: 14px;
}

/* ========= PARTNERS SECTION ========= */
.theme-royal-purple-balakutak .section-partners {
    background: #fff !important;
    border-top: 1px solid rgba(192, 132, 252, 0.08);
    border-bottom: 1px solid rgba(192, 132, 252, 0.08);
}

.theme-royal-purple-balakutak .partners-marquee-item img {
    max-height: 65px !important;
    width: auto !important;
    filter: grayscale(1) opacity(0.5);
    transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.theme-royal-purple-balakutak .partners-marquee-item:hover img {
    filter: grayscale(0) opacity(1);
    transform: scale(1.08);
}

/* ========= CTA SECTION (Dramatic Gradient) ========= */
.theme-royal-purple-balakutak .section-cta {
    background: linear-gradient(135deg, #1a0a2e 0%, #2d1b4e 35%, #4c1d95 65%, #7c3aed 100%) !important;
    padding: 7rem 0 !important;
    position: relative;
    overflow: hidden;
}

.theme-royal-purple-balakutak .section-cta::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 30% 40%, rgba(244, 114, 182, 0.15) 0%, transparent 50%),
                radial-gradient(ellipse at 70% 60%, rgba(192, 132, 252, 0.15) 0%, transparent 50%);
    pointer-events: none;
}

.theme-royal-purple-balakutak .section-cta-decorative {
    display: none !important;
}

.theme-royal-purple-balakutak .section-cta-blob {
    display: none !important;
}

.theme-royal-purple-balakutak .section-cta h2 {
    font-family: 'Outfit', sans-serif;
    color: #fff;
    font-size: clamp(2rem, 5vw, 3.2rem);
    letter-spacing: -1px;
}

.theme-royal-purple-balakutak .section-cta .btn-light {
    border-radius: 50px !important;
    background: #fff !important;
    color: var(--gold-dark) !important;
    font-weight: 700;
    box-shadow: 0 8px 25px rgba(255, 255, 255, 0.2);
    transition: all 0.4s ease;
}

.theme-royal-purple-balakutak .section-cta .btn-light:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 35px rgba(255, 255, 255, 0.3);
}

.theme-royal-purple-balakutak .section-cta .btn-outline-light {
    border-radius: 50px !important;
    border-width: 2px !important;
}

/* ========= FOOTER (Luxe Dark with Rose Gold Accents) ========= */
.theme-royal-purple-balakutak footer {
    background: linear-gradient(160deg, #0f051d 0%, #1a0a2e 60%, #2d1b4e 100%) !important;
    padding: 80px 0 50px !important;
    position: relative;
    overflow: hidden;
    border-top: none !important;
}

.theme-royal-purple-balakutak footer::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 15% 30%, rgba(192, 132, 252, 0.08) 0%, transparent 40%),
                radial-gradient(ellipse at 85% 70%, rgba(244, 114, 182, 0.06) 0%, transparent 40%);
    pointer-events: none;
}

.theme-royal-purple-balakutak footer::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--gold-dark), var(--rose), var(--gold), transparent);
}

.theme-royal-purple-balakutak footer .container {
    position: relative;
    z-index: 1;
}

.theme-royal-purple-balakutak footer .footer-heading {
    color: var(--gold-light);
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    margin-bottom: 2rem;
    font-size: 0.85rem;
    display: block;
    border-bottom: 1px solid rgba(192, 132, 252, 0.15);
    padding-bottom: 12px;
}

.theme-royal-purple-balakutak footer a {
    color: rgba(224, 179, 255, 0.6);
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    text-decoration: none;
    font-weight: 500;
}

.theme-royal-purple-balakutak footer a:hover {
    color: var(--rose-light);
    transform: translateX(6px);
}

.theme-royal-purple-balakutak .social-btn {
    border-radius: 14px !important;
    border: 1px solid rgba(192, 132, 252, 0.2) !important;
    background: rgba(192, 132, 252, 0.05);
    width: 44px;
    height: 44px;
    color: var(--gold-light) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.theme-royal-purple-balakutak .social-btn:hover {
    background: linear-gradient(135deg, var(--gold-dark), var(--rose-dark)) !important;
    border-color: transparent !important;
    color: #fff !important;
    transform: translateY(-5px) rotate(5deg);
    box-shadow: 0 10px 25px rgba(147, 51, 234, 0.3);
}

.theme-royal-purple-balakutak .footer-divider {
    border-color: rgba(192, 132, 252, 0.1) !important;
}

/* ========= FOOTER SOCIAL POLISH ========= */
.theme-royal-purple-balakutak .footer-social-link {
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(192, 132, 252, 0.15);
    color: var(--gold-light);
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-decoration: none;
    font-size: 1.1rem;
}

.theme-royal-purple-balakutak .footer-social-link:hover {
    background: linear-gradient(135deg, var(--gold-dark), var(--rose-dark));
    color: #fff;
    transform: translateY(-5px) rotate(5deg);
    box-shadow: 0 10px 25px rgba(147, 51, 234, 0.3);
    border-color: transparent;
}

/* ========= CHATBOT ========= */
.theme-royal-purple-balakutak .chatbot-toggle {
    position: fixed;
    bottom: 5.5rem;
    right: 2rem;
    width: 58px;
    height: 58px;
    background: linear-gradient(135deg, var(--gold-dark), var(--rose-dark));
    color: white;
    border: none;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 998;
    box-shadow: 0 10px 30px rgba(147, 51, 234, 0.35);
    font-size: 1.3rem;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.theme-royal-purple-balakutak .chatbot-toggle:hover {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 14px 40px rgba(147, 51, 234, 0.5);
}

.theme-royal-purple-balakutak .chatbot-window {
    position: fixed;
    bottom: 10rem;
    right: 2rem;
    width: 350px;
    height: 480px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(192, 132, 252, 0.2);
    border-radius: var(--radius-xl);
    box-shadow: 0 25px 60px rgba(26, 10, 46, 0.2);
    z-index: 997;
    display: none;
    flex-direction: column;
    overflow: hidden;
}

.theme-royal-purple-balakutak .chatbot-window.open {
    display: flex;
    animation: slideInUp .4s cubic-bezier(0.22, 1, 0.36, 1);
}

.theme-royal-purple-balakutak .chatbot-header {
    background: linear-gradient(135deg, var(--p-dark), var(--gold-dark));
    color: #fff;
    padding: 1.1rem 1.4rem;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.95rem;
    border-bottom: 2px solid var(--rose);
}

.theme-royal-purple-balakutak .chatbot-messages {
    flex: 1;
    overflow-y: auto;
    padding: 1.2rem;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    font-size: .875rem;
    background: rgba(250, 245, 255, 0.5);
}

.theme-royal-purple-balakutak .chat-bubble {
    max-width: 85%;
    padding: .75rem 1.1rem;
    border-radius: 18px;
    line-height: 1.5;
}

.theme-royal-purple-balakutak .chat-bubble.bot {
    background: #f3e8ff;
    color: var(--p-dark);
    border-bottom-left-radius: 4px;
    align-self: flex-start;
}

.theme-royal-purple-balakutak .chat-bubble.user {
    background: linear-gradient(135deg, var(--gold-dark), var(--rose-dark));
    color: white;
    border-bottom-right-radius: 4px;
    align-self: flex-end;
}

/* ========= ACCESSIBILITY WIDGET ========= */
.theme-royal-purple-balakutak .acc-widget {
    position: fixed;
    bottom: 9.5rem;
    right: 2rem;
    z-index: 1050;
}

.theme-royal-purple-balakutak .acc-toggle {
    width: 58px;
    height: 58px;
    background: var(--p-dark);
    color: var(--gold-light);
    border: 1px solid rgba(192, 132, 252, 0.3);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 10px 30px rgba(26, 10, 46, 0.35);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-size: 1.4rem;
}

.theme-royal-purple-balakutak .acc-toggle:hover {
    background: linear-gradient(135deg, var(--gold-dark), var(--rose-dark));
    color: white;
    border-color: transparent;
    transform: scale(1.1) rotate(-5deg);
}

.theme-royal-purple-balakutak .acc-menu {
    position: absolute;
    bottom: 68px;
    right: 0;
    width: 300px;
    background: rgba(255, 255, 255, 0.97);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(192, 132, 252, 0.15);
    border-radius: var(--radius-xl);
    box-shadow: 0 25px 60px rgba(26, 10, 46, 0.2);
    padding: 1.5rem;
    display: none;
    flex-direction: column;
    gap: 1rem;
}

.theme-royal-purple-balakutak .acc-menu.open {
    display: flex;
    animation: slideInUp .4s cubic-bezier(0.22, 1, 0.36, 1);
}

.theme-royal-purple-balakutak .acc-header {
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 1.05rem;
    margin-bottom: .5rem;
    display: flex;
    align-items: center;
    gap: .75rem;
    color: var(--p-dark);
    border-bottom: 1px solid rgba(192, 132, 252, 0.1);
    padding-bottom: 10px;
}

.theme-royal-purple-balakutak .acc-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .75rem;
}

.theme-royal-purple-balakutak .acc-btn {
    background: #faf5ff;
    border: 1px solid rgba(192, 132, 252, 0.1);
    border-radius: 16px;
    padding: 1rem .5rem;
    font-size: .75rem;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .5rem;
    cursor: pointer;
    transition: all 0.3s ease;
    color: var(--p-dark);
}

.theme-royal-purple-balakutak .acc-btn:hover {
    border-color: var(--gold);
    background: #f3e8ff;
    transform: translateY(-2px);
}

.theme-royal-purple-balakutak .acc-btn.active {
    background: linear-gradient(135deg, var(--gold-dark), var(--rose-dark));
    color: white;
    border-color: transparent;
    box-shadow: 0 5px 15px rgba(147, 51, 234, 0.2);
}

.theme-royal-purple-balakutak .acc-reset {
    margin-top: .5rem;
    width: 100%;
    background: linear-gradient(135deg, var(--gold-dark), var(--rose-dark));
    color: white;
    border: none;
    border-radius: 14px;
    padding: .8rem;
    font-size: .85rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
}

.theme-royal-purple-balakutak .acc-reset:hover {
    box-shadow: 0 8px 20px rgba(147, 51, 234, 0.3);
    transform: translateY(-2px);
}

/* ========= SCROLL TO TOP ========= */
.theme-royal-purple-balakutak .scroll-top-btn {
    background: var(--p-dark) !important;
    color: var(--gold-light) !important;
    border: 1px solid rgba(192, 132, 252, 0.25) !important;
    border-radius: 18px !important;
    box-shadow: 0 10px 30px rgba(26, 10, 46, 0.3) !important;
}

.theme-royal-purple-balakutak .scroll-top-btn:hover {
    background: linear-gradient(135deg, var(--gold-dark), var(--rose-dark)) !important;
    color: #fff !important;
    border-color: transparent !important;
    transform: translateY(-5px) scale(1.1) !important;
}

/* ========= NAVBAR SEARCH BUTTON ========= */
.theme-royal-purple-balakutak .navbar .btn-primary {
    background: linear-gradient(135deg, var(--gold-dark), var(--rose-dark)) !important;
    color: #fff !important;
    border-radius: 50% !important;
    width: 42px;
    height: 42px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none !important;
    box-shadow: 0 4px 15px rgba(147, 51, 234, 0.3);
}

.theme-royal-purple-balakutak .navbar .btn-primary:hover {
    background: linear-gradient(135deg, var(--rose-dark), var(--gold-dark)) !important;
    transform: scale(1.1);
    box-shadow: 0 8px 25px rgba(147, 51, 234, 0.45);
}

/* ========= PREMIUM PAGE HEADER ========= */
.theme-royal-purple-balakutak .page-header-premium {
    background: linear-gradient(160deg, #0f051d 0%, #1a0a2e 25%, #4c1d95 65%, #7c3aed 90%, #0f051d 100%) !important;
    padding: 7rem 0 !important;
    position: relative;
    overflow: hidden;
    border-bottom: none !important;
}

.theme-royal-purple-balakutak .page-header-premium::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--gold-dark), var(--rose), var(--gold), transparent);
}

.theme-royal-purple-balakutak .page-header-pattern {
    position: absolute;
    inset: 0;
    opacity: 0.04;
    background-image: 
        radial-gradient(circle, rgba(192, 132, 252, 0.3) 1px, transparent 1px);
    background-size: 30px 30px;
}

.theme-royal-purple-balakutak .page-header-logo {
    position: absolute;
    right: -2%;
    bottom: -15%;
    opacity: 0.03;
    z-index: 0;
    pointer-events: none;
}

.theme-royal-purple-balakutak .page-header-logo img {
    height: 420px !important;
    width: auto;
    filter: brightness(0) invert(1) drop-shadow(0 0 30px rgba(192, 132, 252, 0.2)) !important;
}

.theme-royal-purple-balakutak .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(224, 179, 255, 0.4) !important;
    content: "›" !important;
    margin: 0 10px;
    font-size: 1.1rem;
}

.theme-royal-purple-balakutak .breadcrumb-item a {
    transition: all 0.3s ease;
    text-transform: none;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    opacity: 0.7;
}

.theme-royal-purple-balakutak .breadcrumb-item a:hover {
    opacity: 1;
    color: var(--rose-light) !important;
}

.theme-royal-purple-balakutak .display-4 {
    letter-spacing: -1.5px;
    font-weight: 800 !important;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    font-family: 'Outfit', sans-serif;
}

/* ========= CARD STYLES ========= */
.theme-royal-purple-balakutak .card {
    border-radius: var(--radius-xl) !important;
    border: 1px solid rgba(192, 132, 252, 0.08) !important;
    box-shadow: 0 4px 20px rgba(26, 10, 46, 0.04) !important;
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.theme-royal-purple-balakutak .card:hover {
    box-shadow: 0 12px 35px rgba(26, 10, 46, 0.08) !important;
}

/* ========= DARK MODE ========= */
html.dark body.theme-royal-purple-balakutak {
    background-color: #0f051d;
    color: #e2e0f0;
}

html.dark .theme-royal-purple-balakutak #main-navbar.elegant-navbar {
    background: rgba(15, 5, 29, 0.92) !important;
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(192, 132, 252, 0.08) !important;
}

html.dark .theme-royal-purple-balakutak .elegant-brand-title {
    background: linear-gradient(135deg, var(--gold-light) 0%, var(--rose) 50%, var(--gold) 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
}

html.dark .theme-royal-purple-balakutak .elegant-brand-subtitle {
    background: linear-gradient(90deg, #a78bfa, #f9a8d4) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
}

html.dark .theme-royal-purple-balakutak .main-nav-link {
    color: #d4cce8 !important;
}

html.dark .theme-royal-purple-balakutak .main-nav-link:hover,
html.dark .theme-royal-purple-balakutak .main-nav-link.active {
    color: var(--gold-light) !important;
    background: rgba(192, 132, 252, 0.1) !important;
}

html.dark .theme-royal-purple-balakutak .card {
    background: rgba(26, 10, 46, 0.8) !important;
    border: 1px solid rgba(192, 132, 252, 0.12) !important;
    backdrop-filter: blur(10px);
}

html.dark .theme-royal-purple-balakutak .text-muted {
    color: #a08cc0 !important;
}

html.dark .theme-royal-purple-balakutak .text-dark {
    color: #e2e0f0 !important;
}

html.dark .theme-royal-purple-balakutak .section-title {
    color: var(--gold-light);
}

html.dark .theme-royal-purple-balakutak .section-greeting {
    background: linear-gradient(180deg, #0f051d 0%, #1a0a2e 50%, #0f051d 100%);
}

html.dark .theme-royal-purple-balakutak .section-news {
    background: #0f051d;
}

html.dark .theme-royal-purple-balakutak .section-events {
    background: linear-gradient(180deg, #0f051d, #1a0a2e, #0f051d);
}

html.dark .theme-royal-purple-balakutak .section-testimonials {
    background: linear-gradient(180deg, #1a0a2e 0%, #0f051d 100%) !important;
}

html.dark .theme-royal-purple-balakutak .section-partners {
    background: #0f051d !important;
    border-color: rgba(192, 132, 252, 0.06) !important;
}

html.dark .theme-royal-purple-balakutak .event-card {
    background: rgba(26, 10, 46, 0.6) !important;
    border-color: rgba(192, 132, 252, 0.15) !important;
}

html.dark .theme-royal-purple-balakutak .event-card .card-body a {
    color: var(--gold-light) !important;
}

html.dark .theme-royal-purple-balakutak .testimonial-swiper .card {
    background: rgba(26, 10, 46, 0.7) !important;
    border-color: rgba(192, 132, 252, 0.12) !important;
}

html.dark .theme-royal-purple-balakutak .btn-outline-primary {
    border-color: var(--gold) !important;
    color: var(--gold-light) !important;
}

html.dark .theme-royal-purple-balakutak .btn-outline-primary:hover {
    background: linear-gradient(135deg, var(--gold-dark), var(--rose-dark)) !important;
    color: #fff !important;
    border-color: transparent !important;
}

html.dark .theme-royal-purple-balakutak .text-primary {
    color: var(--gold) !important;
}

html.dark .theme-royal-purple-balakutak .bg-light {
    background: #1a0a2e !important;
}

/* Chatbot dark mode */
html.dark .theme-royal-purple-balakutak .chatbot-window {
    background: rgba(15, 5, 29, 0.95);
    border-color: rgba(192, 132, 252, 0.2);
}

html.dark .theme-royal-purple-balakutak .chatbot-messages {
    background: #0f051d;
}

html.dark .theme-royal-purple-balakutak .chat-bubble.bot {
    background: #1a0a2e;
    color: #e2e0f0;
}

/* Acc dark mode */
html.dark .theme-royal-purple-balakutak .acc-menu {
    background: rgba(15, 5, 29, 0.95);
    border-color: rgba(192, 132, 252, 0.15);
}

html.dark .theme-royal-purple-balakutak .acc-btn {
    background: #1a0a2e;
    border-color: rgba(192, 132, 252, 0.12);
    color: var(--gold-light);
}

html.dark .theme-royal-purple-balakutak .acc-btn:hover {
    background: #2d1b4e;
    border-color: var(--gold);
}

html.dark .theme-royal-purple-balakutak .acc-header {
    color: var(--gold-light);
    border-bottom-color: rgba(192, 132, 252, 0.1);
}

/* ========= AURORA GREETING SECTION (Ported for Royal Purple) ========= */
.theme-royal-purple-balakutak .aurora-tagline {
    font-size: 0.75rem !important;
    letter-spacing: 2.5px !important;
    text-transform: uppercase !important;
    font-weight: 800 !important;
    color: var(--gold-dark) !important;
    display: block !important;
}

.theme-royal-purple-balakutak .aurora-greet-title {
    font-family: 'Outfit', sans-serif !important;
    font-weight: 800 !important;
    font-size: 2.6rem !important;
    color: var(--p-dark) !important;
    letter-spacing: -1.2px !important;
    line-height: 1.1 !important;
}

.theme-royal-purple-balakutak .aurora-quote-box {
    position: relative !important;
}

.theme-royal-purple-balakutak .aurora-quote-icon {
    position: absolute !important;
    left: -1.5rem !important;
    top: -1.5rem !important;
    font-size: 4rem !important;
    color: var(--gold) !important;
    opacity: 0.15 !important;
    z-index: -1 !important;
}

.theme-royal-purple-balakutak .aurora-quote-text {
    font-size: 1.1rem !important;
    color: var(--text-main) !important;
    line-height: 1.8 !important;
    opacity: 0.9;
}

.theme-royal-purple-balakutak .aurora-btn-link {
    color: var(--gold-dark) !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    font-size: 0.9rem !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    transition: all 0.3s ease !important;
    display: inline-flex !important;
    align-items: center !important;
}

.theme-royal-purple-balakutak .aurora-btn-link:hover {
    color: var(--rose) !important;
    transform: translateX(10px) !important;
}

.theme-royal-purple-balakutak .aurora-video-frame {
    border-radius: 32px !important;
    overflow: hidden !important;
    box-shadow: 0 25px 60px rgba(26, 10, 46, 0.2) !important;
    border: 1px solid rgba(192, 132, 252, 0.2) !important;
}

/* ========= AURORA CTA SECTION (Ported for Royal Purple) ========= */
.theme-royal-purple-balakutak .aurora-cta-section {
    background: #1a0a2e !important;
    background: linear-gradient(135deg, #1a0a2e 0%, #2d1b4e 100%) !important;
    padding: 100px 0 !important;
}

.theme-royal-purple-balakutak .aurora-cta-title {
    font-family: 'Outfit', sans-serif !important;
    font-weight: 800 !important;
    font-size: 3.2rem !important;
    letter-spacing: -1.5px !important;
    color: #fff !important;
    text-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.theme-royal-purple-balakutak .aurora-cta-subtitle {
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 1.1rem !important;
}

.theme-royal-purple-balakutak .aurora-btn-premium {
    display: inline-flex !important;
    align-items: center !important;
    background: linear-gradient(135deg, var(--rose) 0%, var(--gold) 100%) !important;
    color: #fff !important;
    padding: 1rem 2.5rem !important;
    border-radius: 100px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    box-shadow: 0 10px 25px rgba(244, 114, 182, 0.3) !important;
    transition: all 0.3s ease !important;
}

.theme-royal-purple-balakutak .aurora-btn-premium:hover {
    transform: translateY(-5px) scale(1.05) !important;
    box-shadow: 0 15px 35px rgba(244, 114, 182, 0.4) !important;
    color: #fff !important;
}

.theme-royal-purple-balakutak .aurora-btn-outline {
    display: inline-flex !important;
    align-items: center !important;
    background: rgba(255, 255, 255, 0.05) !important;
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    padding: 1rem 2.5rem !important;
    border-radius: 100px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    backdrop-filter: blur(10px) !important;
    transition: all 0.3s ease !important;
}

.theme-royal-purple-balakutak .aurora-btn-outline:hover {
    background: rgba(255, 255, 255, 0.15) !important;
    transform: translateY(-5px) !important;
    color: #fff !important;
}

.theme-royal-purple-balakutak .aurora-cta-bg-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    height: 80%;
    background: radial-gradient(circle, rgba(192, 132, 252, 0.15), transparent 70%);
    transform: translate(-50%, -50%);
    z-index: 1;
}

/* ========= UTILITY CLASSES ========= */
.letter-spacing-1 { letter-spacing: 1px; }
.letter-spacing-2 { letter-spacing: 2px; }
.tracking-widest { letter-spacing: 0.15em; }

.theme-royal-purple-balakutak .news-immersive-title a {
    transition: opacity 0.3s;
}

.theme-royal-purple-balakutak .news-immersive-card:hover .news-immersive-title a {
    opacity: 0.95;
}

.meta-dot {
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 50%;
    display: inline-block;
}

/* ========= ANIMATION KEYNOTES ========= */
@keyframes slideInUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

/* ========= RESPONSIVE ADJUSTMENTS ========= */
@media (max-width: 768px) {
    .theme-royal-purple-balakutak .stat-item {
        flex: 0 0 calc(50% - 0.5rem) !important;
        max-width: calc(50% - 0.5rem) !important;
        margin: 0.25rem !important;
        padding: 1rem 0.5rem !important;
        border-radius: 14px;
    }
    
    .theme-royal-purple-balakutak .stat-number {
        font-size: 1.5rem;
    }

    .theme-royal-purple-balakutak .hero-swiper,
    .theme-royal-purple-balakutak .hero-slide {
        height: 70vh !important;
    }

    .theme-royal-purple-balakutak .section-cta {
        padding: 4rem 0 !important;
    }
}

@media (max-width: 576px) {
    .theme-royal-purple-balakutak .main-nav-link {
        padding: 0.6rem 1rem !important;
        border-radius: 12px;
    }
}
