/**
 * Landing — portal WBS. Warna primer selaras backend / sidebar (#2b488b, rgb 43,72,139).
 */
:root {
    --wbs-brand-rgb: 43, 72, 139;
    --wbs-navy: #2b488b;
    --wbs-navy-deep: #1e3566;
    --wbs-accent: #2b488b;
    --wbs-accent-hover: #243d75;
    --wbs-accent-soft: rgba(43, 72, 139, 0.12);
    --wbs-muted: #64748b;
    --wbs-body: #f4f6fb;
    --wbs-card: #ffffff;
    --wbs-hero-tint-top: #eef2fb;
    --wbs-hero-tint-mid: #f4f7fc;
}

html {
    scroll-padding-top: 72px;
}

body.wbs-landing {
    font-family: "Plus Jakarta Sans", system-ui, -apple-system, sans-serif;
    color: #1e293b;
    background: var(--wbs-body);
    --bs-primary: #2b488b;
    --bs-primary-rgb: 43, 72, 139;
}

/* Navbar — sama seperti header sidebar aplikasi (biru primer + pola) */
.wbs-nav {
    position: relative;
    background-color: #1f3f79;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14) !important;
    box-shadow: 0 6px 24px rgba(15, 23, 42, 0.18);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.wbs-nav::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("https://php.spruko.com/zynix/zynix/assets/images/media/svg/pattren-3.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.08;
    pointer-events: none;
}

/* Jarak aman ke tepi layar (tombol Dasbor / nav tidak menempel) */
.wbs-nav > .container {
    position: relative;
    z-index: 1;
    padding-left: clamp(0.85rem, 3.5vw, 1.5rem);
    padding-right: clamp(0.85rem, 3.5vw, 1.5rem);
}

/* Navbar lebih ramping ke bawah; logo brand lebih lebar setelah teks WBS dihilangkan */
.wbs-nav.navbar {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.wbs-nav.navbar .navbar-toggler {
    padding: 0.35rem 0.5rem;
}

.wbs-nav .navbar-brand {
    font-weight: 700;
    letter-spacing: 0.04em;
    font-size: 1.15rem;
    color: #fff !important;
    margin-right: 0.85rem;
    padding-top: 0.12rem;
    padding-bottom: 0.12rem;
}

.wbs-nav .wbs-nav-brand-icon {
    width: auto;
    min-width: min(200px, 46vw);
    max-width: 280px;
    height: 52px;
    border-radius: 0;
    background: transparent !important;
    border: 0;
    box-shadow: none;
    overflow: visible;
    justify-content: flex-start;
}

.wbs-nav .wbs-nav-brand-logo {
    width: auto;
    max-width: 100%;
    height: 46px;
    object-fit: contain;
    object-position: left center;
    display: block;
    filter: brightness(0) invert(1) drop-shadow(0 0 5px rgba(147, 197, 253, 0.45));
    transform: none;
}

.wbs-nav .nav-link {
    color: rgba(255, 255, 255, 0.9) !important;
    font-weight: 500;
    padding: 0.42rem 0.72rem !important;
    border-radius: 0.375rem;
}

.wbs-nav .nav-link:hover,
.wbs-nav .nav-link:focus {
    color: #fff !important;
    background: rgba(255, 255, 255, 0.12);
}

.wbs-nav .wbs-nav-link-highlight {
    color: #fef08a !important;
    font-weight: 600;
}

.wbs-nav .wbs-nav-link-highlight:hover,
.wbs-nav .wbs-nav-link-highlight:focus {
    color: #fef9c3 !important;
    background: rgba(255, 255, 255, 0.1);
}

.wbs-nav .wbs-nav-theme-btn {
    color: rgba(255, 255, 255, 0.78) !important;
}

.wbs-nav .wbs-nav-theme-btn:hover,
.wbs-nav .wbs-nav-theme-btn:focus {
    color: #fff !important;
    background: rgba(255, 255, 255, 0.1) !important;
}

.wbs-nav .navbar-toggler {
    border-color: rgba(255, 255, 255, 0.35);
}

/* Bahasa ID | EN (navbar landing, di atas biru) */
.wbs-lang-switch {
    display: inline-flex;
    align-items: stretch;
    padding: 3px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.22);
    gap: 2px;
}

.wbs-lang-switch form {
    margin: 0;
    display: flex;
}

.wbs-lang-switch__btn {
    margin: 0;
    border: 0;
    cursor: pointer;
    background: transparent;
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    padding: 0.34rem 0.66rem;
    line-height: 1;
    border-radius: 999px;
    transition:
        background 0.15s ease,
        color 0.15s ease,
        box-shadow 0.15s ease;
}

.wbs-lang-switch__btn:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.14);
}

.wbs-lang-switch__btn.is-active {
    color: var(--wbs-accent);
    background: #fff;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.2);
}

.wbs-lang-switch__btn:focus-visible {
    outline: 2px solid rgba(255, 255, 255, 0.55);
    outline-offset: 2px;
}

.wbs-nav .btn-light {
    background: rgba(255, 255, 255, 0.95);
    border-color: rgba(255, 255, 255, 0.95);
    color: var(--wbs-accent) !important;
    font-weight: 600;
}

.wbs-nav .btn-light:hover {
    background: #fff;
    border-color: #fff;
    color: var(--wbs-accent-hover) !important;
}

