/* Index (Home) – Figma theme, font & style (Pixleo node 2939-152) */
/* https://www.figma.com/design/EKUsClUhLaaR4LieE3HtcO/Pixleo?node-id=2939-152 */
/* Applied only when .index-figma-theme wrapper is present – no text/content changes */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');

/* Figma design tokens – exact from Pixleo */
.index-figma-theme {
    --figma-bg-primary: #1a1a1a;
    --figma-bg-secondary: #2a2a2a;
    --figma-bg-tertiary: #000000;
    --figma-red: #d00000;
    --figma-red-hover: #b00000;
    --figma-text-primary: #ffffff;
    --figma-text-secondary: rgba(255, 255, 255, 0.8);
    --figma-text-tertiary: rgba(255, 255, 255, 0.6);
    --figma-border: rgba(255, 255, 255, 0.1);
    --figma-radius: 8px;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    background-color: var(--figma-bg-primary);
}

.index-figma-theme * {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
}

/* Search bar */
.index-figma-theme .search-bar-light {
    background-color: var(--figma-bg-secondary) !important;
    padding: 32px 0 !important;
    border-bottom: 1px solid var(--figma-border);
}
.index-figma-theme .search-bar-light input,
.index-figma-theme .search-bar-light select {
    background-color: var(--figma-bg-primary) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    color: var(--figma-text-primary) !important;
    border-radius: var(--figma-radius);
    font-size: 14px;
}
.index-figma-theme .search-bar-light input::placeholder {
    color: var(--figma-text-tertiary);
}
.index-figma-theme .search-bar-light input:focus,
.index-figma-theme .search-bar-light select:focus {
    border-color: var(--figma-red) !important;
    outline: none;
    box-shadow: 0 0 0 3px rgba(208, 0, 0, 0.1);
}
.index-figma-theme .search-bar-light .btn-search {
    background-color: var(--figma-red) !important;
    color: var(--figma-text-primary) !important;
    border-radius: var(--figma-radius);
    font-weight: 600;
    padding: 14px 28px;
}
.index-figma-theme .search-bar-light .btn-search:hover {
    background-color: var(--figma-red-hover) !important;
}
.index-figma-theme .search-icon-absolute {
    color: var(--figma-text-tertiary);
}

/* Hero - Figma Design */
.index-figma-theme .hero-light.hero-figma {
    background-color: var(--figma-bg-primary);
    min-height: 600px;
    padding: 0;
}
.index-figma-theme .hero-content-figma {
    max-width: 900px;
}
.index-figma-theme .hero-heading-figma {
    font-size: 48px !important;
    font-weight: 700 !important;
    color: var(--figma-text-primary) !important;
    text-transform: uppercase !important;
    letter-spacing: -0.5px !important;
    line-height: 1.15 !important;
    margin-bottom: 20px !important;
    font-family: 'Inter', sans-serif !important;
    max-width: 600px !important;
}
.index-figma-theme .hero-subheading-figma {
    font-size: 18px !important;
    font-weight: 400 !important;
    color: rgba(255, 255, 255, 0.85) !important;
    margin-bottom: 0 !important;
    line-height: 1.6 !important;
    font-family: 'Inter', sans-serif !important;
    max-width: 450px !important;
}
.index-figma-theme .hero-cta-buttons {
    margin-top: 32px;
}
.index-figma-theme .btn-hero-primary {
    background-color: #d00000 !important;
    color: var(--figma-text-primary) !important;
    border-radius: var(--figma-radius);
    padding: 14px 28px !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    display: inline-flex !important;
    align-items: center !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    font-family: 'Inter', sans-serif !important;
    border: none !important;
}
.index-figma-theme .btn-hero-primary:hover {
    background-color: var(--figma-red-hover) !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(208, 0, 0, 0.3);
}
.index-figma-theme .btn-hero-secondary {
    background-color: transparent !important;
    color: var(--figma-text-primary) !important;
    border: 2px solid rgba(255, 255, 255, 0.8) !important;
    border-radius: var(--figma-radius);
    padding: 14px 28px !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    display: inline-flex !important;
    align-items: center !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    font-family: 'Inter', sans-serif !important;
}
.index-figma-theme .btn-hero-secondary:hover {
    background-color: rgba(255, 255, 255, 0.95) !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* Hero Statistics Band */
.index-figma-theme .hero-stats-band {
    display: flex;
    align-items: center;
    gap: 0;
    margin-top: 48px;
    background: rgba(0, 0, 0, 0.78);
    border-radius: 8px;
    padding: 12px 0;
    backdrop-filter: blur(6px);
    border: 1px solid rgba(255, 255, 255, 0.08);
}
.index-figma-theme .hero-stat-item {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 0 18px;
    color: var(--figma-text-primary);
    transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1), transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.index-figma-theme .hero-stat-item:hover {
    opacity: 0.95;
}
.index-figma-theme .hero-stat-icon {
    width: 34px;
    height: 34px;
    object-fit: contain;
    flex-shrink: 0;
}
.index-figma-theme .hero-stat-content {
    display: flex;
    flex-direction: column;
}
.index-figma-theme .hero-stat-number {
    font-size: 20px;
    font-weight: 700;
    color: var(--figma-text-primary);
    line-height: 1.15;
    margin-bottom: 2px;
    letter-spacing: 0.2px;
}
.index-figma-theme .hero-stat-number.hero-stat-metric {
    font-size: 26px;
    letter-spacing: 0.3px;
}
.index-figma-theme .hero-stat-label {
    font-size: 15px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.95);
    line-height: 1.2;
}
.index-figma-theme .hero-stat-divider {
    width: 1px;
    height: 52px;
    background: rgba(255, 255, 255, 0.35);
    flex-shrink: 0;
}

