.lx-bloc-content {
    max-width: 1200px !important;
    margin: 0 auto !important;
    background: white !important;
    border-radius: 16px !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1) !important;
    overflow: hidden !important;
}

.lx-tarifs {
    background: white !important;
}

/* City Select Styling (scoped to tariffs block) */
.lx-tarifs select[name="city"] {
    width: 100% !important;
    max-width: 400px !important;
    padding: 15px 20px !important;
    margin: 20px !important;
    border: 2px solid #00E1D9 !important;
    border-radius: 12px !important;
    font-size: 16px !important;
    background: white !important;
    color: #495057 !important;
    transition: all 0.3s ease !important;
    outline: none !important;
    box-shadow: 0 4px 15px rgba(0, 225, 217, 0.2) !important;
}

.lx-tarifs select[name="city"]:focus {
    border-color: #00E1D9 !important;
    box-shadow: 0 0 0 4px rgba(0, 225, 217, 0.1) !important;
    transform: translateY(-2px) !important;
}

/* Table Container */
.lx-tarifs > div {
    overflow-x: auto !important;
    background: white !important;
    border-radius: 0 0 16px 16px !important;
}

/* Table Styling */
.lx-tarifs table {
    width: 100% !important;
    border-collapse: collapse !important;
    font-size: 14px !important;
    background: white !important;
    margin: 0 !important;
}

.lx-tarifs table tr:first-child {
    background: linear-gradient(135deg, #e6fffe 0%, #ccfffe 100%) !important;
}

.lx-tarifs table tr:first-child td {
    padding: 20px !important;
    text-align: left !important;
    font-weight: 700 !important;
    color: #00E1D9 !important;
    border-bottom: 3px solid rgba(0, 225, 217, 0.3) !important;
    font-size: 15px !important;
    letter-spacing: 0.5px !important;
    text-transform: uppercase !important;
    position: sticky !important;
    top: 0 !important;
    z-index: 10 !important;
}

.lx-tarifs table tr:not(:first-child) {
    transition: all 0.3s ease !important;
    border-bottom: 1px solid #e6fffe !important;
}

.lx-tarifs table tr:not(:first-child):hover {
    background: linear-gradient(135deg, #e6fffe 0%, #ccfffe 100%) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 20px rgba(0, 225, 217, 0.1) !important;
}

.lx-tarifs table tr:not(:first-child):nth-child(even) {
    background-color: #fafafa !important;
}

.lx-tarifs table tr:not(:first-child):nth-child(even):hover {
    background: linear-gradient(135deg, #e6fffe 0%, #ccfffe 100%) !important;
}

.lx-tarifs table td {
    padding: 16px 20px !important;
    color: #495057 !important;
    vertical-align: middle !important;
    transition: all 0.2s ease !important;
    border: none !important;
}

.lx-tarifs table tr:not(:first-child) td:first-child {
    font-weight: 600 !important;
    color: #3A4750 !important;
    position: relative !important;
}

.lx-tarifs table tr:not(:first-child) td:nth-child(2),
.lx-tarifs table tr:not(:first-child) td:nth-child(3) {
    font-weight: 700 !important;
    font-size: 15px !important;
    text-align: left !important;
}

.lx-tarifs table tr:not(:first-child) td:nth-child(2) {
    color: #dc2626 !important;
}

.lx-tarifs table tr:not(:first-child) td:nth-child(3) {
    color: #9e9e9e !important;
    font-style: italic !important;
}

.lx-tarifs table tr:not(:first-child) td:nth-child(4) {
    text-align: left !important;
}

.lx-tarifs table tr:not(:first-child) td:nth-child(4):not(:empty) {
    position: relative !important;
}

.lx-tarifs table tr[data-city="Tetouan"] td:nth-child(4)::after,
.lx-tarifs table tr[data-city="Martil"] td:nth-child(4)::after,
.lx-tarifs table tr[data-city="Mdiq"] td:nth-child(4)::after,
.lx-tarifs table tr[data-city="Fnidq"] td:nth-child(4)::after,
.lx-tarifs table tr[data-city="Tanger"] td:nth-child(4)::after,
.lx-tarifs table tr[data-city="Chefchaouen"] td:nth-child(4)::after,
.lx-tarifs table tr[data-city="Casablanca"] td:nth-child(4)::after {
    background: linear-gradient(135deg, #4caf50, #66bb6a) !important;
    box-shadow: 0 3px 10px rgba(76, 175, 80, 0.3) !important;
}

.lx-tarifs table tr[data-city="Dakhla"] td:nth-child(2),
.lx-tarifs table tr[data-city="Guelmim"] td:nth-child(2),
.lx-tarifs table tr[data-city="Laayoune"] td:nth-child(2),
.lx-tarifs table tr[data-city="Tan tan"] td:nth-child(2) {
    color: #ff5722 !important;
    position: relative !important;
}

.lx-tarifs table tr[data-city="Dakhla"] td:nth-child(2)::after,
.lx-tarifs table tr[data-city="Guelmim"] td:nth-child(2)::after,
.lx-tarifs table tr[data-city="Laayoune"] td:nth-child(2)::after,
.lx-tarifs table tr[data-city="Tan tan"] td:nth-child(2)::after {
    content: '⭐' !important;
    margin-left: 5px !important;
    font-size: 12px !important;
}

@media (max-width: 768px) {
    .lx-bloc-content {
        border-radius: 12px !important;
    }

    .lx-tarifs select[name="city"] {
        margin: 15px !important;
        padding: 12px 16px !important;
    }

    .lx-tarifs table td {
        padding: 12px 10px !important;
        font-size: 13px !important;
    }

    .lx-tarifs table tr:first-child td {
        padding: 15px 10px !important;
        font-size: 13px !important;
    }

    .lx-tarifs table tr:not(:first-child) td:nth-child(4)::after {
        font-size: 11px !important;
        padding: 4px 10px !important;
    }
}

/* Loading animation for AJAX */
.loading {
    position: relative !important;
    opacity: 0.6 !important;
}

.loading::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: linear-gradient(90deg, transparent, rgba(255, 235, 238, 0.8), transparent) !important;
    animation: loading 1.5s infinite !important;
    z-index: 1 !important;
}

@keyframes loading {
    0% { transform: translateX(-100%) !important; }
    100% { transform: translateX(100%) !important; }
}

/* Scrollbar Styling */
.lx-tarifs > div::-webkit-scrollbar {
    height: 8px !important;
}

.lx-tarifs > div::-webkit-scrollbar-track {
    background: #e6fffe !important;
    border-radius: 4px !important;
}

.lx-tarifs > div::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, #00b8b1, #00E1D9) !important;
    border-radius: 4px !important;
}

.lx-tarifs > div::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(135deg, #009e98, #00b8b1) !important;
}

/* Fix main.css .container top:30px that pushes all sections down */
.container {
    position: relative;
    top: 0 !important;
}

/* Brand Theme Colors Override (Replaces Red with Cyan/Dark Grey) */
:root {
    --base-1: #00E1D9 !important;
    --base-1-rgb: 0, 225, 217 !important;
    --base-2: #00b8b1 !important;
    --base-3: #008e89 !important;
    --base-11: #3A4750 !important;
    --base-12: #2b353c !important;
    --base-13: #00E1D9 !important;
    --base-15: #00E1D9 !important;
    --base-15-rgb: 0, 225, 217 !important;
    
    --primary-clr: #00E1D9 !important;
    --primary-rgb: 0, 225, 217 !important;
    
    --border: #00E1D9 !important;
    --border-dark: #008e89 !important;
    
    --title-clr: #3A4750 !important;
    --dark-clr: #3A4750 !important;
    --dark-rgb: 58, 71, 80 !important;
    
    --radial-bg: radial-gradient(50% 50% at 50% 50%, rgba(0, 225, 217, 0.2) 0%, rgba(217, 217, 217, 0) 100%) !important;
}

/* Header & General Buttons styling */
.btn-outline {
    border: 2px solid #3A4750 !important;
    color: #3A4750 !important;
    background: transparent !important;
}
.btn-outline:hover {
    background: #3A4750 !important;
    color: white !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(58, 71, 80, 0.2);
}
.btn-primary, .btn-base {
    background: linear-gradient(135deg, #00E1D9, #00b8b1) !important;
    color: white !important;
    border: 2px solid transparent !important;
}
.btn-primary:hover, .btn-base:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 225, 217, 0.3);
    filter: brightness(1.1);
}


/* Modern About Section */
.about-section {
    padding: 80px 0;
    background: linear-gradient(180deg, #ffffff 0%, #f5fffe 100%);
    position: relative;
    overflow: hidden;
}
.about-section::before {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(0, 225, 217, 0.06) 0%, transparent 70%);
    pointer-events: none;
}

.about-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #e6fffe;
    color: var(--red-1);
    font-size: 13px;
    font-weight: 600;
    padding: 8px 14px;
    border-radius: 50px;
    margin-bottom: 18px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.about-badge i.ph {
    font-size: 16px;
    color: var(--red-1);
}

.about-content .about-title {
    font-size: 32px;
    line-height: 1.2;
    font-weight: 800;
    color: #3A4750;
    margin-bottom: 16px;
}
.about-content .about-description {
    font-size: 16px;
    line-height: 1.7;
    color: #64748b;
    margin-bottom: 24px;
    max-width: 520px;
}

.about-features {
    list-style: none;
    padding: 0;
    margin: 0 0 28px 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}
.about-features li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #3A4750;
    background: #fff;
    padding: 12px 14px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
    border: 1px solid #ccfffe;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.about-features li:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 18px rgba(0, 225, 217, 0.12);
    border-color: rgba(0, 225, 217, 0.2);
}
.about-features li i.ph {
    width: 32px;
    height: 32px;
    min-width: 32px;
    border-radius: 8px;
    background: linear-gradient(135deg, var(--red-1), var(--red-2));
    color: #fff;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.about-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.about-actions .btn-base,
.about-actions .btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 22px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
}
.about-actions .btn-base::before,
.about-actions .btn-base::after {
    border-radius: 50px !important;
}
.about-actions .btn-base i.ph,
.about-actions .btn-outline i.ph {
    font-size: 16px;
}