/* Hero terang & premium — langit biru–abu lembut, tidak gelap */
.wbs-hero {
    position: relative;
    min-height: min(92vh, 900px);
    display: flex;
    align-items: center;
    padding: 6rem 0 4rem;
    border-bottom: 1px solid rgba(148, 163, 184, 0.22);
    background:
        radial-gradient(ellipse 85% 65% at 92% 12%, rgba(147, 197, 253, 0.42), transparent 56%),
        radial-gradient(ellipse 70% 55% at 8% 88%, rgba(224, 242, 254, 0.85), transparent 58%),
        linear-gradient(168deg, var(--wbs-hero-tint-top) 0%, var(--wbs-hero-tint-mid) 44%, #fafcfe 100%);
    color: #1e293b;
    overflow: hidden;
}

.wbs-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 60% 50% at 72% 18%, rgba(255, 255, 255, 0.85), transparent 58%),
        radial-gradient(ellipse 55% 45% at 12% 82%, rgba(241, 245, 249, 0.65), transparent 55%);
    pointer-events: none;
}

/* Cahaya ambient halus */
.wbs-hero__ambient {
    position: absolute;
    inset: -20% -10% auto -10%;
    height: 85%;
    background: radial-gradient(ellipse 70% 55% at 50% 0%, rgba(186, 214, 252, 0.45), transparent 68%);
    pointer-events: none;
    z-index: 0;
}

.wbs-hero__mesh {
    position: absolute;
    inset: 0;
    opacity: 0.28;
    background:
        radial-gradient(ellipse 120% 80% at 100% 0%, rgba(59, 130, 246, 0.12), transparent 55%),
        radial-gradient(ellipse 90% 70% at 0% 100%, rgba(148, 197, 255, 0.2), transparent 52%);
    pointer-events: none;
    z-index: 0;
}

