/* BILINGKU_ACS_REGISTRATION_V1 */

.reg-public-container {
    width: min(1540px, calc(100% - 38px));
    grid-template-columns: minmax(360px, .78fr) minmax(620px, 1.22fr);
    min-height: calc(100vh - 38px);
    margin: 19px auto;
}

.reg-public-showcase {
    padding: 34px 38px;
}

.reg-public-copy {
    position: relative;
    z-index: 2;
    margin: auto 0;
    padding: 45px 0;
}

.reg-public-copy h1 {
    margin: 20px 0 14px;
    font-size: clamp(36px, 4.5vw, 61px);
    letter-spacing: -.06em;
    line-height: 1;
}

.reg-public-copy h1 span {
    display: block;
    color: #65ddd4;
}

.reg-public-copy > p {
    max-width: 610px;
    color: #94b2c5;
    line-height: 1.75;
}

.reg-public-flow {
    display: grid;
    gap: 11px;
    margin-top: 30px;
}

.reg-public-flow article {
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 14px;
    background: rgba(2, 18, 29, .23);
    border: 1px solid rgba(137, 202, 226, .1);
    border-radius: 13px;
}

.reg-public-flow article > strong {
    display: grid;
    width: 35px;
    height: 35px;
    flex: 0 0 35px;
    place-items: center;
    color: #052b33;
    background: linear-gradient(135deg, #5eead4, #38bdf8);
    border-radius: 10px;
}

.reg-public-flow article div {
    display: flex;
    flex-direction: column;
}

.reg-public-flow b {
    font-size: 11px;
}

.reg-public-flow span {
    margin-top: 2px;
    color: #7898ab;
    font-size: 9.5px;
}

.reg-public-form-area {
    align-items: flex-start;
    overflow-y: auto;
    padding: 32px;
}

.reg-public-card {
    width: min(760px, 100%);
}

.reg-public-mobile-brand {
    display: none;
}

.reg-form {
    display: grid;
    gap: 23px;
}

.reg-honeypot {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
}

.reg-section-title {
    display: flex;
    align-items: center;
    gap: 11px;
    padding-top: 3px;
}

.reg-section-title > span {
    display: grid;
    width: 32px;
    height: 32px;
    place-items: center;
    color: #66ded7;
    background: rgba(45, 212, 191, .08);
    border: 1px solid rgba(45, 212, 191, .14);
    border-radius: 9px;
    font-size: 9px;
    font-weight: 800;
}

.reg-section-title div {
    display: flex;
    flex-direction: column;
}

.reg-section-title strong {
    font-size: 11px;
}

.reg-section-title small {
    color: #6d899c;
    font-size: 8.8px;
}

.reg-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.reg-span-2 {
    grid-column: span 2;
}

.reg-field {
    display: grid;
    gap: 7px;
}

.reg-field label,
.reg-admin-form > label {
    color: #b9cbd7;
    font-size: 10px;
    font-weight: 650;
}

.reg-field input,
.reg-field textarea,
.reg-field select,
.reg-admin-form input,
.reg-admin-form textarea,
.reg-admin-form select {
    width: 100%;
    color: #eaf8ff;
    outline: none;
    background: rgba(5, 19, 30, .58);
    border: 1px solid rgba(139, 193, 217, .17);
    border-radius: 10px;
    transition: .18s ease;
}

.reg-field input,
.reg-field select,
.reg-admin-form input,
.reg-admin-form select {
    height: 46px;
    padding: 0 13px;
}

.reg-field textarea,
.reg-admin-form textarea {
    padding: 12px 13px;
    resize: vertical;
}

.reg-field input:focus,
.reg-field textarea:focus,
.reg-field select:focus,
.reg-admin-form input:focus,
.reg-admin-form textarea:focus,
.reg-admin-form select:focus {
    border-color: rgba(56, 189, 248, .52);
    box-shadow: 0 0 0 3px rgba(56, 189, 248, .07);
}

.reg-password-wrap {
    position: relative;
}

.reg-password-wrap input {
    padding-right: 57px;
}

.reg-password-wrap button {
    position: absolute;
    top: 50%;
    right: 7px;
    height: 31px;
    padding: 0 9px;
    color: #79a2b6;
    background: rgba(56, 189, 248, .06);
    border: 0;
    border-radius: 7px;
    cursor: pointer;
    font-size: 9px;
    transform: translateY(-50%);
}

.reg-terms {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    color: #829fb1;
    font-size: 9.5px;
    line-height: 1.55;
    cursor: pointer;
}

.reg-terms input {
    margin-top: 3px;
    accent-color: #2dd4bf;
}

.reg-back-login {
    color: #78b8d3;
    font-size: 9.5px;
    text-align: center;
    text-decoration: none;
}

.reg-success-shell {
    position: relative;
    z-index: 2;
    display: grid;
    min-height: 100vh;
    place-items: center;
    padding: 24px;
}

.reg-success-card {
    width: min(540px, 100%);
    padding: 42px;
    color: #edf8ff;
    background: linear-gradient(
        155deg,
        rgba(15, 39, 58, .96),
        rgba(8, 25, 39, .97)
    );
    border: 1px solid rgba(145, 201, 225, .17);
    border-radius: 22px;
    box-shadow: 0 30px 90px rgba(0, 5, 14, .38);
    text-align: center;
}

.reg-success-icon {
    display: grid;
    width: 58px;
    height: 58px;
    margin: 0 auto 20px;
    place-items: center;
    color: #052e28;
    background: linear-gradient(135deg, #5eead4, #38bdf8);
    border-radius: 17px;
    font-size: 25px;
    font-weight: 900;
}

.reg-success-card h1 {
    margin: 8px 0 9px;
    font-size: 30px;
    letter-spacing: -.045em;
}

.reg-success-card > p {
    margin: 0;
    color: #88a7b9;
    font-size: 11px;
    line-height: 1.6;
}

.reg-reference {
    display: grid;
    gap: 5px;
    margin: 25px 0 15px;
    padding: 17px;
    background: rgba(56, 189, 248, .06);
    border: 1px solid rgba(56, 189, 248, .13);
    border-radius: 13px;
}

.reg-reference small {
    color: #6f8fa2;
    font-size: 8.5px;
    text-transform: uppercase;
}

.reg-reference strong {
    color: #6ee7dc;
    font-size: 19px;
    letter-spacing: .045em;
}

.reg-reference button {
    justify-self: center;
    padding: 6px 10px;
    color: #9ebccc;
    background: transparent;
    border: 1px solid rgba(139, 193, 217, .15);
    border-radius: 7px;
    cursor: pointer;
    font-size: 8.5px;
}

.reg-success-note {
    color: #738fa2;
    font-size: 9.5px;
    line-height: 1.55;
}

.reg-success-actions {
    display: grid;
    gap: 9px;
    margin-top: 22px;
}

.reg-success-actions .acs-auth-submit {
    text-decoration: none;
}

.reg-secondary-button {
    display: grid;
    height: 45px;
    place-items: center;
    color: #94afbf;
    border: 1px solid rgba(139, 193, 217, .15);
    border-radius: 10px;
    text-decoration: none;
    font-size: 10px;
}

.reg-admin-summary {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 13px;
    margin-bottom: 16px;
}

.reg-admin-summary article {
    display: flex;
    min-height: 96px;
    flex-direction: column;
    justify-content: center;
    padding: 17px;
    background: var(--acs-surface);
    border: 1px solid var(--acs-border);
    border-radius: 15px;
    box-shadow: var(--acs-shadow-soft);
}

.reg-admin-summary span {
    color: var(--acs-text-muted);
    font-size: 9.5px;
}

.reg-admin-summary strong {
    margin-top: 3px;
    font-size: 28px;
    letter-spacing: -.04em;
}

.reg-admin-summary .is-pending strong {
    color: var(--acs-yellow);
}

.reg-admin-summary .is-approved strong {
    color: var(--acs-green);
}

.reg-admin-summary .is-rejected strong {
    color: var(--acs-red);
}

.reg-filter {
    display: grid;
    grid-template-columns: minmax(250px, 1fr) 180px auto auto;
    gap: 9px;
    margin-bottom: 18px;
}

.reg-filter input,
.reg-filter select {
    height: 42px;
    padding: 0 12px;
    color: var(--acs-text);
    outline: none;
    background: var(--acs-surface-2);
    border: 1px solid var(--acs-border);
    border-radius: 10px;
}

.reg-filter button,
.reg-filter a {
    display: grid;
    height: 42px;
    place-items: center;
    padding: 0 14px;
    border-radius: 10px;
    font-size: 10px;
    text-decoration: none;
}

.reg-filter button {
    color: #042a32;
    background: linear-gradient(135deg, #5eead4, #38bdf8);
    border: 0;
    cursor: pointer;
    font-weight: 750;
}

.reg-filter a {
    color: var(--acs-text-soft);
    border: 1px solid var(--acs-border);
}

.reg-table-wrap {
    overflow-x: auto;
}

.reg-table {
    width: 100%;
    border-collapse: collapse;
    white-space: nowrap;
}

.reg-table th,
.reg-table td {
    padding: 13px 11px;
    border-bottom: 1px solid var(--acs-border);
    text-align: left;
}

.reg-table th {
    color: var(--acs-text-muted);
    font-size: 8.5px;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.reg-table td {
    color: var(--acs-text-soft);
    font-size: 10px;
}

.reg-table td strong,
.reg-table td span,
.reg-table td small {
    display: block;
}

.reg-table td strong {
    color: var(--acs-text);
}

.reg-table td small {
    margin-top: 2px;
    color: var(--acs-text-muted);
}

.reg-status {
    display: inline-flex !important;
    min-height: 27px;
    align-items: center;
    padding: 0 9px;
    border-radius: 999px;
    font-size: 8.5px;
    font-weight: 750;
}

.reg-status-pending {
    color: #fcd34d;
    background: rgba(245, 158, 11, .1);
}

.reg-status-approved {
    color: #6ee7b7;
    background: rgba(16, 185, 129, .1);
}

.reg-status-rejected {
    color: #fda4af;
    background: rgba(244, 63, 94, .1);
}

.reg-detail-link {
    color: var(--acs-blue);
    font-weight: 700;
    text-decoration: none;
}

.reg-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding-top: 18px;
    font-size: 9.5px;
}

.reg-pagination a {
    color: var(--acs-blue);
    text-decoration: none;
}

.reg-pagination span {
    color: var(--acs-text-muted);
}

.reg-empty {
    padding: 45px 20px;
    color: var(--acs-text-muted);
    text-align: center;
}

.reg-show-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}

.reg-show-toolbar > a {
    color: var(--acs-text-soft);
    font-size: 10px;
    text-decoration: none;
}

.reg-show-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(340px, .75fr);
    gap: 16px;
}

.reg-show-side {
    display: grid;
    align-content: start;
    gap: 16px;
}

.reg-detail-list {
    display: grid;
    gap: 0;
    margin: 0;
}

.reg-detail-list > div {
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr);
    gap: 17px;
    padding: 13px 0;
    border-bottom: 1px solid var(--acs-border);
}

