/* ==========================================
   PRT FILMS - Modern Dark Theme
   Apple-inspired Minimal Design
   ========================================== */

:root {
    --prt-primary: #f79421;
    --prt-secondary: #ff6b35;
    --prt-dark: #000000;
    --prt-dark-gray: #0a0a0a;
    --prt-gray: #1a1a1a;
    --prt-light-gray: #2a2a2a;
    --prt-text: #ffffff;
    --prt-text-secondary: #a0a0a0;
    --prt-border: rgba(255, 255, 255, 0.1);
    --prt-shadow: rgba(0, 0, 0, 0.5);
    --prt-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    --prt-radius: 16px;
    --prt-spacing: 80px;
    --prt-spacing-mobile: 40px;
}

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

body {
    background: var(--prt-dark);
    color: var(--prt-text);
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Poppins', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    line-height: 1.6;
}

body * {
    -webkit-tap-highlight-color: transparent;
}

main {
    position: relative;
    overflow-x: hidden;
}

/* Custom Scrollbar */
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track {
    background: var(--prt-dark);
}

::-webkit-scrollbar-thumb {
    background: var(--prt-light-gray);
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--prt-primary);
}

/* ==========================================
   MODERN HEADER - CENTER LOGO DESIGN
   ========================================== */
.prt-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: transparent;
    transition: all 0.2s ease;
    backdrop-filter: blur(0px);
}

.prt-header.scrolled {
    background: rgba(0, 0, 0, 0.95);
    backdrop-filter: blur(20px) saturate(180%);
}

.prt-header.scrolled .prt-header-inner {
    padding: 15px 60px;
}

.prt-header.scrolled .prt-logo {
    height: 60px;
}

.prt-header-inner {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    padding: 30px 60px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 40px;
    transition: all 0.2s ease;
}

/* Global içerik container'ı - header ile aynı genişlik */
.prt-page-inner {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    padding: 0 60px;
}

/* Logo Merkez */
.prt-logo-center {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
}

.prt-logo {
    height: 120px;
    width: auto;
    transition: all 0.2s ease;
    filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.3));
    cursor: pointer;
    opacity: 0.95;
}

.prt-logo:hover {
    opacity: 1;
}

.prt-header.scrolled .prt-logo {
    filter: drop-shadow(0 5px 15px rgba(247, 148, 33, 0.4));
}

/* Sol ve Sağ Menüler */
.prt-nav {
    display: flex;
    align-items: center;
}

.prt-nav-left {
    justify-content: flex-start;
    gap: 35px;
}

.prt-nav-right {
    justify-content: flex-end;
    gap: 35px;
}

.prt-nav-link {
    color: var(--prt-text);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.8px;
    transition: color 0.3s ease, opacity 0.3s ease;
    position: relative;
    opacity: 0.7;
    text-transform: uppercase;
    white-space: nowrap;
}

.prt-nav-link:hover {
    opacity: 1;
    color: var(--prt-text);
}

.prt-nav-link.active {
    opacity: 1;
    color: var(--prt-primary);
}

/* Dil Değiştirme Butonu */
.prt-lang-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 18px;
    background: rgba(247, 148, 33, 0.15);
    color: var(--prt-primary);
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 1px;
    transition: background 0.3s ease, opacity 0.3s ease;
    border: 1px solid rgba(247, 148, 33, 0.3);
    opacity: 0.9;
}

.prt-lang-btn:hover {
    background: rgba(247, 148, 33, 0.25);
    opacity: 1;
    color: var(--prt-primary);
}

/* Mobil Menü Toggler */
.mobile-nav-toggler {
    display: none;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.3s ease, opacity 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.15);
    opacity: 0.8;
}

.mobile-nav-toggler:hover {
    background: rgba(255, 255, 255, 0.1);
    opacity: 1;
}

.mobile-nav-toggler i {
    font-size: 1.3rem;
    color: white;
}

/* ==========================================
   HERO SECTION (Full Screen Slider)
   ========================================== */
