/* =======================================================
   6th Great Indian Family Office Summit & Awards 2026
   Official Style Sheet (Full)
   ======================================================= */

:root {
    /* Brand Colors */
    --primary: #0354AB;      /* Deep Blue */
    --secondary: #199CD5;    /* Sky Blue */
    --tertiary: #C23057;     /* Crimson */
    
    /* UI Palette */
    --navy-dark: #0A1A2E;
    --ice-white: #F8FAFC;
    --pure-white: #FFFFFF;
    --text-dark: #1E293B;
    --text-muted: #64748B;
    
    /* Typography */
    --font-main: 'Poppins', sans-serif;
    --font-secondary: 'Montserrat', sans-serif;
    
    /* Transitions */
    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* 1. Global Reset & Base */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html { scroll-behavior: smooth; }

body {
    font-family: var(--font-secondary);
    color: var(--text-dark);
    line-height: 1.6;
    background-color: var(--pure-white);
    overflow-x: hidden;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* --- LUXURY NAVBAR --- */
.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    padding: 20px 0;
    transition: all 0.4s ease;
    background: rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(15px); /* Frosted Glass */
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.navbar.scrolled {
    padding: 12px 0;
    background: rgba(3, 84, 171, 0.95); /* Your Primary Blue */
}

.nav-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo img {
    height: 35px;
    width: auto;
}


.nav-links {
    display: flex;
    gap: 35px;
    list-style: none;
    align-items: center;
}

.nav-links a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
    transition: 0.3s;
    opacity: 0.8;
}

.nav-links a:hover {
    opacity: 1;
    color: #199CD5; /* Secondary Blue */
}

.nav-cta {
    background: #C23057; /* Crimson */
    padding: 10px 22px;
    border-radius: 4px;
    opacity: 1 !important;
}

.hero {
    height: 100vh;
    min-height: 700px;
    /* Layer 1: The Dark Gradient Overlay | Layer 2: The Background Image */
    background: url('../img/bg-img2.webp');
    background-size: cover;          /* Ensures image fills the screen */
    background-position: center;     /* Keeps the center of the image in view */
    background-attachment: fixed;    /* Optional: Creates a cool parallax effect on scroll */
    background-repeat: no-repeat;
    
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    text-align: center;
}

/* Optional: Add a subtle Secondary Blue tint to one corner for depth */
.hero::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at top right, rgba(25, 156, 213, 0.15), transparent 50%);
    pointer-events: none;
    z-index: 1;
}

/* Ensure the container sits above the overlays */
.hero-container {
    position: relative;
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1200px;
    padding: 0 20px;
}

.hero-container {
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 1200px;
    padding: 0 20px;
}

/* 1. Badge */
.report-badge {
    background: rgba(194, 48, 87, 0.15);
    color: #C23057;
    border: 1px solid #C23057;
    padding: 6px 15px;
    border-radius: 30px;
    font-size: 0.7rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 2vh; /* Scales with screen height */
}

/* 2. Logo */
.hero-logo-box img {
    height: 100px; /* Reduced to ensure desktop fit */
    margin-bottom: 2vh;
}

/* 3. Title */
.hero-title {
    font-size: clamp(2rem, 4vw, 3.5rem);
    color: #fff;
    line-height: 1.1;
    margin-bottom: 10px;
    font-weight: 800;
}

.hero-title span {
    color: #199CD5;
    font-weight: 300;
}

.edition-text {
    color: rgba(255,255,255,0.6);
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 0.75rem;
    margin-bottom: 3vh;
}

/* 4. Info Bar (Horizontal to save height) */
.hero-info-row {
    display: flex;
    align-items: center;
    gap: 20px;
    background: rgba(255,255,255,0.03);
    padding: 10px 25px;
    border-radius: 50px;
    border: 1px solid rgba(255,255,255,0.1);
    margin-bottom: 4vh;
}

.info-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.9rem;
    color: #fff;
}

