:root {
    --public-primary: #0b5ed7;
    --public-primary-dark: #063b91;
    --public-primary-deep: #052d6f;
    --public-accent: #38bdf8;
    --public-ink: #10213b;
    --public-muted: #64748b;
    --public-soft: #eff6ff;
    --public-border: #dbeafe;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 88px;
}

body {
    color: var(--public-ink);
    font-family: "Manrope", sans-serif;
    background: #fff;
}

a {
    text-decoration: none;
}

.public-topbar {
    padding: .55rem 0;
    background: var(--public-primary-deep);
}

.topbar-link,
.topbar-social {
    color: rgba(255, 255, 255, .8);
    font-size: .84rem;
}

.topbar-link {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
}

.topbar-link:hover,
.topbar-social:hover {
    color: #fff;
}

.public-navbar {
    min-height: 78px;
    box-shadow: 0 8px 30px rgba(15, 23, 42, .07);
}

.navbar-brand strong,
.navbar-brand small {
    display: block;
}

.navbar-brand strong {
    color: var(--public-primary-deep);
    font-size: 1.05rem;
    font-weight: 800;
}

.navbar-brand small {
    color: var(--public-muted);
    font-size: .72rem;
    font-weight: 600;
}

.brand-mark,
.footer-logo {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    overflow: hidden;
    border-radius: 14px;
    background: #fff;
}

.brand-mark img,
.footer-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.public-navbar .nav-link {
    color: #334155;
    font-size: .9rem;
    font-weight: 700;
    padding: .7rem .8rem !important;
}

.public-navbar .nav-link:hover {
    color: var(--public-primary);
}

.public-navbar .nav-login {
    color: var(--public-primary);
}