.prt-hero {
    height: 100vh;
    position: relative;
    overflow: hidden;
    background: var(--prt-dark);
}

.prt-hero-content {
    position: absolute;
    bottom: var(--prt-spacing);
    left: 0;
    right: 0;
    z-index: 10;
    padding: 0 60px;
}

.prt-hero-title {
    font-size: clamp(3rem, 8vw, 6rem);
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 20px;
    letter-spacing: -2px;
    background: linear-gradient(135deg, var(--prt-text) 0%, var(--prt-text-secondary) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.prt-hero-subtitle {
    font-size: clamp(1rem, 2vw, 1.5rem);
    color: var(--prt-text-secondary);
    margin-bottom: 40px;
    max-width: 600px;
}

.prt-scroll-indicator {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    color: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    animation: bounce 2s infinite;
    transition: opacity 0.3s ease;
    text-align: center;
}

.prt-scroll-indicator:hover {
    opacity: 1;
    color: rgba(255, 255, 255, 0.9);
}

@keyframes bounce {
    0%, 100% { transform: translateX(-50%) translateY(0); }
    50% { transform: translateX(-50%) translateY(-10px); }
}

.prt-scroll-indicator:hover {
    animation: none;
}

.prt-scroll-indicator i {
    font-size: 20px;
    animation: arrowBounce 2s infinite;
}

@keyframes arrowBounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(5px); }
}

/* ==========================================
   FEATURED SECTION
   ========================================== */
.prt-featured {
    padding: var(--prt-spacing) 60px;
    background: var(--prt-dark-gray);
    position: relative;
}

.prt-section-header {
    text-align: center;
    margin-bottom: 60px;
}

.prt-section-title {
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 700;
    margin-bottom: 15px;
    letter-spacing: -1px;
}

.prt-section-subtitle {
    font-size: 1.2rem;
    color: var(--prt-text-secondary);
    max-width: 600px;
    margin: 0 auto;
}

.prt-featured-cta {
    margin: 50px auto 0;
    max-width: 1200px;
    display: flex;
    justify-content: flex-end;
}

.prt-featured-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
    justify-items: center;
}

.prt-featured-card {
    background: var(--prt-gray);
    border-radius: var(--prt-radius);
    overflow: hidden;
    transition: var(--prt-transition);
    cursor: pointer;
    position: relative;
    width: 220px;
    height: 360px;
}

.prt-featured-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.8) 100%);
    z-index: 1;
    opacity: 0;
    transition: var(--prt-transition);
}

.prt-featured-card:hover::before {
    opacity: 1;
}

.prt-featured-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 30px 60px var(--prt-shadow);
}

.prt-featured-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--prt-transition);
    transform-origin: center;
}

.prt-featured-card:hover .prt-featured-image {
    transform: scale(1.1);
}

.prt-featured-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px;
    z-index: 2;
    transform: translateY(20px);
    opacity: 0;
    transition: var(--prt-transition);
}

.prt-featured-card:hover .prt-featured-info {
    transform: translateY(0);
    opacity: 1;
}

.prt-featured-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 10px;
}


.prt-featured-badge {
    display: none;
}

.prt-featured-meta {
    display: none;
}

/* ==========================================
   VIDEO SHOWCASE SECTION
   ========================================== */
.prt-video-showcase {
    padding: var(--prt-spacing) 60px;
    background: var(--prt-dark);
    position: relative;
    overflow: hidden;
}