.info-item i { color: #C23057; }

.info-sep {
    width: 1px;
    height: 15px;
    background: rgba(255,255,255,0.2);
}

/* 5. Buttons */
.hero-btns {
    display: flex;
    gap: 15px;
}

.btn-solid {
    background: #C23057;
    color: #fff;
    padding: 12px 28px;
    border-radius: 4px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.8rem;
}

.btn-outline {
    border: 1px solid #fff;
    color: #fff;
    padding: 12px 28px;
    border-radius: 4px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.8rem;
}

/* 4. Buttons */
.btn {
    display: inline-block;
    padding: 16px 38px;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    border-radius: 4px;
    text-transform: uppercase;
    transition: var(--transition);
    cursor: pointer;
}

.btn-primary { 
    background: var(--tertiary); 
    color: var(--pure-white);
    box-shadow: 0 4px 15px rgba(194, 48, 87, 0.3);
}

.btn-primary:hover { transform: translateY(-3px); filter: brightness(1.1); }

.btn-secondary {
    border: 2px solid var(--pure-white);
    color: var(--pure-white);
    margin-left: 15px;
}

.btn-secondary:hover { background: var(--pure-white); color: var(--primary); }

/* 5. Stat Highlights */
.highlights {
    background: var(--ice-white);
    padding: 80px 0;
    margin-top: -60px;
    position: relative;
    z-index: 5;
}

.highlights-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 25px;
}

.highlight-card {
    background: var(--pure-white);
    padding: 40px 20px;
    text-align: center;
    border-top: 5px solid var(--secondary);
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: var(--transition);
}

.highlight-card:hover { transform: translateY(-10px); }

.highlight-icon { font-size: 2.5rem; color: var(--primary); margin-bottom: 15px; }

.highlight-card h3 { font-size: 2.5rem; color: var(--primary); margin-bottom: 5px; }

.highlight-card p { font-weight: 700; font-size: 12px; text-transform: uppercase; color: var(--text-muted); }

/* 6. Carousel Mechanics */
.carousel-container {
    position: relative;
    display: flex;
    align-items: center;
    padding: 40px 0;
}

.carousel-wrapper {
    overflow: hidden;
    width: 100%;
}

.carousel-track {
    display: flex;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    gap: 20px;
}

.speaker-card {
    flex: 0 0 calc(25% - 15px);
    min-width: 280px;
    background: var(--pure-white);
    padding: 30px 20px;
    text-align: center;
    border-bottom: 4px solid var(--tertiary);
    box-shadow: 0 5px 15px rgba(0,0,0,0.03);
}

.speaker-image img {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 20px;
    border: 5px solid var(--ice-white);
}

.speaker-name { font-size: 1.25rem; font-weight: 700; color: var(--primary); margin-bottom: 5px; }

.speaker-designation { font-size: 0.9rem; color: var(--tertiary); font-weight: 600; line-height: 1.3; }

.speaker-company { font-size: 0.85rem; color: var(--text-muted); margin-top: 5px; }

/* Carousel Controls */
.carousel-btn {
    background: var(--primary);
    color: var(--pure-white);
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
    flex-shrink: 0;
}

.carousel-btn:hover { background: var(--tertiary); }

.carousel-dots {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 20px;
}

.dot {
    width: 10px;
    height: 10px;
    background: #CBD5E1;
    border-radius: 50%;
    cursor: pointer;
    transition: var(--transition);
}

.dot.active { background: var(--secondary); width: 25px; border-radius: 10px; }


/* --- Powerlist Section Base --- */
.powerlist {
    padding: 100px 0;
    /* Deep Gradient Background with Theme Accents */
    background: radial-gradient(circle at top right, #061630 0%, #02060d 100%);
    position: relative;
    overflow: hidden;
    width: 100%;
}

/* Atmospheric Glow Background Effect */
.power-bg-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80vw;
    height: 80vh;
    background: radial-gradient(circle, rgba(3, 84, 171, 0.1) 0%, rgba(194, 48, 87, 0.05) 50%, transparent 100%);
    z-index: 1;
    pointer-events: none;
}

/* --- Centered Alignment Logic --- */
.powerlist .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center; /* Forces all children to horizontal center */
    position: relative;
    z-index: 5;
}

.power-header-wrap {
    text-align: center;
    margin-bottom: 50px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Pre-Title (Secondary Blue) */
.pre-title {
    color: #199CD5; 
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 0.85rem;
    font-weight: 700;
    margin-bottom: 12px;
    display: block;
}

/* Section Title */
.section-title {
    font-size: clamp(2.5rem, 5vw, 3.8rem);
    color: #ffffff;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0;
    line-height: 1.1;
}

.section-title span {
    color: #C23057; /* Crimson Year Highlight */
}

/* Centered Decorative Divider */
.header-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 25px 0 45px;
}

