/* ============================================================
   Landing Page - Situs Dalam Pengawasan
   Kementerian Komunikasi dan Digital RI
   ============================================================ */

body {
    font-family: Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    line-height: 1.3;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    background-color: #f4f5f6;
    margin: 0;
    padding: 0;
}

.paragraf {
    font-family: Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    margin: 0;
    margin-bottom: 10px;
}

.body {
    border-collapse: separate;
    mso-table-lspace: 0pt;
    mso-table-rspace: 0pt;
    background-color: #f4f5f6;
    width: 100%;
}

.container {
    font-family: Helvetica, sans-serif;
    font-size: 16px;
    vertical-align: top;
    max-width: 800px;
    padding: 0;
    padding-top: 16px;
    width: 800px;
    margin: 0 auto;
}

.content {
    box-sizing: border-box;
    display: block;
    margin: 0 auto;
    max-width: 800px;
    padding: 0;
}

.main {
    border-collapse: separate;
    mso-table-lspace: 0pt;
    mso-table-rspace: 0pt;
    background: #ffffff;
    border: 1px solid #eaebed;
    border-radius: 16px;
    width: 100%;
}

.wrapper {
    font-family: Helvetica, sans-serif;
    font-size: 16px;
    vertical-align: top;
    box-sizing: border-box;
    padding: 20px 24px;
}

.footer {
    clear: both;
    padding-top: 12px;
    text-align: center;
    width: 100%;
}

.content-block {
    font-family: Helvetica, sans-serif;
    vertical-align: top;
    color: #9a9ea6;
    font-size: 14px;
    text-align: center;
    padding: 0 20px;
}

.warning-banner {
    background: linear-gradient(135deg, #0066AA 0%, #004d82 100%);
    padding: 14px 20px;
    text-align: center;
    border-radius: 8px;
    margin-bottom: 12px;
}

.warning-banner h2 {
    color: #ffffff;
    font-size: 22px;
    margin: 0 0 4px 0;
    font-weight: 600;
}

.warning-banner p {
    color: #ffffff;
    font-size: 14px;
    margin: 0;
    opacity: 0.9;
}

.domain-box {
    background: #f8f9fa;
    border-left: 4px solid #0066AA;
    padding: 12px 20px;
    margin: 10px 0;
    border-radius: 4px;
}

.domain-label {
    font-size: 13px;
    color: #666;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
}

.domain-value {
    font-size: 18px;
    color: #0066AA;
    font-weight: 600;
    word-break: break-all;
    font-family: 'Courier New', monospace;
}

.info-section {
    background: #f8f9fa;
    padding: 14px 20px;
    border-radius: 8px;
    margin: 10px 0;
}

.info-section h3 {
    font-size: 16px;
    color: #0066AA;
    margin: 0 0 8px 0;
    font-weight: 600;
}

.info-section ul {
    margin: 8px 0;
    padding-left: 20px;
}

.info-section li {
    margin-bottom: 4px;
    line-height: 1.2;
}

.btn-whatsapp {
    display: inline-block;
    background-color: #25D366;
    color: #ffffff;
    padding: 12px 24px;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 15px;
    margin: 8px 4px 0 4px;
    transition: all 0.3s;
}

.btn-whatsapp:hover {
    background-color: #128C7E;
}

.contact-info {
    background: #e8f4f8;
    border: 1px solid #b3d9e8;
    padding: 14px 20px;
    border-radius: 8px;
    margin: 10px 0;
}

.contact-info p {
    margin: 0 0 4px 0;
    line-height: 1.4;
}

a {
    color: #0066AA;
    text-decoration: underline;
}

strong {
    font-weight: 600;
}

@media only screen and (max-width: 840px) {
    .main p,
    .main td,
    .main span {
        font-size: 16px !important;
    }

    .wrapper {
        padding: 16px !important;
    }

    .content {
        padding: 0 !important;
    }

    .container {
        padding: 0 8px !important;
        padding-top: 8px !important;
        width: 100% !important;
    }

    .main {
        border-left-width: 0 !important;
        border-radius: 0 !important;
        border-right-width: 0 !important;
    }

    .warning-banner h2 {
        font-size: 18px;
    }

    .domain-value {
        font-size: 16px;
    }
}
