:root {
    --primary-blue: #1E3A8A;
    --light-blue: #2563EB;
    --dark-gray: #111827;
    --medium-gray: #6B7280;
    --light-gray: #F3F4F6;
    --white: #FFFFFF;
    --text-dark: #1F2937;
    --gradient-blue: linear-gradient(135deg, #1E3A8A 0%, #2563EB 100%);
    --shadow-soft: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    --shadow-strong: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    --shadow-premium: rgb(38, 57, 77) 0px 20px 30px -10px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
}

body {
    background-color: var(--white);
    color: var(--text-dark);
    line-height: 1.6;
    overflow-x: hidden; /* Prevent horizontal scroll from diagonal shapes */
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 2rem;
}

/* Header */
.header {
    background-color: var(--white);
    border-bottom: 2px solid var(--primary-blue);
    padding: 0.5rem 0;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: var(--shadow-soft);
}

.top-bar {
    background-color: #25D366; /* WhatsApp Green */
    width: 100%;
    padding: 0.5rem 0;
    color: var(--white);
    font-weight: 600;
    font-size: 0.9rem;
}

.top-bar-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.wpp-icon {
    stroke-width: 2.5px;
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--dark-gray);
}

.logo-img {
    height: 60px; /* Adjust as needed */
    width: auto;
    display: block;
}

.nav {
    display: flex;
    gap: 2rem;
}

.nav-link {
    text-decoration: none;
    color: var(--medium-gray);
    font-weight: 600;
    transition: color 0.3s;
    font-size: 1rem;
}

