
    /* ========================================
       CREWMEDYA - PCKOLIK EFSANE CUMA 2025
       ULTRA YARATICI RGB SİSTEMİ
    ======================================== */

@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500;600;700;800;900&family=Exo+2:wght@300;400;500;600;700;800;900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    width: 100%;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

/* === ANA WRAPPER === */
.crewmedya-cuma-wrapper {
    font-family: 'Exo 2', sans-serif;
    background: #000;
    color: #fff;
    position: relative;
    min-height: 100vh;
    overflow-x: hidden;
}

/* === CYBER GRID ARKAPLAN === */
.crewmedya-cuma-cyber-grid {
    position: fixed;
    width: 100%;
    height: 100%;
    background-image:
            linear-gradient(rgba(243, 210, 25, 0.03) 2px, transparent 2px),
            linear-gradient(90deg, rgba(243, 210, 25, 0.03) 2px, transparent 2px),
            linear-gradient(rgba(243, 210, 25, 0.02) 1px, transparent 1px),
            linear-gradient(90deg, rgba(243, 210, 25, 0.02) 1px, transparent 1px);
    background-size: 100px 100px, 100px 100px, 20px 20px, 20px 20px;
    background-position: -2px -2px, -2px -2px, -1px -1px, -1px -1px;
    animation: crewmedya-cuma-cyber-scroll 20s linear infinite;
    z-index: 1;
    pointer-events: none;
}

@keyframes crewmedya-cuma-cyber-scroll {
    0% { transform: perspective(600px) rotateX(45deg) translateY(0); }
    100% { transform: perspective(600px) rotateX(45deg) translateY(100px); }
}

/* === NEON GLOW CIRCLES === */
.crewmedya-cuma-neon-system {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
    overflow: hidden;
}

.crewmedya-cuma-neon-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
    opacity: 0.4;
    animation: crewmedya-cuma-neon-float 15s ease-in-out infinite;
}

.crewmedya-cuma-neon-orb:nth-child(1) {
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(243, 210, 25, 0.8) 0%, rgba(255, 184, 0, 0.4) 50%, transparent 100%);
    top: -200px;
    left: -200px;
    animation-duration: 18s;
}

.crewmedya-cuma-neon-orb:nth-child(2) {
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(255, 0, 255, 0.6) 0%, rgba(138, 43, 226, 0.3) 50%, transparent 100%);
    top: -150px;
    right: -150px;
    animation-duration: 20s;
    animation-delay: 2s;
}

.crewmedya-cuma-neon-orb:nth-child(3) {
    width: 700px;
    height: 700px;
    background: radial-gradient(circle, rgba(0, 255, 255, 0.5) 0%, rgba(0, 191, 255, 0.3) 50%, transparent 100%);
    bottom: -250px;
    left: 50%;
    animation-duration: 22s;
    animation-delay: 4s;
}

.crewmedya-cuma-neon-orb:nth-child(4) {
    width: 550px;
    height: 550px;
    background: radial-gradient(circle, rgba(255, 20, 147, 0.6) 0%, rgba(255, 0, 127, 0.3) 50%, transparent 100%);
    bottom: -200px;
    right: 10%;
    animation-duration: 16s;
    animation-delay: 1s;
}

@keyframes crewmedya-cuma-neon-float {
    0%, 100% {
        transform: translate(0, 0) scale(1);
        opacity: 0.4;
    }
    33% {
        transform: translate(100px, -100px) scale(1.2);
        opacity: 0.6;
    }
    66% {
        transform: translate(-100px, 100px) scale(0.9);
        opacity: 0.5;
    }
}

/* === ŞİMŞEK PARTİKÜLLERİ === */
.crewmedya-cuma-lightning {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 3;
    pointer-events: none;
}

.crewmedya-cuma-spark {
    position: absolute;
    width: 3px;
    height: 3px;
    background: #fff;
    border-radius: 50%;
    box-shadow:
            0 0 10px #fff,
            0 0 20px #F3D219,
            0 0 30px #FFB800;
    animation: crewmedya-cuma-spark-fly 4s linear infinite;
}

@keyframes crewmedya-cuma-spark-fly {
    0% {
        transform: translateY(100vh) translateX(0) scale(0);
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        transform: translateY(-100vh) translateX(var(--x-offset, 100px)) scale(1);
        opacity: 0;
    }
}

