
            .see-more-btn {
                display: block;
                margin: 30px auto;
                padding: 10px 40px;
                background-color: #007bff;
                color: white;
                border: none;
                border-radius: 4px;
                cursor: pointer;
                font-weight: 600;
            }
            .see-more-btn:hover {
                background-color: #0056b3;
            }

      
            #leo-hero-banner *, #leo-hero-banner *::before, #leo-hero-banner *::after { 
                box-sizing: border-box; 
                margin: 0; 
                padding: 0; 
            }
            #leo-hero-banner {
                width: 100%;
                position: relative;
                padding: 100px 5% 120px 5%;
                display: flex;
                flex-direction: row;
                justify-content: space-evenly;
                align-items: center;
                gap: 60px; 
                overflow: visible; 
                background: #07132B;
                color: #FFFFFF;
            }

            .hero-bg-wrapper {
                position: absolute;
                inset: 0;
                overflow: hidden;
                z-index: 0;
                border-bottom: 3px solid #1456A8; 
            }

            #leo-hero-banner .hero-bg {
                position: absolute;
                inset: 0;
                background:
                    radial-gradient(ellipse 70% 60% at 80% 20%, rgba(21,87,192,0.18) 0%, transparent 60%),
                    radial-gradient(ellipse 50% 40% at 10% 80%, rgba(240,113,57,0.08) 0%, transparent 60%),
                    linear-gradient(160deg, #07132B 0%, #0A1A38 45%, #0D2050 100%);
            }
            #leo-hero-banner .hero-grid {
                position: absolute;
                inset: 0;
                background-image:
                    linear-gradient(rgba(65,179,245,0.03) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(65,179,245,0.03) 1px, transparent 1px);
                background-size: 64px 64px;
                mask-image: radial-gradient(ellipse at center, black 40%, transparent 80%);
                -webkit-mask-image: radial-gradient(ellipse at center, black 40%, transparent 80%);
            }
            #leo-hero-banner .particles {
                position: absolute;
                inset: 0;
                pointer-events: none;
            }
            #leo-hero-banner .particle {
                position: absolute;
                border-radius: 50%;
                opacity: 0;
                animation: floatParticle linear infinite;
                box-shadow: 0 0 10px currentColor; 
            }
            @keyframes floatParticle {
                0%   { opacity: 0; transform: translateY(0) scale(0); }
                10%  { opacity: 0.6; transform: translateY(-10px) scale(1); }
                90%  { opacity: 0.2; }
                100% { opacity: 0; transform: translateY(-150px) scale(0.5); }
            }

            #leo-hero-banner .hero-left {
                position: relative;
                z-index: 60;
                flex: 1;
                width: 100%;
                max-width: 520px; 
                display: flex;
                flex-direction: column;
                gap: 20px;
                animation: slideUp 1s cubic-bezier(0.16, 1, 0.3, 1) both;
            }
            @keyframes slideUp {
                from { opacity: 0; transform: translateY(40px); }
                to   { opacity: 1; transform: translateY(0); }
            }
            #leo-hero-banner .eyebrow {
                display: inline-flex;
                align-items: center;
                gap: 12px;
                font-size: 11px;
                font-weight: 700;
                letter-spacing: 0.26em;
                text-transform: uppercase;
                color: #F07139;
            }
            #leo-hero-banner .eyebrow::before, #leo-hero-banner .eyebrow::after {
                content: '';
                width: 28px; height: 2px;
                background: linear-gradient(90deg, #F07139, #F59B6A);
                border-radius: 2px;
                box-shadow: 0 0 8px rgba(240,113,57,0.4);
            }
            #leo-hero-banner .hero-h1 {
                font-size: clamp(34px, 3.5vw, 52px); 
                font-weight: 800;
                line-height: 1.1;
                letter-spacing: -0.03em;
                color: #FFFFFF;
            }
            #leo-hero-banner .hero-h1 .highlight {
                background: linear-gradient(100deg, #41B3F5 0%, #7DCFFF 100%);
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
                background-clip: text;
                position: relative;
                display: inline-block;
            }
            #leo-hero-banner .hero-p {
                font-size: 16px;
                font-weight: 500;
                line-height: 1.6;
                color: #b7c4d5;
                max-width: 480px;
            }
            #leo-hero-banner .breadcrumb {
                display: flex;
                align-items: center;
                gap: 10px;
                font-size: 13px;
                color: #8BA5C5;
                font-weight: 400;
            }
            #leo-hero-banner .crumb-active {
                background: rgba(240,113,57,0.12);
                border: 1px solid rgba(240,113,57,0.3);
                color: #F59B6A;
                padding: 4px 14px;
                border-radius: 6px;
                font-weight: 500;
                font-size: 12px;
                letter-spacing: 0.02em;
            }

            #leo-hero-banner .search-wrap {
                display: flex;
                width: 100%;
                max-width: 480px; 
                border-radius: 8px; 
                position: relative;
                overflow: visible; 
                border: 1px solid #ffffff;
                background: rgba(15,23,42,0.6); 
                box-shadow: 0 4px 15px rgba(0,0,0,0.2);
                z-index: 100;
            }
            #leo-hero-banner .search-bar-container {
                display: flex;
                flex: 3;
                align-items: center;
                position: relative; 
            }
            #leo-hero-banner .search-icon-wrap {
                display: flex;
                align-items: center;
                padding: 0 16px;
                color: #8BA5C5; 
            }
            #leo-hero-banner .search-wrap input {
                flex: 1;
                width: 100%;
                background: transparent;
                border: none;
                outline: none;
                padding: 16px 8px 16px 0;
                font-size: 14px;
                color: #FFFFFF;
            }
            #leo-hero-banner .search-wrap input::placeholder { color: #8BA5C5; }
            #leo-hero-banner .search-wrap button {
                background: linear-gradient(90deg, #1557C0 0%, #2A85F4 100%); 
                border: none;
                border-radius: 0 8px 8px 0;
                color: white;
                padding: 17px 32px;
                font-weight: 700;
                font-size: 13px;
                letter-spacing: 0.05em;
                cursor: pointer;
                text-transform: uppercase;
                transition: opacity 0.3s ease;
            }
            #leo-hero-banner .search-wrap button:hover {
                opacity: 0.9;
            }

            #leo-hero-banner .ded-city-dropdown {
                padding: 20px 20px 20px 20px;
                position: absolute;
                top: 100%;
                left: 0;
                right: 0;
                margin-top: 8px;
                background-color: #FFFFFF !important; 
                color: #000000 !important; 
                border-radius: 8px;
                box-shadow: 0 15px 40px rgba(0,0,0,0.5);
                z-index: 99999 !important; 
                max-height: 250px;
                overflow-y: auto;
                border: 1px solid #ddd;
            }
            #leo-hero-banner .ded-city-dropdown * {
                color: #000000 !important;
                background-color: transparent !important;
            }
            #leo-hero-banner .ded-city-dropdown div:hover,
            #leo-hero-banner .ded-city-dropdown li:hover {
                background-color: #f0f0f0 !important;
                cursor: pointer;
            }

            #leo-hero-banner .hero-right {
                position: relative;
                z-index: 2;
                flex: 1;
                width: 100%;
                max-width: 580px; 
                display: flex;
                align-items: center;
                justify-content: flex-start; 
                animation: slideUp 1s cubic-bezier(0.16, 1, 0.3, 1) 0.2s both;
            }
            #leo-hero-banner .map-frame {
                position: relative;
                width: 100%;
                max-width: 560px; 
                animation: floatMap 8s ease-in-out infinite; 
            }
            @keyframes floatMap {
                0%, 100% { transform: translateY(0); }
                50% { transform: translateY(-8px); }
            }
            #leo-hero-banner .map-img-wrap {
                position: relative;
                border-radius: 20px;
                overflow: hidden;
                border: 1px solid rgba(255,255,255,0.05); 
                box-shadow: 0 10px 40px rgba(0,0,0,0.4);
                background: radial-gradient(circle at center, rgba(21,87,192,0.1) 0%, rgba(7,19,43,0.8) 100%);
            }
            #leo-hero-banner .map-img-wrap img {
                width: 100%;
                display: block;
                filter: brightness(0) invert(1) drop-shadow(0 0 12px rgba(65,179,245,0.6));
                opacity: 0.85;
            }
            #leo-hero-banner .map-tint {
                position: absolute;
                inset: 0;
                background: radial-gradient(circle at 50% 50%, transparent 20%, rgba(7,19,43,0.5) 100%);
                pointer-events: none;
            }
            #leo-hero-banner .map-scan {
                position: absolute;
                inset: 0;
                background: linear-gradient(
                    105deg,
                    transparent 20%,
                    rgba(255, 255, 255, 0.4) 50%,
                    transparent 80%
                );
                background-size: 200% 100%;
                animation: shimmerSweep 4s infinite cubic-bezier(0.4, 0, 0.2, 1);
                pointer-events: none;
                mix-blend-mode: overlay;
            }
            @keyframes shimmerSweep {
                0% { background-position: 200% 0; }
                100% { background-position: -200% 0; }
            }
            #leo-hero-banner .hotspot {
                position: absolute;
                display: flex;
                flex-direction: column;
                align-items: center;
                cursor: pointer;
                z-index: 10;
                transform: translate(-50%, -100%);
            }
            #leo-hero-banner .hotspot-label {
                background: rgba(10,26,56,0.95);
                border: 1px solid rgba(65,179,245,0.2);
                border-radius: 4px;
                padding: 4px 10px;
                white-space: nowrap;
                margin-bottom: 6px;
                text-align: center;
                pointer-events: none;
                opacity: 1; 
                box-shadow: 0 5px 15px rgba(0,0,0,0.5);
            }
            #leo-hero-banner .hotspot-label::after {
                content: '';
                position: absolute;
                bottom: -4px;
                left: 50%;
                transform: translateX(-50%);
                border-width: 4px 4px 0;
                border-style: solid;
                border-color: rgba(65,179,245,0.2) transparent transparent transparent;
            }
            #leo-hero-banner .hotspot:hover .hotspot-label {
                transform: translateY(-5px) scale(1.05);
                border-color: #41B3F5;
                z-index: 20;
            }
            #leo-hero-banner .hotspot-label .hs-city { display: block; color: #FFFFFF; font-size: 10px; font-weight: 700; }
            #leo-hero-banner .hotspot-label .hs-region { display: block; color: #F07139; font-size: 8px; font-weight: 600; margin-top: 2px; text-transform: uppercase; }

            #leo-hero-banner .hotspot-pin {
                width: 6px; height: 6px;
                border-radius: 50%;
                background: #FFFFFF;
                box-shadow: 0 0 10px #F07139;
                animation: pinPulse 2.5s ease-in-out infinite;
                position: relative;
                z-index: 2;
            }
            @keyframes pinPulse {
                0%,100% { box-shadow: 0 0 0 0 rgba(240,113,57,0.7), inset 0 0 4px rgba(255,255,255,1); }
                50%      { box-shadow: 0 0 0 10px rgba(240,113,57,0), inset 0 0 4px rgba(255,255,255,1); }
            }
            #leo-hero-banner .hotspot-pin.blue-pin {
                box-shadow: 0 0 10px #41B3F5;
                animation-name: pinPulseBlue;
            }
            @keyframes pinPulseBlue {
                0%,100% { box-shadow: 0 0 0 0 rgba(65,179,245,0.7), inset 0 0 4px rgba(255,255,255,1); }
                50%      { box-shadow: 0 0 0 10px rgba(65,179,245,0), inset 0 0 4px rgba(255,255,255,1); }
            }

            #leo-hero-banner .stats-row {
                position: absolute;
                bottom: -50px;
                left: 25%; 
                transform: translate(-50%, 50%); 
                display: grid;
                grid-template-columns: repeat(4, 1fr);
                width: 90%;
                max-width: 950px;
                border-radius: 12px;
                background: #141E3A; 
                border: 2px solid #ef8354;
                box-shadow: 0 10px 40px rgba(0,0,0,0.15); 
                z-index: 50; 
                animation: slideUp 1s cubic-bezier(0.16, 1, 0.3, 1) 0.4s both;
            }
            #leo-hero-banner .stat {
                padding: 30px 16px;
                text-align: center;
                border-right: 1px solid rgba(255,255,255,0.05); 
            }
            #leo-hero-banner .stat:last-child { border-right: none; }
            #leo-hero-banner .stat-n {
                display: block;
                font-size: 26px;
                font-weight: 800;
                color: #F07139; 
                line-height: 1;
                margin-bottom: 10px;
            }
            #leo-hero-banner .stat-l {
                display: block;
                font-size: 10px;
                font-weight: 600;
                color: #8BA5C5; 
                text-transform: uppercase;
                letter-spacing: 0.05em;
            }
            
            @media (max-width: 1270px) {
                #leo-hero-banner { gap: 30px; }
                #leo-hero-banner .stats-row {
                    left:4%;
                }
            }
            @media (max-width: 1024px) {
                #leo-hero-banner { flex-direction: column; padding-top: 60px; padding-bottom: 140px; text-align: center; }
                #leo-hero-banner .hero-left { max-width: 100%; align-items: center; }
                #leo-hero-banner .hero-right { max-width: 100%; justify-content: center; }
                #leo-hero-banner .search-wrap { margin: 0 auto; }
                #leo-hero-banner .hero-p { margin: 0 auto; }
                 #leo-ds-comparison .comparison-matrix {
                    gap: 35px!important;
                }
            }
            @media (max-width: 768px) {
                #leo-hero-banner .hero-h1 { font-size: clamp(28px, 6vw, 42px); }
                #leo-hero-banner .search-wrap { width: 100%; }
                #leo-hero-banner .stats-row { width: 90%; grid-template-columns: repeat(2, 1fr); }
                #leo-hero-banner .stat:nth-child(2) { border-right: none; }
                #leo-hero-banner .stat:nth-child(1), #leo-hero-banner .stat:nth-child(2) { border-bottom: 1px solid rgba(255,255,255,0.05); }
                 #leo-hero-banner .stats-row {
                        bottom: -100px;
                }
                
            }
            @media (max-width: 640px) {
                #leo-hero-banner { padding-bottom: 160px; } 
                #leo-hero-banner .search-wrap { flex-direction: column; border-radius: 8px; }
                #leo-hero-banner .search-wrap input { padding: 16px 20px; text-align: center; }
                #leo-hero-banner .search-icon-wrap { display: none; }
                #leo-hero-banner .search-wrap button { width: 100%; padding: 16px; border-radius: 0 0 8px 8px; }
                #leo-hero-banner .stats-row {
                        bottom: -100px;
                }
            }
            @media (max-width: 480px) {
                #leo-hero-banner { padding-bottom: 240px; } 
                #leo-hero-banner .stats-row { grid-template-columns: 1fr; }
                #leo-hero-banner .stat { border-right: none !important; border-bottom: 1px solid rgba(255,255,255,0.05); }
                #leo-hero-banner .stat:last-child { border-bottom: none; }
            }
            #leo-regions-section *, #leo-regions-section *::before, #leo-regions-section *::after { 
                box-sizing: border-box; 
                margin: 0; 
                padding: 0; 
            }
            #leo-regions-section {
                background: #ffff;
                padding: 140px 40px 100px;
                position: relative;
                overflow: hidden;
            }
            @media (max-width: 768px) {
                #leo-regions-section { padding-top: 180px; } 
            }
            @media (max-width: 480px) {
                #leo-regions-section { padding-top: 260px; } 
            }

            #leo-regions-section .regions-header {
                text-align: center;
                margin-bottom: 50px;
                position: relative;
                z-index: 1;
            }
            #leo-regions-section .sec-eyebrow {
                display: inline-flex;
                align-items: center;
                gap: 12px;
                font-size: 12px;
                font-weight: 800;
                letter-spacing: 0.25em;
                text-transform: uppercase;
                color: #F07139;
                margin-bottom: 18px;
            }
            #leo-regions-section .sec-eyebrow span {
                display: block;
                width: 24px; height: 2px;
                background: #F07139;
                border-radius: 2px;
            }
            #leo-regions-section .sec-h2 {
                font-size: clamp(30px, 3vw, 42px);
                font-weight: 800;
                color: #07132B;
                line-height: 1.15;
                letter-spacing: -0.025em;
                margin-bottom: 16px;
            }
            #leo-regions-section .sec-h2 em { 
                color: #1557C0; 
                font-style: normal;
                background: linear-gradient(100deg, #1557C0 0%, #41B3F5 100%);
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
            }
            #leo-regions-section .sec-sub {
                font-size: 15px;
                font-weight: 400;
                color: #5A7A9B;
                max-width: 580px;
                margin: 0 auto;
                line-height: 1.6;
            }

            #leo-regions-section .grid {
                display: grid;
                grid-template-columns: repeat(3,1fr);
                gap: 24px;
                position: relative;
                z-index: 1;
                max-width: 1400px;
                margin: 0 auto;
            }
            #leo-regions-section .card {
                background: #FFFFFF;
                border-radius: 20px;
                overflow: hidden;
                border: 1px solid rgba(21,87,192,0.1);
                box-shadow: 0 10px 30px rgba(7,19,43,0.04);
                display: flex;
                flex-direction: column;
                opacity: 1; 
                transform: translateY(0); 
                transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
                position: relative; 
            }
            #leo-regions-section .card:hover {
                transform: translateY(-8px);
                box-shadow: 0 20px 50px rgba(7,19,43,0.1);
                border-color: rgba(65,179,245,0.4);
            }
            #leo-regions-section .card:hover .card-photo { transform: scale(1.08); }
            #leo-regions-section .card:hover .card-badge { background: #F07139; transform: translateY(-3px); }

            #leo-regions-section .card-photo-wrap {
                height: 180px;
                overflow: hidden;
                position: relative;
            }
            #leo-regions-section .card-photo {
                width: 100%; height: 100%;
                object-fit: cover;
                transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
                filter: saturate(0.9) brightness(0.95);
            }
            #leo-regions-section .card-photo-overlay {
                position: absolute;
                inset: 0;
                background: linear-gradient(to top, rgba(7,19,43,0.8) 0%, rgba(7,19,43,0.1) 60%, transparent 100%);
            }
            #leo-regions-section .card-badge {
                position: absolute;
                bottom: 12px;
                left: 16px;
                background: rgba(240,113,57,0.85);
                backdrop-filter: blur(8px);
                -webkit-backdrop-filter: blur(8px);
                border-radius: 6px;
                padding: 4px 10px;
                font-size: 9px;
                font-weight: 800;
                letter-spacing: 0.15em;
                text-transform: uppercase;
                color: white;
                transition: all 0.3s ease;
            }
            #leo-regions-section .card-body {
                padding: 24px 20px 10px;
                flex: 1;
            }
            #leo-regions-section .card-title {
                font-size: 20px;
                font-weight: 800;
                color: #07132B;
                margin-bottom: 10px;
            }
            #leo-regions-section .card-tags {
                display: flex;
                flex-wrap: wrap;
                gap: 6px;
                margin-bottom: 20px;
            }
            #leo-regions-section .tag {
                background: #F0F4F8;
                border: 1px solid rgba(21,87,192,0.1);
                color: #1A6FD4;
                border-radius: 4px;
                padding: 4px 8px;
                font-size: 14px;
                font-weight: 600;
                transition: background 0.2s;
                text-decoration: none; 
                position: relative; 
                z-index: 2;
                display: inline-block;
            }
            #leo-regions-section .card:hover .tag {
                background: rgba(65,179,245,0.08);
                border-color: rgba(65,179,245,0.2);
            }
            #leo-regions-section .card-features {
                list-style: none;
                display: flex;
                flex-direction: column;
                gap: 12px;
            }
            #leo-regions-section .card-features li {
                display: flex;
                align-items: flex-start;
                gap: 10px;
                font-size: 16.5px;
                font-weight: 400;
                color: #4D6B8C;
                line-height: 1.5;
            }
            #leo-regions-section .feat-check {
                flex-shrink: 0;
                width: 20px; height: 20px;
                border-radius: 4px;
                background: rgba(65,179,245,0.1);
                border: 1px solid rgba(65,179,245,0.25);
                display: flex;
                align-items: center;
                justify-content: center;
                margin-top: 2px;
                transition: background 0.3s;
            }
            #leo-regions-section .card:hover .feat-check {
                background: #1557C0;
                border-color: #1557C0;
            }
            #leo-regions-section .feat-check svg {
                width: 10px; height: 10px;
                stroke: #1A6FD4;
                stroke-width: 3;
                stroke-linecap: round;
                stroke-linejoin: round;
                fill: none;
                transition: stroke 0.3s;
            }
            #leo-regions-section .card:hover .feat-check svg {
                stroke: #FFFFFF;
            }
            #leo-regions-section .card-foot {
                padding: 16px 20px 24px;
            }
            #leo-regions-section .explore-btn {
                display: flex;
                align-items: center;
                justify-content: space-between;
                width: 100%;
                padding: 12px 16px;
                background: #07132B;
                color: #FFFFFF;
                border-radius: 8px;
                font-weight: 600;
                font-size: 13px;
                text-decoration: none;
                transition: all 0.3s ease;
            }
           
            #leo-regions-section .explore-btn::after {
                content: '';
                position: absolute;
                inset: 0;
                z-index: 1;
            }
            #leo-regions-section .explore-btn:hover { 
                background: #1557C0;
            }
            #leo-regions-section .btn-arrow {
                width: 28px; height: 28px;
                border-radius: 6px;
                background: rgba(255,255,255,0.1);
                display: flex; align-items: center; justify-content: center;
                transition: transform 0.3s ease;
            }
            #leo-regions-section .explore-btn:hover .btn-arrow {
                transform: translateX(4px);
                background: rgba(255,255,255,0.2);
            }
            #leo-regions-section .btn-arrow svg {
                width: 14px; height: 14px;
                stroke: #FFFFFF;
                stroke-width: 2.5;
                fill: none;
            }

            @media (max-width: 1024px) {
                #leo-regions-section .grid { grid-template-columns: repeat(2,1fr); }
            }
            @media (max-width: 640px) {
                #leo-regions-section .grid { grid-template-columns: 1fr; }
            }


            #leo-solutions-hub {
        background: #e2effb;
    padding: 80px 40px;
    font-family: 'Inter', sans-serif;
    position: relative;
    overflow: hidden;
}