.nav-link:hover, .nav-link.active {
    color: var(--primary-blue);
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.cart-btn {
    background: none;
    border: none;
    cursor: pointer;
    position: relative;
    color: var(--dark-gray);
}

.cart-count {
    position: absolute;
    top: -8px;
    right: -8px;
    background-color: var(--light-blue);
    color: white;
    font-size: 0.75rem;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.mobile-menu-btn {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    color: var(--dark-gray);
    padding: 0.5rem;
}

.mobile-menu-btn i {
    width: 28px;
    height: 28px;
}

/* Header Search */
.header-search {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    max-width: 280px;
    margin: 0 1rem;
    flex: 1;
}

.header-search input {
    width: 100%;
    padding: 0.6rem 1.2rem;
    border: 2px solid var(--light-gray);
    border-radius: 50px;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    background-color: var(--light-gray);
    color: var(--text-dark);
}

.header-search i {
    color: var(--medium-gray);
    width: 22px;
    height: 22px;
    transition: color 0.3s;
    flex-shrink: 0;
}

.header-search input:focus {
    outline: none;
    border-color: var(--primary-blue);
    background-color: var(--white);
    box-shadow: 0 0 0 4px rgba(30, 58, 138, 0.1);
}

.header-search:focus-within i {
    color: var(--primary-blue);
}

/* Button Styles */
.btn {
    padding: 0.75rem 2rem;
    border-radius: 4px; /* More angular for automotive feel */
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase; /* Stronger feel */
    letter-spacing: 0.5px;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    display: inline-block;
    cursor: pointer;
}

.btn-primary {
    background: var(--gradient-blue);
    color: white;
    border: none;
    box-shadow: 0 4px 15px rgba(37, 99, 235, 0.4);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(37, 99, 235, 0.6);
}

.btn-outline {
    border: 2px solid var(--primary-blue);
    color: var(--primary-blue);
    background: transparent;
}

.btn-outline:hover {
    background-color: var(--primary-blue);
    color: white;
}

/* Hero Section */
.hero {
    position: relative;
    padding: 0; 
    margin-bottom: 2rem;
    background-color: #f3f4f6;
    overflow: hidden;
}

.hero-slider {
    position: relative;
    width: 100%;
    max-width: 1900px;
    margin: 0 auto;
    height: 630px;
    display: flex; /* Flex to allow horizontal stacking */
    transition: transform 0.5s ease-in-out; /* Slide transition */
}

.hero-slide {
    flex: 0 0 100%; /* Each slide takes full width */
    height: 100%;
    position: relative; /* Not absolute anymore to allow side-by-side */
    z-index: 1;
}

.hero-slide.active {
    z-index: 2;
}

/* Container for slides to move together */
.hero-slider-inner {
    display: flex;
    width: 100%;
    height: 100%;
    transition: transform 0.6s ease; /* Snappy slide */
}

.hero-banner-main {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

/* Hero Navigation Arrows */
.hero-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
    opacity: 0; /* Hidden by default, show on hover */
}

.hero-slider:hover .hero-nav {
    opacity: 1;
}

.hero-nav:hover {
    background: var(--primary-blue);
    border-color: var(--primary-blue);
    transform: translateY(-50%) scale(1.1);
}

.hero-nav.prev { left: 30px; }
.hero-nav.next { right: 30px; }

/* Hero Pagination Dots */
.hero-dots {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 15px;
    z-index: 10;
}

.dot {
    width: 14px;
    height: 14px;
    background: rgba(255, 255, 255, 0.4);
    border: 2px solid rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot.active {
    background: var(--light-blue);
    border-color: var(--light-blue);
    transform: scale(1.2);
    box-shadow: 0 0 10px rgba(37, 99, 235, 0.5);
}

.hero-content {
    display: none;
}

/* Quick Actions Bar */
.quick-actions {
    padding: 2rem 0;
    background-color: transparent;
    margin-top: -1rem; /* Overlap slightly with hero if needed */
    position: relative;
    z-index: 20;
}

.quick-actions-container {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.action-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    width: 140px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.action-icon-wrapper {
    width: 100%;
    height: 80px;
    background: var(--gradient-blue);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 20px -5px rgba(30, 58, 138, 0.4), 
                inset 0 -4px 0 rgba(0,0,0,0.2),
                inset 0 2px 4px rgba(255,255,255,0.3);
    position: relative;
    border: 1px solid rgba(255,255,255,0.1);
}

.action-img-3d {
    width: 60px;
    height: 60px;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.action-item:hover .action-img-3d {
    transform: scale(1.15) rotate(5deg);
}

.action-text {
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--dark-gray);
    text-transform: uppercase;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

.action-item:hover {
    transform: translateY(-10px);
}

.action-item:hover .action-icon-wrapper {
    box-shadow: 0 15px 30px -5px rgba(30, 58, 138, 0.5), 
                inset 0 -2px 0 rgba(0,0,0,0.2),
                inset 0 2px 4px rgba(255,255,255,0.4);
    background: linear-gradient(135deg, #2563EB 0%, #1E3A8A 100%);
}

.action-item:hover .action-icon {
    transform: scale(1.1) rotate(5deg);
}

@media (max-width: 768px) {
    .header-search {
        display: none;
    }

    .nav {
        display: none; /* Hide main nav links by default on mobile */
    }

    .nav.active {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: white;
        padding: 1.5rem;
        box-shadow: var(--shadow-strong);
        gap: 1.5rem;
    }

    .nav-main-mobile {
        display: flex !important;
        gap: 1rem;
    }

    .nav-main-mobile .nav-link {
        font-size: 0.9rem;
    }

    .mobile-menu-btn {
        display: block;
    }

    .quick-actions-container {
        gap: 1rem;
    }
    .action-item {
        width: 100px;
    }
    .action-icon-wrapper {
        height: 60px;
    }
    .action-icon {
        width: 30px;
        height: 30px;
    }
    .action-text {
        font-size: 0.7rem;
    }

    .container {
        padding: 0 1rem !important;
    }

    /* Contact Cards 2 Columns */
    .contact-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 12px !important;
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .contact-card {
        padding: 1.2rem 0.5rem !important;
        border-radius: 12px !important;
        width: 100% !important;
    }

    .contact-card h3 {
        font-size: 0.85rem !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%;
    }

    .contact-card p {
        font-size: 0.7rem !important;
        line-height: 1.2;
    }

    .card-icon-wrapper {
        width: 48px !important;
        height: 48px !important;
    }

    .card-icon-wrapper i {
        width: 22px !important;
        height: 22px !important;
    }

    .card-action {
        padding: 0.4rem 0.8rem !important;
        font-size: 0.7rem !important;
    }
}

.hero-badge {
    background-color: rgba(30, 58, 138, 0.1);
    color: var(--primary-blue);
    padding: 0.5rem 1rem;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.875rem;
    display: inline-block;
    margin-bottom: 1.5rem;
    border: 1px solid rgba(30, 58, 138, 0.2);
}

/* Product Details Section */
.product-details-section {
    padding: 3rem 0;
    background: #f9fafb;
    min-height: 80vh;
}

.back-link-wrapper {
    margin-bottom: 2rem;
}

.back-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--primary-blue);
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    transition: transform 0.2s;
}

.back-link:hover {
    transform: translateX(-5px);
}

.product-details-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    background: white;
    padding: 3rem;
    border-radius: 20px;
    box-shadow: var(--shadow-premium);
}

.product-details-image {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    background: #f3f4f6;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: start;
    position: sticky;
    top: 120px;
}


.product-details-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.detail-category {
    font-size: 0.9rem;
    color: var(--primary-blue);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 0.5rem;
}

.detail-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--dark-gray);
    margin-bottom: 1rem;
    line-height: 1.2;
}

.detail-rating {
    margin-bottom: 1.5rem;
    display: flex;
    gap: 4px;
}

.detail-price {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--primary-blue);
    margin-bottom: 2rem;
}

