@import url('https://fonts.googleapis.com/css2?family=Sora:wght@400;700&display=swap');

:root{
    --primary: #0f8f7a;
    --dark: #182236;
    --body: #888;
    --box-shadow: 0 8px 22px rgba(0,0,0,0.1);
    --nav-surface: #223a5e;
    --nav-border: rgba(255, 255, 255, 0.08);
    --nav-link: rgba(255, 255, 255, 0.86);
    --nav-link-active: #8fe1cd;
    --nav-button: #2ea785;
    --nav-button-hover: #278d70;
}

body {
    min-height: 100vh;
    font-family: Sora, "sans-serif";
    line-height: 1.7;
    color: var(--body);
    overflow-x: hidden;
}

h1,h2,h3,h4,h5,h6,
.display-4 {
    color: var(--dark);
    font-weight: 700;
}

a {
    color: var(--dark);
    text-decoration: none;
}

img {
    width: 100%;
}

section {
    /* padding: 120px 0; */
    padding-top: 50px;
    padding-bottom: 80px;
}

/* footer {
    width: 100%;
} */

.navbar {
    padding: 0;
    background: var(--nav-surface);
    box-shadow: 0 8px 24px rgba(8, 18, 36, 0.18);
}

/* ini buat edit tata letak logo
*/
.navbar .nav-shell {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 0.85rem 11rem;
    backdrop-filter: none;
}

.nav-shell {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
}

.nav-link {
    color: #fff;
    font-size: 0.97rem;
    font-weight: 600;
    padding: 0.85rem 1rem !important;
    position: relative;
    transition: color 0.2s ease;
}

.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
    color: #fff;
}

.nav-link:hover,
.nav-link:focus {
    color: #9fe7d5;
}

.nav-link.active {
    color: #fff;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: #9fe7d5;
}

.nav-link.active::after {
    content: '';
    position: absolute;
    left: 1rem;
    right: 1rem;
    bottom: 0.35rem;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, #59c4e8, var(--nav-link-active));
}

.logo {
    max-height: 52px;
    width: auto;
    flex-shrink: 0;
}

.navbar-brand {
    gap: 12px;
    margin-right: 1.5rem;
}

.brand-title {
    color: #fff;
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.01em;
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
    white-space: nowrap;
}

.nav-cta {
    margin-left: 1rem;
}

.incident-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 35px;
    padding: 0.85rem 1.4rem;
    border-radius: 8px;
    background: linear-gradient(135deg, #35b792, var(--nav-button));
    color: #fff;
    font-weight: 700;
    font-size: 0.95rem;
    box-shadow: 0 10px 24px rgba(46, 167, 133, 0.28);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.incident-btn:hover,
.incident-btn:focus {
    color: #fff;
    background: linear-gradient(135deg, #31a585, var(--nav-button-hover));
    transform: translateY(-1px);
    box-shadow: 0 14px 28px rgba(46, 167, 133, 0.34);
}

.navbar-toggler {
    border-color: rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 0.06);
    box-shadow: none;
}

.navbar-toggler:hover,
.navbar-toggler:focus,
.navbar-toggler:active {
    background-color: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.2);
    box-shadow: none;
    outline: none;
}

.navbar-light .navbar-toggler-icon {
    filter: invert(1);
}

@media (max-width: 576px) {
    .logo {
        max-height: 48px;
    }

    .brand-title {
        font-size: 0.92rem;
    }

    .guidance-card {
        padding: 1.2rem;
        border-radius: 18px;
    }

    .contact-info-card {
        padding: 1.2rem;
        border-radius: 18px;
    }

    .contact-map-card {
        border-radius: 18px;
    }

}

