/*
 * UI Enhancements - Theme Mimse
 * Scope: Spacing, Typography, Color refinement, Subtle effects
 * Tidak mengubah struktur HTML atau framework CSS yang ada
 */

/* =============================================
   1. TYPOGRAPHY REFINEMENTS
   ============================================= */

body {
    font-size: 15px;
    line-height: 1.7;
    color: #444;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

p {
    font-size: 15px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 18px;
}

h1 { font-size: 38px; line-height: 1.2; letter-spacing: -0.3px; }
h2 { font-size: 30px; line-height: 1.3; }
h3 { font-size: 24px; line-height: 1.35; }
h4 { font-size: 20px; line-height: 1.4; }
h5 { font-size: 17px; line-height: 1.5; }
h6 { font-size: 15px; line-height: 1.5; }

.section-title-heading h1 {
    font-size: 34px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.3px;
}

.section-title-para p {
    font-size: 15px;
    line-height: 1.7;
    color: #888;
}

/* =============================================
   2. HEADER REFINEMENTS
   ============================================= */

/* Header top - sedikit lebih compact */
.header-top {
    padding-top: 9px;
    padding-bottom: 9px;
}

.header-contact p {
    font-size: 13px;
    letter-spacing: 0.2px;
}

/* Nav rules dipindahkan ke section 26 — lihat di bawah */

/* =============================================
   3. BUTTON REFINEMENTS
   ============================================= */

.btn {
    border-radius: 3px;
    font-size: 13px;
    letter-spacing: 0.8px;
    padding: 16px 28px;
    transition: all 0.25s ease;
}

.btn-text {
    font-size: 13px;
    letter-spacing: 0.8px;
    padding: 15px 32px;
    transition: background-color 0.25s ease, color 0.25s ease;
}

.theme-btn {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.theme-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.btn.yellow-bg-btn {
    border-radius: 30px;
    padding: 16px 40px;
    font-size: 13px;
    letter-spacing: 0.6px;
    transition: all 0.25s ease;
}

.btn.yellow-bg-btn:hover {
    background-color: #002147;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(0, 33, 71, 0.25);
}

/* =============================================
   4. SLIDER REFINEMENTS
   ============================================= */

.slider-content h1,
.slider-content h2 {
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
    line-height: 1.2;
}

.slider-content p {
    font-size: 16px;
    line-height: 1.75;
    opacity: 0.92;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

/* =============================================
   5. ABOUT SECTION
   ============================================= */

.about-area {
    padding-top: 72px;
    padding-bottom: 72px;
}

.about-title-section h1 {
    font-size: 34px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 20px;
    letter-spacing: -0.3px;
}

.about-title-section p {
    font-size: 15px;
    line-height: 1.85;
    color: #666;
    padding-right: 60px;
}

/* =============================================
   6. FEATURE / INFO CARDS
   ============================================= */

.feature-wrapper {
    padding: 32px 28px 32px 28px;
    border-left: 4px solid #fdc800;
    border-radius: 4px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.07);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    margin-right: 0;
}

.feature-wrapper:hover {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
    transform: translateY(-3px);
}

.feature-title-heading h3 {
    font-size: 19px;
    font-weight: 700;
    line-height: 1.3;
    color: #002147;
}

.feature-text p {
    font-size: 14px;
    line-height: 1.8;
    color: #777;
    margin-top: 14px;
}

/* Table di dalam feature-wrapper */
.feature-text table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13.5px;
    line-height: 1.6;
}

.feature-text table th {
    background-color: #002147;
    color: #fff;
    padding: 10px 12px;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.feature-text table td {
    padding: 9px 12px;
    border: 1px solid #e0e0e0;
    vertical-align: top;
    color: #555;
}

.feature-text table tr:nth-child(even) td {
    background-color: #f9f9f9;
}

/* =============================================
   7. TEAM / SPEAKERS SECTION
   ============================================= */

.team-area {
    padding-top: 80px;
    padding-bottom: 72px;
}

/* Speaker card - foto lebih halus */
.team-thumb img {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

/* Speaker circular photo hover */
.team-thumb img[style*="border-radius: 50%"] {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.team-wrapper:hover .team-thumb img[style*="border-radius: 50%"] {
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.2);
    transform: scale(1.03);
}

.team-teacher-info {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #fdc800;
    border-radius: 0 0 4px 4px;
    transition: border-color 0.3s ease;
}

.team-teacher-info h1 {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 6px;
}

.team-teacher-info h2 {
    font-size: 13px;
    color: #888;
    line-height: 1.5;
}

/* =============================================
   8. SCOPE / CONFERENCE TOPICS TAGS
   ============================================= */

.sidebar-tad li a {
    background: #f4f6f9;
    color: #444;
    font-size: 12.5px;
    padding: 10px 14px;
    border-radius: 3px;
    border: 1px solid #e4e8ee;
    transition: all 0.2s ease;
    font-weight: 600;
    letter-spacing: 0.2px;
}

.sidebar-tad li a:hover {
    background: #002147;
    color: #fdc800;
    border-color: #002147;
    transform: translateY(-1px);
    box-shadow: 0 3px 10px rgba(0, 33, 71, 0.2);
}

/* =============================================
   9. FOOTER REFINEMENTS
   ============================================= */

.footer-area {
    background-color: #001a38; /* sedikit lebih gelap dari #002147 untuk kontras */
}

.footer-heading h1 {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.3px;
    margin-bottom: 24px;
    color: #fdc800;
}

.footer-para p {
    font-size: 14px;
    line-height: 1.8;
    opacity: 0.75;
}

.footer-menu ul li a {
    font-size: 13.5px;
    line-height: 1;
    margin-bottom: 13px;
    opacity: 0.7;
    transition: color 0.2s ease, opacity 0.2s ease;
}

.footer-menu ul li a:hover {
    color: #fdc800;
    opacity: 1;
}

.footer-social-icon-list ul li a {
    opacity: 0.7;
    transition: opacity 0.2s ease, color 0.2s ease;
    font-size: 15px;
}

.footer-social-icon-list ul li a:hover {
    opacity: 1;
    color: #fdc800;
}

.footer-copyright span {
    font-size: 13px;
    color: #888;
    letter-spacing: 0.2px;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

span.footer-contact-list-text {
    font-size: 13.5px;
    opacity: 0.75;
    line-height: 1.6;
}

.single-footer-contact-info {
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

/* =============================================
   10. PARTNERS / BRAND SECTION
   ============================================= */

.brand-area {
    background: #fff;
    padding-top: 56px;
    padding-bottom: 64px;
    border-top: 1px solid #eef0f4;
}

/* Section heading partners */
.brand-area .section-title-heading h1 {
    font-size: 22px;
    font-weight: 700;
    color: #002147;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
}

.brand-area .section-title-heading h1::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 3px;
    background: #fdc800;
    border-radius: 2px;
}

.brand-list ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 8px 0;
}

.brand-list ul li {
    margin: 0 32px;
    transition: opacity 0.25s ease, transform 0.25s ease;
    opacity: 0.65;
}

.brand-list ul li:hover {
    opacity: 1;
    transform: scale(1.07);
}

.brand-list ul li img {
    max-height: 56px;
    width: auto;
    object-fit: contain;
    filter: grayscale(30%);
    transition: filter 0.25s ease;
}

.brand-list ul li:hover img {
    filter: grayscale(0%);
}

/* =============================================
   11. SCROLL UP BUTTON
   ============================================= */

#scrollUp {
    width: 38px;
    height: 38px;
    line-height: 38px;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: background-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
    right: 30px;
    bottom: 30px;
}

#scrollUp:hover {
    background: #002147;
    color: #fdc800;
    transform: translateY(-3px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
}

/* =============================================
   12. SECTION SPACING CONSISTENCY
   ============================================= */

/* Gray background sections lebih breathable */
.gray-bg.about-area {
    padding-top: 80px;
    padding-bottom: 72px;
}

/* Organized section — dipindahkan ke section 29 */

/* =============================================
   13. WIDGET TITLE UNDERLINE
   ============================================= */

.widget-title {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.3px;
    padding-bottom: 12px;
    margin-bottom: 20px;
}

.widget-title::before {
    height: 2px;
    width: 28px;
    background: #fdc800;
    border-radius: 2px;
}

/* =============================================
   14. LINK & HOVER TRANSITIONS GLOBAL
   ============================================= */

a {
    transition: color 0.2s ease;
}

img {
    transition: opacity 0.3s ease;
}

/* =============================================
   15. RESPONSIVE TWEAKS
   ============================================= */

@media (max-width: 991px) {
    .about-title-section p {
        padding-right: 0;
    }

    .feature-wrapper {
        margin-bottom: 24px;
    }

    .team-area {
        padding-top: 60px;
        padding-bottom: 56px;
    }
}

@media (max-width: 767px) {
    body {
        font-size: 14px;
    }

    h1 { font-size: 28px; }
    h2 { font-size: 24px; }
    h3 { font-size: 20px; }

    .about-title-section h1 {
        font-size: 26px;
    }

    .section-title-heading h1 {
        font-size: 26px;
    }

    .brand-list ul li {
        margin: 0 16px 20px;
    }

    .feature-wrapper {
        padding: 24px 20px;
    }
}

/* =============================================
   16. CONFERENCE TRACKS SECTION
   ============================================= */

.tracks-area {
    background-color: #f7f9fc;
}

/* Card container */
.track-card {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.07);
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.track-card:hover {
    box-shadow: 0 10px 36px rgba(0, 0, 0, 0.13);
    transform: translateY(-4px);
}

/* Header */
.track-card__header {
    background-color: #002147;
    padding: 28px 28px 24px;
    position: relative;
}

.track-card__badge {
    display: inline-block;
    background-color: #fdc800;
    color: #002147;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 3px;
    margin-bottom: 14px;
}

.track-card__icon {
    display: block;
    font-size: 28px;
    color: rgba(253, 200, 0, 0.6);
    margin-bottom: 12px;
}

.track-card__title {
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    line-height: 1.4;
    margin: 0;
}

/* Optional description below title */
.track-card__desc {
    font-size: 13px;
    color: rgba(255,255,255,0.6);
    line-height: 1.6;
    margin: 10px 0 0;
}

/* Centered layout when ≤3 tracks */
.tracks-grid--centered {
    justify-content: center;
}

/* Body */
.track-card__body {
    padding: 24px 28px;
    flex: 1;
}

.track-card__scope-label {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #aaa;
    margin-bottom: 12px;
}

.track-card__scope-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.track-card__scope-list li {
    font-size: 13.5px;
    color: #555;
    line-height: 1.5;
    padding: 7px 0 7px 18px;
    border-bottom: 1px solid #f0f0f0;
    position: relative;
}

.track-card__scope-list li:last-child {
    border-bottom: none;
}

.track-card__scope-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #fdc800;
}

/* Footer / CTA */
.track-card__footer {
    padding: 16px 28px 22px;
    border-top: 1px solid #f0f0f0;
}

.track-card__link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 13px;
    font-weight: 700;
    color: #002147;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    text-decoration: none;
    transition: color 0.2s ease, gap 0.2s ease;
}