.detail-description {
    font-size: 1.1rem;
    color: var(--medium-gray);
    line-height: 1.8;
    margin-bottom: 2.5rem;
    max-height: 400px;
    overflow-y: auto;
    padding-right: 15px;
}

/* Scrollbar personalizada para a descrição */
.detail-description::-webkit-scrollbar {
    width: 6px;
}

.detail-description::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.detail-description::-webkit-scrollbar-thumb {
    background: var(--primary-blue);
    border-radius: 10px;
}

.detail-description::-webkit-scrollbar-thumb:hover {
    background: var(--light-blue);
}


.specifications {
    margin-bottom: 2.5rem;
}

.specifications h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--dark-gray);
}

.specifications ul {
    list-style: none;
    padding: 0;
}

.specifications li {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    color: var(--medium-gray);
    font-weight: 500;
}

.specifications li i {
    color: #10B981;
    width: 20px;
    height: 20px;
}

.btn-large {
    padding: 1.25rem 3rem;
    font-size: 1.1rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    box-shadow: 0 10px 15px -3px rgba(37, 99, 235, 0.3);
}

@media (max-width: 991px) {
    .product-details-content {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding: 2rem;
    }
    
    .detail-title {
        font-size: 2rem;
    }
}

.main-content-wrapper {
    display: block;
}

.hidden {
    display: none !important;
}

.hero-title {
    font-size: 3.5rem;
    line-height: 1.1;
    font-weight: 800;
    color: var(--dark-gray);
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    font-style: italic; /* Speed feel */
}

.hero-subtitle {
    font-size: 1.125rem;
    color: var(--medium-gray);
    margin-bottom: 2.5rem;
    max-width: 90%;
}

.hero-buttons {
    display: flex;
    gap: 1rem;
}

.hero-image-wrapper {
    display: none;
}

@keyframes slideInRight {
    from { opacity: 0; transform: translateX(50px); }
    to { opacity: 1; transform: translateX(0); }
}

/* Categories Section */
.categories {
    padding: 6rem 0;
    position: relative;
}

