/* The Recognition Model Slide */
.recognition-model-slide .slide-inner {
    display: flex;
    flex-direction: column;
}

.rm-container {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 4rem;
    margin-top: 2rem;
    align-items: center;
}

.rm-content {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.rm-intro {
    font-size: 1.1rem;
    line-height: 1.6;
    color: var(--mercedes-silver);
    margin-bottom: 1rem;
}

.rm-step {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 1.5rem;
}

.rm-step:last-child {
    border-bottom: none;
}

.rm-num {
    font-family: var(--font-display);
    color: var(--mercedes-gold);
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
    display: block;
}

.rm-step h4 {
    font-family: var(--font-display);
    font-size: 1.4rem;
    color: var(--white);
    margin-bottom: 0.5rem;
}

.rm-step p {
    font-size: 1rem;
    color: var(--mercedes-silver);
    line-height: 1.5;
}

.rm-visual {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.rm-trophy-img {
    width: 100%;
    max-width: 400px;
    filter: drop-shadow(0 0 30px rgba(212, 175, 55, 0.3));
    animation: floatingTrophy 6s ease-in-out infinite;
}

@keyframes floatingTrophy {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px);
    }
}

.rm-caption {
    margin-top: 2rem;
    text-align: center;
    font-size: 0.9rem;
    color: var(--mercedes-silver);
    font-style: italic;
}

/* Award Categories Slide */
.categories-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 2rem;
    margin-top: 3rem;
}

.cat-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1rem;
    transition: transform 0.3s ease;
}

.cat-card:hover {
    transform: translateY(-5px);
}

.cat-icon-circle {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    border: 1px solid rgba(212, 175, 55, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.cat-icon-circle::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, rgba(212, 175, 55, 0.2), transparent 70%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.cat-card:hover .cat-icon-circle {
    border-color: var(--mercedes-gold);
    box-shadow: 0 0 20px rgba(212, 175, 55, 0.2);
}

.cat-card:hover .cat-icon-circle::before {
    opacity: 1;
}

.cat-icon {
    width: 50%;
    /* Adjust based on your SVGs */
    height: 50%;
    fill: var(--mercedes-gold);
    /* Or standard icon color */
    object-fit: contain;
    z-index: 2;
}


.cat-card h4 {
    font-family: var(--font-display);
    font-size: 1.1rem;
    color: var(--white);
    margin-bottom: 0.5rem;
}

.cat-card p {
    font-size: 0.85rem;
    color: var(--mercedes-silver);
    line-height: 1.4;
}

/* 360 Degree Media Exposure (Ultimate Luxury Glow) */
.media-exposure-slide .slide-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 1;
}

/* Ambient Background Glow for the whole slide */
.media-exposure-slide::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 80%;
    background: radial-gradient(circle, rgba(20, 20, 20, 0.8) 0%, rgba(0, 0, 0, 0) 70%);
    z-index: -1;
    pointer-events: none;
}

.hex-container {
    position: relative;
    width: 700px;
    height: 700px;
    margin: 3rem auto 0 auto;
    /* Scale the whole system for impact */
    transform: scale(1.1);
    transform-origin: center center;
}

/* Base Hexagon Style */
.hex-item {
    position: absolute;
    width: 220px;
    height: 254px;
    /* Mathematically correct height for width (approx width * 1.1547) or slightly elongated */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    /* Glassy Dark Background with subtle gradient */
    background: linear-gradient(135deg, rgba(25, 25, 25, 0.95), rgba(5, 5, 5, 0.98));
    /* Inner inset glow for depth */
    box-shadow: inset 0 0 30px rgba(255, 255, 255, 0.05);
    padding: 1.5rem;
    z-index: 5;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.hex-content {
    z-index: 10;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    pointer-events: none;
}

.hex-content h4 {
    font-family: var(--font-display);
    font-size: 1.4rem;
    margin: 0;
    color: #fff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.8);
    font-weight: 500;
    letter-spacing: 0.5px;
}

.hex-content p {
    font-size: 0.8rem;
    /* Slightly adjusted for better fit */
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.95);
    /* Brighter for better contrast */
    font-family: var(--font-body);
    font-weight: 400;
    /* Increased weight from 300 */
    padding: 0 10px;
    /* Add horizontal padding to avoid edge clipping */
}

/* --- Specific Hexagon Styling & High-End Glows --- */
/* We use filter: drop-shadow because it follows the clip-path shape perfectly */