.hero-modern {
    position: relative;
    overflow: hidden;
    padding: 6.5rem 0 8rem;
    color: #fff;
    background:
        radial-gradient(circle at 78% 24%, rgba(56, 189, 248, .3), transparent 24%),
        linear-gradient(125deg, #052d6f 0%, #0754ba 52%, #0b78df 100%);
}

.hero-modern::after {
    content: "";
    position: absolute;
    right: -8%;
    bottom: -150px;
    left: -8%;
    height: 220px;
    transform: rotate(-3deg);
    background: #fff;
}

.hero-shape {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 50%;
}

.hero-shape-one {
    top: -180px;
    right: 8%;
    width: 520px;
    height: 520px;
}

.hero-shape-two {
    top: -90px;
    right: 13%;
    width: 340px;
    height: 340px;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    margin-bottom: 1.4rem;
    padding: .55rem .9rem;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 50rem;
    color: #e0f2fe;
    background: rgba(255, 255, 255, .1);
    backdrop-filter: blur(10px);
    font-size: .82rem;
    font-weight: 700;
}

.hero-eyebrow {
    margin-bottom: .65rem;
    color: #bae6fd;
    font-size: .85rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.hero-modern h1 {
    max-width: 760px;
    margin-bottom: 1.35rem;
    font-size: clamp(2.6rem, 5vw, 4.8rem);
    font-weight: 800;
    letter-spacing: -.045em;
    line-height: 1.04;
}

.hero-modern h1 span {
    display: block;
    color: #7dd3fc;
    font-size: .54em;
    letter-spacing: -.02em;
    line-height: 1.35;
}

.hero-lead {
    max-width: 650px;
    margin-bottom: 2rem;
    color: rgba(255, 255, 255, .76);
    font-size: 1.05rem;
    line-height: 1.8;
}

.hero-primary {
    color: var(--public-primary-dark);
    font-weight: 800;
}

.hero-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 2.25rem;
    margin-top: 2.4rem;
}

.hero-trust strong,
.hero-trust span {
    display: block;
}

.hero-trust strong {
    font-size: 1.55rem;
    font-weight: 800;
}

.hero-trust span {
    color: rgba(255, 255, 255, .65);
    font-size: .76rem;
}

.hero-visual {
    position: relative;
    max-width: 570px;
    margin-left: auto;
}

.hero-image-frame {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 32px;
    background: rgba(255, 255, 255, .12);
    box-shadow: 0 28px 70px rgba(1, 20, 55, .35);
    backdrop-filter: blur(12px);
}

.hero-image-frame img {
    width: 100%;
    max-height: 510px;
    object-fit: contain;
    border-radius: 23px;
}

.hero-floating-card {
    position: absolute;
    z-index: 2;
    right: -25px;
    bottom: 42px;
    display: flex;
    align-items: center;
    gap: .85rem;
    padding: .9rem 1.1rem;
    border-radius: 18px;
    color: var(--public-ink);
    background: #fff;
    box-shadow: 0 20px 50px rgba(4, 40, 100, .25);
}

.floating-icon {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border-radius: 14px;
    color: #fff;
    background: var(--public-primary);
    font-size: 1.3rem;
}

.hero-floating-card small,
.hero-floating-card strong {
    display: block;
}

.hero-floating-card small {
    color: var(--public-muted);
    font-size: .7rem;
}

.hero-floating-card strong {
    font-size: .88rem;
}

.quick-access {
    position: relative;
    z-index: 3;
    margin-top: -74px;
    padding-bottom: 4rem;
}

.quick-card {
    display: flex;
    align-items: center;
    min-height: 112px;
    gap: 1rem;
    padding: 1.25rem;
    border: 1px solid #eef2f7;
    border-radius: 20px;
    color: var(--public-ink);
    background: #fff;
    box-shadow: 0 16px 42px rgba(30, 64, 175, .11);
    transition: .25s ease;
}

.quick-card:hover {
    color: var(--public-primary);
    transform: translateY(-5px);
    box-shadow: 0 22px 50px rgba(30, 64, 175, .17);
}

.quick-card > span {
    display: grid;
    flex: 0 0 52px;
    place-items: center;
    width: 52px;
    height: 52px;
    border-radius: 16px;
    color: var(--public-primary);
    background: var(--public-soft);
    font-size: 1.35rem;
}

.quick-card div {
    flex: 1;
}

.quick-card strong,
.quick-card small {
    display: block;
}

.quick-card strong {
    margin-bottom: .25rem;
    font-size: .94rem;
}

.quick-card small {
    color: var(--public-muted);
    font-size: .75rem;
}

.section-space {
    padding: 6rem 0;
}

.bg-soft-blue {
    background: var(--public-soft);
}

.section-heading {
    max-width: 720px;
    margin-bottom: 2.5rem;
}

.section-heading.text-center {
    margin-right: auto;
    margin-left: auto;
}

.section-heading > span {
    display: inline-block;
    margin-bottom: .75rem;
    color: var(--public-primary);
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.section-heading h2 {
    margin-bottom: .85rem;
    font-size: clamp(2rem, 3vw, 3rem);
    font-weight: 800;
    letter-spacing: -.035em;
}

.section-heading p {
    margin-bottom: 0;
    color: var(--public-muted);
    line-height: 1.75;
}

.schedule-summary {
    height: 100%;
    padding: 2rem;
    border-radius: 26px;
    color: #fff;
    background: linear-gradient(150deg, var(--public-primary-deep), var(--public-primary));
    box-shadow: 0 22px 50px rgba(11, 94, 215, .2);
}

.summary-icon {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    margin-bottom: 2rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, .14);
    font-size: 1.5rem;
}

.schedule-summary > p {
    margin-bottom: .4rem;
    color: #bae6fd;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .12em;
}

.schedule-summary h3 {
    font-size: 1.65rem;
    font-weight: 800;
}

.summary-date {
    margin-top: 2rem;
    padding: 1.2rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, .11);
}

.summary-date small,
.summary-date strong,
.summary-date span {
    display: block;
}

.summary-date small {
    color: #bae6fd;
}

.summary-date strong {
    margin: .25rem 0;
    font-size: 1.15rem;
}

.summary-date span {
    color: rgba(255, 255, 255, .72);
    font-size: .85rem;
}

.summary-requirement {
    margin-top: 1.6rem;
    color: rgba(255, 255, 255, .82);
    font-size: .85rem;
}

.summary-requirement h4 {
    font-size: .95rem;
    font-weight: 800;
}

.schedule-list {
    display: grid;
    gap: 1rem;
}

.schedule-item {
    display: grid;
    grid-template-columns: 42px 58px 1fr;
    align-items: start;
    gap: 1rem;
    padding: 1.35rem;
    border: 1px solid var(--public-border);
    border-radius: 20px;
    background: #fff;
    transition: .25s ease;
}