#leo-solutions-hub .hub-container {
    max-width: 1600px;
    margin: 0 auto;
}

#leo-solutions-hub .hub-header {
    text-align: center;
    margin-bottom: 50px;
}

#leo-solutions-hub .hub-eyebrow {
    color: #F07139;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    display: block;
    margin-bottom: 10px;
}

#leo-solutions-hub .hub-title {
    font-size: 35px;
    font-weight: 800;
    color: #07132B;
}

#leo-solutions-hub .hub-title span {
    color: #1557C0;
}


#leo-solutions-hub .hub-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}


#leo-solutions-hub .hub-item {
box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
    background: #f8fafc;
    border: 1px solid rgba(21, 87, 192, 0.08);
    border-radius: 16px;
    padding: 20px;
    width: 280px;
    display: flex;
    align-items: center;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
}

#leo-solutions-hub .hub-item:hover {
    background: #ffffff;
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(7, 19, 43, 0.08);
    border-color: #1557C0;
}

#leo-solutions-hub .hub-icon {
    width: 50px;
    height: 50px;
    background: #ffffff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #1557C0;
    margin-right: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
}

#leo-solutions-hub .hub-item:hover .hub-icon {
    background: #1557C0;
    color: #ffffff;
    transform: rotate(-5deg);
}