.categories-bg-shape {
    position: absolute;
    left: 0;
    top: 20%;
    width: 300px;
    height: 600px;
    background: linear-gradient(135deg, #F3F4F6 0%, #FFFFFF 100%);
    clip-path: polygon(0 0, 100% 20%, 80% 100%, 0 80%);
    z-index: -1;
    opacity: 0.5;
}

.section-header {
    margin-bottom: 3rem;
    position: relative;
}

.section-title {
    font-family: 'Poppins', sans-serif; /* Fonte alterada para Poppins */
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--dark-gray);
    margin-bottom: 0.5rem;
    text-transform: uppercase;
}

.section-line {
    width: 80px;
    height: 4px;
    background: var(--light-blue);
    margin-top: 0.5rem;
}

.categories-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
}

.category-card {
    background: white;
    padding: 2.5rem 1.5rem;
    border: 1px solid #E5E7EB;
    border-radius: 8px; /* Slightly rounded */
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
    box-shadow: var(--shadow-premium);
}

.category-card:hover {
    transform: translateY(-10px);
    border-color: var(--light-blue);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.cat-icon {
    width: 48px;
    height: 48px;
    color: var(--medium-gray);
    margin-bottom: 1.5rem;
    transition: color 0.3s;
}

.category-card:hover .cat-icon {
    color: var(--light-blue);
}

.category-card h3 {
    font-weight: 700;
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
    color: var(--dark-gray);
}

.category-card p {
    color: var(--medium-gray);
    font-size: 0.9rem;
}

/* Products Section */
.products {
    padding: 6rem 0;
    background-color: #F9FAFB;
}

.products-header {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 3rem;
}

.products-tabs {
    display: flex;
    gap: 1rem;
}

.tab-btn {
    background: none;
    border: none;
    padding: 0.5rem 1.5rem;
    font-weight: 600;
    color: var(--medium-gray);
    cursor: pointer;
    border-bottom: 2px solid transparent;
    transition: all 0.3s;
    font-size: 1rem;
}

.tab-btn.active, .tab-btn:hover {
    color: var(--primary-blue);
    border-bottom-color: var(--primary-blue);
}

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

.products-grid.active {
    display: grid;
}

.product-card {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    box-shadow: var(--shadow-soft);
    transition: transform 0.3s ease;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-strong);
}

.product-image-container {
    height: 220px;
    background: #f3f4f6;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    position: relative;
}

.product-image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.product-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: var(--light-blue);
    color: white;
    padding: 2px 8px;
    font-size: 0.75rem;
    font-weight: 700;
    border-radius: 4px;
}

.product-info {
    padding: 1.5rem;
}

