/* ========================================
   PROMOTIONS PAGE - HYPER PREMIUM DESIGN
   Plik: promotions-premium.css
   Szablon: template-pages/promotions.php
   Last updated: 2025-12-14
   ======================================== */

/* ===========================================
   0. CONTAINER FALLBACK & CUSTOM PROPERTIES
   =========================================== */
:root {
    --promo-gold: #ffd700;
    --promo-gold-dark: #b8860b;
    --promo-purple: #7c3aed;
    --promo-purple-dark: #5b21b6;
    --promo-pink: #ec4899;
    --promo-orange: #f59e0b;
    --promo-cyan: #06b6d4;
    --promo-glow-gold: 0 0 30px rgba(255, 215, 0, 0.5), 0 0 60px rgba(255, 215, 0, 0.3);
    --promo-glow-purple: 0 0 30px rgba(124, 58, 237, 0.5), 0 0 60px rgba(124, 58, 237, 0.3);
}

.promo-hero .container,
.promo-active .container,
.promo-archive-section .container,
.promo-info .container {
    max-width: 1264px;
    margin: 0 auto;
    padding: 0 24px;
    width: 100%;
    box-sizing: border-box;
}

/* ===========================================
   A. HERO SECTION - HYPER PREMIUM
   =========================================== */
.promo-hero {
    position: relative;
    background:
        linear-gradient(135deg, #050208 0%, #0a0520 20%, #120a30 40%, #1a0a3e 60%, #2d1054 80%, #3d1a6b 100%);
    padding: 60px 0 160px;
    overflow: hidden;
}

/* Noise texture overlay for depth */
.promo-hero-noise {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
    opacity: 0.03;
    pointer-events: none;
    z-index: 2;
}

/* Aurora Borealis effect */
.promo-hero::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    right: -50%;
    bottom: -50%;
    background:
        conic-gradient(from 0deg at 30% 30%, transparent 0deg, rgba(255, 215, 0, 0.15) 60deg, transparent 120deg),
        conic-gradient(from 180deg at 70% 70%, transparent 0deg, rgba(124, 58, 237, 0.2) 60deg, transparent 120deg),
        conic-gradient(from 90deg at 50% 50%, transparent 0deg, rgba(236, 72, 153, 0.12) 45deg, transparent 90deg),
        radial-gradient(ellipse 120% 100% at 0% 0%, rgba(255, 161, 53, 0.25) 0%, transparent 50%),
        radial-gradient(ellipse 100% 80% at 100% 100%, rgba(139, 92, 246, 0.3) 0%, transparent 50%),
        radial-gradient(ellipse 80% 60% at 50% 50%, rgba(236, 72, 153, 0.2) 0%, transparent 60%);
    pointer-events: none;
    z-index: 1;
    animation: promo-aurora 30s ease-in-out infinite;
}

@keyframes promo-aurora {
    0%, 100% {
        opacity: 1;
        transform: scale(1) rotate(0deg);
        filter: hue-rotate(0deg);
    }
    25% {
        opacity: 0.9;
        transform: scale(1.05) rotate(5deg);
        filter: hue-rotate(15deg);
    }
    50% {
        opacity: 0.85;
        transform: scale(1.1) rotate(0deg);
        filter: hue-rotate(-10deg);
    }
    75% {
        opacity: 0.9;
        transform: scale(1.05) rotate(-5deg);
        filter: hue-rotate(10deg);
    }
}

/* Floating particles effect - enhanced with sparkles */
.promo-hero::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image:
        radial-gradient(3px 3px at 5% 15%, rgba(255, 215, 0, 0.9) 0%, transparent 100%),
        radial-gradient(2px 2px at 8% 45%, rgba(255, 255, 255, 0.7) 0%, transparent 100%),
        radial-gradient(4px 4px at 12% 75%, rgba(255, 215, 0, 0.6) 0%, transparent 100%),
        radial-gradient(2px 2px at 15% 25%, rgba(168, 85, 247, 0.7) 0%, transparent 100%),
        radial-gradient(3px 3px at 22% 55%, rgba(255, 161, 53, 0.8) 0%, transparent 100%),
        radial-gradient(2px 2px at 28% 85%, rgba(255, 255, 255, 0.6) 0%, transparent 100%),
        radial-gradient(4px 4px at 35% 20%, rgba(236, 72, 153, 0.5) 0%, transparent 100%),
        radial-gradient(2px 2px at 42% 65%, rgba(139, 92, 246, 0.7) 0%, transparent 100%),
        radial-gradient(3px 3px at 48% 35%, rgba(255, 215, 0, 0.8) 0%, transparent 100%),
        radial-gradient(2px 2px at 55% 80%, rgba(255, 255, 255, 0.5) 0%, transparent 100%),
        radial-gradient(4px 4px at 62% 10%, rgba(6, 182, 212, 0.6) 0%, transparent 100%),
        radial-gradient(2px 2px at 68% 50%, rgba(255, 161, 53, 0.7) 0%, transparent 100%),
        radial-gradient(3px 3px at 75% 70%, rgba(168, 85, 247, 0.6) 0%, transparent 100%),
        radial-gradient(2px 2px at 82% 30%, rgba(255, 215, 0, 0.7) 0%, transparent 100%),
        radial-gradient(4px 4px at 88% 60%, rgba(236, 72, 153, 0.5) 0%, transparent 100%),
        radial-gradient(2px 2px at 92% 15%, rgba(255, 255, 255, 0.6) 0%, transparent 100%),
        radial-gradient(3px 3px at 96% 85%, rgba(139, 92, 246, 0.7) 0%, transparent 100%);
    pointer-events: none;
    z-index: 2;
    animation: promo-particles 35s ease-in-out infinite;
}