#leo-solutions-hub .hub-info h3 {
    font-size: 18px;
    font-weight: 700;
    color: #07132B;
    margin: 0 0 2px 0;
}

#leo-solutions-hub .hub-info p {
    font-size: 16px;
    color: #5A7A9B;
    margin: 0;
    font-weight: 400;
}

#leo-solutions-hub::before {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(21, 87, 192, 0.05) 0%, transparent 70%);
    pointer-events: none;
}

@media (max-width: 768px) {
    #leo-solutions-hub { padding: 50px 20px; }
    #leo-solutions-hub .hub-item { width: 100%; }
    #leo-solutions-hub .hub-title { font-size: 26px; }
}


#ds-leo-faq {
    padding: 100px 40px;
    background-color: #edeeef;
    font-family: 'Inter', sans-serif;
    position: relative;
    overflow: hidden;
}

#ds-leo-faq * {
    box-sizing: border-box;
}

#ds-leo-faq .faq-container {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    align-items: start;
}

#ds-leo-faq .faq-left,
#ds-leo-faq .faq-right {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

#ds-leo-faq .faq-header-block {
    margin-bottom: 24px;
}

#ds-leo-faq .faq-eyebrow {
    color: #F07139; 
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}
#ds-leo-faq .faq-eyebrow::before {
    content: '';
    width: 30px;
    height: 2px;
    background: #F07139;
    border-radius: 2px;
}

