/* Page-specific styles for industries/brand-activations.html */
/* Brand Activations - Future-Forward Palette */
        :root {
            --ba-deep: #0D1B2A;
            --ba-deep-light: #1B263B;
            --ba-electric: #00D9FF;
            --ba-electric-dark: #00B8D9;
            --ba-purple: #7B2CBF;
            --ba-purple-light: #9D4EDD;
            --ba-gold: #D4AF37;
            --ba-gold-light: #E5C868;
            --ba-cream: #FAF9F7;
            --ba-warm: #F5F3F0;
            --ba-white: #FFFFFF;
            --ba-charcoal: #1A1A1A;
        }

        /* Reset & Base */
        *, *::before, *::after {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        html {
            scroll-behavior: smooth;
            font-size: 16px;
        }

        body {
            font-family: 'Space Grotesk', -apple-system, BlinkMacSystemFont, sans-serif;
            background: var(--ba-cream);
            color: var(--ba-charcoal);
            line-height: 1.6;
            overflow-x: hidden;
        }

        /* Typography */
        h1, h2, h3, h4 {
            font-family: 'Playfair Display', Georgia, serif;
            font-weight: 500;
            line-height: 1.2;
        }

        h1 em, h2 em, h3 em {
            font-style: italic;
            color: var(--ba-electric);
        }

        /* Container */
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 2rem;
        }

        /* Section */
        .section {
            padding: 5rem 0;
        }

        .section-header {
            margin-bottom: 3rem;
        }

        .section-header.centered {
            text-align: center;
        }

        .section-header h2 {
            font-size: 2.75rem;
            color: var(--ba-charcoal);
        }

        .section-badge {
            display: inline-block;
            padding: 0.5rem 1.25rem;
            font-size: 0.75rem;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.15em;
            border-radius: 50px;
            margin-bottom: 1rem;
            background: var(--ba-deep);
            color: var(--ba-white);
        }

        .section-badge.electric {
            background: var(--ba-electric);
            color: var(--ba-deep);
        }

        .section-badge.purple {
            background: var(--ba-purple);
            color: var(--ba-white);
        }

        .section-badge.gold {
            background: var(--ba-gold);
            color: var(--ba-charcoal);
        }

        /* Navigation */
        .nav {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            z-index: 1000;
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 1.5rem 3rem;
            background: transparent;
            transition: all 0.3s ease;
        }

        .nav.scrolled {
            background: var(--ba-deep);
            padding: 1rem 3rem;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
        }

        .nav-logo {
            font-family: 'Playfair Display', serif;
            font-size: 1.5rem;
            font-weight: 600;
            color: var(--ba-white);
            text-decoration: none;
        }

        .nav-logo span {
            color: var(--ba-electric);
        }

        .nav-links {
            display: flex;
            align-items: center;
            gap: 2rem;
        }

        .nav-links a {
            color: rgba(255, 255, 255, 0.9);
            text-decoration: none;
            font-size: 0.9rem;
            font-weight: 500;
            transition: color 0.3s ease;
        }

        .nav-links a:hover {
            color: var(--ba-electric);
        }

        .nav-cta {
            background: var(--ba-electric) !important;
            color: var(--ba-deep) !important;
            padding: 0.75rem 1.5rem;
            border-radius: 6px;
            font-weight: 600;
        }

        .nav-cta:hover {
            background: var(--ba-electric-dark) !important;
        }

        .nav-mobile {
            display: none;
            background: none;
            border: none;
            cursor: pointer;
            padding: 0.5rem;
        }

        .nav-mobile svg {
            width: 24px;
            height: 24px;
            color: var(--ba-white);
        }

        /* Mobile Menu */
        .mobile-menu {
            display: none;
            position: fixed;
            top: 80px;
            left: 0;
            right: 0;
            background: var(--ba-deep);
            padding: 2rem;
            flex-direction: column;
            gap: 1.5rem;
            z-index: 999;
        }

        .mobile-menu.active {
            display: flex;
        }

        .mobile-menu a {
            color: var(--ba-white);
            text-decoration: none;
            font-size: 1.1rem;
            font-weight: 500;
        }

        /* Hero Section */
        .hero {
            min-height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
            background: linear-gradient(135deg, var(--ba-deep) 0%, var(--ba-deep-light) 50%, var(--ba-purple) 100%);
            position: relative;
            overflow: hidden;
            text-align: center;
            padding: 6rem 2rem;
        }

        .hero::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background:
                radial-gradient(circle at 20% 80%, rgba(0, 217, 255, 0.15) 0%, transparent 50%),
                radial-gradient(circle at 80% 20%, rgba(123, 44, 191, 0.2) 0%, transparent 50%);
        }

        .hero::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.02'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
        }

        .hero-content {
            position: relative;
            z-index: 1;
            max-width: 950px;
        }

        .hero-badge {
            display: inline-block;
            padding: 0.5rem 1.5rem;
            background: rgba(0, 217, 255, 0.15);
            border: 1px solid var(--ba-electric);
            border-radius: 50px;
            color: var(--ba-electric);
            font-size: 0.8rem;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.2em;
            margin-bottom: 2rem;
        }

        .hero h1 {
            font-size: 4rem;
            color: var(--ba-white);
            margin-bottom: 1.5rem;
            line-height: 1.1;
        }

        .hero-subtitle {
            font-size: 1.35rem;
            color: rgba(255, 255, 255, 0.85);
            max-width: 750px;
            margin: 0 auto 2.5rem;
            line-height: 1.7;
        }

        .hero-cta-group {
            display: flex;
            gap: 1rem;
            justify-content: center;
            flex-wrap: wrap;
        }

        .hero-cta {
            display: inline-block;
            padding: 1rem 2.5rem;
            background: var(--ba-electric);
            color: var(--ba-deep);
            text-decoration: none;
            font-weight: 600;
            font-size: 1rem;
            border-radius: 6px;
            transition: all 0.3s ease;
        }

        .hero-cta:hover {
            background: var(--ba-electric-dark);
            transform: translateY(-2px);
        }

        .hero-cta-secondary {
            display: inline-block;
            padding: 1rem 2.5rem;
            background: transparent;
            color: var(--ba-white);
            text-decoration: none;
            font-weight: 600;
            font-size: 1rem;
            border-radius: 6px;
            border: 2px solid rgba(255, 255, 255, 0.3);
            transition: all 0.3s ease;
        }

        .hero-cta-secondary:hover {
            border-color: var(--ba-electric);
            color: var(--ba-electric);
        }

        /* Problem/Solution Section */
        .problem-section {
            background: var(--ba-cream);
        }

        .problem-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 4rem;
            align-items: center;
        }

        .problem-text h2 {
            margin-bottom: 1.5rem;
        }

        .problem-text h2 em {
            color: var(--ba-purple);
        }

        .problem-text p {
            font-size: 1.1rem;
            line-height: 1.8;
            color: #444;
            margin-bottom: 1.25rem;
        }

        .problem-text p strong {
            color: var(--ba-deep);
        }

        .solution-card {
            background: var(--ba-deep);
            color: var(--ba-white);
            padding: 3rem;
            border-radius: 16px;
            position: relative;
            overflow: hidden;
        }

        .solution-card::before {
            content: '';
            position: absolute;
            top: -50%;
            right: -50%;
            width: 100%;
            height: 100%;
            background: radial-gradient(circle, rgba(0, 217, 255, 0.15) 0%, transparent 70%);
        }

        .solution-card h3 {
            color: var(--ba-electric);
            font-size: 1.75rem;
            margin-bottom: 1rem;
            position: relative;
        }

        .solution-card p {
            color: rgba(255, 255, 255, 0.85);
            line-height: 1.8;
            position: relative;
            margin-bottom: 1rem;
        }

        .solution-card ul {
            list-style: none;
            position: relative;
        }

        .solution-card li {
            color: rgba(255, 255, 255, 0.85);
            padding: 0.5rem 0;
            padding-left: 1.5rem;
            position: relative;
        }

        .solution-card li::before {
            content: '→';
            position: absolute;
            left: 0;
            color: var(--ba-electric);
        }

        /* Case Study Section */
        .case-study {
            background: linear-gradient(135deg, var(--ba-deep) 0%, var(--ba-deep-light) 100%);
            color: var(--ba-white);
        }

        .case-study .section-header h2 {
            color: var(--ba-white);
        }

        .case-study-content {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 4rem;
            align-items: start;
        }

        .case-study-story h3 {
            color: var(--ba-electric);
            font-size: 2rem;
            margin-bottom: 1.5rem;
        }

        .case-study-story p {
            color: rgba(255, 255, 255, 0.85);
            font-size: 1.1rem;
            line-height: 1.8;
            margin-bottom: 1.25rem;
        }

        .case-study-story p strong {
            color: var(--ba-electric);
        }

        .case-study-features {
            display: grid;
            gap: 1.5rem;
        }

        .feature-card {
            background: rgba(255, 255, 255, 0.05);
            border: 1px solid rgba(255, 255, 255, 0.1);
            border-radius: 12px;
            padding: 2rem;
            transition: all 0.3s ease;
        }

        .feature-card:hover {
            background: rgba(255, 255, 255, 0.08);
            border-color: var(--ba-electric);
            transform: translateX(5px);
        }

        .feature-card h4 {
            color: var(--ba-white);
            font-size: 1.15rem;
            margin-bottom: 0.75rem;
            display: flex;
            align-items: center;
            gap: 0.75rem;
        }

        .feature-card h4 span {
            font-size: 1.5rem;
        }

        .feature-card p {
            color: rgba(255, 255, 255, 0.7);
            font-size: 0.95rem;
            line-height: 1.6;
        }

        /* Capabilities Section */
        .capabilities-section {
            background: var(--ba-cream);
        }

        .capabilities-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 2rem;
        }

        .capability-card {
            background: var(--ba-white);
            padding: 2.5rem;
            border-radius: 16px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
            border-top: 4px solid var(--ba-electric);
            transition: all 0.3s ease;
        }

        .capability-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
        }

        .capability-icon {
            font-size: 2.5rem;
            margin-bottom: 1.5rem;
        }

        .capability-card h4 {
            color: var(--ba-deep);
            font-size: 1.25rem;
            margin-bottom: 1rem;
        }

        .capability-card p {
            color: #555;
            font-size: 0.95rem;
            line-height: 1.7;
        }

        /* Quote Section */
        .quote-section {
            background: var(--ba-purple);
            padding: 5rem 2rem;
            text-align: center;
        }

        .quote-content {
            max-width: 800px;
            margin: 0 auto;
        }

        .quote-text {
            font-family: 'Playfair Display', serif;
            font-size: 2rem;
            font-style: italic;
            color: var(--ba-white);
            line-height: 1.5;
            margin-bottom: 1.5rem;
        }

        .quote-attribution {
            color: rgba(255, 255, 255, 0.8);
            font-weight: 600;
            font-size: 1rem;
        }

        /* Results Section */
        .results-section {
            background: var(--ba-warm);
        }

        .results-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 2rem;
        }

        .result-stat {
            text-align: center;
            padding: 2.5rem 1.5rem;
            background: var(--ba-white);
            border-radius: 12px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
        }

        .result-number {
            font-family: 'Playfair Display', serif;
            font-size: 3.5rem;
            font-weight: 600;
            color: var(--ba-electric);
            line-height: 1;
            margin-bottom: 0.5rem;
        }

        .result-label {
            font-size: 0.9rem;
            color: var(--ba-deep);
            text-transform: uppercase;
            letter-spacing: 0.1em;
        }

        /* FAQ Section */
        .faq-section {
            background: var(--ba-cream);
        }

        .faq-grid {
            max-width: 800px;
            margin: 0 auto;
        }

        .faq-item {
            margin-bottom: 1rem;
            background: var(--ba-white);
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
        }

        .faq-question {
            width: 100%;
            padding: 1.5rem 2rem;
            background: none;
            border: none;
            text-align: left;
            font-family: 'Space Grotesk', sans-serif;
            font-size: 1.1rem;
            font-weight: 600;
            color: var(--ba-charcoal);
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            transition: background 0.3s ease;
        }

        .faq-question:hover {
            background: var(--ba-warm);
        }

        .faq-question span {
            font-size: 1.5rem;
            color: var(--ba-electric);
            transition: transform 0.3s ease;
        }

        .faq-question.active span {
            transform: rotate(45deg);
        }

        .faq-answer {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease;
        }

        .faq-answer.active {
            max-height: 500px;
        }

        .faq-answer p {
            padding: 0 2rem 1.5rem;
            color: #555;
            line-height: 1.7;
        }

        /* CTA Section */
        .cta-section {
            background: linear-gradient(135deg, var(--ba-deep) 0%, var(--ba-purple) 100%);
            padding: 5rem 2rem;
            text-align: center;
            position: relative;
            overflow: hidden;
        }

        .cta-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: radial-gradient(circle at 50% 50%, rgba(0, 217, 255, 0.1) 0%, transparent 50%);
        }

        .cta-content {
            max-width: 700px;
            margin: 0 auto;
            position: relative;
            z-index: 1;
        }

        .cta-content h2 {
            color: var(--ba-white);
            font-size: 2.5rem;
            margin-bottom: 1rem;
        }

        .cta-content p {
            color: rgba(255, 255, 255, 0.85);
            font-size: 1.2rem;
            margin-bottom: 2rem;
        }

        .cta-btn {
            display: inline-block;
            padding: 1rem 2.5rem;
            background: var(--ba-electric);
            color: var(--ba-deep);
            text-decoration: none;
            font-weight: 600;
            font-size: 1rem;
            border-radius: 6px;
            transition: all 0.3s ease;
        }

        .cta-btn:hover {
            background: var(--ba-electric-dark);
            transform: translateY(-2px);
        }

        /* Footer */
        .footer {
            background: var(--ba-charcoal);
            color: var(--ba-white);
            padding: 4rem 0 2rem;
        }

        .footer-inner {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 2rem;
        }

        .footer-main {
            display: grid;
            grid-template-columns: 2fr 1fr 1fr 1fr;
            gap: 3rem;
            padding-bottom: 3rem;
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        }

        .footer-brand h3 {
            font-size: 1.75rem;
            margin-bottom: 1rem;
        }

        .footer-brand h3 span {
            color: var(--ba-electric);
        }

        .footer-brand p {
            color: rgba(255, 255, 255, 0.7);
            line-height: 1.7;
            margin-bottom: 1.5rem;
        }

        .footer-badge {
            display: inline-block;
            padding: 0.5rem 1rem;
            background: rgba(0, 217, 255, 0.15);
            border: 1px solid var(--ba-electric);
            color: var(--ba-electric);
            font-size: 0.75rem;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.1em;
            border-radius: 4px;
        }

        .footer-column h4 {
            color: var(--ba-white);
            font-size: 1rem;
            margin-bottom: 1.5rem;
            text-transform: uppercase;
            letter-spacing: 0.1em;
        }

        .footer-column a {
            display: block;
            color: rgba(255, 255, 255, 0.7);
            text-decoration: none;
            margin-bottom: 0.75rem;
            font-size: 0.95rem;
            transition: color 0.3s ease;
        }

        .footer-column a:hover {
            color: var(--ba-electric);
        }

        .footer-bottom {
            padding-top: 2rem;
            text-align: center;
        }

        .footer-bottom p {
            color: rgba(255, 255, 255, 0.5);
            font-size: 0.9rem;
        }

        /* Animations */
        [data-animate] {
            opacity: 0;
            transform: translateY(40px);
            transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1), transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
        }

        [data-animate].visible {
            opacity: 1;
            transform: translateY(0);
        }

        /* Staggered card animations */
        .capability-card, .feature-card, .result-stat, .faq-item {
            opacity: 0;
            transform: translateY(60px);
            transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1), transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .capability-card.animate-in, .feature-card.animate-in, .result-stat.animate-in, .faq-item.animate-in {
            opacity: 1;
            transform: translateY(0);
        }

        /* Staggered delays */
        .capability-card:nth-child(1), .feature-card:nth-child(1), .result-stat:nth-child(1), .faq-item:nth-child(1) { transition-delay: 0s; }
        .capability-card:nth-child(2), .feature-card:nth-child(2), .result-stat:nth-child(2), .faq-item:nth-child(2) { transition-delay: 0.12s; }
        .capability-card:nth-child(3), .feature-card:nth-child(3), .result-stat:nth-child(3), .faq-item:nth-child(3) { transition-delay: 0.24s; }
        .capability-card:nth-child(4), .feature-card:nth-child(4), .result-stat:nth-child(4), .faq-item:nth-child(4) { transition-delay: 0.36s; }
        .capability-card:nth-child(5), .faq-item:nth-child(5) { transition-delay: 0.48s; }
        .capability-card:nth-child(6) { transition-delay: 0.6s; }

        /* Responsive */
        @media (max-width: 1024px) {
            .capabilities-grid,
            .results-grid {
                grid-template-columns: repeat(2, 1fr);
            }

            .footer-main {
                grid-template-columns: 1fr 1fr;
                gap: 2rem;
            }
        }

        @media (max-width: 900px) {
            .nav-links {
                display: none;
            }

            .nav-mobile {
                display: block;
            }

            .problem-grid,
            .case-study-content {
                grid-template-columns: 1fr;
                gap: 2rem;
            }

            .hero h1 {
                font-size: 2.75rem;
            }

            .section-header h2 {
                font-size: 2rem;
            }
        }

        @media (max-width: 640px) {
            .capabilities-grid,
            .results-grid {
                grid-template-columns: 1fr;
            }

            .hero h1 {
                font-size: 2.25rem;
            }

            .hero-cta-group {
                flex-direction: column;
                align-items: center;
            }

            .result-number {
                font-size: 2.5rem;
            }

            .footer-main {
                grid-template-columns: 1fr;
            }
        }