/* Search Bar - Figma Design */
.index-figma-theme .search-bar-figma {
    background-color: #222222 !important;
    padding: 20px 0 !important;
    border-bottom: 1px solid var(--figma-border);
    margin-top: -1px;
}
.index-figma-theme .search-form-figma {
    margin-bottom: 10px;
}
.index-figma-theme .search-input-wrapper {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    border: none;
    border-radius: 0;
    overflow: hidden;
    max-width: 980px;
    margin: 0 auto;
    position: relative;
    height: 50px;
}
.index-figma-theme .search-input-figma {
    flex: 1;
    background: transparent;
    border: none;
    color: #333333 !important;
    padding: 14px 16px 14px 48px;
    font-size: 15px;
    font-family: 'Inter', sans-serif;
    outline: none;
}
.index-figma-theme .search-input-figma::placeholder {
    color: #777777;
}
.index-figma-theme .search-icon-figma {
    position: absolute;
    left: 16px;
    width: 20px;
    height: 20px;
    color: #777777;
    pointer-events: none;
    z-index: 1;
}
.index-figma-theme .search-button-figma {
    background-color: #b00000 !important;
    color: #ffffff !important;
    border: none;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
    border-radius: 0;
    width: 60px;
    height: 50px;
}
.index-figma-theme .search-button-figma:hover {
    background-color: #b00000 !important;
}

/* Category Filter Pills */
.index-figma-theme .category-filters-figma {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    margin-top: 10px;
    margin-bottom: 0;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
}
.index-figma-theme .category-filter-pill {
    padding: 5px 20px;
    border-radius: 0;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    font-family: 'Inter', sans-serif;
    background-color: transparent;
    color: #ffffff;
    border: none;
    margin-right: 6px;
    min-width: 60px;
    text-align: center;
    display: inline-block;
}
.index-figma-theme .category-filter-pill:hover {
    border-color: var(--figma-red);
    color: var(--figma-red);
}
.index-figma-theme .category-filter-pill.active {
    background-color: #b00000 !important;
    color: #ffffff !important;
    border: none;
    font-weight: 600;
}

/* Section blocks – background & typography */
.index-figma-theme .section-light,
.index-figma-theme .section-light-white,
.index-figma-theme .section-light-grey {
    background-color: var(--figma-bg-primary) !important;
    color: var(--figma-text-primary);
}
.index-figma-theme .section-title {
    font-size: 36px !important;
    font-weight: 700 !important;
    color: var(--figma-text-primary) !important;
    text-transform: uppercase !important;
    letter-spacing: -0.5px !important;
    margin-bottom: 24px !important;
    line-height: 1.2 !important;
}
.index-figma-theme .section-subtitle {
    font-size: 16px !important;
    color: var(--figma-text-secondary) !important;
    line-height: 1.6;
}

/* Section nav arrows */
.index-figma-theme .section-nav-btn,
.index-figma-theme .section-light .bg-gray-200,
.index-figma-theme .section-light-white .bg-gray-200 {
    background-color: var(--figma-bg-secondary) !important;
    border: 1px solid var(--figma-border) !important;
    color: var(--figma-text-primary) !important;
    border-radius: var(--figma-radius);
}
.index-figma-theme .section-nav-btn:hover,
.index-figma-theme .section-light .bg-gray-200:hover,
.index-figma-theme .section-light-white .bg-gray-200:hover {
    border-color: var(--figma-red) !important;
    color: var(--figma-text-primary) !important;
}

/* Latest Trucks Section - Figma Design */
.index-figma-theme .latest-trucks-section-figma {
    background-color: var(--figma-bg-primary) !important;
    padding: 72px 0 48px;
    position: relative;
}
.index-figma-theme .latest-trucks-header-figma {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    flex-wrap: wrap;
    gap: 20px;
    position: relative;
}
.index-figma-theme .brand-filters-figma {
    display: none;
}
.index-figma-theme .brand-filter-pill {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    color: var(--figma-text-primary);
    background-color: transparent;
    border: none;
    font-family: 'Inter', sans-serif;
    transition: all 0.3s ease;
    cursor: pointer;
}
.index-figma-theme .brand-filter-pill:hover {
    color: var(--figma-red);
}
.index-figma-theme .brand-filter-pill.active {
    background-color: var(--figma-red) !important;
    color: var(--figma-text-primary) !important;
}
.index-figma-theme .btn-view-stock-figma {
    background-color: #d00000 !important;
    color: var(--figma-text-primary) !important;
    padding: 12px 24px;
    border-radius: var(--figma-radius);
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
    font-family: 'Inter', sans-serif;
    position: absolute;
    right: 0;
    top: -60px;
}
.index-figma-theme .btn-view-stock-figma:hover {
    background-color: var(--figma-red-hover) !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(208, 0, 0, 0.3);
}