#ds-leo-faq .faq-title {
    font-size: 35px;
    font-weight: 800;
    color: #07132B;
    line-height: 1.15;
    margin-bottom: 24px;
    letter-spacing: -0.02em;
}

#ds-leo-faq .faq-title span {
    color: #1557C0;
    background: linear-gradient(100deg, #1557C0 0%, #41B3F5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#ds-leo-faq .faq-desc {
    font-size: 16px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 30px;
}

#ds-leo-faq .faq-support-card {
    background: #FFFFFF;
    border: 1px solid rgba(21, 87, 192, 0.1);
    border-radius: 16px;
    padding: 24px;
    display: flex;
    gap: 16px;
    align-items: flex-start;
    box-shadow: 0 10px 30px rgba(7, 19, 43, 0.04);
}
#ds-leo-faq .fsc-icon {
    width: 48px;
    height: 48px;
    background: rgba(65, 179, 245, 0.1);
    color: #1557C0;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
#ds-leo-faq .fsc-icon svg {
    width: 24px;
    height: 24px;
    stroke: currentColor;
    stroke-width: 2;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
}
#ds-leo-faq .fsc-text h4 {
    margin: 0 0 6px 0;
    font-size: 16px;
    color: #07132B;
    font-weight: 700;
}
#ds-leo-faq .fsc-text p {
    margin: 0 0 16px 0;
    font-size: 14px;
    color: #5A7A9B;
}
#ds-leo-faq .fsc-link {
    display: inline-flex;
    align-items: center;
    color: #1557C0;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: color 0.3s;
}
#ds-leo-faq .fsc-link:hover {
    color: #F07139;
}

