/* ============================================================
   Gaya publik (guest) ala webdesa.tissuemurah.com
   ============================================================ */

:root {
    --c-navy: #192380;
    --c-teal: #0d7f8c;
    --c-red: #e31010;
    --c-orange: #c2410c;
    --font-heading: 'Oswald', 'Instrument Sans', ui-sans-serif, system-ui, sans-serif;
    --font-body: 'Nunito Sans', ui-sans-serif, system-ui, sans-serif;
}

.wd-container {
    max-width: 1170px;
    margin-inline: auto;
    padding-inline: 15px;
}

body {
    background-color: #eeeeee;
    color: #2c2c2c;
}

.wd-font {
    font-family: 'Oswald', 'Instrument Sans', ui-sans-serif, system-ui, sans-serif;
}

/* ---------- Banner atas: foto kantor + identitas ---------- */
.wd-banner {
    position: relative;
    min-height: 170px;
    background-color: #192380;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
}

.wd-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(8, 12, 68, 0.88) 0%, rgba(25, 35, 128, 0.72) 55%, rgba(25, 35, 128, 0.45) 100%);
}

.wd-banner .wd-container {
    position: relative;
    z-index: 1;
    width: 100%;
}

.wd-brand {
    display: flex;
    align-items: center;
    gap: 18px;
    color: #fff;
    text-decoration: none;
}

.wd-brand img {
    height: 96px;
    width: auto;
    object-fit: contain;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.wd-brand-name {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 30px;
    line-height: 1.15;
}

.wd-brand-sub {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.85);
    margin-top: 4px;
}

@media (max-width: 767px) {
    .wd-banner { min-height: 120px; }
    .wd-brand img { height: 64px; width: auto; }
    .wd-brand-name { font-size: 20px; }
    .wd-brand-sub { font-size: 11px; letter-spacing: 2px; }
}

/* ---------- Navbar merah ---------- */
.wd-navbar {
    background-color: #e31010;
    position: sticky;
    top: 0;
    z-index: 50;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
}

.wd-menu {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

.wd-menu > li > a {
    display: block;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 15px;
    color: #fff;
    padding: 13px 18px;
    text-decoration: none;
    transition: background 0.15s ease;
}

.wd-menu > li > a:hover,
.wd-menu > li > a.is-active {
    background-color: #b50d0d;
}

.wd-hamburger {
    display: none;
    background: none;
    border: none;
    color: #fff;
    font-size: 24px;
    line-height: 1;
    padding: 10px 4px;
    cursor: pointer;
}

.wd-menu-mobile {
    display: none;
    flex-direction: column;
    background-color: #b50d0d;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.wd-menu-mobile a {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    padding: 11px 18px;
    text-decoration: none;
}

.wd-menu-mobile a:hover,
.wd-menu-mobile a.is-active {
    background-color: #8f0a0a;
}

@media (max-width: 767px) {
    .wd-menu { display: none; }
    .wd-hamburger { display: block; }
    .wd-menu-mobile.is-open { display: flex; }
}

/* ---------- Strip judul section (ala webdesa) ---------- */
.wd-section-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
    color: #fff;
    padding: 10px 16px;
    margin-bottom: 24px;
}

.wd-section-title a {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    white-space: nowrap;
}

.wd-section-title a:hover { opacity: 1; text-decoration: underline; }

