/* ============================================
   CLMV MARKETS PAGE STYLES
   ============================================ */

/* --------------------------------------------
   HERO FLAGS
   -------------------------------------------- */
.clmv-hero .products-hero-content {
    max-width: 900px;
}

.clmv-flags-hero {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 30px 0;
    flex-wrap: wrap;
}

.flag-card {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    padding: 20px 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 8px;
    transition: all 0.3s ease;
    min-width: 120px;
}

.flag-card:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: translateY(-5px);
}

.flag-emoji {
    font-size: 48px;
    line-height: 1;
}

.flag-name {
    font-size: 16px;
    font-weight: 600;
    color: white;
}

.flag-status {
    font-size: 11px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.flag-status.primary {
    background: linear-gradient(135deg, #29ABE2, #E91E9B);
    color: white;
}

/* --------------------------------------------
   CLMV SERVICES GRID
   -------------------------------------------- */
.clmv-services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 50px;
}

.clmv-service-card {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 30px;
    text-align: center;
    transition: all 0.3s ease;
}

.clmv-service-card:hover {
    border-color: #29ABE2;
    box-shadow: 0 10px 30px rgba(41, 171, 226, 0.1);
    transform: translateY(-5px);
}

.clmv-service-card .service-icon {
    font-size: 40px;
    margin-bottom: 16px;
}

.clmv-service-card h4 {
    font-size: 18px;
    font-weight: 600;
    color: #1a1a2e;
    margin-bottom: 10px;
}

.clmv-service-card p {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.6;
}

/* --------------------------------------------
   WHY CLMV
   -------------------------------------------- */
.why-clmv {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    margin-top: 60px;
    padding: 40px;
    background: linear-gradient(135deg, rgba(41, 171, 226, 0.05), rgba(233, 30, 155, 0.05));
    border-radius: 24px;
    border: 1px solid rgba(41, 171, 226, 0.1);
    align-items: center;
}

.why-content h3 {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 16px;
}

.why-content p {
    font-size: 16px;
    color: #4b5563;
    line-height: 1.8;
}

.why-stats {
    display: flex;
    gap: 30px;
    justify-content: flex-end;
}

.stat-item {
    text-align: center;
    padding: 20px;
}

.stat-item .stat-value {
    display: block;
    font-size: 36px;
    font-weight: 800;
    background: linear-gradient(135deg, #29ABE2, #E91E9B);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.stat-item .stat-label {
    font-size: 14px;
    color: #6b7280;
    margin-top: 5px;
    display: block;
}

/* --------------------------------------------
   COUNTRY HERO
   -------------------------------------------- */
.country-hero {
    text-align: center;
    margin-bottom: 50px;
}

.country-flag-large {
    font-size: 80px;
    line-height: 1;
    margin-bottom: 16px;
}

.country-badge {
    display: inline-block;
    background: linear-gradient(135deg, #29ABE2, #E91E9B);
    color: white;
    padding: 10px 24px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* --------------------------------------------
   HIGHLIGHT SECTION (LAOS)
   -------------------------------------------- */
.section-highlight {
    background: linear-gradient(180deg, rgba(41, 171, 226, 0.03) 0%, rgba(233, 30, 155, 0.03) 100%);
    border-top: 1px solid rgba(41, 171, 226, 0.1);
    border-bottom: 1px solid rgba(41, 171, 226, 0.1);
}

.highlight-box {
    background: linear-gradient(135deg, rgba(41, 171, 226, 0.1), rgba(233, 30, 155, 0.1));
    border-left: 4px solid #29ABE2;
    padding: 20px 24px;
    border-radius: 0 12px 12px 0;
    margin: 24px 0;
}

.highlight-box.laos {
    border-left-color: #29ABE2;
}

.highlight-box p {
    color: #1a1a2e;
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
}

/* --------------------------------------------
   LAOS CAPABILITIES
   -------------------------------------------- */
.laos-capabilities {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin: 24px 0;
}

.capability {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
}

.capability:hover {
    border-color: #29ABE2;
    box-shadow: 0 4px 12px rgba(41, 171, 226, 0.1);
}

.capability .cap-icon {
    font-size: 24px;
}

.capability span:last-child {
    font-size: 14px;
    font-weight: 500;
    color: #374151;
}

/* --------------------------------------------
   CLMV GRID
   -------------------------------------------- */
.clmv-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 60px;
    align-items: center;
}

.clmv-grid.reverse {
    grid-template-columns: 1.2fr 1fr;
}

.clmv-grid.reverse .clmv-image {
    order: 2;
}

.clmv-grid.reverse .clmv-content {
    order: 1;
}

.clmv-image {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
}

.clmv-image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    display: block;
}

.image-overlay-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 8px 16px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
}

.clmv-content h2 {
    font-size: 36px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 20px;
}

.clmv-content .lead {
    font-size: 18px;
    color: #4b5563;
    line-height: 1.8;
    margin-bottom: 24px;
}

/* --------------------------------------------
   SUITABLE SECTION
   -------------------------------------------- */
.suitable-section {
    margin: 24px 0;
}

.suitable-section h4 {
    font-size: 16px;
    font-weight: 600;
    color: #1a1a2e;
    margin-bottom: 12px;
}

.check-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.check-list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 10px;
    color: #4b5563;
    font-size: 15px;
}

.check-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #29ABE2;
    font-weight: 700;
}

/* --------------------------------------------
   SERVICES COVERED
   -------------------------------------------- */
.services-covered {
    margin: 24px 0;
}

.services-covered h4 {
    font-size: 16px;
    font-weight: 600;
    color: #1a1a2e;
    margin-bottom: 12px;
}

.feature-list-simple {
    list-style: none;
    padding: 0;
    margin: 0;
}