.about-image-col {
    display: flex;
    justify-content: center;
    align-items: center;
}
.about-image-wrapper {
    position: relative;
    display: inline-block;
}
.about-img {
    width: 100%;
    max-width: 466px;
    height: auto;
    border-radius: 24px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
    position: relative;
    z-index: 1;
}
.about-image-wrapper::before {
    content: '';
    position: absolute;
    inset: 20px -20px -20px 20px;
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(0, 225, 217, 0.12), rgba(215, 31, 31, 0.08));
    z-index: 0;
}

.about-float-card {
    position: absolute;
    z-index: 2;
    background: #fff;
    border-radius: 14px;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    border: 1px solid #ccfffe;
    min-width: 150px;
    animation: floatCard 4s ease-in-out infinite;
}
.about-float-card.card-top {
    top: 30px;
    right: -20px;
}
.about-float-card.card-bottom {
    bottom: 40px;
    left: -20px;
    animation-delay: 1.5s;
}
.about-float-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: linear-gradient(135deg, var(--red-1), var(--red-2));
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.about-float-icon i.ph {
    font-size: 20px;
    color: #fff;
}
.about-float-card strong {
    display: block;
    font-size: 18px;
    font-weight: 800;
    color: #3A4750;
    line-height: 1;
}
.about-float-card span {
    font-size: 12px;
    color: #64748b;
}