#ds-leo-faq .faq-item {
    background: #FFFFFF;
    border: 1px solid rgba(21, 87, 192, 0.1);
    border-left: 4px solid transparent;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}

#ds-leo-faq .faq-item:hover {
    border-color: rgba(65, 179, 245, 0.4);
    border-left-color: #F07139;
    box-shadow: 0 10px 25px rgba(7, 19, 43, 0.06);
}

#ds-leo-faq .faq-question {
    padding: 24px 30px;
    font-size: 17px;
    font-weight: 700;
    color: #07132B;
    cursor: pointer;
    list-style: none; 
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: color 0.3s ease;
}

#ds-leo-faq .faq-question::-webkit-details-marker {
    display: none; 
}

#ds-leo-faq .faq-toggle {
    position: relative;
    width: 36px; 
    height: 36px;
    border-radius: 50%;
    background: rgba(21, 87, 192, 0.06);
    flex-shrink: 0;
    margin-left: 20px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
#ds-leo-faq .faq-toggle::before, 
#ds-leo-faq .faq-toggle::after {
    content: '';
    position: absolute;
    background: #1557C0;
    border-radius: 2px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    top: 50%;
    left: 50%;
}

#ds-leo-faq .faq-toggle::before {
    width: 14px; 
    height: 2px;
    transform: translate(-50%, -50%);
}

