/* ==========================================================================
   ELEMENTPACE URBAN STREETWEAR - MASTER STYLESHEET
   ========================================================================== */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&family=Oswald:wght@500;700&family=Inter:wght@400;500;600;700&display=swap');

:root {
    --ep-black: #0B0B0B;
    --ep-dark: #121212;
    --ep-card-bg: #FFFFFF;
    --ep-border: #E5E7EB;
    --ep-accent: #E5A83B;
    --ep-green: #25D366;
    --ep-text-main: #111827;
    --ep-text-muted: #6B7280;
}

body {
    background-color: #F9FAFB !important;
    font-family: 'Montserrat', sans-serif !important;
    color: var(--ep-text-main) !important;
    margin: 0;
    padding: 0;
}

.ep-container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}

/* TOP ANNOUNCEMENT BAR */
#elementpace-top-bar {
    background-color: #000000 !important;
    color: #FFFFFF !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 11.5px !important;
    font-weight: 800 !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
    text-align: center !important;
    padding: 10px 16px !important;
    z-index: 999999 !important;
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 16px !important;
    flex-wrap: wrap;
}

/* ==========================================================================
   HERO SECTION
   ========================================================================== */
.ep-hero-section {
    position: relative;
    background: linear-gradient(135deg, rgba(11,11,11,0.85) 0%, rgba(20,20,20,0.75) 100%),
                url('https://elementpace.com/wp-content/uploads/2026/07/Metallic_silver_Nike_P-6000_sneaker_202607201814-scaled-e1784589341360.jpeg') center/cover no-repeat;
    min-height: 540px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 80px 20px;
    color: #FFFFFF;
}

.ep-hero-content {
    max-width: 850px;
    z-index: 2;
}

.ep-hero-badge {
    display: inline-block;
    background-color: #FFFFFF;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 6px 18px;
    border-radius: 30px;
    margin-bottom: 20px;
}

.ep-hero-title {
    font-family: 'Montserrat', 'Oswald', sans-serif !important;
    font-size: clamp(32px, 5vw, 56px) !important;
    font-weight: 900 !important;
    line-height: 1.15 !important;
    letter-spacing: -1px !important;
    text-transform: uppercase !important;
    color: #FFFFFF !important;
    margin-bottom: 18px !important;
}

.ep-hero-title span {
    color: #E5E7EB;
    font-weight: 800;
}

.ep-hero-subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 17px;
    line-height: 1.6;
    color: #D1D5DB;
    max-width: 650px;
    margin: 0 auto 32px auto;
}

.ep-hero-buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

.ep-btn {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    padding: 15px 30px;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

.ep-btn-primary {
    background-color: #000000;
    color: #FFFFFF !important;
    border: 2px solid #FFFFFF;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
}

.ep-btn-primary:hover {
    background-color: #FFFFFF;
    color: #000000 !important;
    transform: translateY(-3px);
}

.ep-btn-whatsapp {
    background-color: #25D366;
    color: #FFFFFF !important;
    border: 2px solid #25D366;
    box-shadow: 0 4px 15px rgba(37,211,102,0.3);
}

.ep-btn-whatsapp:hover {
    background-color: #1EBE5D;
    border-color: #1EBE5D;
    transform: translateY(-3px);
}

/* ==========================================================================
   TRUST SECTION
   ========================================================================== */
.ep-trust-section {
    background-color: #FFFFFF;
    padding: 36px 0;
    border-bottom: 1px solid var(--ep-border);
}

.ep-trust-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 24px;
}

.ep-trust-card {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 20px;
    background-color: #F9FAFB;
    border: 1px solid #F3F4F6;
    border-radius: 10px;
    transition: transform 0.25s ease;
}

.ep-trust-card:hover {
    transform: translateY(-3px);
    border-color: #000000;
}

.ep-trust-icon {
    font-size: 28px;
    line-height: 1;
}

.ep-trust-info h4 {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 12.5px !important;
    font-weight: 800 !important;
    letter-spacing: 0.5px !important;
    text-transform: uppercase !important;
    margin: 0 0 4px 0 !important;
    color: #000000 !important;
}

.ep-trust-info p {
    font-family: 'Inter', sans-serif !important;
    font-size: 12px !important;
    color: var(--ep-text-muted) !important;
    margin: 0 !important;
    line-height: 1.4 !important;
}

/* ==========================================================================
   SECTION HEADERS
   ========================================================================== */
.ep-section-header {
    text-align: center;
    margin-bottom: 40px;
}

.ep-section-tag {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2px;
    color: #4B5563;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.ep-section-title {
    font-family: 'Montserrat', 'Oswald', sans-serif !important;
    font-size: clamp(26px, 3.5vw, 38px) !important;
    font-weight: 900 !important;
    letter-spacing: -0.5px !important;
    text-transform: uppercase !important;
    color: #0B0B0B !important;
    margin: 0 0 10px 0 !important;
}

.ep-section-desc {
    font-size: 15px;
    color: var(--ep-text-muted);
    max-width: 600px;
    margin: 0 auto;
}

/* ==========================================================================
   CATEGORIES SECTION
   ========================================================================== */
