body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    color: #333;
}

header {
    background-color: #fff;
    padding: 15px 40px;
    border-bottom: 1px solid #eee;
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

.logo {
    display: flex;
    align-items: center;
    gap: 2px;
}

.direct-text {
    font-weight: bold;
    color: #005b56;
    font-size: 1.4rem;
    margin-left: 5px;
}

.cash-text {
    color: #666;
    font-size: 0.9rem;
    align-self: flex-end;
    margin-bottom: 3px;
    margin-left: 5px;
}

.language-selector button {
    background: #f8f9fa;
    border: 1px solid #ddd;
    padding: 8px 15px;
    border-radius: 20px;
    cursor: pointer;
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    gap: 5px;
}

.flag-icon {
    width: 20px;
    height: 12px;
    background: linear-gradient(to bottom, red 50%, white 50%);
    display: inline-block;
    border: 1px solid #ddd;
}

main {
    max-width: 1200px;
    margin: 40px auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 40px;
    gap: 30px;
}

.login-section {
    display: flex;
    flex-direction: column;
    width: 450px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #eee;
}

.security-guide {
    background-color: #008282;
    color: #fff;
    padding: 25px;
}

.guide-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.guide-header h3 {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 500;
}

.security-guide ul {
    padding-left: 15px;
    margin: 0;
    font-size: 0.85rem;
    line-height: 1.6;
}

.security-guide li {
    margin-bottom: 8px;
}

.url-check {
    margin-top: 25px;
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 8px;
    padding: 15px;
    text-align: center;
    background: rgba(255,255,255,0.05);
}

.url-check p {
    margin: 0 0 10px 0;
    font-size: 0.9rem;
}

.url-box {
    font-weight: bold;
    font-size: 1rem;
}

.login-form-container {
    background: #fff;
    padding: 30px;
}

.input-group {
    margin-bottom: 15px;
}

.input-group input {
    width: 100%;
    padding: 14px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-sizing: border-box;
    font-size: 0.95rem;
    background-color: #fdfdfd;
}

.password-group {
    position: relative;
}

.toggle-password {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #888;
    font-size: 0.8rem;
}

.button-group {
    display: flex;
    gap: 12px;
    margin-top: 20px;
}

.button-group button {
    flex: 1;
    padding: 14px;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    font-weight: bold;
    font-size: 0.95rem;
    transition: opacity 0.2s;
}

.btn-masuk {
    background-color: #ff6a00;
    color: #fff;
}

.btn-hapus {
    background-color: #00a5a5;
    color: #fff;
}

.warning-bar {
    margin-top: 20px;
    background-color: #f8f8f8;
    padding: 12px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.8rem;
    color: #666;
}

.form-footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 25px;
}

.form-footer a {
    color: #ff6a00;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
}

.terms-text {
    font-size: 0.75rem;
    color: #888;
    margin-top: 5px;
    line-height: 1.4;
}

.support-section {
    width: 450px;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #eee;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.support-header {
    background: #00a5a5;
    color: #fff;
    padding: 15px 25px;
    font-weight: 500;
}

.support-links a {
    display: block;
    padding: 15px 25px;
    border-bottom: 1px solid #f0f0f0;
    text-decoration: none;
    color: #444;
    font-size: 0.9rem;
    background: #fff;
}

.contact-card {
    width: 450px;
    background: #f4f6f8;
    border-radius: 12px;
    padding: 25px;
    box-sizing: border-box;
}

.service-title {
    font-weight: bold;
    font-size: 0.75rem;
    color: #777;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
    font-size: 0.9rem;
    color: #444;
}

.carousel-section {
    width: 100%;
    max-width: 800px;
    position: relative;
    padding: 20px 0;
}

.carousel-container {
    display: flex;
    gap: 15px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 10px;
}

.carousel-container::-webkit-scrollbar {
    display: none;
}

.promo-card {
    min-width: 250px;
    height: 140px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

.promo-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: white;
    border: none;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    cursor: pointer;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.prev-btn { left: -15px; }
.next-btn { right: -15px; }

footer {
    background: #fff;
    border-top: 1px solid #eee;
    padding-top: 50px;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px 40px;
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 40px;
}

.footer-col h4 {
    font-size: 0.9rem;
    color: #888;
    margin-bottom: 20px;
    font-weight: 500;
}

.footer-col p, .footer-col a {
    font-size: 0.85rem;
    color: #444;
    margin: 8px 0;
    line-height: 1.5;
    text-decoration: none;
}

.marquee-container {
    background-color: #00a5a5;
    color: #fff;
    padding: 8px 0;
}

marquee {
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .footer-content {
        grid-template-columns: 1fr;
        padding: 0 20px 20px;
    }
    .login-section, .support-section, .contact-card {
        width: 90%;
    }
}