@keyframes promo-particles {
    0% { transform: translateY(0) translateX(0) scale(1); opacity: 1; }
    20% { transform: translateY(-15px) translateX(8px) scale(1.02); opacity: 0.9; }
    40% { transform: translateY(-25px) translateX(-5px) scale(0.98); opacity: 0.85; }
    60% { transform: translateY(-20px) translateX(10px) scale(1.01); opacity: 0.9; }
    80% { transform: translateY(-10px) translateX(-8px) scale(0.99); opacity: 0.95; }
    100% { transform: translateY(0) translateX(0) scale(1); opacity: 1; }
}

/* Holographic grid lines */
.promo-hero-grid {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image:
        linear-gradient(rgba(255, 215, 0, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 215, 0, 0.03) 1px, transparent 1px);
    background-size: 60px 60px;
    pointer-events: none;
    z-index: 3;
    animation: promo-grid-move 20s linear infinite;
}

@keyframes promo-grid-move {
    0% { transform: perspective(500px) rotateX(60deg) translateY(0); }
    100% { transform: perspective(500px) rotateX(60deg) translateY(60px); }
}

/* ===========================================
   A.1 ANIMATED BACKGROUND SHAPES - MORPHING
   =========================================== */
.promo-hero__bg-shapes {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    pointer-events: none;
    overflow: hidden;
}

.promo-hero__shape {
    position: absolute;
    filter: blur(100px);
    opacity: 0.6;
    mix-blend-mode: screen;
}

