.hero-product-header {
    background: radial-gradient(circle at 10% 10%, rgba(242, 101, 34, 0.22), transparent 42%),
        radial-gradient(circle at 90% 20%, rgba(242, 101, 34, 0.14), transparent 36%);
    padding-bottom: 0 !important;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.hero-product-media img {
    width: 100%;
    display: block;
    object-fit: cover;
    max-height: 420px;
}

.hero-product-indicators {
    position: static;
    margin-top: 1.5rem;
    justify-content: center;
    gap: .45rem;
}

.hero-product-header .container {
    padding-top: clamp(6rem, 10vh, 8rem) !important;
    padding-bottom: clamp(2rem, 5vh, 3.5rem) !important;
}

.home-index-page #heroProductsCarousel .carousel-item .row {
    min-height: 540px;
}

.home-index-page .hero-product-title {
    font-size: clamp(2rem, 4.2vw, 3.25rem) !important;
    line-height: 1.08;
    margin-top: .35rem;
    margin-bottom: .75rem;
}

.hero-product-badge {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    margin: 0;
    padding: .38rem .78rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 145, 0, .45);
    background: rgba(255, 145, 0, .14);
    color: #ffd29d;
    font-size: .74rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.hero-product-badge::before {
    content: "";
    width: .46rem;
    height: .46rem;
    border-radius: 999px;
    background: #ff9100;
    box-shadow: 0 0 0 5px rgba(255, 145, 0, .2);
}

.hero-product-description {
    color: rgba(226, 232, 240, .9);
    max-width: 560px;
}

.hero-product-description .hero-highlight {
    color: #fff;
    font-weight: 700;
}

.hero-product-description .hero-emphasis {
    color: #ffbb6b;
    font-style: italic;
    font-weight: 600;
}

.hero-product-indicators [data-bs-target] {
    width: 13px;
    height: 13px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, .8);
    opacity: 1;
    background-color: rgba(255, 255, 255, .55) !important;
}

.hero-product-indicators .active {
    opacity: 1;
    background-color: #ff9100 !important;
    border-color: #ff9100;
    box-shadow: 0 0 0 3px rgba(255, 145, 0, .28);
}

.hero-product-control {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.08);
    top: auto;
    bottom: 0;
    transform: none;
}

.hero-product-control.carousel-control-prev {
    left: auto;
    right: 52px;
}

.hero-product-control.carousel-control-next {
    right: 0;
}

@media (max-width: 991.98px) {
    .hero-product-media img {
        max-height: 320px;
    }

    .home-index-page #heroProductsCarousel .carousel-item .row {
        min-height: auto;
    }

    .hero-product-header {
        min-height: 100svh;
    }
}

.home-blogs-section {
    padding-top: .8rem;
    padding-bottom: .75rem;
}

.home-blogs-heading {
    text-align: center;
    max-width: 860px;
    margin: 0 auto 1rem;
}

.home-blogs-heading h3 {
    font-size: clamp(1.55rem, 2.6vw, 2.35rem);
    line-height: 1.2;
    margin-bottom: .8rem;
}

.home-blogs-heading p {
    color: #9ca3af;
    margin-bottom: 0;
}

.home-blog-card {
    border-radius: .95rem;
    border: 1px solid rgba(255, 255, 255, .14);
    background: rgba(255, 255, 255, .04);
    overflow: hidden;
    height: 100%;
    padding: .95rem;
    display: flex;
    flex-direction: column;
    gap: .9rem;
}

.home-blog-badge {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    border: 1px solid rgba(255, 255, 255, .2);
    background: rgba(255, 255, 255, .08);
    border-radius: .6rem;
    padding: .3rem .6rem;
    font-size: .78rem;
    font-weight: 700;
}

.home-blog-number {
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 145, 0, .2);
    color: #ffb347;
    font-size: .65rem;
}

.home-blog-image {
    border-radius: .7rem;
    overflow: hidden;
    aspect-ratio: 16/9;
    background: rgba(255, 255, 255, .05);
}

.home-blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-blog-title {
    font-size: 1.65rem;
    line-height: 1.25;
    margin-bottom: .55rem;
}

.home-blog-title a {
    color: #f3f4f6;
    text-decoration: none;
}

.home-blog-title a:hover {
    color: #ff9100;
}

.home-blog-desc {
    color: #cbd5e1;
    margin-bottom: .7rem;
}

.home-blog-meta {
    font-size: .82rem;
    color: #94a3b8;
    border-top: 1px solid rgba(255, 255, 255, .12);
    padding-top: .55rem;
    margin-top: auto;
}

.home-blog-cta {
    border-radius: 999px;
}

[data-bs-theme="light"] .home-blog-card {
    background: #fff;
    border-color: rgba(2, 6, 23, .12);
}

[data-bs-theme="light"] .home-blog-title a {
    color: #111827;
}

[data-bs-theme="light"] .home-blog-desc {
    color: #4b5563;
}

[data-bs-theme="light"] .home-blog-meta {
    color: #6b7280;
    border-color: rgba(2, 6, 23, .12);
}

.featured-companies {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    z-index: 3;
}

.home-index-page .featured-companies>.container {
    padding-top: 1.25rem !important;
    padding-bottom: 6.25rem !important;
}

.home-index-page .home-blogs-section>.container {
    padding-top: 1.75rem !important;
    padding-bottom: 1.5rem !important;
}

.home-hero-divider {
    display: none;
}

.featured-companies .swiper,
.featured-companies .swiper-wrapper,
.featured-companies .swiper-slide {
    height: auto !important;
}

.featured-companies .swiper-wrapper {
    align-items: stretch !important;
}

.featured-companies-title {
    text-align: center;
    margin-bottom: 1.25rem;
}

.featured-logo-card {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .65rem;
    min-height: 74px;
    border-radius: .9rem;
    border: 1px solid rgba(255, 255, 255, .14);
    background: rgba(255, 255, 255, .05);
    color: #e5e7eb;
    font-weight: 700;
    letter-spacing: .01em;
    padding: .85rem 1rem;
    text-transform: uppercase;
    font-size: .85rem;
    white-space: nowrap;
}

.featured-logo-dot {
    width: 1.9rem;
    height: 1.9rem;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 145, 0, .22);
    color: #ffb347;
    font-size: .76rem;
    font-weight: 800;
    border: 1px solid rgba(255, 145, 0, .4);
}

[data-bs-theme="light"] .featured-logo-card {
    background: #fff;
    border-color: rgba(2, 6, 23, .12);
    color: #1f2937;
}

@media (max-width: 991.98px) {
    .hero-product-header .container {
        padding-top: 5.5rem !important;
        padding-bottom: 1rem !important;
    }

    .home-index-page .hero-product-title {
        font-size: clamp(1.6rem, 8vw, 2.2rem) !important;
    }

    .home-blogs-section {
        padding-top: .75rem;
    }

    .featured-companies {
        margin-top: 0;
    }
}
