/* ==========================================================================
   style.css - Combined Production Stylesheet
   Tailwind CSS (Extracted & Minified) + Internal Landing Page Styles
   ========================================================================== */

/* --- Tailwind CSS Base, Utilities & Layout Components --- */
*, ::before, ::after { box-sizing: border-box; border-width: 0; border-style: solid; border-color: currentColor; }
html { line-height: 1.5; -webkit-text-size-adjust: 100%; -moz-tab-size: 4; tab-size: 4; font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; font-feature-settings: normal; font-variation-settings: normal; }
body { margin: 0; line-height: inherit; }
a { color: inherit; text-decoration: inherit; }
img, svg, iframe, table { display: block; vertical-align: middle; }
img { max-width: 100%; height: auto; }
table { text-align: left; border-collapse: collapse; width: 100%; }
th, td { padding: 1.5rem; }

/* Mobile Edge Security & Layout Systems */
.container { width: 100%; margin-left: auto; margin-right: auto; padding-left: 1rem; padding-right: 1rem; }
.w-full { width: 100%; }
.mx-auto { margin-left: auto; margin-right: auto; }

/* Width Constraint System */
.max-w-sm { max-width: 24rem; }
.max-w-md { max-width: 28rem; }
.max-w-xl { max-width: 36rem; }
.max-w-2xl { max-width: 42rem; }
.max-w-3xl { max-width: 48rem; }
.max-w-4xl { max-width: 56rem; }
.max-w-7xl { max-width: 80rem; }

/* Flexbox & Grid Core Utilities */
.flex { display: flex; }
.inline-flex { display: inline-flex; }
.grid { display: grid; }
.hidden { display: none; }
.flex-col { flex-direction: column; }
.flex-wrap { flex-wrap: wrap; }
.items-center { align-items: center; }
.items-start { align-items: flex-start; }
.justify-between { justify-content: space-between; }
.justify-center { justify-content: center; }

/* Structural Layout, Width & Spacing */
.fixed { position: fixed; }
.relative { position: relative; }
.absolute { position: absolute; }
.top-6 { top: 1.5rem; }
.top-28 { top: 7rem; }
.left-4 { left: 1rem; }
.right-4 { right: 1rem; }
.bottom-6 { bottom: 1.5rem; }
.left-6 { left: 1.5rem; }
.right-6 { right: 1.5rem; }
.bottom-8 { bottom: 2rem; }
.right-8 { right: 2rem; }
.z-10 { z-index: 10; }
.z-50 { z-index: 50; }
.z-\[100\] { z-index: 100; }
.w-2 { width: 0.5rem; }
.h-2 { height: 0.5rem; }
.h-7 { height: 1.75rem; }
.h-64 { height: 16rem; }
.h-80 { height: 20rem; }
.w-12 { width: 3rem; }
.h-12 { height: 3rem; }
.w-8 { width: 2rem; }
.h-8 { height: 2rem; }
.w-auto { width: auto; }
.pt-16 { padding-top: 4rem; }
.pt-28 { padding-top: 7rem; }
.pb-24 { padding-bottom: 6rem; }
.py-1\.5 { padding-top: 0.375rem; padding-bottom: 0.375rem; }
.py-2\.5 { padding-top: 0.625rem; padding-bottom: 0.625rem; }
.py-4 { padding-top: 1rem; padding-bottom: 1rem; }
.py-4\.5 { padding-top: 1.125rem; padding-bottom: 1.125rem; }
.py-20 { padding-top: 5rem; padding-bottom: 5rem; }
.py-24 { padding-top: 6rem; padding-bottom: 6rem; }
.px-4 { padding-left: 1rem; padding-right: 1rem; }
.px-5 { padding-left: 1.25rem; padding-right: 1.25rem; }
.px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
.px-8 { padding-left: 2rem; padding-right: 2rem; }
.px-10 { padding-left: 2.5rem; padding-right: 2.5rem; }
.p-4 { padding: 1rem; }
.p-5 { padding: 1.25rem; }
.p-6 { padding: 1.5rem; }
.p-8 { padding: 2rem; }
.p-14 { padding: 3.5rem; }
.mb-1 { margin-bottom: 0.25rem; }
.mb-2 { margin-bottom: 0.5rem; }
.mb-3 { margin-bottom: 0.75rem; }
.mb-4 { margin-bottom: 1rem; }
.mb-6 { margin-bottom: 1.5rem; }
.mb-8 { margin-bottom: 2rem; }
.mb-10 { margin-bottom: 2.5rem; }
.mb-16 { margin-bottom: 4rem; }
.mb-20 { margin-bottom: 5rem; }
.mt-3 { margin-top: 0.75rem; }
.mt-4 { margin-top: 1rem; }
.mt-6 { margin-top: 1.5rem; }
.mt-10 { margin-top: 2.5rem; }
.mt-16 { margin-top: 4rem; }
.mt-24 { margin-top: 6rem; }
.pt-8 { padding-top: 2rem; }
.pt-12 { padding-top: 3rem; }
.mr-2 { margin-right: 0.5rem; }
.gap-2 { gap: 0.5rem; }
.gap-3 { gap: 0.75rem; }
.gap-4 { gap: 1rem; }
.gap-8 { gap: 2rem; }
.gap-10 { gap: 2.5rem; }
.gap-12 { gap: 3rem; }
.gap-16 { gap: 4rem; }
.space-y-2 > :not([hidden]) ~ :not([hidden]) { margin-top: 0.5rem; }
.space-y-4 > :not([hidden]) ~ :not([hidden]) { margin-top: 1rem; }
.space-y-6 > :not([hidden]) ~ :not([hidden]) { margin-top: 1.5rem; }
.space-y-12 > :not([hidden]) ~ :not([hidden]) { margin-top: 3rem; }
.divide-y > :not([hidden]) ~ :not([hidden]) { border-top-width: 1px; }
.divide-white\/5 > :not([hidden]) ~ :not([hidden]) { border-color: rgba(255, 255, 255, 0.05); }