#ds-leo-faq .faq-toggle::after {
    width: 2px; 
    height: 14px;
    transform: translate(-50%, -50%);
}

#ds-leo-faq .faq-item[open] {
    border-color: rgba(21, 87, 192, 0.3);
    border-left-color: #1557C0;
    box-shadow: 0 12px 30px rgba(21, 87, 192, 0.08);
}

#ds-leo-faq .faq-item[open] .faq-question {
    color: #1557C0;
}


#ds-leo-faq .faq-item[open] .faq-toggle {
    background: #1557C0;
    transform: rotate(180deg);
}
#ds-leo-faq .faq-item[open] .faq-toggle::before,
#ds-leo-faq .faq-item[open] .faq-toggle::after {
    background: #FFFFFF;
}
#ds-leo-faq .faq-item[open] .faq-toggle::after {
    transform: translate(-50%, -50%) rotate(90deg);
    opacity: 0;
}

#ds-leo-faq .faq-answer {
    padding: 0 30px 24px 30px;
    font-size: 16px;
    line-height: 1.7;
    color: #4D6B8C;
    font-weight: 400;
    margin-top: -5px; 
    animation: slideDownFade 0.4s ease-out;
}

@keyframes slideDownFade {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


@media (max-width: 992px) {
    #ds-leo-faq .faq-container {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    #ds-leo-faq .faq-header-block {
        text-align: center;
    }
    #ds-leo-faq .faq-eyebrow {
        justify-content: center;
    }
    #ds-leo-faq .faq-support-card {
        text-align: left;
        max-width: 400px;
        margin: 0 auto 20px;
    }
}

