/*
 * PTUN Kupang — Pembaruan Frontend 2026
 * Mengikuti warna identitas pedoman: #0E29CD dan #176CEA.
 * Seluruh selector baru diberi prefix "ptun-" untuk meminimalkan dampak
 * terhadap halaman lama yang masih menggunakan Bootstrap 3.
 */

:root {
    --ptun-primary: #0E29CD;
    --ptun-secondary: #176CEA;
    --ptun-deep: #07165E;
    --ptun-ink: #172033;
    --ptun-muted: #5C677D;
    --ptun-surface: #FFFFFF;
    --ptun-soft: #F4F7FC;
    --ptun-border: #DDE5F2;
    --ptun-focus: #FFBF47;
    --ptun-success: #087A55;
    --ptun-orange: #F79400;
    --ptun-orange-dark: #D87900;
    --ptun-radius: 16px;
    --ptun-shadow: 0 12px 34px rgba(25, 43, 76, 0.10);
}

html {
    scroll-behavior: smooth;
}

body {
    color: var(--ptun-ink);
    background: #EEF3F9 !important;
    -webkit-font-smoothing: antialiased;
}

.ptun-shell {
    width: 100%;
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 !important;
    background: var(--ptun-surface);
    box-shadow: 0 0 42px rgba(20, 34, 60, 0.08);
}

.ptun-skip-link {
    position: fixed;
    z-index: 99999;
    top: 12px;
    left: 12px;
    transform: translateY(-160%);
    padding: 11px 16px;
    border-radius: 8px;
    background: #111827;
    color: #fff !important;
    font-weight: 700;
    transition: transform .18s ease;
}

.ptun-skip-link:focus {
    transform: translateY(0);
}

.ptun-header-2026 a:focus,
.ptun-home-2026 a:focus,
.ptun-home-2026 button:focus,
.ptun-home-2026 input:focus,
.ptun-footer-2026 a:focus {
    outline: 3px solid var(--ptun-focus) !important;
    outline-offset: 3px;
}

.ptun-header-top {
    background: var(--ptun-deep);
    color: #fff;
}

.ptun-header-inner {
    width: min(100% - 40px, 1240px);
    margin-inline: auto;
}

.ptun-header-top .ptun-header-inner {
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    font-size: 12px;
    letter-spacing: .01em;
}

.ptun-header-top i {
    margin-right: 7px;
}

.ptun-header-contact {
    display: flex;
    gap: 20px;
    align-items: center;
}

.ptun-header-contact a {
    color: #fff;
    text-decoration: none;
}

.ptun-header-contact a:hover {
    color: #fff;
    text-decoration: underline;
}

.ptun-identity {
    background: #FFFFFF;
    border-bottom: 1px solid var(--ptun-border);
    overflow: hidden;
}

.ptun-brand {
    width: 100%;
    min-height: 0;
    display: block;
    padding: 0;
    line-height: 0;
}

.ptun-brand-image,
.ptun-header-banner {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: none;
    display: block;
    object-fit: contain;
    object-position: center center;
}

.ptun-primary-nav.navbar {
    min-height: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: var(--ptun-orange);
    box-shadow: 0 5px 20px rgba(20, 34, 60, 0.10);
    z-index: 90;
}

.ptun-primary-nav .navbar-collapse {
    padding: 0;
}

.ptun-primary-nav #main-menu {
    height: auto !important;
    min-height: 52px;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    background: var(--ptun-orange) !important;
    border: 0;
}

.ptun-primary-nav #main-menu > li {
    float: none;
    display: flex;
    align-items: stretch;
}

.ptun-primary-nav #main-menu > li > a {
    min-height: 52px;
    display: flex;
    align-items: center;
    padding: 0 15px !important;
    color: #FFFFFF !important;
    background: var(--ptun-orange) !important;
    border: 0;
    font-size: 13px !important;
    line-height: 1.25;
    font-weight: 700 !important;
    letter-spacing: .01em;
}

.ptun-primary-nav #main-menu > li > a:hover,
.ptun-primary-nav #main-menu > li > a:focus,
.ptun-primary-nav #main-menu > li:hover > a {
    color: #FFFFFF !important;
    background: var(--ptun-orange-dark) !important;
    box-shadow: inset 0 -3px 0 rgba(255,255,255,.92);
}

.ptun-primary-nav #main-menu ul {
    min-width: 230px !important;
    padding: 7px !important;
    background: var(--ptun-orange) !important;
    border: 1px solid var(--ptun-orange-dark) !important;
    border-radius: 10px !important;
    box-shadow: 0 16px 35px rgba(80, 42, 0, .22) !important;
}

.ptun-primary-nav #main-menu ul a {
    padding: 10px 12px !important;
    color: #FFFFFF !important;
    background: var(--ptun-orange) !important;
    border-radius: 7px !important;
    font-size: 13px !important;
    line-height: 1.45;
}

.ptun-primary-nav #main-menu ul a:hover,
.ptun-primary-nav #main-menu ul a:focus,
.ptun-primary-nav #main-menu ul li:hover > a {
    color: #FFFFFF !important;
    background: var(--ptun-orange-dark) !important;
}

.ptun-menu-toggle {
    margin: 8px 0;
    border: 0;
    border-radius: 9px;
    background: var(--ptun-orange-dark) !important;
    color: #fff;
}

.ptun-menu-toggle .icon-bar {
    background: #fff !important;
}

.ptun-menu-label {
    float: left;
    margin-left: 9px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
}

.ptun-home-2026 {
    background: var(--ptun-surface);
}

.ptun-hero {
    background: var(--ptun-secondary);
    color: #fff;
}

.ptun-hero .carousel-inner > .item {
    min-height: 410px;
    padding: 0;
    background: var(--ptun-secondary);
}

.ptun-hero-grid {
    min-height: 410px;
    display: grid;
    grid-template-columns: 1.05fr .95fr;
}

.ptun-hero-copy {
    align-self: center;
    padding: 54px 56px 68px 58px;
}

.ptun-eyebrow,
.ptun-section-kicker,
.ptun-side-label {
    display: inline-block;
    margin-bottom: 8px;
    color: var(--ptun-primary);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.ptun-hero .ptun-eyebrow {
    color: #DDE8FF;
}

.ptun-hero-copy h1,
.ptun-hero-fallback h1 {
    margin: 0 0 14px;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(30px, 3.3vw, 50px);
    line-height: 1.08;
    letter-spacing: -.02em;
}

.ptun-hero-date {
    margin: 0 0 15px;
    color: #ECF2FF;
    font-size: 13px;
}

.ptun-hero-date i {
    margin-right: 6px;
}

.ptun-hero-summary {
    max-width: 650px;
    margin: 0 0 24px;
    color: #fff;
    font-size: 16px;
    line-height: 1.7;
}

.ptun-hero-media {
    min-height: 410px;
    height: 410px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #176CEA;
}

.ptun-hero-media img {
    width: 100%;
    height: 410px;
    min-height: 0;
    max-height: 410px;
    display: block;
    object-fit: contain;
    object-position: center center;
    background: #176CEA;
}

.ptun-hero-placeholder {
    min-height: 410px;
    display: grid;
    place-items: center;
    background: #102C84;
    color: rgba(255, 255, 255, .28);
    font-size: 110px;
}

.ptun-hero .carousel-control {
    width: 46px;
    height: 46px;
    top: auto;
    bottom: 22px;
    display: grid;
    place-items: center;
    background: rgba(7, 22, 94, .78);
    border-radius: 50%;
    opacity: 1;
    text-shadow: none;
}

.ptun-hero .carousel-control.left {
    left: auto;
    right: 78px;
}

.ptun-hero .carousel-control.right {
    right: 22px;
}

.ptun-hero .carousel-indicators {
    bottom: 24px;
    left: 58px;
    width: auto;
    margin-left: 0;
    text-align: left;
}

.ptun-hero .carousel-indicators li {
    width: 22px;
    height: 4px;
    margin: 0 4px 0 0;
    border: 0;
    border-radius: 99px;
    background: rgba(255,255,255,.44);
}

.ptun-hero .carousel-indicators li.active {
    width: 34px;
    height: 4px;
    background: #fff;
}

.ptun-hero-fallback {
    min-height: 350px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 58px;
}

.ptun-hero-fallback > i {
    color: rgba(255,255,255,.26);
    font-size: 120px;
}

.ptun-btn {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px 17px;
    border: 1px solid transparent;
    border-radius: 9px;
    text-decoration: none !important;
    font-weight: 800;
    transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease;
}

.ptun-btn:hover {
    transform: translateY(-1px);
}

.ptun-btn-light {
    background: #fff;
    color: var(--ptun-primary) !important;
    box-shadow: 0 8px 20px rgba(7, 22, 94, .18);
}

.ptun-btn-primary {
    background: var(--ptun-primary);
    color: #fff !important;
}

.ptun-btn-primary:hover {
    background: var(--ptun-deep);
}

.ptun-btn-block {
    width: 100%;
}

.ptun-quick-section,
.ptun-content-layout {
    width: min(100% - 48px, 1220px);
    margin-inline: auto;
}

.ptun-quick-section {
    padding: 42px 0 46px;
}

.ptun-section-heading {
    margin-bottom: 22px;
}

.ptun-section-heading-row {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
}

.ptun-section-heading h2,
.ptun-side-card h2 {
    margin: 0;
    color: var(--ptun-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 700;
}

.ptun-section-heading h2 {
    font-size: 30px;
    line-height: 1.18;
}

.ptun-section-heading p {
    max-width: 680px;
    margin: 7px 0 0;
    color: var(--ptun-muted);
    font-size: 14px;
}

.ptun-quick-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
}

.ptun-quick-card {
    min-height: 112px;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) 16px;
    align-items: center;
    gap: 11px;
    padding: 16px 14px;
    border: 1px solid var(--ptun-border);
    border-radius: 13px;
    background: #fff;
    color: var(--ptun-ink) !important;
    text-decoration: none !important;
    box-shadow: 0 6px 16px rgba(20, 34, 60, .05);
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.ptun-quick-card:hover {
    transform: translateY(-3px);
    border-color: #AFC3FF;
    box-shadow: 0 12px 24px rgba(14, 41, 205, .11);
}

.ptun-quick-icon {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 11px;
    background: var(--ptun-primary);
    color: #fff;
    font-size: 18px;
}

.ptun-quick-text {
    min-width: 0;
}

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

.ptun-quick-text strong {
    color: var(--ptun-ink);
    font-size: 14px;
    line-height: 1.25;
}

.ptun-quick-text small {
    margin-top: 4px;
    color: var(--ptun-muted);
    font-size: 11px;
    line-height: 1.35;
}

.ptun-quick-arrow {
    color: #95A2B8;
    font-size: 11px;
}

.ptun-content-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 318px;
    gap: 30px;
    padding: 10px 0 54px;
}