@keyframes floatCard {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

@media (max-width: 991px) {
    .about-section {
        padding: 60px 0;
    }
    .about-content .about-title {
        font-size: 28px;
    }
    .about-features {
        grid-template-columns: 1fr;
    }
    .about-image-wrapper {
        margin-top: 40px;
    }
    .about-float-card.card-top {
        right: 0;
    }
    .about-float-card.card-bottom {
        left: 0;
    }
}

/* Modern Feature Section */
.feature-section {
    padding: 90px 0;
    background: #fff;
    position: relative;
}

.feature-section .section-header {
    margin-bottom: 50px;
}

.feature-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #e6fffe;
    color: var(--red-1);
    font-size: 13px;
    font-weight: 600;
    padding: 8px 14px;
    border-radius: 50px;
    margin-bottom: 18px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.feature-badge i.ph {
    font-size: 16px;
}

.feature-title {
    font-size: 32px;
    font-weight: 800;
    color: #3A4750;
    margin-bottom: 12px;
    line-height: 1.2;
}
.feature-subtitle {
    font-size: 16px;
    color: #64748b;
    max-width: 500px;
    margin: 0 auto;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.feature-card {
    background: #fff;
    border: 1px solid #ccfffe;
    border-radius: 18px;
    padding: 32px 22px;
    text-align: center;
    transition: all 0.35s ease;
    position: relative;
    overflow: hidden;
}
.feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--red-1), var(--red-2));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.35s ease;
}
.feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(0, 225, 217, 0.12);
    border-color: rgba(0, 225, 217, 0.3);
}
.feature-card:hover::before {
    transform: scaleX(1);
}

.feature-icon-wrap {
    width: 72px;
    height: 72px;
    border-radius: 18px;
    background: linear-gradient(135deg, #e6fffe, #f5fffe);
    color: var(--red-1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    transition: all 0.35s ease;
    font-size: 32px;
}
.feature-card:hover .feature-icon-wrap {
    background: linear-gradient(135deg, var(--red-1), var(--red-2));
    color: #fff;
    transform: scale(1.08) rotate(-4deg);
    box-shadow: 0 10px 25px rgba(0, 225, 217, 0.25);
}

.feature-card-title {
    font-size: 18px;
    font-weight: 700;
    color: #3A4750;
    margin-bottom: 12px;
}
.feature-card-text {
    font-size: 14px;
    color: #64748b;
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 1199px) {
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .feature-section {
        padding: 60px 0;
    }
    .feature-title {
        font-size: 24px;
    }
    .features-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .feature-card {
        padding: 24px 18px;
    }
    .feature-icon-wrap {
        width: 60px;
        height: 60px;
        font-size: 26px;
        margin-bottom: 16px;
    }
}

/* Modern Platform / Process Section */
.platform-section {
    padding: 90px 0;
    background: linear-gradient(180deg, #f5fffe 0%, #ffffff 100%);
    position: relative;
}

.platform-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #e6fffe;
    color: var(--red-1);
    font-size: 13px;
    font-weight: 600;
    padding: 8px 14px;
    border-radius: 50px;
    margin-bottom: 18px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.platform-badge i.ph {
    font-size: 16px;
}
.platform-title {
    font-size: 32px;
    font-weight: 800;
    color: #3A4750;
    margin-bottom: 12px;
    line-height: 1.2;
}
.platform-subtitle {
    font-size: 16px;
    color: #64748b;
    max-width: 520px;
    margin: 0 auto;
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 50px;
    position: relative;
}
.process-grid::before {
    content: '';
    position: absolute;
    top: 90px;
    left: 16.66%;
    right: 16.66%;
    height: 2px;
    background: repeating-linear-gradient(90deg, #ccfffe 0, #ccfffe 8px, transparent 8px, transparent 16px);
    z-index: 0;
}

.process-card {
    position: relative;
    z-index: 1;
}
.process-card-inner {
    background: #fff;
    border: 1px solid #ccfffe;
    border-radius: 20px;
    padding: 32px 24px;
    text-align: center;
    height: 100%;
    transition: all 0.35s ease;
    position: relative;
    overflow: hidden;
}
.process-card-inner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--red-1), var(--red-2));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.35s ease;
}
.process-card:hover .process-card-inner {
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(0, 225, 217, 0.12);
    border-color: rgba(0, 225, 217, 0.35);
}
.process-card:hover .process-card-inner::before {
    transform: scaleX(1);
}

.process-step {
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--red-1), var(--red-2));
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 15px;
    z-index: 2;
    box-shadow: 0 4px 15px rgba(0, 225, 217, 0.3);
}

