.hero-section {
    border-bottom: 1px solid #e9ecef;
    padding: 40px 0;
    background-color: #f5f5f5;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
}

@media(max-width:767px) {
    .hero-section {
        padding-top: 10px;
    }
}

@media(min-width:1460px) {
    .hero-trust-panel {
        padding-right: 0px !important;
    }
}

.hero-flex-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.hero-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #0f172a;
    text-transform: none;
    letter-spacing: -0.02em;
    line-height: 1.2;
    margin-bottom: 12px;
    font-family: inherit;
    text-align: left;
}

.hero-subtitle {
    font-size: 1.05rem;
    color: #475569;
    line-height: 1.5;
    margin-bottom: 24px;
}

.hero-actions .btn {
    margin-right: 10px;
    margin-bottom: 10px;
}

/* Trust Panel Styling */
.trust-card {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

    .trust-item strong {
        display: block;
        font-size: 0.95rem;
        color: #222;
    }

    .trust-item small {
        color: #666;
        display: block;
    }

.trust-icon {
    font-size: 1.5rem;
    color: #2b6cb0;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
}

.category-grid-section {
    padding: 30px 0 10px 0;
    background-color: #ffffff;
}

.section-header h2 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 24px;
}

.category-grid {
    display: flex;
    flex-wrap: wrap;
}

.category-card-wrap {
    display: flex;
    margin-bottom: 20px;
}

.category-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 20px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 4px;
    text-decoration: none !important;
    transition: border-color 0.2s ease, background-color 0.2s ease;
}

    .category-card:hover {
        border-color: #2b6cb0;
        background-color: #ffffff;
    }

.category-info h3 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #2d3748;
    margin: 0 0 4px 0;
}

.category-info p {
    font-size: 0.875rem;
    color: #4a5568;
    margin: 0;
}

.category-arrow {
    font-size: 1.25rem;
    color: #a0aec0;
    transition: transform 0.2s ease, color 0.2s ease;
}

.category-card:hover .category-arrow {
    color: #718096;
    transform: translateX(4px);
}

.brand-bar-section {
    padding: 30px 0 40px;
    background-color: #f8fafc;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
}

.brand-bar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.brand-bar-title {
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #64748b;
}

.brand-bar-link {
    font-size: 0.875rem;
    color: #2b6cb0;
    font-weight: 600;
    text-decoration: none !important;
}

    .brand-bar-link:hover {
        text-decoration: underline !important;
    }

.brand-card-wrap {
    margin-bottom: 10px;
}

.brand-card {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 4px;
    text-decoration: none !important;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

    .brand-card strong {
        font-size: 0.9rem;
        color: #334155;
    }

    .brand-card:hover {
        border-color: #2b6cb0;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    }

        .brand-card:hover strong {
            color: #2b6cb0;
        }

.services-banner-section {
    padding: 40px 0 30px 0;
    background-color: #ffffff;
}

.service-card-wrap {
    margin-bottom: 20px;
}

.service-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
    padding: 28px;
    background-color: #f8fafc;
    border: 1px solid #cbd5e1;
    border-left: 4px solid #2b6cb0;
    border-radius: 4px;
}

.service-badge {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #2b6cb0;
    margin-bottom: 8px;
}

.service-content h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 8px 0;
}

.service-content p {
    font-size: 0.9rem;
    color: #64748b;
    line-height: 1.5;
    margin-bottom: 20px;
}

.btn-outline-primary {
    color: #2b6cb0;
    background-color: transparent;
    border: 1px solid #2b6cb0;
    font-weight: 600;
    font-size: 0.875rem;
    padding: 8px 16px;
    border-radius: 4px;
    text-decoration: none !important;
    transition: all 0.2s ease;
}

    .btn-outline-primary:hover {
        color: #ffffff;
        background-color: #2b6cb0;
        border-color: #2b6cb0;
    }

.products-carousel-section {
    padding: 40px 0 60px;
    background-color: #ffffff;
}

.carousel-block {
    margin-bottom: 40px;
}

.carousel-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

    .carousel-header h3 {
        font-size: 1.25rem;
        font-weight: 700;
        color: #1e293b;
        margin: 0;
    }

.view-all-link {
    font-size: 0.875rem;
    color: #2b6cb0;
    font-weight: 600;
    text-decoration: none !important;
}

    .view-all-link:hover {
        text-decoration: underline !important;
    }

/* Slick Wrapper Integration */
.product-slider {
    margin-left: -10px;
    margin-right: -10px;
}

    .product-slider .slick-slide {
        padding: 0 10px;
        margin: 0;
        height: auto;
    }

    .product-slider .slick-track {
        display: flex !important;
    }

    .product-slider .slick-slide > div {
        height: 100%;
    }

.container-home {
    width: 100%;
    max-width: 1480px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}

.home-section-title {
    color: #2d3748;
    font-family: "Inter", sans-serif;
}

/* Mobile Responsive Tweaks */
@media (max-width: 767px) {
    .container-home {
        padding-left: 15px;
        padding-right: 15px;
    }

    .category-card-wrap {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .category-arrow {
        display: none;
    }

    .category-card {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
    }

    .category-icon {
        margin-bottom: 10px;
        margin-right: 0;
    }

    .category-info,
    .category-card h3,
    .category-card .category-title {
        width: 100%;
        word-break: normal;
        overflow-wrap: break-word;
    }

    .category-card h3,
    .category-card .category-title {
        font-size: 0.9rem;
        line-height: 1.25;
    }
}
.btn-lg {
    width: unset !important;
}