.ptun-main-column,
.ptun-side-column {
    min-width: 0;
}

.ptun-news-section,
.ptun-public-info {
    padding: 28px 0 36px;
}

.ptun-text-link,
.ptun-card-link {
    color: var(--ptun-primary) !important;
    font-weight: 800;
    text-decoration: none !important;
}

.ptun-text-link:hover,
.ptun-card-link:hover {
    text-decoration: underline !important;
}

.ptun-news-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.ptun-news-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--ptun-border);
    border-radius: var(--ptun-radius);
    background: #fff;
    box-shadow: 0 8px 22px rgba(20, 34, 60, .06);
}

.ptun-news-card-featured {
    grid-column: span 2;
    display: grid;
    grid-template-columns: .95fr 1.05fr;
}

.ptun-news-image-link {
    display: block;
    min-height: 145px;
    overflow: hidden;
    background: #E9EEF7;
}

.ptun-news-card-featured .ptun-news-image-link {
    min-height: 210px;
}

.ptun-news-image-link img {
    width: 100%;
    height: 100%;
    min-height: 145px;
    display: block;
    object-fit: cover;
    transition: transform .35s ease;
}

.ptun-news-card-featured .ptun-news-image-link img {
    min-height: 210px;
}

.ptun-news-card:hover .ptun-news-image-link img {
    transform: scale(1.035);
}

.ptun-news-placeholder {
    min-height: inherit;
    display: grid;
    place-items: center;
    color: #9BA7BA;
    font-size: 42px;
}

.ptun-news-body {
    padding: 18px 20px 20px;
}

.ptun-news-card-featured .ptun-news-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px;
}

.ptun-news-date {
    margin: 0 0 8px;
    color: var(--ptun-muted);
    font-size: 12px;
}

.ptun-news-body h3 {
    margin: 0 0 14px;
    color: var(--ptun-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 19px;
    line-height: 1.38;
}

.ptun-news-card-featured .ptun-news-body h3 {
    font-size: 26px;
}

.ptun-news-body h3 a {
    color: inherit !important;
    text-decoration: none !important;
}

.ptun-news-body h3 a:hover {
    color: var(--ptun-primary) !important;
}

.ptun-news-read {
    color: var(--ptun-primary) !important;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none !important;
}

.ptun-empty-state {
    min-height: 180px;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 12px;
    border: 1px dashed #BFCADD;
    border-radius: var(--ptun-radius);
    background: var(--ptun-soft);
    color: var(--ptun-muted);
    text-align: center;
}

.ptun-empty-state i {
    color: #8C9AB0;
    font-size: 32px;
}

.ptun-info-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.ptun-info-card {
    min-height: 82px;
    display: grid;
    grid-template-columns: 38px 1fr 16px;
    align-items: center;
    gap: 11px;
    padding: 13px;
    border: 1px solid var(--ptun-border);
    border-radius: 12px;
    background: var(--ptun-soft);
    color: var(--ptun-ink) !important;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none !important;
}

.ptun-info-card:hover {
    border-color: #AFC3FF;
    background: #EEF3FF;
}

.ptun-info-icon {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    background: #fff;
    color: var(--ptun-primary);
    box-shadow: inset 0 0 0 1px var(--ptun-border);
}

.ptun-side-column {
    padding-top: 28px;
}

.ptun-side-card {
    margin-bottom: 16px;
    padding: 20px;
    border: 1px solid var(--ptun-border);
    border-radius: var(--ptun-radius);
    background: #fff;
    box-shadow: 0 8px 22px rgba(20, 34, 60, .06);
}

.ptun-side-card h2 {
    margin-bottom: 14px;
    font-size: 21px;
    line-height: 1.25;
}

.ptun-side-card p {
    color: var(--ptun-muted);
    font-size: 13px;
    line-height: 1.65;
}

.ptun-side-card-icon {
    width: 44px;
    height: 44px;
    margin-bottom: 14px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    background: #EAF0FF;
    color: var(--ptun-primary);
    font-size: 20px;
}

.ptun-hours-card {
    border-top: 4px solid var(--ptun-secondary);
}

.ptun-search-card {
    padding: 16px;
    background: var(--ptun-deep);
    border-color: var(--ptun-deep);
}

.ptun-search-card h2 {
    color: #fff;
    font-size: 18px;
}

.ptun-search-control {
    display: grid;
    grid-template-columns: 1fr 44px;
    overflow: hidden;
    border-radius: 10px;
    background: #fff;
}

.ptun-search-control input {
    min-width: 0;
    height: 44px;
    padding: 0 13px;
    border: 0;
    color: var(--ptun-ink);
    background: #fff;
    font-size: 14px;
}

.ptun-search-control button {
    border: 0;
    background: var(--ptun-primary);
    color: #fff;
}

.ptun-index-card {
    background: #F5F8FF;
    border-color: #CFDAFA;
}

.ptun-index-pills {
    display: flex;
    gap: 8px;
    margin: 0 0 14px;
}

.ptun-index-pills span {
    display: inline-flex;
    padding: 5px 9px;
    border-radius: 999px;
    background: var(--ptun-primary);
    color: #fff;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .05em;
}

.ptun-survey-latest {
    margin-bottom: 4px !important;
    font-weight: 700;
}

.ptun-survey-title {
    display: block;
    margin-bottom: 8px;
    color: var(--ptun-ink) !important;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 700;
    line-height: 1.45;
    text-decoration: none !important;
}

.ptun-survey-title:hover {
    color: var(--ptun-primary) !important;
}

.ptun-related-list {
    margin: 0 0 14px;
    padding: 0;
    list-style: none;
}

.ptun-related-list li + li {
    border-top: 1px solid #E7ECF4;
}

.ptun-related-list a {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 0;
    color: var(--ptun-ink) !important;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none !important;
}

.ptun-related-list a:hover {
    color: var(--ptun-primary) !important;
}

.ptun-related-list i {
    margin-top: 4px;
    color: #96A3B7;
    font-size: 10px;
}

.ptun-stats-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.ptun-stats-grid > div {
    padding: 14px 10px;
    border-radius: 11px;
    background: var(--ptun-soft);
    text-align: center;
}

.ptun-stats-grid strong,
.ptun-stats-grid span {
    display: block;
}

.ptun-stats-grid strong {
    color: var(--ptun-primary);
    font-size: 24px;
    line-height: 1;
}

.ptun-stats-grid span {
    margin-top: 6px;
    color: var(--ptun-muted);
    font-size: 10px;
    line-height: 1.3;
}

.ptun-stats-note {
    margin: 12px 0 0 !important;
    font-size: 11px !important;
}

.ptun-footer-2026 {
    color: #fff;
    background: var(--ptun-secondary);
}

.ptun-footer-main {
    padding: 44px 0;
    background: var(--ptun-secondary);
}

.ptun-footer-grid,
.ptun-footer-bottom-inner {
    width: min(100% - 48px, 1220px);
    margin-inline: auto;
}

.ptun-footer-grid {
    display: grid;
    grid-template-columns: 1fr 1.15fr .95fr;
    gap: 32px;
}

.ptun-footer-block {
    min-width: 0;
}

.ptun-footer-block h2 {
    margin: 0 0 16px;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 20px;
    font-weight: 700;
}

.ptun-footer-lead,
.ptun-footer-block p {
    color: #EDF3FF;
    font-size: 13px;
    line-height: 1.65;
}

.ptun-contact-row {
    display: grid;
    grid-template-columns: 20px 1fr;
    gap: 8px;
    align-items: start;
}

.ptun-contact-row i {
    margin-top: 4px;
}

.ptun-footer-2026 a {
    color: #fff !important;
}

.ptun-map-frame {
    overflow: hidden;
    border: 3px solid rgba(255,255,255,.42);
    border-radius: 14px;
    background: #fff;
}

.ptun-map-frame iframe {
    width: 100%;
    height: 210px;
    display: block;
    border: 0;
}

.ptun-social-list {
    display: grid;
    gap: 8px;
}

.ptun-social-list a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 10px;
    border-radius: 10px;
    background: rgba(255,255,255,.09);
    color: #fff !important;
    text-decoration: none !important;
}