/* === ANA KONTEYNER === */
.crewmedya-cuma-container {
    position: relative;
    z-index: 100;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 40px;
}

/* === HERO SECTION === */
.crewmedya-cuma-hero {
    min-height: 60vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 0 40px;
    position: relative;
}

.crewmedya-cuma-hero-glow {
    position: absolute;
    width: 100%;
    height: 100%;
    background: radial-gradient(ellipse at 50% 50%, rgba(243, 210, 25, 0.3) 0%, transparent 60%);
    filter: blur(120px);
    animation: crewmedya-cuma-hero-pulse 4s ease-in-out infinite;
}

@keyframes crewmedya-cuma-hero-pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.3);
        opacity: 0.8;
    }
}

/* === LOGO CONTAINER === */
.crewmedya-cuma-logo-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1400px;
    margin-bottom: -100px;
    position: relative;
    z-index: 10;
}

.crewmedya-cuma-logo-tr,
.crewmedya-cuma-logo-pckolik {
    width: 260px;
    height: auto;
    filter: drop-shadow(0 0 30px rgba(243, 210, 25, 1));
    animation: crewmedya-cuma-logo-float 4s ease-in-out infinite;
    transition: all 0.4s ease;
}

.crewmedya-cuma-logo-tr:hover,
.crewmedya-cuma-logo-pckolik:hover {
    transform: translateY(-10px) scale(1.05);
    filter: drop-shadow(0 0 50px rgba(243, 210, 25, 1))
    drop-shadow(0 0 80px rgba(255, 184, 0, 0.8));
}

@keyframes crewmedya-cuma-logo-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-15px); }
}

/* === MAIN CAMPAIGN LOGO === */
.crewmedya-cuma-main-logo {
    max-width: 100%;
    width: auto;
    max-height: 400px;
    margin: 40px 0;
    filter: drop-shadow(0 0 40px rgba(243, 210, 25, 1))
    drop-shadow(0 0 80px rgba(255, 184, 0, 0.8));
    animation: crewmedya-cuma-main-logo-pulse 3s ease-in-out infinite;
    position: relative;
    z-index: 10;
}

@keyframes crewmedya-cuma-main-logo-pulse {
    0%, 100% {
        transform: scale(1);
        filter: drop-shadow(0 0 40px rgba(243, 210, 25, 1));
    }
    50% {
        transform: scale(1.05);
        filter: drop-shadow(0 0 60px rgba(243, 210, 25, 1))
        drop-shadow(0 0 100px rgba(255, 184, 0, 1));
    }
}

/* === TITLE === */
.crewmedya-cuma-title {
    font-family: 'Orbitron', sans-serif;
    font-size: 48px;
    font-weight: 900;
    text-align: center;
    margin: 30px 0 60px;
    background: linear-gradient(135deg, #F3D219 0%, #FFB800 50%, #FF00FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 0 80px rgba(243, 210, 25, 0.8);
    animation: crewmedya-cuma-title-glow 2s ease-in-out infinite;
    letter-spacing: 4px;
    text-transform: uppercase;
    position: relative;
    z-index: 10;
}

@keyframes crewmedya-cuma-title-glow {
    0%, 100% {
        filter: drop-shadow(0 0 20px rgba(243, 210, 25, 0.8));
        transform: scale(1);
    }
    50% {
        filter: drop-shadow(0 0 40px rgba(243, 210, 25, 1))
        drop-shadow(0 0 60px rgba(255, 0, 255, 0.6));
        transform: scale(1.02);
    }
}

/* === CATEGORIES GRID === */
.crewmedya-cuma-categories {
    padding: 60px 0;
    position: relative;
    z-index: 10;
}

.crewmedya-cuma-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 35px;
    margin-bottom: 60px;
}

/* === RGB PRODUCT CARD === */
.crewmedya-cuma-card-link {
    text-decoration: none;
    display: block;
}

.crewmedya-cuma-card {
    position: relative;
    background: rgba(20, 20, 20, 0.9);
    border-radius: 25px;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid rgba(243, 210, 25, 0.2);
    height: 100%;
    backdrop-filter: blur(10px);
}

/* RGB ROTATING BORDER */
.crewmedya-cuma-card::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: conic-gradient(
            from 0deg,
            transparent 0deg,
            #F3D219 30deg,
            #FFB800 60deg,
            #FF00FF 90deg,
            #00FFFF 120deg,
            #FF1493 150deg,
            #F3D219 180deg,
            transparent 210deg,
            transparent 360deg
    );
    animation: crewmedya-cuma-rgb-rotate 4s linear infinite;
    opacity: 0;
    transition: opacity 0.5s ease;
}

