/* =========================================================
   RESET
========================================================= */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


/* =========================================================
   BODY
========================================================= */

body {

    font-family:
        Inter,
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto,
        Arial,
        sans-serif;

    min-height: 100vh;

    background:
        linear-gradient(
            135deg,
            #061a3a 0%,
            #0b2c60 50%,
            #061a3a 100%
        );

    color: #18243a;

    overflow-x: hidden;
}


/* =========================================================
   BACKGROUND
========================================================= */

.background {

    position: fixed;

    inset: 0;

    overflow: hidden;

    pointer-events: none;

    z-index: 0;
}


.glow {

    position: absolute;

    border-radius: 50%;

    filter: blur(100px);

    opacity: .22;
}


.glow-blue {

    width: 450px;

    height: 450px;

    background: #1976d2;

    top: -200px;

    left: -200px;
}


.glow-red {

    width: 400px;

    height: 400px;

    background: #ef4444;

    bottom: -200px;

    right: -150px;
}


/* =========================================================
   PAGE
========================================================= */

.page {

    min-height: 100vh;

    width: 100%;

    display: flex;

    justify-content: center;

    align-items: center;

    padding: 35px 18px;

    position: relative;

    z-index: 1;
}


/* =========================================================
   MAIN CARD
========================================================= */

.block-card {

    width: 100%;

    max-width: 900px;

    background: rgba(255,255,255,.98);

    border-radius: 24px;

    overflow: hidden;

    box-shadow:
        0 35px 90px rgba(0,0,0,.35);

    border: 1px solid rgba(255,255,255,.6);
}


/* =========================================================
   HEADER BRAND
========================================================= */

.header-brand {

    min-height: 145px;

    padding: 28px 50px;

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 40px;

    border-bottom: 1px solid #e5e7eb;

    background: #ffffff;
}


.brand {

    display: flex;

    align-items: center;

    justify-content: center;

    width: 330px;

    height: 80px;
}


.logo-komdigi {

    max-width: 300px;

    max-height: 75px;

    width: auto;

    height: auto;

    object-fit: contain;
}


.logo-starnus {

    max-width: 280px;

    max-height: 85px;

    width: auto;

    height: auto;

    object-fit: contain;
}


.separator {

    width: 1px;

    height: 70px;

    background: #d5dbe5;
}


/* =========================================================
   BLOCK ICON
========================================================= */

.block-icon-wrapper {

    display: flex;

    justify-content: center;

    padding-top: 45px;
}


.block-icon {

    width: 130px;

    height: 130px;

    border-radius: 50%;

    display: flex;

    justify-content: center;

    align-items: center;

    background:
        radial-gradient(
            circle,
            #fee2e2 0%,
            #fff 70%
        );

    border: 1px solid #fecaca;
}


.shield {

    width: 80px;

    height: 90px;

    background:
        linear-gradient(
            145deg,
            #ef4444,
            #b91c1c
        );

    clip-path:
        polygon(
            50% 0%,
            92% 18%,
            86% 70%,
            50% 100%,
            14% 70%,
            8% 18%
        );

    position: relative;

    display: flex;

    justify-content: center;

    align-items: center;
}


.lock-body {

    width: 31px;

    height: 27px;

    background: white;

    border-radius: 4px;

    position: absolute;

    top: 42px;
}


.lock-top {

    width: 24px;

    height: 22px;

    border: 5px solid white;

    border-bottom: none;

    border-radius: 14px 14px 0 0;

    position: absolute;

    top: 24px;
}


/* =========================================================
   TITLE
========================================================= */

h1 {

    text-align: center;

    margin-top: 28px;

    font-size: 48px;

    line-height: 1.15;

    font-weight: 800;

    letter-spacing: -1.5px;

    color: #10254b;
}


h1 span {

    color: #d92f2f;
}


/* =========================================================
   TITLE LINE
========================================================= */

.title-line {

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 15px;

    margin-top: 16px;
}


.title-line span {

    width: 80px;

    height: 2px;

    background: #ef4444;
}


.warning-small {

    width: 25px;

    height: 25px;

    border: 2px solid #ef4444;

    border-radius: 6px;

    color: #ef4444;

    display: flex;

    align-items: center;

    justify-content: center;

    font-weight: 800;
}


/* =========================================================
   DESCRIPTION
========================================================= */

.main-description {

    max-width: 700px;

    margin: 25px auto 0;

    padding: 0 30px;

    text-align: center;

    font-size: 17px;

    line-height: 1.75;

    color: #46566f;
}


.government-description {

    max-width: 700px;

    margin: 10px auto 0;

    padding: 0 30px;

    text-align: center;

    font-size: 15px;

    line-height: 1.7;

    color: #64748b;
}