.reg-detail-list dt {
    color: var(--acs-text-muted);
    font-size: 9.5px;
}

.reg-detail-list dd {
    margin: 0;
    color: var(--acs-text);
    font-size: 10.5px;
    word-break: break-word;
}

.reg-admin-form {
    display: grid;
    gap: 13px;
}

.reg-admin-form > label {
    display: grid;
    gap: 6px;
}

.reg-admin-form label small {
    color: var(--acs-text-muted);
    font-size: 8.5px;
}

.reg-risk-check {
    display: flex !important;
    grid-template-columns: auto 1fr;
    align-items: flex-start;
    gap: 8px !important;
    color: var(--acs-text-muted) !important;
    line-height: 1.5;
}

.reg-risk-check input {
    width: auto;
    height: auto;
    margin-top: 2px;
    accent-color: #2dd4bf;
}

.reg-approve-button,
.reg-reject-button {
    height: 43px;
    border: 0;
    border-radius: 10px;
    cursor: pointer;
    font-size: 10px;
    font-weight: 750;
}

.reg-approve-button {
    color: #052d33;
    background: linear-gradient(135deg, #5eead4, #38bdf8);
}

.reg-reject-button {
    color: #ffe4e6;
    background: rgba(244, 63, 94, .16);
    border: 1px solid rgba(251, 113, 133, .22);
}

.reg-approve-button:disabled,
.reg-reject-button:disabled {
    cursor: not-allowed;
    opacity: .42;
}

.reg-audit-list {
    display: grid;
    gap: 12px;
}

.reg-audit-list article {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.reg-audit-list article > span {
    width: 8px;
    height: 8px;
    margin-top: 5px;
    flex: 0 0 8px;
    background: var(--acs-teal);
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(45, 212, 191, .08);
}

.reg-audit-list article div {
    display: flex;
    flex-direction: column;
}

.reg-audit-list strong {
    font-size: 9.5px;
}

.reg-audit-list small {
    margin-top: 2px;
    color: var(--acs-text-muted);
    font-size: 8.5px;
}

html[data-theme="light"] .reg-admin-form input,
html[data-theme="light"] .reg-admin-form textarea,
html[data-theme="light"] .reg-admin-form select {
    color: var(--acs-text);
    background: var(--acs-surface-2);
}

@media (max-width: 1050px) {
    .reg-public-container {
        display: block;
        width: 100%;
        min-height: 100vh;
        margin: 0;
        border: 0;
        border-radius: 0;
    }

    .reg-public-showcase {
        display: none;
    }

    .reg-public-form-area {
        min-height: 100vh;
        padding: 25px 18px;
    }

    .reg-public-mobile-brand {
        display: flex;
        width: min(760px, 100%);
        flex-direction: column;
        margin-bottom: 16px;
    }

    .reg-public-mobile-brand span {
        color: #7897aa;
        font-size: 9px;
    }

    .reg-show-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .reg-grid {
        grid-template-columns: 1fr;
    }

    .reg-span-2 {
        grid-column: auto;
    }

    .reg-public-form-area {
        padding: 20px 13px;
    }

    .reg-public-card {
        padding: 23px 18px;
    }

    .reg-admin-summary {
        grid-template-columns: 1fr 1fr;
    }

    .reg-filter {
        grid-template-columns: 1fr;
    }

    .reg-detail-list > div {
        grid-template-columns: 1fr;
        gap: 4px;
    }
}

/* BILINGKU_ACS_REGISTRATION_CLEAN_V3C */
/* BILINGKU_ACS_REGISTRATION_OFFICIAL_LOGO_V1B */
.reg-v3c-logo-image {
    display: block;
    object-fit: contain;
}

/* BILINGKU_ACS_COMPACT_V3D2 */

.reg-public-container.reg-public-clean-v3c {
    min-height: 100svh;
    display: block;
    background:
        radial-gradient(
            circle at 10% 0%,
            rgba(20, 165, 155, .13),
            transparent 28%
        ),
        radial-gradient(
            circle at 90% 100%,
            rgba(37, 129, 170, .11),
            transparent 31%
        ),
        linear-gradient(
            145deg,
            #061c2a,
            #08263a 55%,
            #061a29
        );
}

.reg-public-clean-v3c .reg-public-form-area {
    width: 100%;
    min-width: 0;
    min-height: 100svh;
    padding: clamp(18px, 2.5vw, 32px) clamp(12px, 2.8vw, 30px) 44px;
    display: block;
}

.reg-v3c-header {
    width: min(100%, 980px);
    margin: 0 auto 15px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
}

.reg-v3c-brand {
    flex: none;
    display: inline-flex;
    align-items: center;
    gap: 13px;
    color: inherit;
    text-decoration: none;
}

.reg-v3c-logo {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    color: #28b8ad;
    border: 1px solid rgba(115, 228, 218, .26);
    border-radius: 14px;
    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, .11),
            rgba(255, 255, 255, .045)
        );
    box-shadow: 0 15px 38px rgba(0, 0, 0, .18);
}

