/*
==============================================
ARCHIVO 7: tiendas.css (PÁGINA NOSOTROS)
==============================================
*/

:root {
    --honda-red: #CC0000;
    --honda-red-dark: #990000;
    --honda-red-light: #FF1a1a;
    --dark-pro: #1a1a1a;
    --gray-light: #f8f8f8;
}

.tiendas-page {
    font-family: 'Inter', sans-serif;
    color: var(--dark-pro);
    background: #fff;
}

/* HERO SECTION */
.hero-header {
    height: 88vh;
    background: url('https://images.unsplash.com/photo-1614165933392-07370f073992?q=80&w=1920') center/cover no-repeat;
    position: relative;
    overflow: hidden;
    min-height: 600px;
}

.hero-inner {
    background: linear-gradient(to right, rgba(10,10,10,0.95) 35%, rgba(10,10,10,0.5) 70%, transparent 100%);
    height: 100%;
    display: flex;
    align-items: center;
}

.hero-text-box {
    max-width: 650px;
    color: #fff;
}

.tag {
    color: var(--honda-red-light);
    font-weight: 800;
    letter-spacing: 3px;
    font-size: 0.85rem;
    text-transform: uppercase;
}

.hero-text-box h1 {
    font-family: 'Orbitron', sans-serif;
    font-size: 5rem;
    line-height: 1;
    margin: 25px 0;
    font-weight: 800;
    letter-spacing: -2px;
}

.hero-text-box .highlight {
    color: var(--honda-red-light);
    -webkit-text-stroke: 1px var(--honda-red-light);
    color: transparent;
    text-shadow: 0 0 30px rgba(255, 26, 26, 0.5);
}

.hero-text-box p {
    font-size: 1.15rem;
    color: #e0e0e0;
    margin-bottom: 35px;
    line-height: 1.7;
}

.hero-actions {
    display: flex;
    align-items: center;
    gap: 35px;
    flex-wrap: wrap;
}

.btn-main {
    background: var(--honda-red);
    color: #fff;
    padding: 20px 45px;
    text-decoration: none;
    font-weight: 800;
    border-radius: 10px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.9rem;
    box-shadow: 0 8px 25px rgba(204, 0, 0, 0.4);
}

.btn-main:hover {
    background: var(--honda-red-light);
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(204, 0, 0, 0.6);
}

.hero-socials {
    display: flex;
    gap: 15px;
}

.hero-socials a {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.hero-socials a:hover {
    background: var(--honda-red);
    border-color: var(--honda-red);
    transform: translateY(-3px) scale(1.1);
}

/* STORY SECTION */
.story-section {
    padding: 140px 0;
    background: linear-gradient(to bottom, #ffffff 0%, #fafafa 100%);
}

.story-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 90px;
    align-items: center;
}

.section-title {
    font-family: 'Orbitron', sans-serif;
    font-size: 2.8rem;
    margin-bottom: 35px;
    color: #1a1a1a;
    line-height: 1.2;
    letter-spacing: -1px;
}

.section-title span {
    color: var(--honda-red-dark);
}

.big-p {
    font-size: 1.45rem;
    font-weight: 700;
    margin-bottom: 25px;
    line-height: 1.4;
    color: #1a1a1a;
}

.story-content p {
    line-height: 1.8;
    color: #555;
    font-size: 1.05rem;
}

.story-image {
    position: relative;
}

.img-frame img {
    width: 100%;
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.2);
    transition: transform 0.3s ease;
}

.img-frame:hover img {
    transform: scale(1.02);
}

