/* ========================================================
   EPMCA ELEMENTOR ADDON - LTB DISPUTE SECTION STYLES
   Scoped directly to .epmca-ltb-sec
   ======================================================== */

.elementor-widget-epmca-ltb-dispute-section,
.elementor-widget-epmca-ltb-dispute-section .elementor-widget-container {
    width: 100%;
}

.epmca-ltb-sec {
    box-sizing: border-box;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: #ffffff;
/*     padding: 60px 0; */
    background-color: #ffffff;
}

.epmca-ltb-sec *,
.epmca-ltb-sec *::before,
.epmca-ltb-sec *::after {
    box-sizing: border-box;
}

.epmca-ltb-container {
    width: 100%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}

/* LTB Showcase Card Box */
.epmca-ltb-showcase {
    background: linear-gradient(145deg, #09192f 0%, #0e2340 55%, #102e52 100%);
    border: 1.5px solid rgba(52, 170, 230, 0.38);
    border-radius: 24px;
    padding: 38px 40px;
    box-shadow: 0 20px 48px -10px rgba(9, 25, 47, 0.45);
    position: relative;
    overflow: hidden;
    color: #ffffff;
    width: 100%;
}

.epmca-ltb-showcase::before {
    content: '';
    position: absolute;
    top: -120px;
    right: -80px;
    width: 320px;
    height: 320px;
    background: radial-gradient(circle, rgba(52, 170, 230, 0.25) 0%, rgba(52, 170, 230, 0) 70%);
    border-radius: 50%;
    pointer-events: none;
}

.epmca-ltb-header {
    margin-bottom: 28px;
    position: relative;
    z-index: 2;
}

.epmca-ltb-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: rgba(52, 170, 230, 0.2);
    border: 1px solid rgba(52, 170, 230, 0.45);
    color: #67e8f9;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    padding: 5px 14px;
    border-radius: 9999px;
    margin-bottom: 12px;
}

.epmca-ltb-badge svg {
    width: 14px;
    height: 14px;
    stroke: #67e8f9;
    fill: none;
}

.epmca-ltb-title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: clamp(20px, 2.5vw, 26px);
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 10px 0;
    line-height: 1.3;
}

.epmca-ltb-desc {
    font-size: 14.5px;
    color: #cbd5e1;
    line-height: 1.6;
    max-width: 860px;
    margin: 0 0 22px 0;
}

.epmca-ltb-scope-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13.5px;
    font-weight: 750;
    color: #38bdf8;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding-bottom: 8px;
    border-bottom: 2px solid rgba(56, 189, 248, 0.4);
    margin-bottom: 18px;
}

.epmca-ltb-scope-tag svg {
    width: 16px;
    height: 16px;
    stroke: #38bdf8;
    fill: none;
}

/* LTB Grid */
.epmca-ltb-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    position: relative;
    z-index: 2;
}

.epmca-ltb-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 13px;
    padding: 14px 16px;
    display: flex;
    align-items: flex-start;
    gap: 11px;
    transition: all 0.22s ease;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.epmca-ltb-card:hover {
    background: rgba(52, 170, 230, 0.12);
    border-color: #38bdf8;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

.epmca-ltb-card-icon {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: rgba(56, 189, 248, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 1px;
}

.epmca-ltb-card-icon svg {
    width: 12px;
    height: 12px;
    stroke: #38bdf8;
    fill: none;
}

.epmca-ltb-card-text {
    font-size: 13px;
    color: #f1f5f9;
    font-weight: 550;
    line-height: 1.45;
}

/* LTB Bottom Action Strip */
.epmca-ltb-action-strip {
    margin-top: 26px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    position: relative;
    z-index: 2;
}

.epmca-ltb-action-left {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.epmca-ltb-action-title {
    font-size: 14.5px;
    font-weight: 750;
    color: #ffffff;
}

.epmca-ltb-action-sub {
    font-size: 12.5px;
    color: #94a3b8;
}

.epmca-ltb-action-buttons {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.epmca-ltb-call-btn {
    background: #34AAE6;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    padding: 10px 18px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.2s ease;
    box-shadow: 0 4px 14px rgba(52, 170, 230, 0.35);
    text-decoration: none;
}

.epmca-ltb-call-btn:hover {
    background: #239ad6;
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(52, 170, 230, 0.45);
    color: #ffffff;
}

.epmca-ltb-consult-btn {
    background: rgba(255, 255, 255, 0.08);
    border: 1.5px solid rgba(255, 255, 255, 0.28);
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    padding: 10px 18px;
    border-radius: 10px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.2s ease;
    text-decoration: none;
}

.epmca-ltb-consult-btn:hover {
    background: rgba(255, 255, 255, 0.18);
    border-color: #ffffff;
    transform: translateY(-1px);
    color: #ffffff;
}

/* Responsive */
@media (max-width: 1100px) {
    .epmca-ltb-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .epmca-ltb-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .epmca-ltb-sec {
        padding: 50px 0;
    }

    .epmca-ltb-showcase {
        padding: 28px 18px;
    }

    .epmca-ltb-grid {
        grid-template-columns: 1fr;
    }

    .epmca-ltb-action-strip {
        flex-direction: column;
        align-items: flex-start;
    }

    .epmca-ltb-action-buttons {
        width: 100%;
    }

    .epmca-ltb-call-btn,
    .epmca-ltb-consult-btn {
        width: 100%;
        justify-content: center;
    }
}