.product-category {
    font-size: 0.8rem;
    color: var(--medium-gray);
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.product-title {
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
    color: var(--dark-gray);
    height: 3rem; /* Limit lines */
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product-rating {
    display: flex;
    gap: 2px;
    margin-bottom: 1rem;
}

.star {
    width: 16px;
    height: 16px;
    fill: #F59E0B;
    color: #F59E0B;
}

.product-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-price {
    font-size: 1.25rem;
    font-weight: 800;
    color: var(--primary-blue);
}

.add-cart-btn {
    background: var(--light-blue);
    color: white;
    border: none;
    width: 36px;
    height: 36px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.3s;
}

.add-cart-btn:hover {
    background: var(--primary-blue);
}

/* Brands Banner */
.brands-banner {
    background-color: var(--dark-gray);
    color: white;
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
}

.brands-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

.brands-bg-shape {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40%;
    height: 100%;
    background: var(--gradient-blue);
    clip-path: polygon(25% 0%, 100% 0, 100% 100%, 0% 100%);
    z-index: 1;
    opacity: 0.8;
}

.brands-content {
    max-width: 50%;
}

.brands-content h2 {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.brands-content p {
    color: #D1D5DB;
    font-size: 1.2rem;
    margin-bottom: 2rem;
}

.btn-light {
    background: white;
    color: var(--primary-blue);
    padding: 0.75rem 2rem;
    border-radius: 4px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
}

/* Footer */
.footer {
    background-color: #0F1115; /* Darker than dark gray */
    color: white;
    padding: 4rem 0 0 0;
}

.footer-top-line {
    height: 4px;
    background: var(--gradient-blue);
    width: 100%;
}

.footer-content {
    padding: 4rem 2rem;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 3rem;
}

.logo-text.white {
    color: white;
}

.logo-icon.white { 
    color: white;
}

.footer-col h4 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #F3F4F6;
}

.footer-col ul {
    list-style: none;
}

.footer-col ul li {
    margin-bottom: 1rem;
}

.footer-col ul li a {
    color: #9CA3AF;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-col ul li a:hover {
    color: white;
}

.footer-col ul li i {
    width: 18px;
    height: 18px;
    margin-right: 0.5rem;
    vertical-align: middle;
}

.social-icons {
    display: flex;
    gap: 1rem;
}

.social-icons a {
    color: #9CA3AF;
    transition: color 0.3s;
}

.social-icons a:hover {
    color: var(--light-blue);
}

.footer-bottom {
    background-color: #000;
    padding: 1.5rem 0;
    text-align: center;
    color: #6B7280;
    font-size: 0.9rem;
}

/* Responsive */
@media (max-width: 1024px) {
    .hero-bg-shape {
        width: 70%;
        clip-path: polygon(35% 0%, 100% 0, 100% 100%, 0% 100%);
    }
    .hero-title {
        font-size: 2.5rem;
    }
    .products-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .brands-bg-shape {
        width: 50%;
    }
}

@media (max-width: 768px) {
    .header-container {
        position: relative;
    }
    .nav {
        display: none; /* Hide for mobile initially */
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: white;
        flex-direction: column;
        padding: 1rem;
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
        text-align: center;
    }
    .nav.active {
        display: flex;
    }
    .mobile-menu-btn {
        display: block;
    }
    
    .hero {
        padding: 2rem 0;
    }
    .hero-bg-shape {
        width: 100%;
        height: 50%;
        top: auto;
        bottom: 0;
        clip-path: polygon(0 20%, 100% 0, 100% 100%, 0% 100%);
    }
    .hero-container {
        flex-direction: column-reverse;
        text-align: center;
    }
    .hero-content {
        max-width: 100%;
        margin-top: 2rem;
    }
    .hero-image-wrapper {
        width: 100%;
    }
    .hero-buttons {
        justify-content: center;
    }
    
    .products-header {
        flex-direction: column;
        align-items: center;
        gap: 1.5rem;
    }
    .products-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .brands-container {
        flex-direction: column;
        text-align: center;
    }
    .brands-content {
        max-width: 100%;
        margin-bottom: 2rem;
    }
    .brands-bg-shape {
        width: 100%;
        height: 40%;
        clip-path: polygon(0 20%, 100% 0, 100% 100%, 0% 100%);
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }
}

@media (max-width: 480px) {
    .products-grid {
        grid-template-columns: 1fr;
    }
    .hero-title {
        font-size: 2rem;
    }
    .category-card {
        padding: 1.5rem;
    }
}

/* Featured Products Section - Added */
.featured-products {
    background-color: #f8f9fa; /* Light gray neutral background */
    padding: 4rem 0;
}

.products-grid-featured {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 columns side by side */
    gap: 1.5rem;
    margin-top: 2rem;
}

/* Featured Products Section Title */
.featured-products .section-title {
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    background-color: white; /* Needed for shadow to be visible if it's on text block */
    padding: 1rem;
    border-radius: 8px;
    display: inline-block; /* Or block depending on alignment */
    width: 100%;
    text-align: center;
}

.product-card-featured {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    box-shadow: var(--shadow-premium);
}

.product-card-featured:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1); /* Premium shadow */
    border-color: var(--light-blue);
}

.product-image-container {
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    background: white;
    border-radius: 8px;
    padding: 0.5rem;
}

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

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