@media (max-width: 640px) {
    #ds-leo-faq {
        padding: 60px 20px;
    }
    #ds-leo-faq .faq-question {
        padding: 20px;
        font-size: 15px;
    }
    #ds-leo-faq .faq-answer {
        padding: 0 20px 20px 20px;
    }
    #ds-leo-faq .faq-toggle {
        width: 30px;
        height: 30px;
    }
}

#leo-ds-comparison {
    padding: 100px 20px;
    background: #07132B; 
    color: #FFFFFF;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

#leo-ds-comparison .comp-container {
    max-width: 1200px;
    margin: 0 auto;
}

#leo-ds-comparison .comp-header {
    text-align: center;
    margin-bottom: 80px;
}

#leo-ds-comparison .comp-eyebrow {
    color: #F07139;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 16px;
    margin-bottom: 20px;
    display: block;
}

#leo-ds-comparison .comp-title {
    font-size: 35px;
    font-weight: 800;
    line-height: 1.1;
}

#leo-ds-comparison .comp-title span {
    color: #41B3F5;
}

#leo-ds-comparison .comparison-matrix {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-bottom: 80px;
}

#leo-ds-comparison .matrix-label {
    background: rgba(255, 255, 255, 0.03);
    padding: 25px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-weight: 700;
    font-size: 16px;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