/* =========================================================
   CATEGORY
========================================================= */

.category-box {

    margin:
        35px 70px 0;

    padding: 20px 25px;

    display: flex;

    align-items: center;

    gap: 20px;

    border-radius: 16px;

    border: 1px solid #fecaca;

    background:
        linear-gradient(
            135deg,
            #fff8f8,
            #fff1f1
        );
}


.category-icon {

    width: 55px;

    height: 55px;

    min-width: 55px;

    border-radius: 13px;

    background: #fee2e2;

    border: 1px solid #fecaca;

    color: #dc2626;

    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 28px;

    font-weight: 900;
}


.category-content {

    display: flex;

    flex-direction: column;

    gap: 5px;
}


.category-content span {

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 1.2px;

    color: #64748b;
}


.category-content strong {

    font-size: 22px;

    color: #b42318;

    letter-spacing: .2px;
}


/* =========================================================
   INFORMATION
========================================================= */

.information-box {

    margin:
        18px 70px 0;

    border: 1px solid #e2e7ee;

    border-radius: 16px;

    overflow: hidden;

    background: #fff;
}


.information-row {

    display: flex;

    justify-content: space-between;

    align-items: center;

    gap: 20px;

    padding: 17px 22px;

    border-bottom: 1px solid #edf0f4;
}


.information-row:last-child {

    border-bottom: none;
}


.information-label {

    font-size: 14px;

    color: #64748b;
}


.information-value {

    font-size: 14px;

    font-weight: 700;

    color: #1e293b;

    text-align: right;

    word-break: break-all;
}


/* =========================================================
   GOVERNMENT BOX
========================================================= */

.government-box {

    margin:
        22px 70px 0;

    padding: 24px;

    display: flex;

    gap: 18px;

    border-radius: 16px;

    background:
        linear-gradient(
            135deg,
            #f1f7ff,
            #edf5ff
        );

    border: 1px solid #cfe0fb;
}


.government-icon {

    width: 52px;

    height: 52px;

    min-width: 52px;

    border-radius: 50%;

    display: flex;

    justify-content: center;

    align-items: center;

    background: #2563eb;

    color: white;

    font-size: 25px;
}


.government-content {

    flex: 1;
}


.government-content h3 {

    color: #16469c;

    font-size: 16px;

    margin-bottom: 8px;

    letter-spacing: .4px;
}


.government-content p {

    color: #475569;

    font-size: 13px;

    line-height: 1.65;

    margin-bottom: 10px;
}


.government-content ul {

    list-style: none;

    padding: 0;

    margin: 0;
}


.government-content li {

    display: flex;

    align-items: flex-start;

    gap: 8px;

    color: #334155;

    font-size: 13px;

    line-height: 1.6;

    margin-bottom: 7px;
}


.check {

    display: inline-flex;

    width: 18px;

    height: 18px;

    min-width: 18px;

    border-radius: 50%;

    align-items: center;

    justify-content: center;

    background: #2563eb;

    color: white;

    font-size: 11px;

    margin-top: 2px;
}


.legal-note {

    margin-top: 15px;

    padding: 13px 15px;

    border-radius: 10px;

    background: rgba(255,255,255,.65);

    border: 1px solid #d8e5f8;

    color: #475569;

    font-size: 12px;

    line-height: 1.6;
}


/* =========================================================
   NOTICE
========================================================= */

.notice {

    margin:
        25px 70px 0;

    display: flex;

    align-items: flex-start;

    gap: 15px;

    padding: 5px 10px;
}


.notice-icon {

    width: 34px;

    height: 34px;

    min-width: 34px;

    border-radius: 50%;

    border: 1px solid #bfdbfe;

    background: #eff6ff;

    color: #1d4ed8;

    display: flex;

    justify-content: center;

    align-items: center;

    font-weight: 800;
}


.notice-text strong {

    display: block;

    color: #334155;

    font-size: 14px;

    margin-bottom: 5px;
}


.notice-text p {

    color: #64748b;

    font-size: 13px;

    line-height: 1.6;
}


/* =========================================================
   CONTACT
========================================================= */

.contact-box {

    margin:
        25px 70px 0;

    padding: 20px;

    border: 1px solid #e2e7ee;

    border-radius: 16px;

    display: flex;

    align-items: center;

    gap: 25px;

    background: white;
}


.contact-item {

    flex: 1;

    display: flex;

    align-items: center;

    gap: 18px;

    min-width: 0;
}


.contact-logo {

    width: 110px;

    height: 70px;

    min-width: 110px;

    display: flex;

    align-items: center;

    justify-content: center;
}