.ptun-social-list a:hover {
    background: rgba(255,255,255,.16);
}

.ptun-social-icon {
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #fff;
    color: var(--ptun-primary);
}

.ptun-footer-bottom {
    padding: 16px 0;
    background: var(--ptun-primary);
}

.ptun-footer-bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.ptun-footer-bottom p {
    margin: 0;
    color: #fff;
    font-size: 11px;
}

.ptun-footer-bottom a {
    color: #fff !important;
}

.ptun-footer-standard {
    text-align: right;
}

@media (max-width: 1199px) {
    .ptun-quick-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .ptun-primary-nav #main-menu > li > a {
        padding-inline: 11px !important;
        font-size: 12px !important;
    }
}

@media (max-width: 991px) {
    .ptun-header-contact span {
        display: none;
    }

    .ptun-hero-grid {
        grid-template-columns: 1fr;
    }

    .ptun-hero-copy {
        padding: 46px 46px 64px;
    }

    .ptun-hero-media {
        min-height: 300px;
        max-height: 380px;
    }

    .ptun-hero-media img {
        min-height: 300px;
        max-height: 380px;
    }

    .ptun-content-layout {
        grid-template-columns: 1fr;
    }

    .ptun-side-column {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
        padding-top: 0;
    }

    .ptun-side-card {
        margin-bottom: 0;
    }

    .ptun-search-card,
    .ptun-related-list + .ptun-card-link {
        align-self: start;
    }

    .ptun-footer-grid {
        grid-template-columns: 1fr 1fr;
    }

    .ptun-footer-block:last-child {
        grid-column: span 2;
    }
}

@media (max-width: 767px) {
    .ptun-shell {
        box-shadow: none;
    }

    .ptun-header-inner {
        width: min(100% - 28px, 1240px);
    }

    .ptun-header-top .ptun-header-inner {
        min-height: 38px;
        font-size: 11px;
    }

    .ptun-header-contact {
        gap: 10px;
    }

    .ptun-brand {
        min-height: 86px;
        padding-block: 10px;
    }

    .ptun-brand-image {
        max-height: 68px;
    }

    .ptun-primary-nav .navbar-header {
        min-height: 52px;
    }

    .ptun-primary-nav .navbar-collapse {
        padding: 6px 0 12px;
        border-top: 1px solid var(--ptun-border);
    }

    .ptun-primary-nav #main-menu {
        min-height: 0;
        display: block;
        padding: 6px !important;
        background: var(--ptun-orange) !important;
    }

    .ptun-primary-nav #main-menu > li {
        display: block;
    }

    .ptun-primary-nav #main-menu > li > a {
        min-height: 44px;
        display: flex;
        padding: 10px 12px !important;
        border-radius: 8px;
        box-shadow: none !important;
    }

    .ptun-primary-nav #main-menu ul {
        position: static !important;
        width: auto !important;
        min-width: 0 !important;
        margin: 0 0 8px 12px !important;
        border: 0 !important;
        box-shadow: none !important;
    }

    .ptun-primary-nav .navbar-toggle {
        display: flex;
        align-items: center;
    }

    .ptun-hero .carousel-inner > .item,
    .ptun-hero-grid {
        min-height: 0;
    }

    .ptun-hero-copy {
        padding: 38px 28px 60px;
    }

    .ptun-hero-copy h1,
    .ptun-hero-fallback h1 {
        font-size: 31px;
    }

    .ptun-hero-summary {
        font-size: 14px;
    }

    .ptun-hero-media,
    .ptun-hero-media img {
        min-height: 230px;
        max-height: 280px;
    }

    .ptun-hero .carousel-control {
        width: 40px;
        height: 40px;
        bottom: 18px;
    }

    .ptun-hero .carousel-control.left {
        right: 66px;
    }

    .ptun-hero .carousel-control.right {
        right: 18px;
    }

    .ptun-hero .carousel-indicators {
        left: 28px;
        bottom: 20px;
    }

    .ptun-hero-fallback {
        min-height: 300px;
        padding: 38px 28px;
    }

    .ptun-hero-fallback > i {
        display: none;
    }

    .ptun-quick-section,
    .ptun-content-layout,
    .ptun-footer-grid,
    .ptun-footer-bottom-inner {
        width: min(100% - 28px, 1220px);
    }

    .ptun-quick-section {
        padding: 34px 0;
    }

    .ptun-section-heading-row {
        align-items: flex-start;
        flex-direction: column;
    }

    .ptun-section-heading h2 {
        font-size: 26px;
    }

    .ptun-quick-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ptun-quick-card {
        min-height: 104px;
        grid-template-columns: 38px minmax(0, 1fr);
        padding: 13px;
    }

    .ptun-quick-icon {
        width: 38px;
        height: 38px;
    }

    .ptun-quick-arrow {
        display: none;
    }

    .ptun-news-grid {
        grid-template-columns: 1fr;
    }

    .ptun-news-card-featured {
        grid-column: auto;
        display: block;
    }

    .ptun-news-card-featured .ptun-news-image-link,
    .ptun-news-card-featured .ptun-news-image-link img {
        min-height: 220px;
    }

    .ptun-news-card-featured .ptun-news-body {
        padding: 20px;
    }

    .ptun-news-card-featured .ptun-news-body h3 {
        font-size: 21px;
    }

    .ptun-info-card-grid {
        grid-template-columns: 1fr;
    }

    .ptun-side-column {
        grid-template-columns: 1fr;
    }

    .ptun-footer-grid {
        grid-template-columns: 1fr;
    }

    .ptun-footer-block:last-child {
        grid-column: auto;
    }

    .ptun-footer-bottom-inner {
        align-items: flex-start;
        flex-direction: column;
    }

    .ptun-footer-standard {
        text-align: left;
    }
}

@media (max-width: 420px) {
    .ptun-quick-grid {
        grid-template-columns: 1fr;
    }

    .ptun-quick-card {
        min-height: 82px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
        scroll-behavior: auto !important;
    }

    .ptun-news-card:hover .ptun-news-image-link img {
        transform: none;
    }
}
/* =========================================================
   Iterasi 2 — halaman informasi/berita putih & lebih ringan
   ========================================================= */

.ptun-inner-page,
.ptun-inner-page .ptun-inner-header,
.ptun-inner-page .ptun-inner-section {
    width: 100%;
    background: #FFFFFF !important;
}

.ptun-inner-page {
    color: var(--ptun-ink);
}

.ptun-inner-header {
    padding: 26px 0 22px;
    border-bottom: 1px solid #E7EBF2;
}

.ptun-inner-container {
    width: min(100% - 48px, 1140px);
    margin-inline: auto;
}

.ptun-inner-breadcrumb {
    margin: 0 0 10px;
    padding: 0;
    list-style: none;
    background: transparent !important;
    color: #667085;
    font-size: 12px;
}

.ptun-inner-breadcrumb > li {
    display: inline;
}

.ptun-inner-breadcrumb > li + li::before {
    content: "/";
    padding: 0 8px;
    color: #A7AFBE;
}

.ptun-inner-breadcrumb a {
    color: var(--ptun-primary) !important;
    text-decoration: none !important;
}

.ptun-inner-breadcrumb a:hover {
    text-decoration: underline !important;
}

.ptun-inner-title {
    position: relative;
    margin: 0;
    padding-left: 16px;
    color: #1D2939;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(26px, 3vw, 36px);
    font-weight: 700;
    line-height: 1.2;
}

.ptun-inner-title::before {
    content: "";
    position: absolute;
    top: .12em;
    bottom: .12em;
    left: 0;
    width: 5px;
    border-radius: 99px;
    background: var(--ptun-orange);
}

.ptun-inner-section {
    padding: 30px 0 48px;
}

.ptun-inner-row {
    margin-left: -14px;
    margin-right: -14px;
}

.ptun-inner-main,
.ptun-sidebar-latest {
    padding-left: 14px !important;
    padding-right: 14px !important;
}

.ptun-article-panel {
    padding: 0 0 18px;
    background: #FFFFFF;
}

.ptun-article-title {
    margin: 0 0 12px;
    color: #1D2939;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(27px, 3vw, 38px);
    font-weight: 700;
    line-height: 1.24;
}

.ptun-article-meta {
    margin: 0 0 18px;
    color: #7A8495;
    font-size: 12px;
}

.ptun-article-image {
    margin: 0 0 22px;
}

.ptun-article-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
}

.ptun-article-caption {
    margin: 7px 0 0 !important;
    color: #8A94A5 !important;
    font-size: 11px !important;
}

.ptun-rich-content,
.ptun-rich-content p,
.ptun-rich-content li {
    color: #283345 !important;
    font-size: 14px !important;
    line-height: 1.8 !important;
}

.ptun-rich-content p {
    margin-bottom: 14px;
}

.ptun-rich-content img {
    max-width: 100% !important;
    height: auto !important;
}

.ptun-rich-content table {
    max-width: 100%;
}

.ptun-tags {
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid #E8ECF2;
}

.ptun-tags-label {
    display: inline-block;
    margin-right: 8px;
    color: #667085;
    font-size: 12px;
    font-weight: 700;
}

.ptun-tag-link {
    display: inline-block;
    margin: 0 5px 5px 0;
    padding: 5px 9px;
    border: 1px solid #E0E5EC;
    border-radius: 6px;
    background: #FFFFFF;
    color: #344054 !important;
    font-size: 11px;
    text-decoration: none !important;
}