/* Truck Cards Grid */
.index-figma-theme .trucks-grid-figma {
    position: relative;
    overflow: hidden;
}

.index-figma-theme .trucks-carousel-viewport-figma {
    overflow: hidden;
}

.index-figma-theme .trucks-carousel-track-figma {
    display: flex;
    gap: 24px;
    transition: transform 0.6s ease;
    will-change: transform;
}

/* Empty state: full viewport width and centered content */
.index-figma-theme .trucks-carousel-empty-state {
    flex: 0 0 100%;
    min-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 3rem 1rem;
}
.index-figma-theme .trucks-carousel-empty-state i,
.index-figma-theme .trucks-carousel-empty-state h3,
.index-figma-theme .trucks-carousel-empty-state p {
    margin-left: auto;
    margin-right: auto;
}

.index-figma-theme .trucks-carousel-item-figma {
    flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3);
}

.index-figma-theme .truck-card-figma {
    background-color: #1f1f1f !important;
    border-radius: var(--figma-radius);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.25s ease;
}

.index-figma-theme .trucks-carousel-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 9999px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background-color: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 5;
    transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.2s ease, border-color 0.2s ease;
}
.index-figma-theme .trucks-carousel-nav:active {
    transform: translateY(-50%) scale(0.96);
}

.index-figma-theme .trucks-carousel-nav:hover {
    background-color: #d00000;
    border-color: #d00000;
}

.index-figma-theme .trucks-carousel-prev {
    left: 0;
}

.index-figma-theme .trucks-carousel-next {
    right: 0;
}

.index-figma-theme .truck-card-figma:hover {
    border-color: var(--figma-red);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
    transform: translateY(-4px);
}