.product-info {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.product-name {
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 0.5rem;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Limit text lines */
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 4.3em; /* Fixed height for alignment (1.4 line-height * 3 lines + leeway) */
}

.product-price-box {
    margin-top: auto;
    padding-top: 0.75rem;
    border-top: 1px solid #f3f4f6;
    margin-bottom: 1rem;
}

.old-price {
    display: block;
    font-size: 0.8rem;
    color: #9ca3af;
    text-decoration: line-through;
}

.current-price {
    display: block;
    font-size: 1.4rem;
    font-weight: 800;
    color: var(--primary-blue);
}

.add-to-cart-btn {
    width: 100%;
    background-color: var(--primary-blue);
    color: white;
    border: none;
    padding: 0.75rem;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 0.5px;
}

.add-to-cart-btn:hover {
    background-color: var(--light-blue);
}

/* Responsive adjustments for featured products */
@media (max-width: 1024px) {
    .products-grid-featured {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .products-grid-featured {
        grid-template-columns: 1fr;
    }
}

/* Slider Controls & View All */
.featured-slider-container {
    position: relative;
    padding: 0 1rem;
}

.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--white);
    border: 1px solid #e5e7eb;
    color: var(--dark-gray);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    z-index: 10;
    transition: all 0.2s;
}

.slider-arrow:hover {
    background-color: var(--primary-blue);
    color: white;
    border-color: var(--primary-blue);
}

.slider-arrow.prev {
    left: -20px;
}

.slider-arrow.next {
    right: -20px;
}

.view-all-container {
    text-align: center;
    margin-top: 2.5rem;
}

.btn-view-all {
    display: inline-flex;
    align-items: center;
    color: var(--primary-blue);
    font-weight: 700;
    text-decoration: none;
    font-size: 1rem;
    padding: 0.5rem 1rem;
    transition: color 0.2s;
}


/* Partner Brands Section */
.partner-brands {
    margin-top: 5rem;
    padding-top: 3rem;
    border-top: 1px solid #e5e7eb;
}

.section-subtitle {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--dark-gray);
    margin-bottom: 2rem;
    text-transform: uppercase;
}

.partners-grid-top {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin-bottom: 2rem;
}

.partner-banner {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: var(--shadow-premium);
    transition: transform 0.3s ease;
}

.partner-banner:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-strong);
}

.partner-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.partners-grid-bottom {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    align-items: center;
}

.partner-logo {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 120px;
    transition: border-color 0.3s ease;
    box-shadow: var(--shadow-premium);
}

.partner-logo:hover {
    border-color: var(--light-blue);
}

.partner-logo img {
    max-width: 80%;
    max-height: 80%;
    object-fit: contain;
}

@media (max-width: 768px) {
    .partners-grid-top {
        grid-template-columns: 1fr;
    }
    .partners-grid-bottom {
        grid-template-columns: repeat(3, 1fr); /* Keep 3 cols on tablet if possible, or goto 1 */
        gap: 1rem;
    }
}

@media (max-width: 480px) {
    .partners-grid-bottom {
        grid-template-columns: 1fr;
    }
    .partner-logo {
        height: 100px;
    }
}
/* Promo Images Section */
.promo-images-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin: 4rem auto;
    max-width: 1000px; /* Reduzindo o tamanho total para as imagens ficarem menores */
    padding-top: 2rem;
    border-top: 1px solid #e5e7eb;
}

.promo-image-wrapper {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: var(--shadow-premium);
    transition: transform 0.3s ease;
    cursor: pointer;
}

.promo-image-wrapper:hover {
    transform: translateY(-5px);
}

.promo-image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.promo-map-wrapper {
    background: var(--white);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: var(--shadow-premium);
    display: flex;
    flex-direction: column;
    padding: 1rem;
    gap: 1rem;
}

