:root {
    --primary-oebelo: #ff9800;
    --primary-oebelo-dark: #f57c00;
    --secondary-oebelo: #00897b;
    --secondary-oebelo-dark: #0f766e;
    --oebelo-ink: #1f2937;
    --oebelo-muted: #6b7280;
    --oebelo-soft: #f8fafc;
    --oebelo-line: #e5e7eb;
    --oebelo-card-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
    --oebelo-card-shadow-hover: 0 20px 45px rgba(15, 23, 42, 0.12);
    --oebelo-editorial-hero-image: url('https://images.unsplash.com/photo-1517048676732-d65bc937f952?q=80&w=1920&auto=format&fit=crop');
}

body {
    background: #fff;
    color: var(--oebelo-ink);
}

p,
li,
.text-secondary,
.text-muted {
    color: var(--oebelo-muted) !important;
}

.top-bar {
    background: #f8f9fa;
    color: #4b5563;
    padding: 10px 0;
    font-size: 14px;
    border-bottom: 1px solid var(--oebelo-line);
}

.top-bar i {
    color: var(--secondary-oebelo);
}

.top-bar .social-icons a {
    color: #6b7280;
    background: transparent;
}

.top-bar .social-icons a:hover {
    color: var(--primary-oebelo);
    background: transparent;
}

.navbar {
    background: #fff !important;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.06) !important;
    padding: 15px 0 !important;
}

.navbar-brand {
    color: var(--oebelo-ink) !important;
    font-size: 1.25rem;
    font-weight: 800;
}

.navbar-brand span .col_oran {
    color: var(--primary-oebelo) !important;
}

.navbar-nav .nav-link {
    color: #4b5563 !important;
    font-weight: 600;
    font-size: 0.95rem;
    padding: 0 16px !important;
    transition: color 0.2s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active,
.navbar-nav .show > .nav-link {
    color: var(--primary-oebelo) !important;
}

.dropdown-menu {
    border: none !important;
    border-radius: 12px !important;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.12) !important;
    padding: 8px 0 !important;
    margin-top: 14px !important;
    background: #fff !important;
    min-width: 220px;
}

.dropdown-item {
    color: #4b5563 !important;
    font-size: 0.92rem;
    font-weight: 500;
    padding: 11px 18px !important;
    border-bottom: none !important;
}

.dropdown-item:hover,
.dropdown-item:focus {
    background: #f9fafb !important;
    color: var(--primary-oebelo) !important;
}

.btn-apply-siloka,
.cta-pilgrim,
.btn-apply,
.btn-primary {
    background: var(--primary-oebelo) !important;
    border-color: var(--primary-oebelo) !important;
    color: #fff !important;
    border-radius: 12px !important;
    font-weight: 700;
    box-shadow: 0 8px 20px rgba(255, 152, 0, 0.22);
}

.btn-apply-siloka:hover,
.cta-pilgrim:hover,
.btn-apply:hover,
.btn-primary:hover {
    background: var(--primary-oebelo-dark) !important;
    border-color: var(--primary-oebelo-dark) !important;
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(255, 152, 0, 0.25);
}

.btn-outline-primary {
    color: var(--primary-oebelo) !important;
    border-color: var(--primary-oebelo) !important;
    border-radius: 999px !important;
    font-weight: 700;
}

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

.btn-light.text-primary,
.btn-light.btn-block {
    color: var(--primary-oebelo) !important;
}

.page-header {
    background: linear-gradient(135deg, #0f172a 0%, #ff6600 100%);
    padding: 64px 0;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.page-header::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--oebelo-editorial-hero-image) center/cover no-repeat;
    opacity: 0.16;
}

.page-header .container {
    position: relative;
    z-index: 1;
}

.page-header h1 {
    font-weight: 800;
    font-size: 2.6rem;
    margin-bottom: 14px;
    color: #fff !important;
}

.page-header .lead {
    color: rgba(255, 255, 255, 0.88) !important;
    max-width: 760px;
    margin: 0 auto 1rem;
}

.breadcrumb {
    background: transparent;
    margin: 0;
    padding: 0;
}

.breadcrumb-item,
.breadcrumb-item.active,
.breadcrumb-item a {
    color: rgba(255, 255, 255, 0.92) !important;
    text-decoration: none;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.7);
}

.section-subtitle {
    color: var(--primary-oebelo) !important;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.9rem;
}

.section-title,
.section-main-title {
    color: var(--oebelo-ink);
    font-size: 2.4rem;
    font-weight: 800;
    margin-bottom: 1rem;
}

.hero-label {
    background: rgba(255, 152, 0, 0.9);
    color: #fff;
}

.hero-content h1,
.display-3,
.display-4 {
    font-weight: 800;
}

.feature-card,
.facility-item,
.award-card,
.news-card,
.content-card,
.contact-info,
.contact-form,
.program-card,
.testimonial-card,
.ekskul-card {
    border-radius: 18px !important;
    box-shadow: var(--oebelo-card-shadow);
    transition: all 0.3s ease;
}