/* ini buat edit tata letak logo
*/
@media (max-width: 991.98px) {
    .navbar .nav-shell,
    .nav-shell {
        border-radius: 0;
        padding: 0.85rem 1.25rem;
    }

    .nav-shell {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .navbar-brand {
        margin-right: 0;
    }

    .navbar-nav {
        align-items: flex-start !important;
        padding-top: 0.75rem;
    }

    .nav-link {
        padding: 0.7rem 0 !important;
    }

    .nav-link.active::after {
        left: 0;
        right: auto;
        width: 44px;
    }

    .nav-cta {
        margin: 0.75rem 0 0;
    }

    .incident-btn {
        width: 100%;
    }

    .hero {
        min-height: auto;
        padding-top: 8rem;
        padding-bottom: 4rem;
    }

    .hero-content {
        min-height: auto;
        row-gap: 2rem;
    }

    .hero-visual {
        min-height: auto;
    }

    .hero-visual-stage {
        width: min(100%, 360px);
    }

    .hero-orbit-node {
        width: 42px;
        height: 42px;
        border-radius: 14px;
    }

    .hero-node-top {
        left: calc(50% - 21px);
    }

    .hero-visual-image {
        max-width: 320px;
    }

    .guidance-footer {
        align-items: flex-start;
    }

    .contact-map-frame,
    .contact-map-frame iframe {
        min-height: 320px;
    }

    .profile-visual-wrap {
        min-height: 320px;
    }
}

@media (max-width: 780px) {
.display-4 {
padding-top: 80px;
}

.navbar .nav-shell {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 0.85rem 2rem;
    backdrop-filter: none;
}

}

/* hero */
.hero {
    /* background-image: url('../img/hero.jpg'); */
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    z-index: 2;
}

.hero::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(125, 125, 136, 0.61);
    /* rgba(130, 130, 138, 0.8) */
    z-index: -1;
}

.hero-content {
    min-height: 100vh;
}

.hero-copy {
    max-width: 560px;
}