.track-card__link:hover {
    color: #fdc800;
    gap: 11px;
    text-decoration: none;
}

.track-card__link .ti-arrow-right {
    font-size: 12px;
    transition: transform 0.2s ease;
}

.track-card__link:hover .ti-arrow-right {
    transform: translateX(3px);
}

/* Responsive */
@media (max-width: 991px) {
    .track-card {
        margin-bottom: 24px;
    }
}

@media (max-width: 767px) {
    .tracks-area {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .track-card__header {
        padding: 22px 20px 18px;
    }

    .track-card__body {
        padding: 20px;
    }

    .track-card__footer {
        padding: 14px 20px 18px;
    }
}

/* =============================================
   17. INVITED SPEAKERS SECTION
   ============================================= */

.invited-area {
    background-color: #fff;
}

/* Card */
.invited-card {
    position: relative;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.07);
    overflow: hidden;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    height: 100%;
}

.invited-card:hover {
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.13);
    transform: translateY(-4px);
}

/* Left accent bar */
.invited-card__accent {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(180deg, #fdc800 0%, #002147 100%);
}

/* Inner layout: photo + info side by side */
.invited-card__inner {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 28px 28px 28px 32px;
}

/* Photo */
.invited-card__photo-wrap {
    position: relative;
    flex-shrink: 0;
}

.invited-card__photo {
    width: 110px;
    height: 110px;
    object-fit: cover;
    border-radius: 6px;
    display: block;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
    transition: transform 0.3s ease;
}

.invited-card:hover .invited-card__photo {
    transform: scale(1.04);
}

/* Numbered badge on photo */
.invited-card__index {
    position: absolute;
    bottom: -8px;
    right: -8px;
    background: #fdc800;
    color: #002147;
    font-size: 11px;
    font-weight: 800;
    font-family: 'Roboto', sans-serif;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    line-height: 1;
}

/* Info */
.invited-card__info {
    flex: 1;
    min-width: 0;
}

.invited-card__label {
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: #fdc800;
    background: rgba(253, 200, 0, 0.1);
    padding: 3px 9px;
    border-radius: 3px;
    margin-bottom: 10px;
}

.invited-card__name {
    font-size: 17px;
    font-weight: 700;
    color: #002147;
    line-height: 1.35;
    margin: 0 0 8px;
}

.invited-card__affiliation {
    font-size: 13.5px;
    color: #777;
    line-height: 1.6;
}

.invited-card__affiliation p {
    font-size: 13.5px;
    color: #777;
    line-height: 1.6;
    margin: 0;
}

/* Responsive */
@media (max-width: 767px) {
    .invited-card__inner {
        flex-direction: column;
        align-items: flex-start;
        padding: 24px 20px 24px 24px;
        gap: 16px;
    }

    .invited-card__photo {
        width: 90px;
        height: 90px;
    }

    .invited-card__name {
        font-size: 16px;
    }
}

/* =============================================
   18. INFO SECTION (Important Dates + Fees)
   ============================================= */

.info-area {
    background-color: #f7f9fc;
}

/* ── Card shell ── */
.info-card {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.07);
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.info-card:hover {
    box-shadow: 0 10px 32px rgba(0, 0, 0, 0.11);
    transform: translateY(-3px);
}

/* ── Card header ── */
.info-card__header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 22px 28px;
    background-color: #002147;
    border-bottom: 3px solid #fdc800;
}

.info-card__icon {
    font-size: 22px;
    color: #fdc800;
    flex-shrink: 0;
}

.info-card__title {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    line-height: 1.3;
}

/* ── Card body ── */
.info-card__body {
    padding: 24px 28px;
    flex: 1;
}

/* ── Card footer ── */
.info-card__footer {
    padding: 18px 28px 24px;
    border-top: 1px solid #f0f0f0;
}

/* ── CTA buttons ── */
.info-card__btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    background-color: #fdc800;
    color: #002147;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border-radius: 3px;
    text-decoration: none;
    transition: background-color 0.25s ease, color 0.25s ease, transform 0.2s ease;
}

.info-card__btn:hover {
    background-color: #002147;
    color: #fdc800;
    transform: translateY(-2px);
    text-decoration: none;
}

.info-card__btn--outline {
    background-color: transparent;
    color: #002147;
    border: 2px solid #002147;
}

.info-card__btn--outline:hover {
    background-color: #002147;
    color: #fdc800;
    border-color: #002147;
}

/* ── Important Dates list ── */
.info-dates-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.info-dates-list__item {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 12px;
    padding: 11px 0;
    border-bottom: 1px solid #f0f0f0;
}

.info-dates-list__item:last-child {
    border-bottom: none;
}

.info-dates-list__label {
    font-size: 13.5px;
    color: #666;
    flex-shrink: 0;
    max-width: 55%;
}

.info-dates-list__value {
    font-size: 13.5px;
    font-weight: 700;
    color: #002147;
    text-align: right;
}

/* Highlight row — Conference Date */
.info-dates-list__item--highlight {
    background: rgba(253, 200, 0, 0.08);
    margin: 0 -28px;
    padding: 13px 28px;
    border-radius: 0;
    border-bottom: none;
    border-top: 1px solid rgba(253, 200, 0, 0.3);
}

.info-dates-list__item--highlight .info-dates-list__label {
    color: #002147;
    font-weight: 600;
}

.info-dates-list__item--highlight .info-dates-list__value {
    color: #002147;
    font-size: 14px;
}

/* ── Registration Fees table ── */
.info-fees-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13.5px;
}

.info-fees-table thead tr {
    background-color: #002147;
}

.info-fees-table thead th {
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 10px 14px;
    text-align: left;
}

.info-fees-table tbody tr {
    border-bottom: 1px solid #eef0f4;
    transition: background-color 0.15s ease;
}

.info-fees-table tbody tr:last-child {
    border-bottom: none;
}

.info-fees-table tbody tr:hover {
    background-color: #fafbfd;
}