.reg-v3c-logo svg,
.reg-v3c-logo img {
    width: 29px;
    height: 29px;
}

.reg-v3c-brand-copy {
    display: flex;
    flex-direction: column;
    line-height: 1.05;
}

.reg-v3c-brand-copy strong {
    color: #f3ffff;
    font-size: 18px;
    letter-spacing: -.035em;
}

.reg-v3c-brand-copy small {
    margin-top: 5px;
    color: #7b9ca9;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .15em;
}

.reg-v3c-heading {
    max-width: 560px;
    text-align: right;
}

.reg-v3c-heading > span {
    color: #68e2d8;
    font-size: 9px;
    font-weight: 950;
    letter-spacing: .13em;
}

.reg-v3c-heading h1 {
    margin: 3px 0;
    color: #f3ffff;
    font-size: clamp(22px, 2.2vw, 31px);
    line-height: 1.08;
    letter-spacing: -.04em;
}

.reg-v3c-heading p {
    margin: 0;
    color: #8aa8b4;
    font-size: 11px;
    line-height: 1.55;
}

.reg-public-clean-v3c .reg-public-card {
    width: min(100%, 980px);
    max-width: none;
    margin: 0 auto;
    padding: clamp(18px, 2.2vw, 26px);
    border-radius: 22px;
    box-shadow: 0 28px 90px rgba(0, 0, 0, .22);
}