/* Morphing blob shape 1 - Gold/Orange */
.promo-hero__shape--1 {
    width: 600px;
    height: 600px;
    background:
        radial-gradient(circle at 30% 30%, #ffd700 0%, transparent 50%),
        radial-gradient(circle at 70% 70%, #f59e0b 0%, transparent 50%),
        conic-gradient(from 0deg, #ffd700, #ef4444, #ec4899, #f59e0b, #ffd700);
    top: -200px;
    left: -200px;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    animation:
        promo-morph-1 20s ease-in-out infinite,
        promo-shape-rotate 40s linear infinite,
        promo-color-shift 15s ease-in-out infinite;
}

/* Morphing blob shape 2 - Purple/Blue */
.promo-hero__shape--2 {
    width: 500px;
    height: 500px;
    background:
        radial-gradient(circle at 40% 40%, #7c3aed 0%, transparent 50%),
        radial-gradient(circle at 60% 60%, #06b6d4 0%, transparent 50%),
        conic-gradient(from 180deg, #7c3aed, #3b82f6, #06b6d4, #8b5cf6, #7c3aed);
    top: 30%;
    right: -150px;
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    animation:
        promo-morph-2 25s ease-in-out infinite,
        promo-shape-rotate 50s linear infinite reverse,
        promo-color-shift 20s ease-in-out infinite reverse;
}

/* Morphing blob shape 3 - Pink/Warm */
.promo-hero__shape--3 {
    width: 450px;
    height: 450px;
    background:
        radial-gradient(circle at 50% 50%, #ec4899 0%, transparent 50%),
        conic-gradient(from 90deg, #ec4899, #f97316, #eab308, #f472b6, #ec4899);
    bottom: -150px;
    left: 20%;
    border-radius: 40% 60% 60% 40% / 60% 40% 60% 40%;
    animation:
        promo-morph-3 18s ease-in-out infinite,
        promo-shape-rotate 35s linear infinite;
}

/* Additional shape 4 - Cyan accent */
.promo-hero__shape--4 {
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, #06b6d4 0%, rgba(6, 182, 212, 0) 70%);
    top: 60%;
    left: 60%;
    border-radius: 50%;
    filter: blur(60px);
    animation:
        promo-shape-float-4 30s ease-in-out infinite,
        promo-orb-pulse 8s ease-in-out infinite;
}

@keyframes promo-morph-1 {
    0%, 100% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
        transform: translate(0, 0) scale(1);
    }
    25% {
        border-radius: 58% 42% 75% 25% / 76% 46% 54% 24%;
        transform: translate(50px, 30px) scale(1.05);
    }
    50% {
        border-radius: 50% 50% 33% 67% / 55% 27% 73% 45%;
        transform: translate(20px, 60px) scale(1.1);
    }
    75% {
        border-radius: 33% 67% 58% 42% / 63% 68% 32% 37%;
        transform: translate(-30px, 30px) scale(1.05);
    }
}

@keyframes promo-morph-2 {
    0%, 100% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
        transform: translate(0, 0) scale(1);
    }
    33% {
        border-radius: 40% 60% 70% 30% / 40% 70% 30% 60%;
        transform: translate(-60px, -30px) scale(1.08);
    }
    66% {
        border-radius: 70% 30% 40% 60% / 30% 60% 40% 70%;
        transform: translate(-40px, 40px) scale(1.12);
    }
}

@keyframes promo-morph-3 {
    0%, 100% {
        border-radius: 40% 60% 60% 40% / 60% 40% 60% 40%;
        transform: translate(0, 0) scale(1);
    }
    50% {
        border-radius: 60% 40% 40% 60% / 40% 60% 40% 60%;
        transform: translate(70px, -40px) scale(1.15);
    }
}

@keyframes promo-shape-rotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

@keyframes promo-color-shift {
    0%, 100% { filter: blur(100px) hue-rotate(0deg); }
    50% { filter: blur(100px) hue-rotate(30deg); }
}

@keyframes promo-shape-float-4 {
    0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.4; }
    25% { transform: translate(-30px, -20px) scale(1.1); opacity: 0.5; }
    50% { transform: translate(-50px, 10px) scale(0.9); opacity: 0.6; }
    75% { transform: translate(-20px, 30px) scale(1.05); opacity: 0.5; }
}

/* Glowing orbs - enhanced with more orbs */
.promo-hero__orb {
    position: absolute;
    border-radius: 50%;
}

.promo-hero__orb--1 {
    width: 18px;
    height: 18px;
    background: radial-gradient(circle, #fff 0%, #ffd700 50%, transparent 100%);
    box-shadow:
        0 0 20px 10px rgba(255, 215, 0, 0.6),
        0 0 40px 20px rgba(255, 215, 0, 0.4),
        0 0 60px 30px rgba(255, 215, 0, 0.2),
        0 0 80px 40px rgba(255, 215, 0, 0.1);
    top: 20%;
    left: 12%;
    animation:
        promo-orb-pulse 4s ease-in-out infinite,
        promo-orb-float 8s ease-in-out infinite,
        promo-orb-sparkle 2s ease-in-out infinite;
}

.promo-hero__orb--2 {
    width: 14px;
    height: 14px;
    background: radial-gradient(circle, #fff 0%, #a855f7 50%, transparent 100%);
    box-shadow:
        0 0 15px 8px rgba(168, 85, 247, 0.6),
        0 0 30px 15px rgba(168, 85, 247, 0.4),
        0 0 45px 22px rgba(168, 85, 247, 0.2),
        0 0 60px 30px rgba(168, 85, 247, 0.1);
    top: 55%;
    right: 18%;
    animation:
        promo-orb-pulse 4s ease-in-out infinite 1.5s,
        promo-orb-float 10s ease-in-out infinite reverse,
        promo-orb-sparkle 2.5s ease-in-out infinite;
}

/* Additional orbs */
.promo-hero__orb--3 {
    width: 10px;
    height: 10px;
    background: radial-gradient(circle, #fff 0%, #ec4899 50%, transparent 100%);
    box-shadow:
        0 0 12px 6px rgba(236, 72, 153, 0.6),
        0 0 24px 12px rgba(236, 72, 153, 0.3);
    top: 75%;
    left: 35%;
    animation:
        promo-orb-pulse 3.5s ease-in-out infinite 0.5s,
        promo-orb-float 12s ease-in-out infinite;
}

.promo-hero__orb--4 {
    width: 8px;
    height: 8px;
    background: radial-gradient(circle, #fff 0%, #06b6d4 50%, transparent 100%);
    box-shadow:
        0 0 10px 5px rgba(6, 182, 212, 0.6),
        0 0 20px 10px rgba(6, 182, 212, 0.3);
    top: 30%;
    right: 30%;
    animation:
        promo-orb-pulse 5s ease-in-out infinite 2s,
        promo-orb-float 15s ease-in-out infinite reverse;
}

.promo-hero__orb--5 {
    width: 12px;
    height: 12px;
    background: radial-gradient(circle, #fff 0%, #f59e0b 50%, transparent 100%);
    box-shadow:
        0 0 12px 6px rgba(245, 158, 11, 0.6),
        0 0 24px 12px rgba(245, 158, 11, 0.3);
    top: 45%;
    left: 5%;
    animation:
        promo-orb-pulse 4.5s ease-in-out infinite 1s,
        promo-orb-float 11s ease-in-out infinite;
}

@keyframes promo-orb-pulse {
    0%, 100% { opacity: 0.7; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.5); }
}

@keyframes promo-orb-float {
    0%, 100% { transform: translateY(0) translateX(0); }
    25% { transform: translateY(-20px) translateX(15px); }
    50% { transform: translateY(-35px) translateX(0); }
    75% { transform: translateY(-20px) translateX(-15px); }
}

@keyframes promo-orb-sparkle {
    0%, 100% { filter: brightness(1); }
    50% { filter: brightness(1.5); }
}

/* ===========================================
   A.2 HERO CONTAINER & BODY
   =========================================== */
.promo-hero__container {
    position: relative;
    z-index: 10;
}

.promo-hero__body {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 80px;
    align-items: center;
    margin-top: 48px;
}

@media (max-width: 1100px) {
    .promo-hero__body {
        grid-template-columns: 1fr;
        gap: 56px;
    }
}

/* ===========================================
   A.3 BREADCRUMB - GLASSMORPHISM
   =========================================== */
.promo-hero__breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 50px;
    padding: 12px 28px;
    box-shadow:
        0 4px 24px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.promo-hero__breadcrumb a {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.75);
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

.promo-hero__breadcrumb a:hover {
    color: #ffd700;
    text-shadow: 0 0 20px rgba(255, 215, 0, 0.5);
}

.promo-hero__breadcrumb-sep {
    color: rgba(255, 255, 255, 0.3);
}

.promo-hero__breadcrumb > span {
    color: #ffd700;
    font-size: 14px;
    font-weight: 600;
    text-shadow: 0 0 15px rgba(255, 215, 0, 0.4);
}

/* ===========================================
   A.4 MAIN CONTENT - ENHANCED
   =========================================== */
.promo-hero__main {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

/* Animated Badge with shimmer */
.promo-hero__badge {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.2), rgba(255, 161, 53, 0.15));
    border: 1px solid rgba(255, 215, 0, 0.4);
    border-radius: 50px;
    padding: 12px 24px;
    width: fit-content;
    position: relative;
    overflow: hidden;
}

.promo-hero__badge::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    animation: promo-shimmer 3s ease-in-out infinite;
}

@keyframes promo-shimmer {
    0% { left: -100%; }
    50%, 100% { left: 100%; }
}

.promo-hero__badge svg {
    color: #ffd700;
    filter: drop-shadow(0 0 8px rgba(255, 215, 0, 0.5));
}

.promo-hero__badge span {
    color: #ffd700;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

/* Title with animated gradient text */
.promo-hero__title {
    font-size: 60px;
    font-weight: 900;
    background: linear-gradient(
        90deg,
        #fff 0%,
        #ffd700 20%,
        #ff8c00 40%,
        #ec4899 60%,
        #a855f7 80%,
        #fff 100%
    );
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin: 0;
    line-height: 1.05;
    letter-spacing: -0.03em;
    animation: promo-title-shine 5s linear infinite;
    position: relative;
}

.promo-hero__title::after {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(135deg, #ffd700 0%, #ff8c00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: blur(30px);
    opacity: 0.5;
    z-index: -1;
}

@keyframes promo-title-shine {
    0% { background-position: 0% center; }
    100% { background-position: 200% center; }
}

@media (max-width: 768px) {
    .promo-hero__title {
        font-size: 42px;
    }
}

.promo-hero__text {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.8;
    max-width: 560px;
}

@media (max-width: 768px) {
    .promo-hero__text {
        font-size: 16px;
    }
}

/* Stats Row - Premium Cards */
.promo-hero__stats {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

@media (max-width: 640px) {
    .promo-hero__stats {
        flex-wrap: wrap;
        gap: 16px;
    }
}

.promo-hero__stat {
    display: flex;
    flex-direction: column;
    gap: 6px;
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 16px;
    padding: 20px 28px;
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Top gradient line */
.promo-hero__stat::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #ffd700, #ff8c00, #ec4899, #a855f7);
    background-size: 200% 100%;
    animation: promoStatLineShift 3s ease-in-out infinite;
}

@keyframes promoStatLineShift {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

/* Holographic shine effect */
.promo-hero__stat::after {
    content: "";
    position: absolute;
    top: 0;
    left: -150%;
    width: 150%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.05) 25%,
        rgba(255, 215, 0, 0.15) 50%,
        rgba(168, 85, 247, 0.1) 75%,
        transparent 100%
    );
    transition: left 0.8s ease;
}

.promo-hero__stat:hover::after {
    left: 150%;
}

.promo-hero__stat:hover {
    background: rgba(255, 255, 255, 0.12);
    transform: translateY(-6px) scale(1.02);
    border-color: rgba(255, 215, 0, 0.4);
    box-shadow:
        0 25px 50px rgba(0, 0, 0, 0.4),
        0 0 40px rgba(255, 215, 0, 0.2),
        0 0 60px rgba(168, 85, 247, 0.1);
}

.promo-hero__stat-value {
    font-size: 36px;
    font-weight: 900;
    background: linear-gradient(135deg, #ffd700, #ff8c00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
}

.promo-hero__stat-label {
    font-size: 12px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* ===========================================
   A.5 FEATURED PROMOTION CARD - PREMIUM DESIGN
   =========================================== */
.promo-hero__featured {
    background: #fff;
    border-radius: 28px;
    position: relative;
    overflow: visible;
    box-shadow:
        0 25px 80px rgba(0, 0, 0, 0.3),
        0 10px 30px rgba(0, 0, 0, 0.15);
}

/* Decorative gradient border */
.promo-hero__featured::before {
    content: "";
    position: absolute;
    inset: -3px;
    background: linear-gradient(
        135deg,
        #ffd700 0%,
        #ff8c00 25%,
        #ec4899 50%,
        #a855f7 75%,
        #7c3aed 100%
    );
    border-radius: 31px;
    z-index: -1;
    opacity: 0.9;
}

/* Subtle glow effect */
.promo-hero__featured::after {
    content: "";
    position: absolute;
    inset: -20px;
    background: radial-gradient(
        ellipse at center,
        rgba(255, 215, 0, 0.15) 0%,
        rgba(168, 85, 247, 0.1) 40%,
        transparent 70%
    );
    border-radius: 50px;
    z-index: -2;
    filter: blur(20px);
}

.promo-hero__featured-card {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    height: 100%;
    background: #fff;
    border-radius: 28px;
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.promo-hero__featured-card:hover {
    transform: translateY(-4px);
}

/* Media Section */
.promo-hero__featured-media {
    position: relative;
    height: 220px;
    overflow: hidden;
}

.promo-hero__featured-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.promo-hero__featured-card:hover .promo-hero__featured-media img {
    transform: scale(1.08);
}

.promo-hero__featured-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    color: #94a3b8;
}

/* Badge */
.promo-hero__featured-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    display: flex;
    align-items: center;
    gap: 6px;
    background: linear-gradient(135deg, #ef4444 0%, #f97316 100%);
    color: #fff;
    padding: 10px 16px;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    box-shadow:
        0 6px 20px rgba(239, 68, 68, 0.5),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

/* Bank Logo */
.promo-hero__featured-bank {
    position: absolute;
    bottom: 16px;
    right: 16px;
    background: #fff;
    padding: 10px 14px;
    border-radius: 14px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.promo-hero__featured-card:hover .promo-hero__featured-bank {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.promo-hero__featured-bank img {
    height: 30px;
    width: auto;
    object-fit: contain;
}

/* Content Section */
.promo-hero__featured-content {
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    flex: 1;
}

.promo-hero__featured-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #fff;
    background: linear-gradient(135deg, #ffa135 0%, #f59e0b 100%);
    padding: 6px 14px;
    border-radius: 50px;
    width: fit-content;
    box-shadow: 0 4px 12px rgba(255, 161, 53, 0.3);
}

.promo-hero__featured-title {
    font-size: 24px;
    font-weight: 800;
    color: #1e293b;
    margin: 0;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.3s ease;
}

.promo-hero__featured-card:hover .promo-hero__featured-title {
    color: #7c3aed;
}

.promo-hero__featured-excerpt {
    font-size: 15px;
    color: #64748b;
    line-height: 1.7;
    margin: 0;
    flex: 1;
}

.promo-hero__featured-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(135deg, #7c3aed 0%, #a855f7 100%);
    padding: 14px 24px;
    border-radius: 14px;
    margin-top: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 6px 20px rgba(124, 58, 237, 0.35);
}

.promo-hero__featured-card:hover .promo-hero__featured-cta {
    background: linear-gradient(135deg, #ffa135 0%, #f59e0b 100%);
    box-shadow: 0 8px 25px rgba(255, 161, 53, 0.4);
    transform: translateY(-2px);
}

.promo-hero__featured-cta svg {
    transition: transform 0.3s ease;
}

.promo-hero__featured-card:hover .promo-hero__featured-cta svg {
    transform: translateX(4px);
}

/* Empty State */
.promo-hero__featured-empty {
    padding: 80px 40px;
    text-align: center;
    background: #fff;
    border-radius: 28px;
}

.promo-hero__featured-empty p {
    color: #64748b;
    font-size: 16px;
    margin: 0;
}

/* Responsive */
@media (max-width: 768px) {
    .promo-hero__featured-media {
        height: 180px;
    }

    .promo-hero__featured-content {
        padding: 24px;
    }

    .promo-hero__featured-title {
        font-size: 20px;
    }

    .promo-hero__featured::after {
        display: none;
    }
}


/* ===========================================
   A.5.1 STARFIELD (SUBTLE)
   =========================================== */
.promo-starfield {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 4;
}

.promo-star {
    position: absolute;
    width: 3px;
    height: 3px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    animation: promoTwinkle 3s ease-in-out infinite;
    box-shadow: 0 0 4px 1px rgba(255, 255, 255, 0.4);
}

.promo-star:nth-child(even) {
    background: rgba(255, 215, 0, 0.7);
    box-shadow: 0 0 4px 1px rgba(255, 215, 0, 0.4);
}

.promo-star:nth-child(3n) {
    background: rgba(168, 85, 247, 0.6);
    box-shadow: 0 0 4px 1px rgba(168, 85, 247, 0.3);
}

@keyframes promoTwinkle {
    0%, 100% {
        opacity: 0.4;
        transform: scale(0.9);
    }
    50% {
        opacity: 1;
        transform: scale(1.1);
    }
}

/* ===========================================
   A.6 WAVE SEPARATOR - ENHANCED
   =========================================== */
.promo-hero__wave {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5;
    color: #f8fafc;
    line-height: 0;
}

.promo-hero__wave svg {
    display: block;
    width: 100%;
    height: 100px;
    filter: drop-shadow(0 -8px 20px rgba(0, 0, 0, 0.1));
}

@media (max-width: 768px) {
    .promo-hero__wave svg {
        height: 60px;
    }
}

/* ===========================================
   B. ACTIVE PROMOTIONS SECTION - PREMIUM
   =========================================== */
.promo-active {
    padding: 120px 0;
    background:
        linear-gradient(180deg, #f8fafc 0%, #fff 30%, #fff 70%, #f8fafc 100%);
    position: relative;
    overflow: hidden;
}

/* Premium background with floating elements */
.promo-active::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image:
        radial-gradient(circle at 10% 20%, rgba(124, 58, 237, 0.04) 0%, transparent 35%),
        radial-gradient(circle at 90% 80%, rgba(255, 161, 53, 0.04) 0%, transparent 35%),
        radial-gradient(circle at 50% 50%, rgba(236, 72, 153, 0.02) 0%, transparent 50%),
        radial-gradient(circle at 30% 70%, rgba(6, 182, 212, 0.03) 0%, transparent 40%);
    pointer-events: none;
    animation: promo-bg-float 30s ease-in-out infinite;
}

@keyframes promo-bg-float {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.7; }
}

/* Decorative floating shapes */
.promo-active::after {
    content: "";
    position: absolute;
    top: 10%;
    right: -5%;
    width: 400px;
    height: 400px;
    background: conic-gradient(from 0deg, rgba(255, 215, 0, 0.03), rgba(124, 58, 237, 0.03), rgba(236, 72, 153, 0.02), transparent);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    filter: blur(60px);
    animation: promo-section-morph 25s ease-in-out infinite;
    pointer-events: none;
}

@keyframes promo-section-morph {
    0%, 100% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
        transform: rotate(0deg) scale(1);
    }
    50% {
        border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
        transform: rotate(180deg) scale(1.1);
    }
}

/* Section Header */
.promo-active__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}

.promo-active__header-left {
    display: flex;
    align-items: center;
    gap: 20px;
}

@media (max-width: 640px) {
    .promo-active__header-left {
        flex-direction: column;
        align-items: flex-start;
    }
}

.promo-active__icon-wrapper {
    width: 72px;
    height: 72px;
    background: linear-gradient(
        135deg,
        #ffd700 0%,
        #f59e0b 20%,
        #ef4444 40%,
        #ec4899 60%,
        #a855f7 80%,
        #7c3aed 100%
    );
    background-size: 200% 200%;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow:
        0 12px 30px rgba(245, 158, 11, 0.4),
        0 6px 15px rgba(124, 58, 237, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.3),
        inset 0 -2px 0 rgba(0, 0, 0, 0.15);
    position: relative;
    overflow: hidden;
    animation: promo-icon-gradient 6s ease-in-out infinite;
}

@keyframes promo-icon-gradient {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

.promo-active__icon-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.4),
        transparent
    );
    animation: promo-shimmer 2.5s ease-in-out infinite;
}

.promo-active__icon-wrapper::after {
    content: "";
    position: absolute;
    inset: 2px;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.2) 0%,
        transparent 50%
    );
    border-radius: 20px;
    pointer-events: none;
}

.promo-active__icon-wrapper svg {
    color: #fff;
    filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.3));
    position: relative;
    z-index: 1;
}

.promo-active__title-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.promo-active__title {
    font-size: 40px;
    font-weight: 900;
    background: linear-gradient(135deg, #111827 0%, #374151 50%, #111827 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin: 0;
    letter-spacing: -0.02em;
    position: relative;
}

.promo-active__title::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, #ffd700, #f59e0b, #ef4444);
    border-radius: 2px;
}

@media (max-width: 768px) {
    .promo-active__title {
        font-size: 30px;
    }
}

.promo-active__subtitle {
    font-size: 15px;
    font-weight: 500;
    color: #6b7280;
    margin: 8px 0 0 0;
    position: relative;
    padding-left: 0;
}

/* ===========================================
   B.1 FILTERS - PREMIUM DROPDOWNS
   =========================================== */
.promo-active__filters {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 28px;
    position: relative;
    z-index: 100;
}

.promo-active__filter {
    position: relative;
}

.promo-active__filter .filter-current {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    border: 2px solid #e5e7eb;
    border-radius: 14px;
    padding: 14px 20px;
    font-size: 14px;
    font-weight: 600;
    color: #374151;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.promo-active__filter .filter-current:hover {
    border-color: #7c3aed;
    box-shadow: 0 6px 20px rgba(124, 58, 237, 0.15);
}

.promo-active__filter .filter-current svg {
    color: #6b7280;
    transition: transform 0.3s ease;
}

.promo-active__filter:hover .filter-current svg {
    transform: rotate(180deg);
    color: #7c3aed;
}

.promo-active__filter .filter-options {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    min-width: 220px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    box-shadow:
        0 20px 40px rgba(0, 0, 0, 0.12),
        0 8px 16px rgba(0, 0, 0, 0.08);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-15px);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 100;
    overflow: hidden;
}

.promo-active__filter:hover .filter-options {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.promo-active__filter .filter-options label {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 20px;
    font-size: 14px;
    font-weight: 500;
    color: #374151;
    cursor: pointer;
    transition: all 0.2s ease;
    border-bottom: 1px solid #f3f4f6;
}

.promo-active__filter .filter-options label:last-child {
    border-bottom: none;
}

.promo-active__filter .filter-options label:hover {
    background: linear-gradient(135deg, #f5f3ff, #fef3c7);
    color: #7c3aed;
}

.promo-active__filter .filter-options label input {
    width: 20px;
    height: 20px;
    accent-color: #7c3aed;
    cursor: pointer;
}

.promo-active__filter .filter-options label .checkmark {
    display: none;
}

.promo-active__filter-btn {
    display: flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(
        135deg,
        #ffd700 0%,
        #f59e0b 25%,
        #ef4444 50%,
        #ec4899 75%,
        #7c3aed 100%
    );
    background-size: 200% 200%;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding: 16px 32px;
    border: none;
    border-radius: 16px;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow:
        0 8px 24px rgba(255, 161, 53, 0.35),
        0 4px 12px rgba(124, 58, 237, 0.25),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
    position: relative;
    overflow: hidden;
    animation: promo-btn-gradient 4s ease-in-out infinite;
}

@keyframes promo-btn-gradient {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

.promo-active__filter-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.35),
        transparent
    );
    transition: left 0.6s ease;
}

.promo-active__filter-btn::after {
    content: "";
    position: absolute;
    inset: 2px;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.15) 0%,
        transparent 50%
    );
    border-radius: 14px;
    pointer-events: none;
}

.promo-active__filter-btn:hover::before {
    left: 100%;
}

.promo-active__filter-btn:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow:
        0 16px 40px rgba(255, 161, 53, 0.45),
        0 8px 20px rgba(124, 58, 237, 0.35),
        0 0 60px rgba(255, 215, 0, 0.2);
}

.promo-active__filter-btn svg {
    position: relative;
    z-index: 1;
    transition: transform 0.3s ease;
}

.promo-active__filter-btn:hover svg {
    transform: rotate(15deg) scale(1.1);
}

/* Results Info */
.promo-active__result-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 28px;
    background: linear-gradient(135deg, #fff, #f8fafc);
    border-radius: 16px;
    margin-bottom: 36px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
    position: relative;
    z-index: 1;
}

@media (max-width: 640px) {
    .promo-active__result-info {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
}

.promo-active__result-left,
.promo-active__result-right {
    font-size: 14px;
    color: #6b7280;
}

.promo-active__result-left span,
.promo-active__result-right span {
    font-weight: 700;
    color: #111827;
}

/* ===========================================
   B.2 PROMOTIONS GRID & CARDS - ULTRA PREMIUM
   =========================================== */
.promo-active__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    position: relative;
    z-index: 1;
}

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

@media (max-width: 640px) {
    .promo-active__grid {
        grid-template-columns: 1fr;
    }
}

/* Promo Card - Hyper Premium */
.promo-card {
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow:
        0 4px 6px rgba(0, 0, 0, 0.02),
        0 8px 24px rgba(0, 0, 0, 0.06),
        0 0 0 1px rgba(0, 0, 0, 0.04);
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    isolation: isolate;
}

/* Animated gradient border wrapper */
.promo-card::before {
    content: "";
    position: absolute;
    inset: -3px;
    background: linear-gradient(
        135deg,
        #ffd700,
        #ff8c00,
        #ef4444,
        #ec4899,
        #a855f7,
        #7c3aed,
        #06b6d4,
        #ffd700
    );
    background-size: 400% 400%;
    border-radius: 27px;
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: -2;
    animation: promo-card-border-rotate 8s linear infinite;
}

@keyframes promo-card-border-rotate {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* Inner glow effect */
.promo-card::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 24px;
    background: linear-gradient(
        135deg,
        rgba(255, 215, 0, 0) 0%,
        rgba(255, 215, 0, 0.05) 50%,
        rgba(255, 215, 0, 0) 100%
    );
    opacity: 0;
    transition: opacity 0.5s ease;
    pointer-events: none;
    z-index: 10;
}

.promo-card:hover::before {
    opacity: 1;
}

.promo-card:hover::after {
    opacity: 1;
}

.promo-card:hover {
    transform: translateY(-16px) scale(1.02);
    box-shadow:
        0 25px 50px rgba(255, 161, 53, 0.25),
        0 50px 100px rgba(124, 58, 237, 0.15),
        0 0 80px rgba(255, 215, 0, 0.1);
}

.promo-card__link {
    display: block;
    text-decoration: none;
    color: inherit;
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
}

/* Card Media */
.promo-card__media {
    position: relative;
    height: 220px;
    overflow: hidden;
}

.promo-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

.promo-card:hover .promo-card__media img {
    transform: scale(1.12);
}

.promo-card__placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 50%, #fbbf24 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.promo-card__placeholder svg {
    color: #b45309;
    opacity: 0.6;
}

.promo-card__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.5) 0%,
        rgba(0, 0, 0, 0.2) 30%,
        rgba(0, 0, 0, 0) 60%
    );
    opacity: 0;
    transition: opacity 0.4s ease;
}