.schedule-item:hover {
    transform: translateX(5px);
    box-shadow: 0 14px 32px rgba(30, 64, 175, .09);
}

.schedule-number {
    color: #94a3b8;
    font-size: .78rem;
    font-weight: 800;
}

.schedule-icon {
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    border-radius: 15px;
    color: var(--public-primary);
    background: var(--public-soft);
    font-size: 1.25rem;
}

.schedule-copy > span {
    color: var(--public-primary);
    font-size: .78rem;
    font-weight: 800;
}

.schedule-copy h3 {
    margin: .2rem 0 .4rem;
    font-size: 1.05rem;
    font-weight: 800;
}

.schedule-copy div {
    color: var(--public-muted);
    font-size: .85rem;
    line-height: 1.6;
}

.quota-card,
.program-card,
.info-card {
    border: 1px solid #e8eef7;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(15, 23, 42, .05);
    transition: .25s ease;
}

.quota-card:hover,
.program-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 45px rgba(30, 64, 175, .12);
}

.quota-card {
    padding: 1.6rem;
}

.quota-number {
    display: block;
    margin-bottom: .5rem;
    color: var(--public-primary);
    font-size: 2.3rem;
    font-weight: 800;
}

.quota-card h3,
.program-card h3,
.info-card h3 {
    font-size: 1.05rem;
    font-weight: 800;
}

.quota-card p,
.program-card p {
    margin-bottom: 0;
    color: var(--public-muted);
    font-size: .82rem;
    line-height: 1.65;
}

.program-card {
    padding: 2rem;
}

.program-icon {
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    margin-bottom: 1.4rem;
    border-radius: 16px;
    color: #fff;
    background: linear-gradient(135deg, var(--public-primary), var(--public-accent));
    font-size: 1.3rem;
}

.program-card p {
    margin-bottom: 1.2rem;
}

.program-link {
    color: var(--public-primary);
    font-size: .82rem;
    font-weight: 800;
}

.info-card {
    display: flex;
    gap: 1rem;
    padding: 1.5rem;
}

.info-icon {
    display: grid;
    flex: 0 0 46px;
    place-items: center;
    width: 46px;
    height: 46px;
    border-radius: 14px;
    color: var(--public-primary);
    background: var(--public-soft);
}

.info-content {
    color: var(--public-muted);
    font-size: .88rem;
    line-height: 1.65;
}

.contact-section {
    color: #fff;
    background:
        radial-gradient(circle at 20% 0, rgba(56, 189, 248, .22), transparent 26%),
        var(--public-primary-deep);
}

.contact-card {
    display: flex;
    align-items: center;
    gap: .9rem;
    min-height: 120px;
    padding: 1.15rem;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 20px;
    color: #fff;
    background: rgba(255, 255, 255, .08);
    transition: .25s ease;
}

.contact-card:hover {
    color: #fff;
    background: rgba(255, 255, 255, .14);
    transform: translateY(-4px);
}

.contact-avatar {
    display: grid;
    flex: 0 0 48px;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 15px;
    background: #22c55e;
    font-size: 1.3rem;
}

.contact-copy {
    flex: 1;
}

.contact-copy strong,
.contact-copy small,
.contact-copy b {
    display: block;
}

.contact-copy strong {
    font-size: .88rem;
}

.contact-copy small {
    margin: .2rem 0;
    color: rgba(255, 255, 255, .58);
    font-size: .68rem;
}

.contact-copy b {
    color: #bae6fd;
    font-size: .76rem;
}

.faq-heading {
    top: 110px;
}

.modern-accordion .accordion-item {
    overflow: hidden;
    margin-bottom: .9rem;
    border: 1px solid #e5edf8;
    border-radius: 18px;
}

.modern-accordion .accordion-button {
    gap: 1rem;
    padding: 1.25rem;
    color: var(--public-ink);
    font-size: .95rem;
    font-weight: 800;
    box-shadow: none;
}

.modern-accordion .accordion-button:not(.collapsed) {
    color: var(--public-primary);
    background: var(--public-soft);
}

.modern-accordion .accordion-button span {
    color: #94a3b8;
    font-size: .72rem;
}

.modern-accordion .accordion-body {
    color: var(--public-muted);
    font-size: .9rem;
    line-height: 1.75;
}

.final-cta {
    padding: 0 0 6rem;
}