.hero-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.hero-actions .btn {
    min-width: 150px;
    border-radius: 8px;
    padding: 0.75rem 1.25rem;
    font-weight: 700;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.hero-actions .btn-outline-light {
    background: rgba(34, 58, 94, 0.92);
    border-color: rgba(95, 223, 203, 0.4);
    color: #fff;
}

.hero-actions .btn-outline-light:hover,
.hero-actions .btn-outline-light:focus {
    background: linear-gradient(135deg, #35b792, var(--nav-button));
    border-color: #57dcc0;
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(46, 167, 133, 0.24);
}

.hero-visual {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 500px;
}

.hero-visual-stage {
    position: relative;
    width: min(100%, 620px);
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-scan-line {
    position: absolute;
    left: -10%;
    right: -10%;
    top: 50%;
    height: 3px;
    background: linear-gradient(90deg, rgba(78, 214, 255, 0), rgba(78, 214, 255, 0.95), rgba(101, 255, 220, 0));
    box-shadow: 0 0 18px rgba(78, 214, 255, 0.5);
    animation: scanPulse 4.8s linear infinite;
}

.hero-ring {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(77, 217, 255, 0.22);
}

.hero-ring-one {
    width: 82%;
    height: 82%;
    border-top-color: rgba(74, 222, 255, 0.9);
    border-right-color: rgba(74, 222, 255, 0.5);
    animation: spinSlow 16s linear infinite;
}

.hero-ring-two {
    width: 64%;
    height: 64%;
    border-left-color: rgba(106, 255, 217, 0.82);
    border-bottom-color: rgba(106, 255, 217, 0.45);
    animation: spinReverse 11s linear infinite;
}

.hero-ring-three {
    width: 92%;
    height: 92%;
    border-style: dashed;
    border-color: rgba(129, 237, 255, 0.16);
    animation: spinSlow 30s linear infinite;
}

.hero-orbit-node {
    position: absolute;
    width: 56px;
    height: 56px;
    border-radius: 18px;
    border: 1px solid rgba(83, 215, 255, 0.35);
    background: linear-gradient(180deg, rgba(32, 79, 124, 0.75), rgba(19, 43, 86, 0.62));
    box-shadow: 0 0 18px rgba(36, 187, 255, 0.12);
    backdrop-filter: blur(4px);
}

.hero-node-top {
    top: 6%;
    left: calc(50% - 28px);
    animation: floatNode 4.2s ease-in-out infinite;
}

.hero-node-right {
    right: 9%;
    top: 28%;
    animation: floatNode 5.4s ease-in-out infinite 0.6s;
}

.hero-node-bottom {
    bottom: 11%;
    left: 68%;
    animation: floatNode 4.8s ease-in-out infinite 0.9s;
}

.hero-node-left {
    left: 10%;
    bottom: 18%;
    animation: floatNode 5.1s ease-in-out infinite 0.3s;
}

.hero-visual-image {
    width: 100%;
    max-width: 500px;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 0 26px rgba(111, 244, 255, 0.24)) drop-shadow(0 18px 40px rgba(0, 0, 0, 0.22));
    animation: heroFloat 4.6s ease-in-out infinite;
    position: relative;
    z-index: 2;
}

.guidance-section {
    padding-bottom: 5rem;
}

.guidance-header {
    max-width: 760px;
}

.guidance-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0.55rem 1rem;
    border-radius: 999px;
    background: rgba(34, 58, 94, 0.08);
    border: 1px solid rgba(56, 189, 248, 0.2);
    color: #1d4ed8;
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.guidance-header h1 {
    color: #163153;
    font-size: clamp(2.2rem, 4vw, 3.4rem);
    line-height: 1.1;
}

.guidance-intro {
    color: #4b647f;
    font-size: 1.05rem;
    max-width: 680px;
}

.guidance-card {
    display: block;
    height: 100%;
    padding: 1.5rem;
    border-radius: 22px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(238, 249, 255, 0.95)),
        linear-gradient(135deg, rgba(56, 189, 248, 0.08), rgba(16, 185, 129, 0.08));
    border: 1px solid rgba(93, 173, 255, 0.16);
    box-shadow: 0 18px 40px rgba(34, 58, 94, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.guidance-card:hover,
.guidance-card:focus {
    transform: translateY(-6px);
    box-shadow: 0 24px 45px rgba(34, 58, 94, 0.14);
    border-color: rgba(56, 189, 248, 0.32);
}

.guidance-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 1.25rem;
}

.guidance-index {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: linear-gradient(135deg, #223a5e, #2a4d78);
    color: #fff;
    font-weight: 700;
    box-shadow: 0 10px 22px rgba(34, 58, 94, 0.2);
}

.guidance-size {
    display: inline-flex;
    align-items: center;
    padding: 0.45rem 0.8rem;
    border-radius: 999px;
    background: rgba(16, 185, 129, 0.12);
    color: #0f766e;
    font-size: 0.9rem;
    font-weight: 700;
}

.guidance-card-title {
    margin-bottom: 0.75rem;
    color: #163153;
    font-size: 1.2rem;
    line-height: 1.35;
    text-transform: capitalize;
}

.guidance-card-copy {
    color: #5f7490;
    margin-bottom: 1.2rem;
}

.guidance-card-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #0f8f7a;
    font-weight: 700;
}

.guidance-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

.guidance-meta {
    color: #61748d;
}

.contact-section {
    padding-bottom: 5rem;
}

.contact-shell {
    position: relative;
}

.contact-header {
    max-width: 760px;
    margin-bottom: 2rem;
}

.contact-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.55rem 1rem;
    border-radius: 999px;
    background: rgba(34, 58, 94, 0.08);
    border: 1px solid rgba(56, 189, 248, 0.2);
    color: #1d4ed8;
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.contact-header h1 {
    color: #163153;
    font-size: clamp(2.2rem, 4vw, 3.5rem);
    line-height: 1.1;
}

.contact-intro {
    color: #536b84;
    font-size: 1.05rem;
    max-width: 680px;
}

.contact-info-card,
.contact-map-card {
    height: 100%;
    border-radius: 10px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(239, 249, 255, 0.96)),
        linear-gradient(135deg, rgba(56, 189, 248, 0.06), rgba(16, 185, 129, 0.08));
    border: 1px solid rgba(93, 173, 255, 0.16);
    box-shadow: 0 18px 40px rgba(34, 58, 94, 0.08);
}

.contact-info-card {
    padding: 1.75rem;
}

.contact-map-card {
    padding: 1rem;
    overflow: hidden;
}

.contact-info-block {
    margin-bottom: 1.5rem;
}

.contact-label {
    display: inline-block;
    font-size: 0.82rem;
    font-weight: 700;
    color: #0f8f7a;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 0.55rem;
}

.contact-subtitle {
    color: #163153;
    font-size: 1.5rem;
    margin-bottom: 0.85rem;
}

.contact-text {
    color: #5f7490;
    font-size: 1rem;
    line-height: 1.8;
}

.contact-info-grid {
    display: grid;
    gap: 1rem;
}

.contact-mini-card {
    padding: 1rem 1.1rem;
    border-radius: 18px;
    background: rgba(33, 97, 194, 0.05);
    border: 1px solid rgba(56, 189, 248, 0.12);
}

.contact-link {
    display: inline-flex;
    align-items: center;
    color: #1d4ed8;
    font-weight: 700;
    transition: color 0.2s ease, transform 0.2s ease;
}

.contact-link:hover,
.contact-link:focus {
    color: #0f8f7a;
    transform: translateX(4px);
}

.contact-map-frame {
    height: 100%;
    min-height: 420px;
    overflow: hidden;
    display: flex;
}

.contact-map-frame > *,
.contact-map-frame iframe {
    width: 100% !important;
    height: 100% !important;
    min-height: 420px;
    display: block;
}

.contact-map-frame iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.profile-section {
    padding-bottom: 5rem;
}

.profile-wide {
    max-width: 1600px;
}

.profile-header {
    max-width: 1500px;
    margin-bottom: 0.5rem;
    width: 100%;
}

.profile-intro {
    color: #536b84;
    font-size: 1.05rem;
    line-height: 1.9;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
}

.profile-visual-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 560px;
}