.ptun-tag-link:hover {
    border-color: var(--ptun-orange);
    color: #9A5100 !important;
}

/* Sidebar Berita Terbaru — thumbnail lebih kecil */
.ptun-sidebar-latest {
    background: #FFFFFF;
}

.ptun-sidebar-title {
    position: relative;
    margin: 0 0 14px;
    padding-bottom: 10px;
    color: #1D2939;
    font-size: 18px;
    font-weight: 800;
}

.ptun-sidebar-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 42px;
    height: 3px;
    border-radius: 99px;
    background: var(--ptun-orange);
}

.ptun-sidebar-news-list {
    display: grid;
    gap: 0;
}

.ptun-sidebar-news-item {
    display: grid;
    grid-template-columns: 74px minmax(0, 1fr);
    gap: 11px;
    padding: 12px 0;
    border-bottom: 1px solid #EDF0F4;
}

.ptun-sidebar-thumb {
    width: 74px;
    height: 56px;
    display: block;
    overflow: hidden;
    border-radius: 7px;
    background: #F2F4F7;
}

.ptun-sidebar-thumb img {
    width: 74px !important;
    height: 56px !important;
    display: block;
    object-fit: cover;
}

.ptun-sidebar-news-date {
    display: block;
    margin-bottom: 4px;
    color: #8B95A5;
    font-size: 10px;
    line-height: 1.35;
}

.ptun-sidebar-news-title {
    margin: 0;
    color: #253044 !important;
    font-size: 12px !important;
    font-weight: 700;
    line-height: 1.42 !important;
}

.ptun-sidebar-news-item a {
    text-decoration: none !important;
}

.ptun-sidebar-news-item a:hover .ptun-sidebar-news-title {
    color: var(--ptun-primary) !important;
}

/* Halaman daftar berita — visual putih dengan thumbnail ringkas */
.ptun-news-list-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.ptun-list-news-card {
    overflow: hidden;
    border: 1px solid #E5E9F0;
    border-radius: 12px;
    background: #FFFFFF;
    box-shadow: 0 5px 16px rgba(20, 34, 60, .05);
}

.ptun-list-news-thumb {
    height: 145px;
    display: block;
    overflow: hidden;
    background: #F2F4F7;
}

.ptun-list-news-thumb img {
    width: 100%;
    height: 145px;
    display: block;
    object-fit: cover;
}

.ptun-list-news-body {
    padding: 14px 15px 16px;
}

.ptun-list-news-date {
    margin: 0 0 7px;
    color: #8A94A5;
    font-size: 10px;
}

.ptun-list-news-title {
    margin: 0 0 10px;
    color: #243044;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 16px;
    line-height: 1.42;
}

.ptun-list-news-title a {
    color: inherit !important;
    text-decoration: none !important;
}

.ptun-list-news-title a:hover {
    color: var(--ptun-primary) !important;
}

.ptun-list-news-more {
    color: var(--ptun-primary) !important;
    font-size: 11px;
    font-weight: 800;
    text-decoration: none !important;
}

.ptun-search-result-note {
    margin: 0 0 20px;
    padding: 12px 14px;
    border-left: 4px solid var(--ptun-orange);
    background: #FFF8EF;
    color: #6B430B;
    font-size: 13px;
}

.ptun-pagination-wrap {
    padding: 26px 0 0;
    text-align: center;
}

.ptun-inner-page .pagination > li > a,
.ptun-inner-page .pagination > li > span {
    color: var(--ptun-primary);
    background: #FFFFFF;
    border-color: #E1E6ED;
}

.ptun-inner-page .pagination > .active > a,
.ptun-inner-page .pagination > .active > span {
    color: #FFFFFF;
    background: var(--ptun-primary);
    border-color: var(--ptun-primary);
}

@media (max-width: 991px) {
    .ptun-news-list-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ptun-sidebar-latest {
        margin-top: 28px;
    }
}

@media (max-width: 767px) {
    .ptun-inner-container {
        width: min(100% - 28px, 1140px);
    }

    .ptun-inner-header {
        padding: 21px 0 18px;
    }

    .ptun-inner-section {
        padding: 24px 0 38px;
    }

    .ptun-news-list-grid {
        grid-template-columns: 1fr;
    }

    .ptun-list-news-thumb,
    .ptun-list-news-thumb img {
        height: 160px;
    }

    .ptun-sidebar-news-item {
        grid-template-columns: 68px minmax(0, 1fr);
    }

    .ptun-sidebar-thumb,
    .ptun-sidebar-thumb img {
        width: 68px !important;
        height: 52px !important;
    }
}

/* Responsive correction for the non-cropping slider */
@media (max-width: 991px) {
    .ptun-hero-media,
    .ptun-hero-media img {
        height: 320px !important;
        min-height: 0 !important;
        max-height: 320px !important;
        object-fit: contain !important;
    }
}

@media (max-width: 767px) {
    .ptun-primary-nav .navbar-collapse {
        background: var(--ptun-orange);
        border-top-color: rgba(255,255,255,.25);
    }

    .ptun-hero-media,
    .ptun-hero-media img {
        height: 240px !important;
        min-height: 0 !important;
        max-height: 240px !important;
        object-fit: contain !important;
    }

    .ptun-news-card-featured .ptun-news-image-link,
    .ptun-news-card-featured .ptun-news-image-link img {
        min-height: 175px !important;
    }
}

/* =========================================================
   Iterasi 3 — submenu, profil pegawai, publikasi ringkas
   ========================================================= */

/* Seluruh level submenu menggunakan warna oranye yang sama */
.ptun-primary-nav #main-menu ul,
.ptun-primary-nav #main-menu ul ul,
.ptun-primary-nav #main-menu .sm-nowrap {
    background: var(--ptun-orange) !important;
}

.ptun-primary-nav #main-menu ul li,
.ptun-primary-nav #main-menu ul li a {
    background: var(--ptun-orange) !important;
}

.ptun-primary-nav #main-menu ul li:hover > a,
.ptun-primary-nav #main-menu ul li > a:hover,
.ptun-primary-nav #main-menu ul li > a:focus {
    background: var(--ptun-orange-dark) !important;
    color: #FFFFFF !important;
}

.ptun-primary-nav #main-menu .sub-arrow {
    color: #FFFFFF !important;
    border-color: #FFFFFF transparent transparent transparent !important;
}

/* Halaman profil pegawai: putih polos seperti halaman informasi/berita */
.ptun-employee-page,
.ptun-employee-header,
.ptun-employee-content {
    width: 100%;
    background: #FFFFFF !important;
    color: var(--ptun-ink);
}

.ptun-employee-header {
    padding: 25px 0 20px;
    border-bottom: 1px solid #E7EBF2;
}

.ptun-employee-header .container,
.ptun-employee-content .container {
    width: min(100% - 48px, 1140px);
    padding-left: 0;
    padding-right: 0;
}

.ptun-employee-header .breadcrumb {
    margin: 0 0 10px !important;
    padding: 0 !important;
    background: transparent !important;
    color: #667085 !important;
    font-size: 12px;
}

.ptun-employee-header .breadcrumb a {
    color: var(--ptun-primary) !important;
}

.ptun-employee-page-title {
    position: relative;
    margin: 0;
    padding-left: 16px;
    color: #1D2939;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(26px, 3vw, 36px);
    font-weight: 700;
    line-height: 1.2;
}

.ptun-employee-page-title::before {
    content: "";
    position: absolute;
    top: .12em;
    bottom: .12em;
    left: 0;
    width: 5px;
    border-radius: 99px;
    background: var(--ptun-orange);
}

.ptun-employee-content {
    padding: 30px 0 48px;
}

.ptun-employee-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.ptun-employee-card {
    min-width: 0;
    display: grid;
    grid-template-columns: 94px minmax(0, 1fr);
    gap: 16px;
    padding: 16px;
    border: 1px solid #E4E8EF;
    border-radius: 10px;
    background: #FFFFFF;
    color: var(--ptun-ink) !important;
    text-decoration: none !important;
    box-shadow: 0 4px 14px rgba(20, 34, 60, .04);
}

.ptun-employee-card:hover {
    border-color: #F2B45A;
    box-shadow: 0 7px 18px rgba(20, 34, 60, .07);
}

.ptun-employee-photo {
    width: 94px;
    height: 112px;
    overflow: hidden;
    border-radius: 8px;
    background: #F2F4F7;
}

.ptun-employee-photo img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center top;
}

.ptun-employee-details {
    min-width: 0;
}

.ptun-employee-name {
    margin: 0 0 9px;
    color: #1D2939;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 17px;
    line-height: 1.3;
}

.ptun-employee-meta {
    width: 100%;
    margin: 0;
    color: #344054;
    font-size: 12px;
    line-height: 1.45;
}

.ptun-employee-meta td {
    padding: 2px 0;
    vertical-align: top;
}

.ptun-employee-meta td:first-child {
    width: 42%;
    color: #667085;
    font-weight: 700;
}

.ptun-profile-panel {
    margin-bottom: 20px;
    padding: 0;
    background: #FFFFFF !important;
}

.ptun-profile-summary {
    display: grid;
    grid-template-columns: 160px minmax(0, 1fr);
    gap: 24px;
    align-items: center;
    padding-bottom: 24px;
    border-bottom: 1px solid #E7EBF2;
}