.info-fees-table tbody td {
    padding: 12px 14px;
    vertical-align: top;
    color: #555;
    line-height: 1.5;
}

.info-fees-table tbody td strong {
    display: block;
    color: #002147;
    font-weight: 700;
    margin-bottom: 6px;
    font-size: 13px;
}

/* =============================================
   19. IMPORTANT DATES SHORTCODE (PAGE CONTENT)
   ============================================= */

.important-dates-shortcode {
    --id-bg-start: #001b3a;
    --id-bg-end: #00356d;
    --id-accent: #fdc800;
    --id-text: #ffffff;
    --id-muted: rgba(255, 255, 255, 0.82);
    --id-card: #ffffff;
    --id-card-border: #dbe5f1;
    --id-card-text: #1f2a37;
    --id-card-date: #0b3d91;
    --id-highlight-bg: #fff8d9;
    --id-highlight-border: #f4d247;
    background: linear-gradient(135deg, var(--id-bg-start), var(--id-bg-end));
    border-radius: 12px;
    padding: 34px 28px;
    position: relative;
    overflow: hidden;
    margin: 10px 0;
}

.important-dates-shortcode__head {
    margin-bottom: 20px;
}

.important-dates-shortcode__kicker {
    margin: 0 0 8px;
    color: var(--id-accent);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.important-dates-shortcode__title {
    margin: 0 0 8px;
    color: var(--id-text);
    font-size: 30px;
    line-height: 1.2;
}

.important-dates-shortcode__desc {
    margin: 0;
    color: var(--id-muted);
    max-width: 700px;
    line-height: 1.7;
}

.important-dates-shortcode__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.important-dates-shortcode__item {
    background: var(--id-card);
    border: 1px solid var(--id-card-border);
    border-radius: 10px;
    padding: 14px 14px 14px 64px;
    position: relative;
    min-height: 86px;
    display: flex;
    align-items: center;
}

.important-dates-shortcode__order {
    width: 38px;
    height: 38px;
    border-radius: 999px;
    background: #edf4ff;
    color: #174ea6;
    font-size: 12px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
}

.important-dates-shortcode__label {
    margin: 0 0 6px;
    color: var(--id-card-text);
    font-size: 16px;
    line-height: 1.4;
}

.important-dates-shortcode__date {
    margin: 0;
    font-weight: 700;
    color: var(--id-card-date);
    line-height: 1.4;
}

.important-dates-shortcode__item--highlight {
    background: var(--id-highlight-bg);
    border-color: var(--id-highlight-border);
}

.important-dates-shortcode__item--highlight .important-dates-shortcode__order {
    background: var(--id-accent);
    color: #0f2544;
}

@media (max-width: 991px) {
    .important-dates-shortcode__list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .important-dates-shortcode {
        padding: 26px 18px;
    }

    .important-dates-shortcode__title {
        font-size: 24px;
    }
}

/* Sub-list inside table cells */
.info-fees-table__sub {
    margin: 0;
    padding: 0 0 !important;
    list-style: none;
}

.info-fees-table__sub li {
    font-size: 13px;
    color: #666;
    line-height: 1;
    padding: 4px 0;
    list-style: none !important;
}

.info-fees-table__sub--values li {
    font-weight: 600;
    color: #002147;
    text-align: left !important;
    list-style: none !important;
}

/* ── Embedded (standalone=false) — compact + bordered ── */
/* Hanya berlaku saat tabel ada di dalam info-card bukan standalone */
.info-fees-table--embedded {
    font-size: 12.5px;
    border-collapse: separate;
    border-spacing: 0;
    border: 1.5px solid #dde2ec;
    border-radius: 6px;
    overflow: hidden;
}

/* Header lebih compact */
.info-fees-table--embedded thead th {
    font-size: 11px;
    padding: 8px 12px;
    letter-spacing: 0.6px;
}

/* Garis vertikal antar kolom */
.info-fees-table--embedded thead th:first-child,
.info-fees-table--embedded tbody td:first-child {
    border-right: 1px solid rgba(255,255,255,0.12);
}

.info-fees-table--embedded tbody td:first-child {
    border-right: 1px solid #dde2ec;
    background-color: #f8fafc;
}

/* Row border */
.info-fees-table--embedded tbody tr {
    border-bottom: 1px solid #e8ecf3;
}

.info-fees-table--embedded tbody tr:last-child td {
    border-bottom: none;
}

/* Zebra subtle pada kolom nilai */
.info-fees-table--embedded tbody tr:nth-child(even) td:last-child {
    background-color: #fafbfd;
}

/* Cell padding lebih compact */
.info-fees-table--embedded tbody td {
    padding: 9px 12px;
}

/* Category label lebih compact */
.info-fees-table--embedded tbody td strong {
    font-size: 12px;
    margin-bottom: 4px;
}

/* Sub-list compact */
.info-fees-table--embedded .info-fees-table__sub li {
    font-size: 12px;
    padding: 0 15px;
    color: #777;
}

.info-fees-table--embedded .info-fees-table__sub--values li {
    font-size: 12px;
    font-weight: 700;
    color: #002147;
}

/* ── Responsive ── */
@media (max-width: 991px) {
    .info-card {
        margin-bottom: 24px;
    }
}

@media (max-width: 767px) {
    .info-area {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .info-card__header {
        padding: 18px 20px;
    }

    .info-card__body {
        padding: 20px;
    }

    .info-card__footer {
        padding: 16px 20px 20px;
    }

    .info-dates-list__item--highlight {
        margin: 0 -20px;
        padding: 12px 20px;
    }

    .info-dates-list__item {
        flex-direction: column;
        gap: 4px;
    }

    .info-dates-list__value {
        text-align: left;
    }

    .info-fees-table__sub--values li {
        text-align: left;
    }
}

/* =============================================
   19. PAGE LAYOUT (page.php)
   ============================================= */

/* ── Hero / Breadcrumb ── */
.page-hero {
    position: relative;
    min-height: 280px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
}

.page-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(0,33,71,0.88) 0%, rgba(0,33,71,0.65) 100%);
}

.page-hero__content {
    position: relative;
    z-index: 1;
    padding: 48px 0;
}

.page-hero__title {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 12px;
    line-height: 1.2;
    letter-spacing: -0.3px;
}

.page-hero__breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
}

.page-hero__breadcrumb a {
    color: #fdc800;
    text-decoration: none;
    transition: opacity 0.2s;
}

.page-hero__breadcrumb a:hover {
    opacity: 0.8;
    color: #fdc800;
}

.page-hero__breadcrumb span {
    color: rgba(255,255,255,0.75);
}

.page-hero__breadcrumb-sep {
    font-size: 10px;
    color: rgba(255,255,255,0.4);
}

/* ── Page body ── */
.page-body {
    padding-top: 56px;
    padding-bottom: 64px;
}

/* ── Main content card ── */
.page-content-card {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.07);
    overflow: hidden;
    margin-bottom: 0;
}

.page-content-card__body {
    padding: 40px 40px 32px;
    font-size: 15px;
    line-height: 1.8;
    color: #555;
}

/* WordPress content typography inside page */
.page-content-card__body h1,
.page-content-card__body h2,
.page-content-card__body h3,
.page-content-card__body h4 {
    color: #002147;
    margin-top: 28px;
    margin-bottom: 12px;
}

.page-content-card__body h2 { font-size: 22px; }
.page-content-card__body h3 { font-size: 19px; }

.page-content-card__body p {
    color: #555;
    line-height: 1.8;
    margin-bottom: 16px;
}

.page-content-card__body a {
    color: #002147;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.page-content-card__body a:hover {
    color: #fdc800;
}

.page-content-card__body img {
    max-width: 100%;
    border-radius: 4px;
}

.page-content-card__body ul,
.page-content-card__body ol {
    padding-left: 20px;
    margin-bottom: 16px;
}

.page-content-card__body li {
    list-style: disc;
    margin-bottom: 6px;
    color: #555;
    /* font-size: 15px; */
    /* line-height: 1.7; */
}

/* ── Share bar ── */
.page-share {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 40px;
    border-top: 1px solid #f0f0f0;
    background: #fafbfd;
}

.page-share__label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #aaa;
}

.page-share__icons {
    display: flex;
    gap: 8px;
}

