.hero-section {
    background-color: #f8f9fa;
    padding: 0;
}

/* Hero Carousel (Slider) - Preserved exactly as HQ required */
.hero-carousel .carousel-inner {
    min-height: 450px;
}
.hero-carousel .carousel-item {
    min-height: 450px;
}
.hero-carousel .carousel-item img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}
.hero-carousel .carousel-item::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 60%;
    background: linear-gradient(to top, rgba(0,0,0,0.55) 0%, transparent 100%);
    pointer-events: none;
    z-index: 1;
}
.hero-carousel .carousel-caption {
    z-index: 2;
    bottom: 2rem;
    animation: captionSlideUp 0.8s ease forwards;
}
@keyframes captionSlideUp {
    from { opacity: 0; transform: translateY(20px); }
    to   { opacity: 1; transform: translateY(0);    }
}
.hero-carousel .carousel-caption h2 {
    font-size: 2.5rem; font-weight: 800;
    text-shadow: 0 2px 12px rgba(0,0,0,0.5);
    letter-spacing: -0.02em;
}
.hero-carousel .carousel-caption p {
    font-size: 1.25rem;
    text-shadow: 0 2px 8px rgba(0,0,0,0.5);
}
.hero-carousel .carousel-caption .btn-banner {
    display: inline-block; margin-top: 0.75rem;
    padding: 0.75rem 2rem; border-radius: 50px;
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    color: #fff; font-weight: 600; text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 20px rgba(59,130,246,0.4);
}
.hero-carousel .carousel-caption .btn-banner:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(59,130,246,0.6);
}
.hero-carousel .carousel-indicators [data-bs-target] {
    width: 10px; height: 10px; border-radius: 50%;
    border: none; opacity: 0.5;
    transition: all 0.3s ease;
}
.hero-carousel .carousel-indicators .active {
    opacity: 1; width: 28px; border-radius: 5px;
}
.hero-carousel .carousel-control-prev,
.hero-carousel .carousel-control-next {
    width: 60px; opacity: 0;
    transition: opacity 0.3s ease;
}
.hero-carousel:hover .carousel-control-prev,
.hero-carousel:hover .carousel-control-next {
    opacity: 1;
}
.hero-carousel .carousel-control-prev-icon,
.hero-carousel .carousel-control-next-icon {
    background-color: rgba(0,0,0,0.4);
    border-radius: 50%; padding: 1.5rem;
    background-size: 40%;
}