/* CENTER: The Sun (Deliverables - Gold) */
.hex-center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 250px;
    height: 290px;
    z-index: 20;
    /* Richer Gold Gradient */
    background: linear-gradient(135deg, rgba(30, 30, 30, 1), #000);
    /* Double Gold Glow */
    filter: drop-shadow(0 0 10px rgba(212, 175, 55, 0.8)) drop-shadow(0 0 30px rgba(212, 175, 55, 0.4));
    border: 1px solid rgba(212, 175, 55, 0.2);
    /* Subtle organic border before clip-path (might get clipped, rely on shadow) */
}

/* Enhance center text */
.hex-center .hex-content h4 {
    font-size: 1.3rem;
    /* Reduced to fit purely within the hexagon safe zone */
    color: var(--mercedes-gold);
    text-shadow: 0 0 15px rgba(212, 175, 55, 0.6);
    letter-spacing: 2px;
    text-transform: uppercase;
    word-wrap: break-word;
    max-width: 100%;
}

/* SURROUNDING HEXAGONS */

/* RADIO: Radiant Red */
.hex-1 {
    top: 2%;
    left: 50%;
    transform: translateX(-50%);
    /* Tinted Background */
    background: linear-gradient(135deg, rgba(40, 10, 10, 0.95), rgba(10, 10, 10, 0.98));
    /* Neon Red Glow */
    filter: drop-shadow(0 0 8px rgba(255, 50, 50, 0.8)) drop-shadow(0 0 20px rgba(255, 0, 0, 0.3));
}

.hex-1 .hex-content h4 {
    color: #ffadad;
    text-shadow: 0 0 10px rgba(255, 50, 50, 0.5);
}


/* DIGITAL: Electric Blue */
.hex-2 {
    top: 25%;
    left: 82%;
    background: linear-gradient(135deg, rgba(10, 20, 40, 0.95), rgba(10, 10, 10, 0.98));
    filter: drop-shadow(0 0 8px rgba(0, 150, 255, 0.8)) drop-shadow(0 0 20px rgba(0, 100, 255, 0.3));
}

.hex-2 .hex-content h4 {
    color: #add8ff;
    text-shadow: 0 0 10px rgba(0, 150, 255, 0.5);
}


/* SOCIAL MEDIA: Neon Green */
.hex-3 {
    top: 68%;
    left: 82%;
    background: linear-gradient(135deg, rgba(10, 40, 20, 0.95), rgba(10, 10, 10, 0.98));
    filter: drop-shadow(0 0 8px rgba(0, 255, 100, 0.7)) drop-shadow(0 0 20px rgba(0, 200, 80, 0.3));
}

.hex-3 .hex-content h4 {
    color: #adffcd;
    text-shadow: 0 0 10px rgba(0, 255, 100, 0.5);
}


/* TV: Deep Crimson */
.hex-4 {
    bottom: 2%;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, rgba(50, 10, 10, 0.95), rgba(10, 10, 10, 0.98));
    filter: drop-shadow(0 0 8px rgba(220, 20, 60, 0.8)) drop-shadow(0 0 20px rgba(200, 0, 0, 0.3));
}

.hex-4 .hex-content h4 {
    color: #ffadad;
    text-shadow: 0 0 10px rgba(220, 20, 60, 0.5);
}


/* PRINT: Royal Purple */
.hex-5 {
    top: 68%;
    left: 18%;
    transform: translateX(-100%);
    background: linear-gradient(135deg, rgba(30, 10, 50, 0.95), rgba(10, 10, 10, 0.98));
    filter: drop-shadow(0 0 8px rgba(180, 50, 255, 0.7)) drop-shadow(0 0 20px rgba(150, 0, 200, 0.3));
}

.hex-5 .hex-content h4 {
    color: #e0adff;
    text-shadow: 0 0 10px rgba(180, 50, 255, 0.5);
}


/* ON GROUND: Luxury Bronze/Orange */
.hex-6 {
    top: 25%;
    left: 18%;
    transform: translateX(-100%);
    background: linear-gradient(135deg, rgba(50, 30, 10, 0.95), rgba(10, 10, 10, 0.98));
    filter: drop-shadow(0 0 8px rgba(255, 150, 0, 0.7)) drop-shadow(0 0 20px rgba(255, 100, 0, 0.3));
}

.hex-6 .hex-content h4 {
    color: #ffcfad;
    text-shadow: 0 0 10px rgba(255, 150, 0, 0.5);
}



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

    .rm-container {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .categories-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .hex-container {
        width: 100%;
        height: 600px;
        margin: 0 auto;
        transform: scale(0.55);
        /* Smaller on mobile to fit */
    }
}