        /* ============================================
           CREWMEDYA - PCKOLIK SUMMER SISTEMLER 2026
           MAGAZAYA OZEL SUPER FIRSATLAR - GOLD & PINK
        ============================================ */

        @import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@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-summer-wrapper {
            font-family: 'Exo 2', sans-serif;
            background:
                radial-gradient(ellipse at 15% 8%, #2a1206 0%, transparent 55%),
                radial-gradient(ellipse at 85% 25%, #260916 0%, transparent 60%),
                radial-gradient(ellipse at 50% 100%, #241004 0%, transparent 55%),
                linear-gradient(180deg, #0d0508 0%, #120709 50%, #0d0508 100%);
            color: #fff;
            position: relative;
            min-height: 100vh;
            overflow-x: hidden;
            -webkit-text-size-adjust: 100%;
        }

        /* === SCROLL PROGRESS === */
        .crewmedya-summer-progress {
            position: fixed;
            top: 0;
            left: 0;
            height: 4px;
            width: 0%;
            background: linear-gradient(90deg, #FFB300, #FF7A00, #FF2E7E);
            box-shadow: 0 0 12px rgba(255, 179, 0, 0.8);
            z-index: 9999;
            transition: width 0.1s linear;
        }

        /* === DIAGONAL GRID ARKAPLAN === */
        .crewmedya-summer-grid-bg {
            position: fixed;
            width: 100%;
            height: 100%;
            z-index: 1;
            pointer-events: none;
            opacity: 0.025;
            background-image:
                linear-gradient(30deg, #FFB300 12%, transparent 12.5%, transparent 87%, #FFB300 87.5%, #FFB300),
                linear-gradient(150deg, #FFB300 12%, transparent 12.5%, transparent 87%, #FFB300 87.5%, #FFB300),
                linear-gradient(30deg, #FF2E7E 12%, transparent 12.5%, transparent 87%, #FF2E7E 87.5%, #FF2E7E),
                linear-gradient(150deg, #FF2E7E 12%, transparent 12.5%, transparent 87%, #FF2E7E 87.5%, #FF2E7E);
            background-size: 80px 140px;
            background-position: 0 0, 0 0, 40px 70px, 40px 70px;
        }

        /* === AMBIENT ORB === */
        .crewmedya-summer-ambient {
            position: fixed;
            width: 100%;
            height: 100%;
            z-index: 2;
            pointer-events: none;
            overflow: hidden;
        }

        .crewmedya-summer-orb {
            position: absolute;
            border-radius: 50%;
            filter: blur(130px);
            opacity: 0.26;
            animation: crewmedya-summer-orb-drift 22s ease-in-out infinite;
        }

        .crewmedya-summer-orb:nth-child(1) {
            width: 560px; height: 560px;
            background: radial-gradient(circle, rgba(255, 140, 0, 0.6) 0%, transparent 70%);
            top: -160px; left: -130px;
            animation-duration: 22s;
        }

        .crewmedya-summer-orb:nth-child(2) {
            width: 460px; height: 460px;
            background: radial-gradient(circle, rgba(255, 46, 126, 0.5) 0%, transparent 70%);
            top: 28%; right: -130px;
            animation-duration: 18s;
            animation-delay: 3s;
        }

        .crewmedya-summer-orb:nth-child(3) {
            width: 620px; height: 620px;
            background: radial-gradient(circle, rgba(255, 179, 0, 0.42) 0%, transparent 70%);
            bottom: -230px; left: 32%;
            animation-duration: 26s;
            animation-delay: 6s;
        }

        @keyframes crewmedya-summer-orb-drift {
            0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.26; }
            33% { transform: translate(60px, -50px) scale(1.15); opacity: 0.4; }
            66% { transform: translate(-40px, 40px) scale(0.9); opacity: 0.22; }
        }

        /* === PARTIKUL (YUKSELEN KOR / KIVILCIM) === */
        .crewmedya-summer-particles {
            position: fixed;
            width: 100%;
            height: 100%;
            z-index: 3;
            pointer-events: none;
            overflow: hidden;
        }

        .crewmedya-summer-particle {
            position: absolute;
            bottom: -120px;
        }

        /* Yukselen soluk PCKolik logolari */
        .crewmedya-summer-float-logo {
            height: auto;
            opacity: 0;
            filter: grayscale(30%) brightness(1.35);
            animation: crewmedya-summer-rise var(--rise-dur, 18s) ease-in-out forwards;
            will-change: transform, opacity;
        }

        @keyframes crewmedya-summer-rise {
            0% { transform: translate(0, 0) rotate(var(--rot-start, -8deg)); opacity: 0; }
            10% { opacity: var(--logo-op, 0.08); }
            82% { opacity: var(--logo-op, 0.08); }
            100% { transform: translate(var(--x-drift, 0px), -115vh) rotate(var(--rot-end, 8deg)); opacity: 0; }
        }

        /* === CONTAINER === */
        .crewmedya-summer-container {
            position: relative;
            z-index: 10;
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px 60px;
        }

        /* === HERO === */
        .crewmedya-summer-hero {
            position: relative;
            text-align: center;
            padding: 48px 0 8px;
        }

        .crewmedya-summer-hero-glow {
            position: absolute;
            top: 40px;
            left: 50%;
            transform: translateX(-50%);
            width: min(680px, 90vw);
            height: 420px;
            background: radial-gradient(ellipse, rgba(255, 150, 20, 0.22) 0%, rgba(255, 46, 126, 0.12) 45%, transparent 70%);
            pointer-events: none;
            z-index: -1;
        }

        /* Donen gunes isinlari */
        .crewmedya-summer-sun-rays {
            position: absolute;
            top: 130px;
            left: 50%;
            width: min(640px, 92vw);
            aspect-ratio: 1;
            transform: translateX(-50%);
            background: repeating-conic-gradient(
                from 0deg,
                rgba(255, 179, 0, 0.10) 0deg 9deg,
                transparent 9deg 24deg
            );
            border-radius: 50%;
            -webkit-mask-image: radial-gradient(circle, rgba(0,0,0,0.9) 0%, transparent 68%);
            mask-image: radial-gradient(circle, rgba(0,0,0,0.9) 0%, transparent 68%);
            animation: crewmedya-summer-rays-spin 40s linear infinite;
            pointer-events: none;
            z-index: -1;
        }

        @keyframes crewmedya-summer-rays-spin {
            from { transform: translateX(-50%) rotate(0deg); }
            to { transform: translateX(-50%) rotate(360deg); }
        }

        /* Marka logolari: solda TR, ortada kampanya, sagda PCKolik */
        .crewmedya-summer-brands {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: clamp(20px, 4vw, 60px);
            flex-wrap: wrap;
        }

        .crewmedya-summer-logo-tr {
            width: clamp(130px, 17vw, 220px);
            height: auto;
            filter: drop-shadow(0 4px 16px rgba(0, 0, 0, 0.65));
        }

        .crewmedya-summer-logo-pck {
            width: clamp(140px, 18vw, 240px);
            height: auto;
            filter: drop-shadow(0 4px 16px rgba(0, 0, 0, 0.65));
        }

        /* Kampanya logosu */
        .crewmedya-summer-main-logo {
            width: min(480px, 58vw);
            height: auto;
            display: block;
            filter: drop-shadow(0 14px 40px rgba(255, 122, 0, 0.35));
            animation: crewmedya-summer-logo-float 5s ease-in-out infinite;
        }

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

        /* Alt baslik */
        .crewmedya-summer-subtitle {
            font-family: 'Orbitron', sans-serif;
            font-size: clamp(15px, 2.6vw, 21px);
            font-weight: 700;
            letter-spacing: 3px;
            margin-top: 18px;
            text-transform: uppercase;
        }

        .crewmedya-summer-subtitle .crewmedya-summer-sub-gold {
            color: #FFB300;
            text-shadow: 0 0 18px rgba(255, 179, 0, 0.55);
        }

        .crewmedya-summer-subtitle .crewmedya-summer-sub-pink {
            color: #FF2E7E;
            text-shadow: 0 0 18px rgba(255, 46, 126, 0.55);
        }

        .crewmedya-summer-subtitle .crewmedya-summer-sub-sep {
            color: rgba(255, 255, 255, 0.35);
            margin: 0 10px;
        }

        /* Rozet banner */
        .crewmedya-summer-badges {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            flex-wrap: wrap;
            margin-top: 22px;
        }

        .crewmedya-summer-badge {
            display: inline-flex;
            align-items: center;
            gap: 7px;
            font-size: 12.5px;
            font-weight: 700;
            letter-spacing: 0.6px;
            padding: 8px 16px;
            border-radius: 30px;
            border: 1px solid;
            backdrop-filter: blur(6px);
        }

        .crewmedya-summer-badge svg {
            width: 14px;
            height: 14px;
            flex-shrink: 0;
        }

        .crewmedya-summer-badge-gold {
            color: #FFC24D;
            border-color: rgba(255, 179, 0, 0.4);
            background: rgba(255, 179, 0, 0.09);
        }

        .crewmedya-summer-badge-pink {
            color: #FF6BA5;
            border-color: rgba(255, 46, 126, 0.4);
            background: rgba(255, 46, 126, 0.09);
        }

        .crewmedya-summer-badge-white {
            color: #f2f2f2;
            border-color: rgba(255, 255, 255, 0.25);
            background: rgba(255, 255, 255, 0.06);
        }

        /* === GERI SAYIM === */
        .crewmedya-summer-countdown {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 12px;
            margin-top: 26px;
        }

        .crewmedya-summer-cd-block {
            display: flex;
            flex-direction: column;
            align-items: center;
            min-width: 76px;
            padding: 14px 10px 11px;
            border-radius: 14px;
            border: 1px solid rgba(255, 179, 0, 0.3);
            background: linear-gradient(160deg, rgba(255, 179, 0, 0.1), rgba(255, 46, 126, 0.07));
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
        }

        .crewmedya-summer-cd-num {
            font-family: 'Orbitron', sans-serif;
            font-size: clamp(24px, 3.4vw, 32px);
            font-weight: 900;
            color: #FFD34D;
            text-shadow: 0 0 20px rgba(255, 179, 0, 0.5);
            font-variant-numeric: tabular-nums;
        }

        .crewmedya-summer-cd-label {
            font-size: 10.5px;
            font-weight: 700;
            letter-spacing: 1.4px;
            text-transform: uppercase;
            color: rgba(255, 255, 255, 0.55);
            margin-top: 4px;
        }

        .crewmedya-summer-cd-sep {
            font-family: 'Orbitron', sans-serif;
            font-size: 26px;
            font-weight: 700;
            color: #FF2E7E;
            text-shadow: 0 0 14px rgba(255, 46, 126, 0.6);
        }

        /* === HIZLI SECIM NAV === */
        .crewmedya-summer-nav {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            gap: 10px;
            margin: 36px auto 8px;
            max-width: 980px;
        }

        .crewmedya-summer-nav-chip {
            font-family: 'Orbitron', sans-serif;
            font-size: 11.5px;
            font-weight: 700;
            letter-spacing: 0.8px;
            color: #ffd9a3;
            text-decoration: none;
            padding: 9px 15px;
            border-radius: 10px;
            border: 1px solid rgba(255, 179, 0, 0.28);
            background: linear-gradient(160deg, rgba(255, 179, 0, 0.10), rgba(255, 46, 126, 0.06));
            transition: all 0.25s ease;
            white-space: nowrap;
        }

        .crewmedya-summer-nav-chip small {
            display: block;
            font-family: 'Exo 2', sans-serif;
            font-size: 11px;
            font-weight: 600;
            letter-spacing: 0.4px;
            color: rgba(255, 255, 255, 0.55);
            margin-top: 3px;
        }

        .crewmedya-summer-nav-chip:hover {
            border-color: rgba(255, 179, 0, 0.7);
            background: linear-gradient(160deg, rgba(255, 179, 0, 0.2), rgba(255, 46, 126, 0.12));
            transform: translateY(-2px);
            box-shadow: 0 8px 20px rgba(255, 140, 0, 0.18);
        }

        /* === SISTEM GRID === */
        .crewmedya-summer-systems {
            margin-top: 34px;
        }

        .crewmedya-summer-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 24px;
        }

        /* === KART === */
        .crewmedya-summer-card-link {
            display: block;
            text-decoration: none;
            color: inherit;
            scroll-margin-top: 30px;
            opacity: 0;
            transform: translateY(34px);
            transition: opacity 0.6s ease, transform 0.6s ease;
        }

        .crewmedya-summer-card-link.crewmedya-summer-visible {
            opacity: 1;
            transform: translateY(0);
        }

        .crewmedya-summer-card {
            position: relative;
            height: 100%;
            border-radius: 20px;
            padding: 1.5px;
            background: linear-gradient(160deg, rgba(255, 179, 0, 0.4), rgba(255, 255, 255, 0.07) 35%, rgba(255, 46, 126, 0.35));
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            will-change: transform;
        }

        .crewmedya-summer-card-link:hover .crewmedya-summer-card {
            transform: translateY(-7px);
            box-shadow:
                0 24px 50px rgba(0, 0, 0, 0.5),
                0 0 34px rgba(255, 150, 20, 0.22),
                0 0 60px rgba(255, 46, 126, 0.12);
        }

        .crewmedya-summer-card-inner {
            position: relative;
            height: 100%;
            display: flex;
            flex-direction: column;
            border-radius: 19px;
            overflow: hidden;
            background: linear-gradient(180deg, #1c1016 0%, #150b10 100%);
        }

        /* Ust rozetler */
        .crewmedya-summer-card-top {
            position: absolute;
            top: 14px;
            left: 14px;
            right: 14px;
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            z-index: 5;
            pointer-events: none;
        }

        .crewmedya-summer-tier {
            font-family: 'Orbitron', sans-serif;
            font-size: 12px;
            font-weight: 800;
            letter-spacing: 1px;
            color: #120709;
            background: linear-gradient(135deg, #FFD34D, #FF9A1F);
            padding: 7px 14px;
            border-radius: 8px;
            box-shadow: 0 4px 14px rgba(255, 154, 31, 0.45);
        }

        .crewmedya-summer-brand {
            font-family: 'Orbitron', sans-serif;
            font-size: 10.5px;
            font-weight: 700;
            letter-spacing: 1px;
            padding: 6px 12px;
            border-radius: 8px;
            border: 1px solid;
            backdrop-filter: blur(4px);
        }

        .crewmedya-summer-brand-intel {
            color: #9ed2ff;
            border-color: rgba(70, 150, 255, 0.55);
            background: rgba(12, 35, 80, 0.85);
        }

        .crewmedya-summer-brand-amd {
            color: #ffb59c;
            border-color: rgba(255, 90, 40, 0.55);
            background: rgba(90, 26, 8, 0.85);
        }

        .crewmedya-summer-brand-neutral {
            color: #f5f5f5;
            border-color: rgba(255, 255, 255, 0.35);
            background: rgba(22, 14, 20, 0.82);
        }

        /* Urun gorseli */
        .crewmedya-summer-card-image {
            position: relative;
            background: #ffffff;
            padding: 40px 20px 18px;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 260px;
        }

        .crewmedya-summer-card-image::after {
            content: '';
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            height: 46px;
            background: linear-gradient(180deg, transparent, rgba(21, 11, 16, 0.9));
            pointer-events: none;
        }

        .crewmedya-summer-card-image img {
            max-width: 82%;
            max-height: 205px;
            object-fit: contain;
            mix-blend-mode: multiply;
            transition: transform 0.45s ease;
        }

        .crewmedya-summer-card-link:hover .crewmedya-summer-card-image img {
            transform: scale(1.06) translateY(-4px);
        }

        /* Kart govde */
        .crewmedya-summer-card-body {
            display: flex;
            flex-direction: column;
            flex: 1;
            padding: 20px 22px 22px;
        }

        .crewmedya-summer-card-name {
            font-family: 'Orbitron', sans-serif;
            font-size: clamp(17px, 2.4vw, 21px);
            font-weight: 800;
            letter-spacing: 1.2px;
            background: linear-gradient(90deg, #FFD34D, #FF9A1F 55%, #FF2E7E);
            -webkit-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent;
            margin-bottom: 4px;
        }

        .crewmedya-summer-card-tag {
            font-size: 12.5px;
            font-weight: 600;
            letter-spacing: 0.5px;
            color: rgba(255, 255, 255, 0.5);
            margin-bottom: 14px;
        }

        /* Ozellik listesi */
        .crewmedya-summer-specs {
            list-style: none;
            display: flex;
            flex-direction: column;
            gap: 8px;
            margin-bottom: 18px;
        }

        .crewmedya-summer-spec {
            display: flex;
            align-items: flex-start;
            gap: 10px;
            font-size: 13px;
            font-weight: 500;
            line-height: 1.4;
            color: rgba(255, 255, 255, 0.82);
        }

        .crewmedya-summer-spec svg {
            width: 16px;
            height: 16px;
            flex-shrink: 0;
            margin-top: 1px;
        }

        .crewmedya-summer-spec strong {
            color: #FFC24D;
            font-weight: 700;
        }

        /* Fiyat + CTA */
        .crewmedya-summer-card-foot {
            margin-top: auto;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 14px;
            flex-wrap: wrap;
            padding-top: 16px;
            border-top: 1px solid rgba(255, 255, 255, 0.08);
        }

        .crewmedya-summer-price {
            display: flex;
            align-items: baseline;
            gap: 4px;
            font-family: 'Orbitron', sans-serif;
        }

        .crewmedya-summer-price-cur {
            font-size: 17px;
            font-weight: 700;
            color: #FFB300;
        }

        .crewmedya-summer-price-num {
            font-size: clamp(24px, 3vw, 30px);
            font-weight: 900;
            color: #fff;
            text-shadow: 0 0 22px rgba(255, 179, 0, 0.45);
        }

        .crewmedya-summer-price-note {
            width: 100%;
            font-family: 'Exo 2', sans-serif;
            font-size: 10.5px;
            font-weight: 600;
            letter-spacing: 0.4px;
            color: rgba(255, 255, 255, 0.4);
            margin-top: -8px;
        }

        .crewmedya-summer-cta {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            font-family: 'Orbitron', sans-serif;
            font-size: 12px;
            font-weight: 700;
            letter-spacing: 0.8px;
            color: #120709;
            background: linear-gradient(135deg, #FFD34D, #FF7A00);
            padding: 11px 18px;
            border-radius: 10px;
            box-shadow: 0 6px 18px rgba(255, 122, 0, 0.35);
            transition: all 0.25s ease;
        }

        .crewmedya-summer-cta svg {
            width: 15px;
            height: 15px;
            flex-shrink: 0;
            transition: transform 0.25s ease;
        }

        .crewmedya-summer-card-link:hover .crewmedya-summer-cta {
            background: linear-gradient(135deg, #FF9A1F, #FF2E7E);
            box-shadow: 0 8px 24px rgba(255, 46, 126, 0.4);
        }

        .crewmedya-summer-card-link:hover .crewmedya-summer-cta svg {
            transform: translateX(4px);
        }

        /* === BILGI KUTUSU === */
        .crewmedya-summer-info {
            margin-top: 44px;
            border-radius: 18px;
            border: 1px solid rgba(255, 179, 0, 0.22);
            background: linear-gradient(160deg, rgba(255, 179, 0, 0.06), rgba(255, 46, 126, 0.05));
            padding: 26px 28px;
            text-align: center;
            opacity: 0;
            transition: opacity 0.8s ease;
        }

        .crewmedya-summer-info-title {
            display: inline-block;
            font-family: 'Orbitron', sans-serif;
            font-size: 14px;
            font-weight: 800;
            letter-spacing: 2px;
            color: #FFC24D;
            text-transform: uppercase;
            margin-bottom: 14px;
        }

        .crewmedya-summer-info p {
            font-size: 13px;
            line-height: 1.8;
            color: rgba(255, 255, 255, 0.6);
            max-width: 860px;
            margin: 0 auto;
        }

        .crewmedya-summer-info p strong {
            color: rgba(255, 255, 255, 0.85);
        }

        /* === ANIMATE GENEL === */
        .crewmedya-summer-animate {
            opacity: 0;
            animation: crewmedya-summer-fade-up 0.8s ease forwards;
        }

        @keyframes crewmedya-summer-fade-up {
            from { opacity: 0; transform: translateY(24px); }
            to { opacity: 1; transform: translateY(0); }
        }

        /* === RESPONSIVE === */
        @media (max-width: 900px) {
            .crewmedya-summer-brands {
                gap: 18px;
            }

            .crewmedya-summer-logo-tr {
                order: 1;
                width: clamp(120px, 34vw, 170px);
            }

            .crewmedya-summer-logo-pck {
                order: 2;
                width: clamp(130px, 36vw, 190px);
            }

            .crewmedya-summer-main-logo {
                order: 3;
                width: min(480px, 88vw);
            }

            .crewmedya-summer-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 20px;
            }

            .crewmedya-summer-countdown {
                gap: 8px;
            }

            .crewmedya-summer-cd-block {
                min-width: 64px;
                padding: 12px 8px 9px;
            }
        }

        @media (max-width: 640px) {
            .crewmedya-summer-grid {
                grid-template-columns: 1fr;
                gap: 20px;
            }
        }

        @media (max-width: 560px) {
            .crewmedya-summer-container {
                padding: 0 14px 46px;
            }

            .crewmedya-summer-hero {
                padding-top: 36px;
            }

            .crewmedya-summer-brands {
                gap: 14px;
            }

            .crewmedya-summer-subtitle {
                letter-spacing: 1.6px;
            }

            .crewmedya-summer-nav {
                gap: 8px;
            }

            .crewmedya-summer-nav-chip {
                font-size: 10.5px;
                padding: 8px 12px;
            }

            .crewmedya-summer-card-image {
                height: 240px;
                padding: 34px 16px 14px;
            }

            .crewmedya-summer-card-image img {
                max-height: 190px;
            }

            .crewmedya-summer-card-body {
                padding: 18px 16px 18px;
            }

            .crewmedya-summer-spec {
                font-size: 12.5px;
            }

            .crewmedya-summer-card-foot {
                flex-direction: column;
                align-items: stretch;
            }

            .crewmedya-summer-price {
                justify-content: center;
            }

            .crewmedya-summer-price-note {
                text-align: center;
                margin-top: -4px;
            }

            .crewmedya-summer-cta {
                justify-content: center;
            }

            .crewmedya-summer-info {
                padding: 22px 18px;
            }
        }

        /* === REDUCED MOTION === */
        @media (prefers-reduced-motion: reduce) {
            .crewmedya-summer-orb,
            .crewmedya-summer-sun-rays,
            .crewmedya-summer-main-logo {
                animation: none;
            }

            .crewmedya-summer-card-link,
            .crewmedya-summer-info,
            .crewmedya-summer-animate {
                opacity: 1;
                transform: none;
                animation: none;
            }
        }
