/**
 * Home Modern Styles - Dalpes Ferretería
 * Diseño profesional y moderno
 */

/* ===== FIX SPACING ===== */
.home-modern {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.home-modern .hero-section {
    margin-top: -1px;
}

/* ===== HERO SECTION ===== */
.hero-section {
    position: relative;
    min-height: 600px;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    overflow: hidden;
}

.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('https://dalpes.es/wp-content/uploads/2025/10/hero-ferreteria.jpg');
    background-size: cover;
    background-position: center;
    opacity: 0.3;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(26, 26, 46, 0.9) 0%, rgba(15, 52, 96, 0.8) 100%);
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    padding: 4rem 0;
}

.hero-badge {
    display: inline-block;
    background: rgba(40, 167, 69, 0.2);
    color: #65CB00;
    padding: 0.5rem 1rem;
    border-radius: 50px;
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    border: 1px solid rgba(40, 167, 69, 0.3);
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 800;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 1.5rem;
}

.hero-subtitle {
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.6;
    margin-bottom: 2rem;
}

.hero-subtitle strong {
    color: #65CB00;
}

.hero-cta {
    display: flex;
    gap: 1rem;
    margin-bottom: 2.5rem;
    flex-wrap: wrap;
}

.hero-trust {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.875rem;
}

.trust-item svg {
    color: #ffc107;
}

/* ===== BENEFITS BAR ===== */
.benefits-bar {
    background: #fff;
    padding: 1.5rem 0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    position: relative;
    z-index: 10;
}

.benefits-bar-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}

.benefit-bar-item {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.benefit-bar-icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #65CB00 0%, #20c997 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    flex-shrink: 0;
}

.benefit-bar-text {
    display: flex;
    flex-direction: column;
}

.benefit-bar-text strong {
    font-size: 0.95rem;
    color: #1a1a2e;
}

.benefit-bar-text span {
    font-size: 0.8rem;
    color: #6c757d;
}

/* ===== SECTION STYLES ===== */
.section-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 3rem;
}

.section-label {
    display: inline-block;
    background: linear-gradient(135deg, rgba(40, 167, 69, 0.1) 0%, rgba(32, 201, 151, 0.1) 100%);
    color: #65CB00;
    padding: 0.4rem 1rem;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 1rem;
}