.wd-section-title--teal   { background-color: var(--c-teal); }
.wd-section-title--orange { background-color: var(--c-orange); }
.wd-section-title--navy   { background-color: #192380; }
.wd-section-title--blue   { background-color: #2e7dfe; }
.wd-section-title--green  { background-color: #1cb54f; }
.wd-section-title--red    { background-color: #e31010; }

/* ---------- Kartu putih di atas body abu-abu ---------- */
.wd-card {
    background: #fff;
    border: 1px solid #e2e2e2;
    padding: 22px;
}

.wd-card h2,
.wd-card h3 {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #192380;
}

/* ---------- Kartu berita ---------- */
.wd-post-card {
    display: block;
    background: #fff;
    border: 1px solid #e2e2e2;
    margin-bottom: 24px;
    text-decoration: none;
    color: #2c2c2c;
    overflow: hidden;
    transition: box-shadow 0.15s ease, transform 0.15s ease;
}

.wd-post-card:hover {
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
}

.wd-post-card .wd-post-thumb {
    display: block;
    width: 100%;
    height: 190px;
    object-fit: cover;
}

.wd-post-card .wd-post-thumb-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 190px;
    background-color: #f0f4f8;
    color: #9fb2c4;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.wd-post-card .wd-post-body { padding: 16px; }

.wd-post-date {
    font-family: 'Oswald', sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #e31010;
}

.wd-post-card .wd-post-title {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 17px;
    line-height: 1.35;
    color: #192380;
    margin: 6px 0 6px;
}

.wd-post-card:hover .wd-post-title { color: #e31010; }

.wd-post-card .wd-post-excerpt {
    font-size: 14px;
    line-height: 1.6;
    color: #6b7280;
}

/* ---------- Daftar berita/pengumuman sederhana ---------- */
.wd-post-list {
    background: #fff;
    border: 1px solid #e2e2e2;
}

.wd-post-list a.wd-post-list-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 14px 18px;
    text-decoration: none;
    color: #2c2c2c;
    border-bottom: 1px solid #ececec;
}

.wd-post-list a.wd-post-list-item:last-child { border-bottom: 0; }

.wd-post-list a.wd-post-list-item:hover { background-color: #fafafa; }

.wd-post-list .wd-post-list-title {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.4;
    color: #192380;
}

.wd-post-list a.wd-post-list-item:hover .wd-post-list-title { color: #e31010; }

.wd-post-list .wd-post-list-date {
    flex-shrink: 0;
    width: 78px;
    text-align: center;
    border: 1px solid #e2e2e2;
    padding: 6px 4px;
    font-family: 'Oswald', sans-serif;
}

.wd-post-list .wd-post-list-date .d { font-size: 20px; font-weight: 700; color: #e31010; line-height: 1; }
.wd-post-list .wd-post-list-date .m { font-size: 11px; text-transform: uppercase; color: #6b7280; letter-spacing: 0.5px; }

/* ---------- Running text (ticker) ---------- */
.wd-ticker {
    background-color: #0f1658;
    border-bottom: 2px solid #e31010;
}

.wd-ticker--footer {
    background-color: #e31010;
    border-bottom: none;
    border-top: 2px solid #a50b0b;
}

.wd-ticker--footer .wd-ticker-label {
    background: #0f1658;
}

.wd-ticker--footer .wd-ticker-item:hover { color: #ffe3e3; }

.wd-ticker--footer .wd-ticker-dot { color: #ffb3b3; }

.wd-ticker--related {
    background-color: #0f1658;
    border-bottom: 2px solid #2ab9c8;
    border-radius: 8px;
    overflow: hidden;
}

.wd-ticker--related .wd-ticker-label {
    background: var(--c-teal);
}

.wd-ticker .wd-container {
    display: flex;
    align-items: center;
    gap: 14px;
}

.wd-ticker-label {
    flex-shrink: 0;
    background: #e31010;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 13px;
    padding: 8px 16px;
}

.wd-ticker-viewport {
    overflow: hidden;
    flex: 1;
    min-width: 0;
}

.wd-ticker-track {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    animation: wd-ticker-scroll 45s linear infinite;
}

.wd-ticker:hover .wd-ticker-track { animation-play-state: paused; }

.wd-ticker-item {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    color: #fff;
    text-decoration: none;
    font-size: 13.5px;
    padding: 9px 0;
}

.wd-ticker-item:hover { color: #ffb3b3; }

.wd-ticker-dot { color: #e31010; margin-left: 18px; }

@keyframes wd-ticker-scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

@media (max-width: 767px) {
    .wd-ticker-label { font-size: 11px; padding: 7px 10px; letter-spacing: 1px; }
    .wd-ticker-item { font-size: 12px; padding: 8px 0; }
}

/* ---------- Sambutan ---------- */
.wd-sambutan-photo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(160deg, #192380, #0f1658);
    color: #fff;
    padding: 34px 20px;
    text-align: center;
}

.wd-sambutan-avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 132px;
    height: 132px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    border: 2px solid rgba(255, 255, 255, 0.35);
    margin-bottom: 16px;
    color: #fff;
}

.wd-sambutan-photo-img {
    width: 132px;
    height: 132px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid rgba(255, 255, 255, 0.55);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
    margin-bottom: 16px;
}

.wd-sambutan-caption {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.85);
}

/* ---------- Strip statistik ---------- */
.wd-stats {
    background: linear-gradient(135deg, #192380, #2d3db8);
    color: #fff;
}

.wd-stats .wd-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    padding-block: 26px;
}

.wd-stat { text-align: center; }

.wd-stat .wd-stat-value {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 34px;
    line-height: 1.1;
    color: #fff;
}

.wd-stat .wd-stat-label {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.75);
    margin-top: 2px;
}

@media (max-width: 767px) {
    .wd-stats .wd-container { grid-template-columns: repeat(2, 1fr); gap: 20px; }
    .wd-stat .wd-stat-value { font-size: 26px; }
}

/* ---------- Kartu layanan cepat ---------- */
.wd-service-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: #fff;
    border: 1px solid #e2e2e2;
    padding: 26px 16px;
    text-align: center;
    text-decoration: none;
    color: #2c2c2c;
    transition: box-shadow 0.15s ease, transform 0.15s ease;
}

.wd-service-card:hover {
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
    transform: translateY(-3px);
    color: #e31010;
}

.wd-service-card .wd-service-ico {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #fdecec;
    color: #e31010;
}

.wd-service-card .wd-service-label {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 14px;
    color: #192380;
}

.wd-service-card:hover .wd-service-label { color: #e31010; }

/* ---------- Slider hero ---------- */
.wd-slider {
    position: relative;
    background: #0f1658;
    color: #fff;
    overflow: hidden;
    margin-bottom: 24px;
}

.wd-slide {
    display: none;
    position: relative;
    align-items: center;
    min-height: 420px;
    padding: 48px 22px;
}

.wd-slide-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.wd-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(90deg, rgba(15, 22, 88, 0.93) 0%, rgba(15, 22, 88, 0.75) 55%, rgba(15, 22, 88, 0.35) 100%);
}

.wd-slide.is-active { display: flex; }

.wd-slide-inner { position: relative; z-index: 2; max-width: 820px; }

.wd-slide-cat {
    display: inline-block;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    padding: 4px 12px;
}

.wd-slide-cat--berita { background: var(--c-teal); }
.wd-slide-cat--pengumuman { background: var(--c-orange); }

.wd-slide h2 {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 30px;
    line-height: 1.2;
    margin: 14px 0 10px;
    color: #fff;
}

.wd-slide p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.85);
    max-width: 640px;
    margin: 0 0 18px;
}

.wd-slider-dots {
    position: absolute;
    bottom: 16px;
    right: 22px;
    display: flex;
    gap: 8px;
    z-index: 2;
}

.wd-slider-dots button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 0;
    background: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    padding: 0;
    transition: all 0.2s ease;
}

.wd-slider-dots button.is-active {
    background: #e31010;
    width: 24px;
    border-radius: 6px;
}

@media (max-width: 767px) {
    .wd-slide { padding: 30px 16px; min-height: 320px; }
    .wd-slide h2 { font-size: 22px; }
    .wd-slider-dots { right: 16px; }
}

/* ---------- Thumbnail gradasi (saat tanpa cover) ---------- */
.wd-post-thumb-photo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    height: 190px;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.wd-post-thumb-photo--teal { background: linear-gradient(135deg, var(--c-teal), #0a5f6a); }
.wd-post-thumb-photo--orange { background: linear-gradient(135deg, var(--c-orange), #9a340a); }
.wd-post-thumb-photo--navy { background: linear-gradient(135deg, #192380, #0f1658); }

/* ---------- Visi Misi ---------- */
.wd-vm-card {
    background: #fff;
    border: 1px solid #e2e2e2;
    padding: 24px;
    height: 100%;
}

.wd-vm-card .wd-vm-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    color: #fff;
    margin-bottom: 16px;
}

.wd-vm-card--visi .wd-vm-icon { background: #192380; }
.wd-vm-card--misi .wd-vm-icon { background: #e31010; }

.wd-vm-card h3 {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #192380;
    margin: 0 0 10px;
}

.wd-vm-card p { margin: 0; font-size: 14px; line-height: 1.7; }

.wd-vm-card ol { margin: 0; padding-left: 1.2em; }
.wd-vm-card ol li { margin-bottom: 8px; font-size: 14px; line-height: 1.6; }

/* ---------- Perangkat kelurahan ---------- */
.wd-staff-card {
    background: #fff;
    border: 1px solid #e2e2e2;
    padding: 22px 16px;
    text-align: center;
    transition: box-shadow 0.15s ease, transform 0.15s ease;
}

.wd-staff-card:hover {
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
    transform: translateY(-3px);
}

.wd-staff-avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 76px;
    height: 76px;
    border-radius: 50%;
    background: linear-gradient(135deg, #192380, #2d3db8);
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 26px;
    margin: 0 auto 14px;
}

.wd-staff-card .wd-staff-name {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: #192380;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1.35;
}

.wd-staff-card .wd-staff-role {
    font-size: 12.5px;
    font-weight: 600;
    color: #e31010;
    margin-top: 4px;
}

/* ---------- Breadcrumb ---------- */
.wd-breadcrumb {
    font-family: 'Oswald', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #6b7280;
    margin-bottom: 16px;
}

.wd-breadcrumb a { color: #e31010; text-decoration: none; }
.wd-breadcrumb a:hover { text-decoration: underline; }
.wd-breadcrumb span.sep { margin: 0 8px; color: #b6bcc4; }

/* ---------- Halaman title strip ---------- */
.wd-page-header {
    background-color: #192380;
    padding: 26px 0;
    margin-bottom: 32px;
}

.wd-page-header h1 {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 28px;
    color: #fff;
    margin: 0;
}

.wd-page-header p {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.8);
    margin: 4px 0 0;
}

/* ---------- Tombol ---------- */
.wd-btn {
    display: inline-block;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 14px;
    color: #fff;
    background-color: #e31010;
    border: 0;
    padding: 10px 22px;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.15s ease;
}

.wd-btn:hover { background-color: #b50d0d; color: #fff; }

.wd-btn--navy { background-color: #192380; }
.wd-btn--navy:hover { background-color: #0f1658; }

/* ---------- Form ---------- */
.wd-form label {
    display: block;
    font-family: 'Oswald', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #374151;
    margin-bottom: 4px;
}

.wd-form input,
.wd-form textarea,
.wd-form select {
    width: 100%;
    border: 1px solid #d1d5db;
    padding: 9px 12px;
    font-size: 14px;
    color: #374151;
    background: #fff;
    border-radius: 3px;
}

.wd-form input:focus,
.wd-form textarea:focus,
.wd-form select:focus {
    outline: none;
    border-color: #e31010;
    box-shadow: 0 0 0 3px rgba(227, 16, 16, 0.12);
}

/* ---------- Footer ---------- */
.wd-footer {
    margin-top: 48px;
    background-color: #192380;
    color: #cdd3f2;
    font-size: 14px;
}

.wd-footer-top {
    padding: 42px 0 30px;
}

.wd-footer h4 {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 15px;
    color: #fff;
    margin: 0 0 14px;
}

.wd-footer a { color: #cdd3f2; text-decoration: none; }
.wd-footer a:hover { color: #fff; }

.wd-footer .wd-footer-about img { height: 64px; width: auto; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18); }

.wd-footer .wd-footer-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.wd-footer .wd-footer-menu li { margin-bottom: 8px; }

.wd-open-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-left: 8px;
    padding: 3px 10px;
    border-radius: 999px;
    font-family: 'Oswald', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    white-space: nowrap;
    vertical-align: middle;
}

.wd-open-badge i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
}

.wd-open-badge--open { background: rgba(46, 204, 113, 0.18); color: #2ecc71; border: 1px solid rgba(46, 204, 113, 0.4); }
.wd-open-badge--open i { background: #2ecc71; }

.wd-open-badge--closed { background: rgba(255, 255, 255, 0.1); color: #ff9b9b; border: 1px solid rgba(255, 255, 255, 0.25); }
.wd-open-badge--closed i { background: #e31010; }

.wd-footer .wd-footer-contact li {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
    line-height: 1.6;
}

.wd-footer .wd-footer-map iframe { display: block; width: 100%; height: 280px; border: 0; }
.wd-footer .wd-footer-map .wd-map-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    width: 100%;
    height: 280px;
    background:
        linear-gradient(rgba(15, 22, 88, 0.72), rgba(15, 22, 88, 0.72)),
        repeating-linear-gradient(45deg, #eef2f7 0 14px, #e3e9f1 14px 28px);
    color: #ffffff;
    font-family: "Nunito Sans", sans-serif;
    border: 0;
    cursor: pointer;
    transition: background 0.2s ease;
}
.wd-footer .wd-footer-map .wd-map-placeholder:hover {
    background:
        linear-gradient(rgba(25, 35, 128, 0.80), rgba(25, 35, 128, 0.80)),
        repeating-linear-gradient(45deg, #eef2f7 0 14px, #e3e9f1 14px 28px);
}
.wd-footer .wd-footer-map .wd-map-placeholder svg { color: #ffffff; margin-bottom: 6px; }
.wd-footer .wd-footer-map .wd-map-placeholder span { font-weight: 700; font-size: 15px; letter-spacing: 0.3px; }
.wd-footer .wd-footer-map .wd-map-placeholder small { font-size: 12px; color: rgba(255, 255, 255, 0.85); }

.wd-footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding: 16px 0;
    font-family: 'Oswald', sans-serif;
    font-size: 12px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #9aa3e8;
}

/* ---------- Pagination ---------- */
.wd-pagination { margin-top: 28px; }
.wd-pagination .pagination { justify-content: center; margin: 0; }
.wd-pagination nav { display: flex; justify-content: center; }
.wd-pagination .pagination .page-link {
    font-family: 'Oswald', sans-serif;
    font-size: 13px;
    letter-spacing: 0.5px;
    color: #374151;
    background: #fff;
    border: 1px solid #e2e2e2;
    margin-inline: 3px;
    padding: 8px 14px;
}
.wd-pagination .pagination .page-item.active .page-link {
    background-color: #e31010;
    border-color: #e31010;
    color: #fff;
}
.wd-pagination .pagination .page-link:hover { background-color: #b50d0d; border-color: #b50d0d; color: #fff; }

/* ---------- Isi artikel ---------- */
.post-content {
    font-size: 15px;
    line-height: 1.8;
    color: #374151;
}

.post-content p { margin: 0 0 1.1em; }

.post-content h1, .post-content h2, .post-content h3 {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    color: #192380;
    margin: 1.4em 0 .6em;
}

.post-content h1 { font-size: 1.5rem; }
.post-content h2 { font-size: 1.3rem; }
.post-content h3 { font-size: 1.1rem; }

.post-content ul, .post-content ol { margin: 0 0 1.1em; padding-left: 1.5em; }
.post-content li { margin-bottom: .4em; }
.post-content img { border-radius: .5rem; margin: 1em 0; }
.post-content a { color: #e31010; text-decoration: underline; }
.post-content blockquote { border-left: 3px solid #e31010; padding-left: 1em; color: #6b7280; font-style: italic; }

/* ---------- Alert ---------- */
.wd-alert-success { background: #e8f7ee; border: 1px solid #b7e4c6; color: #166534; padding: 12px 16px; margin-bottom: 16px; font-size: 14px; }
.wd-alert-error { background: #fdecec; border: 1px solid #f3c1c1; color: #991b1b; padding: 12px 16px; margin-bottom: 16px; font-size: 14px; }

/* ---------- Empty state ---------- */
.wd-empty {
    background: #fff;
    border: 1px dashed #d3d8e0;
    border-radius: 12px;
    text-align: center;
    padding: 52px 20px;
}
.wd-empty-icon {
    width: 76px;
    height: 76px;
    margin: 0 auto 16px;
    border-radius: 50%;
    background: #f1f5f9;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #94a3b8;
}
.wd-empty p {
    font-weight: 700;
    color: #334155;
    margin: 0 0 4px;
}
.wd-empty span {
    color: #94a3b8;
    font-size: 14px;
}

/* ---------- Utility kecil ---------- */
.wd-grid { display: grid; gap: 24px; }
.wd-grid-2 { grid-template-columns: repeat(2, 1fr); }
.wd-grid-3 { grid-template-columns: repeat(3, 1fr); }
.wd-grid-4 { grid-template-columns: repeat(4, 1fr); }
.wd-grid-5 { grid-template-columns: repeat(5, 1fr); }

@media (max-width: 991px) {
    .wd-grid-3, .wd-grid-4, .wd-grid-5 { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 575px) {
    .wd-grid-2, .wd-grid-3, .wd-grid-4, .wd-grid-5 { grid-template-columns: 1fr; }
}

.wd-muted { color: #6b7280; }
.wd-mt { margin-top: 32px; }
.wd-mb { margin-bottom: 24px; }

/* ---------- Utility (tidak bergantung Tailwind build) ---------- */
.wd-logo-fallback {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    border-radius: 6px;
    background: #fff;
    color: #192380;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 30px;
}

@media (max-width: 767px) {
    .wd-logo-fallback { width: 52px; height: 52px; font-size: 22px; }
}

.wd-card-label {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 14px;
    color: #192380;
}

.wd-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    border-radius: 9999px;
    background: #e31010;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 12px;
}

.wd-soft { border-color: #ececec; }

.wd-grow { flex: 1; min-width: 0; }

.wd-social {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.1);
    color: #cdd3f2;
    transition: background 0.15s ease;
}

.wd-social:hover { background: rgba(255, 255, 255, 0.2); color: #fff; }

.wd-social svg { width: 16px; height: 16px; fill: currentColor; }

/* ---------- Micro-bar tanggal & jam ---------- */
html { scroll-behavior: smooth; }

/* ---------- Cari di navbar ---------- */
.wd-search {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 9999px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

.wd-search input {
    border: none;
    outline: none;
    background: transparent;
    font-size: 13px;
    font-family: 'Nunito Sans', sans-serif;
    color: #2c2c2c;
    padding: 7px 0 7px 12px;
    width: 190px;
}

.wd-search button {
    border: none;
    background: #192380;
    color: #fff;
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.15s ease;
    flex-shrink: 0;
}

.wd-search button:hover { background: #0f1658; }

.wd-search--mobile {
    margin: 10px 18px 2px;
    box-shadow: none;
    border: 1px solid rgba(255, 255, 255, 0.25);
}

.wd-search--mobile input { width: 100%; }

/* ---------- Tombol WhatsApp melayang ---------- */
.wd-wa-float {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 70;
    width: 56px;
    height: 56px;
    border-radius: 9999px;
    background: #25d366;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.28);
    transition: transform 0.15s ease, background 0.15s ease;
}

.wd-wa-float:hover { transform: scale(1.08); background: #1ebe5b; }

.wd-wa-float svg { width: 30px; height: 30px; fill: currentColor; }

.wd-wa-float::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 9999px;
    background: #25d366;
    animation: wd-wa-pulse 2s infinite;
    z-index: -1;
}

@keyframes wd-wa-pulse {
    0% { transform: scale(1); opacity: 0.55; }
    70% { transform: scale(1.35); opacity: 0; }
    100% { transform: scale(1.35); opacity: 0; }
}

.wd-wa-tip {
    position: absolute;
    right: 66px;
    white-space: nowrap;
    background: #2c2c2c;
    color: #fff;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 6px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.15s ease;
}

.wd-wa-float:hover .wd-wa-tip { opacity: 1; }

/* ---------- Tombol back-to-top (di atas tombol WA) ---------- */
.wd-backtop {
    position: fixed;
    right: 24px;
    bottom: 96px;
    left: auto;
    z-index: 70;
    width: 46px;
    height: 46px;
    border-radius: 9999px;
    border: none;
    background: #192380;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.22);
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transform: translateY(10px);
    transition: opacity 0.25s ease, transform 0.25s ease, background 0.15s ease;
}

.wd-backtop:hover { background: #e31010; }

.wd-backtop.is-show {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

/* ---------- Popup pengumuman penting ---------- */
.wd-popup {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.wd-popup[hidden] { display: none; }

.wd-popup-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(9, 12, 58, 0.72);
    backdrop-filter: blur(2px);
}

.wd-popup-card {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 460px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.4);
    padding: 30px 28px 26px;
    text-align: center;
    animation: wd-popup-in .35s ease;
}

@keyframes wd-popup-in {
    from { opacity: 0; transform: translateY(18px) scale(.97); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

.wd-popup-close {
    position: absolute;
    top: 10px;
    right: 12px;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 50%;
    background: #f0f2fa;
    color: #495057;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
}

.wd-popup-close:hover { background: #e31010; color: #fff; }

.wd-popup-label {
    display: inline-block;
    background: #e31010;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 5px 14px;
    border-radius: 999px;
    margin-bottom: 14px;
}

.wd-popup-title {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    color: #192380;
    font-size: 20px;
    margin: 0 0 10px;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.wd-popup-text {
    color: #6b7280;
    font-size: 14px;
    line-height: 1.6;
    margin: 0 0 22px;
}

.wd-popup-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.wd-popup-actions .wd-btn--ghost {
    background: #f0f2fa;
    color: #495057;
}

.wd-popup-actions .wd-btn--ghost:hover { background: #e2e6f5; }

/* ---------- Aksesibilitas: menempel di tepi kanan (kaya sidebar) ---------- */
.accessify-root .accessify-trigger {
    position: fixed !important;
    top: 50% !important;
    right: 0 !important;
    bottom: auto !important;
    left: auto !important;
    transform: translateY(-50%) !important;
    width: 44px !important;
    height: 116px !important;
    border-radius: 8px 0 0 8px !important;
    background: #192380 !important;
    color: #fff !important;
    border: none !important;
    box-shadow: -3px 0 10px rgba(0, 0, 0, 0.18) !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 5px !important;
    cursor: pointer !important;
}

.accessify-root .accessify-trigger:hover { background: #e31010 !important; }

.accessify-root .accessify-trigger svg { width: 26px !important; height: 26px !important; }

@media (max-width: 767px) {
    .wd-navbar > .wd-container .wd-search { display: none; }
    .wd-wa-float { right: 16px; bottom: 20px; width: 52px; height: 52px; }
    .wd-wa-tip { display: none; }
    .wd-backtop { right: 16px; bottom: 88px; left: auto; width: 42px; height: 42px; }
    .accessify-root .accessify-trigger { width: 40px !important; height: 96px !important; }
}
/* ============================================================
   POLISH UI/UX: konsistensi & mengurangi kesan kaku
   ============================================================ */

body {
    font-family: 'Nunito Sans', 'Instrument Sans', ui-sans-serif, system-ui, sans-serif;
}

.wd-font {
    font-family: 'Oswald', 'Nunito Sans', 'Instrument Sans', ui-sans-serif, system-ui, sans-serif;
}

/* Strip judul: semua aksen utama = navy (biru/hijau/merah lama dipetakan ke navy) */
.wd-section-title--blue,
.wd-section-title--green,
.wd-section-title--red { background-color: #192380; }

/* Kartu: radius + bayangan lembut yang konsisten */
.wd-card,
.wd-post-card,
.wd-post-list,
.wd-service-card,
.wd-vm-card,
.wd-staff-card {
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

/* Hover lift yang seragam untuk kartu interaktif */
.wd-post-card,
.wd-service-card,
.wd-staff-card,
.wd-vm-card {
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.wd-post-card:hover,
.wd-service-card:hover,
.wd-staff-card:hover,
.wd-vm-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.10);
}

.wd-post-list {
    overflow: hidden;
}

.wd-post-list a.wd-post-list-item {
    transition: background 0.15s ease, transform 0.15s ease;
}

.wd-post-list a.wd-post-list-item:hover {
    background-color: #fafafa;
    transform: translateX(3px);
}

/* Tombol: radius + bayangan + naik halus saat hover */
.wd-btn {
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.14);
    transition: background 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
}

.wd-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.18);
}

/* Form: radius & fokus konsisten */
.wd-form input,
.wd-form textarea,
.wd-form select {
    border-radius: 6px;
    padding: 10px 14px;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.wd-form input:focus,
.wd-form textarea:focus,
.wd-form select:focus {
    border-color: #e31010;
    box-shadow: 0 0 0 3px rgba(227, 16, 16, 0.12);
}

/* Header halaman: garis bawah merah sebagai aksen brand */
.wd-page-header {
    border-bottom: 3px solid #e31010;
}

/* Slider: fade + naik halus saat ganti slide (tidak patah) */
.wd-slide.is-active {
    animation: wd-slide-fade 0.5s ease;
}

@keyframes wd-slide-fade {
    from { opacity: 0; transform: translateY(10px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* Fokus keyboard yang jelas & konsisten */
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
    outline: 2px solid #192380;
    outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .wd-slide.is-active { animation: none; }
    .wd-wa-float::before { animation: none; }
}

/* Kartu ber-animasi AOS: pastikan bayangan ikut transisi saat hover */
.wd-post-card.wd-post-card[data-aos],
.wd-service-card.wd-service-card[data-aos],
.wd-staff-card.wd-staff-card[data-aos],
.wd-vm-card.wd-vm-card[data-aos] {
    transition-property: opacity, transform, box-shadow;
}

/* Foto perangkat */
.wd-staff-photo {
    width: 76px;
    height: 76px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto 14px;
    border: 3px solid #f0f4f8;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.10);
}

/* Sampul artikel detail (antisipasi layout shift) */
.wd-detail-cover {
    aspect-ratio: 16 / 9;
    display: block;
}

/* ===== Kategori chips ===== */
.wd-cat-chips{display:flex;flex-wrap:wrap;gap:8px;margin:0 auto 26px;justify-content:center}
.wd-cat-chip{display:inline-flex;align-items:center;padding:6px 16px;border-radius:999px;font-family:var(--font-heading);font-size:13px;letter-spacing:.3px;border:1px solid var(--c-navy);color:var(--c-navy);background:#fff;transition:.2s}
.wd-cat-chip:hover{border-color:var(--c-red);color:var(--c-red)}
.wd-cat-chip.is-active{background:var(--c-navy);color:#fff;border-color:var(--c-navy)}

/* ===== Badge kategori ===== */
.wd-post-cat{display:inline-block;margin:0 0 6px;padding:3px 10px;border-radius:999px;font-family:var(--font-heading);font-size:11px;letter-spacing:.5px;text-transform:uppercase;background:rgba(42,185,200,.14);color:var(--c-teal)}
.wd-post-cat--link{cursor:pointer;text-decoration:none;transition:.2s}
.wd-post-cat--link:hover{background:var(--c-teal);color:#fff}

/* ===== Galeri ===== */
.wd-gallery-card{display:block;text-decoration:none;border-radius:12px;overflow:hidden;background:#fff;box-shadow:0 2px 10px rgba(25,35,128,.06);transition:.25s;border:1px solid #eef1f6}
.wd-gallery-card:hover{transform:translateY(-4px);box-shadow:0 10px 24px rgba(25,35,128,.12)}
.wd-gallery-thumb{position:relative}
.wd-gallery-thumb img{width:100%;height:190px;object-fit:cover;display:block}
.wd-gallery-count{position:absolute;top:10px;right:10px;display:inline-flex;align-items:center;gap:5px;background:rgba(25,35,128,.85);color:#fff;font-size:12px;font-family:var(--font-heading);padding:3px 10px;border-radius:999px}
.wd-gallery-body{padding:14px 16px}
.wd-gallery-title{margin:0 0 6px;font-family:var(--font-heading);font-size:18px;color:var(--c-navy);line-height:1.3}
.wd-gallery-item{position:relative;display:block;border:0;padding:0;border-radius:10px;overflow:hidden;cursor:pointer;box-shadow:0 2px 8px rgba(25,35,128,.06)}
.wd-gallery-item img{width:100%;height:200px;object-fit:cover;display:block;transition:.3s}
.wd-gallery-item:hover img{transform:scale(1.05)}
.wd-gallery-item-caption{position:absolute;left:0;right:0;bottom:0;padding:18px 12px 8px;background:linear-gradient(transparent,rgba(0,0,0,.75));color:#fff;font-size:12px;text-align:left}
.wd-gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:14px}

/* ===== Lightbox ===== */
.wd-lightbox{position:fixed;inset:0;z-index:2000;background:rgba(0,0,0,.92);display:none;align-items:center;justify-content:center}
.wd-lightbox.is-open{display:flex}
.wd-lightbox-figure{max-width:min(92vw,1100px);max-height:88vh;margin:0;text-align:center}
.wd-lightbox-figure img{max-width:100%;max-height:78vh;border-radius:6px;box-shadow:0 8px 40px rgba(0,0,0,.6)}
.wd-lightbox-figure figcaption{margin-top:10px;color:#e7e7e7;font-size:14px}
.wd-lightbox-close{position:absolute;top:14px;right:22px;background:none;border:0;color:#fff;font-size:42px;line-height:1;cursor:pointer}
.wd-lightbox-prev,.wd-lightbox-next{position:absolute;top:50%;transform:translateY(-50%);background:rgba(255,255,255,.12);border:0;color:#fff;font-size:40px;width:52px;height:52px;border-radius:50%;cursor:pointer;line-height:1}
.wd-lightbox-prev{left:16px}
.wd-lightbox-next{right:16px}
.wd-lightbox-prev:hover,.wd-lightbox-next:hover,.wd-lightbox-close:hover{background:rgba(255,255,255,.25)}

/* ===== Layout 2 kolom (konten + sidebar) ===== */
.wd-layout-with-sidebar{display:grid;grid-template-columns:2fr 1fr;gap:26px;align-items:start}
.wd-layout-with-sidebar .wd-main-col{min-width:0}
.wd-layout-with-sidebar .wd-sidebar{min-width:0}
@media (max-width:900px){
    .wd-layout-with-sidebar{grid-template-columns:1fr}
}

/* ===== Widget Artikel Populer ===== */
.wd-sidebar-widget{margin-bottom:26px}
.wd-sidebar-widget .wd-section-title{margin-bottom:12px;font-size:14px;padding:9px 14px}
.wd-popular-card{padding:12px 14px}
.wd-popular-item{display:flex;gap:12px;align-items:center;text-decoration:none;padding:9px 0;border-bottom:1px solid #f0f0f0}
.wd-popular-item:last-child{border-bottom:none}
.wd-popular-item img{width:74px;height:58px;object-fit:cover;border-radius:6px;flex-shrink:0}
.wd-popular-icon{width:74px;height:58px;display:flex;align-items:center;justify-content:center;border-radius:6px;flex-shrink:0;color:#fff}
.wd-popular-icon--berita{background:var(--c-teal)}
.wd-popular-icon--pengumuman{background:var(--c-orange)}
.wd-popular-body{display:flex;flex-direction:column;gap:3px;min-width:0}
.wd-popular-title{font-family:var(--font-heading);font-size:13.5px;line-height:1.3;color:var(--c-navy);font-weight:500}
.wd-popular-item:hover .wd-popular-title{color:var(--c-red)}
.wd-popular-meta{display:inline-flex;align-items:center;gap:5px;font-size:11.5px;color:#6b7280}
.wd-popular-meta svg{flex-shrink:0}

/* ===== Transisi antar halaman yang halus (browser pendukung) ===== */
@view-transition {
    navigation: auto;
}

::view-transition-old(root) {
    animation: wd-view-out 0.16s ease both;
}

::view-transition-new(root) {
    animation: wd-view-in 0.22s ease both;
}

@keyframes wd-view-out {
    to { opacity: 0; }
}

@keyframes wd-view-in {
    from { opacity: 0; transform: translateY(6px); }
    to   { opacity: 1; transform: translateY(0); }
}

@media (prefers-reduced-motion: reduce) {
    ::view-transition-old(root),
    ::view-transition-new(root) {
        animation: none;
    }
}