.feature-list-simple li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 8px;
    color: #4b5563;
    font-size: 15px;
}

.feature-list-simple li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #29ABE2;
    font-weight: 700;
    font-size: 18px;
}

/* --------------------------------------------
   MARKET HIGHLIGHTS
   -------------------------------------------- */
.market-highlights {
    display: flex;
    gap: 24px;
    margin: 24px 0;
}

.market-stat {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(41, 171, 226, 0.05);
    padding: 12px 20px;
    border-radius: 12px;
}

.market-stat .stat-icon {
    font-size: 24px;
}

.market-stat .stat-info {
    font-size: 14px;
    font-weight: 500;
    color: #374151;
}

/* --------------------------------------------
   SUPPORT FLOW
   -------------------------------------------- */
.support-flow {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: 50px 0;
    flex-wrap: wrap;
}

.flow-step {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 30px;
    text-align: center;
    min-width: 180px;
    position: relative;
    transition: all 0.3s ease;
}

.flow-step:hover {
    border-color: #29ABE2;
    box-shadow: 0 10px 30px rgba(41, 171, 226, 0.1);
    transform: translateY(-5px);
}

.step-number {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 24px;
    height: 24px;
    background: linear-gradient(135deg, #29ABE2, #E91E9B);
    color: white;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flow-step .step-icon {
    font-size: 36px;
    margin-bottom: 12px;
}

.flow-step h4 {
    font-size: 16px;
    font-weight: 600;
    color: #1a1a2e;
    margin-bottom: 8px;
}

.flow-step p {
    font-size: 13px;
    color: #6b7280;
}

.flow-arrow {
    font-size: 24px;
    color: #29ABE2;
    font-weight: 700;
}

/* --------------------------------------------
   SUPPORT SERVICES
   -------------------------------------------- */
.support-services {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin: 40px 0;
}

.support-card {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 30px;
    text-align: center;
    transition: all 0.3s ease;
}

.support-card:hover {
    border-color: #29ABE2;
    box-shadow: 0 10px 30px rgba(41, 171, 226, 0.1);
    transform: translateY(-5px);
}

.support-card .support-icon {
    font-size: 40px;
    margin-bottom: 16px;
}

.support-card h4 {
    font-size: 16px;
    font-weight: 600;
    color: #1a1a2e;
    margin-bottom: 10px;
}

.support-card p {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.6;
}

/* --------------------------------------------
   PRODUCT CATEGORIES
   -------------------------------------------- */
.product-categories {
    text-align: center;
    margin-top: 50px;
    padding: 40px;
    background: white;
    border-radius: 20px;
    border: 1px solid #e5e7eb;
}

.product-categories h3 {
    font-size: 20px;
    font-weight: 600;
    color: #1a1a2e;
    margin-bottom: 20px;
}

.category-tags {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.category-tag {
    background: linear-gradient(135deg, rgba(41, 171, 226, 0.1), rgba(233, 30, 155, 0.1));
    border: 1px solid rgba(41, 171, 226, 0.2);
    padding: 12px 24px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
    color: #374151;
}

/* --------------------------------------------
   START CHANNELS
   -------------------------------------------- */
.start-channels {
    margin: 24px 0;
}

.start-channels h4 {
    font-size: 16px;
    font-weight: 600;
    color: #1a1a2e;
    margin-bottom: 12px;
}

/* --------------------------------------------
   SIMPLE PROCESS
   -------------------------------------------- */
.simple-process {
    margin: 24px 0;
}

.simple-process h4 {
    font-size: 16px;
    font-weight: 600;
    color: #1a1a2e;
    margin-bottom: 16px;
}

.process-steps {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.process-step {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(41, 171, 226, 0.05);
    padding: 10px 16px;
    border-radius: 8px;
}

.process-step .step-num {
    width: 24px;
    height: 24px;
    background: linear-gradient(135deg, #29ABE2, #E91E9B);
    color: white;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.process-step span:last-child {
    font-size: 14px;
    color: #374151;
}

/* --------------------------------------------
   CONTACT FLAGS
   -------------------------------------------- */
.contact-flags {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-size: 32px;
}

.contact-flags .arrow {
    font-size: 24px;
    color: rgba(255, 255, 255, 0.5);
}

/* --------------------------------------------
   RESPONSIVE
   -------------------------------------------- */
@media (max-width: 1024px) {
    .clmv-services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .support-services {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .why-clmv {
        grid-template-columns: 1fr;
    }
    
    .why-stats {
        justify-content: center;
    }
    
    .laos-capabilities {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .clmv-flags-hero {
        gap: 12px;
    }
    
    .flag-card {
        padding: 16px 20px;
        min-width: 100px;
    }
    
    .flag-emoji {
        font-size: 36px;
    }
    
    .clmv-services-grid {
        grid-template-columns: 1fr;
    }
    
    .clmv-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .clmv-grid.reverse .clmv-image,
    .clmv-grid.reverse .clmv-content {
        order: unset;
    }
    
    .clmv-image img {
        height: 280px;
    }
    
    .clmv-content h2 {
        font-size: 28px;
    }
    
    .support-flow {
        flex-direction: column;
    }
    
    .flow-arrow {
        transform: rotate(90deg);
    }
    
    .support-services {
        grid-template-columns: 1fr;
    }
    
    .laos-capabilities {
        grid-template-columns: 1fr;
    }
    
    .market-highlights {
        flex-direction: column;
    }
    
    .country-flag-large {
        font-size: 60px;
    }
    
    .why-stats {
        flex-direction: column;
        gap: 16px;
    }
    
    .contact-flags {
        flex-wrap: wrap;
        font-size: 28px;
    }
}