.prt-video-container {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.prt-video-content h2 {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: -1px;
}

.prt-video-content p {
    font-size: 1.1rem;
    color: var(--prt-text-secondary);
    line-height: 1.8;
    margin-bottom: 30px;
}

.prt-video-stats {
    display: flex;
    gap: 40px;
    margin-bottom: 40px;
}

.prt-stat {
    flex: 1;
}

.prt-stat-number {
    font-size: 3rem;
    font-weight: 700;
    background: linear-gradient(135deg, var(--prt-primary) 0%, var(--prt-secondary) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block;
    margin-bottom: 5px;
}

.prt-stat-label {
    color: var(--prt-text-secondary);
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.prt-video-player {
    position: relative;
    border-radius: var(--prt-radius);
    overflow: hidden;
    aspect-ratio: 16/9;
    background: var(--prt-gray);
    box-shadow: 0 20px 60px rgba(247, 148, 33, 0.2);
}

.prt-video-player video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.prt-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: rgba(247, 148, 33, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: var(--prt-transition);
    backdrop-filter: blur(10px);
}

.prt-play-button:hover {
    background: var(--prt-primary);
    transform: translate(-50%, -50%) scale(1.1);
    box-shadow: 0 10px 30px rgba(247, 148, 33, 0.5);
}

.prt-play-button i {
    font-size: 2rem;
    color: white;
    margin-left: 5px;
}

/* ==========================================
   COMEDY HIGHLIGHT SECTION
   ========================================== */
.prt-comedy {
    padding: var(--prt-spacing) 60px;
    background: linear-gradient(135deg, var(--prt-dark-gray) 0%, var(--prt-gray) 100%);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.prt-comedy::before {
    content: '😂';
    position: absolute;
    font-size: 30rem;
    opacity: 0.03;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.prt-comedy-content {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.prt-comedy-emoji {
    font-size: 5rem;
    margin-bottom: 20px;
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-20px); }
}

.prt-comedy h2 {
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 700;
    margin-bottom: 30px;
    letter-spacing: -1px;
}

.prt-comedy p {
    font-size: 1.3rem;
    color: var(--prt-text-secondary);
    line-height: 1.8;
    margin-bottom: 40px;
}

/* ==========================================
   BUTTONS
   ========================================== */
.prt-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 32px;
    background: var(--prt-primary);
    color: var(--prt-text);
    text-decoration: none;
    border-radius: 10px;
    font-weight: 600;
    font-size: 1rem;
    transition: var(--prt-transition);
    border: none;
    cursor: pointer;
    letter-spacing: 0.5px;
    position: relative;
    overflow: hidden;
}

.prt-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, var(--prt-primary) 0%, var(--prt-secondary) 100%);
    opacity: 0;
    transition: var(--prt-transition);
}

.prt-btn:hover::before {
    opacity: 1;
}

.prt-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(247, 148, 33, 0.4);
    color: var(--prt-text);
}

.prt-btn span {
    position: relative;
    z-index: 1;
}

.prt-btn-outline {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.45);
    color: #fff;
    padding: 12px 24px;
    border-radius: 10px;
    font-size: 0.95rem;
    letter-spacing: 0.2px;
}

.prt-btn-outline::before {
    display: none;
}

.prt-btn-outline i {
    font-size: 0.9rem;
}

.prt-btn-outline:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.prt-btn-secondary {
    background: transparent;
    border: 2px solid var(--prt-border);
    color: var(--prt-text);
}

.prt-btn-secondary:hover {
    border-color: var(--prt-primary);
    background: transparent;
    color: var(--prt-text);
}

/* ==========================================
   PARALLAX BACKGROUND
   ========================================== */
.prt-parallax {
    position: relative;
    overflow: hidden;
}

.prt-parallax-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    will-change: transform;
}

/* ==========================================
   MOBILE MENU
   ========================================== */
.mobile-menu {
    position: fixed;
    right: -100%;
    top: 0;
    width: 320px;
    height: 100vh;
    background: rgba(10, 10, 10, 0.98);
    backdrop-filter: blur(20px);
    z-index: 9999;
    transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow-y: auto;
    border-left: 1px solid var(--prt-border);
}

.mobile-menu-visible .mobile-menu {
    right: 0;
}

.mobile-menu-header {
    padding: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--prt-border);
}

.mobile-menu .nav-logo img {
    height: 35px;
}

.mobile-menu .close-btn {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--prt-light-gray);
    border-radius: 50%;
    cursor: pointer;
    transition: var(--prt-transition);
    color: white;
}