.ptun-profile-summary .dfoto,
.ptun-profile-summary .dnama {
    width: auto !important;
    min-width: 0 !important;
    float: none !important;
    padding: 0 !important;
}

.ptun-profile-summary .parent {
    margin: 0;
}

.ptun-profile-summary h2 {
    margin: 0 0 8px;
    color: #1D2939;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 30px;
}

.ptun-profile-columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
    padding: 24px 0;
}

.ptun-profile-columns .left,
.ptun-profile-columns .right {
    width: auto !important;
    float: none !important;
    padding: 0 !important;
    background: #FFFFFF !important;
}

.ptun-employee-content .accordion {
    margin-top: 8px;
    border: 1px solid #E4E8EF;
    border-radius: 7px;
    background: #FFFFFF;
    color: #273244;
    font-weight: 700;
}

.ptun-employee-content .accordion:hover,
.ptun-employee-content .accordion.active {
    border-color: #F2B45A;
    background: #FFF8EE;
}

.ptun-employee-content .panel {
    background: #FFFFFF !important;
}

/* Bagian publikasi beranda dipadatkan */
.ptun-publication-compact {
    padding: 18px 0 24px !important;
}

.ptun-publication-compact .ptun-section-heading {
    margin-bottom: 14px;
}

.ptun-publication-compact .ptun-section-heading h2 {
    font-size: 24px;
}

.ptun-publication-compact .ptun-section-kicker {
    margin-bottom: 4px;
    font-size: 10px;
}

.ptun-publication-compact .ptun-news-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.ptun-publication-compact .ptun-news-card,
.ptun-publication-compact .ptun-news-card-featured {
    grid-column: auto;
    display: block;
    border-radius: 10px;
}

.ptun-publication-compact .ptun-news-image-link,
.ptun-publication-compact .ptun-news-card-featured .ptun-news-image-link {
    min-height: 0 !important;
    height: 105px;
}

.ptun-publication-compact .ptun-news-image-link img,
.ptun-publication-compact .ptun-news-card-featured .ptun-news-image-link img {
    width: 100%;
    height: 105px;
    min-height: 0 !important;
    object-fit: cover;
}

.ptun-publication-compact .ptun-news-body,
.ptun-publication-compact .ptun-news-card-featured .ptun-news-body {
    display: block;
    padding: 11px 12px 13px;
}

.ptun-publication-compact .ptun-news-date {
    margin-bottom: 5px;
    font-size: 10px;
}

.ptun-publication-compact .ptun-news-body h3,
.ptun-publication-compact .ptun-news-card-featured .ptun-news-body h3 {
    min-height: 3.9em;
    margin: 0 0 8px;
    font-size: 14px;
    line-height: 1.3;
}

.ptun-publication-compact .ptun-news-read {
    font-size: 10px;
}

@media (max-width: 991px) {
    .ptun-employee-grid,
    .ptun-publication-compact .ptun-news-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .ptun-employee-header .container,
    .ptun-employee-content .container {
        width: min(100% - 28px, 1140px);
    }

    .ptun-employee-grid,
    .ptun-publication-compact .ptun-news-grid {
        grid-template-columns: 1fr;
    }

    .ptun-employee-card {
        grid-template-columns: 78px minmax(0, 1fr);
        padding: 13px;
    }

    .ptun-employee-photo {
        width: 78px;
        height: 94px;
    }

    .ptun-profile-summary,
    .ptun-profile-columns {
        grid-template-columns: 1fr;
    }

    .ptun-publication-compact .ptun-news-image-link,
    .ptun-publication-compact .ptun-news-card-featured .ptun-news-image-link,
    .ptun-publication-compact .ptun-news-image-link img,
    .ptun-publication-compact .ptun-news-card-featured .ptun-news-image-link img {
        height: 145px;
    }
}

/* =========================================================
   Iterasi 4 — banner header proporsional desktop & mobile
   ========================================================= */

.ptun-identity .ptun-header-inner {
    width: 100%;
    max-width: 1240px;
    margin-inline: auto;
}

.ptun-brand,
.ptun-header-banner,
.ptun-brand-image {
    width: 100%;
}

.ptun-header-banner,
.ptun-brand-image {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    object-fit: contain !important;
    object-position: center center !important;
}

@media (max-width: 767px) {
    .ptun-identity .ptun-header-inner {
        width: 100%;
        max-width: 100%;
    }

    .ptun-brand {
        min-height: 0 !important;
        padding: 0 !important;
    }

    .ptun-header-banner,
    .ptun-brand-image {
        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
    }
}

/* =========================================================
   ITERASI 5 — final visual refinement
   ========================================================= */

/* 1. Banner identitas: benar-benar memenuhi lebar area website.
   Gambar tetap 1 file yang sama di desktop dan HP; rasio asli dipertahankan. */
.ptun-identity {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    background: #0E29CD !important;
}

.ptun-identity > .ptun-header-inner {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.ptun-identity .ptun-brand {
    width: 100% !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
}

.ptun-identity .ptun-header-banner,
.ptun-identity .ptun-brand-image {
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
    object-fit: contain !important;
    object-position: center center !important;
}

/* 2,4,5. Navbar: orange sebagai karakter utama, biru resmi sebagai aksen. */
.ptun-primary-nav.navbar {
    position: relative;
    background: #F79400 !important;
    border: 0 !important;
    box-shadow: 0 6px 18px rgba(27, 37, 64, .12);
}

.ptun-primary-nav.navbar::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px;
    height: 3px;
    background: #0E29CD;
    pointer-events: none;
}

.ptun-primary-nav > .ptun-header-inner {
    width: min(100% - 34px, 1240px);
}

.ptun-primary-nav #main-menu {
    background: #F79400 !important;
}

.ptun-primary-nav #main-menu > li > a {
    position: relative;
    min-height: 54px;
    padding: 0 18px !important;
    border-right: 1px solid rgba(255,255,255,.18) !important;
    background: #F79400 !important;
    color: #FFFFFF !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    letter-spacing: .005em;
    transition: background-color .18s ease, box-shadow .18s ease;
}

.ptun-primary-nav #main-menu > li:first-child > a {
    border-left: 1px solid rgba(255,255,255,.18) !important;
}

.ptun-primary-nav #main-menu > li > a:hover,
.ptun-primary-nav #main-menu > li > a:focus,
.ptun-primary-nav #main-menu > li:hover > a,
.ptun-primary-nav #main-menu > li > a.highlighted {
    background: #0E29CD !important;
    color: #FFFFFF !important;
    box-shadow: inset 0 -3px 0 #176CEA !important;
}

/* Beri ruang khusus untuk panah dropdown agar tidak menempel pada tulisan. */
.ptun-primary-nav #main-menu a.has-submenu {
    padding-right: 42px !important;
}

.ptun-primary-nav #main-menu a .sub-arrow {
    right: 13px !important;
    left: auto !important;
    width: 20px !important;
    height: 20px !important;
    margin-top: -10px !important;
    display: grid !important;
    place-items: center;
    background: rgba(255,255,255,.16) !important;
    border: 0 !important;
    border-radius: 50%;
    color: #FFFFFF !important;
    font: 12px/20px FontAwesome !important;
}

.ptun-primary-nav #main-menu a .sub-arrow::before {
    content: "\f107" !important;
}

.ptun-primary-nav #main-menu a.highlighted .sub-arrow::before {
    content: "\f106" !important;
}

/* Submenu tetap berkarakter orange, dipadukan aksen biru resmi. */
.ptun-primary-nav #main-menu ul,
.ptun-primary-nav #main-menu ul ul,
.ptun-primary-nav #main-menu .sm-nowrap {
    min-width: 245px !important;
    padding: 7px !important;
    background: #F79400 !important;
    border: 1px solid #D87900 !important;
    border-top: 4px solid #0E29CD !important;
    border-radius: 0 0 10px 10px !important;
    box-shadow: 0 14px 32px rgba(13, 32, 99, .20) !important;
}

.ptun-primary-nav #main-menu ul li {
    background: transparent !important;
    border: 0 !important;
}

.ptun-primary-nav #main-menu ul li + li {
    border-top: 1px solid rgba(255,255,255,.18) !important;
}

.ptun-primary-nav #main-menu ul a {
    min-height: 40px;
    padding: 10px 38px 10px 12px !important;
    display: flex !important;
    align-items: center;
    border-radius: 7px !important;
    background: #F79400 !important;
    color: #FFFFFF !important;
    font-size: 12.5px !important;
    font-weight: 700 !important;
    white-space: normal !important;
}

.ptun-primary-nav #main-menu ul a:hover,
.ptun-primary-nav #main-menu ul a:focus,
.ptun-primary-nav #main-menu ul li:hover > a,
.ptun-primary-nav #main-menu ul a.highlighted {
    background: #0E29CD !important;
    color: #FFFFFF !important;
}

.ptun-primary-nav #main-menu ul a .sub-arrow {
    right: 9px !important;
    background: rgba(255,255,255,.14) !important;
}

/* Tombol menu HP dibuat sangat jelas. */
.ptun-menu-toggle.navbar-toggle {
    min-width: 108px;
    min-height: 42px;
    margin: 7px 0 !important;
    padding: 8px 14px !important;
    display: none;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border: 2px solid rgba(255,255,255,.72) !important;
    border-radius: 9px !important;
    background: #0E29CD !important;
    color: #FFFFFF !important;
    box-shadow: 0 3px 8px rgba(9, 28, 105, .18);
}

