/*
Theme Name: GROSCOS WD
Author: Ricky San Cristobal
Version: 3.0
Description: Mi Whatsapp +1 849-869-6768.
*/

:root {
    --primary: #0d6efd;
    --dark: #212529;
    --light: #f8f9fa;
    --gray-text: #6c757d;
}

body { 
    background-color: var(--light); 
    color: var(--dark); 
    font-family: 'Inter', -apple-system, sans-serif; 
}

/* Navbar Estilo Apple */
.navbar { 
    background: #ffffff !important; 
    box-shadow: 0 2px 15px rgba(0,0,0,0.05); 
    padding: 15px 0;
}

.navbar-brand { font-weight: 800; color: var(--primary) !important; letter-spacing: -1px; }

/* Men¨² de Categor¨ªas */
.navbar-nav .nav-link {
    font-weight: 600;
    color: var(--dark) !important;
    margin: 0 10px;
}

/* Tarjetas de Videos (Home) */
.post-card {
    background: #fff;
    border: none;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: 0.3s ease-in-out;
    height: 100%;
}
.post-card:hover { transform: translateY(-5px); box-shadow: 0 10px 25px rgba(0,0,0,0.1); }
.post-card img { border-radius: 15px 15px 0 0; object-fit: cover; height: 210px; width: 100%; }

/* Video Player Pro */
.video-container-pro {
    background: #000;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
    margin: 30px 0;
}

.ad-wrapper {
    background: #e9ecef;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    margin: 25px 0;
    font-size: 11px;
    color: #adb5bd;
    font-weight: bold;
}