/* Grid Columns Structural Bases */
.grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); }

/* Borders & Display Options */
.border { border-width: 1px; }
.border-t { border-top-width: 1px; }
.border-b { border-bottom-width: 1px; }
.border-white\/5 { border-color: rgba(255, 255, 255, 0.05); }
.border-white\/10 { border-color: rgba(255, 255, 255, 0.1); }
.border-pink-500\/20 { border-color: rgba(236, 72, 153, 0.2); }
.border-purple-500\/20 { border-color: rgba(139, 92, 246, 0.2); }
.border-cyan-500\/20 { border-color: rgba(6, 182, 212, 0.2); }
.border-emerald-500\/20 { border-color: rgba(16, 185, 129, 0.2); }
.rounded { border-radius: 0.25rem; }
.rounded-xl { border-radius: 0.75rem; }
.rounded-2xl { border-radius: 1rem; }
.rounded-full { border-radius: 9999px; }
.overflow-hidden { overflow: hidden; }
.overflow-x-auto { overflow-x: auto; }

/* Colors, Backgrounds & Opacities */
.bg-white { background-color: #ffffff; }
.bg-black\/40 { background-color: rgba(0, 0, 0, 0.4); }
.bg-black\/60 { background-color: rgba(0, 0, 0, 0.6); }
.bg-black\/95 { background-color: rgba(0, 0, 0, 0.95); }
.bg-slate-900\/90 { background-color: rgba(15, 23, 42, 0.9); }
.bg-indigo-950\/80 { background-color: rgba(30, 27, 75, 0.8); }
.bg-white\/\[0\.01\] { background-color: rgba(255, 255, 255, 0.01); }
.bg-white\/\[0\.02\] { background-color: rgba(255, 255, 255, 0.02); }
.bg-white\/5 { background-color: rgba(255, 255, 255, 0.05); }
.bg-pink-500\/10 { background-color: rgba(236, 72, 153, 0.1); }
.bg-purple-500\/10 { background-color: rgba(139, 92, 246, 0.1); }
.bg-cyan-500\/10 { background-color: rgba(6, 182, 212, 0.1); }
.bg-emerald-500\/10 { background-color: rgba(16, 185, 129, 0.1); }
.bg-emerald-400 { background-color: #34d399; }
.bg-\[\#25D366\] { background-color: #25D366; }
.bg-gradient-to-r { background-image: linear-gradient(to right, var(--tw-gradient-stops)); }
.bg-gradient-to-b { background-image: linear-gradient(to bottom, var(--tw-gradient-stops)); }
.from-pink-500 { --tw-gradient-from: #ec4899; --tw-gradient-to: rgba(236, 72, 153, 0); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.to-purple-600 { --tw-gradient-to: #9333ea; }
.from-purple-950\/10 { --tw-gradient-from: rgba(58, 12, 112, 0.1); --tw-gradient-to: rgba(58, 12, 112, 0); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.to-indigo-950\/10 { --tw-gradient-to: rgba(30, 27, 75, 0.1); }
.opacity-80 { opacity: 0.8; }
.opacity-90 { opacity: 0.9; }

/* Typography Settings */
.text-white { color: #ffffff; }
.text-slate-100 { color: #f1f5f9; }
.text-slate-200 { color: #e2e8f0; }
.text-slate-300 { color: #cbd5e1; }
.text-slate-400 { color: #94a3b8; }
.text-slate-500 { color: #64748b; }
.text-slate-600 { color: #475569; }
.text-slate-950 { color: #020617; }
.text-pink-300 { color: #fbcfe8; }
.text-pink-400 { color: #f472b6; }
.text-pink-500 { color: #ec4899; }
.text-purple-400 { color: #c084fc; }
.text-cyan-300 { color: #67e8f9; }
.text-cyan-400 { color: #22d3ee; }
.text-emerald-400 { color: #34d399; }
.text-white\/50 { color: rgba(255, 255, 255, 0.5); }
.text-white\/70 { color: rgba(255, 255, 255, 0.7); }
.text-\[10px\] { font-size: 10px; }
.text-\[11px\] { font-size: 11px; }
.text-xs { font-size: 0.75rem; }
.text-sm { font-size: 0.875rem; }
.text-base { font-size: 1rem; }
.text-lg { font-size: 1.125rem; }
.text-xl { font-size: 1.25rem; }
.text-2xl { font-size: 1.5rem; }
.text-3xl { font-size: 1.875rem; }
.text-4xl { font-size: 2.25rem; }
.text-5xl { font-size: 3rem; }
.text-6xl { font-size: 3.75rem; }
.text-7xl { font-size: 4.5rem; }
.font-light { font-weight: 300; }
.font-medium { font-weight: 500; }
.font-semibold { font-weight: 600; }
.font-bold { font-weight: 700; }
.font-extrabold { font-weight: 800; }
.uppercase { text-transform: uppercase; }
.tracking-wider { letter-spacing: 0.05em; }
.tracking-widest { letter-spacing: 0.1em; }
.tracking-tight { letter-spacing: -0.025em; }
.tracking-\[0\.2em\] { letter-spacing: 0.2em; }
.tracking-\[0\.25em\] { letter-spacing: 0.25em; }
.tracking-\[0\.3em\] { letter-spacing: 0.3em; }
.tracking-\[0\.7em\] { letter-spacing: 0.7em; }
.leading-tight { line-height: 1.25; }
.leading-relaxed { line-height: 1.625; }
.leading-\[1\.05\] { line-height: 1.05; }
.text-left { text-align: left; }
.text-center { text-align: center; }
.md\:text-right { text-align: right; }
.font-sans { font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; }

/* Interactive States & Effects */
.transition { transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
.duration-300 { transition-duration: 300ms; }
.duration-500 { transition-duration: 500ms; }
.duration-700 { transition-duration: 700ms; }
.ease-out { transition-timing-function: cubic-bezier(0, 0, 0.2, 1); }
.shadow-lg { --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1); box-shadow: var(--tw-shadow); }
.shadow-2xl { --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); box-shadow: var(--tw-shadow); }
.shadow-purple-600\/20 { --tw-shadow-color: rgba(147, 51, 234, 0.2); }
.backdrop-blur-md { backdrop-filter: blur(12px); }
.backdrop-blur-lg { backdrop-filter: blur(16px); }
.animate-pulse { animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite; }
@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: .5; } }

/* Media Queries - Responsive Scaling Design Matrix (With Grid Lock Fixes) */
@media (min-width: 640px) {
    .container { max-width: 640px; padding-left: 1.5rem; padding-right: 1.5rem; }
    .sm\:inline { display: inline; }
    .sm\:flex-row { flex-direction: row; }
    .sm\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .sm\:text-6xl { font-size: 3.75rem; }
    .sm\:max-w-2xl { max-width: 42rem; }
    .sm\:max-w-3xl { max-width: 48rem; }
    .sm\:px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
}
@media (min-width: 768px) {
    .container { max-width: 768px; padding-left: 2rem; padding-right: 2rem; }
    .md\:left-8 { left: 2rem; }
    .md\:right-8 { right: 2rem; }
    .md\:px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
    .md\:py-4 { padding-top: 1rem; padding-bottom: 1rem; }
    .md\:p-10 { padding: 2.5rem; }
    .md\:text-xl { font-size: 1.25rem; }
    .md\:text-3xl { font-size: 1.875rem; }
    .md\:text-5xl { font-size: 3rem; }
    .md\:h-8 { height: 2rem; }
    .md\:max-w-4xl { max-width: 56rem; }
    .md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
    .md\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
}
@media (min-width: 1024px) {
    .container { max-width: 1024px; padding-left: 2.5rem; padding-right: 2.5rem; }
    .lg\:flex { display: flex; }
    .lg\:hidden { display: none; }
    .lg\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
    .lg\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
    .lg\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)) !important; }
    .lg\:grid-cols-12 { grid-template-columns: repeat(12, minmax(0, 1fr)) !important; }
    .lg\:col-span-5 { grid-column: span 5 / span 5; }
    .lg\:col-span-7 { grid-column: span 7 / span 7; }
    .lg\:order-last { order: 9999; }
    .lg\:gap-8 { gap: 2rem; }
    .lg\:gap-10 { gap: 2.5rem; }
    .lg\:gap-12 { gap: 3rem; }
    .lg\:gap-16 { gap: 4rem; }
    .lg\:text-7xl { font-size: 4.5rem; }
    .lg\:h-\[60vh\] { height: 60vh; }
    .lg\:max-w-7xl { max-width: 80rem; }
    .lg\:px-8 { padding-left: 2rem; padding-right: 2rem; }
}
@media (min-width: 1280px) {
    .container { max-width: 1280px; }
}

/* Hover Interaction Triggers */
.hover\:scale-110:hover { transform: scale(1.1); }
.hover\:scale-101:hover { transform: scale(1.01); }
.hover\:scale-102:hover { transform: scale(1.02); }
.hover\:scale-103:hover { transform: scale(1.03); }
.hover\:text-purple-300:hover { color: #d8b4fe; }
.hover\:text-pink-300:hover { color: #fbcfe8; }
.hover\:text-pink-400:hover { color: #f472b6; }
.hover\:underline:hover { text-decoration-line: underline; }
.hover\:from-pink-400:hover { --tw-gradient-from: #f472b6; }
.hover\:to-purple-500:hover { --tw-gradient-to: #a855f7; }
.hover\:bg-slate-100:hover { background-color: #f1f5f9; }
.hover\:bg-white\/10:hover { background-color: rgba(255, 255, 255, 0.1); }

/* --- User Custom Styles (Originally Inline Style Matrix) --- */
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Inter', sans-serif; background: #060212; color: #ffffff; scroll-behavior: smooth; overflow-x: hidden; }
h1, h2, h3, h4 { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; letter-spacing: -0.03em; }

/* Vibrant Live Concert Overlays */
.live-arena-bg {
    background-image: 
        linear-gradient(180deg, rgba(6, 2, 18, 0.2) 0%, rgba(6, 2, 18, 0.9) 100%),
        url('/images/concert-aurora-sea.jpg');
    background-size: cover;
    background-position: center 30%;
    background-attachment: fixed;
}

.blur-nav {
    background: rgba(13, 6, 32, 0.7);
    backdrop-filter: blur(30px);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 60px;
}

.immersive-card {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.01) 100%);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.04);
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.immersive-card:hover {
    border-color: rgba(139, 92, 246, 0.3);
    background: rgba(255, 255, 255, 0.05);
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(11, 5, 24, 0.6);
}

.stadium-glow-text {
    background: linear-gradient(135deg, #f472b6, #c084fc, #38bdf8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Video Container Utilities */
.video-responsive {
    position: relative;
    padding-bottom: 177.77%; /* 9:16 Aspect Ratio for YouTube Shorts */
    height: 0;
    overflow: hidden;
}
.video-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* HubSpot Embedded Form Scoping Overrides */
#hubspot-form-container .hs-form { display: flex; flex-direction: column; gap: 1.4rem; }
#hubspot-form-container .hs-form label { color: #e2e8f0; font-size: 0.95rem; font-weight: 500; letter-spacing: 0.02em; }
#hubspot-form-container .hs-form input,
#hubspot-form-container .hs-form textarea,
#hubspot-form-container .hs-form select {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px; padding: 1.1rem 1.4rem; color: #f8fafc; font-size: 1rem; width: 100% !important;
    outline: none;
    transition: all 0.3s ease;
}
#hubspot-form-container .hs-form input:focus,
#hubspot-form-container .hs-form textarea:focus { border-color: #c084fc; box-shadow: 0 0 0 4px rgba(192, 132, 252, 0.15); background: rgba(255, 255, 255, 0.07); }
#hubspot-form-container .hs-form .hs-button {
    background: linear-gradient(135deg, #ec4899, #8b5cf6);
    border: none; border-radius: 50px;
    padding: 1.3rem 3.5rem; font-weight: 700; color: white; cursor: pointer; transition: all 0.4s ease; text-transform: uppercase;
    letter-spacing: 0.15em; font-size: 0.9rem;
}
#hubspot-form-container .hs-form .hs-button:hover { transform: translateY(-2px); box-shadow: 0 15px 35px rgba(236, 72, 153, 0.35); opacity: 0.95; }
#hubspot-form-container .hs-form .hs-error-msgs { color: #f43f5e; font-size: 0.9rem; list-style: none; padding: 0; margin-top: 0.3rem; }