.mobile-menu .close-btn:hover {
    background: var(--prt-primary);
    transform: rotate(90deg);
}

.mobile-menu .menu-outer {
    padding: 20px 0;
}

.mobile-menu .navigation {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-menu .navigation li {
    border-bottom: 1px solid var(--prt-border);
}

.mobile-menu .navigation li a {
    display: block;
    padding: 18px 30px;
    color: var(--prt-text);
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    transition: var(--prt-transition);
    position: relative;
}

.mobile-menu .navigation li a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 100%;
    background: var(--prt-primary);
    opacity: 0.1;
    transition: var(--prt-transition);
}

.mobile-menu .navigation li a:hover::before,
.mobile-menu .navigation li.active a::before {
    width: 4px;
}

.mobile-menu .navigation li a:hover {
    color: var(--prt-primary);
    padding-left: 40px;
}

.mobile-menu .language-switcher {
    padding: 30px;
    text-align: center;
    border-top: 1px solid var(--prt-border);
}

.mobile-menu .social-links {
    padding: 20px 30px 30px;
}

.mobile-menu .social-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    gap: 15px;
}

.mobile-menu .social-links a {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--prt-light-gray);
    border-radius: 50%;
    color: white;
    transition: var(--prt-transition);
    text-decoration: none;
}

.mobile-menu .social-links a:hover {
    background: var(--prt-primary);
    transform: translateY(-3px);
}

.menu-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(5px);
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transition: var(--prt-transition);
}

.mobile-menu-visible .menu-backdrop {
    opacity: 1;
    visibility: visible;
}

body.mobile-menu-visible {
    overflow: hidden;
}

/* ==========================================
   RESPONSIVE DESIGN
   ========================================== */
@media (max-width: 1200px) {
    .prt-video-container {
        gap: 40px;
    }
    
    .prt-video-stats {
        gap: 30px;
    }
}

@media (max-width: 1400px) {
    .prt-header-inner {
        padding: 25px 40px;
    }
    
    .prt-page-inner {
        padding: 0 40px;
    }
    
    .prt-nav-left,
    .prt-nav-right {
        gap: 25px;
    }
    
    .prt-nav-link {
        font-size: 13px;
    }
}

@media (max-width: 1200px) {
    .prt-nav-link {
        font-size: 12px;
    }
    
    .prt-nav-left,
    .prt-nav-right {
        gap: 20px;
    }
}

@media (max-width: 991px) {
    :root {
        --prt-spacing: 60px;
    }
    
    .prt-header-inner {
        grid-template-columns: 1fr auto;
        padding: 20px 30px;
        gap: 20px;
        width: 100%;
    }
    
    .prt-page-inner {
        padding: 0 30px;
    }
    
    .prt-header.scrolled .prt-header-inner {
        padding: 15px 30px;
    }
    
    .prt-nav-left,
    .prt-nav-right {
        display: none !important;
    }
    
    .prt-logo-center {
        order: 1;
        justify-content: flex-start;
    }
    
    .mobile-nav-toggler {
        display: flex;
        order: 2;
    }
    
    .prt-logo {
        height: 70px;
    }
    
    .prt-header.scrolled .prt-logo {
        height: 45px;
    }
    
    .prt-featured,
    .prt-video-showcase,
    .prt-comedy {
        padding: var(--prt-spacing) 30px;
    }
    
    .prt-video-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .prt-video-stats {
        flex-direction: row;
        gap: 30px;
    }
    
    .prt-hero-content {
        padding: 0 30px;
        bottom: 100px;
    }
}