.promo-card:hover .promo-card__overlay {
    opacity: 1;
}

/* Badge - Premium with animation */
.promo-card__badge {
    position: absolute;
    top: 18px;
    left: 18px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border-radius: 10px;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.promo-card__badge--hot {
    background: linear-gradient(
        135deg,
        #ef4444 0%,
        #f97316 25%,
        #fbbf24 50%,
        #f97316 75%,
        #ef4444 100%
    );
    background-size: 200% 200%;
    color: #fff;
    box-shadow:
        0 6px 20px rgba(239, 68, 68, 0.6),
        0 12px 40px rgba(249, 115, 22, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.4),
        inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    animation:
        promo-badge-glow 2s ease-in-out infinite,
        promo-badge-gradient 3s ease-in-out infinite;
    position: relative;
    overflow: hidden;
}

.promo-card__badge--hot::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(
        45deg,
        transparent 40%,
        rgba(255, 255, 255, 0.4) 50%,
        transparent 60%
    );
    animation: promo-badge-shine 2s ease-in-out infinite;
}

@keyframes promo-badge-shine {
    0% { transform: translateX(-100%) rotate(45deg); }
    50%, 100% { transform: translateX(100%) rotate(45deg); }
}

@keyframes promo-badge-gradient {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

@keyframes promo-badge-glow {
    0%, 100% {
        box-shadow:
            0 6px 20px rgba(239, 68, 68, 0.6),
            0 12px 40px rgba(249, 115, 22, 0.4);
    }
    50% {
        box-shadow:
            0 8px 30px rgba(239, 68, 68, 0.8),
            0 16px 50px rgba(249, 115, 22, 0.5),
            0 0 60px rgba(239, 68, 68, 0.4);
    }
}

.promo-card__badge--hot svg {
    color: #fff;
    filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.5));
    animation: promo-fire 0.8s ease-in-out infinite;
}