.reg-v3c-package-field {
    min-width: 0;
    grid-column: 1 / -1;
}

.reg-v3c-js #requested_package {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
}

.reg-v3c-package-grid {
    margin-top: 10px;
    display: grid;
    grid-template-columns:
        repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.reg-v3c-package-card {
    min-width: 0;
    min-height: 205px;
    padding: 14px;
    display: flex;
    flex-direction: column;
    color: #d9eaef;
    border: 1px solid rgba(132, 194, 205, .21);
    border-radius: 16px;
    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, .045),
            rgba(255, 255, 255, .02)
        );
    text-align: left;
    cursor: pointer;
    transition:
        transform .18s ease,
        border-color .18s ease,
        background .18s ease,
        box-shadow .18s ease;
}

.reg-v3c-package-card:hover {
    transform: translateY(-3px);
    border-color: rgba(100, 225, 214, .55);
}

.reg-v3c-package-card.is-selected {
    border-color: #63e1d7;
    background:
        radial-gradient(
            circle at 88% 10%,
            rgba(99, 225, 215, .18),
            transparent 36%
        ),
        linear-gradient(
            145deg,
            rgba(15, 143, 137, .19),
            rgba(255, 255, 255, .035)
        );
    box-shadow:
        inset 0 0 0 1px rgba(99, 225, 215, .08),
        0 16px 38px rgba(0, 0, 0, .15);
}