.profile-visual-image {
    width: 100%;
    max-width: 820px;
    height: auto;
    object-fit: contain;
    filter: none;
    position: relative;
    z-index: 1;
}

.profile-content-wrap {
    padding: 0.5rem 0;
}

.profile-title {
    color: #214096;
    font-size: clamp(1rem, 2vw, 1.50rem);
    font-weight: 400;
    margin-bottom: 1.1rem;
}

.profile-point-card {
    padding: 1rem 1.2rem;
    border-radius: 5px;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.05);
    border-left: 4px solid #214096;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

.profile-point-card h3 {
    color: #214096;
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 0.35rem;
}

.profile-point-card p,
.profile-mission-list {
    color: #4b5563;
    line-height: 1.8;
}

.profile-mission-list {
    margin: 0;
    padding-left: 1.4rem;
}

.profile-mission-list li + li {
    margin-top: 0.75rem;
}

.posts-header {
    position: relative;
    max-width: 980px;
    margin: 0 auto 2.5rem;
    padding-top: 1rem;
}

.posts-header-shadow {
    position: absolute;
    top: -0.2rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: clamp(2.6rem, 7vw, 4.6rem);
    font-weight: 800;
    letter-spacing: 0.04em;
    color: rgba(34, 58, 94, 0.07);
    pointer-events: none;
    user-select: none;
}

.posts-header-title {
    position: relative;
    z-index: 1;
    margin-bottom: 1rem;
    color: #214096;
    font-size: clamp(2.1rem, 5vw, 3.1rem);
    font-weight: 800;
    letter-spacing: 0.02em;
}

.posts-header-copy {
    position: relative;
    z-index: 1;
    max-width: 980px;
    margin: 0 auto;
    color: #334155;
    font-size: 1.02rem;
    line-height: 1.8;
}

.section-title-blue {
    color: #214096 !important;
}

.posts-search-input {
    border: 1px solid rgba(59, 130, 246, 0.2);
    border-radius: 10px 0 0 10px !important;
    padding: 0.8rem 1rem;
    box-shadow: none;
}

.posts-search-input:focus {
    border-color: rgba(59, 130, 246, 0.45);
    box-shadow: 0 0 0 0.2rem rgba(59, 130, 246, 0.12);
}

.posts-search-btn {
    background: linear-gradient(135deg, #223a5e, #2a4d78);
    color: #fff;
    border: 1px solid rgba(56, 189, 248, 0.22);
    border-radius: 0 10px 10px 0 !important;
    padding: 0.8rem 1.25rem;
    font-weight: 700;
}

.posts-search-btn:hover,
.posts-search-btn:focus {
    background: linear-gradient(135deg, #35b792, var(--nav-button));
    color: #fff;
    border-color: #57dcc0;
}

@keyframes spinSlow {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes spinReverse {
    from {
        transform: rotate(360deg);
    }
    to {
        transform: rotate(0deg);
    }
}

@keyframes heroFloat {
    0%,
    100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
}

@keyframes floatNode {
    0%,
    100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-12px);
    }
}

@keyframes scanPulse {
    0%,
    100% {
        transform: translateY(-140px);
        opacity: 0.35;
    }
    50% {
        transform: translateY(140px);
        opacity: 1;
    }
}


/* Blog */
.card-effect {
    box-shadow: var(--box-shadow);
    background-color: #fff;
    transition: all 0.35s ease;
}

.card-effect:hover {
    transform: translateY(-6px);
}

.article-card,
.featured-article-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    border: 1px solid rgba(93, 173, 255, 0.16);
    border-radius: 10px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(239, 249, 255, 0.96)),
        linear-gradient(135deg, rgba(56, 189, 248, 0.06), rgba(16, 185, 129, 0.08));
    box-shadow: 0 18px 40px rgba(34, 58, 94, 0.08);
}

