/* Container utama langkah */
.step-container{
    display:flex;
    flex-direction:column;
    gap:28px;
}

/* Card langkah */
.step-card{
    background:#fff;
    padding:28px 32px;
    border-radius:24px;
    box-shadow:0 10px 24px rgba(0,0,0,.12);
    transition:.35s;
}
.step-card:hover{
    transform:translateY(-4px);
}
.step-card h3{
    font-size:20px;
    font-weight:700;
    margin-bottom:14px;
}
.step-card p{
    font-size:15px;
    line-height:1.6;
    margin-bottom:16px;
}
.steps-list{
    margin-left:20px;
}
.steps-list li{
    margin-bottom:12px;
    font-size:15px;
    line-height:1.6;
}

/* Contact Cards */
.contact-cards{
    display:flex;
    gap:20px;
    flex-wrap:wrap;
    margin-top:12px;
}
.contact-card{
    flex:1 1 150px;
    display:flex;
    flex-direction:column;
    align-items:center;
    text-decoration:none;
    padding:16px;
    border-radius:20px;
    color:white;
    font-weight:700;
    transition:.3s;
    box-shadow:0 8px 18px rgba(0,0,0,.12);
    text-align:center;
}
.contact-card img{
    width:48px;
    margin-bottom:8px;
}
.wa-card{background:#25D366;}
.ig-card{background:linear-gradient(45deg,#F58529,#DD2A7B,#8134AF);}
.contact-card:hover{
    transform:translateY(-3px);
    opacity:.9;
}

/* Tombol Back */
.back-btn-container{
    display:flex;
    justify-content:flex-start;
    margin-top:20px;
}
.back-btn{
    display:inline-block;
    padding:10px 24px;
    background:linear-gradient(90deg,#05558E,#5A8196);
    color:white;
    font-weight:700;
    border-radius:20px;
    text-decoration:none;
    box-shadow:0 6px 18px rgba(0,0,0,.12);
    transition:.3s;
    font-size:15px;
}
.back-btn:hover{
    transform:translateY(-3px);
    opacity:.9;
    box-shadow:0 8px 24px rgba(0,0,0,.18);
}

/* Responsive */
@media(max-width:768px){
    .contact-cards{
        flex-direction:column;
    }
    .contact-card{
        width:100%;
    }
}

/* ================= VARIABLES & RESET ================= */
:root {
    --primary: #053659;
    --secondary: #05558E;
    --accent: #F8D23C;
    --white: #ffffff;
    --bg-light: #f5f8fb;
}

* { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Plus Jakarta Sans', sans-serif; }

body { background: var(--bg-light); color: var(--primary); overflow-x: hidden; }

/* ================= CONTAINER ================= */
.container { width: min(92%, 1000px); margin: auto; padding: 40px 0 100px; }

h1 { font-size: clamp(28px, 4vw, 42px); font-weight: 800; text-align: center; margin-bottom: 40px; }

/* ================= STEP CARDS ================= */
.step-card {
    background: var(--white);
    padding: 30px;
    border-radius: 24px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    margin-bottom: 25px;
}

.step-card h3 { font-weight: 800; margin-bottom: 15px; color: var(--secondary); }

.steps-list { padding-left: 20px; }
.steps-list li { margin-bottom: 15px; font-weight: 400; line-height: 1.6; }

/* ================= COPY BOX (FOKUS TEXT) ================= */
.copy-container {
    margin-top: 15px;
    background: #f1f5f9;
    padding: 15px;
    border-radius: 15px;
    border: 2px dashed #cbd5e1;
}

.copy-container label {
    display: block;
    font-size: 13px;
    font-weight: 800; /* Bold untuk label */
    color: var(--primary);
    text-transform: uppercase;
    margin-bottom: 8px;
}

.copy-box {
    width: 100%;
    height: 130px;
    padding: 12px;
    border-radius: 10px;
    border: 1px solid #ddd;
    background: var(--white);
    font-size: 15px;
    font-weight: 400; /* Isi database/copy jadi Normal */
    color: #334155;
    resize: none;
    cursor: pointer;
    line-height: 1.5;
}

.copy-container small { font-size: 11px; color: #64748b; margin-top: 5px; display: block; }

/* ================= CONTACT CARDS ================= */
.contact-cards { display: flex; gap: 15px; margin-top: 20px; }
.contact-card {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px;
    border-radius: 15px;
    text-decoration: none;
    font-weight: 700;
    color: white;
}
.wa-card { background: #0e9941; }
.ig-card { background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); }
.contact-card img { width: 24px; height: 24px; }

/* ================= BACK BUTTON ================= */
.back-btn-container { margin-bottom: 20px; }
.back-btn {
    text-decoration: none;
    color: var(--secondary);
    font-weight: 800;
    font-size: 16px;
    transition: 0.3s;
}
.back-btn:hover { transform: translateX(-5px); display: inline-block; }

/* ================= MOBILE FIX ================= */
@media (max-width: 600px) {
    .contact-cards { flex-direction: column; }
    .copy-box { font-size: 14px; height: 150px; }
}

/* ================= STATUS EXPLANATION STYLE ================= */

.status-explanation {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    background: #f8fafc;
    padding: 20px;
    border-radius: 18px;
}

.status-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

/* Titik indikator warna */
.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-top: 6px;
    flex-shrink: 0;
}

.dot.process  { background-color: #64748b; } /* Abu-abu */
.dot.pickup   { background-color: #3b82f6; } /* Biru */
.dot.washing  { background-color: #8b5cf6; } /* Ungu */
.dot.delivery { background-color: #f59e0b; } /* Oranye (Diantar) */
.dot.finished { background-color: #16a34a; } /* Hijau */     

.status-item p {
    font-size: 15px;
    line-height: 1.4;
    margin: 0;
    font-weight: 400; /* Tetap normal agar tidak berat */
    color: var(--primary);
}

.status-item strong {
    color: var(--secondary);
    font-weight: 800; /* Label status tetap Bold */
}

/* Responsif Mobile */
@media (max-width: 600px) {
    .status-explanation {
        padding: 15px;
    }
    .status-item p {
        font-size: 14px;
    }
}

/* ================= INLINE LINK STYLE ================= */

.inline-link {
    color: var(--secondary);
    text-decoration: none;
    font-weight: 700; /* Sedikit tebal agar menonjol */
    border-bottom: 2px solid var(--accent); /* Garis bawah warna kuning aksen */
    padding: 0 2px;
    transition: var(--transition);
}

.inline-link:hover {
    background-color: var(--accent);
    color: var(--primary);
    border-radius: 4px;
}

/* Memastikan teks paragraf di sekitarnya tetap normal (400) */
.step-card p {
    font-weight: 400;
    line-height: 1.6;
    color: var(--primary);
}