.ptun-menu-toggle-icon {
    color: #FFFFFF !important;
    font-size: 19px !important;
    line-height: 1 !important;
}

.ptun-menu-label {
    float: none !important;
    margin: 0 !important;
    color: #FFFFFF !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    letter-spacing: .07em;
}

/* 3. Slider: kolom gambar lebih dekat dengan judul dan tinggi lebih ringkas. */
.ptun-hero .carousel-inner > .item {
    min-height: 350px !important;
}

.ptun-hero-grid {
    min-height: 350px !important;
    grid-template-columns: 43% 57% !important;
}

.ptun-hero-copy {
    padding: 38px 20px 48px 44px !important;
}

.ptun-hero-copy h1,
.ptun-hero-fallback h1 {
    margin-bottom: 11px;
    font-size: clamp(29px, 3vw, 44px);
}

.ptun-hero-summary {
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 1.55;
}

.ptun-hero-media {
    height: 350px !important;
    min-height: 350px !important;
    max-height: 350px !important;
}

.ptun-hero-media img {
    height: 350px !important;
    min-height: 0 !important;
    max-height: 350px !important;
    object-fit: contain !important;
}

/* 6. Publikasi beranda: ubah menjadi daftar kartu mini horizontal. */
.ptun-publication-compact {
    padding: 10px 0 18px !important;
}

.ptun-publication-compact .ptun-section-heading {
    margin-bottom: 10px !important;
}

.ptun-publication-compact .ptun-section-heading h2 {
    font-size: 21px !important;
}

.ptun-publication-compact .ptun-section-kicker {
    font-size: 9px !important;
}

.ptun-publication-compact .ptun-news-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 9px !important;
}

.ptun-publication-compact .ptun-news-card {
    display: grid !important;
    grid-template-columns: 96px minmax(0, 1fr) !important;
    min-height: 82px !important;
    border-radius: 8px !important;
    box-shadow: 0 3px 10px rgba(20,34,60,.045) !important;
}

.ptun-publication-compact .ptun-news-image-link,
.ptun-publication-compact .ptun-news-card-featured .ptun-news-image-link {
    width: 96px !important;
    height: 82px !important;
    min-height: 82px !important;
}

.ptun-publication-compact .ptun-news-image-link img,
.ptun-publication-compact .ptun-news-card-featured .ptun-news-image-link img {
    width: 96px !important;
    height: 82px !important;
    min-height: 82px !important;
    object-fit: cover !important;
}

.ptun-publication-compact .ptun-news-body,
.ptun-publication-compact .ptun-news-card-featured .ptun-news-body {
    padding: 8px 9px !important;
}

.ptun-publication-compact .ptun-news-date {
    margin: 0 0 3px !important;
    font-size: 9px !important;
}

.ptun-publication-compact .ptun-news-body h3,
.ptun-publication-compact .ptun-news-card-featured .ptun-news-body h3 {
    min-height: 0 !important;
    margin: 0 0 5px !important;
    font-size: 12px !important;
    line-height: 1.28 !important;
}

.ptun-publication-compact .ptun-news-read {
    font-size: 9px !important;
}

/* 7. Jam kerja — dua blok yang cepat dipindai. */
.ptun-hours-modern {
    padding: 18px !important;
}

.ptun-side-card-head {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin-bottom: 13px;
}

.ptun-side-card-head .ptun-side-card-icon {
    position: static !important;
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    background: #0E29CD;
    color: #FFFFFF;
}

.ptun-side-card-head .ptun-side-label {
    margin-bottom: 3px;
    font-size: 9px;
}

.ptun-side-card-head h2 {
    font-size: 17px !important;
    line-height: 1.2;
}

.ptun-hours-block {
    padding: 12px;
    border: 1px solid #E5EAF3;
    border-left: 4px solid #F79400;
    border-radius: 9px;
    background: #FFFFFF;
}

.ptun-hours-block + .ptun-hours-block {
    margin-top: 10px;
}

.ptun-hours-ptsp {
    border-left-color: #0E29CD;
    background: #F8FAFF;
}

.ptun-hours-block-title {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 9px;
    color: #1D2939;
    font-size: 12px;
}

.ptun-hours-letter {
    width: 23px;
    height: 23px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #F79400;
    color: #FFFFFF;
    font-size: 10px;
    font-weight: 900;
}

.ptun-hours-ptsp .ptun-hours-letter {
    background: #0E29CD;
}

.ptun-hours-row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 10px;
    padding: 5px 0 2px;
    color: #475467;
    font-size: 10px;
}

.ptun-hours-row strong {
    color: #1D2939;
    font-size: 10px;
    white-space: nowrap;
}

.ptun-hours-break {
    padding: 2px 0 6px;
    color: #7C8799;
    font-size: 9px;
}

.ptun-hours-break i {
    margin-right: 5px;
    color: #F79400;
}

/* 8. Survey TW II — angka besar tetapi kartu tetap ringkas. */
.ptun-survey-modern {
    padding: 18px !important;
}

.ptun-survey-head,
.ptun-stats-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 12px;
}

.ptun-survey-head h2,
.ptun-stats-heading h2 {
    font-size: 18px !important;
}

.ptun-quarter-badge {
    flex: 0 0 auto;
    padding: 6px 9px;
    border-radius: 999px;
    background: #F79400;
    color: #FFFFFF;
    font-size: 10px;
    font-weight: 900;
}

.ptun-survey-result {
    padding: 12px;
    border: 1px solid #E5EAF3;
    border-radius: 10px;
    background: #FFFFFF;
}

.ptun-survey-result + .ptun-survey-result {
    margin-top: 9px;
}

.ptun-survey-result-alt {
    background: #F8FAFF;
}

.ptun-survey-result-top {
    display: flex;
    align-items: center;
    gap: 8px;
}

.ptun-survey-code {
    padding: 4px 7px;
    border-radius: 6px;
    background: #0E29CD;
    color: #FFFFFF;
    font-size: 9px;
    font-weight: 900;
}

.ptun-survey-result-alt .ptun-survey-code {
    background: #176CEA;
}

.ptun-survey-name {
    color: #475467;
    font-size: 9.5px;
    font-weight: 700;
    line-height: 1.25;
}

.ptun-survey-score-row {
    display: grid;
    grid-template-columns: auto auto 1fr;
    align-items: end;
    gap: 7px;
    margin-top: 8px;
}

.ptun-survey-score {
    color: #0E29CD;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 34px;
    line-height: .9;
}

.ptun-survey-result-alt .ptun-survey-score {
    color: #176CEA;
}

.ptun-survey-score-caption {
    padding-bottom: 2px;
    color: #98A2B3;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .08em;
}

.ptun-survey-respondents {
    justify-self: end;
    padding-bottom: 2px;
    color: #475467;
    font-size: 9px;
    font-weight: 700;
}

.ptun-survey-link {
    display: inline-block;
    margin-top: 10px;
}

/* 9. Tautan terkait tetap ringkas setelah tombol "lainnya" dihapus. */
.ptun-related-list {
    margin-bottom: 0 !important;
}

/* 10. Statistik kunjungan nyata berbasis tracker internal. */
.ptun-visit-stats {
    padding: 18px !important;
}

.ptun-live-dot {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 5px 7px;
    border-radius: 999px;
    background: #EDF9F3;
    color: #087A55;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .05em;
}

.ptun-live-dot i {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #18A76D;
}

.ptun-visit-stats-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.ptun-visit-stat {
    min-width: 0;
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 7px;
    align-items: center;
    padding: 9px;
    border: 1px solid #E7EBF2;
    border-radius: 9px;
    background: #FFFFFF;
}

.ptun-visit-icon {
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    background: #EEF3FF;
    color: #0E29CD;
    font-size: 11px;
}

.ptun-visit-stat strong,
.ptun-visit-stat span {
    display: block;
}

.ptun-visit-stat strong {
    color: #1D2939;
    font-size: 16px;
    line-height: 1;
}

.ptun-visit-stat div > span {
    margin-top: 3px;
    color: #7A8495;
    font-size: 8px;
    line-height: 1.25;
}

.ptun-top-page {
    margin-top: 9px;
    padding: 10px;
    border-radius: 9px;
    background: #F7F9FC;
}