.article-card-media,
.featured-article-media {
    position: relative;
    overflow: hidden;
}

.article-card-media img,
.featured-article-image {
    width: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
}

.article-card-media img {
    height: 240px;
}

.featured-article-image {
    max-height: 420px;
}

.article-card:hover .article-card-media img,
.featured-article-card:hover .featured-article-image {
    transform: scale(1.04);
}

.article-card-category {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    padding: 0.45rem 0.9rem;
    border-radius: 999px;
    background: rgba(16, 31, 61, 0.82);
    backdrop-filter: blur(8px);
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.18);
}

.article-card-category a {
    color: #dffbff;
    font-size: 0.88rem;
    font-weight: 700;
}

.article-card-body,
.featured-article-body {
    padding: 1.35rem;
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 0.7rem;
}

.featured-article-body {
    padding: 2rem;
}

.article-card-title a,
.featured-article-title a {
    color: #0f8f7a;
    text-decoration: none;
}

.article-card-title,
.featured-article-title {
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: calc(1.35em * 1.35);
}

.article-card-meta,
.article-card-meta small,
.article-card-meta a,
.article-card-meta span {
    color: #5f7490;
}

.article-card-meta {
    margin-bottom: 0;
    min-height: calc(1.6em * 1.1);
}

.article-card-meta a:hover {
    color: #0f8f7a;
}

.article-card-text {
    color: #5f7490;
    line-height: 1.8;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: calc(1.8em * 4);
}