/* Mobile Carousel - Preserved and refined */
@media (max-width: 767.98px) {
    .hero-carousel { background-color: #2a2a2a; }
    .hero-carousel .carousel-inner { min-height: unset; height: auto; }
    .hero-carousel .carousel-item { min-height: unset; height: auto; background-color: #2a2a2a; }
    .hero-carousel .carousel-item img { width: 100%; height: auto; min-height: 180px; max-height: 280px; object-fit: cover; display: block; }
    .hero-carousel .carousel-indicators { bottom: 0.4rem; margin-bottom: 0; padding: 0.2rem 0.5rem; z-index: 4; }
    .hero-carousel .carousel-indicators [data-bs-target] { width: 6px; height: 6px; margin: 0 3px; border-radius: 50%; opacity: 0.45; }
    .hero-carousel .carousel-indicators .active { width: 16px; height: 6px; border-radius: 999px; opacity: 1; }
    .hero-carousel .carousel-control-prev, .hero-carousel .carousel-control-next { width: 2.25rem; opacity: 0.55; }
    .hero-carousel:hover .carousel-control-prev, .hero-carousel:hover .carousel-control-next { opacity: 0.85; }
    .hero-carousel .carousel-control-prev-icon, .hero-carousel .carousel-control-next-icon { padding: 0.55rem; width: 1.75rem; height: 1.75rem; background-size: 45% 45%; }
    .hero-carousel .carousel-caption h2 { font-size: 1.25rem; }
    .hero-carousel .carousel-caption p { font-size: 0.85rem; }
    .hero-carousel .carousel-caption .btn-banner { padding: 0.4rem 1rem; font-size: 0.85rem; }

    /* Mobile Layout & Margins Tuning for Natural Scrolling */
    .search-section {
        padding: 2.5rem 0 1.5rem !important;
    }
    .search-portal-wrapper {
        margin-bottom: 1.5rem !important;
    }
    .search-bar-modern {
        padding: 0.75rem !important;
        margin: 1rem auto !important;
        border-radius: 18px !important;
    }
    .search-bar-modern .form-control {
        padding: 0.75rem 1rem 0.75rem 2.5rem !important;
        font-size: 0.95rem !important;
    }
    .btn-search-gradient {
        padding: 0.75rem 1.5rem !important;
        font-size: 0.95rem !important;
    }
    .filter-bento-grid {
        margin: 1.5rem 0 1.5rem !important;
        gap: 0.75rem !important;
    }
    .bento-filter-card {
        padding: 1rem !important;
        border-radius: 16px !important;
    }
    .bento-filter-header {
        margin-bottom: 0.75rem !important;
        padding-bottom: 0.5rem !important;
        font-size: 1rem !important;
    }
    .bento-filter-pill {
        padding: 0.6rem 0.85rem !important;
        font-size: 0.9rem !important;
        border-radius: 10px !important;
    }
    .location-showcase {
        margin: 1.5rem 0 !important;
    }
    .location-label {
        font-size: 0.85rem !important;
        margin-bottom: 0.75rem !important;
    }
    .location-pill {
        padding: 0.4rem 0.9rem !important;
        font-size: 0.85rem !important;
    }
    .brand-showcase-container {
        margin-top: 1.5rem !important;
        padding-top: 1.25rem !important;
    }
    .brand-showcase-row {
        gap: 0.5rem !important;
    }
    .brand-capsule {
        padding: 0.5rem 0.85rem !important;
        min-width: 120px !important;
        border-radius: 12px !important;
    }
    .brand-capsule img {
        height: 26px !important;
    }
    .brand-info .name {
        font-size: 0.85rem !important;
    }
    .brand-info .count {
        font-size: 0.7rem !important;
    }
    .car-type-filter {
        border-radius: 14px !important;
    }
    .car-type-item {
        padding: 0.5rem 1.15rem !important;
        font-size: 0.85rem !important;
    }
    .home-trust-section {
        padding-bottom: 2rem !important;
        margin-top: 2rem !important;
    }
    .home-trust-section .container {
        padding-top: 1.5rem !important;
    }
    .bento-action-grid {
        margin-bottom: 2rem !important;
        gap: 0.75rem !important;
    }
    .bento-action-card {
        padding: 1.5rem !important;
        min-height: auto !important;
        border-radius: 18px !important;
    }
    .bento-action-card h3 {
        font-size: 1.2rem !important;
        margin-bottom: 0.5rem !important;
    }
    .bento-action-card p {
        font-size: 0.9rem !important;
        margin-bottom: 1rem !important;
    }
    .card-icon-wrapper {
        width: 42px !important;
        height: 42px !important;
        font-size: 1.2rem !important;
        margin-bottom: 1rem !important;
        border-radius: 10px !important;
    }
    .work-steps-vertical {
        gap: 1rem !important;
        margin-top: 0.5rem !important;
    }
    .work-step-item {
        gap: 1rem !important;
    }
    .step-badge {
        width: 32px !important;
        height: 32px !important;
        font-size: 0.9rem !important;
    }
    .trust-value-card {
        padding: 1.5rem !important;
        border-radius: 18px !important;
    }
    .trust-bullets {
        gap: 0.75rem !important;
    }
    .trust-bullets li {
        font-size: 0.9rem !important;
    }
}

/* Premium Search Portal Block */
.search-section {
    background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
    padding: 4rem 0 3rem;
    border-bottom: 1px solid #e2e8f0;
}

.search-portal-wrapper {
    max-width: 900px;
    margin: 0 auto 3rem;
}

.hero-title {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 800;
    font-size: clamp(2rem, 5vw, 3.25rem);
    color: #0f172a;
    letter-spacing: -0.03em;
    line-height: 1.15;
}

.text-highlight {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 900;
}

.hero-subtitle {
    font-size: clamp(1rem, 2.5vw, 1.25rem);
    color: #475569;
    font-weight: 400;
}

/* Glassmorphic Search Bar */
.search-bar-modern {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 1.25rem;
    border-radius: 24px;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);
    margin: 2rem auto;
    max-width: 800px;
    transition: all 0.3s ease;
}

.search-bar-modern:focus-within {
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 25px 50px rgba(37, 99, 235, 0.12);
    border-color: rgba(37, 99, 235, 0.3);
}

.search-bar-modern .form-control {
    border: 1px solid #cbd5e1;
    background: white;
    border-radius: 14px;
    padding: 0.85rem 1rem 0.85rem 2.75rem;
    font-size: 1rem;
    font-weight: 400;
    color: #0f172a;
    height: auto;
    transition: all 0.25s ease;
}

.search-bar-modern .form-control:focus {
    border-color: #3b82f6;
    box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.15);
}