.feature-card:hover,
.facility-item:hover,
.award-card:hover,
.news-card:hover,
.content-card:hover,
.program-card:hover,
.testimonial-card:hover,
.ekskul-card:hover {
    box-shadow: var(--oebelo-card-shadow-hover) !important;
}

.rounded-20,
.timeline-content,
.gallery-card {
    border-radius: 20px !important;
}

.rounded-12 {
    border-radius: 12px !important;
}

.transition-300 {
    transition: all 0.3s ease !important;
}

.leading-relaxed {
    line-height: 1.7 !important;
}

.border-top-primary {
    border-top: 5px solid var(--primary-oebelo) !important;
}

.bg-primary-light {
    background: rgba(255, 152, 0, 0.1) !important;
}

.bg-success-light {
    background: rgba(0, 137, 123, 0.12) !important;
}

.border-8 {
    border: 8px solid #fff !important;
}

.hover-shadow-lg:hover {
    transform: translateY(-8px);
    box-shadow: var(--oebelo-card-shadow-hover) !important;
}

.group:hover i {
    transform: translateX(6px);
}

.news-card {
    border: 1px solid #edf2f7 !important;
}

.news-card .card-title,
.program-card .card-title,
.facility-item h4,
.feature-card h3 {
    color: var(--oebelo-ink);
    font-weight: 700;
}

.news-date,
.news-category {
    font-weight: 700;
}

.category-news {
    background: var(--secondary-oebelo) !important;
    color: #fff !important;
}

.category-announcement,
.bg-warning {
    background-color: var(--primary-oebelo) !important;
}

.stats-section {
    background: linear-gradient(135deg, var(--secondary-oebelo), var(--primary-oebelo));
    color: #fff;
}

.footer {
    background: #1f2937 !important;
    color: #d1d5db !important;
    padding: 72px 0 24px !important;
    margin-top: 0 !important;
    border-radius: 0 !important;
}

.footer h5 {
    color: #fff !important;
    font-weight: 700;
    margin-bottom: 24px;
    position: relative;
    padding-bottom: 10px;
}

.footer h5::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 42px;
    height: 3px;
    background: var(--primary-oebelo);
}

.footer p,
.footer li,
.footer a {
    color: #d1d5db !important;
}

.footer ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.footer ul li {
    margin-bottom: 14px;
}

.footer a:hover {
    color: var(--primary-oebelo) !important;
    padding-left: 5px;
}

.footer .social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff !important;
    border-radius: 50%;
    margin-right: 10px;
}

.footer .social-icons a:hover {
    background: var(--primary-oebelo);
    transform: translateY(-3px);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 24px;
    color: #9ca3af !important;
}

.visitor-counter {
    background: rgba(255, 255, 255, 0.98) !important;
    border-radius: 10px !important;
    padding: 0.75rem 1rem !important;
}

.visitor-counter strong,
.visitor-counter small {
    color: var(--oebelo-ink) !important;
}

.contact-list li {
    align-items: flex-start;
    color: #d1d5db !important;
}

.contact-list i {
    font-size: 1.15rem;
    line-height: 1.2;
    margin-top: 2px;
}

@media (max-width: 991px) {
    .page-header h1,
    .section-title,
    .section-main-title {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .top-bar {
        display: none !important;
    }

    .page-header {
        padding: 48px 0;
    }

    .page-header h1 {
        font-size: 2rem;
    }

    .section-title,
    .section-main-title {
        font-size: 1.7rem;
    }
}

@media (max-width: 576px) {
    .page-header h1 {
        font-size: 1.7rem;
    }

    .section-title,
    .section-main-title {
        font-size: 1.45rem;
    }
}

/* Global editorial hero consistency across frontend pages */
.page-header,
.page-header.frontend-hero,
.page-header.frontend-hero-green,
.page-header.frontend-hero-warm,
.page-header.pendaftaran-hero,
.page-header.kontak-hero {
    background: linear-gradient(135deg, #0f172a 0%, #ff6600 100%) !important;
    padding: 78px 0 74px !important;
}

.page-header::before,
.page-header.frontend-hero::before,
.page-header.frontend-hero-green::before,
.page-header.frontend-hero-warm::before,
.page-header.pendaftaran-hero::before,
.page-header.kontak-hero::before {
    background: var(--oebelo-editorial-hero-image) center/cover no-repeat !important;
    opacity: 0.16 !important;
}

.page-header h1 {
    font-size: clamp(2.3rem, 4vw, 3.9rem);
    line-height: 1.08;
    letter-spacing: -0.03em;
    text-shadow: 0 10px 34px rgba(15, 23, 42, 0.22);
}

.page-header .lead {
    font-size: 1.12rem;
    line-height: 1.8;
    max-width: 820px;
}

.page-header .breadcrumb {
    gap: 0.3rem;
}

.page-header .breadcrumb-item a,
.page-header .breadcrumb-item.active {
    font-weight: 600;
}

.page-header .breadcrumb-item.active {
    opacity: 0.95;
}

.page-header .frontend-hero-eyebrow,
.page-header .kontak-eyebrow,
.page-header .pendaftaran-eyebrow {
    background: rgba(255, 255, 255, 0.16) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    color: #fff7ed !important;
    box-shadow: 0 16px 30px rgba(15, 23, 42, 0.12);
}

.page-header .kontak-btn-primary {
    color: var(--oebelo-ink) !important;
}

.page-header .kontak-btn-secondary {
    border-color: rgba(255, 255, 255, 0.28) !important;
    color: #fff !important;
    background: rgba(255, 255, 255, 0.08) !important;
}

.page-header .kontak-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.18) !important;
}

