@import url('https://fonts.googleapis.com/css2?family=Inter:wght@500;700&display=swap');

.img-radius img,
img.img-radius {
    border-radius: 24px !important;
}

.header-main .header-inner {
    max-width: 1200px !important;
    margin: 0 auto !important;
}

#masthead {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03) !important;
    background-color: #ffffff !important;
}

.header-nav > li > a {
    font-family: 'Inter', sans-serif !important; 
    font-size: 13px !important; 
    font-weight: 700 !important; 
    color: #64748b !important; 
    letter-spacing: 0.3px !important; 
    text-transform: uppercase !important;
    transition: all 0.2s ease !important;
    padding: 8px 16px !important; 
    margin: 0 1px !important;     
    border-radius: 9999px !important; 
}

.header-nav > li > a:hover,
.header-nav > li.current-menu-item > a,
.header-nav > li.active > a,
.header-nav > li > a.active,
.header-nav > li > a.current {
    background-color: #EFF6FF !important; 
    color: #1d4294 !important; 
}

.header-main .flex-right, 
.header-main .header-nav {
    justify-content: flex-end !important;
    margin-left: auto !important;
}

.header-nav .nav-dropdown {
    border-radius: 12px !important;
    padding: 8px !important;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.05) !important;
    border: 1px solid #f1f5f9 !important;
}

.header-nav .nav-dropdown > li > a {
    font-family: 'Inter', sans-serif !important;
    font-size: 13px !important;
    font-weight: 500 !important; 
    color: #475569 !important;
    text-transform: none !important;
    border-radius: 8px !important;
    padding: 10px 14px !important;
}

.header-nav .nav-dropdown > li > a:hover {
    background-color: #eff6ff !important; 
    color: #1d4294 !important; 
}

/* Hero Section */
.hero-label {
    font-size: 11px;
    font-weight: 700;
    color: #64748b;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin: 0 0 8px 0;
}

.hero-title {
    font-size: 47px;
    font-weight: 800;
    color: #1e293b;
    line-height: 1.1;
    text-transform: uppercase;
    letter-spacing: -0.025em;
    margin: 0 0 8px 0;
}

.hero-subtitle {
    font-size: 15px;
    font-weight: 700;
    color: #475569;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 0 0 20px 0;
}

.hero-body {
    font-size: 14px;
    line-height: 1.6;
    color: #475569;
    margin: 0 0 12px 0;
}

.hero-body:last-of-type {
    margin-bottom: 0;
}

.hero-highlight {
    color: #1d4294;
    font-weight: 700;
    font-style: italic;
}

/* Hero Buttons */
.hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.btn-ppid-primary,
.btn-ppid-secondary {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 14px;
    padding: 12px 24px;
    border-radius: 10px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.btn-ppid-primary {
    background: #1d4294;
    color: #ffffff !important;
    box-shadow: 0 10px 25px -5px rgba(29, 66, 148, 0.3);
}

.btn-ppid-primary:hover {
    background-color: #153070 !important;
    transform: translateY(-2px);
}

.btn-ppid-secondary {
    background: #eff6ff;
    color: #1d4294 !important;
    border: 1px solid #dbeafe;
}

.btn-ppid-secondary:hover {
    background-color: #dbeafe !important;
    transform: translateY(-2px);
}

/* Hero Stats Card */
.hero-stats-card {
    position: absolute;
    bottom: 30px;
    left: 48px;
    background: rgba(255, 255, 255, 0.35);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 12px 20px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 16px;
    z-index: 10;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.hero-stats-icon {
    width: 44px;
    height: 44px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.hero-stats-label {
    font-size: 12px;
    font-weight: 700;
    color: #f1f5f9;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.hero-stats-number {
    font-size: 20px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1;
}

.hero-stats-number span {
    font-size: 14px;
    font-weight: 600;
    color: #e2e8f0;
}

/* ========== FOOTER ========== */
.footer-main {
    background-color: #153275;
    color: #ffffff;
    padding: 60px 0 0 0;
    font-family: 'Inter', sans-serif;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1.2fr;
    gap: 40px;
    padding-bottom: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* Kolom 1: Brand */
.footer-brand-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.footer-brand-name {
    font-weight: 800;
    font-size: 24px;
    letter-spacing: -0.5px;
    color: #ffffff;
}

.footer-brand-name span {
    color: #f59e0b;
}

.footer-brand-divider {
    width: 1px;
    height: 20px;
    background-color: rgba(255, 255, 255, 0.3);
}

.footer-brand-ppid {
    font-weight: 600;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.9);
}

.footer-desc {
    color: rgba(255, 255, 255, 0.75);
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 28px;
    max-width: 340px;
}

.footer-social-title {
    font-size: 15px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 14px;
}

.footer-social-links {
    display: flex;
    gap: 12px;
}

.footer-social-links a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-decoration: none;
    transition: background 0.3s;
}

.footer-social-links a:hover {
    background: rgba(255, 255, 255, 0.25);
}

/* Kolom 2: Tautan */
.footer-nav-title {
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
}

.footer-nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.footer-nav-list a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: color 0.2s;
}

.footer-nav-list a:hover {
    color: #ffffff;
}

.footer-nav-list .arrow {
    color: rgba(255, 255, 255, 0.6);
}

/* Kolom 3: Peta */
.footer-map-title {
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
}

.footer-map-wrapper {
    width: 100%;
    height: 160px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.footer-map-wrapper iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

/* Copyright Bar */
.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 0;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
    flex-wrap: wrap;
    gap: 12px;
}

.footer-bottom-links {
    display: flex;
    gap: 20px;
}

.footer-bottom-links a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    transition: color 0.2s;
}

.footer-bottom-links a:hover {
    color: #ffffff;
}

#absolute-footer,
.absolute-footer {
    display: none !important;
}

#footer {
    padding: 0 !important;
    margin: 0 !important;
}

.contact-info-item {
    display: flex !important;
    flex-direction: row !important;
    gap: 14px !important;
    align-items: flex-start !important;
}

.contact-info-icon {
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
}

.contact-info-label {
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #1e293b !important;
    margin: 0 0 6px 0 !important;
    font-family: 'Inter', sans-serif !important;
}

.contact-info-text {
    font-size: 13px !important;
    color: #64748b !important;
    line-height: 1.6 !important;
    margin: 0 !important;
    font-family: 'Inter', sans-serif !important;
}