.search-input-icon {
    position: absolute;
    left: 1.25rem;
    top: 50%;
    transform: translateY(-50%);
    color: #94a3b8;
    font-size: 1.1rem;
    z-index: 10;
    pointer-events: none;
}

.btn-search-gradient {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    color: white;
    font-weight: 700;
    font-size: 1rem;
    padding: 0.85rem 1.75rem;
    border-radius: 14px;
    border: none;
    box-shadow: 0 4px 14px rgba(37, 99, 235, 0.3);
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.btn-search-gradient:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(37, 99, 235, 0.45);
    color: white;
}

.btn-near-me {
    background: white;
    color: #0f172a;
    border: 1px solid #e2e8f0;
    border-radius: 50px;
    padding: 0.6rem 1.5rem;
    font-weight: 600;
    font-size: 0.9rem;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.04);
    transition: all 0.25s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.btn-near-me:hover {
    border-color: #3b82f6;
    color: #3b82f6;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(59, 130, 246, 0.12);
}

.btn-near-me i {
    color: #ef4444;
}

/* Segmented Interactive Filter Bento */
.filter-bento-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
    margin: 2.5rem 0 3.5rem;
}

@media (max-width: 991px) {
    .filter-bento-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
}

.bento-filter-card {
    border-radius: 20px;
    padding: 1.5rem;
    border: 1px solid rgba(226, 232, 240, 0.8);
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.03);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    background: white;
}

.bento-filter-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 35px rgba(15, 23, 42, 0.08);
}

.bento-filter-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-weight: 700;
    font-size: 1.1rem;
    color: #0f172a;
    margin-bottom: 1.25rem;
    border-bottom: 1px solid #f1f5f9;
    padding-bottom: 0.75rem;
}

.bento-filter-header i {
    font-size: 1.25rem;
}