.index-figma-theme .truck-image-figma {
    width: 100%;
    height: 260px;
    object-fit: contain;
    display: block;
    background-color: #262626;
}
.index-figma-theme .truck-card-placeholder-figma {
    width: 100%;
    height: 260px;
    background-color: var(--figma-bg-primary);
    display: flex;
    align-items: center;
    justify-content: center;
}
.index-figma-theme .truck-card-placeholder-figma [data-lucide] {
    color: var(--figma-text-tertiary);
}
.index-figma-theme .truck-card-content-figma {
    padding: 16px;
}
.index-figma-theme .truck-model-figma {
    font-size: 18px;
    font-weight: 700;
    color: var(--figma-text-primary) !important;
    margin-bottom: 4px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: 'Inter', sans-serif;
}
.index-figma-theme .truck-price-figma {
    font-size: 18px;
    font-weight: 600;
    color: var(--figma-text-primary) !important;
    margin-bottom: 16px;
    font-family: 'Inter', sans-serif;
}
.index-figma-theme .truck-specs-row-figma {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px 16px;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.index-figma-theme .truck-spec-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.index-figma-theme .spec-label {
    font-size: 11px;
    font-weight: 500;
    color: var(--figma-text-tertiary);
    margin-bottom: 2px;
}
.index-figma-theme .truck-card-buttons-figma {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.index-figma-theme .btn-view-details-figma {
    background-color: #d00000 !important;
    color: var(--figma-text-primary) !important;
    padding: 10px 0;
    border-radius: var(--figma-radius);
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
    font-family: 'Inter', sans-serif;
    display: block;
    width: 100%;
}
.index-figma-theme .btn-view-details-figma:hover {
    background-color: var(--figma-red-hover) !important;
}
.index-figma-theme .btn-whatsapp-figma {
    background: transparent !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    color: var(--figma-text-primary) !important;
    padding: 10px 0;
    border-radius: var(--figma-radius);
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
    font-family: 'Inter', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.index-figma-theme .btn-whatsapp-figma:hover {
    border-color: var(--figma-red) !important;
    color: var(--figma-red) !important;
    background: rgba(208, 0, 0, 0.05) !important;
}

/* Legacy truck-card-light support (if still used elsewhere) */
.index-figma-theme .truck-card-light {
    background-color: var(--figma-bg-secondary) !important;
    border: 1px solid var(--figma-border) !important;
    border-radius: var(--figma-radius);
}
.index-figma-theme .truck-card-light:hover {
    border-color: var(--figma-red) !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}
.index-figma-theme .truck-card-light .card-content {
    background-color: var(--figma-bg-secondary) !important;
    padding: 20px !important;
}
.index-figma-theme .truck-card-light .truck-title {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: var(--figma-text-primary) !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.index-figma-theme .truck-card-light .text-gray-600,
.index-figma-theme .truck-card-light [class*="text-gray"] {
    color: var(--figma-text-secondary) !important;
}
.index-figma-theme .truck-card-light .btn-light-red {
    background-color: var(--figma-red) !important;
    color: var(--figma-text-primary) !important;
    border-radius: var(--figma-radius);
    font-weight: 600;
}
.index-figma-theme .truck-card-light .btn-light-red:hover {
    background-color: var(--figma-red-hover) !important;
}
.index-figma-theme .truck-card-light .btn-light-outline {
    background: transparent !important;
    border: 2px solid var(--figma-border) !important;
    color: var(--figma-text-primary) !important;
    border-radius: var(--figma-radius);
}
.index-figma-theme .truck-card-light .btn-light-outline:hover {
    border-color: var(--figma-red) !important;
    color: var(--figma-red) !important;
}
.index-figma-theme .truck-card-light div.bg-gray-200,
.index-figma-theme .truck-card-light .truck-card-placeholder {
    background-color: var(--figma-bg-secondary) !important;
}
.index-figma-theme .truck-card-light .truck-card-placeholder [data-lucide],
.index-figma-theme .truck-card-light div.bg-gray-200 [data-lucide] {
    color: var(--figma-text-tertiary) !important;
}

/* Static Brand Logos Section - Figma Design */
.index-figma-theme .brands-static-section-figma {
    background-color: #1a1a1a !important;
    padding: 48px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.index-figma-theme .brands-static-grid-figma {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 24px;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}

.index-figma-theme .brand-static-logo-figma {
    background: #2a2a2a;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    height: 80px;
    transition: all 0.3s ease;
}

.index-figma-theme .brand-static-logo-figma:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    border-color: rgba(255, 255, 255, 0.2);
}

.index-figma-theme .brand-static-img-figma {
    max-width: 100%;
    max-height: 40px;
    object-fit: contain;
}

@media (max-width: 768px) {
    .index-figma-theme .brands-static-grid-figma {
        grid-template-columns: repeat(3, 1fr);
        gap: 16px;
    }
}

@media (max-width: 480px) {
    .index-figma-theme .brands-static-grid-figma {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Warranty Solutions Section - Figma Design */
.index-figma-theme .warranty-section-figma {
    background-color: #1a1a1a !important;
    padding: 56px 0 48px;
}
.index-figma-theme .warranty-header-figma {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 48px;
    align-items: start;
    margin-bottom: 40px;
}
.index-figma-theme .warranty-title-figma {
    font-size: 32px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    text-transform: uppercase !important;
    letter-spacing: -0.5px !important;
    line-height: 1.25 !important;
    margin: 0 !important;
    font-family: 'Inter', sans-serif !important;
}
.index-figma-theme .warranty-desc-figma {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: rgba(255, 255, 255, 0.75) !important;
    line-height: 1.6 !important;
    margin: 0 !important;
    text-align: left;
    font-family: 'Inter', sans-serif !important;
}
.index-figma-theme .warranty-carousel-figma {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 32px;
    min-height: 360px;
}
.index-figma-theme .warranty-carousel-inner {
    position: relative;
    width: 100%;
    min-height: 360px;
}
.index-figma-theme .warranty-slide-figma {
    position: absolute;
    inset: 0;
    width: 100%;
    min-height: 360px;
    display: none;
    opacity: 0;
    transition: opacity 0.4s ease;
}
.index-figma-theme .warranty-slide-figma.warranty-slide-active {
    display: block !important;
    opacity: 1;
}
.index-figma-theme .warranty-slide-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: saturate(0.85);
}
.index-figma-theme .hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
    z-index: 1;
    pointer-events: none;
}
.index-figma-theme .warranty-slide-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.35) 50%, transparent 100%);
}
.index-figma-theme .warranty-slide-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 32px 40px 40px;
    z-index: 2;
}
.index-figma-theme .warranty-slide-heading {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    margin: 0 0 10px !important;
    font-family: 'Inter', sans-serif !important;
}
.index-figma-theme .warranty-slide-text {
    font-size: 15px !important;
    font-weight: 400 !important;
    color: rgba(255, 255, 255, 0.8) !important;
    line-height: 1.5 !important;
    margin: 0 !important;
    max-width: 480px;
    font-family: 'Inter', sans-serif !important;
}
.index-figma-theme .warranty-carousel-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 0;
    background: transparent !important;
    border: none;
    color: #ffffff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
    font-size: 32px;
}
.index-figma-theme .warranty-carousel-arrow:hover {
    color: rgba(255, 255, 255, 0.7) !important;
}
.index-figma-theme .warranty-carousel-prev {
    left: 16px;
}
.index-figma-theme .warranty-carousel-next {
    right: 16px;
}
.index-figma-theme .warranty-carousel-arrow svg,
.index-figma-theme .warranty-carousel-arrow [data-lucide] {
    width: 32px;
    height: 32px;
}
.index-figma-theme .warranty-carousel-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 10;
}
.index-figma-theme .warranty-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    padding: 0;
    transition: all 0.3s ease;
}
.index-figma-theme .warranty-dot:hover {
    background: rgba(255, 255, 255, 0.7);
}
.index-figma-theme .warranty-dot.active {
    background: var(--figma-text-primary) !important;
    transform: scale(1.2);
}
.index-figma-theme .warranty-cta-wrap-figma {
    text-align: center;
}
.index-figma-theme .btn-warranty-cta-figma {
    display: inline-block;
    background-color: #d00000 !important;
    color: #ffffff !important;
    padding: 12px 28px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
    font-family: 'Inter', sans-serif !important;
}
.index-figma-theme .btn-warranty-cta-figma:hover {
    background-color: var(--figma-red-hover) !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(208, 0, 0, 0.3);
}