.ep-categories-section {
    padding: 60px 0 30px 0;
}

.ep-categories-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 24px;
}

.ep-cat-card {
    position: relative;
    height: 320px;
    border-radius: 14px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    padding: 36px;
    background-size: cover;
    background-position: center;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}

.ep-cat-card:hover {
    transform: translateY(-6px);
}

.ep-cat-hombre {
    background-image: linear-gradient(180deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.85) 100%),
                      url('https://images.unsplash.com/photo-1552346154-21d32810aba3?auto=format&fit=crop&w=800&q=80');
}

.ep-cat-mujer {
    background-image: linear-gradient(180deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.85) 100%),
                      url('https://images.unsplash.com/photo-1595950653106-6c9ebd614d3a?auto=format&fit=crop&w=800&q=80');
}

.ep-cat-content {
    color: #FFFFFF;
    z-index: 2;
}

.ep-cat-content h3 {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 24px !important;
    font-weight: 900 !important;
    letter-spacing: -0.5px !important;
    text-transform: uppercase !important;
    color: #FFFFFF !important;
    margin: 0 0 8px 0 !important;
}

.ep-cat-content p {
    font-size: 14px;
    color: #E5E7EB;
    margin: 0 0 16px 0;
}

.ep-cat-link {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
    border-bottom: 2px solid #FFFFFF;
    padding-bottom: 4px;
    transition: color 0.2s ease, border-color 0.2s ease;
}

.ep-cat-link:hover {
    color: var(--ep-accent);
    border-color: var(--ep-accent);
}

/* ==========================================================================
   PRODUCTS SECTION
   ========================================================================== */
.ep-products-section {
    padding: 60px 0 80px 0;
}

.ep-products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
    gap: 28px;
}

.ep-prod-card {
    background: #FFFFFF;
    border-radius: 14px;
    border: 1px solid #E5E7EB;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 14px rgba(0,0,0,0.03);
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.ep-prod-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 32px rgba(0,0,0,0.09);
    border-color: #000000;
}

.ep-prod-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    background-color: #000000;
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 4px;
    z-index: 5;
}

.ep-prod-image {
    background-color: #F4F4F5;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.ep-prod-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.ep-prod-card:hover .ep-prod-image img {
    transform: scale(1.06);
}

.ep-prod-details {
    padding: 22px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.ep-prod-category {
    font-size: 11px;
    font-weight: 700;
    color: var(--ep-text-muted);
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.ep-prod-title {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    line-height: 1.3 !important;
    color: #0B0B0B !important;
    text-transform: uppercase !important;
    margin: 0 0 10px 0 !important;
}

.ep-prod-rating {
    color: #F59E0B;
    font-size: 13px;
    margin-bottom: 12px;
}

.ep-prod-rating span {
    color: var(--ep-text-muted);
    font-size: 11px;
    margin-left: 4px;
}

.ep-prod-price-row {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin-bottom: 18px;
    margin-top: auto;
}

.ep-price-current {
    font-family: 'Montserrat', sans-serif;
    font-size: 19px;
    font-weight: 900;
    color: #000000;
}

.ep-price-old {
    font-size: 13px;
    color: #9CA3AF;
    text-decoration: line-through;
}

.ep-btn-buy {
    display: block;
    width: 100%;
    background-color: #000000;
    color: #FFFFFF !important;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    padding: 13px 0;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.25s ease;
    box-sizing: border-box;
}

.ep-btn-buy:hover {
    background-color: #27272A;
    color: #FFFFFF !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

/* ==========================================================================
   CALL TO ACTION BANNER
   ========================================================================== */
.ep-cta-banner {
    background-color: #0B0B0B;
    color: #FFFFFF;
    padding: 70px 0;
    text-align: center;
}

.ep-cta-box {
    max-width: 750px;
    margin: 0 auto;
}

.ep-cta-box h2 {
    font-family: 'Montserrat', 'Oswald', sans-serif !important;
    font-size: clamp(24px, 4vw, 36px) !important;
    font-weight: 900 !important;
    letter-spacing: -0.5px !important;
    text-transform: uppercase !important;
    color: #FFFFFF !important;
    margin: 0 0 16px 0 !important;
}

.ep-cta-box p {
    font-size: 16px;
    color: #D1D5DB;
    line-height: 1.6;
    margin: 0 0 28px 0;
}

.ep-btn-whatsapp-large {
    background-color: #25D366;
    color: #FFFFFF !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 16px 36px;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
    box-shadow: 0 6px 20px rgba(37,211,102,0.4);
    transition: all 0.3s ease;
}

.ep-btn-whatsapp-large:hover {
    background-color: #1EBE5D;
    transform: translateY(-3px);
}

/* ==========================================================================
   FLOATING WHATSAPP BUTTON
   ========================================================================== */
.ep-floating-whatsapp {
    position: fixed;
    bottom: 24px;
    right: 24px;
    width: 60px;
    height: 60px;
    background-color: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 20px rgba(37,211,102,0.45);
    z-index: 999999;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.ep-floating-whatsapp:hover {
    transform: scale(1.1);
    background-color: #1EBE5D;
}