#leo-ds-comparison .matrix-column {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: transform 0.3s ease;
}

#leo-ds-comparison .matrix-column.highlight {
    background: linear-gradient(180deg, rgba(21, 87, 192, 0.2) 0%, rgba(7, 19, 43, 0.5) 100%);
    border: 2px solid #1557C0;
    transform: scale(1.05);
    position: relative;
    z-index: 2;
}

#leo-ds-comparison .col-header {
    text-align: center;
    padding: 20px 10px;
    font-weight: 800;
    font-size: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 10px;
}

#leo-ds-comparison .winner-tag {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: #F07139;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 900;
}

#leo-ds-comparison .cell {

    text-align: center;
    font-size: 16px;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8BA5C5;
}

#leo-ds-comparison .highlight .cell {
    color: #FFFFFF;
    font-weight: 500;
}


#leo-ds-comparison .content-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-top: 60px;
}

#leo-ds-comparison .content-card {
    background: rgba(255,255,255,0.02);
    border: 1px solid rgba(255,255,255,0.08);
    padding: 40px;
    border-radius: 24px;
}

#leo-ds-comparison .content-card h3 {
    font-size: 24px;
    color: #F07139;
    margin-bottom: 25px;
    font-weight: 800;
}

#leo-ds-comparison .content-card p, 
#leo-ds-comparison .content-card li {
    font-size: 16px;
    line-height: 1.7;
    color: #a4b3c5;
    margin-bottom: 15px;
}

#leo-ds-comparison .content-card strong {
    color: #FFFFFF;
}


@media (max-width: 1024px) {
    #leo-ds-comparison .comparison-matrix {
        grid-template-columns: repeat(2, 1fr);
    }
    #leo-ds-comparison .matrix-label { display: none; }
    #leo-ds-comparison .cell::before {
        content: attr(data-label);
        display: block;
        font-size: 12px;
        color: #F07139;
        margin-bottom: 5px;
        font-weight: 800;
    }
    #leo-ds-comparison .cell { flex-direction: column; min-height: auto; padding: 15px; }
}

@media (max-width: 768px) {
    #leo-ds-comparison .content-wrap { grid-template-columns: 1fr; }
    #leo-ds-comparison .comparison-matrix { grid-template-columns: 1fr; }
    #leo-ds-comparison .matrix-column.highlight { transform: scale(1); margin: 20px 0; }
}