@media (max-width: 768px) {
    .index-figma-theme .warranty-header-figma {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .index-figma-theme .warranty-desc-figma {
        text-align: left;
    }
    .index-figma-theme .warranty-title-figma {
        font-size: 28px !important;
    }
    .index-figma-theme .warranty-carousel-figma,
    .index-figma-theme .warranty-carousel-inner,
    .index-figma-theme .warranty-slide-figma {
        min-height: 320px;
    }
}

/* Who We Are Section - Two column: image left, content right */
.index-figma-theme .who-we-are-figma {
    background-color: #111111 !important;
    padding: 0;
    overflow: hidden;
}
.index-figma-theme .who-we-are-grid-figma {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 450px;
}
.index-figma-theme .who-we-are-image-figma {
    position: relative;
    min-height: 420px;
}
.index-figma-theme .who-we-are-img {
    width: 100%;
    height: 100%;
    min-height: 450px;
    object-fit: cover;
    display: block;
    filter: brightness(0.9);
}
.index-figma-theme .who-we-are-content-figma {
    background-color: #111111 !important;
    padding: 60px 42px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 600px;
}
.index-figma-theme .who-we-are-heading-figma {
    font-size: 32px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    text-transform: uppercase !important;
    letter-spacing: -0.5px !important;
    margin: 0 0 20px !important;
    line-height: 1.2 !important;
    font-family: 'Inter', sans-serif !important;
}
.index-figma-theme .who-we-are-body-figma {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: rgba(255, 255, 255, 0.8) !important;
    line-height: 1.6 !important;
    margin: 0 0 16px !important;
    font-family: 'Inter', sans-serif !important;
}
.index-figma-theme .who-we-are-body-figma:last-of-type {
    margin-bottom: 28px !important;
}
.index-figma-theme .btn-who-we-are-figma {
    display: inline-block;
    background-color: #d00000 !important;
    color: var(--figma-text-primary) !important;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
    font-family: 'Inter', sans-serif !important;
    align-self: flex-start;
    margin-top: 8px;
}
.index-figma-theme .btn-who-we-are-figma:hover {
    background-color: #b00000 !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(208, 0, 0, 0.3);
}

/* Export-Ready Trucks Section - Figma Design */
.index-figma-theme .export-ready-section-figma {
    background-color: #111111 !important;
    padding: 0;
    overflow: hidden;
}
.index-figma-theme .export-ready-grid-figma {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 450px;
}
.index-figma-theme .export-ready-image-figma {
    position: relative;
    min-height: 450px;
}
.index-figma-theme .export-ready-img {
    width: 100%;
    height: 100%;
    min-height: 450px;
    object-fit: cover;
    display: block;
    filter: brightness(0.9);
}
.index-figma-theme .export-ready-content-figma {
    background-color: #111111 !important;
    padding: 60px 42px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 600px;
}
.index-figma-theme .export-ready-heading-figma {
    font-size: 32px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    text-transform: uppercase !important;
    letter-spacing: -0.5px !important;
    margin: 0 0 24px !important;
    line-height: 1.2 !important;
    font-family: 'Inter', sans-serif !important;
}
.index-figma-theme .export-ready-body-figma {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: rgba(255, 255, 255, 0.8) !important;
    line-height: 1.6 !important;
    margin: 0 0 16px !important;
    font-family: 'Inter', sans-serif !important;
}
.index-figma-theme .export-ready-body-figma:last-of-type {
    margin-bottom: 28px !important;
}
.index-figma-theme .btn-export-ready-figma {
    display: inline-block;
    background-color: #d00000 !important;
    color: #ffffff !important;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
    font-family: 'Inter', sans-serif !important;
    align-self: flex-start;
    margin-top: 8px;
}
.index-figma-theme .btn-export-ready-figma:hover {
    background-color: #b00000 !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(208, 0, 0, 0.3);
}

@media (max-width: 900px) {
    .index-figma-theme .who-we-are-grid-figma {
        grid-template-columns: 1fr;
    }
    .index-figma-theme .who-we-are-image-figma {
        min-height: 280px;
    }
    .index-figma-theme .who-we-are-img {
        min-height: 280px;
    }
    .index-figma-theme .who-we-are-content-figma {
        padding: 40px 24px 48px;
    }
    .index-figma-theme .who-we-are-heading-figma {
        font-size: 26px !important;
    }
}

/* Foton Commercial Vehicles Section */
.index-figma-theme .foton-section-figma {
    padding: 0;
    overflow: hidden;
    background-color: #111111 !important;
}
.index-figma-theme .foton-grid-figma {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 400px;
}
.index-figma-theme .foton-content-figma {
    background-color: #111111 !important;
    padding: 48px 42px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.index-figma-theme .foton-heading-figma {
    font-size: 28px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    text-transform: uppercase !important;
    letter-spacing: -0.5px !important;
    margin: 0 0 20px !important;
    line-height: 1.25 !important;
    font-family: 'Inter', sans-serif !important;
}
.index-figma-theme .foton-body-figma {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: rgba(255, 255, 255, 0.8) !important;
    line-height: 1.6 !important;
    margin: 0 0 16px !important;
    font-family: 'Inter', sans-serif !important;
}
.index-figma-theme .foton-body-figma:last-of-type {
    margin-bottom: 24px !important;
}
.index-figma-theme .btn-foton-figma {
    display: inline-block;
    background-color: #d00000 !important;
    color: #ffffff !important;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
    font-family: 'Inter', sans-serif !important;
    align-self: flex-start;
}
.index-figma-theme .btn-foton-figma:hover {
    background-color: #b00000 !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(208, 0, 0, 0.3);
}
.index-figma-theme .foton-image-figma {
    position: relative;
    min-height: 400px;
}
.index-figma-theme .foton-img {
    width: 100%;
    height: 100%;
    min-height: 420px;
    object-fit: cover;
    display: block;
}

@media (max-width: 900px) {
    .index-figma-theme .foton-grid-figma {
        grid-template-columns: 1fr;
    }
    .index-figma-theme .foton-content-figma {
        order: 1;
        padding: 40px 24px 48px;
    }
    .index-figma-theme .foton-image-figma {
        order: 2;
        min-height: 280px;
    }
    .index-figma-theme .foton-img {
        min-height: 280px;
    }
    .index-figma-theme .foton-heading-figma {
        font-size: 24px !important;
    }
}

/* Warranty section (legacy) */
.index-figma-theme .warranty-section {
    background-color: var(--figma-bg-primary) !important;
}
.index-figma-theme .warranty-section h2 {
    color: var(--figma-text-primary) !important;
    font-size: 36px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: -0.5px !important;
}
.index-figma-theme .warranty-box {
    background-color: var(--figma-bg-secondary) !important;
    border: 1px solid var(--figma-border) !important;
    border-radius: var(--figma-radius);
}
.index-figma-theme .warranty-box h3 {
    color: var(--figma-text-primary) !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.index-figma-theme .warranty-box p {
    color: var(--figma-text-secondary) !important;
}
.index-figma-theme .warranty-box [data-lucide] {
    color: var(--figma-red) !important;
}

/* Who We Are / section body text */
.index-figma-theme .section-light h2,
.index-figma-theme .section-light h3,
.index-figma-theme .section-light-white h2,
.index-figma-theme .section-light-grey h2 {
    color: var(--figma-text-primary) !important;
    font-weight: 700 !important;
}
.index-figma-theme .section-light p,
.index-figma-theme .section-light-white p,
.index-figma-theme .section-light-grey p {
    color: var(--figma-text-secondary) !important;
    font-size: 16px !important;
    line-height: 1.6 !important;
}
.index-figma-theme .section-light .text-red-500,
.index-figma-theme .section-light .text-red-600 {
    color: var(--figma-red) !important;
}

/* Bottom banner */
.index-figma-theme .bottom-banner::before {
    background: rgba(0, 0, 0, 0.55) !important;
}
.index-figma-theme .bottom-banner-content h2,
.index-figma-theme .bottom-banner-content p {
    color: var(--figma-text-primary) !important;
    font-family: 'Inter', sans-serif !important;
}
.index-figma-theme .bottom-banner-content .bg-white {
    background: var(--figma-text-primary) !important;
    border-radius: 50%;
}

/* Why Choose Us */
.index-figma-theme .why-choose-item .icon {
    background: rgba(255, 255, 255, 0.1) !important;
    border: 2px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 50%;
}
.index-figma-theme .why-choose-item .why-choose-icon,
.index-figma-theme .why-choose-item .icon [data-lucide],
.index-figma-theme .why-choose-item .icon svg {
    color: var(--figma-text-primary) !important;
}
.index-figma-theme .why-choose-item h3 {
    color: var(--figma-text-primary) !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.index-figma-theme .why-choose-item p {
    color: var(--figma-text-secondary) !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
}

/* Trusted banner */
.index-figma-theme .trusted-banner {
    background-color: var(--figma-red) !important;
    color: var(--figma-text-primary) !important;
    font-weight: 700 !important;
}
.index-figma-theme .trusted-banner * {
    color: var(--figma-text-primary) !important;
}

/* Awards section */
.index-figma-theme .awards-section {
    background-color: var(--figma-bg-primary) !important;
}
.index-figma-theme .awards-copy,
.index-figma-theme .awards-section p {
    color: var(--figma-text-secondary) !important;
}

/* Testimonials */
.index-figma-theme .testimonials-section {
    background-color: var(--figma-bg-primary) !important;
}
.index-figma-theme .testimonials-intro {
    color: var(--figma-text-tertiary) !important;
}
.index-figma-theme .testimonials-section .section-title {
    color: var(--figma-text-primary) !important;
}
.index-figma-theme .testimonial-content {
    background-color: var(--figma-bg-secondary) !important;
    border: 1px solid var(--figma-border) !important;
    border-radius: var(--figma-radius);
}
.index-figma-theme .testimonial-quote {
    color: var(--figma-text-secondary) !important;
}
.index-figma-theme .testimonial-author {
    color: var(--figma-text-tertiary) !important;
}
.index-figma-theme .testimonial-author strong {
    color: var(--figma-text-primary) !important;
}
.index-figma-theme .testimonial-nav {
    background-color: var(--figma-bg-secondary) !important;
    border: 2px solid var(--figma-border) !important;
    color: var(--figma-text-primary) !important;
    border-radius: 50%;
}
.index-figma-theme .testimonial-nav:hover {
    background-color: var(--figma-red) !important;
    border-color: var(--figma-red) !important;
}
.index-figma-theme .testimonial-dot.active {
    background-color: var(--figma-red) !important;
}

/* Why Choose Us - WHY ABBA'S AUTOS? (Figma design) */
.index-figma-theme .why-choose-figma {
    position: relative;
    padding: 48px 0;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.9);
}
.index-figma-theme .why-choose-figma-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.3;
    filter: blur(6px);
    transform: scale(1.05);
}
.index-figma-theme .why-choose-figma .container {
    position: relative;
    z-index: 1;
}
.index-figma-theme .why-choose-figma-box {
    background: rgba(0, 0, 0, 0.85);
    border-radius: 0;
    padding: 50px 0 60px;
    max-width: 1000px;
    margin: 0 auto;
}
.index-figma-theme .why-choose-figma-title {
    font-size: 36px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    text-align: center;
    margin: 0 0 42px !important;
    font-family: 'Inter', sans-serif !important;
}
.index-figma-theme .why-choose-figma-features {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    gap: 0;
    max-width: 900px;
    margin: 0 auto;
}
.index-figma-theme .why-choose-figma-feature {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    flex: 1;
    min-width: 140px;
    padding: 0 12px;
}
.index-figma-theme .why-choose-figma-icon-wrap {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.index-figma-theme .why-choose-flag-img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    display: block;
}
.index-figma-theme .why-choose-africa-img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    display: block;
    filter: brightness(0) invert(1) !important;
}
.index-figma-theme .why-choose-figma-icon,
.index-figma-theme .why-choose-figma-feature [data-lucide],
.index-figma-theme .why-choose-figma-feature svg {
    color: var(--figma-text-primary) !important;
    width: 40px;
    height: 40px;
}
.index-figma-theme .why-choose-figma-feature-label {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #ffffff !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    text-align: center;
    line-height: 1.3;
    font-family: 'Inter', sans-serif !important;
    margin-top: 4px;
}
.index-figma-theme .why-choose-figma-divider {
    width: 1px;
    height: 60px;
    background: rgba(255, 255, 255, 0.25);
    flex-shrink: 0;
}

/* Testimonial block Figma - quote, content, satisfaction badge, dots */
.index-figma-theme .testimonials-block-figma {
    position: relative;
    padding: 48px 0;
    overflow: hidden;
    background-color: #1a1a1a;
}
.index-figma-theme .testimonials-figma-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: blur(10px);
    transform: scale(1.05);
}
.index-figma-theme .testimonials-block-figma .container {
    position: relative;
    z-index: 1;
}
.index-figma-theme .testimonial-figma-box {
    display: flex;
    align-items: flex-start;
    gap: 32px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 0;
    padding: 36px 48px;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}