.promo-info-row {
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.info-img-facade {
    width: 35%; 
    height: auto;
    object-fit: cover;
    border-radius: 6px;
}

.info-img-rating {
    width: 60%; 
    height: auto;
    object-fit: contain;
    border-radius: 6px;
}

.map-container {
    width: 100%;
    height: 250px;
    border-radius: 8px;
    overflow: hidden;
}

@media (max-width: 768px) {
    .promo-images-container {
        grid-template-columns: 1fr;
        max-width: 100%;
        padding: 0 1rem;
    }
}

/* WhatsApp Floating Button */
.whatsapp-float {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-color: #25d366;
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    text-decoration: none;
    transition: all 0.3s ease;
    animation: pulse-whatsapp 2s infinite;
}

.whatsapp-float:hover {
    background-color: #128c7e;
    transform: scale(1.1);
}

.whatsapp-icon {
    width: 32px;
    height: 32px;
}

.whatsapp-tooltip {
    position: absolute;
    right: 75px;
    background-color: #333;
    color: #fff;
    padding: 8px 15px;
    border-radius: 8px;
    font-size: 14px;
    white-space: nowrap;
    opacity: 1; /* Always visible */
    visibility: visible; /* Always visible */
    transition: all 0.3s ease;
    pointer-events: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.whatsapp-tooltip::after {
    content: '';
    position: absolute;
    right: -6px;
    top: 50%;
    transform: translateY(-50%);
    border-left: 6px solid #333;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
}

@keyframes pulse-whatsapp {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

@media (max-width: 768px) {
    .whatsapp-float {
        bottom: 20px;
        right: 20px;
        width: 50px;
        height: 50px;
    }
    
    .whatsapp-tooltip {
        display: none; /* Keep hidden on mobile to avoid overcrowding */
    }
}

/* Cart Sidebar */
.cart-sidebar {
    background-color: var(--white);
    border-left: 1px solid var(--light-gray);
    box-shadow: -10px 0 30px rgba(0,0,0,0.1);
}

.cart-item {
    padding: 1rem 0;
    border-bottom: 1px solid var(--light-gray);
    animation: slideInRight 0.3s ease-out forwards;
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.cart-item img {
    border: 1px solid var(--light-gray);
}

.cart-item button {
    cursor: pointer;
    border: 1px solid var(--light-gray);
    background: white;
    border-radius: 4px;
    transition: all 0.2s;
}

.cart-item button:hover {
    background: var(--light-gray);
    border-color: var(--medium-gray);
}

/* User Data Modal */
#user-data-modal .modal-content {
    animation: zoomIn 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28) forwards;
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* Dashboard Order Badge Pulse */
#orderBadge {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(239, 68, 68, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(239, 68, 68, 0);
    }
}

/* Services & Reliability Section */
.services-info {
    padding: 6rem 0;
    background-color: var(--white);
}

.services-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: stretch;
}

.service-card {
    background: #F9FAFB;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.service-image-wrapper {
    width: 100%;
    height: 350px;
    overflow: hidden;
}

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

.service-card:hover .service-img {
    transform: scale(1.05);
}

.service-content {
    padding: 2.5rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.service-title {
    font-size: 1.75rem;
    font-weight: 800;
    color: var(--primary-blue);
    margin-bottom: 1.2rem;
    font-family: 'Poppins', sans-serif;
}

.service-description {
    color: var(--medium-gray);
    line-height: 1.7;
    margin-bottom: 2rem;
    font-size: 1.05rem;
    flex-grow: 1;
}

.service-btn {
    align-self: flex-start;
    padding: 1rem 2rem;
    border-radius: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 0.9rem;
}

@media (max-width: 992px) {
    .services-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .service-image-wrapper {
        height: 300px;
    }
}

/* --- Contact Page Section --- */
.contact-full-section {
    padding: 2rem 0 6rem 0;
    background: #F9FAFB;
    min-height: 100vh;
}

.section-description {
    color: var(--medium-gray);
    margin-top: -0.5rem;
    margin-bottom: 2rem;
    text-align: center;
}

.contact-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    margin-top: 2rem;
}

.contact-card {
    background: white;
    border-radius: 20px;
    padding: 2rem;
    text-align: center;
    box-shadow: var(--shadow-premium);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    cursor: pointer;
    border: 1px solid #E5E7EB;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.contact-card:hover {
    transform: translateY(-10px);
    border-color: var(--light-blue);
    box-shadow: 0 30px 60px -12px rgba(30, 58, 138, 0.25);
}