.contact-logo img {

    max-width: 105px;

    max-height: 65px;

    width: auto;

    height: auto;

    object-fit: contain;
}


.contact-info {

    display: flex;

    flex-direction: column;

    align-items: flex-start;

    gap: 3px;
}


.contact-info span {

    font-size: 9px;

    color: #64748b;

    font-weight: 700;

    letter-spacing: 1px;
}


.contact-info strong {

    font-size: 17px;

    color: #173b76;
}


.contact-info small {

    font-size: 10px;

    color: #64748b;

    line-height: 1.4;
}


.contact-info a {

    margin-top: 7px;

    display: inline-block;

    padding: 8px 14px;

    border-radius: 7px;

    background: #164ca0;

    color: white;

    text-decoration: none;

    font-size: 11px;

    font-weight: 700;

    transition: .2s;
}


.contact-info a:hover {

    background: #0f3d86;

    transform: translateY(-1px);
}


.contact-divider {

    width: 1px;

    height: 80px;

    background: #e2e8f0;
}


/* =========================================================
   FOOTER
========================================================= */

footer {

    margin-top: 25px;

    padding:
        22px 40px;

    background:
        linear-gradient(
            135deg,
            #071d40,
            #123e7b
        );

    color: white;

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 15px;

    text-align: left;
}


.footer-icon {

    width: 40px;

    height: 40px;

    display: flex;

    justify-content: center;

    align-items: center;

    border-radius: 50%;

    background: rgba(255,255,255,.1);

    font-size: 18px;
}


.footer-text {

    display: flex;

    flex-direction: column;

    gap: 3px;
}


.footer-text strong {

    font-size: 13px;

    letter-spacing: .5px;
}


.footer-text span {

    font-size: 11px;

    color: #d7e3f6;

    line-height: 1.5;
}


.footer-text small {

    margin-top: 4px;

    font-size: 10px;

    color: #9fb5d4;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 750px) {


    .page {

        padding: 15px 10px;
    }


    .block-card {

        border-radius: 18px;
    }


    .header-brand {

        padding: 20px;

        gap: 15px;

        min-height: 110px;
    }


    .brand {

        width: 45%;

        height: 65px;
    }


    .logo-komdigi {

        max-width: 145px;

        max-height: 55px;
    }


    .logo-starnus {

        max-width: 145px;

        max-height: 60px;
    }


    .separator {

        height: 55px;
    }


    .block-icon-wrapper {

        padding-top: 30px;
    }


    .block-icon {

        width: 100px;

        height: 100px;
    }


    .shield {

        width: 63px;

        height: 72px;
    }


    .lock-body {

        width: 25px;

        height: 23px;

        top: 34px;
    }


    .lock-top {

        width: 20px;

        height: 19px;

        border-width: 4px;

        top: 19px;
    }


    h1 {

        font-size: 34px;

        margin-top: 22px;
    }


    .main-description {

        font-size: 14px;

        padding: 0 20px;
    }


    .government-description {

        font-size: 13px;

        padding: 0 20px;
    }


    .category-box {

        margin-left: 20px;

        margin-right: 20px;

        padding: 15px;
    }


    .information-box {

        margin-left: 20px;

        margin-right: 20px;
    }


    .information-row {

        flex-direction: column;

        align-items: flex-start;

        gap: 5px;
    }


    .information-value {

        text-align: left;
    }


    .government-box {

        margin-left: 20px;

        margin-right: 20px;

        padding: 18px;
    }


    .government-icon {

        width: 42px;

        height: 42px;

        min-width: 42px;

        font-size: 20px;
    }


    .government-content li {

        font-size: 12px;
    }


    .notice {

        margin-left: 20px;

        margin-right: 20px;
    }


    .contact-box {

        margin-left: 20px;

        margin-right: 20px;

        flex-direction: column;

        align-items: stretch;

        gap: 15px;
    }


    .contact-item {

        width: 100%;
    }


    .contact-divider {

        width: 100%;

        height: 1px;
    }


    footer {

        padding: 18px 20px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 430px) {


    .header-brand {

        gap: 8px;

        padding: 15px;
    }


    .logo-komdigi {

        max-width: 125px;

        max-height: 48px;
    }


    .logo-starnus {

        max-width: 125px;

        max-height: 52px;
    }


    h1 {

        font-size: 29px;
    }


    .title-line span {

        width: 50px;
    }


    .category-content strong {

        font-size: 17px;
    }


    .contact-item {

        gap: 10px;
    }


    .contact-logo {

        width: 80px;

        min-width: 80px;
    }


    .contact-logo img {

        max-width: 80px;

        max-height: 55px;
    }

}