.index-figma-theme .testimonial-figma-quote-mark {
    font-size: 72px;
    line-height: 1;
    color: var(--figma-text-primary);
    font-family: Georgia, serif;
    flex-shrink: 0;
    align-self: flex-start;
}
.index-figma-theme .testimonial-figma-content-wrap {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.index-figma-theme .testimonial-figma-carousel .testimonials-carousel-wrapper {
    margin: 0;
    padding: 0;
    max-width: none;
}
.index-figma-theme .testimonial-figma-carousel .testimonials-carousel {
    overflow: hidden;
}
.index-figma-theme .testimonial-figma-carousel .testimonials-carousel-track {
    display: flex;
}
.index-figma-theme .testimonial-figma-content {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    text-align: left;
}
.index-figma-theme .testimonial-figma-content .testimonial-quote {
    color: #ffffff !important;
    font-size: 16px !important;
    line-height: 1.6 !important;
    margin: 0 0 12px !important;
    font-style: italic;
}
.index-figma-theme .testimonial-figma-content .testimonial-author {
    color: var(--figma-text-secondary) !important;
    font-size: 14px !important;
}
.index-figma-theme .testimonial-figma-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
}
.index-figma-theme .testimonial-figma-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    padding: 0;
}
.index-figma-theme .testimonial-figma-dot.active {
    background: var(--figma-text-primary) !important;
}
.index-figma-theme .testimonial-figma-badge {
    flex-shrink: 0;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 2px solid rgba(184, 150, 30, 0.3);
    background: linear-gradient(135deg, #e8b423 0%, #ffd352 50%, #e8b423 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
    padding: 12px;
    margin-top: 8px;
}
.index-figma-theme .testimonial-figma-badge-top {
    font-size: 9px !important;
    font-weight: 800 !important;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: #1a1a1a !important;
    line-height: 1.2;
    margin-bottom: 2px;
}
.index-figma-theme .testimonial-figma-badge-center-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
}
.index-figma-theme .testimonial-figma-badge-star {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    margin-bottom: 2px;
}
.index-figma-theme .testimonial-figma-badge-star [data-lucide],
.index-figma-theme .testimonial-figma-badge-star svg {
    width: 16px;
    height: 16px;
    color: #1a1a1a !important;
}
.index-figma-theme .testimonial-figma-badge-center {
    font-size: 22px !important;
    font-weight: 900 !important;
    color: #1a1a1a !important;
    line-height: 1;
    letter-spacing: 0.5px;
}
.index-figma-theme .testimonial-figma-badge-bottom {
    font-size: 9px !important;
    font-weight: 800 !important;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: #1a1a1a !important;
    line-height: 1.2;
    margin-top: 2px;
}