.experience-card {
    position: absolute;
    bottom: -40px;
    right: -40px;
    background: linear-gradient(135deg, var(--dark-pro) 0%, #0a0a0a 100%);
    color: #fff;
    padding: 45px;
    width: 280px;
    border-radius: 12px;
    box-shadow: 0 15px 50px rgba(0,0,0,0.4);
    border: 2px solid var(--honda-red);
}

.experience-card h3 {
    color: var(--honda-red-light);
    font-family: 'Orbitron', sans-serif;
    font-size: 2.5rem;
    margin-bottom: 10px;
    font-weight: 800;
}

.experience-card p {
    color: #ccc;
    line-height: 1.6;
}

.icon-features {
    display: flex;
    gap: 50px;
    margin-top: 45px;
}

.f-item {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.f-item i {
    font-size: 2.2rem;
    color: var(--honda-red);
}

.f-item span {
    font-weight: 600;
    color: #1a1a1a;
}

/* LOCATION DARK MODE */
.location-dark {
    background: linear-gradient(135deg, var(--dark-pro) 0%, #0a0a0a 100%);
    padding: 120px 0;
    color: #fff;
}

.section-title.white {
    color: #ffffff;
}

.map-grid {
    display: grid;
    grid-template-columns: 450px 1fr;
    background: #1a1a1a;
    border: 2px solid #2a2a2a;
    overflow: hidden;
    margin-top: 60px;
    border-radius: 16px;
    box-shadow: 0 15px 50px rgba(0,0,0,0.5);
}

.map-info {
    padding: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: linear-gradient(135deg, #1a1a1a 0%, #0f0f0f 100%);
}

.loc-card {
    margin: 45px 0;
}

.loc-row {
    display: flex;
    gap: 20px;
    margin-bottom: 25px;
    align-items: center;
}

.loc-row i {
    color: var(--honda-red-light);
    font-size: 1.3rem;
}

.loc-row p {
    color: #ccc;
    line-height: 1.6;
}

.btn-outline {
    border: 2px solid #fff;
    color: #fff;
    padding: 18px 35px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    border-radius: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.9rem;
}

.btn-outline:hover {
    background: var(--honda-red);
    border-color: var(--honda-red);
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(204, 0, 0, 0.4);
}

.map-frame {
    height: 500px;
    background: #000;
    overflow: hidden;
}

.map-frame iframe {
    filter: grayscale(1) invert(0.92) contrast(1.3);
    transition: all 0.5s ease;
    border: none;
}

.map-frame:hover iframe {
    filter: grayscale(0) invert(0) contrast(1);
}

/* RESPONSIVE MÓVIL */
@media (max-width: 992px) {
    .hero-text-box h1 {
        font-size: 3.5rem;
    }
    
    .story-wrapper,
    .map-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    
    .experience-card {
        position: static;
        width: 100%;
        margin-top: 25px;
    }

    .map-frame {
        height: 400px;
    }
}

@media (max-width: 768px) {
    .hero-header {
        height: 70vh;
        min-height: 550px;
    }
    
    .hero-inner {
        background: rgba(10,10,10,0.85);
    }
    
    .hero-text-box h1 {
        font-size: 2.8rem;
    }
    
    .hero-text-box p {
        font-size: 1.05rem;
    }
    
    .story-section {
        padding: 100px 0;
    }
    
    .section-title {
        font-size: 2.2rem;
    }
    
    .big-p {
        font-size: 1.25rem;
    }
    
    .location-dark {
        padding: 80px 0;
    }
    
    .map-info {
        padding: 40px 30px;
    }

    .icon-features {
        gap: 35px;
    }
}

@media (max-width: 480px) {
    .hero-header {
        min-height: 500px;
    }
    
    .hero-text-box h1 {
        font-size: 2.2rem;
    }

    .hero-text-box p {
        font-size: 1rem;
    }

    .btn-main {
        padding: 16px 35px;
        font-size: 0.85rem;
    }

    .hero-socials a {
        width: 45px;
        height: 45px;
        font-size: 1.1rem;
    }
    
    .section-title {
        font-size: 1.8rem;
    }
    
    .big-p {
        font-size: 1.1rem;
    }

    .story-content p {
        font-size: 1rem;
    }

    .experience-card {
        padding: 35px;
    }

    .experience-card h3 {
        font-size: 2rem;
    }

    .icon-features {
        flex-direction: column;
        gap: 25px;
    }

    .map-info {
        padding: 30px 25px;
    }

    .btn-outline {
        padding: 16px 30px;
        font-size: 0.85rem;
    }
}