@keyframes promo-fire {
    0%, 100% { transform: scale(1) rotate(-5deg); }
    25% { transform: scale(1.2) rotate(5deg); }
    50% { transform: scale(1.1) rotate(-3deg); }
    75% { transform: scale(1.25) rotate(3deg); }
}

.promo-card__badge--expired {
    background: linear-gradient(135deg, rgba(107, 114, 128, 0.95), rgba(75, 85, 99, 0.95));
    color: #fff;
    backdrop-filter: blur(8px);
}

.promo-card__badge--expired svg {
    color: #fff;
}

/* Bank Logo */
.promo-card__bank-logo {
    position: absolute;
    bottom: 18px;
    left: 18px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(8px);
    border-radius: 10px;
    padding: 10px 14px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

.promo-card:hover .promo-card__bank-logo {
    transform: translateY(-4px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
}

.promo-card__bank-logo img {
    max-width: 85px;
    max-height: 30px;
    object-fit: contain;
}

/* Card Body */
.promo-card__body {
    padding: 28px;
}

.promo-card__meta {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 16px;
}

.promo-card__date,
.promo-card__comments {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 13px;
    font-weight: 500;
    color: #6b7280;
}

.promo-card__date svg,
.promo-card__comments svg {
    color: #9ca3af;
}

.promo-card__title {
    font-size: 20px;
    font-weight: 800;
    color: #111827;
    margin: 0 0 14px;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.3s ease;
}

.promo-card:hover .promo-card__title {
    background: linear-gradient(135deg, #f59e0b, #ef4444);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.promo-card__excerpt {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.7;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Archive Card Modifier */
.promo-card--archive {
    background: #f9fafb;
}

.promo-card--archive .promo-card__link {
    background: #f9fafb;
}

.promo-card--archive .promo-card__media img {
    filter: grayscale(100%);
    opacity: 0.75;
}

.promo-card--archive:hover .promo-card__media img {
    filter: grayscale(0%);
    opacity: 1;
}

/* ===========================================
   B.3 LOAD MORE BUTTON - PREMIUM
   =========================================== */
.promo-active__load-more {
    display: flex;
    justify-content: center;
    margin-top: 56px;
    position: relative;
    z-index: 1;
}

.promo-active__btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    color: #7c3aed;
    font-size: 16px;
    font-weight: 700;
    padding: 18px 40px;
    border: 2px solid #7c3aed;
    border-radius: 16px;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.promo-active__btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: linear-gradient(135deg, #7c3aed, #6d28d9);
    transition: width 0.4s ease;
    z-index: -1;
}

.promo-active__btn:hover::before {
    width: 100%;
}

.promo-active__btn:hover {
    color: #fff;
    border-color: #7c3aed;
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(124, 58, 237, 0.35);
}

.promo-active__btn svg {
    transition: transform 0.3s ease;
}

.promo-active__btn:hover svg {
    transform: translateY(3px);
}

/* ===========================================
   C. ARCHIVE SECTION
   =========================================== */
.promo-archive-section {
    padding: 100px 0;
    background: #fff;
    position: relative;
}

.promo-archive-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, #e5e7eb, transparent);
}

.promo-archive-section__header {
    display: flex;
    align-items: center;
    margin-bottom: 48px;
}

.promo-archive-section__header-left {
    display: flex;
    align-items: center;
    gap: 20px;
}

@media (max-width: 640px) {
    .promo-archive-section__header-left {
        flex-direction: column;
        align-items: flex-start;
    }
}

.promo-archive-section__icon-wrapper {
    width: 68px;
    height: 68px;
    background: linear-gradient(135deg, #6b7280 0%, #4b5563 50%, #374151 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 12px 28px rgba(107, 114, 128, 0.35);
}

.promo-archive-section__icon-wrapper svg {
    color: #fff;
}

.promo-archive-section__title-group {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.promo-archive-section__title {
    font-size: 32px;
    font-weight: 900;
    color: #111827;
    margin: 0;
    letter-spacing: -0.02em;
}

.promo-archive-section__subtitle {
    font-size: 15px;
    font-weight: 500;
    color: #6b7280;
    margin: 0;
}

.promo-archive-section__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

@media (max-width: 1024px) {
    .promo-archive-section__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .promo-archive-section__grid {
        grid-template-columns: 1fr;
    }
}

/* Pagination - Premium */
.promo-archive-section__pagination {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 56px;
}

.promo-archive-section__pagination .page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 48px;
    height: 48px;
    padding: 0 18px;
    background: #fff;
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 700;
    color: #374151;
    text-decoration: none;
    transition: all 0.3s ease;
}

.promo-archive-section__pagination .page-numbers:hover {
    border-color: #7c3aed;
    color: #7c3aed;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(124, 58, 237, 0.15);
}

.promo-archive-section__pagination .page-numbers.current {
    background: linear-gradient(135deg, #7c3aed, #6d28d9);
    border-color: #7c3aed;
    color: #fff;
    box-shadow: 0 6px 20px rgba(124, 58, 237, 0.35);
}

.promo-archive-section__pagination .page-numbers svg {
    width: 18px;
    height: 18px;
}

/* ===========================================
   D. INFO SECTION - PREMIUM
   =========================================== */
.promo-info {
    padding: 100px 0;
    background: linear-gradient(180deg, #f8fafc 0%, #eff6ff 100%);
    position: relative;
    overflow: hidden;
}

.promo-info::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgba(124, 58, 237, 0.05) 0%, transparent 70%);
    pointer-events: none;
}

.promo-info__wrapper {
    max-width: 950px;
    margin: 0 auto;
    background: #fff;
    border-radius: 28px;
    padding: 56px;
    box-shadow:
        0 4px 6px rgba(0, 0, 0, 0.02),
        0 12px 32px rgba(0, 0, 0, 0.06),
        0 24px 64px rgba(124, 58, 237, 0.08);
    display: flex;
    gap: 36px;
    align-items: flex-start;
    position: relative;
    z-index: 1;
    border: 1px solid rgba(124, 58, 237, 0.1);
}

@media (max-width: 768px) {
    .promo-info__wrapper {
        flex-direction: column;
        padding: 40px 28px;
    }
}

.promo-info__icon {
    width: 72px;
    height: 72px;
    background: linear-gradient(135deg, #7c3aed 0%, #a855f7 50%, #ec4899 100%);
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow:
        0 12px 28px rgba(124, 58, 237, 0.35),
        inset 0 -2px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.promo-info__icon::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    animation: promo-shimmer 3s ease-in-out infinite;
}

.promo-info__icon svg {
    color: #fff;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

.promo-info__content {
    flex: 1;
}

.promo-info__title {
    font-size: 30px;
    font-weight: 900;
    color: #111827;
    margin: 0 0 20px;
    letter-spacing: -0.02em;
}

.promo-info__text {
    font-size: 17px;
    color: #4b5563;
    line-height: 1.8;
}

.promo-info__text p {
    margin: 0 0 16px;
}

.promo-info__text p:last-child {
    margin-bottom: 0;
}

/* ===========================================
   E. RESPONSIVE & ACCESSIBILITY
   =========================================== */
@media (prefers-reduced-motion: reduce) {
    .promo-hero::before,
    .promo-hero::after,
    .promo-hero__shape,
    .promo-hero__orb,
    .promo-hero__badge::before,
    .promo-hero__stat::before,
    .promo-hero__stat::after,
    .promo-active__icon-wrapper::before,
    .promo-active__filter-btn::before,
    .promo-info__icon::before,
    .promo-card,
    .promo-card__badge--hot,
    .promo-active__btn,
    .promo-active__filter-btn,
    .promo-star {
        animation: none !important;
        transition: none !important;
    }
}

/* Focus states */
.promo-hero__breadcrumb a:focus-visible,
.promo-hero__bank-card:focus-visible,
.promo-card__link:focus-visible,
.promo-active__btn:focus-visible,
.promo-active__filter-btn:focus-visible {
    outline: 3px solid #ffd700;
    outline-offset: 4px;
    border-radius: 12px;
}

/* High contrast mode */
@media (prefers-contrast: high) {
    .promo-hero {
        background: #000;
    }

    .promo-card {
        border-width: 3px;
    }

    .promo-hero__title {
        -webkit-text-fill-color: #fff;
    }
}

/* Print styles */
@media print {
    .promo-hero {
        background: #fff !important;
        color: #000 !important;
        padding: 20px 0;
    }

    .promo-hero__bg-shapes,
    .promo-hero__wave,
    .promo-hero::before,
    .promo-hero::after {
        display: none !important;
    }

    .promo-card {
        break-inside: avoid;
        box-shadow: none;
        border: 1px solid #ccc;
    }

    .promo-hero__title {
        -webkit-text-fill-color: #000;
        background: none;
    }
}