/* Empty state */
.index-figma-theme .empty-state h3,
.index-figma-theme .empty-state p {
    color: var(--figma-text-secondary) !important;
}
.index-figma-theme .empty-state .text-gray-400 {
    color: var(--figma-text-tertiary) !important;
}

/* Red accent links / labels */
.index-figma-theme .text-red-500,
.index-figma-theme .text-red-600 {
    color: var(--figma-red) !important;
}

/* Responsive - Hero & Search */
@media (max-width: 768px) {
    .index-figma-theme .hero-light.hero-figma {
        min-height: 480px !important;
    }
    .index-figma-theme .hero-figma-inner {
        padding-left: 24px;
        padding-right: 24px;
    }
    .index-figma-theme .hero-figma-inner {
        min-height: 480px !important;
    }
    .index-figma-theme .hero-heading-figma {
        font-size: 32px !important;
    }
    .index-figma-theme .hero-subheading-figma {
        font-size: 16px !important;
    }
    .index-figma-theme .hero-stats-band {
        flex-direction: column;
        gap: 12px;
        padding: 16px;
    }
    .index-figma-theme .hero-stat-item {
        padding: 0;
        width: 100%;
        justify-content: flex-start;
    }
    .index-figma-theme .hero-stat-number {
        font-size: 18px;
    }
    .index-figma-theme .hero-stat-number.hero-stat-metric {
        font-size: 22px;
    }
    .index-figma-theme .hero-stat-label {
        font-size: 14px;
    }
    .index-figma-theme .hero-stat-divider {
        display: none;
    }
    .index-figma-theme .hero-cta-buttons {
        flex-direction: column;
    }
    .index-figma-theme .btn-hero-primary,
    .index-figma-theme .btn-hero-secondary {
        width: 100%;
        justify-content: center;
    }
    .index-figma-theme .search-input-wrapper {
        flex-direction: column;
    }
    .index-figma-theme .search-input-figma {
        padding-left: 48px;
        border-radius: var(--figma-radius) var(--figma-radius) 0 0;
    }
    .index-figma-theme .search-button-figma {
        width: 100%;
        border-radius: 0 0 var(--figma-radius) var(--figma-radius);
    }
    .index-figma-theme .section-title {
        font-size: 28px !important;
    }
    /* Latest Trucks Responsive */
    .index-figma-theme .latest-trucks-header-figma {
        flex-direction: column;
        align-items: flex-start;
    }
    .index-figma-theme .brand-filters-figma {
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }
    .index-figma-theme .brand-filters-figma::-webkit-scrollbar {
        display: none;
    }
    .index-figma-theme .btn-view-stock-figma {
        width: 100%;
        justify-content: center;
    }
    .index-figma-theme .trucks-grid-figma {
        grid-template-columns: 1fr;
    }
    .index-figma-theme .truck-specs-row-figma {
        grid-template-columns: repeat(2, 1fr);
    }
    /* Why Choose Us Figma - stack features, hide dividers on small */
    .index-figma-theme .why-choose-figma-features {
        flex-direction: column;
        gap: 20px;
    }
    .index-figma-theme .why-choose-figma-divider {
        display: none;
    }
    .index-figma-theme .why-choose-figma-feature {
        min-width: 0;
    }
    .index-figma-theme .why-choose-figma-title {
        font-size: 22px !important;
    }
    /* Testimonial Figma - stack badge below on small */
    .index-figma-theme .testimonial-figma-box {
        flex-direction: column;
        align-items: center;
        padding: 24px 20px;
    }
    .index-figma-theme .testimonial-figma-quote-mark {
        font-size: 48px;
    }
    .index-figma-theme .testimonial-figma-badge {
        width: 80px;
        height: 80px;
    }
    .index-figma-theme .testimonial-figma-badge-center {
        font-size: 14px !important;
    }
    .index-figma-theme .testimonial-figma-badge-top,
    .index-figma-theme .testimonial-figma-badge-bottom {
        font-size: 6px !important;
    }
}