.ptun-top-page > span {
    display: block;
    margin-bottom: 4px;
    color: #667085;
    font-size: 8px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.ptun-top-page strong {
    max-width: 100%;
    display: block;
    overflow: hidden;
    color: #1D2939;
    font-size: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ptun-top-page small {
    color: #8A94A5;
    font-size: 8px;
}

.ptun-visit-stats .ptun-stats-note {
    margin: 9px 0 0 !important;
    font-size: 8px !important;
}

/* 11. Semua halaman kategori aparatur/pegawai harus putih polos. */
.ptun-employee-page,
.ptun-employee-header,
.ptun-employee-content,
.ptun-employee-content .container,
.ptun-employee-content .row,
.ptun-profile-panel {
    background: #FFFFFF !important;
}

.ptun-employee-header {
    border-bottom: 1px solid #E7EBF2 !important;
}

.ptun-employee-content {
    min-height: 360px;
}

/* Responsive */
@media (max-width: 991px) {
    .ptun-hero-grid {
        grid-template-columns: 42% 58% !important;
    }

    .ptun-hero-copy {
        padding-left: 34px !important;
    }
}

@media (max-width: 767px) {
    /* Banner mempertahankan proporsi yang sama; tidak ada max-height HP. */
    .ptun-identity > .ptun-header-inner,
    .ptun-identity .ptun-header-banner,
    .ptun-identity .ptun-brand-image {
        width: 100% !important;
        max-width: none !important;
        height: auto !important;
        max-height: none !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .ptun-primary-nav > .ptun-header-inner {
        width: min(100% - 18px, 1240px);
    }

    .ptun-menu-toggle.navbar-toggle {
        display: inline-flex !important;
    }

    .ptun-primary-nav .navbar-header {
        min-height: 56px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .ptun-primary-nav .navbar-collapse {
        padding: 4px 0 10px !important;
        border-top: 1px solid rgba(255,255,255,.28) !important;
        background: #F79400 !important;
    }

    .ptun-primary-nav #main-menu {
        padding: 5px !important;
    }

    .ptun-primary-nav #main-menu > li > a {
        min-height: 43px;
        padding: 10px 42px 10px 13px !important;
        border: 0 !important;
        border-bottom: 1px solid rgba(255,255,255,.16) !important;
        border-radius: 6px !important;
    }

    .ptun-primary-nav #main-menu ul,
    .ptun-primary-nav #main-menu ul ul {
        margin: 2px 0 7px 12px !important;
        padding: 4px !important;
        border: 0 !important;
        border-left: 3px solid #0E29CD !important;
        border-radius: 0 7px 7px 0 !important;
        box-shadow: none !important;
    }

    .ptun-primary-nav #main-menu ul a {
        min-height: 39px;
        padding: 8px 39px 8px 11px !important;
    }

    .ptun-primary-nav #main-menu a .sub-arrow {
        right: 11px !important;
        width: 24px !important;
        height: 24px !important;
        margin-top: -12px !important;
        font-size: 13px !important;
    }

    .ptun-hero .carousel-inner > .item,
    .ptun-hero-grid {
        min-height: 0 !important;
    }

    .ptun-hero-grid {
        grid-template-columns: 1fr !important;
    }

    .ptun-hero-copy {
        padding: 28px 24px 38px !important;
    }

    .ptun-hero-copy h1,
    .ptun-hero-fallback h1 {
        font-size: 28px !important;
    }

    .ptun-hero-media,
    .ptun-hero-media img {
        height: 230px !important;
        min-height: 230px !important;
        max-height: 230px !important;
    }

    .ptun-publication-compact .ptun-news-grid {
        grid-template-columns: 1fr !important;
        gap: 7px !important;
    }

    .ptun-publication-compact .ptun-news-card {
        grid-template-columns: 86px minmax(0, 1fr) !important;
        min-height: 72px !important;
    }

    .ptun-publication-compact .ptun-news-image-link,
    .ptun-publication-compact .ptun-news-image-link img {
        width: 86px !important;
        height: 72px !important;
        min-height: 72px !important;
    }

    .ptun-hours-row {
        align-items: flex-start;
        flex-direction: column;
        gap: 1px;
    }

    .ptun-survey-score-row {
        grid-template-columns: auto auto;
    }

    .ptun-survey-respondents {
        grid-column: 1 / -1;
        justify-self: start;
    }
}

/* =========================================================
   ITERASI 6 — Profil aparatur & reformasi birokrasi
   ========================================================= */

.ptun-employee-page,
.ptun-employee-header,
.ptun-employee-content,
.ptun-profile-page,
.ptun-change-page {
    background: #FFFFFF !important;
}

.ptun-employee-group + .ptun-employee-group {
    margin-top: 38px;
    padding-top: 32px;
    border-top: 1px solid #E7EBF2;
}

.ptun-employee-group-heading {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    margin-bottom: 18px;
}

.ptun-employee-group-number {
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--ptun-orange);
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 900;
}

.ptun-employee-group-heading h2 {
    margin: 0 0 4px;
    color: #1D2939;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 24px;
}

.ptun-employee-group-heading p {
    margin: 0;
    color: #667085;
    font-size: 12px;
    line-height: 1.6;
}

.ptun-employee-card {
    align-items: center;
    min-height: 142px;
}

.ptun-employee-details {
    display: block;
}

.ptun-employee-name {
    display: block;
    margin-bottom: 7px;
}

.ptun-employee-position {
    display: block;
    margin-bottom: 4px;
    color: #344054;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.45;
}

.ptun-employee-rank {
    display: block;
    color: #667085;
    font-size: 11px;
    line-height: 1.45;
}

.ptun-employee-more {
    display: inline-block;
    margin-top: 10px;
    color: var(--ptun-primary);
    font-size: 10px;
    font-weight: 800;
}

.ptun-employee-photo-placeholder,
.ptun-profile-photo-placeholder {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    color: #98A2B3;
    background: #F2F4F7;
    font-size: 30px;
}

.ptun-profile-card {
    max-width: 940px;
    margin: 0 auto;
    padding: 0;
    background: #FFFFFF;
}

.ptun-profile-hero {
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr);
    gap: 28px;
    align-items: center;
    padding: 24px;
    border: 1px solid #E4E8EF;
    border-radius: 14px;
    background: #FFFFFF;
    box-shadow: 0 6px 20px rgba(20,34,60,.05);
}

.ptun-profile-photo {
    width: 180px;
    height: 220px;
    overflow: hidden;
    border-radius: 11px;
    background: #F2F4F7;
}

.ptun-profile-photo img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center top;
}

.ptun-profile-kicker {
    display: inline-block;
    margin-bottom: 8px;
    color: var(--ptun-orange-dark);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.ptun-profile-identity h2 {
    margin: 0 0 10px;
    color: #1D2939;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(26px, 4vw, 38px);
    line-height: 1.18;
}

.ptun-profile-position {
    margin: 0 0 5px;
    color: var(--ptun-primary);
    font-size: 15px;
    font-weight: 800;
}

.ptun-profile-rank {
    margin: 0;
    color: #667085;
    font-size: 12px;
}

.ptun-profile-section {
    padding: 26px 4px 0;
}

.ptun-profile-section + .ptun-profile-section {
    margin-top: 8px;
    border-top: 1px solid #EDF0F4;
}

.ptun-profile-section h3 {
    margin: 0 0 14px;
    color: #1D2939;
    font-size: 18px;
    font-weight: 800;
}

.ptun-profile-section h3 i {
    width: 27px;
    color: var(--ptun-orange);
}

.ptun-profile-timeline,
.ptun-profile-list {
    display: grid;
    gap: 9px;
}

.ptun-profile-timeline-item,
.ptun-profile-list-item {
    display: grid;
    grid-template-columns: 130px minmax(0, 1fr);
    gap: 16px;
    padding: 13px 14px;
    border: 1px solid #E7EBF2;
    border-radius: 9px;
    background: #FFFFFF;
}

.ptun-profile-timeline-period,
.ptun-profile-list-year {
    color: var(--ptun-primary);
    font-size: 11px;
    font-weight: 800;
}

.ptun-profile-timeline-item strong,
.ptun-profile-list-item strong {
    display: block;
    color: #253044;
    font-size: 13px;
}

.ptun-profile-timeline-item span,
.ptun-profile-list-item span,
.ptun-profile-list-item small {
    display: block;
    margin-top: 3px;
    color: #667085;
    font-size: 11px;
}

.ptun-profile-empty {
    margin: 0;
    padding: 12px 14px;
    border-left: 3px solid #E0E5EC;
    color: #7A8495;
    background: #FAFBFC;
    font-size: 12px;
}

.ptun-profile-privacy-note {
    margin-top: 30px;
    padding: 12px 14px;
    border-radius: 8px;
    background: #F5F7FB;
    color: #667085;
    font-size: 10px;
}

.ptun-profile-privacy-note i {
    margin-right: 6px;
    color: var(--ptun-primary);
}

/* Role Model & Agen Perubahan */
.ptun-change-intro {
    max-width: 850px;
    margin: 0 auto 22px;
    padding: 14px 16px;
    border-left: 4px solid var(--ptun-orange);
    background: #FFF8EF;
    color: #5D4A2F;
    font-size: 12px;
    line-height: 1.7;
}

.ptun-change-intro p {
    margin: 0;
}

.ptun-change-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.ptun-change-card {
    padding: 20px;
    border: 1px solid #E4E8EF;
    border-radius: 13px;
    background: #FFFFFF;
    box-shadow: 0 5px 17px rgba(20,34,60,.05);
}

.ptun-change-person {
    display: grid;
    grid-template-columns: 86px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #EDF0F4;
}

.ptun-change-photo {
    width: 86px;
    height: 106px;
    overflow: hidden;
    border-radius: 9px;
    background: #F2F4F7;
}

.ptun-change-photo img,
.ptun-change-photo span {
    width: 100%;
    height: 100%;
    display: block;
}

.ptun-change-photo img {
    object-fit: cover;
    object-position: center top;
}

.ptun-change-photo span {
    display: grid;
    place-items: center;
    color: #98A2B3;
    font-size: 26px;
}

.ptun-change-badge {
    display: inline-block;
    margin-bottom: 5px;
    padding: 4px 7px;
    border-radius: 999px;
    background: var(--ptun-primary);
    color: #FFFFFF;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .06em;
}

.ptun-change-person h2 {
    margin: 0 0 4px;
    color: #1D2939;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 18px;
    line-height: 1.25;
}

.ptun-change-person p,
.ptun-change-person small {
    margin: 0;
    color: #667085;
    font-size: 11px;
}

.ptun-change-sk {
    margin: 13px 0 0;
    color: #667085;
    font-size: 10px;
}

.ptun-change-card section {
    margin-top: 16px;
}

.ptun-change-card section h3 {
    margin: 0 0 6px;
    color: #253044;
    font-size: 12px;
    font-weight: 800;
}

.ptun-change-card section p,
.ptun-change-card .ptun-rich-content {
    margin: 0;
    color: #475467;
    font-size: 11px !important;
    line-height: 1.7 !important;
}

.ptun-change-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: 18px;
    padding-top: 14px;
    border-top: 1px solid #EDF0F4;
}

