/* ========================================
   HOME PAGE V3 - COMPLETE STYLES
   ======================================== */

/* Hero Carousel V3 */
.hero-carousel-v3 {
    position: relative;
    height: 600px;
    overflow: hidden;
    background: #111827;
}

.hero-slides-container {
    position: relative;
    height: 100%;
}

.hero-slide-v3 {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.8s ease, visibility 0.8s ease;
}

.hero-slide-v3.active {
    opacity: 1;
    visibility: visible;
}

.hero-image-wrapper {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.hero-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.1);
    transition: transform 6s ease;
}

.hero-slide-v3.active .hero-image-wrapper img {
    transform: scale(1);
}

.hero-overlay-v3 {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.3) 100%);
}

.hero-content-v3 {
    position: relative;
    z-index: 2;
    max-width: 650px;
    padding: 10rem 0 6rem;
    color: white;
}

.hero-badge {
    display: inline-block;
    background: linear-gradient(135deg, #F97316, #EA580C);
    color: white;
    padding: 0.5rem 1.25rem;
    border-radius: 9999px;
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.hero-title-v3 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.2;
}

@media (max-width: 768px) {
    .hero-title-v3 {
        font-size: 2rem;
    }
    .hero-carousel-v3 {
        height: 500px;
    }
}

.hero-desc-v3 {
    font-size: 1.125rem;
    opacity: 0.95;
    margin-bottom: 2rem;
    line-height: 1.7;
}

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

.btn-v3 {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.875rem 1.75rem;
    font-weight: 600;
    border-radius: 0.5rem;
    transition: all 0.3s;
    font-size: 1rem;
}

.btn-primary-v3 {
    background: linear-gradient(135deg, #F97316, #EA580C);
    color: white;
    box-shadow: 0 4px 6px -1px rgba(249, 115, 22, 0.3);
}

.btn-primary-v3:hover {
    background: linear-gradient(135deg, #EA580C, #C2410C);
    transform: translateY(-2px);
    box-shadow: 0 10px 15px -3px rgba(249, 115, 22, 0.4);
    color: white;
}

.btn-secondary-v3 {
    background: white;
    color: #111827;
    border: 2px solid white;
}

.btn-secondary-v3:hover {
    background: transparent;
    color: white;
}

.btn-white-v3 {
    background: white;
    color: #F97316;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.btn-white-v3:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.2);
    color: #EA580C;
}

.btn-outline-white-v3 {
    background: transparent;
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.5);
}

.btn-outline-white-v3:hover {
    background: white;
    color: #F97316;
}

.btn-large-v3 {
    padding: 1rem 2.5rem;
    font-size: 1.125rem;
}

/* Carousel Controls */
.carousel-controls-v3 {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 1.5rem;
    z-index: 10;
}

.carousel-btn {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

.carousel-btn:hover {
    background: #F97316;
    border-color: #F97316;
}

.carousel-dots-v3 {
    display: flex;
    gap: 0.75rem;
}

.carousel-dots-v3 .dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    border: none;
    cursor: pointer;
    transition: all 0.3s;
}

.carousel-dots-v3 .dot.active {
    background: #F97316;
    transform: scale(1.2);
}

/* Trust Bar */
.trust-bar-v3 {
    background: linear-gradient(135deg, #F97316, #EA580C);
    padding: 2rem 0;
    position: relative;
}

.trust-bar-v3::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.1'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.trust-items-v3 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    position: relative;
    z-index: 1;
}

@media (min-width: 768px) {
    .trust-items-v3 {
        grid-template-columns: repeat(4, 1fr);
    }
}

.trust-item-v3 {
    display: flex;
    align-items: center;
    gap: 1rem;
    color: white;
}

.trust-icon-v3 {
    font-size: 2rem;
}

.trust-item-v3 strong {
    display: block;
    font-size: 1.25rem;
    font-weight: 700;
}

.trust-item-v3 span {
    font-size: 0.875rem;
    opacity: 0.9;
}

/* Section Headers */
.section-header-v3 {
    text-align: center;
    margin-bottom: 3rem;
}

.section-badge-v3 {
    display: inline-block;
    background: #FEF3C7;
    color: #D97706;
    padding: 0.375rem 1rem;
    border-radius: 9999px;
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.section-header-v3 h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 0.75rem;
}

@media (max-width: 768px) {
    .section-header-v3 h2 {
        font-size: 1.75rem;
    }
}

.section-header-v3 p {
    font-size: 1.125rem;
    color: #6B7280;
}

/* Categories Section V3 */
.categories-section-v3 {
    padding: 5rem 0;
    background: white;
}

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

@media (min-width: 768px) {
    .categories-grid-v3 {
        grid-template-columns: repeat(3, 1fr);
    }
}

.category-card-v3 {
    background: white;
    border-radius: 1.5rem;
    overflow: hidden;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    border: 1px solid #F3F4F6;
    transition: all 0.3s ease;
}

.category-card-v3:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

.category-img-box-v3 {
    position: relative;
    height: 240px;
    overflow: hidden;
}

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

.category-card-v3:hover .category-img-box-v3 img {
    transform: scale(1.05);
}

.category-overlay-v3 {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.2) 50%, transparent 100%);
}