.wbs-hero__grid {
    position: absolute;
    inset: 0;
    opacity: 0.05;
    background-image: linear-gradient(rgba(43, 72, 139, 0.22) 1px, transparent 1px),
        linear-gradient(90deg, rgba(43, 72, 139, 0.22) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: radial-gradient(ellipse 85% 75% at 50% 45%, #000 18%, transparent 72%);
    pointer-events: none;
    z-index: 0;
}

.wbs-hero .container {
    position: relative;
    z-index: 1;
}

.wbs-hero h1 {
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 1.2;
}

.wbs-hero .lead {
    color: var(--wbs-muted);
    max-width: 38rem;
}

.wbs-hero--compact {
    min-height: auto;
    padding: 4rem 0 2.25rem;
}

@media (min-width: 992px) {
    .wbs-hero--compact {
        min-height: min(64vh, 640px);
        padding: 4.35rem 0 2.5rem;
    }
}

.wbs-hero__copy {
    max-width: 38rem;
}

@media (min-width: 992px) {
    .wbs-hero__copy {
        padding-right: 0.5rem;
    }
}

.wbs-hero__intro {
    margin-bottom: 1.75rem;
}

.wbs-hero-title {
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 1.15;
    font-size: clamp(1.7rem, 4vw, 2.55rem);
    color: var(--wbs-navy);
    text-wrap: balance;
    text-shadow: none;
}

.wbs-hero-lead {
    font-size: 1.02rem;
    line-height: 1.65;
    color: #64748b;
    max-width: 34rem;
    font-weight: 400;
    letter-spacing: 0.01em;
}

.wbs-badge-soft--hero {
    font-size: 0.68rem;
    padding: 0.35rem 0.95rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--wbs-accent);
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(43, 72, 139, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 2px 12px rgba(12, 39, 69, 0.06);
}

.wbs-hero__cta {
    margin-top: 0.25rem;
}

@media (hover: hover) and (prefers-reduced-motion: no-preference) {
    .wbs-hero__cta .btn {
        transition:
            transform 0.22s ease,
            box-shadow 0.22s ease;
    }

    .wbs-hero__cta .btn:hover {
        transform: translateY(-2px);
    }

    .wbs-hero__cta .btn:active {
        transform: translateY(0);
    }
}

.wbs-hero-photo-img:not(.wbs-hero-photo-img--photo) {
    min-height: 220px;
    max-height: 300px;
}

@media (min-width: 992px) {
    .wbs-hero-photo-img:not(.wbs-hero-photo-img--photo) {
        min-height: 260px;
        max-height: 340px;
    }
}

.wbs-hero-chip {
    display: inline-flex;
    align-items: center;
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 0.45rem 0.85rem;
    border-radius: 999px;
    color: var(--wbs-navy);
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(148, 163, 184, 0.35);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 4px 16px rgba(12, 39, 69, 0.07);
}

/* Hero CTAs: ukuran kompak & lebar merata di layar lebar */
.wbs-hero-cta {
    display: grid;
    gap: 0.45rem;
}

.wbs-hero-cta .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
}

.wbs-hero-cta--sm .btn {
    font-size: 0.8125rem;
    line-height: 1.35;
    border-radius: 0.45rem;
}

.wbs-hero-cta .btn-primary {
    box-shadow: 0 8px 22px rgba(43, 72, 139, 0.22);
}

@media (min-width: 576px) {
    .wbs-hero-cta {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: stretch;
    }

    .wbs-hero-cta .btn {
        flex: 1 1 0;
        min-width: 0;
        width: auto;
    }
}

.wbs-badge-soft {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 600;
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid rgba(43, 72, 139, 0.18);
    color: var(--wbs-accent);
}

.wbs-btn-primary {
    background: var(--wbs-accent);
    border: none;
    font-weight: 600;
    padding: 0.65rem 1.35rem;
    border-radius: 0.5rem;
}

.wbs-btn-primary:hover {
    background: var(--wbs-accent-hover);
}

.wbs-btn-outline-light {
    border-width: 2px;
    font-weight: 600;
    padding: 0.6rem 1.25rem;
    border-radius: 0.5rem;
}

/* Hero: ukuran kecil menang atas padding global di atas */
.wbs-hero-cta .btn-sm.btn-outline-primary {
    padding: 0.3rem 0.65rem;
    border-radius: 0.45rem;
}

.wbs-section-title {
    font-weight: 800;
    color: var(--wbs-navy);
    letter-spacing: -0.02em;
}

.wbs-card-feature {
    background: var(--wbs-card);
    border-radius: 0.75rem;
    border: 1px solid #e2e8f0;
    padding: 1.5rem 1.35rem;
    height: 100%;
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.wbs-card-feature:hover {
    box-shadow: 0 12px 40px rgba(12, 39, 69, 0.12);
    border-color: #cbd5e1;
}

.wbs-icon-round {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    background: linear-gradient(135deg, #e0f2fe, #dbeafe);
    color: var(--wbs-accent);
}

.wbs-step-num {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 1rem;
    background: var(--wbs-accent);
    color: #fff;
}

.wbs-blockquote {
    border-left: 4px solid var(--wbs-accent);
    padding-left: 1.25rem;
    margin-bottom: 0;
    color: var(--wbs-muted);
    font-size: 0.95rem;
}

.wbs-footer {
    background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
    color: #475569;
    padding: 1.35rem 0 1.1rem;
    font-size: 0.9rem;
    border-top-color: rgba(148, 163, 184, 0.35) !important;
}

.wbs-footer__brand {
    color: var(--wbs-navy);
}

.wbs-footer__brand-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.8rem;
}

.wbs-footer__tagline {
    line-height: 1.4;
    margin-top: 0.35rem !important;
}

.wbs-footer .wbs-footer-logo {
    width: auto;
    height: 56px;
    max-width: min(220px, 55vw);
    object-fit: contain;
    object-position: left center;
    display: block;
    flex-shrink: 0;
    border-radius: 0;
    background: transparent;
    padding: 0;
    border: 0;
    filter: contrast(1.35) saturate(1.25) drop-shadow(0 1px 2px rgba(15, 23, 42, 0.3));
}

.wbs-footer a {
    color: var(--wbs-accent);
}

.wbs-footer a:hover {
    color: var(--wbs-accent-hover);
}

@media (max-width: 991px) {
    .wbs-hero {
        min-height: auto;
        padding: 4.85rem 0 2.35rem;
    }

    .wbs-hero__intro {
        margin-bottom: 1.35rem;
    }

    .wbs-hero-lead {
        font-size: 0.94rem;
        line-height: 1.58;
    }

    .wbs-hero-photo-img:not(.wbs-hero-photo-img--photo) {
        max-height: 260px;
    }

    .wbs-hero-photo-img--photo {
        max-height: min(52vh, 400px);
    }
}

/* Telepon kecil & mobile: hero padat, tombol tidak «gede», chip rapi */
@media (max-width: 575.98px) {
    .wbs-hero--compact {
        padding: 4.15rem 0 1.75rem;
    }

    .wbs-hero__intro {
        margin-bottom: 1.1rem;
    }

    .wbs-badge-soft--hero {
        font-size: 0.6rem;
        padding: 0.26rem 0.72rem;
        letter-spacing: 0.09em;
        margin-bottom: 0.6rem !important;
    }

    .wbs-hero-title {
        font-size: clamp(1.32rem, 5.8vw, 1.72rem);
        line-height: 1.22;
        margin-bottom: 0.6rem !important;
    }

    .wbs-hero-lead {
        font-size: 0.875rem;
        line-height: 1.52;
    }

    .wbs-hero__cta {
        margin-top: 0;
    }

    .wbs-hero-cta {
        gap: 0.38rem;
    }

    .wbs-hero-cta--sm .btn {
        font-size: 0.76rem;
        line-height: 1.28;
        border-radius: 0.42rem;
        padding-top: 0.4rem !important;
        padding-bottom: 0.4rem !important;
        padding-left: 0.65rem !important;
        padding-right: 0.65rem !important;
    }

    .wbs-hero-cta .btn-sm.btn-outline-primary {
        padding-top: 0.34rem !important;
        padding-bottom: 0.34rem !important;
    }

    .wbs-hero__visual {
        padding-top: 0.25rem;
    }

    .wbs-hero-visual-wrap {
        max-width: 100%;
    }

    .wbs-hero-photo-frame:not(:has(.wbs-hero-photo-img--photo)) {
        padding: 2px;
        border-radius: 1rem 1.2rem 0.95rem 1.05rem;
    }

    .wbs-hero-photo-inner:not(:has(.wbs-hero-photo-img--photo)) {
        border-radius: 0.88rem 1.05rem 0.82rem 0.95rem;
    }

    .wbs-hero-photo-img:not(.wbs-hero-photo-img--photo) {
        min-height: 156px;
        max-height: 200px;
    }

    .wbs-hero-chips {
        padding: 0.5rem 0.5rem 0.55rem;
    }

    .wbs-hero-chip {
        font-size: 0.5625rem;
        padding: 0.28rem 0.52rem;
        letter-spacing: 0.035em;
    }

    .wbs-hero-chips__inner {
        gap: 0.32rem;
        justify-content: center;
    }

    .wbs-hero-blob--a {
        width: 150px;
        height: 150px;
        top: -22px;
        right: -20px;
    }

    .wbs-hero-blob--b {
        width: 118px;
        height: 118px;
        bottom: 22%;
        left: -28px;
    }

    .wbs-hero-blob--c {
        width: 76px;
        height: 76px;
        right: -12px;
        opacity: 0.28;
    }
}

/* Hero visual — bingkai foto & blobs organik */
.wbs-hero-visual-wrap {
    max-width: 520px;
}

.wbs-hero-visual-wrap:has(.wbs-hero-photo-img--photo) {
    max-width: min(100%, 600px);
}

@media (min-width: 992px) {
    .wbs-hero-visual-wrap:has(.wbs-hero-photo-img--photo) {
        max-width: min(100%, 700px);
    }
}

.wbs-hero-blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(46px);
    opacity: 0.28;
    pointer-events: none;
    z-index: 0;
}

.wbs-hero-blob--a {
    width: 240px;
    height: 240px;
    background: #93c5fd;
    top: -48px;
    right: -36px;
    animation: wbs-float 14s ease-in-out infinite;
}

.wbs-hero-blob--b {
    width: 200px;
    height: 200px;
    background: #c4ddfb;
    bottom: 28%;
    left: -56px;
    animation: wbs-float 17s ease-in-out infinite reverse;
}

.wbs-hero-blob--c {
    width: 140px;
    height: 140px;
    background: #7dd3fc;
    top: 42%;
    right: -20px;
    opacity: 0.22;
    animation: wbs-float 12s ease-in-out 1s infinite;
}

.wbs-hero-photo-frame {
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 3px;
    border-radius: 1.35rem 1.65rem 1.25rem 1.5rem;
    background: linear-gradient(
        145deg,
        rgba(255, 255, 255, 0.95) 0%,
        rgba(239, 246, 255, 0.65) 48%,
        rgba(219, 234, 254, 0.55) 100%
    );
    box-shadow:
        0 22px 48px rgba(12, 39, 69, 0.09),
        0 10px 22px rgba(12, 39, 69, 0.05),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.wbs-hero-photo-inner {
    position: relative;
    overflow: hidden;
    border-radius: 1.15rem 1.45rem 1.05rem 1.35rem;
    background: #f1f5f9;
}

.wbs-hero-photo-inner::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 48%, rgba(43, 72, 139, 0.06) 100%);
    pointer-events: none;
}