.page-share__link {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: #fff;
    text-decoration: none;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.page-share__link:hover {
    transform: translateY(-2px);
    opacity: 0.85;
    color: #fff;
}

.page-share__link--fb  { background: #3b5998; }
.page-share__link--tw  { background: #1da1f2; }
.page-share__link--ig  { background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fd5949 45%, #d6249f 60%, #285aeb 90%); }

/* ── Sidebar ── */
.page-sidebar {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Widget card */
.sidebar-widget {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.07);
    overflow: hidden;
    transition: box-shadow 0.3s ease;
}

.sidebar-widget:hover {
    box-shadow: 0 8px 28px rgba(0,0,0,0.11);
}

/* Widget header */
.sidebar-widget__header {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 20px;
    background: #002147;
    border-bottom: 2px solid #fdc800;
}

.sidebar-widget__icon {
    font-size: 16px;
    color: #fdc800;
    flex-shrink: 0;
}

.sidebar-widget__title {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    letter-spacing: 0.3px;
    line-height: 1;
}

/* Widget body */
.sidebar-widget__body {
    padding: 18px 20px;
}

.sidebar-widget__text {
    font-size: 13.5px;
    color: #666;
    line-height: 1.7;
    margin: 0;
}

/* ── Dates list ── */
.sidebar-dates {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-dates__item {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 9px 0;
    border-bottom: 1px solid #f0f0f0;
}

.sidebar-dates__item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.sidebar-dates__label {
    font-size: 11.5px;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    font-weight: 600;
}

.sidebar-dates__value {
    font-size: 13.5px;
    color: #002147;
    font-weight: 700;
    line-height: 1.4;
}

/* Highlight row */
.sidebar-dates__item--highlight {
    background: rgba(253,200,0,0.08);
    margin: 4px -20px -18px;
    padding: 11px 20px;
    border-top: 1px solid rgba(253,200,0,0.3);
    border-bottom: none;
    border-radius: 0 0 6px 6px;
}

.sidebar-dates__item--highlight .sidebar-dates__label {
    color: #b38a00;
}

.sidebar-dates__item--highlight .sidebar-dates__value {
    font-size: 14px;
}

/* ── Tools grid ── */
.sidebar-tools {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.sidebar-tools img {
    height: 36px;
    width: auto;
    object-fit: contain;
    border-radius: 4px;
    filter: grayscale(20%);
    transition: filter 0.2s ease, transform 0.2s ease;
}

.sidebar-tools img:hover {
    filter: grayscale(0%);
    transform: scale(1.06);
}

/* ── Contact list ── */
.sidebar-contact {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.sidebar-contact__item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.sidebar-contact__icon {
    font-size: 14px;
    color: #fdc800;
    background: rgba(0,33,71,0.06);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 1px;
}

.sidebar-contact__item div {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.sidebar-contact__item strong {
    font-size: 13.5px;
    color: #002147;
    font-weight: 700;
    line-height: 1.3;
}

.sidebar-contact__item span:not(.sidebar-contact__icon):not(.sidebar-contact__meta) {
    font-size: 12.5px;
    color: #888;
    line-height: 1.5;
}

.sidebar-contact__meta {
    font-size: 11px;
    color: #aaa;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
}

/* ── Responsive ── */
@media (max-width: 991px) {
    .page-sidebar {
        margin-top: 32px;
    }
}

@media (max-width: 767px) {
    .page-hero {
        min-height: 200px;
    }

    .page-hero__title {
        font-size: 24px;
    }

    .page-hero__content {
        padding: 36px 0;
    }

    .page-content-card__body {
        padding: 24px 20px 20px;
    }

    .page-share {
        padding: 14px 20px;
    }
}

/* =============================================
   20. CONTACT PAGE (page-contact.php)
   ============================================= */

/* ── Top info cards ── */
.contact-card {
    display: flex;
    align-items: center;
    gap: 18px;
    background: #fff;
    border-radius: 6px;
    padding: 22px 24px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.07);
    height: 100%;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

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

.contact-card__icon-wrap {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #002147;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.contact-card__icon-wrap span {
    font-size: 18px;
    color: #fdc800;
}

.contact-card__body {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.contact-card__label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #aaa;
}

.contact-card__value {
    font-size: 14px;
    font-weight: 700;
    color: #002147;
    line-height: 1.4;
    word-break: break-word;
}

/* ── Contact detail card ── */
.contact-detail-card {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.07);
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.contact-detail-card__header {
    padding: 28px 28px 20px;
    border-bottom: 1px solid #f0f0f0;
}

.contact-detail-card__title {
    font-size: 20px;
    font-weight: 700;
    color: #002147;
    margin: 0 0 8px;
    line-height: 1.2;
}

.contact-detail-card__subtitle {
    font-size: 13.5px;
    color: #888;
    line-height: 1.6;
    margin: 0;
}

.contact-detail-card__body {
    padding: 20px 28px 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* Detail list */
.contact-detail-list {
    margin: 0;
    padding: 0;
    list-style: none;
    flex: 1;
}

.contact-detail-list__item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 12px 0;
    border-bottom: 1px solid #f4f4f4;
}

.contact-detail-list__item:last-child {
    border-bottom: none;
}

.contact-detail-list__icon-wrap {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(0,33,71,0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 1px;
}

.contact-detail-list__icon-wrap span {
    font-size: 14px;
    color: #fdc800;
}

.contact-detail-list__text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.contact-detail-list__meta {
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: #bbb;
}

.contact-detail-list__text strong {
    font-size: 13.5px;
    color: #002147;
    font-weight: 700;
    line-height: 1.4;
}

.contact-detail-list__text span:not(.contact-detail-list__meta) {
    font-size: 13px;
    color: #888;
    line-height: 1.5;
}

/* Social row at bottom of detail card */
.contact-detail-card__social {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 20px;
    padding-top: 18px;
    border-top: 1px solid #f0f0f0;
}

.contact-detail-card__social-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #aaa;
}

.contact-detail-card__social-icons {
    display: flex;
    gap: 8px;
}

/* ── Map card ── */
.contact-map-card {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.07);
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 460px;
}

.contact-map-card__header {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 20px;
    background: #002147;
    border-bottom: 2px solid #fdc800;
    flex-shrink: 0;
}

.contact-map-card__body {
    flex: 1;
    min-height: 380px;
}

.contact-map-card__body iframe {
    width: 100%;
    height: 100%;
    min-height: 380px;
    display: block;
    border: 0;
}

/* ── Responsive ── */
@media (max-width: 991px) {
    .contact-map-card {
        min-height: 360px;
    }

    .contact-map-card__body,
    .contact-map-card__body iframe {
        min-height: 300px;
    }
}

@media (max-width: 767px) {
    .contact-card {
        margin-bottom: 0;
    }

    .contact-detail-card__header {
        padding: 22px 20px 16px;
    }

    .contact-detail-card__body {
        padding: 16px 20px 20px;
    }

    .contact-map-card {
        min-height: 320px;
    }

    .contact-map-card__body,
    .contact-map-card__body iframe {
        min-height: 260px;
    }
}

/* =============================================
   21. ABOUT SECTION (front-page)
   ============================================= */

.about-section {
    position: relative;
    background: #fff;
    padding: 0;
    overflow: hidden;
}

/* Thin accent bar at the very top */
.about-section__accent {
    height: 4px;
    background: linear-gradient(90deg, #002147 0%, #fdc800 60%, #002147 100%);
}

.about-section .container {
    padding-top: 72px;
    padding-bottom: 80px;
}

/* ── Left: text content ── */
.about-content {
    padding-right: 48px;
}

.about-content__eyebrow {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fdc800;
    background: rgba(253,200,0,0.1);
    padding: 4px 12px;
    border-radius: 3px;
    margin-bottom: 18px;
}

.about-content__title {
    font-size: 32px;
    font-weight: 700;
    color: #002147;
    line-height: 1.25;
    letter-spacing: -0.4px;
    margin: 0 0 20px;
}

.about-content__divider {
    width: 48px;
    height: 3px;
    background: #fdc800;
    border-radius: 2px;
    margin-bottom: 24px;
}

.about-content__body p {
    font-size: 15px;
    color: #666;
    line-height: 1.85;
    margin-bottom: 16px;
}

.about-content__body p:last-child {
    margin-bottom: 0;
}

.about-content__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 32px;
}

/* CTA buttons */
.about-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 13px 26px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border-radius: 3px;
    text-decoration: none;
    transition: all 0.25s ease;
    line-height: 1;
}

.about-btn--primary {
    background: #fdc800;
    color: #002147;
}

.about-btn--primary:hover {
    background: #002147;
    color: #fdc800;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(0,33,71,0.2);
    text-decoration: none;
}

.about-btn--outline {
    background: transparent;
    color: #002147;
    border: 2px solid #002147;
}

.about-btn--outline:hover {
    background: #002147;
    color: #fdc800;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(0,33,71,0.15);
    text-decoration: none;
}

/* ── Right: highlight panel ── */
.about-highlights {
    padding-left: 16px;
}

.about-highlights__card {
    background: #002147;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(0,33,71,0.2);
}

.about-highlights__item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 20px 24px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    transition: background 0.2s ease;
}

.about-highlights__item:hover {
    background: rgba(255,255,255,0.04);
}

.about-highlights__icon {
    font-size: 18px;
    color: #fdc800;
    flex-shrink: 0;
    margin-top: 2px;
    width: 20px;
    text-align: center;
}

.about-highlights__text {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.about-highlights__label {
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.45);
}

.about-highlights__value {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    line-height: 1.4;
}

/* CTA inside highlight card */
.about-highlights__cta {
    padding: 20px 24px;
}

.about-highlights__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 14px;
    background: #fdc800;
    color: #002147;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border-radius: 4px;
    text-decoration: none;
    transition: background 0.25s ease, color 0.25s ease, transform 0.2s ease;
}

.about-highlights__btn:hover {
    background: #fff;
    color: #002147;
    transform: translateY(-2px);
    text-decoration: none;
}

.about-highlights__btn .ti-arrow-right {
    font-size: 12px;
    transition: transform 0.2s ease;
}

.about-highlights__btn:hover .ti-arrow-right {
    transform: translateX(4px);
}

/* ── Responsive ── */
@media (max-width: 991px) {
    .about-content {
        padding-right: 0;
        margin-bottom: 40px;
    }

    .about-highlights {
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .about-section .container {
        padding-top: 52px;
        padding-bottom: 56px;
    }

    .about-content__title {
        font-size: 26px;
    }

    .about-content__actions {
        flex-direction: column;
    }

    .about-btn {
        justify-content: center;
    }
}

/* =============================================
   22. HEADER — COLOR & STYLE CONSISTENCY
   ============================================= */

/* ── Header top bar ── */
.header-top {
    background-color: #001a38; /* lebih gelap dari #002147, konsisten dengan footer */
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(255,255,255,0.06);
}

/* Contact text & icon */
.header-contact p {
    font-size: 12.5px;
    color: rgba(255,255,255,0.8);
    letter-spacing: 0.2px;
}

.header-contact span {
    color: #fdc800;
    font-size: 13px;
    margin-right: 7px;
}

/* Separator between phone and email */
.header-contact-phone {
    margin-right: 28px;
    padding-right: 28px;
}

.header-contact-phone::before {
    background-color: rgba(255,255,255,0.2);
    top: 50%;
    transform: translateY(-50%);
    height: 14px;
}

/* Social icons — top bar */
.header-social-icon-list ul li a {
    color: rgba(255,255,255,0.55);
    font-size: 12px;
    transition: color 0.2s ease;
}

.header-social-icon-list ul li:hover a {
    color: #fdc800;
}

.header-social-icon-list ul li a::before {
    background-color: rgba(255,255,255,0.15);
}

/* ── Header bottom (nav bar) ── */
.header-bottom-area {
    background-color: #fff;
    border-bottom: 1px solid #eef0f4;
    transition: box-shadow 0.3s ease, background-color 0.3s ease;
}

/* Logo vertical centering */
.logo {
    padding: 14px 0;
}

.logo img {
    max-height: 48px;
    width: auto;
    display: block;
}

/* Nav rules lengkap ada di section 26 */

/* ── Scroll-up button (konsisten) ── */
#scrollUp {
    background: #002147;
    color: #fdc800;
}

#scrollUp:hover {
    background: #fdc800;
    color: #002147;
}

/* =============================================
   23. KEYNOTE SPEAKERS SECTION (section-speakers2)
   ============================================= */

.speakers-area {
    background-color: #fff;
}

/* Row: stretch semua card ke tinggi yang sama */
.speakers-grid {
    align-items: stretch;
}

/* col wrapper pakai d-flex agar card bisa stretch */
.speakers-grid > [class*="col-"] {
    display: flex;
}

/* ── Card shell ── */
.speaker-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background: #fff;
    border-radius: 12px;
    padding: 32px 20px 28px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.07);
    text-align: center;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    border: 1px solid #f0f2f5;
}

.speaker-card:hover {
    box-shadow: 0 12px 36px rgba(0,33,71,0.12);
    transform: translateY(-5px);
}

/* ── Photo ── */
.speaker-card__photo-wrap {
    position: relative;
    width: 148px;
    height: 148px;
    flex-shrink: 0;
    margin-bottom: 20px;
}

/* Ring dekoratif di belakang foto */
.speaker-card__photo-ring {
    position: absolute;
    inset: -5px;
    border-radius: 50%;
    background: conic-gradient(
        #fdc800 0deg 90deg,
        #eef0f4 90deg 180deg,
        #002147 180deg 270deg,
        #eef0f4 270deg 360deg
    );
    z-index: 0;
    transition: transform 0.5s ease;
}

.speaker-card:hover .speaker-card__photo-ring {
    transform: rotate(90deg);
}

/* Foto itu sendiri */
.speaker-card__photo {
    position: relative;
    z-index: 1;
    width: 148px;
    height: 148px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center top;
    display: block;
    border: 4px solid #fff;
    box-shadow: 0 4px 16px rgba(0,0,0,0.12);
    /* Pastikan foto tajam */
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
}

/* ── Info ── */
.speaker-card__info {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1; /* kunci: info mengisi sisa ruang → semua card sama tinggi */
}

.speaker-card__role {
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: #fdc800;
    background: rgba(253,200,0,0.1);
    padding: 3px 10px;
    border-radius: 3px;
    margin-bottom: 10px;
}

.speaker-card__name {
    font-size: 16px;
    font-weight: 700;
    color: #002147;
    line-height: 1.35;
    margin: 0 0 8px;
}

.speaker-card__affiliation {
    font-size: 13px;
    color: #888;
    line-height: 1.6;
}

.speaker-card__affiliation p {
    font-size: 13px;
    color: #888;
    line-height: 1.6;
    margin: 0;
}

/* ── Responsive ── */
@media (max-width: 575px) {
    .speaker-card__photo-wrap {
        width: 130px;
        height: 130px;
    }

    .speaker-card__photo {
        width: 130px;
        height: 130px;
    }
}

/* =============================================
   24. INVITED SPEAKERS — DARK BACKGROUND
       Kontras dengan speakers2 yang putih
   ============================================= */

/* Section background gelap */
.invited-area {
    background-color: #001a38;
    position: relative;
    overflow: hidden;
}

/* Subtle dot-grid texture di background */
.invited-area::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255,255,255,0.04) 1px, transparent 1px);
    background-size: 28px 28px;
    pointer-events: none;
}