.card-icon-main {
    font-size: 3.5rem;
    margin-bottom: 1.5rem;
    background: #F3F4F6;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.contact-card:hover .card-icon-main {
    background: var(--light-blue);
    transform: scale(1.1) rotate(5deg);
}

.contact-card h3 {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--dark-gray);
    margin-bottom: 0.5rem;
}

.contact-card p {
    color: var(--medium-gray);
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
}

.card-action {
    background: #F3F4F6;
    color: var(--primary-blue);
    padding: 0.6rem 1.2rem;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.85rem;
    transition: all 0.3s ease;
}

.contact-card:hover .card-action {
    background: var(--primary-blue);
    color: white;
}

/* Specific Card: Scheduler (Calendar) */
.contact-card.scheduler {
    grid-column: span 1;
    cursor: default;
    justify-content: flex-start;
}

.calendar-wrapper {
    width: 100%;
    margin-top: 1rem;
    background: #FDFDFD;
    border: 1px solid #F3F4F6;
    padding: 1rem;
    border-radius: 12px;
}

.calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.calendar-header h4 {
    font-size: 0.9rem;
    text-transform: capitalize;
}

.calendar-header button {
    background: none;
    border: none;
    cursor: pointer;
    color: var(--primary-blue);
}

.calendar-grid-header {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    text-align: center;
    font-weight: 700;
    font-size: 0.75rem;
    color: var(--medium-gray);
    margin-bottom: 0.5rem;
}

.calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 4px;
}

.calendar-day {
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s;
}

.calendar-day:hover:not(.disabled) {
    background: var(--light-gray);
}

.calendar-day.today {
    color: var(--light-blue);
    font-weight: 800;
    background: rgba(37, 99, 235, 0.1);
}

.calendar-day.selected {
    background: var(--primary-blue) !important;
    color: white !important;
}

.calendar-day.disabled {
    color: #CCC;
    cursor: not-allowed;
}

.schedule-feedback {
    margin-top: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    width: 100%;
    padding: 1rem;
    background: #F0FDF4;
    border-radius: 12px;
    border: 1px solid #DCFCE7;
    animation: fadeIn 0.3s ease;
}

#selected-date-text {
    font-weight: 700;
    color: #166534;
    font-size: 0.9rem;
}

/* Maintenance Services Grid */
.maintenance-services-section {
    background: white;
    border-radius: 30px;
    padding: 4rem;
    box-shadow: var(--shadow-soft);
}

.maintenance-grid {
    display: flex;
    flex-direction: column;
    gap: 4rem;
    margin-top: 3rem;
}

.maintenance-item {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 3rem;
    align-items: center;
}

.maintenance-item.alternate {
    grid-template-columns: 1.2fr 1fr;
}

.maintenance-img-box {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: var(--shadow-premium);
    height: 350px;
}

.maintenance-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.maintenance-item:hover .maintenance-img-box img {
    transform: scale(1.05);
}

.maintenance-text-box h3 {
    font-size: 1.8rem;
    font-weight: 800;
    color: var(--primary-blue);
    margin-bottom: 1rem;
}

.maintenance-text-box p {
    font-size: 1.1rem;
    color: var(--medium-gray);
    line-height: 1.8;
}

/* Mobile Responsive */
@media (max-width: 1024px) {
    .contact-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .maintenance-item, .maintenance-item.alternate {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .maintenance-item.alternate {
        flex-direction: column-reverse;
        display: flex;
    }
    
    .maintenance-services-section {
        padding: 2rem;
    }
    
    .maintenance-img-box {
        height: 250px;
    }
}

@media (max-width: 500px) {
    .contact-grid {
        grid-template-columns: 1fr;
    }
    .card-icon-main {
        width: 80px;
        height: 80px;
        font-size: 2.5rem;
    }
}