.article-card-btn {
    margin-top: auto;
    align-self: flex-start;
    background: linear-gradient(90deg, #1f4d8f, #2b6cb0);
    color: #fff;
    border: 1px solid rgba(56, 189, 248, 0.2);
    border-radius: 10px;
    padding: 0.7rem 1.2rem;
    font-weight: 700;
    box-shadow: 0 12px 24px rgba(31, 77, 143, 0.24);
}

.article-card-btn:hover,
.article-card-btn:focus {
    background: linear-gradient(90deg, #1a427a, #245d97);
    color: #fff;
    border-color: #57dcc0;
}

.featured-article-card {
    padding: 0;
}

.featured-article-title {
    font-size: clamp(1.7rem, 3vw, 2.2rem);
}

.featured-article-card .card-text {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

.ticket-tracker-section {
    padding-top: 70px;
    padding-bottom: 30px;
    background:
        linear-gradient(180deg, rgba(235, 245, 255, 0.72), rgba(255, 255, 255, 0.96));
}

.tracker-shell {
    padding: 2.5rem;
    border-radius: 28px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(235, 245, 255, 0.96)),
        linear-gradient(135deg, rgba(59, 130, 246, 0.07), rgba(15, 143, 122, 0.09));
    border: 1px solid rgba(93, 173, 255, 0.18);
    box-shadow: 0 22px 45px rgba(34, 58, 94, 0.1);
    overflow: hidden;
}

.tracker-kicker {
    display: inline-block;
    margin-bottom: 0.9rem;
    padding: 0.4rem 0.85rem;
    border-radius: 999px;
    background: rgba(33, 64, 150, 0.1);
    color: #214096;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.tracker-title {
    margin-bottom: 0.85rem;
}

.tracker-copy,
.aduan-page-copy {
    color: #5f7490;
    font-size: 1rem;
}

.tracker-form {
    display: flex;
    gap: 0.9rem;
    margin-top: 1.5rem;
    flex-wrap: wrap;
    align-items: stretch;
}

.tracker-input {
    display: block;
    width: 100%;
    min-height: 54px;
    height: 54px;
    flex: 1 1 320px;
    padding: 0.85rem 1rem;
    border-radius: 14px;
    border: 1px solid rgba(93, 173, 255, 0.22);
}

.tracker-btn,
.aduan-submit-btn {
    min-height: 54px;
    border: 0;
    border-radius: 14px;
    padding: 0.85rem 1.75rem;
    background: linear-gradient(90deg, #1f4d8f, #3156d3);
    color: #fff;
    font-weight: 700;
    box-shadow: 0 12px 24px rgba(31, 77, 143, 0.24);
}

.tracker-btn:hover,
.tracker-btn:focus,
.aduan-submit-btn:hover,
.aduan-submit-btn:focus {
    color: #fff;
    background: linear-gradient(90deg, #1a427a, #2748b8);
}

.tracker-actions {
    margin-top: 1rem;
}

.tracker-link-btn {
    border-radius: 999px;
    border: 1px solid rgba(49, 86, 211, 0.28);
    color: #3156d3;
    font-weight: 700;
    padding: 0.7rem 1.4rem;
}

.tracker-link-btn:hover,
.tracker-link-btn:focus {
    color: #214096;
    border-color: rgba(33, 64, 150, 0.38);
    background: rgba(49, 86, 211, 0.06);
}

.tracker-alert {
    margin-top: 1rem;
    margin-bottom: 0;
    border-radius: 14px;
}

.tracker-result-card,
.aduan-info-card,
.aduan-form-card {
    height: 100%;
    border-radius: 24px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(239, 249, 255, 0.96)),
        linear-gradient(135deg, rgba(56, 189, 248, 0.06), rgba(16, 185, 129, 0.08));
    border: 1px solid rgba(93, 173, 255, 0.16);
    box-shadow: 0 18px 40px rgba(34, 58, 94, 0.08);
}

.tracker-result-card {
    padding: 2rem;
}

.tracker-result-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.tracker-result-label,
.tracker-field-label {
    display: block;
    color: #3156d3;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.tracker-result-title {
    margin: 0.9rem 0 0.8rem;
    color: #163153;
}

.tracker-result-copy,
.tracker-result-list,
.aduan-info-card p,
.aduan-info-list li,
.aduan-note-box p,
.aduan-security-box p {
    color: #5f7490;
}

.tracker-result-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.2rem;
}

.tracker-result-grid p {
    margin: 0.35rem 0 0;
    color: #163153;
    font-weight: 600;
}

.tracker-result-list {
    margin: 1rem 0 0;
    padding-left: 1.2rem;
}

.tracker-status-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.45rem 0.85rem;
    border-radius: 999px;
    font-size: 0.84rem;
    font-weight: 700;
}

.tracker-status-pending {
    background: rgba(100, 116, 139, 0.14);
    color: #475569;
}

.tracker-status-diproses {
    background: rgba(245, 158, 11, 0.14);
    color: #b45309;
}

.tracker-status-selesai {
    background: rgba(16, 185, 129, 0.14);
    color: #047857;
}

.aduan-page {
    padding-top: 8rem;
    padding-bottom: 5rem;
}

.aduan-page-head {
    margin-bottom: 2.5rem;
}

.aduan-flash {
    max-width: 960px;
    margin: 0 auto 1.5rem;
    border-radius: 16px;
}

.aduan-popup-overlay {
    position: fixed;
    inset: 0;
    z-index: 1055;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    background: rgba(9, 21, 43, 0.56);
    backdrop-filter: blur(6px);
}

.aduan-popup-card {
    position: relative;
    width: min(100%, 540px);
    padding: 2rem;
    border-radius: 24px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(237, 251, 245, 0.98));
    border: 1px solid rgba(52, 168, 83, 0.18);
    box-shadow: 0 24px 60px rgba(9, 21, 43, 0.24);
}

.aduan-popup-kicker {
    display: inline-block;
    margin-bottom: 0.9rem;
    padding: 0.4rem 0.8rem;
    border-radius: 999px;
    background: rgba(52, 168, 83, 0.12);
    color: #1f7a38;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.aduan-popup-card h2 {
    margin-bottom: 0.8rem;
    color: #163153;
}

.aduan-popup-card p {
    margin-bottom: 1.5rem;
    color: #43627f;
}

.aduan-popup-close {
    position: absolute;
    top: 0.85rem;
    right: 1rem;
    border: 0;
    background: transparent;
    color: #5f7490;
    font-size: 1.8rem;
    line-height: 1;
    cursor: pointer;
}

.aduan-info-card,
.aduan-form-card {
    padding: 2rem;
}

.aduan-info-card h2,
.aduan-form-card h2 {
    margin-bottom: 1.35rem;
}

.aduan-info-card h3 {
    margin-top: 1.6rem;
    margin-bottom: 1rem;
    font-size: 1rem;
    color: #214096;
}

.aduan-info-list {
    padding-left: 1.1rem;
    margin-bottom: 0;
}

.aduan-note-box,
.aduan-security-box {
    margin-top: 1.4rem;
    padding: 1rem 1.1rem;
    border-radius: 16px;
}

.aduan-note-box {
    background: rgba(255, 193, 7, 0.08);
    border-left: 4px solid #f59e0b;
}