@media (max-width: 767px) {
    :root {
        --prt-spacing: var(--prt-spacing-mobile);
    }
    
    .prt-header-inner {
        padding: 15px 20px;
        width: 100%;
    }
    
    .prt-page-inner {
        padding: 0 20px;
    }
    
    .prt-header.scrolled .prt-header-inner {
        padding: 12px 20px;
    }
    
    .prt-logo {
        height: 60px;
    }
    
    .prt-header.scrolled .prt-logo {
        height: 40px;
    }
    
    .mobile-nav-toggler {
        width: 36px;
        height: 36px;
    }
    
    .mobile-nav-toggler i {
        font-size: 1.1rem;
    }
    
    .prt-featured,
    .prt-video-showcase,
    .prt-comedy {
        padding: var(--prt-spacing-mobile) 20px;
    }
    
    .prt-featured-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .prt-hero-content {
        padding: 0 20px;
        bottom: 80px;
    }
    
    .prt-video-stats {
        flex-direction: column;
        gap: 20px;
    }
    
    .prt-stat-number {
        font-size: 2rem;
    }
    
    .prt-play-button {
        width: 60px;
        height: 60px;
    }
    
    .prt-play-button i {
        font-size: 1.5rem;
    }
    
    .prt-btn {
        padding: 14px 28px;
        font-size: 0.9rem;
    }
    
    .prt-scroll-indicator {
        bottom: 20px;
    }
    
    .prt-scroll-indicator i {
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .prt-featured-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }
    
    .prt-featured-card {
        width: 160px;
        height: 260px;
    }
}

/* ==========================================
   LOADING & ANIMATIONS
   ========================================== */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.prt-fade-in {
    animation: fadeInUp 0.8s ease-out forwards;
}

.prt-fade-in-delay-1 {
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    opacity: 0;
}

.prt-fade-in-delay-2 {
    animation: fadeInUp 0.8s ease-out 0.4s forwards;
    opacity: 0;
}

.prt-fade-in-delay-3 {
    animation: fadeInUp 0.8s ease-out 0.6s forwards;
    opacity: 0;
}

/* ==========================================
   UTILITIES
   ========================================== */
.prt-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 60px;
}

.prt-text-gradient {
    background: linear-gradient(135deg, var(--prt-primary) 0%, var(--prt-secondary) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.prt-divider {
    height: 1px;
    background: var(--prt-border);
    margin: var(--prt-spacing) 0;
}

/* ==========================================
   GLOW EFFECTS
   ========================================== */
.prt-featured-card:hover {
    box-shadow: 
        0 30px 60px var(--prt-shadow),
        0 0 0 1px rgba(247, 148, 33, 0.1),
        0 0 30px rgba(247, 148, 33, 0.15);
}

.prt-video-player {
    box-shadow: 
        0 20px 60px rgba(247, 148, 33, 0.2),
        0 0 0 1px rgba(247, 148, 33, 0.1);
}

/* ==========================================
   GLASS MORPHISM EFFECTS
   ========================================== */
.prt-glass {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--prt-radius);
}

/* ==========================================
   HOVER SHINE EFFECT
   ========================================== */
.prt-featured-card::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(
        45deg,
        transparent 30%,
        rgba(255, 255, 255, 0.1) 50%,
        transparent 70%
    );
    transform: rotate(45deg);
    transition: all 0.6s ease;
    pointer-events: none;
    opacity: 0;
}

.prt-featured-card:hover::after {
    opacity: 1;
    animation: shine 1.5s ease-in-out;
}

@keyframes shine {
    0% {
        left: -50%;
    }
    100% {
        left: 150%;
    }
}

/* ==========================================
   TEXT SELECTION
   ========================================== */
::selection {
    background: var(--prt-primary);
    color: white;
}

::-moz-selection {
    background: var(--prt-primary);
    color: white;
}

/* ==========================================
   SMOOTH PAGE TRANSITIONS
   ========================================== */
@media (prefers-reduced-motion: no-preference) {
    html {
        scroll-behavior: smooth;
    }
}

/* Focus states for accessibility */
a:focus-visible,
button:focus-visible {
    outline: 2px solid var(--prt-primary);
    outline-offset: 4px;
}

/* ==========================================
   LOADING STATES
   ========================================== */
.prt-loading {
    position: relative;
    pointer-events: none;
}

.prt-loading::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    margin: -15px 0 0 -15px;
    border: 3px solid var(--prt-border);
    border-top-color: var(--prt-primary);
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