.page-header .pendaftaran-hero-panel,
.page-header .kontak-hero-panel {
    background: rgba(255, 255, 255, 0.1) !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    box-shadow: 0 26px 60px rgba(15, 23, 42, 0.18) !important;
    backdrop-filter: blur(8px);
}

.page-header .pendaftaran-hero-item,
.page-header .kontak-quick-item,
.page-header .kontak-hero-badge {
    background: rgba(255, 255, 255, 0.1) !important;
}

.frontend-section-soft,
.kontak-main-section {
    background:
        radial-gradient(circle at top right, rgba(255, 152, 0, 0.08), transparent 24%),
        linear-gradient(180deg, #fffaf4 0%, #ffffff 24%) !important;
}

.frontend-info-card,
.frontend-form-card,
.frontend-story-card,
.kontak-service-card,
.kontak-map-card,
.kontak-info-panel,
.pendaftaran-shell,
.card.gallery-card,
.timeline-content,
.news-detail-card {
    border-radius: 26px !important;
    border: 1px solid rgba(15, 23, 42, 0.08) !important;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08) !important;
}

.frontend-form-card,
.kontak-service-card,
.kontak-map-card,
.timeline-content,
.gallery-card .card-body {
    background: linear-gradient(180deg, #ffffff 0%, #fffdfa 100%) !important;
}

.frontend-info-card,
.kontak-info-panel,
.pendaftaran-shell__aside {
    background: linear-gradient(160deg, #0f766e 0%, #115e59 58%, #0f172a 100%) !important;
}

.frontend-info-card h3,
.frontend-form-card h3,
.kontak-service-card h3,
.kontak-info-panel h3,
.kontak-map-header h3,
.pendaftaran-main__head h3,
.pendaftaran-aside h3 {
    line-height: 1.25 !important;
}

.frontend-card-tag,
.kontak-card-label,
.pendaftaran-section-title span {
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 800;
}

.kontak-service-card,
.kontak-map-card,
.kontak-info-panel {
    padding: 30px !important;
}

.kontak-service-card:hover,
.kontak-map-card:hover,
.frontend-story-card:hover,
.timeline-content:hover,
.gallery-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 52px rgba(15, 23, 42, 0.12) !important;
}

.pendaftaran-shell {
    overflow: hidden;
}

.pendaftaran-main__head,
.kontak-map-header {
    padding-bottom: 20px;
    margin-bottom: 24px;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.kontak-info-panel .kontak-panel-head {
    padding-bottom: 20px;
    margin-bottom: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.pendaftaran-choice-card__body,
.pendaftaran-input-group,
.pendaftaran-agreement,
.kontak-detail-item,
.frontend-story-card {
    border-radius: 20px !important;
}

.pendaftaran-choice-card__body,
.pendaftaran-agreement {
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: linear-gradient(180deg, #ffffff 0%, #fffdfa 100%);
}

.pendaftaran-input-group {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.frontend-form-control,
.pendaftaran-input-group,
.kontak-btn-primary,
.kontak-btn-secondary,
.frontend-btn-primary {
    transition: all 0.25s ease;
}

.frontend-form-control,
.pendaftaran-input-group .frontend-form-control,
.pendaftaran-input-group .input-group-text {
    background: #fffdf9 !important;
}

.frontend-form-control:focus,
.pendaftaran-input-group:focus-within {
    transform: translateY(-1px);
}

.kontak-card-link,
.kontak-mini-link {
    font-weight: 700;
}

.kontak-card-link i,
.kontak-mini-link i {
    transition: transform 0.2s ease;
}

.kontak-card-link:hover i,
.kontak-mini-link:hover i {
    transform: translate(3px, -2px);
}

@media (max-width: 991px) {
    .kontak-service-card,
    .kontak-map-card,
    .kontak-info-panel,
    .frontend-info-card,
    .frontend-form-card {
        padding: 24px !important;
        border-radius: 22px !important;
    }
}

@media (max-width: 991px) {
    .page-header,
    .page-header.frontend-hero,
    .page-header.frontend-hero-green,
    .page-header.frontend-hero-warm,
    .page-header.pendaftaran-hero,
    .page-header.kontak-hero {
        padding: 64px 0 58px !important;
    }

    .page-header .lead {
        font-size: 1rem;
        line-height: 1.75;
    }
}

@media (max-width: 576px) {
    .page-header,
    .page-header.frontend-hero,
    .page-header.frontend-hero-green,
    .page-header.frontend-hero-warm,
    .page-header.pendaftaran-hero,
    .page-header.kontak-hero {
        padding: 56px 0 50px !important;
    }

    .page-header h1 {
        font-size: 2rem;
    }

    .page-header .lead {
        font-size: 0.98rem;
    }
}
