/* ================================================================
   LAYANAN CUSTOM PREFIX AWB
   Prefix: lca-
   Shared hero: lk-hero (from layanan-kami.css)
   ================================================================ */

/* --------------------------------
   SHARED: Section Header
   -------------------------------- */
.lca-section-header { text-align: center; margin-bottom: 48px; }
.lca-section-badge {
    display: inline-flex; align-items: center; gap: 8px;
    font-size: 13px; font-weight: 700;
    color: var(--teal-600);
    background: var(--teal-50, #e6faf9);
    border: 1px solid var(--teal-600);
    padding: 6px 16px; border-radius: 50px;
    margin-bottom: 14px; letter-spacing: 0.3px;
}
.lca-section-badge i { font-size: 12px; }
.lca-section-title {
    font-size: 32px; font-weight: 800;
    color: var(--teal-800, #0b5e5b);
    margin-bottom: 12px;
}
.lca-section-desc {
    font-size: 15px; line-height: 1.7;
    color: var(--gray-500, #6c757d);
    max-width: 560px; margin: 0 auto;
}

/* --------------------------------
   SECTION 2: PREVIEW RESI
   -------------------------------- */
.lca-preview {
    padding: 80px 0;
    background: var(--gray-50, #f8f9fa);
}
.lca-preview-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start;
}

/* -- Input Side -- */
.lca-input-side {}
.lca-input-card {
    background: #fff;
    border-radius: 18px;
    padding: 28px 24px;
    border: 1px solid var(--gray-200, #e2e8e8);
    box-shadow: 0 4px 20px rgba(0,0,0,0.04);
}
.lca-input-header {
    display: flex; align-items: center; justify-content: space-between;
    margin-bottom: 18px;
}
.lca-input-label {
    font-size: 14px; font-weight: 700;
    color: var(--teal-800, #0b5e5b);
    display: flex; align-items: center; gap: 8px;
}
.lca-input-label i { color: var(--teal-500); font-size: 15px; }
.lca-input-13 {
    font-size: 11px; font-weight: 700;
    color: var(--teal-600);
    background: var(--teal-50, #e6faf9);
    padding: 4px 12px; border-radius: 20px;
    border: 1px solid var(--teal-200, #c8eeec);
}

/* Input row */
.lca-input-row {
    display: flex; align-items: center; gap: 12px;
    padding: 18px 0;
    border-top: 1px solid var(--gray-200, #e2e8e8);
    border-bottom: 1px solid var(--gray-200, #e2e8e8);
}
.lca-prefix-field {
    width: 96px; height: 52px;
    border: 2px solid var(--gray-200, #e0e0e0);
    border-radius: 12px;
    text-align: center;
    font-size: 24px; font-weight: 800;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: var(--teal-600);
    background: #fff;
    outline: none;
    transition: all 0.25s;
    flex-shrink: 0;
}
.lca-prefix-field:focus {
    border-color: var(--teal-500);
    box-shadow: 0 0 0 3px rgba(44,197,189,0.1);
    background: #fafffe;
}
.lca-prefix-field::placeholder { color: #ccc; font-weight: 500; letter-spacing: 2px; font-size: 18px; }
.lca-input-arrow { color: #ccc; font-size: 16px; flex-shrink: 0; }

/* Segments */
.lca-segs { display: flex; align-items: center; flex: 1; min-width: 0; }
.lca-seg {
    padding: 10px 6px; text-align: center;
    font-size: 13px; font-weight: 700;
    white-space: nowrap;
}
.lca-seg-pfx {
    color: var(--teal-600); background: var(--teal-50, #edf9f8);
    border-radius: 8px 0 0 8px;
    border: 1.5px solid var(--teal-200, #c8eeec);
    border-right: 1px dashed var(--teal-200);
}
.lca-seg-ym {
    color: #555; background: #f5f5f5;
    border: 1.5px solid #e0e0e0;
    border-left: none; border-right: 1px dashed #e0e0e0;
}
.lca-seg-id {
    color: #FF6B35; background: #FFF5F0;
    border: 1.5px solid #FFD8C5;
    border-left: none; border-right: 1px dashed #FFD8C5;
    font-weight: 800;
}
.lca-seg-un {
    color: #999; background: #fafafa;
    border-radius: 0 8px 8px 0;
    border: 1.5px solid #e0e0e0;
    border-left: none; letter-spacing: 0.5px;
}

.lca-input-hint {
    font-size: 11px; color: #999;
    margin-top: 16px;
    display: flex; align-items: center; gap: 6px;
}
.lca-input-hint i { color: var(--teal-500); font-size: 12px; }

/* Legend */
.lca-legend {
    margin-top: 20px;
    padding-top: 18px;
    border-top: 1px solid var(--gray-200, #e2e8e8);
}
.lca-legend-title {
    font-size: 12px; font-weight: 700;
    color: var(--teal-800, #0b5e5b);
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.lca-legend-items { display: flex; flex-direction: column; gap: 8px; }
.lca-legend-item {
    display: flex; align-items: center; gap: 8px;
    font-size: 13px; color: var(--gray-600, #475569);
}
.lca-legend-dot {
    width: 10px; height: 10px;
    border-radius: 3px;
    flex-shrink: 0;
}

/* -- Resi Side -- */
.lca-resi-side {}
.lca-resi-box {
    padding: 24px;
    border-radius: 18px;
    background: linear-gradient(135deg, #f8fefe 0%, #fff 100%);
    border: 1px dashed rgba(44,197,189,0.35);
    box-shadow: 0 4px 20px rgba(0,0,0,0.04);
}
.lca-resi-label {
    font-size: 13px; font-weight: 800;
    color: var(--teal-500);
    margin-bottom: 16px;
    display: flex; align-items: center; gap: 8px;
    letter-spacing: 0.3px;
}
.lca-resi-center { max-width: 300px; margin: 0 auto; }

/* ================================
   MINI LABEL (from AWB Settings)
   ================================ */
.ml {
    border: 1.5px solid #222; border-radius: 3px;
    overflow: hidden; font-family: 'Inter', Arial, sans-serif;
    background: #fff; aspect-ratio: 2/3;
    display: flex; flex-direction: column;
}
.ml .r1 { display: flex; border-bottom: 1px solid #222; }
.ml .r1-logo {
    width: 60px; height: 60px; border-right: 1px solid #222;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0; padding: 4px;
}
.ml .r1-logo i { font-size: 22px; color: #ccc; }
.ml .r1-bc {
    flex: 1; display: flex; flex-direction: column;
    align-items: center; justify-content: center;
    padding: 4px 8px 2px;
}
.ml .r1-bc svg { width: 100%; height: 36px; }
.ml .r1-awb { font-size: 12px; font-weight: 800; letter-spacing: 2px; margin-top: 2px; color: #000; }

.ml .r2 { display: flex; border-bottom: 1px solid #222; }
.ml .r2-c {
    width: 50px; text-align: center; padding: 4px 3px;
    border-right: 1px solid #222; flex-shrink: 0;
}
.ml .r2-cl { font-size: 7px; color: #666; }
.ml .r2-cv { font-size: 16px; font-weight: 800; line-height: 1.2; }
.ml .r2-info { flex: 1; padding: 4px 7px; font-size: 8.5px; line-height: 1.5; color: #444; }
.ml .r2-info b { color: #000; }

.ml .r3 { display: flex; border-bottom: 1px solid #222; }
.ml .r3-c { flex: 1; padding: 4px 7px; }
.ml .r3-row { display: flex; justify-content: space-between; font-size: 10px; font-weight: 700; }
.ml .r3-badge {
    width: 56px; background: #000; color: #fff;
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    border-left: 1px solid #222; flex-shrink: 0;
}
.ml .r3-badge-m { font-size: 9px; font-weight: 800; }
.ml .r3-badge-s { font-size: 5.5px; opacity: 0.8; margin-top: 1px; }

.ml .r4 { padding: 4px 7px; border-bottom: 1px solid #222; }
.ml .r4-hdr { display: flex; justify-content: space-between; font-size: 10px; font-weight: 700; }
.ml .r4-addr { font-size: 8px; color: #333; line-height: 1.4; margin: 2px 0; }
.ml .r4-loc { font-size: 9.5px; font-weight: 700; margin-top: 2px; }

.ml .r5 { display: flex; border-bottom: 1px solid #222; }
.ml .r5-i { flex: 1; padding: 4px 7px; border-right: 1px solid #222; }
.ml .r5-i:last-child { border-right: none; }
.ml .r5-l { font-size: 7px; color: #777; }
.ml .r5-v { font-size: 12px; font-weight: 800; }
.ml .r5-u { font-size: 8px; font-weight: 400; }

.ml .r6-h {
    background: #f0f0f0; padding: 3px 7px;
    display: flex; justify-content: space-between;
    font-size: 8px; font-weight: 700; border-bottom: 1px solid #ddd;
}
.ml .r6-b { padding: 4px 7px; }
.ml .r6-items { font-size: 8px; color: #333; }
.ml .r6-tot { display: flex; justify-content: space-between; align-items: center; margin-top: 2px; }
.ml .r6-tl { font-size: 8px; font-weight: 700; }
.ml .r6-tv { font-size: 14px; font-weight: 800; }
.ml .r6-f { font-size: 6.5px; color: #777; padding: 2px 7px; background: #f7f7f7; border-top: 1px solid #eee; }

.ml .r7 { display: flex; padding: 5px 6px; gap: 8px; flex: 1; }
.ml .r7-qr { width: 56px; height: 56px; flex-shrink: 0; }
.ml .r7-qr svg { width: 100%; height: 100%; }
.ml .r7-txt { font-size: 7px; color: #555; line-height: 1.4; flex: 1; }
.ml .r7-txt b { display: block; margin-top: 3px; }
.ml .r7-web { text-align: right; }
.ml .r7-wb {
    display: inline-flex; align-items: center; gap: 3px;
    background: #000; color: #fff;
    font-size: 7.5px; font-weight: 700; padding: 2px 6px;
}
.ml .sec-lbl { font-size: 7px; color: #888; text-transform: uppercase; }

/* --------------------------------
   SECTION 3: KEUNTUNGAN (6 cards)
   -------------------------------- */
.lca-benefits {
    padding: 80px 0;
    background: #fff;
}
.lca-benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.lca-benefit-card {
    background: #fff;
    border: 1px solid var(--gray-200, #e2e8e8);
    border-radius: 18px;
    padding: 32px 24px;
    transition: all 0.35s ease;
    position: relative;
    overflow: hidden;
}
.lca-benefit-card::before {
    content: '';
    position: absolute; top: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--teal-500), var(--teal-300));
    opacity: 0; transition: opacity 0.3s;
}
.lca-benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 40px rgba(44,197,189,0.1);
    border-color: var(--teal-200, #d0f4f1);
}
.lca-benefit-card:hover::before { opacity: 1; }
.lca-benefit-icon {
    width: 56px; height: 56px; border-radius: 14px;
    background: var(--teal-50, #e6faf9);
    border: 2px solid var(--teal-100, #c3ebe8);
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 16px; font-size: 22px;
    color: var(--teal-600); transition: all 0.3s ease;
}
.lca-benefit-card:hover .lca-benefit-icon {
    background: var(--teal-500); color: #fff;
    border-color: var(--teal-500);
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(44,197,189,0.25);
}
.lca-benefit-title {
    font-size: 16px; font-weight: 700;
    color: var(--teal-800, #0b5e5b);
    margin-bottom: 8px;
}
.lca-benefit-desc {
    font-size: 14px; line-height: 1.65;
    color: var(--gray-500, #6c757d);
    margin-bottom: 0;
}

/* --------------------------------
   SECTION 4: CARA KERJA (4 steps)
   -------------------------------- */
.lca-process {
    padding: 72px 0;
    background: var(--gray-50, #f8f9fa);
}
.lca-steps {
    display: flex; align-items: flex-start;
    justify-content: center; gap: 0;
}
.lca-step { text-align: center; flex: 1; max-width: 220px; position: relative; }
.lca-step-num {
    width: 32px; height: 32px; border-radius: 50%;
    background: var(--teal-500); color: #fff;
    font-size: 14px; font-weight: 800;
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 14px;
    box-shadow: 0 4px 16px rgba(44,197,189,0.3);
}
.lca-step-icon {
    width: 64px; height: 64px; border-radius: 16px;
    background: #fff; border: 2px solid var(--teal-100, #c3ebe8);
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 16px; font-size: 24px;
    color: var(--teal-600); transition: all 0.3s ease;
}
.lca-step:hover .lca-step-icon {
    background: var(--teal-500); color: #fff;
    border-color: var(--teal-500);
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(44,197,189,0.25);
}
.lca-step-title { font-size: 15px; font-weight: 700; color: var(--teal-800, #0b5e5b); margin-bottom: 6px; }
.lca-step-desc { font-size: 13px; line-height: 1.6; color: var(--gray-500, #6c757d); }
.lca-step-connector {
    display: flex; align-items: center;
    padding-top: 56px;
    color: var(--teal-300, #7dd8d3);
    font-size: 14px; flex-shrink: 0; margin: 0 8px;
}

/* --------------------------------
   SECTION 5: CTA
   -------------------------------- */
.lca-cta { padding: 0 0 72px; background: var(--gray-50, #f8f9fa); }
.lca-cta-box {
    position: relative;
    background: linear-gradient(135deg, var(--teal-700, #1FA59E), var(--teal-500, #2CC5BD));
    border-radius: 20px; padding: 56px 48px;
    text-align: center; overflow: hidden;
}
.lca-cta-orb { position: absolute; border-radius: 50%; pointer-events: none; }
.lca-cta-orb-1 { width: 200px; height: 200px; top: -50px; right: -30px; background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 60%); }
.lca-cta-orb-2 { width: 150px; height: 150px; bottom: -40px; left: -30px; background: radial-gradient(circle, rgba(255,184,0,0.1) 0%, transparent 55%); }
.lca-cta-inner { position: relative; z-index: 2; }
.lca-cta-inner h3 { font-size: 28px; font-weight: 800; color: #fff; margin-bottom: 12px; }
.lca-cta-inner p { font-size: 15px; color: rgba(255,255,255,0.9); max-width: 520px; margin: 0 auto 28px; line-height: 1.7; }
.lca-cta-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* btn-ea-outline-white → moved to core.css */

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width: 991.98px) {
    .lca-preview-wrap { grid-template-columns: 1fr; gap: 24px; }
    .lca-resi-center { max-width: 280px; }
    .lca-benefits-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 575.98px) {
    .lca-section-title { font-size: 24px; }
    .lca-section-desc { font-size: 14px; }

    .lca-preview { padding: 48px 0; }
    .lca-input-card { padding: 20px 16px; }
    .lca-prefix-field { width: 80px; height: 46px; font-size: 20px; }
    .lca-seg { font-size: 11px; padding: 8px 4px; }
    .lca-resi-center { max-width: 240px; }

    .lca-benefits { padding: 48px 0; }
    .lca-benefits-grid { grid-template-columns: 1fr; gap: 16px; }
    .lca-benefit-card { padding: 24px 20px; }
    .lca-benefit-icon { width: 48px; height: 48px; border-radius: 12px; font-size: 20px; }

    .lca-process { padding: 48px 0; }
    .lca-steps {
        flex-direction: column; align-items: stretch;
        gap: 0; position: relative; padding-left: 48px;
    }
    .lca-steps::before {
        content: ''; position: absolute;
        left: 22px; top: 24px; bottom: 24px;
        width: 3px;
        background: linear-gradient(180deg, var(--teal-500), var(--teal-300), var(--teal-500));
        border-radius: 4px;
    }
    .lca-step { max-width: 100%; text-align: left; position: relative; padding: 12px 0 28px; }
    .lca-step:last-child { padding-bottom: 0; }
    .lca-step-num {
        position: absolute; left: -48px; top: 12px;
        width: 40px; height: 40px; font-size: 16px; z-index: 2;
        border: 3px solid var(--gray-50, #f8f9fa);
        box-shadow: 0 2px 12px rgba(44,197,189,0.3);
    }
    .lca-step-icon { width: 48px; height: 48px; border-radius: 12px; margin: 0 0 10px; font-size: 20px; }
    .lca-step-title { text-align: left; }
    .lca-step-desc { text-align: left; }
    .lca-step-connector { display: none; }

    .lca-cta-box { padding: 40px 24px; border-radius: 16px; }
    .lca-cta-inner h3 { font-size: 22px; }
    .lca-cta-inner p { font-size: 14px; }
}