.header-divider .line {
    width: 80px;
    height: 2px;
    background: linear-gradient(to right, transparent, #C23057);
}

.header-divider .line:last-child {
    background: linear-gradient(to left, transparent, #C23057);
}

.header-divider i {
    color: #C23057;
    font-size: 1.3rem;
    filter: drop-shadow(0 0 5px rgba(194, 48, 87, 0.5));
}

/* --- Tabs Alignment & Styling --- */
.power-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* Centers buttons horizontally */
    gap: 15px;
    width: 100%;
    margin-bottom: 20px;
}

.p-tab {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(25, 156, 213, 0.3);
    color: #ffffff;
    padding: 14px 28px;
    font-size: 0.95rem;
    font-weight: 700;
    cursor: pointer;
    border-radius: 4px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.p-tab:hover {
    border-color: #199CD5;
    background: rgba(25, 156, 213, 0.1);
}

.p-tab.active {
    background: #C23057; /* Crimson Active */
    border-color: #C23057;
    box-shadow: 0 10px 25px rgba(194, 48, 87, 0.4);
    transform: translateY(-3px);
}

/* --- Grid & Card Display --- */
.power-display-area {
    width: 100%;
    margin-top: 20px;
}

.power-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* Centers cards in the middle of the screen */
    gap: 35px;
}

.power-card {
    flex: 0 1 360px; /* Limits card size while allowing responsiveness */
    transition: all 0.5s ease;
    opacity: 1;
    transform: scale(1);
}

/* For Tab Switching Logic */
.power-card.hidden {
    display: none;
    opacity: 0;
    transform: scale(0.9);
}

.card-inner {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    background: #000;
    border: 1px solid rgba(25, 156, 213, 0.2);
    box-shadow: 0 20px 40px rgba(0,0,0,0.5);
    transition: all 0.4s ease;
}

.card-inner img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.8s ease;
}

/* Card Hover Animations */
.power-card:hover .card-inner {
    border-color: #199CD5; /* Secondary Blue Glow */
    box-shadow: 0 0 35px rgba(25, 156, 213, 0.3);
    transform: translateY(-5px);
}

.power-card:hover img {
    transform: scale(1.1);
    filter: saturate(1.1);
}

/* --- Mobile Responsive Fixes --- */
@media (max-width: 768px) {
    .section-title { font-size: 2.2rem; }
    .p-tab { width: 100%; padding: 12px; font-size: 0.85rem; }
    .power-grid { gap: 20px; }
    .header-divider .line { width: 40px; }
}

/* The Expanding Logic */
.accordion-item:hover,
.accordion-item.active {
    flex: 4; /* Grows significantly on hover */
}

.accordion-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s ease;
}

.accordion-item:hover img {
    transform: scale(1.05);
}

/* Gradient Overlay for Text Readability */
.accordion-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(3, 84, 171, 0.9) 0%, transparent 60%);
    opacity: 0.8;
}

/* Text Content */
.accordion-content {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    color: white;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s ease 0.2s; /* Delay so text appears after expansion */
    white-space: nowrap;
}

.accordion-item:hover .accordion-content,
.accordion-item.active .accordion-content {
    opacity: 1;
    transform: translateY(0);
}

.award-tag {
    background: #C23057; /* Tertiary Crimson */
    padding: 5px 12px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 4px;
}

.award-name {
    font-size: 2rem;
    margin: 10px 0 5px;
    font-family: 'Poppins', sans-serif;
}

.award-org {
    color: #199CD5; /* Secondary Blue */
    font-weight: 500;
}

/* Mobile: Stack them vertically instead */
@media (max-width: 768px) {
    .accordion-wrapper {
        flex-direction: column;
        height: auto;
    }
    .accordion-item {
        height: 200px;
        flex: none;
    }
    .accordion-item:hover {
        height: 350px;
    }
}


/* ===========================
   Sponsors Sizing Fix
   =========================== */
.sponsors {
    padding: 80px 0;
    background: #fff;
}

.sponsor-tier {
    margin-bottom: 50px;
    text-align: center;
}
sp

/* Category Labels */
.tier-label {
    font-size: 0.75rem;
    color: var(--tertiary); /* #C23057 */
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 800;
    margin-bottom: 20px;
    display: block;
}

/* Flex containers for logos */
.sponsor-grid, .specialty-grid {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}

/* Consistent Logo Box */
.sponsor-item {
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease;
    margin: 0 auto;
}