.icon-blue { color: #3b82f6; }
.icon-emerald { color: #10b981; }
.icon-indigo { color: #6366f1; }

.bento-filter-body {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.bento-filter-pill {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 0.75rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #475569;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    transition: all 0.2s ease;
}

.bento-filter-pill:hover {
    background: white;
    border-color: #3b82f6;
    color: #2563eb;
    padding-left: 1.25rem;
}

.bento-filter-pill i {
    font-size: 0.8rem;
    opacity: 0.7;
    transition: transform 0.2s ease;
}

.bento-filter-pill:hover i {
    transform: translateX(3px);
    opacity: 1;
}

/* Popular Locations pills */
.location-showcase {
    margin: 2.5rem 0;
}

.location-label {
    font-weight: 700;
    color: #475569;
    font-size: 0.95rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.location-pills-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    justify-content: center;
}

.location-pill {
    background: white;
    border: 1px solid #cbd5e1;
    border-radius: 50px;
    padding: 0.5rem 1.15rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #334155;
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
    box-shadow: 0 2px 6px rgba(0,0,0,0.02);
    transition: all 0.2s ease;
}

.location-pill:hover {
    border-color: #3b82f6;
    color: #2563eb;
    transform: translateY(-1px);
    box-shadow: 0 4px 10px rgba(37, 99, 235, 0.08);
}

.location-pill.active {
    background: #0f172a;
    border-color: #0f172a;
    color: white;
}

.location-pill .badge-count {
    background: #f1f5f9;
    color: #475569;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 2px 7px;
    border-radius: 20px;
    transition: all 0.2s ease;
}

.location-pill:hover .badge-count {
    background: rgba(37, 99, 235, 0.1);
    color: #2563eb;
}

.location-pill.active .badge-count {
    background: rgba(255, 255, 255, 0.2);
    color: white;
}

/* Brands Showcase Capsule row */
.brand-showcase-container {
    margin-top: 3rem;
    border-top: 1px solid #e2e8f0;
    padding-top: 2rem;
}

.brand-showcase-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
}

.brand-capsule {
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 0.65rem 1.15rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
    color: #1e293b;
    box-shadow: 0 3px 10px rgba(0,0,0,0.02);
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    min-width: 140px;
}

.brand-capsule:hover {
    transform: translateY(-3px);
    border-color: #3b82f6;
    box-shadow: 0 10px 25px rgba(37, 99, 235, 0.1);
}

.brand-capsule img {
    height: 32px;
    width: auto;
    object-fit: contain;
    filter: grayscale(30%) opacity(0.80);
    transition: all 0.25s ease;
}

.brand-capsule:hover img {
    filter: grayscale(0%) opacity(1);
    transform: scale(1.1);
}

.brand-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.25;
}

.brand-info .name {
    font-weight: 700;
    font-size: 0.95rem;
}

.brand-info .count {
    font-size: 0.75rem;
    color: #64748b;
    font-weight: 500;
}

/* Premium Body Type Filter Selector */
.car-type-filter {
    background: white;
    border-radius: 20px;
    padding: 0.75rem 0;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.02);
    overflow: hidden;
}

.car-type-container {
    display: flex;
    align-items: center;
    gap: 12px;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    padding: 0 1.25rem;
}

.car-type-carousel {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
    flex: 1;
    padding: 0.25rem 0;
}

.car-type-carousel::-webkit-scrollbar {
    display: none;
}

.carousel-nav {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    color: white;
    border: none;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 10;
    flex-shrink: 0;
    box-shadow: 0 3px 10px rgba(59, 130, 246, 0.3);
}

.carousel-nav:hover {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    transform: scale(1.1);
    box-shadow: 0 4px 16px rgba(59, 130, 246, 0.4);
    color: white;
}

.carousel-nav:active {
    transform: scale(0.95);
}

.carousel-nav:disabled {
    background: #e2e8f0;
    color: #94a3b8;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.car-type-item {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 50px;
    padding: 0.65rem 1.5rem;
    font-size: 0.9rem;
    font-weight: 700;
    color: #475569;
    cursor: pointer;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    white-space: nowrap;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.car-type-item:hover {
    background: white;
    border-color: #3b82f6;
    color: #2563eb;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(59, 130, 246, 0.12);
}

.car-type-item.active {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    border-color: transparent;
    color: white;
    box-shadow: 0 4px 15px rgba(37, 99, 235, 0.35);
    transform: scale(1.02);
}

/* Bento Actions grid Section styling */
.bento-action-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-top: 2rem;
}

@media (max-width: 991px) {
    .bento-action-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    .bento-action-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
}

.bento-badge-pill {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 50px;
    z-index: 10;
}
.badge-blue { background: rgba(59, 130, 246, 0.1); color: #2563eb; }
.badge-emerald { background: rgba(16, 185, 129, 0.1); color: #059669; }
.badge-purple { background: rgba(139, 92, 246, 0.1); color: #7c3aed; }

.bento-action-card {
    border-radius: 24px;
    padding: 2.25rem;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(226, 232, 240, 0.7) !important;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.02);
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    background: white;
    min-height: 290px;
    display: flex;
}

.bento-action-card:hover {
    transform: translateY(-6px);
}

.card-blue-glow:hover { box-shadow: 0 20px 45px rgba(59, 130, 246, 0.08); border-color: rgba(59, 130, 246, 0.35) !important; }
.card-emerald-glow:hover { box-shadow: 0 20px 45px rgba(16, 185, 129, 0.08); border-color: rgba(16, 185, 129, 0.35) !important; }
.card-purple-glow:hover { box-shadow: 0 20px 45px rgba(139, 92, 246, 0.08); border-color: rgba(139, 92, 246, 0.35) !important; }

.card-bg-blur {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    opacity: 0.03;
    z-index: 1;
    transition: all 0.35s ease;
}

.bento-action-card:hover .card-bg-blur {
    opacity: 0.06;
    transform: scale(1.1);
}

.card-blue-glow .card-bg-blur { background: radial-gradient(circle at top right, #3b82f6 0%, transparent 70%); }
.card-emerald-glow .card-bg-blur { background: radial-gradient(circle at top right, #10b981 0%, transparent 70%); }
.card-purple-glow .card-bg-blur { background: radial-gradient(circle at top right, #8b5cf6 0%, transparent 70%); }

.card-content {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.card-icon-wrapper {
    width: 50px;
    height: 50px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
    transition: all 0.3s ease;
}

.card-blue-glow .card-icon-wrapper { background: rgba(59, 130, 246, 0.1); color: #2563eb; }
.card-emerald-glow .card-icon-wrapper { background: rgba(16, 185, 129, 0.1); color: #059669; }
.card-purple-glow .card-icon-wrapper { background: rgba(139, 92, 246, 0.1); color: #7c3aed; }

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

.bento-action-card h3 {
    font-size: 1.35rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 0.75rem;
}

.bento-action-card p {
    font-size: 0.95rem;
    color: #475569;
    line-height: 1.5;
    margin-bottom: 1.5rem;
}

.btn-bento-action {
    background: #f8fafc !important;
    color: #1e293b;
    font-weight: 700;
    font-size: 0.9rem;
    padding: 0.65rem 1.25rem;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    border: 1px solid #e2e8f0 !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.btn-bento-action i {
    transition: transform 0.25s ease;
}

.card-blue-glow:hover .btn-bento-action { background: #2563eb !important; border-color: #2563eb !important; color: white !important; }
.card-emerald-glow:hover .btn-bento-action { background: #059669 !important; border-color: #059669 !important; color: white !important; }
.card-purple-glow:hover .btn-bento-action { background: #7c3aed !important; border-color: #7c3aed !important; color: white !important; }

.bento-action-card:hover .btn-bento-action i {
    transform: translateX(4px);
}

/* Vertical trust / How it works */
.work-steps-vertical {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    margin-top: 1rem;
}

.work-step-item {
    display: flex;
    gap: 1.25rem;
    align-items: flex-start;
    background: white;
    border: 1px solid #f1f5f9;
    border-radius: 20px;
    padding: 1.5rem;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.01);
    transition: all 0.25s ease;
}

.work-step-item:hover {
    transform: translateX(4px);
    border-color: #cbd5e1;
}

.step-badge {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    color: white;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 1rem;
    flex-shrink: 0;
    box-shadow: 0 4px 15px rgba(37, 99, 235, 0.25);
}

.step-text h5 {
    font-size: 1.05rem;
    color: #0f172a;
}

/* 2x2 Bento Trust Dashboard Grid */
.trust-dashboard-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
    margin-top: 1rem;
}

.trust-mini-card {
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 1.5rem;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.01);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.trust-mini-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.04);
    border-color: #cbd5e1;
}

.trust-mini-card-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

.icon-bg-blue { background: rgba(59, 130, 246, 0.08); color: #2563eb; }
.icon-bg-emerald { background: rgba(16, 185, 129, 0.08); color: #059669; }
.icon-bg-purple { background: rgba(139, 92, 246, 0.08); color: #7c3aed; }
.icon-bg-amber { background: rgba(245, 158, 11, 0.08); color: #d97706; }

@media (max-width: 768px) {
    .trust-dashboard-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
}

/* Standardized premium details */
.home-trust-section {
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
    border-top: 1px solid #e2e8f0;
}

/* Unified responsive container margins */
.container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

/* Mobile Bento Switcher Styling */
.bento-mobile-tabs-container {
    margin-bottom: 1.5rem;
    background: #f1f5f9;
    border-radius: 16px;
    padding: 6px;
    border: 1px solid #e2e8f0;
}

.bento-mobile-tabs {
    display: flex;
    width: 100%;
    gap: 4px;
}

.bento-tab-btn {
    flex: 1;
    border: none;
    background: transparent;
    padding: 0.75rem 0.5rem;
    font-size: 0.9rem;
    font-weight: 700;
    color: #64748b;
    border-radius: 12px;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.bento-tab-btn i {
    font-size: 0.95rem;
}

.bento-tab-btn.active {
    background: white;
    color: #2563eb;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.05);
}

@media (max-width: 991px) {
    /* Set container styling under tabs switcher */
    .filter-bento-grid {
        grid-template-columns: 1fr !important;
        display: block !important;
        margin: 1.5rem 0 !important;
    }
    
    .filter-bento-grid .bento-filter-card {
        display: none !important;
        opacity: 0;
        transform: translateY(8px);
        transition: opacity 0.3s ease, transform 0.3s ease;
    }
    
    .filter-bento-grid .bento-filter-card.active-tab-card {
        display: flex !important;
        opacity: 1;
        transform: translateY(0);
    }
}