/* Ilustrasi vektor (opsional — hero pakai foto: .wbs-hero-photo-img--photo) */
.wbs-hero-photo-inner:has(.wbs-hero-photo-img--illustration) {
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.wbs-hero-photo-inner:has(.wbs-hero-photo-img--illustration)::after {
    background: linear-gradient(180deg, transparent 55%, rgba(43, 72, 139, 0.07) 100%);
}

.wbs-hero-photo-img--photo {
    display: block;
    width: 100%;
    height: auto;
    max-width: min(100%, 560px);
    margin-inline: auto;
    object-fit: contain;
    object-position: center bottom;
    max-height: clamp(220px, min(68vw, 42vh), 360px);
}

@media (min-width: 576px) {
    .wbs-hero-photo-img--photo {
        max-width: min(100%, 620px);
        max-height: clamp(260px, min(52vw, 48vh), 440px);
    }
}

@media (min-width: 992px) {
    .wbs-hero-photo-img--photo {
        max-width: min(100%, 700px);
        max-height: min(520px, 58vh);
    }
}

.wbs-hero-photo-inner .wbs-hero-photo-img {
    display: block;
    transform: scale(1.02);
    transition: transform 0.6s ease;
}

.wbs-hero-photo-frame:hover .wbs-hero-photo-img {
    transform: scale(1.05);
}

.wbs-hero-chips {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 0.85rem 1rem 1rem;
    margin: 0;
    font-style: normal;
    border: 0;
}

.wbs-hero-chips__inner {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    justify-content: center;
}

@media (min-width: 992px) {
    .wbs-hero-chips__inner {
        justify-content: flex-end;
    }
}

@keyframes wbs-float {
    0%,
    100% {
        transform: translateY(0) translateZ(0) scale(1);
    }
    50% {
        transform: translateY(-10px) translateZ(0) scale(1.04);
    }
}

@media (prefers-reduced-motion: reduce) {
    .wbs-hero-blob--a,
    .wbs-hero-blob--b,
    .wbs-hero-blob--c {
        animation: none;
    }

    .wbs-hero-photo-inner .wbs-hero-photo-img,
    .wbs-hero-photo-frame:hover .wbs-hero-photo-img {
        transform: scale(1.02);
        transition: none;
    }

    .wbs-hero-photo-inner:has(.wbs-hero-photo-img--photo) .wbs-hero-photo-img {
        transform: none;
        transition: none;
    }
}

/* Foto hero tanpa kartu — menyatu dengan latar gradient */
.wbs-hero-photo-frame:has(.wbs-hero-photo-img--photo) {
    padding: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.wbs-hero-photo-inner:has(.wbs-hero-photo-img--photo) {
    border-radius: 0;
    background: transparent;
    overflow: visible;
}

.wbs-hero-photo-inner:has(.wbs-hero-photo-img--photo)::after {
    display: none;
}

.wbs-hero-photo-inner:has(.wbs-hero-photo-img--photo) .wbs-hero-photo-img {
    transform: none;
}

.wbs-hero-photo-frame:has(.wbs-hero-photo-img--photo):hover .wbs-hero-photo-img {
    transform: none;
}

.wbs-hero-photo-frame:has(.wbs-hero-photo-img--photo) .wbs-hero-chips {
    position: static;
    padding: 0.65rem 0 0;
    margin-top: 0;
}

.wbs-public-report-top {
    background: linear-gradient(180deg, #e2e8f0 0%, #f8fafc 35%, #f1f5f9 100%);
    min-height: auto;
    /* Navbar fixed-top: beri ruang di bawah bar navigasi + sedikit napas */
    padding-top: calc(4.25rem + 1rem);
    padding-bottom: 1rem;
}

section[id="layanan"] .wbs-card-feature {
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 1rem 0.75rem;
    transition: transform 0.22s ease;
}

section[id="layanan"] .wbs-card-feature:hover {
    transform: translateY(-3px);
    box-shadow: none;
    border-color: transparent;
}

#faq .accordion-button:not(.collapsed) {
    background: rgba(43, 72, 139, 0.08);
    color: var(--wbs-navy);
}

/* ---- Public anonymous report form (layouts.frontend) ---- */
.wbs-public-report-card {
    border-color: rgba(12, 39, 69, 0.09);
    box-shadow:
        0 22px 56px rgba(12, 39, 69, 0.1),
        0 6px 20px rgba(12, 39, 69, 0.05);
}

.wbs-public-report-card__header {
    position: relative;
    overflow: hidden;
}

.wbs-public-report-card__header::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 90% 70% at 100% 0%, rgba(255, 255, 255, 0.14), transparent 52%);
    pointer-events: none;
}