@keyframes crewmedya-cuma-rgb-rotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.crewmedya-cuma-card:hover::before {
    opacity: 1;
}

/* INNER CARD */
.crewmedya-cuma-card-inner {
    position: relative;
    background: linear-gradient(145deg, rgba(30, 30, 30, 0.95) 0%, rgba(15, 15, 15, 0.98) 100%);
    border-radius: 23px;
    margin: 2px;
    height: calc(100% - 4px);
    display: flex;
    flex-direction: column;
    z-index: 1;
}

/* RGB BACKGROUND GLOW */
.crewmedya-cuma-card-inner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
            radial-gradient(circle at 30% 30%, rgba(243, 210, 25, 0.1) 0%, transparent 50%),
            radial-gradient(circle at 70% 70%, rgba(255, 0, 255, 0.08) 0%, transparent 50%),
            radial-gradient(circle at 50% 90%, rgba(0, 255, 255, 0.06) 0%, transparent 40%);
    opacity: 0;
    transition: opacity 0.5s ease;
    pointer-events: none;
    border-radius: 23px;
}

.crewmedya-cuma-card:hover .crewmedya-cuma-card-inner::before {
    opacity: 1;
    animation: crewmedya-cuma-rgb-pulse 2s ease-in-out infinite;
}

@keyframes crewmedya-cuma-rgb-pulse {
    0%, 100% {
        background:
                radial-gradient(circle at 30% 30%, rgba(243, 210, 25, 0.15) 0%, transparent 50%),
                radial-gradient(circle at 70% 70%, rgba(255, 0, 255, 0.12) 0%, transparent 50%);
    }
    50% {
        background:
                radial-gradient(circle at 70% 70%, rgba(0, 255, 255, 0.15) 0%, transparent 50%),
                radial-gradient(circle at 30% 30%, rgba(255, 20, 147, 0.12) 0%, transparent 50%);
    }
}

.crewmedya-cuma-card:hover {
    transform: translateY(-12px) scale(1.02);
    border-color: rgba(243, 210, 25, 0.6);
    box-shadow:
            0 30px 80px rgba(243, 210, 25, 0.4),
            0 0 60px rgba(255, 0, 255, 0.3),
            inset 0 0 40px rgba(243, 210, 25, 0.1);
}

/* IMAGE SECTION */
.crewmedya-cuma-card-image {
    width: 100%;
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    position: relative;
    overflow: hidden;
    background: #FFFFFF;
}