/* Strict Size Constraints to prevent "Very Big" logos */
.platinum .sponsor-item {
    width: 280px;  /* Max width for Presenting */
    height: 120px;
}

.gold .sponsor-item {
    width: 220px;  /* Max width for Co-Presenting */
    height: 100px;
}

.sponsor-item.small {
    width: 220px;  /* Max width for smaller partners */
    height: 100px;
    padding: 15px;
}

/* The Image itself */
.sponsor-item img {
    max-width: 90%;  /* Ensures logo doesn't touch the border */
    max-height: 90%;
    object-fit: contain; /* Keeps aspect ratio without stretching */
}

/* Hover effect */
.sponsor-item:hover {
    border-color: var(--secondary); /* #199CD5 */
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transform: translateY(-3px);
}

/* Mobile Adjustments */
@media (max-width: 768px) {
    .specialty-grid {
        flex-direction: column;
        gap: 40px;
    }
    .platinum .sponsor-item { width: 240px; }
    .gold .sponsor-item { width: 200px; }
}

/* 8. Footer */
.footer {
    background: #050d18;
    color: var(--pure-white);
    padding: 80px 0 40px;
    text-align: center;
}

.footer img { height: 45px; filter: brightness(0) invert(1); margin-bottom: 25px; opacity: 0.9; }

.footer p { font-size: 0.9rem; opacity: 0.7; }

/* 9. Responsive Queries */
@media (max-width: 1024px) {
    .speaker-card { flex: 0 0 calc(33.333% - 14px); }
    .hero-title { font-size: 2.8rem; }
}

@media (max-width: 768px) {
    .speaker-card { flex: 0 0 calc(50% - 10px); }
    .nav-links { display: none; } /* Add mobile menu logic separately if needed */
    .hero-details { flex-direction: column; gap: 15px; }
    .btn-secondary { margin-left: 0; margin-top: 15px; display: block; }
}

@media (max-width: 480px) {
    .speaker-card { flex: 0 0 100%; }
    .hero-title { font-size: 2rem; }
}


.award-extraordinary {
    height: 100vh;
    min-height: 800px;
    background: #050b16; /* Deep Midnight */
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    color: #fff;
}

/* 1. The Watermark Layer */
.watermark-text {
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 25vw;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.02);
    z-index: 0;
    letter-spacing: 2vw;
    pointer-events: none;
    top: 50%;
    transform: translateY(-50%);
}

.hero-flex {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    align-items: center;
    gap: 80px;
    z-index: 2;
}

/* 2. The Image Stack */
.visual-stack {
    position: relative;
}

.image-main-wrap {
    position: relative;
    z-index: 2;
    aspect-ratio: 3 / 2;
    box-shadow: 0 50px 100px rgba(0,0,0,0.5);
    border: 1px solid rgba(255,255,255,0.1);
}

.image-main-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* The Blue Accent Frame behind image */
.image-accent-frame {
    position: absolute;
    top: -30px;
    left: -30px;
    width: 100%;
    height: 100%;
    border: 2px solid #0354AB;
    z-index: -1;
}

.vertical-year {
    position: absolute;
    right: -40px;
    top: 50%;
    transform: rotate(90deg) translateY(-50%);
    color: #C23057;
    letter-spacing: 10px;
    font-weight: 800;
    font-size: 0.8rem;
}

/* 3. The Typography Stack */
.category-indicator {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}

.category-indicator .line {
    width: 40px;
    height: 2px;
    background: #C23057;
}

.category-indicator .label {
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 0.75rem;
    color: #199CD5;
}

.display-name {
    font-size: clamp(3.5rem, 7vw, 6rem);
    line-height: 0.85;
    font-weight: 900;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.first-name { display: block; }
.last-name {
    display: block;
    color: transparent;
    -webkit-text-stroke: 1px #fff;
    opacity: 0.5;
}

/* The Info Card */
.bio-card {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(15px);
    padding: 40px;
    border-left: 4px solid #0354AB;
    max-width: 450px;
}

.org-title {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: #199CD5;
}

.description {
    color: rgba(255,255,255,0.6);
    line-height: 1.8;
    margin-bottom: 30px;
}

.card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 20px;
}

.edition {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    opacity: 0.5;
}

/* Desktop Fit Adjustment */
@media (max-width: 992px) {
    .hero-flex { grid-template-columns: 1fr; gap: 40px; padding-top: 100px; }
    .display-name { font-size: 3.5rem; }
    .image-accent-frame { display: none; }
}


