/* ============================================
   MODULES/FOOTER_SOCIAL_V2.CSS
   Footer, social icons, address (SMACSS module)
   AD LASER WON — SMACSS Modular V2
   Generated: 18 Mei 2026
   PATENT RULE Compliance
   ============================================ */

15%  { left: 50%;   transform: translateX(-50%); }

60%  { left: 50%;   transform: translateX(-50%); }

75%  { left: -100%; transform: translateX(0); }

100% { left: -100%; transform: translateX(0); }

.dot-indicators { display: flex; justify-content: center; gap: 8px; padding: 8px 0 4px; }

.dot { width: 8px; height: 8px; border-radius: 50%; background: #d4c8b8; transition: 0.3s; }

.dot.active { background: var(--ad-merah-soft); transform: scale(1.2); box-shadow: 0 0 5px var(--ad-merah-soft); }

.img-caption { 
    position: absolute; top: 10px; left: 50%; transform: translateX(-50%); z-index: 99; 
    font-size: 10px; font-weight: 900; color: #fff; background: var(--won-dark); 
    padding: 4px 12px; border-radius: 20px; text-transform: uppercase;
}

.label-gray { 
    background: var(--bg-luar); 
    font-family: 'Segoe UI', sans-serif;
    font-size: 11px; 
    font-weight: 800; 
    padding: 10px; 
    margin: 15px 0; 
    border-radius: 10px; 
    text-transform: uppercase; 
    letter-spacing: 1.2px;
    color: var(--ad-merah-soft); /* POLISHED: marun brand */
    box-shadow: var(--inner-shadow); 
}

.main-grid { display: grid; grid-template-columns: 1fr; gap: 25px; }

.msg { 
    padding: 12px 18px; 
    border-radius: 20px; 
    font-family: 'Segoe UI', sans-serif;
    font-size: 14px; 
    max-width: 80%; 
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    line-height: 1.5;
}

.msg.ai { 
    background: #ffffff; /* POLISHED: putih bersih */
    align-self: flex-start; 
    color: #1a1a1a; 
    border: 1px solid rgba(232, 224, 212, 0.8);
    border-bottom-left-radius: 4px;
}

.msg.user { 
    background: linear-gradient(135deg, var(--won-dark) 0%, #006b54 100%); /* POLISHED: hijau WON gradient - AI = workshop online berbicara */
    color: #ffffff; 
    align-self: flex-end;
    border-bottom-right-radius: 4px;
}

.input-wrapper { 
    background: #ffffff; 
    padding: 8px 16px; 
    border-radius: 30px; 
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    border: 1px solid rgba(232, 224, 212, 0.8);
    display: flex; 
    align-items: center;
    gap: 10px; 
}

.input-wrapper input { flex: 1; border: none; background: transparent; outline: none; font-size: 16px; color: #000; }

.input-wrapper button { 
    border: none; 
    background: linear-gradient(135deg, #b8935a 0%, #d4ac6e 100%); /* POLISHED: gold gradient */
    color: #ffffff; 
    font-size: 16px; 
    cursor: pointer;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s;
}

.input-wrapper button:hover { transform: scale(1.05); }

.input-wrapper input {
    font-family: 'Segoe UI', sans-serif;
    font-size: 14px;
}

footer { 
    padding: 40px 24px 30px; 
    margin-top: 40px; 
    border-radius: 30px 30px 0 0; 
    background: linear-gradient(180deg, #ffffff 0%, #faf6ef 100%); /* POLISHED: subtle gradient */
    box-shadow: 0 -10px 20px rgba(0,0,0,0.05); 
    display: flex; 
    flex-direction: column; 
    gap: 20px; 
    align-items: center; /* POLISHED: center all */
    position: relative;
}

footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: #b8935a; /* POLISHED: gold accent line di atas */
    border-radius: 0 0 4px 4px;
}

.footer-title {
    font-family: 'Segoe UI', sans-serif;
    font-weight: 800;
    font-size: 22px;
    color: var(--ad-merah-soft); /* Marun brand */
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 5px;
    position: relative;
}

.footer-title::after {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background: #b8935a; /* Gold */
    margin: 8px auto 0;
    border-radius: 2px;
}

.social-icons { 
    display: flex; 
    gap: 16px; 
    justify-content: center;
    margin: 5px 0;
}

.social-icons a { 
    font-size: 22px; 
    color: var(--ad-merah-soft); /* POLISHED: marun brand */
    background: #ffffff;
    box-shadow: var(--shadow); 
    width: 52px; 
    height: 52px; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    border-radius: 50%; 
    border: 1px solid rgba(232, 224, 212, 0.6);
    transition: transform 0.2s, box-shadow 0.2s;
    text-decoration: none;
}

.social-icons a:hover { 
    transform: translateY(-2px); 
    box-shadow: 0 8px 16px rgba(112, 55, 59, 0.15);
}

.contact-buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    max-width: 360px;
    margin-top: 8px;
}

.contact-btn {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 18px;
    background: #ffffff;
    border: 1px solid rgba(232, 224, 212, 0.8);
    border-radius: 16px;
    box-shadow: var(--shadow);
    text-decoration: none;
    color: #1a1a1a;
    transition: transform 0.2s, box-shadow 0.2s;
}

.contact-btn:hover, .contact-btn:active {
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
}

.contact-btn-icon {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-size: 20px;
    color: #ffffff;
    flex-shrink: 0;
}

.contact-btn-icon.phone {
    background: linear-gradient(135deg, var(--ad-merah-soft) 0%, #8a4d51 100%);
}

.contact-btn-icon.location {
    background: linear-gradient(135deg, #b8935a 0%, #d4ac6e 100%);
}

.contact-btn-text {
    display: flex;
    flex-direction: column;
    text-align: left;
    flex: 1;
}

.contact-btn-label {
    font-family: 'Segoe UI', sans-serif;
    font-weight: 700;
    font-size: 11px;
    color: #6b5b4f;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 2px;
}

.contact-btn-value {
    font-family: 'Segoe UI', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #1a1a1a;
    line-height: 1.3;
}

.contact-btn-arrow {
    color: var(--ad-merah-soft);
    font-size: 14px;
    opacity: 0.5;
}

.address-minimal {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 8px;
    padding: 0 16px;
    text-align: center;
}

.address-minimal i {
    color: var(--ad-merah-soft);
    font-size: 14px;
}

.address-minimal a {
    font-family: 'Segoe UI', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #1a1a1a;
    text-decoration: none;
    line-height: 1.4;
}

.address-minimal a:hover {
    color: var(--ad-merah-soft);
    text-decoration: underline;
}

.address-info { 
    font-family: 'Segoe UI', sans-serif;
    font-size: 12px; 
    font-weight: 600; 
    color: #6b5b4f; 
    line-height: 1.6;
    text-align: center;
    margin-top: 12px;
    padding-top: 16px;
    border-top: 1px solid rgba(232, 224, 212, 0.6);
    width: 100%;
    max-width: 360px;
}

.lightbox {
    display: none; 
    position: fixed; 
    top: 0; left: 0; 
    width: 100%; height: 100%; 
    background: rgba(0, 0, 0, 0.85); 
    z-index: 999999; 
    justify-content: center; 
    align-items: center; 
    backdrop-filter: blur(5px);
}

.lightbox img {
    max-width: 90%; 
    max-height: 90%; 
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.5);
    animation: zoomIn 0.3s ease;
}

.lightbox-close {
    position: absolute; 
    top: 25px; right: 30px; 
    color: #fff; 
    font-size: 35px; 
    cursor: pointer; 
    transition: 0.2s;
}

.lightbox-close:active { transform: scale(0.8); color: var(--ad-merah-soft); }

.step-dots-overlay {
    position: absolute;
    bottom: 8px;
    right: 12px;
    display: flex;
    gap: 6px;
    z-index: 10;
    background: rgba(0,0,0,0.4);
    padding: 6px 10px;
    border-radius: 12px;
    backdrop-filter: blur(4px);
}

.step-dots-overlay .dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(255,255,255,0.4);
}

.step-dots-overlay .dot.active {
    background: #b8935a; /* Gold active */
    transform: scale(1.2);
    box-shadow: 0 0 4px rgba(184, 147, 90, 0.6);
}