.final-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    padding: 2.6rem 3rem;
    border-radius: 28px;
    color: #fff;
    background: linear-gradient(120deg, var(--public-primary-dark), var(--public-primary));
    box-shadow: 0 24px 60px rgba(11, 94, 215, .23);
}

.final-cta-inner span {
    color: #bae6fd;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.final-cta-inner h2 {
    margin: .35rem 0 0;
    font-size: clamp(1.5rem, 3vw, 2.25rem);
    font-weight: 800;
}

.public-footer {
    padding: 5rem 0 0;
    color: rgba(255, 255, 255, .68);
    background: #061b3a;
}

.footer-address {
    max-width: 630px;
    font-size: .85rem;
    line-height: 1.7;
}

.public-footer a {
    display: block;
    margin-bottom: .65rem;
    color: rgba(255, 255, 255, .68);
    font-size: .84rem;
}

.public-footer a:hover {
    color: #fff;
}

.footer-title {
    margin-bottom: 1rem;
    color: #fff;
    font-size: .9rem;
    font-weight: 800;
}

.public-footer .footer-social {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    margin: 0;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 12px;
}

.footer-bottom {
    margin-top: 4rem;
    padding: 1.5rem 0;
    border-top: 1px solid rgba(255, 255, 255, .08);
    font-size: .75rem;
    text-align: center;
}

.back-to-top {
    position: fixed;
    z-index: 50;
    right: 22px;
    bottom: 22px;
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border-radius: 14px;
    color: #fff;
    background: var(--public-primary);
    box-shadow: 0 12px 30px rgba(11, 94, 215, .32);
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    transition: .25s ease;
}

.back-to-top.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.empty-state {
    padding: 2rem;
    border: 1px dashed #93c5fd;
    border-radius: 20px;
    color: var(--public-muted);
    background: #fff;
    text-align: center;
}