/* Section heading — warna disesuaikan ke dark bg */
.invited-area .section-title-heading h1 {
    color: #fff;
}

.invited-area .section-title-para p {
    color: rgba(255,255,255,0.5);
}

/* ── Card — dark variant ── */
.invited-area .invited-card {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 4px 24px rgba(0,0,0,0.25);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    transition: background 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.invited-area .invited-card:hover {
    background: rgba(255,255,255,0.09);
    box-shadow: 0 12px 40px rgba(0,0,0,0.35);
    transform: translateY(-4px);
}

/* Accent bar — kuning solid tetap */
.invited-area .invited-card__accent {
    background: linear-gradient(180deg, #fdc800 0%, rgba(253,200,0,0.3) 100%);
}

/* Photo border lebih terang di dark bg */
.invited-area .invited-card__photo {
    border: 3px solid rgba(255,255,255,0.15);
    box-shadow: 0 4px 16px rgba(0,0,0,0.3);
}

/* Numbered badge */
.invited-area .invited-card__index {
    background: #fdc800;
    color: #002147;
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
}

/* Label badge */
.invited-area .invited-card__label {
    color: #fdc800;
    background: rgba(253,200,0,0.15);
}

/* Name */
.invited-area .invited-card__name {
    color: #fff;
}

/* Affiliation */
.invited-area .invited-card__affiliation,
.invited-area .invited-card__affiliation p {
    color: rgba(255,255,255,0.55);
}

/* Transisi halus dari speakers (putih) ke invited (gelap) */
.speakers-area {
    position: relative;
}

.speakers-area::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: linear-gradient(to bottom, transparent, rgba(0,26,56,0.06));
    pointer-events: none;
}

/* =============================================
   25. SLIDER SECTION
   ============================================= */

/* ── Slide background — rapi apapun gambarnya ── */
.single-slider {
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    /* Fallback solid jika gambar gagal load */
    background-color: #001a38;
    overflow: hidden;
}

.slider-height {
    min-height: 620px;
}

/* ── Overlay gradient — kunci agar teks selalu terbaca
       dan gambar apapun tetap terlihat rapi ── */
.slide-overlay {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
}

/* Slide 1: gradient dari kiri */
.slide-overlay--left {
    background: linear-gradient(
        105deg,
        rgba(0, 26, 56, 0.82) 0%,
        rgba(0, 26, 56, 0.55) 55%,
        rgba(0, 26, 56, 0.15) 100%
    );
}

/* Slide 2: gradient dari kanan */
.slide-overlay--right {
    background: linear-gradient(
        255deg,
        rgba(0, 26, 56, 0.82) 0%,
        rgba(0, 26, 56, 0.55) 55%,
        rgba(0, 26, 56, 0.15) 100%
    );
}

/* Slide 3: vignette center */
.slide-overlay--center {
    background: radial-gradient(
        ellipse at center,
        rgba(0, 26, 56, 0.35) 0%,
        rgba(0, 26, 56, 0.75) 100%
    );
}

/* Container di atas overlay */
.slide-container {
    position: relative;
    z-index: 2;
}

/* ── Slide content ── */
.slide-content {
    padding: 20px 0;
}

.slide-content--right {
    text-align: right;
}

.slide-content--center {
    text-align: center;
}

/* Eyebrow label */
.slide-content__eyebrow {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #fdc800;
    background: rgba(253, 200, 0, 0.15);
    border: 1px solid rgba(253, 200, 0, 0.3);
    padding: 5px 14px;
    border-radius: 3px;
    margin-bottom: 20px;
}

/* Title */
.slide-content__title {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    line-height: 1.15;
    letter-spacing: -0.5px;
    margin: 0 0 18px;
    text-shadow: 0 2px 16px rgba(0, 0, 0, 0.3);
}

/* Description */
.slide-content__desc {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.75;
    margin: 0 0 32px;
    max-width: 520px;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);
}