.process-icon {
    width: 72px;
    height: 72px;
    border-radius: 18px;
    background: linear-gradient(135deg, #e6fffe, #f5fffe);
    color: var(--red-1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 24px 0 20px;
    font-size: 32px;
    transition: all 0.35s ease;
}
.process-card:hover .process-icon {
    background: linear-gradient(135deg, var(--red-1), var(--red-2));
    color: #fff;
    transform: scale(1.08) rotate(-4deg);
    box-shadow: 0 10px 25px rgba(0, 225, 217, 0.25);
}

.process-media {
    margin-bottom: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.process-media img {
    max-width: 100%;
    width: 220px;
    height: 220px;
    object-fit: cover;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.process-card-title {
    font-size: 20px;
    font-weight: 700;
    color: #3A4750;
    margin-bottom: 12px;
}
.process-card-text {
    font-size: 14px;
    color: #64748b;
    line-height: 1.65;
    margin-bottom: 18px;
}

.process-highlights {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
    display: inline-block;
}
.process-highlights li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #3A4750;
    font-weight: 500;
    margin-bottom: 8px;
}
.process-highlights li i.ph {
    color: var(--red-1);
    font-size: 16px;
    flex-shrink: 0;
}

.process-cta {
    margin-top: 45px;
}
.process-cta .btn-base {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
}
.process-cta .btn-base::before,
.process-cta .btn-base::after {
    border-radius: 50px !important;
}
.process-cta .btn-base i.ph {
    font-size: 16px;
}

/* Trust / Social Proof Section */
.trust-section {
    padding: 90px 0;
    background: linear-gradient(180deg, #ffffff 0%, #f5fffe 100%);
}
.trust-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #e6fffe;
    color: var(--red-1);
    font-size: 13px;
    font-weight: 600;
    padding: 8px 14px;
    border-radius: 50px;
    margin-bottom: 18px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.trust-badge i.ph { font-size: 16px; }
.trust-title {
    font-size: 32px;
    font-weight: 800;
    color: #3A4750;
    margin-bottom: 12px;
    line-height: 1.2;
}
.trust-subtitle {
    font-size: 16px;
    color: #64748b;
    max-width: 620px;
    margin: 0 auto 40px;
}

.trust-metrics {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 50px;
}
.trust-metric {
    background: #fff;
    border: 1px solid #ccfffe;
    border-radius: 18px;
    padding: 28px 18px;
    text-align: center;
    transition: all 0.35s ease;
    position: relative;
    overflow: hidden;
}
.trust-metric::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--red-1), var(--red-2));
    transform: scaleX(0);
    transition: transform 0.35s ease;
}
.trust-metric:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0, 225, 217, 0.12);
    border-color: rgba(0, 225, 217, 0.35);
}
.trust-metric:hover::before {
    transform: scaleX(1);
}
.trust-metric-icon {
    width: 60px;
    height: 60px;
    border-radius: 14px;
    background: linear-gradient(135deg, #e6fffe, #f5fffe);
    color: var(--red-1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    font-size: 28px;
    transition: all 0.35s ease;
}
.trust-metric:hover .trust-metric-icon {
    background: linear-gradient(135deg, var(--red-1), var(--red-2));
    color: #fff;
    transform: scale(1.08);
}
.trust-metric-number {
    font-size: 38px;
    font-weight: 800;
    color: #3A4750;
    line-height: 1;
    margin-bottom: 8px;
}
.trust-metric-label {
    font-size: 14px;
    font-weight: 600;
    color: #64748b;
}

.trust-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    margin-bottom: 40px;
}
.trust-logo-card {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    border: 1px solid #ccfffe;
    border-radius: 50px;
    padding: 10px 18px;
    font-size: 13px;
    font-weight: 600;
    color: #3A4750;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    transition: all 0.25s ease;
}
.trust-logo-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 225, 217, 0.12);
    border-color: rgba(0, 225, 217, 0.3);
}
.trust-logo-card i.ph {
    font-size: 18px;
    color: var(--red-1);
}

.trust-cta {
    text-align: center;
}
.trust-cta .btn-base {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
}
.trust-cta .btn-base::before,
.trust-cta .btn-base::after {
    border-radius: 50px !important;
}
.trust-cta .btn-base i.ph {
    font-size: 16px;
}