.wbs-public-callout {
    border-radius: 0.85rem !important;
    background: linear-gradient(125deg, rgba(224, 242, 254, 0.65), rgba(239, 246, 255, 0.9)) !important;
    border: 1px solid rgba(59, 130, 246, 0.22) !important;
    color: #0f172a;
}

.wbs-public-callout__icon {
    width: 2.1rem;
    height: 2.1rem;
    border-radius: 0.55rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(43, 72, 139, 0.12);
    color: var(--wbs-accent);
    font-size: 1.1rem;
    flex-shrink: 0;
}

.wbs-public-callout__text {
    font-size: 0.875rem;
    line-height: 1.45;
}

.wbs-form-section-head {
    display: flex;
    gap: 0.65rem;
    align-items: flex-start;
}

.wbs-form-section-head__step {
    flex-shrink: 0;
    width: 2.05rem;
    height: 2.05rem;
    border-radius: 0.55rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 0.82rem;
    background: linear-gradient(145deg, var(--wbs-accent), #243d75);
    color: #fff;
    box-shadow: 0 4px 14px rgba(43, 72, 139, 0.35);
}

.wbs-form-section-head__title {
    font-size: 1rem;
    font-weight: 700;
    color: var(--wbs-navy);
    letter-spacing: -0.02em;
    margin: 0;
    line-height: 1.25;
}

.wbs-form-section-head__lead {
    font-size: 0.8125rem;
    color: var(--wbs-muted);
    margin-top: 0.2rem;
    margin-bottom: 0;
}

/* Panel bertingkat — pemisah jelas antar bagian 1 / 2 / 3 (form publik) */
.wbs-form-panel {
    border: 1px solid #e2e8f0;
    border-radius: 0.85rem;
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 38%);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.9) inset,
        0 8px 24px rgba(12, 39, 69, 0.06);
    overflow: hidden;
}

.wbs-form-panel__head {
    padding: 0.65rem 0.95rem 0.6rem;
    background: linear-gradient(180deg, rgba(241, 245, 249, 0.95) 0%, rgba(248, 250, 252, 0.55) 100%);
    border-bottom: 1px solid #e2e8f0;
}

.wbs-form-panel__body {
    padding: 1.15rem 0.95rem 1.05rem;
    background: #fff;
}

@media (max-width: 575.98px) {
    .wbs-form-panel__head {
        padding: 0.55rem 0.8rem 0.5rem;
    }

    .wbs-form-panel__body {
        padding: 1rem 0.8rem 0.9rem;
    }
}

.wbs-public-report-card .form-label {
    font-weight: 600;
    font-size: 0.8125rem;
    letter-spacing: 0.02em;
    color: #475569;
    margin-bottom: 0.28rem;
}

.wbs-public-report-card .form-control,
.wbs-public-report-card .form-select {
    border-radius: 0.55rem;
    border-color: #cbd5e1;
    padding-top: 0.48rem;
    padding-bottom: 0.48rem;
    font-size: 0.9375rem;
    transition:
        border-color 0.15s ease,
        box-shadow 0.15s ease;
}

.wbs-public-report-card .form-control:hover:not(:focus):not(:disabled),
.wbs-public-report-card .form-select:hover:not(:focus):not(:disabled) {
    border-color: #94a3b8;
}

.wbs-public-report-card .form-control:focus,
.wbs-public-report-card .form-select:focus {
    border-color: rgba(43, 72, 139, 0.75);
    box-shadow: 0 0 0 0.2rem rgba(43, 72, 139, 0.16);
}

/* Hanya isi laporan yang tinggi; lokasi dll tetap kompak */
.wbs-public-report-card textarea#isi.form-control {
    min-height: 118px;
}

.wbs-public-report-card textarea#lokasi.form-control {
    min-height: 0;
    max-height: 8rem;
}

.wbs-form-section-evidence {
    border-top-color: #e2e8f0 !important;
}

/* Baris lampiran dinamis — jarak antar slot */
.wbs-bukti-rows-wrap {
    display: flex;
    flex-direction: column;
    gap: 1.125rem;
}

.wbs-bukti-slot {
    min-width: 0;
}

.wbs-public-report-card .wbs-bukti-label {
    display: block;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #475569;
    margin-bottom: 0.45rem;
    line-height: 1.3;
}

.wbs-bukti-row {
    padding: 1rem 1.05rem 1.1rem;
    border-radius: 0.7rem;
    border: 1px solid #e2e8f0;
    background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
    box-shadow: 0 2px 10px rgba(12, 39, 69, 0.055);
}

/* Header kartu lampiran: nomor kiri, tombol hapus kanan */
.wbs-bukti-card-head {
    padding-bottom: 0.65rem;
    margin-bottom: 0.15rem;
    border-bottom: 1px solid rgba(226, 232, 240, 0.95);
}

.wbs-bukti-slot-title {
    line-height: 1.2;
    min-width: 0;
}

.wbs-bukti-slot-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.75rem;
    height: 1.75rem;
    padding: 0 0.45rem;
    border-radius: 0.45rem;
    font-size: 0.75rem;
    font-weight: 700;
    color: #1e40af;
    background: rgba(43, 72, 139, 0.1);
    border: 1px solid rgba(43, 72, 139, 0.18);
}

.wbs-bukti-remove-btn {
    width: 2.5rem;
    height: 2.5rem;
    padding: 0 !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50% !important;
    flex-shrink: 0;
    line-height: 1;
}