.slide-content--right .slide-content__desc {
    margin-left: auto;
}

.slide-content--center .slide-content__desc {
    margin-left: auto;
    margin-right: auto;
}

/* Actions */
.slide-content__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.slide-content--right .slide-content__actions {
    justify-content: flex-end;
}

.slide-content--center .slide-content__actions {
    justify-content: center;
}

/* ── Slide buttons ── */
.slide-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    border-radius: 3px;
    text-decoration: none;
    line-height: 1;
    transition: all 0.25s ease;
}

.slide-btn--primary {
    background: #fdc800;
    color: #002147;
    box-shadow: 0 4px 16px rgba(253, 200, 0, 0.35);
}

.slide-btn--primary:hover {
    background: #fff;
    color: #002147;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(253, 200, 0, 0.4);
    text-decoration: none;
}

.slide-btn--outline {
    background: transparent;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.6);
}

.slide-btn--outline:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: #fff;
    color: #fff;
    transform: translateY(-2px);
    text-decoration: none;
}

/* ── Slick dots — modern pill style ── */
.slider-active .slick-dots {
    position: absolute;
    bottom: 28px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 3;
}

.slider-active .slick-dots li {
    display: inline-block;
    margin: 0 4px;
}

.slider-active .slick-dots li button {
    background: rgba(255, 255, 255, 0.4);
    border: none;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    padding: 0;
    text-indent: -99999px;
    transition: width 0.3s ease, background 0.3s ease;
    cursor: pointer;
}

.slider-active .slick-dots li.slick-active button {
    background: #fdc800;
    width: 28px;
    border-radius: 4px;
}

/* ── Slick arrows — modern icon buttons ── */
.slider-active .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: #fff;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    padding: 0;
}

.slider-area:hover .slider-active .slick-arrow {
    opacity: 1;
    visibility: visible;
}

.slider-active .slick-arrow:hover {
    background: #fdc800;
    border-color: #fdc800;
    color: #002147;
    transform: translateY(-50%) scale(1.08);
}

.slider-active .slick-prev {
    left: 24px;
}

.slider-active .slick-next {
    right: 24px;
}

/* Sembunyikan pseudo-element garis lama */
.slider-active .slick-prev::before,
.slider-active .slick-next::before {
    display: none;
}