.reg-v3c-package-head {
    min-height: 34px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 9px;
}

.reg-v3c-package-letter {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    color: #66e3d9;
    border: 1px solid rgba(102, 227, 217, .30);
    border-radius: 12px;
    background: rgba(57, 198, 188, .09);
    font-size: 13px;
    font-weight: 900;
}

.reg-v3c-popular {
    padding: 5px 8px;
    color: #062b34;
    border-radius: 999px;
    background: #6ae2d8;
    font-size: 7px;
    font-weight: 950;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.reg-v3c-package-card > strong {
    margin-top: 10px;
    color: #f2ffff;
    font-size: 15px;
}

.reg-v3c-capacity {
    margin-top: 2px;
    color: #8eabb7;
    font-size: 10px;
}

.reg-v3c-price {
    margin-top: 9px;
    color: #6ae3d9;
    font-size: 15px;
    font-weight: 900;
    overflow-wrap: anywhere;
}

.reg-v3c-package-card > small {
    margin-top: 2px;
    color: #748f9c;
    font-size: 9px;
}

.reg-v3c-package-card > p {
    margin: 8px 0 11px;
    color: #92aeb9;
    font-size: 10px;
    line-height: 1.5;
}

.reg-v3c-check {
    margin-top: auto;
    display: flex;
    align-items: center;
    gap: 7px;
    color: #9eb8c2;
    font-size: 9px;
    font-weight: 800;
}

.reg-v3c-check i {
    width: 14px;
    height: 14px;
    display: block;
    position: relative;
    border: 1px solid #648693;
    border-radius: 50%;
}

.reg-v3c-package-card.is-selected
.reg-v3c-check i {
    border-color: #66e2d8;
}

.reg-v3c-package-card.is-selected
.reg-v3c-check i::after {
    content: "";
    position: absolute;
    inset: 3px;
    border-radius: 50%;
    background: #66e2d8;
}

.reg-v3c-summary {
    margin-top: 10px;
    padding: 11px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border: 1px solid rgba(100, 223, 213, .25);
    border-radius: 16px;
    background:
        linear-gradient(
            120deg,
            rgba(23, 159, 151, .13),
            rgba(37, 118, 150, .08)
        );
}

.reg-v3c-summary[hidden] {
    display: none;
}

.reg-v3c-summary > div {
    display: flex;
    flex-direction: column;
}

.reg-v3c-summary > div:last-child {
    align-items: flex-end;
    text-align: right;
}

.reg-v3c-summary span {
    color: #77a1ae;
    font-size: 8px;
    font-weight: 850;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.reg-v3c-summary strong {
    color: #efffff;
    font-size: 14px;
}

.reg-v3c-summary [data-reg-v3c-price] {
    color: #69e3d9;
    font-size: 16px;
}

.reg-v3c-summary small {
    color: #7996a2;
    font-size: 9px;
}

@media (max-width: 1000px) {
    .reg-v3c-header {
        align-items: flex-start;
        flex-direction: column;
        gap: 18px;
    }

    .reg-v3c-heading {
        max-width: 760px;
        text-align: left;
    }

    .reg-v3c-package-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

    .reg-v3c-package-card {
        min-height: 215px;
    }
}

@media (max-width: 640px) {
    .reg-public-clean-v3c .reg-public-form-area {
        padding: 22px 10px 45px;
    }

    .reg-v3c-header {
        width: calc(100% - 12px);
        margin-bottom: 17px;
    }

    .reg-v3c-logo {
        width: 47px;
        height: 47px;
        border-radius: 15px;
    }

    .reg-v3c-logo svg,
.reg-v3c-logo img {
        width: 29px;
        height: 29px;
    }

    .reg-v3c-heading h1 {
        font-size: 27px;
    }

    .reg-public-clean-v3c .reg-public-card {
        padding: 15px;
        border-radius: 20px;
    }

    .reg-v3c-package-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .reg-v3c-package-card {
        min-height: auto;
        padding: 15px;
    }

    .reg-v3c-summary {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }

    .reg-v3c-summary > div:last-child {
        align-items: flex-start;
        text-align: left;
    }
}

/* BILINGKU_ACS_REGISTRATION_LOGO_BALANCED_V5D3 */

/* Latar luar benar-benar putih. */
html,
body,
.acs-auth-container,
.acs-auth-login-area,
.reg-public-container,
.reg-public-form-area {
    background-color: #ffffff !important;
    background-image: none !important;
}

html,
body {
    min-height: 100%;
    margin: 0;
}

body {
    color: #172033;
}

body::before,
body::after,
.acs-auth-container::before,
.acs-auth-container::after {
    display: none !important;
}

.reg-public-container.reg-public-clean-v3c {
    width: 100% !important;
    max-width: none !important;
    min-height: 100svh !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #ffffff !important;
    box-shadow: none !important;
}

.reg-public-clean-v3c .reg-public-form-area {
    width: 100% !important;
    max-width: none !important;
    min-height: 100svh !important;
    padding:
        18px
        clamp(12px, 3vw, 28px)
        46px !important;
    background: #ffffff !important;
}

/* Logo tanpa kotak dan tanpa crop. */
.reg-v3c-header.reg-v5-header {
    width: min(100%, 980px);
    min-height: 0;
    margin: 0 auto clamp(12px, 1.4vw, 18px);
    padding: clamp(16px, 2.2vw, 28px) 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* BILINGKU_ACS_LOGO_TRIMMED_RESPONSIVE_V6B */

.reg-v5-brand .reg-v3c-logo {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    display: block;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.reg-v5-brand
.reg-v3c-logo img.reg-v3c-logo-image {
    width: clamp(140px, 11vw, 210px);
    height: auto;
    max-width: 100%;
    margin: 0;
    padding: 0;
    display: block;
    object-fit: contain;
    border: 0;
    border-radius: 0;
    background: transparent;
    filter:
        drop-shadow(
            0 5px 10px rgba(35, 105, 180, .11)
        );
    transform: none;
}


.reg-v5-brand,
.reg-v5-brand .reg-v3c-logo {
    margin: 0;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}


/* Kartu utama memakai gradasi muda. */
.reg-public-clean-v3c .reg-public-card {
    width: min(100%, 980px) !important;
    max-width: none !important;
    margin: 0 auto !important;
    padding:
        clamp(20px, 2.5vw, 28px)
        clamp(18px, 3vw, 32px)
        30px !important;
    position: relative;
    overflow: hidden;
    color: #172033;
    border: 1px solid #cbdfe8 !important;
    border-radius: 20px !important;
    background:
        radial-gradient(
            circle at 100% 0%,
            rgba(102, 166, 240, .16),
            transparent 33%
        ),
        radial-gradient(
            circle at 0% 100%,
            rgba(68, 211, 194, .15),
            transparent 35%
        ),
        linear-gradient(
            145deg,
            #f4fffd 0%,
            #f5fbff 52%,
            #edf3ff 100%
        ) !important;
    box-shadow:
        0 20px 60px rgba(41, 82, 112, .12),
        0 4px 14px rgba(41, 82, 112, .05) !important;
}

.reg-public-clean-v3c .reg-public-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 4px;
    background:
        linear-gradient(
            90deg,
            #45d8c6,
            #39b7db,
            #7199ef
        );
}

/* Judul dan bagian form. */
.reg-public-clean-v3c .reg-public-card h1 {
    margin: 5px 0 6px;
    color: #132238;
    font-size: clamp(25px, 2.5vw, 31px);
    line-height: 1.15;
    letter-spacing: -.035em;
}

.reg-public-clean-v3c .reg-public-card > p {
    margin-top: 0;
    color: #68798c;
    font-size: 13px;
    line-height: 1.55;
}

.reg-public-clean-v3c .reg-public-kicker,
.reg-public-clean-v3c .reg-eyebrow {
    color: #0d9993;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .12em;
}

.reg-public-clean-v3c .reg-form-grid {
    gap: 13px 16px;
}

.reg-public-clean-v3c .reg-field {
    min-width: 0;
}

.reg-public-clean-v3c .reg-field label {
    margin-bottom: 6px;
    color: #26384d;
    font-size: 12px;
    font-weight: 750;
}

.reg-public-clean-v3c .reg-section-head {
    margin: 22px 0 12px;
    gap: 11px;
}

.reg-public-clean-v3c .reg-section-head strong {
    color: #17283c;
    font-size: 13px;
}

.reg-public-clean-v3c .reg-section-head p {
    margin-top: 2px;
    color: #758699;
    font-size: 10px;
}

.reg-public-clean-v3c .reg-section-number,
.reg-public-clean-v3c .reg-step-number {
    width: 34px;
    height: 34px;
    color: #087f7a;
    border: 1px solid #b9e8e4;
    border-radius: 10px;
    background:
        linear-gradient(
            145deg,
            #e5faf7,
            #edf7ff
        );
    box-shadow:
        0 5px 13px rgba(24, 166, 158, .08);
}

/* Input tetap putih agar bersih dan terbaca. */
.reg-public-clean-v3c .reg-public-card
input:not([type="checkbox"]):not([type="radio"]),
.reg-public-clean-v3c .reg-public-card select {
    min-height: 43px !important;
    padding: 0 13px !important;
    color: #17283c !important;
    border: 1px solid #c8d7e1 !important;
    border-radius: 10px !important;
    background: rgba(255, 255, 255, .94) !important;
    font-size: 13px;
    box-shadow: none !important;
}

.reg-public-clean-v3c .reg-public-card textarea {
    min-height: 76px !important;
    padding: 11px 13px !important;
    color: #17283c !important;
    border: 1px solid #c8d7e1 !important;
    border-radius: 10px !important;
    background: rgba(255, 255, 255, .94) !important;
    font-size: 13px;
    line-height: 1.5;
    box-shadow: none !important;
}

.reg-public-clean-v3c .reg-public-card
input::placeholder,
.reg-public-clean-v3c .reg-public-card
textarea::placeholder {
    color: #9aa9b9;
}

.reg-public-clean-v3c .reg-public-card
input:focus,
.reg-public-clean-v3c .reg-public-card
select:focus,
.reg-public-clean-v3c .reg-public-card
textarea:focus {
    border-color: #20aaa4 !important;
    outline: none !important;
    background: #ffffff !important;
    box-shadow:
        0 0 0 3px rgba(32, 170, 164, .12) !important;
}

/* Paket tetap ringan. */
.reg-v3c-package-grid {
    margin-top: 9px !important;
    display: grid;
    grid-template-columns:
        repeat(4, minmax(0, 1fr));
    gap: 10px !important;
}

.reg-v3c-package-card {
    min-width: 0;
    min-height: 0 !important;
    padding: 13px !important;
    color: #47596d !important;
    border: 1px solid #d2dfe7 !important;
    border-radius: 13px !important;
    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, .96),
            rgba(245, 250, 255, .90)
        ) !important;
    box-shadow:
        0 5px 14px rgba(51, 87, 111, .045) !important;
}

.reg-v3c-package-card:hover {
    transform: translateY(-2px);
    border-color: #72cfc9 !important;
}

.reg-v3c-package-card.is-selected {
    border-color: #19aaa3 !important;
    background:
        linear-gradient(
            145deg,
            #e8faf7,
            #eaf4ff
        ) !important;
    box-shadow:
        inset 0 0 0 1px rgba(25, 170, 163, .07),
        0 9px 23px rgba(25, 143, 151, .10) !important;
}

.reg-v3c-package-head {
    min-height: 32px !important;
}

.reg-v3c-package-letter {
    width: 32px !important;
    height: 32px !important;
    color: #087f7a !important;
    border-color: #b9e8e4 !important;
    border-radius: 9px !important;
    background:
        linear-gradient(
            145deg,
            #e7faf8,
            #edf6ff
        ) !important;
}

.reg-v3c-popular {
    padding: 4px 7px !important;
    color: #ffffff !important;
    background:
        linear-gradient(
            135deg,
            #17aaa2,
            #3e9fda
        ) !important;
    font-size: 7px !important;
}

.reg-v3c-package-card > strong {
    margin-top: 9px !important;
    color: #17283c !important;
    font-size: 14px !important;
}

.reg-v3c-capacity,
.reg-v3c-package-card > small,
.reg-v3c-package-card > p,
.reg-v3c-check {
    color: #68798c !important;
}

.reg-v3c-price {
    margin-top: 7px !important;
    color: #078d86 !important;
    font-size: 15px !important;
}

.reg-v3c-package-card > p {
    margin: 7px 0 10px !important;
    font-size: 9px !important;
    line-height: 1.45 !important;
}

.reg-v3c-summary {
    margin-top: 10px !important;
    padding: 11px 14px !important;
    border: 1px solid #c3e8e5 !important;
    border-radius: 11px !important;
    background:
        linear-gradient(
            120deg,
            #e8faf7,
            #ebf4ff
        ) !important;
}

.reg-v3c-summary span,
.reg-v3c-summary small {
    color: #68798c !important;
}

.reg-v3c-summary strong {
    color: #17283c !important;
}

.reg-v3c-summary [data-reg-v3c-price] {
    color: #078d86 !important;
}

.reg-public-clean-v3c
input[type="checkbox"] {
    accent-color: #109a94;
}

.reg-public-clean-v3c
#acsRegistrationSubmit {
    min-height: 44px;
    border: 0;
    border-radius: 10px;
    color: #ffffff;
    background:
        linear-gradient(
            135deg,
            #20c5b9,
            #2aaed1 52%,
            #4b92e2
        );
    font-size: 13px;
    font-weight: 850;
    box-shadow:
        0 10px 24px rgba(36, 151, 184, .20);
}

@media (max-width: 900px) {

    .reg-v3c-package-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 620px) {
    .reg-public-clean-v3c .reg-public-form-area {
        padding:
            12px
            9px
            30px !important;
    }


    .reg-public-clean-v3c .reg-public-card {
        padding:
            16px
            14px
            20px !important;
        border-radius: 15px !important;
    }

    .reg-public-clean-v3c .reg-form-grid {
        grid-template-columns: 1fr !important;
        gap: 11px !important;
    }

    .reg-v3c-package-grid {
        grid-template-columns: 1fr;
        gap: 8px !important;
    }

    .reg-v3c-summary {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .reg-v3c-summary > div:last-child {
        align-items: flex-start;
        text-align: left;
    }
}