@media (max-width: 767.98px) {
    .wbs-bukti-rows-wrap {
        gap: 1.5rem;
    }

    .wbs-bukti-row {
        padding: 1rem 1rem 1.15rem;
    }

    .wbs-bukti-card-head {
        padding-bottom: 0.75rem;
        margin-bottom: 0.35rem;
    }
}

.wbs-btn-add-bukti {
    border-width: 2px;
    font-weight: 600;
}

/* Jarak antara blok baris lampiran terakhir dengan tombol “+ Tambah baris lampiran” */
.wbs-public-report-card #bukti-rows-wrap + .wbs-btn-add-bukti {
    margin-top: 1rem;
}

/* Bentuk & tinggi tombol pill form publik selaras (tambah lampiran ↔ footer) */
.wbs-public-report-card .wbs-form-panel__body .wbs-btn-add-bukti,
.wbs-public-form-actions .wbs-public-form-actions__btn {
    border-radius: 50rem;
    min-height: 2.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.875rem;
    line-height: 1.2;
}

.wbs-bukti-formats-note {
    padding: 0.45rem 0.65rem;
    border-radius: 0.45rem;
    background: rgba(241, 245, 249, 0.85);
    border: 1px dashed #cbd5e1;
}

.wbs-public-form-actions {
    border-top-color: #e2e8f0 !important;
}

/* Mobile: dua tombol membagi lebar penuh (kiri–kanan) */
.wbs-public-form-actions .wbs-public-form-actions__btn {
    flex: 1 1 0;
    min-width: 0;
    text-align: center;
}

/* Desktop/tablet lebar ≥768px: lebar mengikuti teks, grup di pojok kanan */
@media (min-width: 768px) {
    .wbs-public-form-actions .wbs-public-form-actions__btn {
        flex: 0 0 auto;
        width: auto;
        min-width: auto;
        white-space: nowrap;
    }
}

.wbs-public-form-actions .btn-primary {
    min-width: 0;
    border-radius: 50rem;
    font-weight: 700;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    box-shadow: 0 6px 18px rgba(43, 72, 139, 0.28);
}

@media (min-width: 576px) {
    .wbs-public-form-actions .btn-primary {
        min-width: 9.5rem;
    }
}

.wbs-public-alert-danger {
    border-radius: 0.85rem !important;
}

/* ---- Dark mode (toggle on `html[data-bs-theme="dark"]`, landing layout only) ---- */
html[data-bs-theme="dark"] {
    --wbs-body-dark: #0f172a;
    --wbs-surface-dark: #1e293b;
    --wbs-surface-elevated: #334155;
    --wbs-border-dark: #475569;
    --wbs-text-dark: #e2e8f0;
    --wbs-heading-dark: #f1f5f9;
    --wbs-muted-dark: #94a3b8;
}

html[data-bs-theme="dark"] body.wbs-landing {
    color: var(--wbs-text-dark);
    background: var(--wbs-body-dark);
}

html[data-bs-theme="dark"] body.wbs-landing .wbs-section-title {
    color: var(--wbs-heading-dark);
}

html[data-bs-theme="dark"] body.wbs-landing section.bg-white {
    background-color: var(--wbs-body-dark) !important;
}

html[data-bs-theme="dark"] body.wbs-landing section.bg-light {
    background-color: var(--wbs-surface-dark) !important;
}

html[data-bs-theme="dark"] body.wbs-landing .bg-white {
    background-color: var(--wbs-surface-dark) !important;
    color: var(--wbs-text-dark);
}

html[data-bs-theme="dark"] body.wbs-landing .border {
    border-color: var(--wbs-border-dark) !important;
}

html[data-bs-theme="dark"] body.wbs-landing .text-muted {
    color: var(--wbs-muted-dark) !important;
}

html[data-bs-theme="dark"] body.wbs-landing .wbs-card-feature {
    background: var(--wbs-surface-dark);
    border-color: var(--wbs-border-dark);
}

html[data-bs-theme="dark"] body.wbs-landing .wbs-card-feature:hover {
    border-color: #64748b;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
}

html[data-bs-theme="dark"] body.wbs-landing .wbs-icon-round {
    background: linear-gradient(135deg, rgba(56, 189, 248, 0.15), rgba(59, 130, 246, 0.2));
    color: #7dd3fc;
}

html[data-bs-theme="dark"] body.wbs-landing .wbs-blockquote {
    color: var(--wbs-muted-dark);
}

html[data-bs-theme="dark"] body.wbs-landing blockquote.border,
html[data-bs-theme="dark"] body.wbs-landing .wbs-blockquote.border {
    border-color: var(--wbs-border-dark) !important;
}

html[data-bs-theme="dark"] body.wbs-landing #faq .accordion-button:not(.collapsed) {
    background: rgba(56, 189, 248, 0.12);
    color: var(--wbs-heading-dark);
}

html[data-bs-theme="dark"] body.wbs-landing #faq .accordion-button {
    color: var(--wbs-text-dark);
}

html[data-bs-theme="dark"] body.wbs-landing #faq .accordion-body {
    background-color: var(--wbs-surface-dark);
}