/* ── Responsive ── */
@media (min-width: 1200px) and (max-width: 1500px) {
    .slider-height {
        min-height: 560px;
    }

    .slide-content__title {
        font-size: 42px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .slider-height {
        min-height: 500px;
    }

    .slide-content__title {
        font-size: 36px;
    }
}

@media (max-width: 991px) {
    .slider-height {
        min-height: 480px;
    }

    .slide-content__title {
        font-size: 32px;
    }

    .slide-content__desc {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .slider-height {
        min-height: 420px;
    }

    /* Semua slide jadi left-aligned di mobile */
    .slide-content--right,
    .slide-content--center {
        text-align: left;
    }

    .slide-content--right .slide-content__desc,
    .slide-content--center .slide-content__desc {
        margin-left: 0;
        margin-right: 0;
    }

    .slide-content--right .slide-content__actions,
    .slide-content--center .slide-content__actions {
        justify-content: flex-start;
    }

    .slide-content__title {
        font-size: 26px;
        letter-spacing: -0.2px;
    }

    .slide-content__desc {
        font-size: 14px;
        margin-bottom: 24px;
    }

    .slide-btn {
        padding: 12px 20px;
        font-size: 12px;
    }

    /* Overlay lebih gelap di mobile agar teks tetap terbaca */
    .slide-overlay--left,
    .slide-overlay--right {
        background: rgba(0, 26, 56, 0.72);
    }

    .slide-overlay--center {
        background: rgba(0, 26, 56, 0.68);
    }
}

/* =============================================
   26. NAVIGATION — REFINED
   ============================================= */

/* ── Nav bar wrapper ── */
.header-bottom-area {
    background-color: #fff;
    border-bottom: 2px solid #f0f2f5;
    transition: box-shadow 0.3s ease, border-color 0.3s ease;
}

/* ── Logo ── */
.logo {
    padding: 16px 0;
    display: flex;
    align-items: center;
}

.logo img {
    max-height: 44px;
    width: auto;
    display: block;
    transition: opacity 0.2s ease;
}

.logo:hover img {
    opacity: 0.85;
}

/* ── Nav container alignment ── */
.main-menu {
    display: flex;
    align-items: center;
    height: 100%;
}

.main-menu .nav-custom-style {
    display: flex;
    align-items: center;
}

/* ── Top-level nav list ONLY — flex horizontal ── */
.main-menu > ul,
.main-menu .nav-custom-style > ul {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-menu ul li {
    margin-left: 0;
    position: relative;
}

/* ── Top-level nav links — animated underline style ── */
.main-menu > ul > li > a,
.main-menu .nav-custom-style > ul > li > a {
    display: inline-flex;
    align-items: center;
    font-size: 13px;
    font-weight: 600;
    color: #2c3e50;
    padding: 30px 16px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    position: relative;
    transition: color 0.2s ease;
    white-space: nowrap;
}

/* Underline animasi dari tengah — hanya top-level */
.main-menu > ul > li > a::after,
.main-menu .nav-custom-style > ul > li > a::after {
    content: "";
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: #fdc800;
    border-radius: 2px;
    transition: width 0.25s ease;
}

/* Hover state */
.main-menu > ul > li:hover > a {
    color: #002147;
}

.main-menu > ul > li:hover > a::after {
    width: calc(100% - 32px);
}

/* Active — item langsung aktif (halaman ini) */
.main-menu > ul > li.current-menu-item > a {
    color: #002147;
    font-weight: 700;
}

.main-menu > ul > li.current-menu-item > a::after {
    width: calc(100% - 32px);
    background: #002147; /* underline gelap, bukan kuning */
    height: 3px;
}

/* Active — parent dari submenu yang aktif */
.main-menu > ul > li.current-menu-parent > a,
.main-menu > ul > li.current-menu-ancestor > a {
    color: #002147;
    font-weight: 700;
}

.main-menu > ul > li.current-menu-parent > a::after,
.main-menu > ul > li.current-menu-ancestor > a::after {
    width: calc(100% - 32px);
    background: #fdc800; /* kuning untuk parent — beda dari active langsung */
    height: 3px;
}

/* Dot indicator kecil di atas item parent yang punya submenu aktif */
.main-menu > ul > li.current-menu-parent > a::before,
.main-menu > ul > li.current-menu-ancestor > a::before {
    content: "";
    position: absolute;
    top: 16px;
    left: 50%;
    transform: translateX(-50%);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #fdc800;
    box-shadow: 0 0 0 3px rgba(253,200,0,0.2);
}

/* ── Item terakhir sebagai CTA button ── */
.main-menu > ul > li:last-child > a,
.main-menu .nav-custom-style > ul > li:last-child > a {
    background: #fdc800;
    color: #002147;
    padding: 10px 20px;
    border-radius: 3px;
    margin-left: 8px;
    font-size: 12px;
    letter-spacing: 0.8px;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.main-menu > ul > li:last-child > a::after,
.main-menu .nav-custom-style > ul > li:last-child > a::after {
    display: none;
}

.main-menu > ul > li:last-child:hover > a,
.main-menu .nav-custom-style > ul > li:last-child:hover > a {
    background: #002147;
    color: #fdc800;
    transform: translateY(-1px);
    box-shadow: 0 4px 14px rgba(0,33,71,0.2);
}

/* ── Submenu — vertikal, bukan flex ── */
.main-menu ul li ul.submenu {
    display: block; /* pastikan tidak dioverride jadi flex */
    position: absolute;
    top: calc(100% + 2px);
    left: 0;
    background: #fff;
    border-top: 2px solid #fdc800;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 12px 36px rgba(0,0,0,0.12);
    min-width: 220px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
    z-index: 99;
    list-style: none;
    padding: 0;
    margin: 0;
}

.main-menu ul li:hover > ul.submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    top: 100%;
}

/* Submenu items — block vertikal */
.main-menu ul li ul.submenu li {
    display: block;
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #f4f6f9;
    float: none;
}

.main-menu ul li ul.submenu li:last-child {
    border-bottom: none;
}

/* Submenu links — block, bukan inline-flex */
.main-menu ul li ul.submenu li > a {
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: #444;
    padding: 11px 20px 11px 16px;
    text-transform: none;
    letter-spacing: 0.2px;
    white-space: nowrap;
    transition: color 0.2s ease, background 0.2s ease, padding-left 0.2s ease;
    position: relative;
}

/* Hapus underline animasi di submenu */
.main-menu ul li ul.submenu li > a::after {
    display: none !important;
}

/* Border kiri aksen saat hover */
.main-menu ul li ul.submenu li > a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) scaleY(0);
    width: 3px;
    height: 60%;
    background: #fdc800;
    border-radius: 0 2px 2px 0;
    transition: transform 0.2s ease;
}

.main-menu ul li ul.submenu li:hover > a {
    color: #002147;
    background: #fafbfd;
    padding-left: 22px;
}

.main-menu ul li ul.submenu li:hover > a::before {
    transform: translateY(-50%) scaleY(1);
}

/* Active submenu item */
.main-menu ul li ul.submenu li.current-menu-item > a {
    color: #002147;
    font-weight: 600;
    background: #f0f4fa;
    padding-left: 22px;
    border-left: 3px solid #002147;
}

.main-menu ul li ul.submenu li.current-menu-item > a::before {
    transform: translateY(-50%) scaleY(1);
    background: #002147;
}

/* Nested submenu */
.main-menu ul li ul.submenu li ul.submenu {
    left: 100%;
    top: 0;
    transform: translateX(8px);
    border-top: none;
    border-left: 2px solid #fdc800;
    border-radius: 0 6px 6px 0;
}

.main-menu ul li ul.submenu li:hover > ul.submenu {
    transform: translateX(0);
    top: 0;
}

/* ── Sticky state ── */
.sticky {
    background: #fff;
    border-bottom-color: transparent;
    box-shadow: 0 2px 24px rgba(0,0,0,0.09);
}

.sticky .logo {
    padding: 10px 0;
}

.sticky .logo img {
    max-height: 38px;
}

.sticky .main-menu > ul > li > a,
.sticky .main-menu .nav-custom-style > ul > li > a {
    padding: 22px 16px;
}

.sticky .main-menu > ul > li > a::after,
.sticky .main-menu .nav-custom-style > ul > li > a::after {
    bottom: 14px;
}

/* Dot indicator tetap terlihat di sticky */
.sticky .main-menu > ul > li.current-menu-parent > a::before,
.sticky .main-menu > ul > li.current-menu-ancestor > a::before {
    top: 10px;
}

.sticky .main-menu > ul > li:last-child > a,
.sticky .main-menu .nav-custom-style > ul > li:last-child > a {
    padding: 9px 18px;
}

/* ── Responsive: mobile menu ── */
@media (max-width: 991px) {
    .main-menu {
        display: none; /* digantikan meanmenu */
    }

    .mean-container .mean-nav {
        background: #001a38;
        margin-top: 0;
    }

    .mean-container .mean-nav ul li a {
        color: rgba(255,255,255,0.85);
        border-top: 1px solid rgba(255,255,255,0.07);
        font-size: 13px;
        font-weight: 600;
        letter-spacing: 0.5px;
        padding: 14px 5%;
        text-transform: uppercase;
    }

    .mean-container .mean-nav ul li a:hover {
        color: #fdc800;
        background: rgba(255,255,255,0.04);
    }

    .mean-container .mean-nav ul li a.mean-expand {
        background: rgba(255,255,255,0.05);
        border-left: 1px solid rgba(255,255,255,0.07);
        color: rgba(255,255,255,0.5);
        height: 48px;
        line-height: 48px;
        padding: 0 14px;
    }

    .mean-container .mean-nav ul li a.mean-expand:hover {
        background: rgba(253,200,0,0.1);
        color: #fdc800;
    }

    /* Sub-level indent */
    .mean-container .mean-nav ul li li a {
        font-size: 12px;
        padding: 12px 10%;
        opacity: 0.8;
        text-transform: none;
        letter-spacing: 0.2px;
        font-weight: 500;
    }

    /* Hamburger button */
    .mean-container a.meanmenu-reveal {
        color: #002147;
        border: 2px solid #002147;
        border-radius: 3px;
        padding: 5px 8px;
        transition: background 0.2s ease, color 0.2s ease;
    }

    .mean-container a.meanmenu-reveal:hover {
        background: #002147;
        color: #fff;
    }

    .mean-container a.meanmenu-reveal span {
        background: #002147;
        height: 2px;
        margin-top: 4px;
        border-radius: 2px;
        transition: background 0.2s ease;
    }

    .mean-container a.meanmenu-reveal:hover span {
        background: #fff;
    }
}

/* =============================================
   27. NAV ACTIVE STATE — OVERRIDE style.css
       Menimpa .current_page_item a { color: #FDC800 !important }
   ============================================= */

/* ── Override warna kuning dari style.css ── */
/* Gunakan specificity lebih tinggi + !important untuk menang */
.main-menu .nav-custom-style > ul > li.current_page_item > a,
.main-menu .nav-custom-style > ul > li.current-menu-item > a {
    color: #002147 !important;
    font-weight: 700;
}

/* Underline biru gelap — penanda halaman aktif */
.main-menu .nav-custom-style > ul > li.current_page_item > a::after,
.main-menu .nav-custom-style > ul > li.current-menu-item > a::after {
    width: calc(100% - 32px) !important;
    background: #002147 !important;
    height: 3px;
}

/* ── Parent item — ada submenu yang aktif ── */
/* WordPress menambahkan class ini otomatis pada parent */
.main-menu .nav-custom-style > ul > li.current-menu-parent > a,
.main-menu .nav-custom-style > ul > li.current-menu-ancestor > a {
    color: #002147 !important;
    font-weight: 700;
}

/* Underline kuning — beda dari active langsung */
.main-menu .nav-custom-style > ul > li.current-menu-parent > a::after,
.main-menu .nav-custom-style > ul > li.current-menu-ancestor > a::after {
    width: calc(100% - 32px) !important;
    background: #fdc800 !important;
    height: 3px;
}

/* Dot kuning di atas — penanda visual "ada child aktif" */
.main-menu .nav-custom-style > ul > li.current-menu-parent > a::before,
.main-menu .nav-custom-style > ul > li.current-menu-ancestor > a::before {
    content: "";
    position: absolute;
    top: 14px;
    left: 50%;
    transform: translateX(-50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fdc800;
    box-shadow: 0 0 0 3px rgba(253, 200, 0, 0.25);
}

/* ── Active submenu item ── */
/* Override warna kuning di submenu juga */
.main-menu ul li ul.submenu li.current_page_item > a,
.main-menu ul li ul.submenu li.current-menu-item > a {
    color: #002147 !important;
    font-weight: 600;
    background: #eef2f8;
    padding-left: 22px;
    border-left: 3px solid #002147;
}

/* Pastikan ::after tidak muncul di submenu active */
.main-menu ul li ul.submenu li.current_page_item > a::after,
.main-menu ul li ul.submenu li.current-menu-item > a::after {
    display: none !important;
}

/* Sticky — dot indicator posisi disesuaikan */
.sticky .main-menu .nav-custom-style > ul > li.current-menu-parent > a::before,
.sticky .main-menu .nav-custom-style > ul > li.current-menu-ancestor > a::before {
    top: 8px;
}

/* =============================================
   28. PREVIOUS CONFERENCES PAGE
   ============================================= */

/* ── Intro block ── */
.prev-conf-intro {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 56px;
}

.prev-conf-intro__eyebrow {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #fdc800;
    background: rgba(253,200,0,0.1);
    border: 1px solid rgba(253,200,0,0.25);
    padding: 4px 14px;
    border-radius: 3px;
    margin-bottom: 16px;
}

.prev-conf-intro__title {
    font-size: 32px;
    font-weight: 700;
    color: #002147;
    margin: 0 0 16px;
    line-height: 1.25;
}

.prev-conf-intro__lead {
    font-size: 15.5px;
    color: #666;
    line-height: 1.8;
    margin: 0;
}

/* ── Grid ── */
.prev-conf-grid {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

/* ── Card ── */
.prev-conf-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    border: 1px solid #eef0f4;
    overflow: hidden;
    position: relative;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.prev-conf-card:hover {
    box-shadow: 0 10px 36px rgba(0,33,71,0.11);
    transform: translateY(-3px);
}

/* Accent bar kiri */
.prev-conf-card__accent {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(180deg, #fdc800 0%, #002147 100%);
    border-radius: 10px 0 0 10px;
}

.prev-conf-card__inner {
    display: flex;
    align-items: stretch;
    padding: 28px 28px 28px 36px; /* extra left untuk accent bar */
    gap: 28px;
}

/* ── Visual (cover / year badge) ── */
.prev-conf-card__visual {
    flex-shrink: 0;
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.prev-conf-card__cover {
    width: 140px;
    height: 140px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 4px 14px rgba(0,0,0,0.1);
}

.prev-conf-card__year-badge {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: linear-gradient(135deg, #002147 0%, #003a6e 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 20px rgba(0,33,71,0.2);
}

.prev-conf-card__year-num {
    font-size: 28px;
    font-weight: 800;
    color: #fdc800;
    line-height: 1;
}

.prev-conf-card__year-label {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.6);
    margin-top: 4px;
}

/* ── Body ── */
.prev-conf-card__body {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.prev-conf-card__head {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.prev-conf-card__edition {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #fff;
    background: #002147;
    padding: 3px 10px;
    border-radius: 3px;
}

.prev-conf-card__title {
    font-size: 18px;
    font-weight: 700;
    color: #002147;
    margin: 0;
    line-height: 1.3;
}

.prev-conf-card__theme {
    font-size: 13.5px;
    color: #555;
    font-style: italic;
    margin: 0;
    line-height: 1.6;
}

/* Meta list */
.prev-conf-card__meta {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 6px 20px;
}

.prev-conf-card__meta li {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #666;
}

.prev-conf-card__meta-icon {
    color: #fdc800;
    font-size: 13px;
    flex-shrink: 0;
}

/* Stats */
.prev-conf-card__stats {
    display: flex;
    gap: 20px;
    padding: 12px 16px;
    background: #f7f9fc;
    border-radius: 6px;
    width: fit-content;
}

.prev-conf-card__stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 60px;
}

.prev-conf-card__stat strong {
    font-size: 20px;
    font-weight: 800;
    color: #002147;
    line-height: 1;
}

.prev-conf-card__stat span {
    font-size: 11px;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-top: 3px;
}

/* Actions */
.prev-conf-card__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: auto;
    padding-top: 4px;
}

.prev-conf-btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 9px 20px;
    font-size: 12.5px;
    font-weight: 600;
    letter-spacing: 0.4px;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.2s ease;
    line-height: 1;
}

.prev-conf-btn--primary {
    background: #002147;
    color: #fff;
}

.prev-conf-btn--primary:hover {
    background: #fdc800;
    color: #002147;
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 4px 14px rgba(253,200,0,0.35);
}

.prev-conf-btn--outline {
    background: transparent;
    color: #002147;
    border: 1.5px solid #d0d5de;
}

.prev-conf-btn--outline:hover {
    border-color: #002147;
    background: #f0f4fa;
    color: #002147;
    text-decoration: none;
}

/* ── Empty state ── */
.prev-conf-empty {
    text-align: center;
    padding: 60px 20px;
    color: #aaa;
}

.prev-conf-empty__icon {
    font-size: 48px;
    display: block;
    margin-bottom: 16px;
    color: #d0d5de;
}

/* ── Responsive ── */
@media (max-width: 767px) {
    .prev-conf-card__inner {
        flex-direction: column;
        align-items: center;
        padding: 24px 20px 24px 24px;
        text-align: center;
    }

    .prev-conf-card__visual {
        width: auto;
    }

    .prev-conf-card__meta {
        justify-content: center;
    }

    .prev-conf-card__stats {
        width: auto;
        justify-content: center;
    }

    .prev-conf-card__actions {
        justify-content: center;
    }

    .prev-conf-card__head {
        justify-content: center;
    }

    .prev-conf-intro__title {
        font-size: 26px;
    }
}

/* =============================================
   29. ORGANIZED BY SECTION
   ============================================= */

.org-section {
    background: #fff;
    padding: 40px 0;
    border-top: 1px solid #eef0f4;
    border-bottom: 1px solid #eef0f4;
}

/* ── Inner flex row ── */
.org-inner {
    display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}

/* ── Label col ── */
.org-label-col {
    flex: 0 0 auto;
    min-width: 160px;
}

.org-label__eyebrow {
    display: block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fdc800;
    margin-bottom: 6px;
}

.org-label__sub {
    font-size: 12.5px;
    color: #999;
    line-height: 1.6;
    margin: 0;
    max-width: 180px;
}

/* ── Vertical divider ── */
.org-divider {
    width: 1px;
    height: 64px;
    background: linear-gradient(to bottom, transparent, #d8dce6, transparent);
    flex-shrink: 0;
}

/* ── Main organizer ── */
.org-main {
    display: flex;
    align-items: center;
    gap: 20px;
    flex: 1;
}

.org-logo-wrap {
    flex-shrink: 0;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: #f7f9fc;
    border: 1px solid #eef0f4;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    transition: box-shadow 0.3s ease;
}

.org-section:hover .org-logo-wrap {
    box-shadow: 0 4px 16px rgba(0,33,71,0.1);
}

.org-logo {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.org-info {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.org-info__role {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #002147;
    background: rgba(0,33,71,0.07);
    padding: 2px 8px;
    border-radius: 3px;
    width: fit-content;
}

.org-info__name {
    font-size: 17px;
    font-weight: 700;
    color: #002147;
    line-height: 1.3;
}

.org-info__sub {
    font-size: 12.5px;
    color: #888;
}

/* ── Co-organizers ── */
.org-co {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.org-co__label {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #aaa;
}

.org-co__list {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
}

.org-co__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.org-co__logo {
    max-height: 44px;
    width: auto;
    object-fit: contain;
    opacity: 0.75;
    transition: opacity 0.2s ease;
}

.org-co__logo:hover {
    opacity: 1;
}

.org-co__name {
    font-size: 11px;
    color: #888;
    text-align: center;
    max-width: 100px;
}

/* ── Responsive ── */
@media (max-width: 991px) {
    .org-inner {
        gap: 28px;
    }

    .org-divider {
        display: none;
    }

    .org-label-col {
        width: 100%;
        min-width: unset;
        text-align: center;
    }

    .org-label__sub {
        max-width: 100%;
    }

    .org-main {
        flex: unset;
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 575px) {
    .org-inner {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .org-main {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .org-info__role {
        margin: 0 auto;
    }
}

/* =============================================
   30. REGISTRATION FEES — STANDALONE (shortcode)
   ============================================= */

/* Saat dirender via shortcode di dalam page-content-card,
   card wrapper menyesuaikan lebar penuh tanpa margin ekstra */
.fees-standalone {
    margin-bottom: 0;
}

.page-content-card__body .fees-standalone .info-fees-table {
    font-size: 14px;
}