.section-title-modern {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.section-description {
    font-size: 1.1rem;
    color: #6c757d;
    line-height: 1.6;
}

.section-cta {
    text-align: center;
    margin-top: 3rem;
}

/* ===== CATEGORIES SECTION MODERN ===== */
.categories-section-modern {
    padding: 5rem 0;
    background: #f8f9fa;
}

.categories-grid-modern {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}

.category-card-modern {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: #fff;
    padding: 1.25rem;
    border-radius: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid #e9ecef;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.category-card-modern:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
    border-color: #65CB00;
}

.category-card-icon {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #65CB00;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.category-card-modern:hover .category-card-icon {
    background: linear-gradient(135deg, #65CB00 0%, #20c997 100%);
    color: #fff;
}

.category-card-content {
    flex: 1;
    min-width: 0;
}

.category-card-content h3 {
    font-size: 1rem;
    font-weight: 600;
    color: #1a1a2e;
    margin: 0 0 0.25rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.category-count {
    font-size: 0.8rem;
    color: #6c757d;
}

.category-card-arrow {
    color: #dee2e6;
    transition: all 0.3s ease;
}

.category-card-modern:hover .category-card-arrow {
    color: #65CB00;
    transform: translateX(4px);
}

/* ===== PRODUCTS SECTION MODERN ===== */
.products-section-modern {
    padding: 5rem 0;
    background: #fff;
}

.products-grid-modern {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}

.product-card-modern {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #e9ecef;
    transition: all 0.3s ease;
    position: relative;
}

.product-card-modern:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}

.product-badge {
    position: absolute;
    top: 1rem;
    left: 1rem;
    z-index: 2;
    padding: 0.35rem 0.75rem;
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
}

.product-badge.sale {
    background: #dc3545;
    color: #fff;
}

.product-card-image {
    aspect-ratio: 1;
    overflow: hidden;
    background: #f8f9fa;
}

.product-card-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.product-card-modern:hover .product-card-image img {
    transform: scale(1.05);
}

.product-card-content {
    padding: 1.25rem;
}

.product-card-title {
    font-size: 0.95rem;
    font-weight: 500;
    margin: 0 0 0.75rem;
    line-height: 1.4;
    height: 2.8em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product-card-title a {
    color: #1a1a2e;
    text-decoration: none;
}

.product-card-title a:hover {
    color: #65CB00;
}

.product-card-price {
    font-size: 1.25rem;
    font-weight: 700;
    color: #65CB00;
    margin-bottom: 1rem;
}

.product-card-price del {
    color: #adb5bd;
    font-size: 0.9rem;
    font-weight: 400;
}

.product-card-price ins {
    text-decoration: none;
}

.product-card-actions .button {
    width: 100%;
    background: #1a1a2e;
    color: #fff;
    border: none;
    padding: 0.75rem 1rem;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.product-card-actions .button:hover {
    background: #65CB00;
}

/* ===== WHY CHOOSE SECTION ===== */
.why-choose-section {
    padding: 5rem 0;
    background: #fff;
}

.why-choose-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.why-choose-content .section-label {
    display: inline-block;
}

.why-choose-content .section-title-modern {
    text-align: left;
}

.why-choose-text {
    font-size: 1.1rem;
    color: #6c757d;
    line-height: 1.7;
    margin-bottom: 2rem;
}

.why-choose-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.feature-item {
    display: flex;
    gap: 1rem;
}

.feature-icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, rgba(40, 167, 69, 0.1) 0%, rgba(32, 201, 151, 0.1) 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #65CB00;
    flex-shrink: 0;
}

.feature-text {
    display: flex;
    flex-direction: column;
}

.feature-text strong {
    font-size: 0.95rem;
    color: #1a1a2e;
    margin-bottom: 0.25rem;
}

.feature-text span {
    font-size: 0.85rem;
    color: #6c757d;
}

.why-choose-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}

.stat-card {
    background: linear-gradient(135deg, #f8f9fa 0%, #fff 100%);
    border: 1px solid #e9ecef;
    border-radius: 16px;
    padding: 2rem;
    text-align: center;
    transition: all 0.3s ease;
}

.stat-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
    border-color: #65CB00;
}

.stat-card-number {
    font-size: 2.5rem;
    font-weight: 800;
    color: #65CB00;
    line-height: 1;
    margin-bottom: 0.5rem;
}

.stat-card-label {
    font-size: 0.9rem;
    color: #6c757d;
}

/* ===== SERVICES SECTION ===== */
.services-section {
    padding: 5rem 0;
    background: #f8f9fa;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.service-card {
    background: #fff;
    border-radius: 16px;
    padding: 2rem;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid #e9ecef;
    text-align: center;
}

.service-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
    border-color: #65CB00;
}

.service-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, rgba(40, 167, 69, 0.1) 0%, rgba(32, 201, 151, 0.1) 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #65CB00;
    margin: 0 auto 1.5rem;
    transition: all 0.3s ease;
}

.service-card:hover .service-icon {
    background: linear-gradient(135deg, #65CB00 0%, #20c997 100%);
    color: #fff;
}

.service-card h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1a1a2e;
    margin-bottom: 0.75rem;
}

.service-card p {
    font-size: 0.9rem;
    color: #6c757d;
    line-height: 1.5;
    margin: 0;
}

/* ===== LOCATIONS SECTION ===== */
.locations-section {
    padding: 5rem 0;
    background: #fff;
}

.locations-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}

.locations-grid-3 {
    grid-template-columns: repeat(3, 1fr);
}

.location-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #e9ecef;
    transition: all 0.3s ease;
}

.location-card:hover {
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}

.location-map {
    height: 180px;
    overflow: hidden;
    background: #f8f9fa;
}

.location-map iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.location-content {
    padding: 1.25rem;
}

.location-content h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 0.75rem;
}

.location-info {
    margin-bottom: 1rem;
}

.info-item {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
    font-size: 0.85rem;
    color: #6c757d;
}

.info-item svg {
    color: #65CB00;
    flex-shrink: 0;
    margin-top: 2px;
}

.btn-sm {
    padding: 0.5rem 1rem;
    font-size: 0.85rem;
}

/* ===== FAQ SECTION ===== */
.faq-section {
    padding: 5rem 0;
    background: #fff;
}

.faq-grid {
    max-width: 900px;
    margin: 0 auto;
}