.award-tech {
    background: #020202;
    padding: 100px 0;
    font-family: 'Space Mono', monospace; /* Best for tech looks */
    color: #C23057; /* Cyber Teal or use #d4af37 for Gold-Tech */
}

.main-wrapper {
    max-width: 1100px;
    margin: auto;
    border: 1px solid rgba(0, 255, 204, 0.2);
    padding: 40px;
    position: relative;
    background: linear-gradient(135deg, rgba(0,0,0,1) 0%, rgba(10,10,10,1) 100%);
}

/* Corner Bracket Decorations */
.corner-accents {
    position: absolute;
    width: 30px;
    height: 30px;
    border: 2px solid #C23057;
}
.top-left { top: -2px; left: -2px; border-right: 0; border-bottom: 0; }
.bottom-right { bottom: -2px; right: -2px; border-left: 0; border-top: 0; }

.tech-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 50px;
    align-items: center;
}

/* Text Styling */
.status-bar {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 11px;
    margin-bottom: 30px;
    letter-spacing: 2px;
}

.pulse-dot {
    width: 6px;
    height: 6px;
    background: #C23057;
    border-radius: 50%;
    animation: pulse 1.5s infinite;
}

.tech-label {
    font-size: 10px;
    color: rgba(255,255,255,0.4);
    margin: 0;
}

.tech-value {
    color: #fff;
    font-size: 1.5rem;
    margin-bottom: 40px;
}

.company-glitch {
    font-size: 4.5rem;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    line-height: 1;
}

/* Visual Scanner Effect */
.tech-visual .image-scanner {
    position: relative;
    border: 1px solid rgba(191, 0, 255, 0.3);
    padding: 10px;
}

.tech-visual img {
    width: 100%;
    /* filter: grayscale(1) contrast(1.2); */
    display: block;
}

.laser-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #00ffcc;
    box-shadow: 0 0 15px #00ffcc;
    animation: scan 3s linear infinite;
}

@keyframes scan {
    0% { top: 0%; }
    50% { top: 100%; }
    100% { top: 0%; }
}

@keyframes pulse {
    0% { opacity: 1; }
    50% { opacity: 0.3; }
    100% { opacity: 1; }
}



.theme-award-stage {
    height: 100vh;
    min-height: 700px;
    background: #040a16; /* Deep Midnight */
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    color: #fff;
}

/* 1. Large background watermark in Secondary Blue */
.theme-bg-accent {
    position: absolute;
    right: -5%;
    bottom: -5%;
    font-size: 30vw;
    font-weight: 900;
    color: rgba(25, 156, 213, 0.03); /* Faint Secondary Blue */
    z-index: 0;
    line-height: 1;
}

.theme-wrapper {
    position: relative;
    z-index: 2;
    width: 100%;
}

.theme-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    align-items: center;
    gap: 100px;
}

/* 2. Visual Box with Crimson Accents */
.theme-visual {
    position: relative;
}

.image-border-box {
    position: relative;
    aspect-ratio: 3 / 2;
    border: 2px solid #0354AB; /* Primary Blue Frame */
    padding: 15px; /* Creates the "Picture Frame" look */
}

.image-border-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.theme-corner-badge {
    position: absolute;
    top: -25px;
    right: -25px;
    background: #C23057; /* Crimson */
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    box-shadow: 0 10px 30px rgba(194, 48, 87, 0.4);
}

/* 3. Typography with Brand Hierarchy */
.theme-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}

.theme-line {
    width: 50px;
    height: 3px;
    background: #C23057; /* Crimson accent */
}

.theme-category {
    color: #199CD5; /* Secondary Blue */
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 3px;
    font-size: 0.9rem;
}

.theme-company-name {
    font-size: clamp(3rem, 5vw, 4.5rem);
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 40px;
}

/* Footer Section */
.theme-footer-box {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 30px;
}

.theme-edition {
    color: #C23057; /* Crimson */
    font-weight: 800;
    text-transform: uppercase;
    font-size: 0.7rem;
    letter-spacing: 2px;
    margin-bottom: 5px;
}

.theme-event {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Desktop Scale */
@media (max-width: 992px) {
    .theme-grid { grid-template-columns: 1fr; gap: 50px; text-align: center; }
    .theme-header { justify-content: center; }
    .theme-corner-badge { top: 0; right: 0; }
}