@media (max-width: 767px) {
    .ptun-profile-hero {
        grid-template-columns: 110px minmax(0, 1fr);
        gap: 16px;
        padding: 15px;
    }

    .ptun-profile-photo {
        width: 110px;
        height: 138px;
    }

    .ptun-profile-identity h2 {
        font-size: 22px;
    }

    .ptun-profile-timeline-item,
    .ptun-profile-list-item {
        grid-template-columns: 1fr;
        gap: 5px;
    }

    .ptun-change-grid {
        grid-template-columns: 1fr;
    }

    .ptun-change-actions {
        align-items: flex-start;
        flex-direction: column;
    }
}

/* =========================================================
   ITERASI 6 REVISI F — Media Sosial Beranda
   Arah visual: editorial institusional, biru resmi + orange.
   ========================================================= */

.ptun-social-showcase {
    position: relative;
    margin: 4px 0 12px;
    padding: 24px;
    overflow: hidden;
    border: 1px solid #DDE5F2;
    border-radius: 14px;
    background:
        radial-gradient(circle at 94% 6%, rgba(23,108,234,.10) 0, rgba(23,108,234,0) 31%),
        linear-gradient(180deg, #FFFFFF 0%, #F8FAFE 100%);
    box-shadow: 0 10px 28px rgba(20,34,60,.06);
}

.ptun-social-showcase::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 118px;
    height: 4px;
    background: #F79400;
}

.ptun-social-showcase::after {
    content: "";
    position: absolute;
    top: 0;
    left: 118px;
    width: 56px;
    height: 4px;
    background: #0E29CD;
}

.ptun-social-heading {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 18px;
}

.ptun-social-heading h2 {
    margin: 2px 0 5px;
    color: #172033;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
}

.ptun-social-heading p {
    max-width: 610px;
    margin: 0;
    color: #647084;
    font-size: 11.5px;
    line-height: 1.55;
}

.ptun-social-heading-mark {
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border: 1px solid #DCE5F3;
    border-radius: 50%;
    background: #FFFFFF;
    color: #0E29CD;
    box-shadow: 0 4px 12px rgba(14,41,205,.08);
}

.ptun-social-showcase-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.34fr) minmax(250px, .86fr);
    gap: 14px;
    align-items: stretch;
}

.ptun-social-panel {
    min-width: 0;
    overflow: hidden;
    border: 1px solid #E0E6EF;
    border-radius: 12px;
    background: #FFFFFF;
}

.ptun-social-panel-youtube {
    display: flex;
    flex-direction: column;
    box-shadow: inset 0 3px 0 #0E29CD;
}

.ptun-social-panel-instagram {
    box-shadow: inset 0 3px 0 #F79400;
}

.ptun-social-panel-head {
    min-height: 64px;
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    padding: 12px 13px;
    border-bottom: 1px solid #EDF0F5;
    background: #FFFFFF;
}

.ptun-platform-icon {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    color: #FFFFFF;
    font-size: 17px;
}

.ptun-platform-youtube {
    background: #C9151E;
}

.ptun-platform-instagram {
    background: #B22C75;
}

.ptun-social-eyebrow {
    display: block;
    margin-bottom: 2px;
    color: #7A8495;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .10em;
    text-transform: uppercase;
}

.ptun-social-panel-head h3 {
    margin: 0;
    color: #1D2939;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
}

.ptun-social-open-link {
    padding: 6px 8px;
    border: 1px solid #E2E7EF;
    border-radius: 7px;
    background: #FFFFFF;
    color: #0E29CD !important;
    font-size: 9px;
    font-weight: 800;
    text-decoration: none !important;
    white-space: nowrap;
}

.ptun-social-open-link:hover,
.ptun-social-open-link:focus {
    border-color: #0E29CD;
    background: #F5F7FF;
    text-decoration: none !important;
}

.ptun-youtube-frame {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #07112D;
}

.ptun-youtube-frame iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.ptun-social-caption {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 9px 12px 11px;
    overflow: hidden;
    color: #475467;
    font-size: 10px;
    line-height: 1.4;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ptun-instagram-frame {
    height: 360px;
    overflow: hidden;
    background: #F5F6F8;
}

.ptun-instagram-frame iframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    background: #FFFFFF;
}

.ptun-social-fallback,
.ptun-instagram-profile-card {
    min-height: 276px;
    display: flex;
    text-decoration: none !important;
}

.ptun-social-fallback {
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 7px;
    padding: 30px;
    background:
        linear-gradient(rgba(7,22,94,.91), rgba(14,41,205,.90)),
        repeating-linear-gradient(135deg, rgba(255,255,255,.04) 0 8px, transparent 8px 16px);
    color: #FFFFFF !important;
    text-align: center;
}

.ptun-social-fallback-icon {
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    margin-bottom: 4px;
    border-radius: 50%;
    background: #FFFFFF;
    color: #C9151E;
    font-size: 18px;
    box-shadow: 0 8px 22px rgba(0,0,0,.18);
}

.ptun-social-fallback strong {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 17px;
}

.ptun-social-fallback small {
    color: rgba(255,255,255,.78);
    font-size: 9.5px;
}

.ptun-instagram-profile-card {
    position: relative;
    min-height: 360px;
    align-items: flex-start;
    justify-content: flex-end;
    flex-direction: column;
    padding: 28px 24px;
    overflow: hidden;
    background:
        linear-gradient(145deg, rgba(247,148,0,.93) 0%, rgba(14,41,205,.94) 78%),
        #0E29CD;
    color: #FFFFFF !important;
}

.ptun-instagram-profile-card::before {
    content: "";
    position: absolute;
    width: 210px;
    height: 210px;
    top: -84px;
    right: -62px;
    border: 30px solid rgba(255,255,255,.09);
    border-radius: 50%;
}

.ptun-instagram-profile-card::after {
    content: "";
    position: absolute;
    width: 90px;
    height: 90px;
    left: -33px;
    bottom: 55px;
    border: 18px solid rgba(255,255,255,.07);
    border-radius: 50%;
}

.ptun-instagram-seal {
    position: relative;
    z-index: 1;
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    margin-bottom: 18px;
    border: 1px solid rgba(255,255,255,.40);
    border-radius: 13px;
    background: rgba(255,255,255,.14);
    color: #FFFFFF;
    font-size: 21px;
    backdrop-filter: blur(5px);
}

.ptun-instagram-profile-copy,
.ptun-instagram-follow {
    position: relative;
    z-index: 1;
}

.ptun-instagram-profile-copy small {
    display: block;
    margin-bottom: 4px;
    color: rgba(255,255,255,.72);
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.ptun-instagram-profile-copy strong {
    display: block;
    margin-bottom: 8px;
    color: #FFFFFF;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 23px;
    line-height: 1;
}

.ptun-instagram-profile-copy span {
    max-width: 245px;
    display: block;
    color: rgba(255,255,255,.86);
    font-size: 10px;
    line-height: 1.5;
}

.ptun-instagram-follow {
    margin-top: 18px;
    padding: 7px 11px;
    border-radius: 7px;
    background: #FFFFFF;
    color: #0E29CD;
    font-size: 9px;
    font-weight: 900;
}

.ptun-social-admin-note {
    margin: 11px 1px 0;
    color: #8A94A5;
    font-size: 8.5px;
    line-height: 1.45;
}

.ptun-social-admin-note i {
    margin-right: 4px;
    color: #F79400;
}

@media (max-width: 991px) {
    .ptun-social-showcase-grid {
        grid-template-columns: minmax(0, 1.15fr) minmax(230px, .85fr);
    }

    .ptun-instagram-frame,
    .ptun-instagram-profile-card {
        min-height: 330px;
        height: 330px;
    }
}

@media (max-width: 767px) {
    .ptun-social-showcase {
        margin: 0 0 16px;
        padding: 19px 14px 16px;
        border-radius: 11px;
    }

    .ptun-social-heading h2 {
        font-size: 21px;
    }

    .ptun-social-heading-mark {
        display: none;
    }

    .ptun-social-showcase-grid {
        grid-template-columns: 1fr;
    }

    .ptun-social-panel-head {
        grid-template-columns: 36px minmax(0, 1fr) auto;
        padding: 11px;
    }

    .ptun-platform-icon {
        width: 36px;
        height: 36px;
    }

    .ptun-instagram-frame,
    .ptun-instagram-profile-card {
        min-height: 390px;
        height: 390px;
    }

    .ptun-social-admin-note {
        font-size: 8px;
    }
}

@media (prefers-reduced-motion: no-preference) {
    .ptun-social-panel,
    .ptun-social-open-link,
    .ptun-instagram-profile-card {
        transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
    }

    .ptun-social-panel:hover {
        border-color: #CDD8EA;
        box-shadow: 0 12px 24px rgba(20,34,60,.08);
        transform: translateY(-1px);
    }
}