.aduan-security-box {
    background: #11233f;
    color: #fff;
}

.aduan-security-box p {
    color: rgba(255, 255, 255, 0.76);
    margin-bottom: 0;
}

.aduan-form-card .form-label {
    color: #163153;
    font-weight: 700;
}

.aduan-form-card .form-control,
.aduan-form-card .form-select {
    min-height: 48px;
    border-radius: 12px;
    border: 1px solid rgba(93, 173, 255, 0.22);
}

.custom-file-upload {
    position: relative;
}

.custom-file-upload-input {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.custom-file-upload-label {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: stretch;
    width: 100%;
    min-height: 48px;
    overflow: hidden;
    border: 1px solid rgba(93, 173, 255, 0.22);
    border-radius: 12px;
    background: #fff;
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.custom-file-upload-label:hover,
.custom-file-upload-input:focus + .custom-file-upload-label {
    border-color: rgba(49, 86, 211, 0.42);
    box-shadow: 0 0 0 0.18rem rgba(49, 86, 211, 0.12);
}

.custom-file-upload-button {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    min-height: 48px;
    padding: 0.75rem 1rem;
    background: linear-gradient(180deg, #f8fbff, #eef5ff);
    border-right: 1px solid rgba(93, 173, 255, 0.22);
    color: #163153;
    font-weight: 700;
    white-space: nowrap;
}

.custom-file-upload-name {
    display: block;
    min-width: 0;
    width: 100%;
    padding: 0.75rem 1rem;
    color: #5f7490;
    line-height: 1.5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.custom-file-upload.is-invalid .custom-file-upload-label {
    border-color: #dc3545;
}

.aduan-form-card textarea.form-control {
    min-height: auto;
}

.aduan-submit-btn {
    width: 100%;
    margin-top: 1.5rem;
}

@media (max-width: 991.98px) {
    .tracker-shell,
    .tracker-result-card,
    .aduan-info-card,
    .aduan-form-card {
        padding: 1.5rem;
        border-radius: 20px;
    }

    .tracker-result-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .ticket-tracker-section {
        padding-top: 40px;
        padding-bottom: 20px;
    }

    .ticket-tracker-section .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .tracker-shell {
        padding: 1.35rem;
        border-radius: 22px;
    }

    .tracker-title {
        font-size: clamp(1.9rem, 7vw, 2.5rem);
        line-height: 1.2;
    }

    .tracker-copy {
        margin-bottom: 0;
        font-size: 0.98rem;
    }

    .tracker-form {
        flex-direction: column;
        gap: 0.85rem;
    }

    .tracker-btn,
    .tracker-input {
        width: 100%;
    }

    .tracker-input {
        flex-basis: auto;
        height: 56px;
        min-height: 56px;
        font-size: 16px;
        padding: 0.85rem 1rem;
    }

    .tracker-btn,
    .tracker-link-btn {
        width: 100%;
        text-align: center;
        justify-content: center;
    }

    .tracker-actions {
        width: 100%;
    }

    .tracker-result-card {
        padding: 1.35rem;
    }

    .tracker-result-head {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.75rem;
    }

    .tracker-result-title {
        font-size: 1.2rem;
    }
}


/* footer */
.sticky-footer {
    position: sticky;
    top: 100%;
}

.footer-top {
    padding-bottom: 30px;
    padding-top: 30px;
    background: #223a5e;
}

.footer-title {
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 0.5px;
    border-bottom: 2px solid #38bdf8;
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 1rem;
}

.footer-link {
    color: #cbd5e1;
    transition: 0.3s;
    margin-bottom: 0.45rem;
}

.footer-link:hover,
.footer-link:focus {
    color: #38bdf8;
    padding-left: 5px;
}

.footer-text,
.footer-text li,
.footer-top p,
.footer-top small {
    color: #94a3b8;
}

.map-card {
    border-radius: 5px;
    min-height: 280px;
}


.map iframe{
    height:260px;
    width:100%;
    border-radius: 8px;
}
 
.footer-bottom {
    background: #0f172a;
    color: #64748b;
    font-size: 14px;
}

.footer-brand {
    color: #38bdf8;
    font-weight: 500;
}

/* form login */

.form-signin .form-floating:focus-within {
    z-index: 2;
  }
  
.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  
.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  

.form-registration input {
    border-radius: 0;
    margin-bottom: -1px;
}