@media (max-width: 991px) {
    .trust-metrics {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .trust-section {
        padding: 60px 0;
    }
    .trust-title {
        font-size: 24px;
    }
    .trust-metrics {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .trust-metric-number {
        font-size: 30px;
    }
    .trust-logos {
        gap: 10px;
    }
    .trust-logo-card {
        padding: 8px 14px;
        font-size: 12px;
    }
}

@media (max-width: 1199px) {
    .process-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .process-grid::before {
        display: none;
    }
    .process-card-inner {
        max-width: 500px;
        margin: 0 auto;
    }
    .process-media img {
        width: 260px;
        height: 260px;
    }
}

@media (max-width: 575px) {
    .platform-section {
        padding: 60px 0;
    }
    .platform-title {
        font-size: 24px;
    }
    .process-card-inner {
        padding: 24px 18px;
    }
    .process-media img {
        width: 100%;
        height: auto;
        max-height: 220px;
    }
    .process-highlights {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .about-section {
        padding: 50px 0;
    }
    .about-content .about-title {
        font-size: 24px;
    }
    .about-description {
        font-size: 15px;
    }
    .about-actions .btn-base,
    .about-actions .btn-outline {
        width: 100%;
        justify-content: center;
    }
    .about-float-card {
        padding: 10px 12px;
        min-width: auto;
    }
    .about-float-card strong {
        font-size: 16px;
    }
}

/* ===== Modern Pricing / Zone de livraison Section ===== */
.pricing-section {
    padding: 90px 0;
    background: linear-gradient(180deg, #f5fffe 0%, #ffffff 100%);
    position: relative;
}
.pricing-section .section-header {
    margin-bottom: 40px;
}
.pricing-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #e6fffe;
    color: var(--red-1);
    font-size: 13px;
    font-weight: 600;
    padding: 8px 14px;
    border-radius: 50px;
    margin-bottom: 18px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.pricing-badge i.ph { font-size: 16px; }
.pricing-title {
    font-size: 32px;
    font-weight: 800;
    color: #3A4750;
    margin-bottom: 12px;
    line-height: 1.2;
}
.pricing-subtitle {
    font-size: 16px;
    color: #64748b;
    max-width: 620px;
    margin: 0 auto;
}

/* City search */
.pricing-search {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 16px;
}
.pricing-search-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--red-1), var(--red-2));
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    flex-shrink: 0;
}
.pricing-input-wrapper {
    position: relative;
    min-width: 260px;
    max-width: 420px;
    flex: 1;
}
.pricing-city-input {
    width: 100% !important;
    padding: 16px 48px 16px 20px !important;
    border: 2px solid #00E1D9 !important;
    border-radius: 12px !important;
    font-size: 16px !important;
    background: #fff !important;
    color: #3A4750 !important;
    outline: none !important;
    box-shadow: 0 4px 15px rgba(0, 225, 217, 0.12) !important;
    transition: all 0.3s ease !important;
    font-weight: 600;
}
.pricing-city-input::placeholder { color: #95a5a6; }
.pricing-city-input:focus {
    border-color: #00E1D9 !important;
    box-shadow: 0 0 0 4px rgba(0, 225, 217, 0.1) !important;
    transform: translateY(-2px);
}
.pricing-clear-input {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: none;
    background: #e6fffe;
    color: var(--red-1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    padding: 0;
}
.pricing-clear-input:hover {
    background: var(--red-1);
    color: #fff;
}
.pricing-clear-input i.ph { font-size: 16px; }
.pricing-search-hint {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #64748b;
    font-weight: 500;
}
.pricing-search-hint i.ph { color: var(--red-1); font-size: 16px; }

/* Results count */
.pricing-results-count {
    text-align: center;
    margin-bottom: 20px;
    font-size: 14px;
    color: #64748b;
    font-weight: 500;
}
.pricing-results-count .pricing-count-text strong {
    color: var(--red-1);
    font-weight: 700;
}

/* Pagination */
.pricing-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 24px;
    flex-wrap: wrap;
}
.pricing-page-btn,
.pricing-page-num {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 16px;
    border-radius: 10px;
    border: 1px solid #ccfffe;
    background: #fff;
    color: #3A4750;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}
.pricing-page-btn:hover:not(:disabled),
.pricing-page-num:hover:not(.active) {
    background: #e6fffe;
    border-color: #00E1D9;
    color: var(--red-1);
}
.pricing-page-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
.pricing-page-num.active {
    background: linear-gradient(135deg, var(--red-1), var(--red-2));
    color: #fff;
    border-color: #00E1D9;
    box-shadow: 0 4px 12px rgba(0, 225, 217, 0.25);
}
.pricing-page-ellipsis {
    color: #64748b;
    font-size: 14px;
    font-weight: 700;
    padding: 0 4px;
}
.pricing-page-btn i.ph { font-size: 16px; }

/* Table */
.pricing-table-wrapper {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
    border: 1px solid #ccfffe;
    overflow: hidden;
}
.pricing-table-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.pricing-table-scroll::-webkit-scrollbar { height: 8px; }
.pricing-table-scroll::-webkit-scrollbar-track { background: #e6fffe; border-radius: 4px; }
.pricing-table-scroll::-webkit-scrollbar-thumb { background: linear-gradient(135deg, #00b8b1, #00E1D9); border-radius: 4px; }
.pricing-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
    min-width: 620px;
    background: #fff;
}
.pricing-table thead tr {
    background: linear-gradient(135deg, #e6fffe 0%, #ccfffe 100%);
}
.pricing-table thead th {
    padding: 20px 22px;
    text-align: left;
    font-weight: 700;
    color: #00E1D9;
    border-bottom: 3px solid rgba(0, 225, 217, 0.3);
    font-size: 14px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    position: sticky;
    top: 0;
    z-index: 2;
    white-space: nowrap;
}
.pricing-table tbody tr {
    transition: all 0.3s ease;
    border-bottom: 1px solid #e6fffe;
}
.pricing-table tbody tr:last-child { border-bottom: none; }
.pricing-table tbody tr:nth-child(even) { background-color: #fafafa; }
.pricing-table tbody tr:hover {
    background: linear-gradient(135deg, #e6fffe 0%, #ccfffe 100%);
    transform: translateY(-1px);
    box-shadow: 0 4px 20px rgba(0, 225, 217, 0.08);
}
.pricing-table tbody td {
    padding: 16px 22px;
    color: #495057;
    vertical-align: middle;
    border: none;
    white-space: nowrap;
}
.pricing-city {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    color: #3A4750;
}
.pricing-city i.ph { color: var(--red-1); font-size: 18px; }
.pricing-price {
    display: inline-flex;
    align-items: center;
    font-weight: 700;
    font-size: 15px;
}
.pricing-price.deliver { color: #dc2626; }
.pricing-price.return { color: #9e9e9e; font-style: italic; }
.pricing-delay {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    color: #3A4750;
}
.pricing-delay i.ph { color: var(--red-1); font-size: 16px; }

.pricing-note {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    max-width: 800px;
    margin: 28px auto 0;
    padding: 16px 20px;
    background: #fff;
    border: 1px solid #ccfffe;
    border-radius: 14px;
    color: #64748b;
    font-size: 14px;
    line-height: 1.55;
}
.pricing-note i.ph {
    color: var(--red-1);
    font-size: 20px;
    flex-shrink: 0;
    margin-top: 2px;
}
.pricing-note p { margin: 0; }

@media (max-width: 991px) {
    .pricing-section { padding: 60px 0; }
    .pricing-title { font-size: 28px; }
    .pricing-search { flex-direction: column; gap: 12px; }
    .pricing-search-hint { text-align: center; }
}

@media (max-width: 575px) {
    .pricing-title { font-size: 24px; }
    .pricing-city-input { padding: 14px 44px 14px 16px !important; font-size: 15px !important; }
    .pricing-table tbody td { padding: 12px 14px; font-size: 14px; }
    .pricing-table thead th { padding: 14px; font-size: 12px; }
    .pricing-note { flex-direction: column; align-items: center; text-align: center; }
}

/* ===== Timeline Steps Section ===== */
.process-timeline-section {
    padding: 90px 0;
    background: linear-gradient(180deg, #ffffff 0%, #f5fffe 100%);
    position: relative;
}

.process-timeline-section .section-header {
    margin-bottom: 60px;
}

.process-timeline-section .platform-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #e6fffe;
    color: var(--red-1);
    font-size: 13px;
    font-weight: 600;
    padding: 8px 14px;
    border-radius: 50px;
    margin-bottom: 18px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.process-timeline-section .platform-title {
    font-size: 38px;
    line-height: 1.2;
    font-weight: 800;
    color: #3A4750;
    margin-bottom: 14px;
}

.process-timeline-section .platform-subtitle {
    font-size: 17px;
    color: #64748b;
    max-width: 600px;
    margin: 0 auto;
}

/* ===== Horizontal Process Steps (Optimized UI/UX) ===== */
.process-steps-container {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 20px;
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
}

.process-step-card {
    flex: 1;
    background: #fff;
    border-radius: 24px;
    border: 1px solid rgba(0, 225, 217, 0.12);
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.02);
    padding: 24px;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    overflow: hidden;
}

/* Subtle top gradient accent on hover */
.process-step-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #00E1D9, #00b8b1);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.process-step-card:hover::before {
    opacity: 1;
}

.process-step-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0, 225, 217, 0.1);
    border-color: rgba(0, 225, 217, 0.25);
}

.step-media {
    position: relative;
    width: 100%;
    height: 280px;
    border-radius: 16px;
    overflow: hidden;
    background: #f8fafc;
}

.step-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.process-step-card:hover .step-media img {
    transform: scale(1.08);
}

.step-number {
    position: absolute;
    top: 12px;
    left: 12px;
    background: rgba(58, 71, 80, 0.85);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    padding: 5px 12px;
    border-radius: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

/* Premium overlapping icon badge */
.step-icon-wrapper {
    width: 58px;
    height: 58px;
    background: #e6fffe;
    color: #00E1D9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin-top: -29px;
    border: 4px solid #fff;
    box-shadow: 0 4px 12px rgba(0, 225, 217, 0.12);
    z-index: 2;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.process-step-card:hover .step-icon-wrapper {
    background: linear-gradient(135deg, #00E1D9, #00b8b1);
    color: #fff;
    transform: scale(1.12);
    box-shadow: 0 8px 24px rgba(0, 225, 217, 0.25);
}

.step-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 16px;
}

.step-title {
    font-size: 19px;
    font-weight: 800;
    color: #3A4750;
    margin-bottom: 10px;
    letter-spacing: -0.02em;
}

.step-text {
    font-size: 13.5px;
    line-height: 1.6;
    color: #64748b;
    margin-bottom: 18px;
    flex-grow: 1;
}

.step-features {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
}

.step-features li {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 12.5px;
    color: #475569;
    font-weight: 600;
}

.step-features li i.ph {
    color: var(--red-1);
    font-size: 15px;
}

.step-connector {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--red-1);
    font-size: 26px;
    opacity: 0.45;
    animation: connectorPulse 2s ease-in-out infinite;
}

@keyframes connectorPulse {
    0%, 100% { transform: translateX(0) scale(1); opacity: 0.45; }
    50% { transform: translateX(5px) scale(1.06); opacity: 0.8; }
}

@media (max-width: 991px) {
    .process-steps-container {
        flex-direction: column;
        gap: 24px;
        max-width: 480px;
        width: 100%;
        padding: 0 16px;
        box-sizing: border-box;
    }
    .process-step-card {
        width: 100%;
        box-sizing: border-box;
    }
    .step-connector {
        display: flex;
        transform: rotate(90deg);
        margin: -8px 0;
        animation: connectorPulseMobile 2s ease-in-out infinite;
    }
    .step-media {
        height: 260px;
        width: 100%;
    }
}

@keyframes connectorPulseMobile {
    0%, 100% { transform: rotate(90deg) translate(0) scale(1); opacity: 0.45; }
    50% { transform: rotate(90deg) translate(5px) scale(1.06); opacity: 0.8; }
}



/* ===== Hero styles moved from index.php inline block ===== */
/* Modern hero layout */
        .hero-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 6px 20px 60px;
        }
        .hero-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 40px;
            align-items: center;
            margin-bottom: 20px;
        }
        .hero-tracking-outer {
            display: flex;
            flex-direction: column;
            align-items: center;
            width: 100%;
            max-width: 640px;
            margin: 0 auto;
            text-align: center;
        }
        .hero-content {
            text-align: left;
            opacity: 1;
            visibility: visible;
            transform: none;
        }
        .hero-tag {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: #e6fffe;
            color: #00E1D9;
            font-size: 13px;
            font-weight: 600;
            padding: 8px 14px;
            border-radius: 50px;
            margin-bottom: 18px;
        }
        .hero-tag-dot {
            width: 8px;
            height: 8px;
            background: #00E1D9;
            border-radius: 50%;
            animation: pulse-dot 1.5s infinite;
        }
        @keyframes pulse-dot {
            0%, 100% { opacity: 1; transform: scale(1); }
            50% { opacity: 0.6; transform: scale(1.2); }
        }
        .hero-brand {
            font-size: 14px;
            font-weight: 800;
            letter-spacing: 0.12em;
            text-transform: uppercase;
            margin-bottom: 8px;
            color: #00E1D9;
        }
.hero-title {
            font-size: 46px;
            line-height: 1.12;
            font-weight: 800;
            margin-bottom: 18px;
            color: #1a1a1a;
        }
        .hero-title .text-allo-red {
            color: #00E1D9;
        }
        .hero-subtitle {
            font-size: 18px;
            line-height: 1.6;
            color: #64748b;
            margin-bottom: 24px;
            max-width: 520px;
        }

        /* Hero benefit cards */
        .hero-benefits {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 16px;
            margin-bottom: 28px;
            max-width: 520px;
        }
        .hero-benefit-card {
            display: flex;
            align-items: center;
            gap: 12px;
            background: #fff;
            border: 1px solid #EEEEEE;
            border-radius: 14px;
            padding: 14px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.04);
            transition: all 0.3s ease;
        }
        .hero-benefit-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 10px 25px rgba(0,225,217,0.12);
            border-color: rgba(0,225,217,0.25);
        }
        .hero-benefit-icon {
            width: 44px;
            height: 44px;
            min-width: 44px;
            border-radius: 10px;
            background: linear-gradient(135deg, var(--red-1), var(--red-2));
            color: #fff;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-size: 22px;
            box-shadow: 0 6px 16px rgba(0,225,217,0.25);
            animation: benefitIconPulse 2s ease-in-out infinite;
        }
        @keyframes benefitIconPulse {
            0%, 100% { transform: scale(1); }
            50% { transform: scale(1.08); }
        }
        .hero-benefit-text {
            display: flex;
            flex-direction: column;
            gap: 2px;
        }
        .hero-benefit-text strong {
            font-size: 13px;
            font-weight: 700;
            color: #3A4750;
            line-height: 1.2;
        }
        .hero-benefit-text span {
            font-size: 12px;
            color: #64748b;
            line-height: 1.3;
        }

        /* Typing tracking label */
        .hero-tracking-label {
            font-size: 13px;
            font-weight: 700;
            color: #3A4750;
            margin-bottom: 10px;
            text-transform: uppercase;
            letter-spacing: 0.08em;
            display: inline-flex;
            align-items: center;
            justify-content: center;
        }
        .typing-text {
            display: inline-block;
            color: #3A4750;
            font-weight: 700;
        }
        .modern-tracking-wrapper {
            position: relative;
            display: flex;
            align-items: center;
            background: #fff;
            border-radius: 50px;
            padding: 6px;
            box-shadow: 0 10px 30px rgba(0, 225, 217, 0.15);
            border: 2px solid rgba(0, 225, 217, 0.1);
            width: 100%;
            max-width: 520px;
            transition: all 0.3s ease;
            margin-top: 10px;
        }
        .modern-tracking-wrapper:focus-within {
            border-color: #00E1D9;
            box-shadow: 0 10px 30px rgba(0, 225, 217, 0.25);
            transform: translateY(-2px);
        }
        .modern-tracking-wrapper .input-icon {
            color: var(--red-1);
            font-size: 20px;
            padding: 0 15px 0 20px;
        }
        .modern-tracking-input {
            flex: 1;
            border: none !important;
            background: transparent !important;
            padding: 12px 12px 12px 22px !important;
            font-size: 16px !important;
            color: #3A4750 !important;
            outline: none !important;
            box-shadow: none !important;
            width: 100%;
            margin: 0 !important;
        }
        .modern-tracking-input::placeholder {
            color: #95a5a6;
        }
        .modern-tracking-btn {
            background: linear-gradient(135deg, var(--red-1), var(--red-2)) !important;
            color: #fff !important;
            border-radius: 40px;
            padding: 12px 25px !important;
            font-weight: 600;
            font-size: 15px;
            display: flex;
            align-items: center;
            gap: 8px;
            transition: all 0.3s ease;
        }
        .modern-tracking-btn:hover {
            transform: scale(1.05);
            box-shadow: 0 5px 15px rgba(0, 225, 217, 0.4);
            color: #fff !important;
        }
        .hero-stats {
            display: flex;
            gap: 28px;
            margin-top: 28px;
        }
        .hero-stat {
            text-align: left;
        }
        .hero-stat strong {
            display: block;
            font-size: 26px;
            font-weight: 800;
            color: #00E1D9;
            line-height: 1;
        }
        .hero-stat span {
            font-size: 13px;
            color: #64748b;
        }
        .hero-image {
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 1;
            visibility: visible;
            transform: none;
            position: relative;
        }
        .hero-image img {
            max-width: 100%;
            height: auto;
            max-height: 520px;
            object-fit: contain;
        }

        /* Floating feature cards around hero image */
        .hero-float-card {
            position: absolute;
            display: inline-flex;
            align-items: center;
            gap: 10px;
            background: #fff;
            border: 1px solid #ccfffe;
            border-radius: 14px;
            padding: 10px 14px;
            box-shadow: 0 10px 30px rgba(0, 225, 217, 0.12);
            z-index: 10;
            transition: all 0.3s ease;
            animation: floatCardMove 3s ease-in-out infinite;
        }
        .hero-float-card:hover {
            transform: translateY(-4px) scale(1.02);
            box-shadow: 0 14px 36px rgba(0, 225, 217, 0.18);
        }
        .float-card-icon {
            width: 36px;
            height: 36px;
            min-width: 36px;
            border-radius: 10px;
            background: linear-gradient(135deg, var(--red-1), var(--red-2));
            color: #fff;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-size: 18px;
        }
        .float-card-text {
            display: flex;
            flex-direction: column;
            line-height: 1.2;
        }
        .float-card-text strong {
            font-size: 12px;
            font-weight: 700;
            color: #3A4750;
        }
        .float-card-text span {
            font-size: 11px;
            color: #64748b;
        }
        .float-card-top-left {
            top: 14%;
            left: -18px;
            animation-delay: 0s;
        }
        .float-card-bottom-left {
            bottom: 18%;
            left: -24px;
            animation-delay: 0.6s;
        }
        .float-card-top-right {
            top: 22%;
            right: -14px;
            animation-delay: 1.2s;
        }
        .float-card-bottom-right {
            bottom: 14%;
            right: -20px;
            animation-delay: 1.8s;
        }
        @keyframes floatCardMove {
            0%, 100% { transform: translateY(0); }
            50% { transform: translateY(-8px); }
        }

        @media (max-width: 1023px) {
            .hero-grid {
                grid-template-columns: 1fr;
                gap: 30px;
                text-align: center;
            }
            .hero-content {
                text-align: center;
                order: 2;
            }
            .hero-image {
                order: 1;
                max-width: 520px;
                margin: 0 auto;
            }
            .hero-float-card {
                padding: 8px 10px;
                gap: 8px;
            }
            .float-card-icon {
                width: 28px;
                height: 28px;
                min-width: 28px;
                font-size: 14px;
            }
            .float-card-text strong {
                font-size: 11px;
            }
            .float-card-text span {
                display: none;
            }
            .float-card-top-left { top: 10%; left: -8px; }
            .float-card-bottom-left { bottom: 14%; left: -12px; }
            .float-card-top-right { top: 16%; right: -8px; }
            .float-card-bottom-right { bottom: 10%; right: -10px; }
            .hero-title {
                font-size: 38px;
            }
            .hero-subtitle {
                margin-left: auto;
                margin-right: auto;
            }
            .modern-tracking-wrapper {
                margin-left: auto;
                margin-right: auto;
            }
            .hero-tracking-outer {
                max-width: 100%;
                padding: 0 10px;
                margin-top: 10px;
            }
            .hero-stats {
                justify-content: center;
            }
            .hero-stat {
                text-align: center;
            }
            .hero-benefit-card {
                padding: 12px;
            }
        }

        @media (max-width: 575px) {
            .hero-container {
                padding: 2px 16px 40px;
            }
            .hero-title {
                font-size: 30px;
            }
            .hero-subtitle {
                font-size: 16px;
            }
            .hero-stats {
                gap: 18px;
                margin-top: 22px;
            }
            .hero-stat strong {
                font-size: 22px;
            }
            .hero-image img {
                max-height: 320px;
            }
            .hero-benefits {
                gap: 10px;
                margin-bottom: 22px;
            }
            .hero-benefit-card {
                padding: 10px;
                gap: 8px;
            }
            .hero-benefit-icon {
                width: 36px;
                height: 36px;
                min-width: 36px;
                font-size: 18px;
            }
            .hero-benefit-text strong {
                font-size: 12px;
            }
            .hero-benefit-text span {
                font-size: 11px;
            }
        }

        /* Force Full Landing Page Background to be Solid White */
        body, 
        html, 
        .banner-section, 
        .banner-section::before, 
        .services-section, 
        .services-section::before, 
        .about-section, 
        .about-section::before, 
        .feature-section, 
        .feature-section::before, 
        .process-timeline-section, 
        .process-timeline-section::before, 
        .trust-section, 
        .trust-section::before, 
        .pricing-section,
        .pricing-section::before {
            background: #ffffff !important;
            background-color: #ffffff !important;
        }
        .banner-section {
            padding-top: 80px !important;
        }

        /* Hero tracking */
.modern-tracking-wrapper .input-icon i.ph,
.hero-tracking-label i.ph,
.hero-tag i.ph {
    color: currentColor;
}
.modern-tracking-btn i.ph {
    color: #fff;
}

/* Reset hijacked .align-items-center class values to transparent defaults */
.align-items-center {
    background: transparent !important;
    border-radius: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* Premium Teal Theme for "Pourquoi Choisir AlloSpeed ?" Section */
.wcu-feature-section {
    background: #00D3CC !important;
    padding: 80px 20px !important;
    position: relative;
    overflow: hidden;
}
.wcu-feature-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        radial-gradient(circle at 20% 80%, rgba(255, 255, 255, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.15) 0%, transparent 50%);
    pointer-events: none;
}
.wcu-section-header h2 {
    color: #ffffff !important;
    text-shadow: none !important;
}
.wcu-section-header p {
    color: rgba(255, 255, 255, 0.9) !important;
}
.wcu-feature-box {
    background: rgba(255, 255, 255, 0.12) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.04) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
.wcu-feature-box:hover {
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.08) !important;
    transform: translateY(-4px) !important;
    background: rgba(255, 255, 255, 0.18) !important;
}
.wcu-feature-content h3 {
    color: #ffffff !important;
}
.wcu-feature-content p {
    color: rgba(255, 255, 255, 0.85) !important;
}
.wcu-feature-icon {
    background: #ffffff !important;
    color: #00D3CC !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05) !important;
}
.wcu-stat-box {
    background: rgba(255, 255, 255, 0.12) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.04) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
.wcu-stat-box:hover {
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.08) !important;
    transform: translateY(-4px) !important;
    background: rgba(255, 255, 255, 0.18) !important;
}
.wcu-stat-number {
    color: #ffffff !important;
}
.wcu-stat-label {
    color: rgba(255, 255, 255, 0.9) !important;
}
.wcu-stat-icon {
    background: rgba(255, 255, 255, 0.2) !important;
    color: #ffffff !important;
}

/* ===== Services Section Icon & Color Redesign ===== */
.service-card::before {
    background: linear-gradient(90deg, #00E1D9, #00b8b1, #00E1D9) !important;
}
.service-icon {
    background: linear-gradient(135deg, #00E1D9, #00b8b1) !important;
    color: #ffffff !important;
    box-shadow: 0 8px 20px rgba(0, 225, 217, 0.3) !important;
}
.service-card:hover .service-icon {
    background: linear-gradient(135deg, #00b8b1, #009e98) !important;
    color: #ffffff !important;
    box-shadow: 0 12px 28px rgba(0, 225, 217, 0.4) !important;
}
.service-features li:before {
    color: #00E1D9 !important;
}
.price-badge {
    background: linear-gradient(135deg, #00E1D9, #00b8b1) !important;
    box-shadow: 0 4px 15px rgba(0, 225, 217, 0.3) !important;
}
.section-title {
    color: #3A4750 !important;
}
.section-subtitle {
    color: #707C86 !important;
}

/* ===== Mini Process Stepper Overrides (Premium UI/UX) ===== */
.process-steps-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 750px;
    margin: 60px auto 80px; /* Added 80px bottom margin for spacing */
    position: relative;
}

/* Dashed connecting progress track */
.process-steps-row::before {
    content: '';
    position: absolute;
    top: 36px;
    left: 60px;
    right: 60px;
    height: 2px;
    background: repeating-linear-gradient(to right, rgba(0, 225, 217, 0.25), rgba(0, 225, 217, 0.25) 8px, transparent 8px, transparent 16px);
    z-index: 1;
}

.process-step-mini {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    position: relative;
    z-index: 2;
    background: transparent;
    width: 130px;
}

.process-step-mini i.ph {
    width: 72px;
    height: 72px;
    background: #fff !important;
    border: 2px solid rgba(0, 225, 217, 0.25) !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 28px !important;
    color: #00E1D9 !important;
    box-shadow: 0 4px 15px rgba(0, 225, 217, 0.05) !important;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.process-step-mini:hover i.ph {
    border-color: #00E1D9 !important;
    background: #e6fffe !important;
    box-shadow: 0 8px 24px rgba(0, 225, 217, 0.2) !important;
    transform: translateY(-4px) !important;
    color: #00b8b1 !important;
}

.process-step-mini span {
    font-size: 13px;
    font-weight: 700;
    color: #3A4750;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    transition: color 0.3s ease;
}

.process-step-mini:hover span {
    color: #00E1D9;
}

@media (max-width: 768px) {
    .process-steps-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 28px;
        padding-left: 24px;
        max-width: 320px;
        margin: 40px auto 60px; /* Added 60px bottom margin for mobile spacing */
    }
    
    .process-steps-row::before {
        width: 2px;
        height: calc(100% - 60px);
        top: 30px;
        left: 47px;
        bottom: 30px;
        right: auto;
        background: repeating-linear-gradient(to bottom, rgba(0, 225, 217, 0.25), rgba(0, 225, 217, 0.25) 8px, transparent 8px, transparent 16px);
    }
    
    .process-step-mini {
        flex-direction: row;
        text-align: left;
        width: auto;
        gap: 16px;
    }
    
    .process-step-mini i.ph {
        width: 46px;
        height: 46px;
        font-size: 20px !important;
    }
}