.crewmedya-cuma-card-image img {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
    position: relative;
    z-index: 2;
    filter: none;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.crewmedya-cuma-card:hover .crewmedya-cuma-card-image img {
    transform: scale(1.15) rotateY(5deg);
}

/* CONTENT SECTION */
.crewmedya-cuma-card-content {
    padding: 25px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    position: relative;
    z-index: 2;
}

.crewmedya-cuma-card-title {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    line-height: 1.4;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Orbitron', sans-serif;
    transition: all 0.3s ease;
}

.crewmedya-cuma-card:hover .crewmedya-cuma-card-title {
    color: #F3D219;
    text-shadow: 0 0 20px rgba(243, 210, 25, 0.8);
}

/* === ALL PRODUCTS BUTTON === */
.crewmedya-cuma-all-products {
    text-align: center;
    margin: 80px 0 60px;
}

.crewmedya-cuma-all-btn-link {
    text-decoration: none;
    display: inline-block;
}

.crewmedya-cuma-all-btn {
    position: relative;
    display: inline-block;
    padding: 28px 80px;
    font-family: 'Orbitron', sans-serif;
    font-size: 28px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #000;
    background: linear-gradient(135deg, #F3D219 0%, #FFB800 100%);
    border: none;
    border-radius: 50px;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow:
            0 20px 60px rgba(243, 210, 25, 0.6),
            0 0 80px rgba(243, 210, 25, 0.4),
            inset 0 2px 0 rgba(255, 255, 255, 0.3);
}

/* RGB ANIMATED BORDER FOR BUTTON */
.crewmedya-cuma-all-btn::before {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    background: linear-gradient(
            90deg,
            #F3D219,
            #FFB800,
            #FF00FF,
            #00FFFF,
            #FF1493,
            #F3D219
    );
    background-size: 300% 300%;
    border-radius: 50px;
    z-index: -1;
    animation: crewmedya-cuma-btn-rgb 3s linear infinite;
    opacity: 0;
    transition: opacity 0.5s ease;
}

@keyframes crewmedya-cuma-btn-rgb {
    0% { background-position: 0% 50%; }
    100% { background-position: 300% 50%; }
}

.crewmedya-cuma-all-btn:hover::before {
    opacity: 1;
}

.crewmedya-cuma-all-btn:hover {
    transform: translateY(-8px) scale(1.05);
    box-shadow:
            0 30px 90px rgba(243, 210, 25, 0.8),
            0 0 120px rgba(243, 210, 25, 0.6),
            0 0 160px rgba(255, 0, 255, 0.3),
            inset 0 2px 0 rgba(255, 255, 255, 0.4);
}

.crewmedya-cuma-all-btn:active {
    transform: translateY(-4px) scale(1.02);
}

/* === CAMPAIGN INFO === */
.crewmedya-cuma-info {
    background: linear-gradient(145deg, rgba(40, 40, 40, 0.95) 0%, rgba(20, 20, 20, 0.98) 100%);
    border: 3px solid rgba(243, 210, 25, 0.3);
    border-radius: 30px;
    padding: 50px 60px;
    margin: 80px 0 60px;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow:
            0 20px 70px rgba(0, 0, 0, 0.8),
            inset 0 2px 0 rgba(255, 255, 255, 0.1);
}

.crewmedya-cuma-info::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 700px;
    height: 700px;
    background: radial-gradient(circle, rgba(243, 210, 25, 0.15) 0%, transparent 70%);
    transform: translate(-50%, -50%);
    animation: crewmedya-cuma-info-pulse 5s ease-in-out infinite;
}

@keyframes crewmedya-cuma-info-pulse {
    0%, 100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.5;
    }
    50% {
        transform: translate(-50%, -50%) scale(1.3);
        opacity: 1;
    }
}

.crewmedya-cuma-info p {
    font-size: 19px;
    line-height: 2.2;
    color: #e0e0e0;
    position: relative;
    z-index: 1;
}

.crewmedya-cuma-info strong {
    color: #F3D219;
    font-weight: 900;
    text-shadow: 0 0 15px rgba(243, 210, 25, 0.6);
}

/* === RESPONSIVE === */
@media (max-width: 1400px) {
    .crewmedya-cuma-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 1024px) {
    .crewmedya-cuma-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    .crewmedya-cuma-title {
        font-size: 38px;
    }

    .crewmedya-cuma-all-btn {
        font-size: 24px;
        padding: 24px 60px;
    }
}

@media (max-width: 768px) {
    .crewmedya-cuma-container {
        padding: 0 20px;
    }

    .crewmedya-cuma-logo-container {
        flex-direction: column;
        gap: 20px;
        margin-bottom: 30px;
    }

    .crewmedya-cuma-logo-tr,
    .crewmedya-cuma-logo-pckolik {
        width: 200px;
    }

    .crewmedya-cuma-main-logo {
        max-height: 250px;
    }

    .crewmedya-cuma-title {
        font-size: 28px;
        letter-spacing: 2px;
    }

    .crewmedya-cuma-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .crewmedya-cuma-card-image {
        height: 240px;
    }

    .crewmedya-cuma-card-title {
        font-size: 17px;
    }

    .crewmedya-cuma-all-btn {
        font-size: 20px;
        padding: 20px 50px;
        letter-spacing: 2px;
    }

    .crewmedya-cuma-info {
        padding: 40px 30px;
    }

    .crewmedya-cuma-info p {
        font-size: 17px;
        line-height: 2;
    }
}

@media (max-width: 480px) {
    .crewmedya-cuma-title {
        font-size: 24px;
        letter-spacing: 1.5px;
    }

    .crewmedya-cuma-card-image {
        height: 200px;
    }

    .crewmedya-cuma-card-title {
        font-size: 16px;
    }

    .crewmedya-cuma-all-btn {
        font-size: 18px;
        padding: 18px 40px;
    }
}

/* === SCROLL ANIMATION === */
@keyframes crewmedya-cuma-fade-up {
    from {
        opacity: 0;
        transform: translateY(60px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.crewmedya-cuma-animate {
    animation: crewmedya-cuma-fade-up 1s ease-out forwards;
    opacity: 0;
}