.category-icon-v3 {
    position: absolute;
    bottom: 1rem;
    left: 1.5rem;
    width: 4rem;
    height: 4rem;
    background: white;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.category-info-v3 {
    padding: 2rem 1.5rem;
}

.category-info-v3 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 0.75rem;
}

.category-info-v3 p {
    color: #6B7280;
    line-height: 1.7;
    margin-bottom: 1rem;
}

.category-features-v3 {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem;
}

.category-features-v3 li {
    color: #374151;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.btn-category-v3 {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #F97316;
    font-weight: 600;
    transition: all 0.2s;
}

.btn-category-v3:hover {
    color: #EA580C;
    gap: 0.75rem;
}

/* Why Us Section */
.why-us-section-v3 {
    padding: 5rem 0;
    background: #F9FAFB;
}

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

@media (min-width: 640px) {
    .why-us-grid-v3 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .why-us-grid-v3 {
        grid-template-columns: repeat(3, 1fr);
    }
}

.why-us-card-v3 {
    background: white;
    border-radius: 1.25rem;
    padding: 2rem;
    text-align: center;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border: 1px solid #F3F4F6;
    transition: all 0.3s ease;
}

.why-us-card-v3:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.why-us-icon-v3 {
    width: 4rem;
    height: 4rem;
    background: linear-gradient(135deg, #FFF7ED, #FED7AA);
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin: 0 auto 1rem;
}

.why-us-card-v3 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 0.5rem;
}

.why-us-card-v3 p {
    color: #6B7280;
    font-size: 0.95rem;
    line-height: 1.6;
}

/* Featured Section */
.featured-section-v3 {
    padding: 5rem 0;
    background: white;
}

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

@media (min-width: 640px) {
    .products-grid-v3 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .products-grid-v3 {
        grid-template-columns: repeat(4, 1fr);
    }
}

.product-card-v3 {
    background: white;
    border-radius: 1.25rem;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border: 1px solid #F3F4F6;
    transition: all 0.3s ease;
}

.product-card-v3:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

.product-img-v3 {
    position: relative;
    height: 200px;
    overflow: hidden;
    background: #FFF7ED;
}

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

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

.product-badge-v3 {
    position: absolute;
    top: 1rem;
    left: 1rem;
    background: linear-gradient(135deg, #F97316, #EA580C);
    color: white;
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 600;
}

.product-info-v3 {
    padding: 1.5rem;
}

.product-info-v3 h4 {
    font-size: 1.125rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 0.25rem;
}

.product-info-v3 p {
    color: #6B7280;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.btn-product-v3 {
    display: block;
    width: 100%;
    padding: 0.625rem;
    background: linear-gradient(135deg, #F97316, #EA580C);
    color: white;
    text-align: center;
    border-radius: 0.5rem;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s;
}

.btn-product-v3:hover {
    background: linear-gradient(135deg, #EA580C, #C2410C);
    color: white;
}

/* CTA Section */
.cta-section-v3 {
    padding: 5rem 0;
    background: linear-gradient(135deg, #F97316 0%, #EA580C 50%, #C2410C 100%);
    position: relative;
}

.cta-section-v3::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.1'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.cta-box-v3 {
    text-align: center;
    position: relative;
    z-index: 1;
}

.cta-content-v3 {
    max-width: 700px;
    margin: 0 auto;
    color: white;
}

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

@media (max-width: 768px) {
    .cta-content-v3 h2 {
        font-size: 1.75rem;
    }
}

.cta-content-v3 p {
    font-size: 1.125rem;
    opacity: 0.95;
    margin-bottom: 2rem;
}

.text-center-v3 {
    text-align: center;
}