html[data-bs-theme="dark"] body.wbs-landing .wbs-public-report-top {
    background: linear-gradient(180deg, #1e293b 0%, var(--wbs-body-dark) 45%, #0f172a 100%);
}

html[data-bs-theme="dark"] body.wbs-landing .breadcrumb-item a {
    color: #93c5fd;
}

html[data-bs-theme="dark"] body.wbs-landing .breadcrumb-item.active {
    color: var(--wbs-muted-dark);
}

html[data-bs-theme="dark"] body.wbs-landing .table {
    --bs-table-bg: transparent;
    --bs-table-striped-bg: rgba(255, 255, 255, 0.04);
    color: var(--wbs-text-dark);
}

html[data-bs-theme="dark"] body.wbs-landing .table-striped > tbody > tr:nth-of-type(odd) > * {
    color: var(--wbs-text-dark);
}

html[data-bs-theme="dark"] body.wbs-landing .alert-warning {
    background-color: rgba(234, 179, 8, 0.15);
    border-color: rgba(234, 179, 8, 0.35);
    color: #fde68a;
}

html[data-bs-theme="dark"] body.wbs-landing .public-status-audit__item {
    background-color: rgba(15, 23, 42, 0.6) !important;
    border-color: var(--wbs-border-dark) !important;
}

html[data-bs-theme="dark"] body.wbs-landing .wbs-public-report-card {
    box-shadow: 0 24px 56px rgba(0, 0, 0, 0.4);
}

html[data-bs-theme="dark"] body.wbs-landing .wbs-public-callout {
    background: linear-gradient(125deg, rgba(30, 58, 95, 0.6), rgba(15, 23, 42, 0.5)) !important;
    border-color: rgba(148, 163, 184, 0.3) !important;
    color: var(--wbs-text-dark);
}

html[data-bs-theme="dark"] body.wbs-landing .wbs-public-callout__icon {
    background: rgba(56, 189, 248, 0.12);
    color: #7dd3fc;
}

html[data-bs-theme="dark"] body.wbs-landing .wbs-form-section-head__title {
    color: var(--wbs-heading-dark);
}

html[data-bs-theme="dark"] body.wbs-landing .wbs-form-section-head__lead {
    color: var(--wbs-muted-dark);
}

html[data-bs-theme="dark"] body.wbs-landing .wbs-form-panel {
    border-color: var(--wbs-border-dark);
    background: linear-gradient(180deg, rgba(30, 41, 59, 0.95) 0%, rgba(15, 23, 42, 0.9) 100%);
    box-shadow: 0 4px 28px rgba(0, 0, 0, 0.3);
}

html[data-bs-theme="dark"] body.wbs-landing .wbs-form-panel__head {
    background: rgba(15, 23, 42, 0.75);
    border-bottom-color: var(--wbs-border-dark);
}

html[data-bs-theme="dark"] body.wbs-landing .wbs-form-panel__body {
    background: rgba(15, 23, 42, 0.45);
}

html[data-bs-theme="dark"] body.wbs-landing .wbs-public-report-card .form-label {
    color: #cbd5e1;
}

html[data-bs-theme="dark"] body.wbs-landing .wbs-public-report-card .form-control,
html[data-bs-theme="dark"] body.wbs-landing .wbs-public-report-card .form-select {
    background-color: var(--wbs-body-dark);
    border-color: var(--wbs-border-dark);
    color: var(--wbs-text-dark);
}

html[data-bs-theme="dark"] body.wbs-landing .wbs-bukti-row {
    background: var(--wbs-surface-dark);
    border-color: var(--wbs-border-dark);
}

html[data-bs-theme="dark"] body.wbs-landing .wbs-bukti-card-head {
    border-bottom-color: var(--wbs-border-dark);
}

html[data-bs-theme="dark"] body.wbs-landing .wbs-bukti-slot-badge {
    color: #93c5fd;
    background: rgba(59, 130, 246, 0.14);
    border-color: rgba(59, 130, 246, 0.28);
}

html[data-bs-theme="dark"] body.wbs-landing .wbs-public-report-card .wbs-bukti-label {
    color: #cbd5e1;
}

html[data-bs-theme="dark"] body.wbs-landing .wbs-bukti-formats-note {
    background: rgba(15, 23, 42, 0.5);
    border-color: var(--wbs-border-dark);
    color: var(--wbs-muted-dark);
}

html[data-bs-theme="dark"] body.wbs-landing .wbs-form-section-evidence,
html[data-bs-theme="dark"] body.wbs-landing .wbs-public-form-actions {
    border-top-color: var(--wbs-border-dark) !important;
}

/* Landing — dark theme: navbar tetap biru institusi, sedikit lebih dalam */
html[data-bs-theme="dark"] body.wbs-landing .wbs-nav {
    background-color: #1a3058;
    border-bottom-color: rgba(255, 255, 255, 0.12) !important;
    box-shadow: 0 4px 28px rgba(0, 0, 0, 0.42);
}

html[data-bs-theme="dark"] body.wbs-landing .wbs-nav::before {
    opacity: 0.07;
}

html[data-bs-theme="dark"] body.wbs-landing .wbs-nav .navbar-brand {
    color: #fff !important;
}

html[data-bs-theme="dark"] body.wbs-landing .wbs-nav .nav-link:not(.wbs-nav-link-highlight) {
    color: rgba(248, 250, 252, 0.9) !important;
}

html[data-bs-theme="dark"] body.wbs-landing .wbs-nav .nav-link:hover,
html[data-bs-theme="dark"] body.wbs-landing .wbs-nav .nav-link:focus {
    color: #fff !important;
    background: rgba(255, 255, 255, 0.1);
}

html[data-bs-theme="dark"] body.wbs-landing .wbs-nav .wbs-nav-link-highlight {
    color: #fde047 !important;
}

html[data-bs-theme="dark"] body.wbs-landing .wbs-nav .wbs-nav-theme-btn {
    color: rgba(226, 232, 240, 0.85) !important;
}

html[data-bs-theme="dark"] body.wbs-landing .wbs-lang-switch {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(148, 163, 184, 0.28);
}

html[data-bs-theme="dark"] body.wbs-landing .wbs-lang-switch__btn {
    color: rgba(226, 232, 240, 0.82);
}

html[data-bs-theme="dark"] body.wbs-landing .wbs-lang-switch__btn.is-active {
    color: #0f172a;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

html[data-bs-theme="dark"] body.wbs-landing .wbs-hero {
    border-bottom-color: rgba(51, 65, 85, 0.45);
    color: #e2e8f0;
    background:
        radial-gradient(ellipse 90% 75% at 88% 10%, rgba(56, 189, 248, 0.18), transparent 55%),
        radial-gradient(ellipse 65% 55% at 12% 88%, rgba(43, 72, 139, 0.12), transparent 58%),
        linear-gradient(158deg, #0b1628 0%, #0f2744 45%, #153d66 100%);
}

html[data-bs-theme="dark"] body.wbs-landing .wbs-hero-title {
    color: #f8fafc;
    text-shadow: 0 2px 22px rgba(0, 0, 0, 0.35);
}

html[data-bs-theme="dark"] body.wbs-landing .wbs-hero-lead {
    color: rgba(226, 232, 240, 0.82);
}

html[data-bs-theme="dark"] body.wbs-landing .wbs-badge-soft--hero,
html[data-bs-theme="dark"] body.wbs-landing .wbs-badge-soft {
    color: #bae6fd;
    background: rgba(15, 23, 42, 0.45);
    border-color: rgba(125, 211, 252, 0.35);
}

html[data-bs-theme="dark"] body.wbs-landing .wbs-hero-chip {
    color: rgba(248, 250, 252, 0.95);
    background: rgba(15, 23, 42, 0.55);
    border-color: rgba(148, 163, 184, 0.35);
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.28);
}

html[data-bs-theme="dark"] body.wbs-landing .wbs-hero__grid {
    opacity: 0.045;
    background-image: linear-gradient(rgba(255, 255, 255, 0.45) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.45) 1px, transparent 1px);
}

html[data-bs-theme="dark"] body.wbs-landing .wbs-hero-photo-frame:not(:has(.wbs-hero-photo-img--photo)) {
    background: linear-gradient(
        145deg,
        rgba(255, 255, 255, 0.12) 0%,
        rgba(255, 255, 255, 0.04) 48%,
        rgba(147, 197, 253, 0.18) 100%
    );
    box-shadow:
        0 24px 52px rgba(0, 0, 0, 0.42),
        0 10px 22px rgba(0, 0, 0, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

html[data-bs-theme="dark"] body.wbs-landing .wbs-hero-photo-inner:not(:has(.wbs-hero-photo-img--photo)) {
    background: rgba(8, 26, 46, 0.5);
}

html[data-bs-theme="dark"] body.wbs-landing .wbs-hero-photo-frame:has(.wbs-hero-photo-img--photo) {
    background: transparent;
    box-shadow: none;
}

html[data-bs-theme="dark"] body.wbs-landing .wbs-hero-photo-inner:has(.wbs-hero-photo-img--photo) {
    background: transparent;
}

html[data-bs-theme="dark"] body.wbs-landing .wbs-hero-photo-inner:has(.wbs-hero-photo-img--photo)::after {
    display: none;
}

html[data-bs-theme="dark"] body.wbs-landing .wbs-hero-photo-inner:has(.wbs-hero-photo-img--illustration)::after {
    background: linear-gradient(180deg, transparent 50%, rgba(5, 15, 28, 0.42) 100%);
}

html[data-bs-theme="dark"] body.wbs-landing .wbs-footer {
    background: linear-gradient(180deg, #0f172a 0%, #020617 100%);
    color: rgba(226, 232, 240, 0.88);
    border-top-color: rgba(51, 65, 85, 0.55) !important;
}

html[data-bs-theme="dark"] body.wbs-landing .wbs-footer__brand {
    color: #f1f5f9;
}

html[data-bs-theme="dark"] body.wbs-landing .wbs-footer .text-muted {
    color: var(--wbs-muted-dark) !important;
}

html[data-bs-theme="dark"] body.wbs-landing .wbs-footer .wbs-footer-logo {
    background: transparent;
    border-color: transparent;
}

/* Statistik — grafik pie penanganan pengaduan */
.wbs-chart-section {
    background: linear-gradient(180deg, #e8f3fb 0%, #eff6fc 45%, #f4f8fd 100%);
}

.wbs-chart-title {
    font-size: clamp(1rem, 3.2vw, 1.45rem);
    letter-spacing: 0.035em;
    color: var(--wbs-accent);
}

.wbs-chart-card {
    background: var(--wbs-card);
    border-color: rgba(43, 72, 139, 0.1) !important;
    max-width: min(100%, 20rem);
}

@media (min-width: 576px) {
    .wbs-chart-card {
        max-width: min(100%, 24rem);
    }
}

@media (min-width: 992px) {
    .wbs-chart-card {
        max-width: min(100%, 26rem);
    }
}

/** Tinggi tetap biar pie tidak membengkak di mobile */
.wbs-chart-canvas-shell {
    width: 100%;
    max-width: 16rem;
    height: clamp(180px, 42vw, 220px);
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 576px) {
    .wbs-chart-canvas-shell {
        max-width: 18rem;
        height: 220px;
    }
}

@media (min-width: 992px) {
    .wbs-chart-canvas-shell {
        max-width: 19rem;
        height: 240px;
    }
}

.wbs-chart-legend {
    max-width: 28rem;
}

@media (min-width: 992px) {
    .wbs-chart-legend {
        max-width: 44rem;
    }
}

html[data-bs-theme="dark"] .wbs-chart-section {
    background: linear-gradient(180deg, #0f172a 0%, #111c2e 50%, #0b1220 100%);
}

html[data-bs-theme="dark"] body.wbs-landing .wbs-chart-title {
    color: #93c5fd;
}

html[data-bs-theme="dark"] body.wbs-landing .wbs-chart-card {
    background: rgba(15, 23, 42, 0.55);
    border-color: rgba(148, 163, 184, 0.2) !important;
}