.faq-item {
    border: 1px solid #e9ecef;
    border-radius: 12px;
    margin-bottom: 1rem;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item:hover {
    border-color: #65CB00;
}

.faq-question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem 1.5rem;
    background: #fff;
    border: none;
    cursor: pointer;
    text-align: left;
    font-size: 1rem;
    font-weight: 600;
    color: #1a1a2e;
    transition: all 0.3s ease;
}

.faq-question:hover {
    background: #f8f9fa;
}

.faq-question svg {
    color: #65CB00;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.faq-item.active .faq-question svg {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.faq-item.active .faq-answer {
    max-height: 500px;
}

.faq-answer p {
    padding: 0 1.5rem 1.5rem;
    margin: 0;
    font-size: 0.95rem;
    color: #6c757d;
    line-height: 1.7;
}

.faq-answer strong {
    color: #1a1a2e;
}

/* ===== REVIEWS SECTION MODERN ===== */
.reviews-section-modern {
    padding: 5rem 0;
    background: #f8f9fa;
}

/* ===== CTA SECTION ===== */
.cta-section {
    padding: 5rem 0;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    margin-bottom: 0 !important;
}

.home-modern + .site-footer,
.home-modern + .site-footer-modern,
.home-page + .site-footer,
.home-page + .site-footer-modern {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.cta-section + .site-footer-modern,
.home-modern .cta-section {
    margin-bottom: 0 !important;
}

.site-footer-modern {
    margin-top: 0 !important;
}

/* Eliminar espacio entre home y footer */
.home-modern {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

body.home .site-footer-modern,
body.page-template-front-page .site-footer-modern {
    margin-top: 0 !important;
}

body.home main,
body.page-template-front-page main,
body.home #primary,
body.page-template-front-page #primary,
body.home .site-main,
body.page-template-front-page .site-main {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    padding: 0 !important;
}

.cta-content {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

.cta-content h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 1rem;
}

.cta-content p {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 2rem;
}

.cta-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

/* ===== BUTTONS ===== */
.btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    border-radius: 10px;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    cursor: pointer;
}

.btn-lg {
    padding: 1rem 2rem;
    font-size: 1rem;
}

.btn-primary {
    background: linear-gradient(135deg, #65CB00 0%, #20c997 100%);
    color: #fff;
    border-color: transparent;
}

.btn-primary:hover {
    background: linear-gradient(135deg, #218838 0%, #1aa179 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(40, 167, 69, 0.3);
}

.btn-secondary {
    background: #1a1a2e;
    color: #fff;
}

.btn-secondary:hover {
    background: #65CB00;
    transform: translateY(-2px);
}

.btn-outline-light {
    background: transparent;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.3);
}

.btn-outline-light:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #fff;
}

.btn-outline-primary {
    background: transparent;
    color: #65CB00;
    border-color: #65CB00;
}

.btn-outline-primary:hover {
    background: #65CB00;
    color: #fff;
}

.btn-light {
    background: #fff;
    color: #1a1a2e;
}

.btn-light:hover {
    background: #f8f9fa;
    transform: translateY(-2px);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1200px) {
    .categories-grid-modern {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .products-grid-modern {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 992px) {
    .hero-title {
        font-size: 2.5rem;
    }
    
    .benefits-bar-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .categories-grid-modern {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .products-grid-modern {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .why-choose-grid {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
    
    .why-choose-content .section-title-modern {
        text-align: center;
    }
    
    .why-choose-content {
        text-align: center;
    }
    
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .locations-grid,
    .locations-grid-3 {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .hero-section {
        min-height: 500px;
    }
    
    .hero-title {
        font-size: 2rem;
    }
    
    .hero-subtitle {
        font-size: 1rem;
    }
    
    .hero-cta {
        flex-direction: column;
    }
    
    .hero-trust {
        flex-direction: column;
        gap: 1rem;
    }
    
    .benefits-bar-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .section-title-modern {
        font-size: 1.75rem;
    }
    
    .categories-grid-modern {
        grid-template-columns: 1fr;
    }
    
    .products-grid-modern {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    .why-choose-features {
        grid-template-columns: 1fr;
    }
    
    .why-choose-stats {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .services-grid {
        grid-template-columns: 1fr;
    }
    
    .cta-content h2 {
        font-size: 1.75rem;
    }
    
    .cta-buttons {
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .hero-content {
        padding: 2rem 0;
    }
    
    .hero-title {
        font-size: 1.75rem;
    }
    
    .products-grid-modern {
        grid-template-columns: 1fr;
    }
    
    .why-choose-stats {
        grid-template-columns: 1fr;
    }
    
    .stat-card-number {
        font-size: 2rem;
    }
}

/* ===== NEWSLETTER SECTION ===== */
.newsletter-section {
    padding: 4rem 0;
    background: linear-gradient(135deg, #65CB00 0%, #20c997 100%);
}

.newsletter-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3rem;
    flex-wrap: wrap;
}

.newsletter-content {
    flex: 1;
    min-width: 280px;
}

.newsletter-content h2 {
    font-size: 1.75rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.5rem;
}

.newsletter-content p {
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
}

.newsletter-form {
    flex: 1;
    min-width: 320px;
}

.newsletter-inputs {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    flex-wrap: wrap;
}

.newsletter-inputs input {
    flex: 1;
    min-width: 140px;
    padding: 0.875rem 1rem;
    border: none;
    border-radius: 8px;
    font-size: 0.95rem;
}

.newsletter-inputs .btn {
    white-space: nowrap;
    background: #1a1a2e;
    border-color: #1a1a2e;
}

.newsletter-inputs .btn:hover {
    background: #0f3460;
}

.newsletter-privacy {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.85rem;
    cursor: pointer;
}

.newsletter-privacy input {
    width: 16px;
    height: 16px;
}

.newsletter-privacy a {
    color: #fff;
    text-decoration: underline;
}

/* ===== TOP BAR MODERN ===== */
.top-bar {
    background: #1a1a2e;
    padding: 0.5rem 0;
    font-size: 0.8rem;
}

.top-bar-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-bar-left {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.top-bar-text {
    color: #65CB00;
    font-weight: 600;
}

.top-bar-separator {
    color: rgba(255, 255, 255, 0.3);
}

.top-bar-link {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: color 0.3s ease;
}

.top-bar-link:hover {
    color: #fff;
}

.top-bar-right {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.top-bar-right .social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    color: rgba(255, 255, 255, 0.7);
    transition: color 0.3s ease;
}

.top-bar-right .social-icon:hover {
    color: #65CB00;
}

/* ===== FOOTER MODERN ===== */
.site-footer-modern {
    background: #1a1a2e;
    padding: 4rem 0 2rem;
    color: #fff;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1.5fr;
    gap: 3rem;
}

.footer-brand .footer-logo img {
    max-height: 60px;
}

.footer-tagline {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
    line-height: 1.6;
    margin: 1rem 0;
}

.footer-social {
    display: flex;
    gap: 0.75rem;
}

.footer-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    color: #fff;
    transition: all 0.3s ease;
}

.footer-social a:hover {
    background: #65CB00;
}

.footer-links h4,
.footer-contact h4 {
    color: #65CB00;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 1.25rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.footer-links ul,
.footer-contact ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 0.75rem;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #65CB00;
}

.footer-contact li {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
}

.footer-contact li svg {
    color: #65CB00;
    flex-shrink: 0;
}

.footer-contact a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
}

.footer-contact a:hover {
    color: #65CB00;
}

.footer-payments {
    margin-top: 1.5rem;
}

.footer-payments img {
    max-width: 200px;
    opacity: 0.8;
}

/* Footer Bottom */
.footer-bottom-modern {
    background: #fff;
    padding: 1.5rem 0;
}

.footer-bottom-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 1rem;
}

.footer-bottom-modern .copyright {
    color: #666;
    font-size: 0.85rem;
    margin: 0;
}

.footer-legal {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.footer-legal a {
    color: #666;
    text-decoration: none;
    font-size: 0.85rem;
    transition: color 0.3s ease;
}

.footer-legal a:hover {
    color: #1a1a2e;
}

.footer-logos {
    text-align: center;
    padding-top: 1rem;
    border-top: 1px solid #eee;
}

.footer-logos img {
    max-height: 80px;
}

/* Footer Responsive */
@media (max-width: 992px) {
    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .top-bar-left {
        display: none;
    }
    
    .top-bar-right {
        width: 100%;
        justify-content: center;
    }
    
    .footer-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .footer-social {
        justify-content: center;
    }
    
    .footer-bottom-inner {
        flex-direction: column;
        text-align: center;
    }
    
    .footer-legal {
        justify-content: center;
    }
    
    .newsletter-box {
        flex-direction: column;
        text-align: center;
    }
    
    .newsletter-inputs {
        flex-direction: column;
    }
}