.formulir-entry {
    min-height: calc(100vh - 78px);
    padding: 6rem 0;
    background:
        radial-gradient(circle at 12% 18%, rgba(56, 189, 248, .16), transparent 24%),
        linear-gradient(145deg, #f8fbff, #eef6ff);
}

.entry-badge {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    margin-bottom: 1.2rem;
    padding: .55rem .9rem;
    border-radius: 50rem;
    color: var(--public-primary);
    background: #dbeafe;
    font-size: .8rem;
    font-weight: 800;
}

.formulir-entry h1 {
    margin-bottom: 1rem;
    font-size: clamp(2.25rem, 4vw, 3.7rem);
    font-weight: 800;
    letter-spacing: -.045em;
}

.formulir-entry > .container > .row > div > p {
    color: var(--public-muted);
    line-height: 1.75;
}

.entry-points {
    display: grid;
    gap: .85rem;
    margin-top: 2rem;
}

.entry-points div {
    display: flex;
    align-items: center;
    gap: .8rem;
    color: #334155;
    font-size: .9rem;
    font-weight: 600;
}

.entry-points i {
    color: var(--public-primary);
}

.entry-card {
    overflow: hidden;
    border: 1px solid #dce8f7;
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 25px 70px rgba(30, 64, 175, .14);
}

.entry-card-head {
    padding: 1.7rem 2rem;
    color: #fff;
    background: linear-gradient(125deg, var(--public-primary-deep), var(--public-primary));
}

.entry-card-head span {
    color: #bae6fd;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.entry-card-head h2 {
    margin: .35rem 0;
    font-size: 1.35rem;
    font-weight: 800;
}

.entry-card-head p {
    margin: 0;
    color: rgba(255, 255, 255, .72);
    font-size: .82rem;
}

.entry-form {
    padding: 2rem;
}

.entry-form .form-label {
    font-size: .82rem;
    font-weight: 800;
}

.input-icon {
    position: relative;
}

.input-icon > i {
    position: absolute;
    top: 50%;
    left: 1rem;
    color: var(--public-primary);
    transform: translateY(-50%);
}

.input-icon .form-control {
    min-height: 54px;
    padding-left: 3rem;
    border-color: #dbe4f0;
    border-radius: 14px;
}

.input-icon .form-control:focus {
    border-color: #60a5fa;
    box-shadow: 0 0 0 .25rem rgba(59, 130, 246, .12);
}

.entry-empty {
    padding: 3rem 2rem;
    text-align: center;
}

.entry-empty > i {
    display: block;
    margin-bottom: 1rem;
    color: var(--public-primary);
    font-size: 3rem;
}

.entry-empty h2 {
    font-size: 1.4rem;
    font-weight: 800;
}

.entry-empty p {
    color: var(--public-muted);
}

.login-modern {
    min-height: calc(100vh - 78px);
    padding: 6rem 0;
    background:
        radial-gradient(circle at 85% 18%, rgba(56, 189, 248, .18), transparent 24%),
        linear-gradient(145deg, #f8fbff, #edf6ff);
}

.login-copy h1 {
    margin-bottom: 1rem;
    font-size: clamp(2.2rem, 4vw, 3.6rem);
    font-weight: 800;
    letter-spacing: -.045em;
}

.login-copy p {
    max-width: 560px;
    color: var(--public-muted);
    line-height: 1.75;
}

.login-badge {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    margin-bottom: 1.2rem;
    padding: .55rem .9rem;
    border-radius: 50rem;
    color: var(--public-primary);
    background: #dbeafe;
    font-size: .8rem;
    font-weight: 800;
}

.login-note {
    display: flex;
    gap: .9rem;
    max-width: 540px;
    margin-top: 2rem;
    padding: 1rem;
    border: 1px solid #dbeafe;
    border-radius: 18px;
    background: rgba(255, 255, 255, .75);
    box-shadow: 0 16px 40px rgba(30, 64, 175, .08);
}

.login-note i {
    color: var(--public-primary);
    font-size: 1.35rem;
}

.login-note strong,
.login-note span {
    display: block;
}

.login-note strong {
    margin-bottom: .25rem;
    font-size: .9rem;
}

.login-note span {
    color: var(--public-muted);
    font-size: .78rem;
    line-height: 1.6;
}

.login-card {
    overflow: hidden;
    border: 1px solid #dce8f7;
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 25px 70px rgba(30, 64, 175, .14);
}

.login-card-head {
    padding: 1.7rem 2rem;
    color: #fff;
    background: linear-gradient(125deg, var(--public-primary-deep), var(--public-primary));
}

.login-card-head span {
    color: #bae6fd;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.login-card-head h2 {
    margin: .35rem 0 0;
    font-size: 1.55rem;
    font-weight: 800;
}

.login-form {
    padding: 2rem;
}

.login-form .form-label {
    font-size: .82rem;
    font-weight: 800;
}

.toggle-password {
    position: absolute;
    top: 50%;
    right: .85rem;
    border: 0;
    color: #64748b;
    background: transparent;
    transform: translateY(-50%);
}

.login-card-footer {
    padding: 1rem 2rem 1.4rem;
    border-top: 1px solid #edf2f7;
    color: var(--public-muted);
    font-size: .82rem;
    text-align: center;
}

.login-card-footer a {
    color: var(--public-primary);
    font-weight: 800;
}

@media (max-width: 767.98px) {
    .login-modern {
        padding: 4rem 0;
    }
}

@media (max-width: 991.98px) {
    .public-navbar .navbar-collapse {
        margin-top: 1rem;
        padding: 1rem;
        border-top: 1px solid #eef2f7;
    }

    .hero-modern {
        padding-top: 4.5rem;
    }

    .hero-modern::after {
        bottom: -190px;
    }

    .hero-visual {
        margin: 0 auto;
    }

    .hero-floating-card {
        right: 8px;
    }

    .quick-access {
        margin-top: -36px;
    }

    .section-space {
        padding: 4.5rem 0;
    }
}

@media (max-width: 767.98px) {
    .navbar-brand strong {
        font-size: .92rem;
    }

    .brand-mark {
        width: 42px;
        height: 42px;
    }

    .hero-modern {
        padding: 3.8rem 0 7rem;
        text-align: center;
    }

    .hero-lead {
        font-size: .94rem;
    }

    .hero-modern .d-flex {
        justify-content: center;
    }

    .hero-trust {
        justify-content: center;
        gap: 1.5rem;
    }

    .hero-floating-card {
        display: none;
    }

    .quick-access {
        padding-bottom: 2.5rem;
    }

    .schedule-item {
        grid-template-columns: 42px 1fr;
    }

    .schedule-number {
        display: none;
    }

    .final-cta-inner {
        flex-direction: column;
        align-items: flex-start;
        padding: 2rem;
    }
}
