/* ===== BERANDA MODERN STYLES ===== */
:root {
    --primary: #1a3a6e;
    --primary-light: #2a52a0;
    --accent: #f5a623;
    --accent-dark: #e09010;
    --light-bg: #f4f7fc;
    --card-shadow: 0 4px 20px rgba(26,58,110,0.10);
    --radius: 16px;
}

/* Running text */
.running-text-bar {
    margin-top: 69px;
    background: linear-gradient(90deg, var(--primary) 0%, #253c80 50%, var(--primary) 100%);
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 7px 0;
    letter-spacing: 0.3px;
}

/* Hero / Slider */
.hero-wrapper {
    position: relative;
    background: var(--primary);
}
.hero-wrapper .carousel-item img {
    height: 380px;
    object-fit: cover;
    filter: brightness(0.82);
}
.hero-wrapper .carousel-caption {
    background: rgba(0,0,0,0.35);
    border-radius: 10px;
    padding: 12px 20px;
    bottom: 30px;
}
.hero-wrapper .carousel-caption h5 {
    font-size: 1.3rem;
    font-weight: 700;
    text-shadow: 0 2px 6px rgba(0,0,0,0.4);
}

/* Hero CTA strip */
.hero-cta-strip {
    background: var(--primary);
    padding: 28px 0 0;
}
.hero-cta-strip .cta-title {
    color: #fff;
    font-size: 2rem;
    font-weight: 800;
    letter-spacing: 1px;
}
.hero-cta-strip .cta-subtitle {
    color: rgba(255,255,255,0.80);
    font-size: 1rem;
}
.hero-cta-strip .btn-petunjuk {
    background: var(--accent);
    color: #fff;
    border: none;
    border-radius: 30px;
    padding: 10px 28px;
    font-weight: 700;
    font-size: 0.9rem;
    transition: background 0.2s;
}
.hero-cta-strip .btn-petunjuk:hover { background: var(--accent-dark); color: #fff; }
.hero-cta-strip .btn-formulir {
    background: transparent;
    color: #fff;
    border: 2px solid rgba(255,255,255,0.6);
    border-radius: 30px;
    padding: 10px 28px;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.2s;
}
.hero-cta-strip .btn-formulir:hover {
    background: rgba(255,255,255,0.15);
    border-color: #fff;
    color: #fff;
}

/* Wave divider */
.wave-divider {
    display: block;
    width: 100%;
    line-height: 0;
    background: var(--primary);
}
.wave-divider svg { display: block; }

/* Services section */
.services-section {
    background: var(--light-bg);
    padding: 60px 0 70px;
}
.services-section .section-label {
    display: inline-block;
    background: rgba(26,58,110,0.08);
    color: var(--primary);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-radius: 20px;
    padding: 5px 16px;
    margin-bottom: 10px;
}
.services-section .section-title {
    font-size: 1.75rem;
    font-weight: 800;
    color: var(--primary);
}
.services-section .section-desc {
    color: #6b7a99;
    font-size: 0.97rem;
    max-width: 520px;
    margin: 0 auto;
}

/* Service card */
.service-card {
    background: #fff;
    border-radius: var(--radius);
    box-shadow: var(--card-shadow);
    padding: 32px 24px 24px;
    text-align: center;
    transition: transform 0.22s, box-shadow 0.22s;
    height: 100%;
    border: 1.5px solid transparent;
}
.service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 32px rgba(26,58,110,0.16);
    border-color: var(--primary-light);
}
.service-card .icon-wrap {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    font-size: 1.6rem;
}
.service-card h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 10px;
}
.service-card p {
    font-size: 0.85rem;
    color: #6b7a99;
    line-height: 1.6;
    margin-bottom: 18px;
}
.service-card .btn-lihat {
    border-radius: 20px;
    font-size: 0.82rem;
    font-weight: 600;
    padding: 7px 20px;
    background: var(--primary);
    color: #fff;
    border: none;
    transition: background 0.2s;
}
.service-card .btn-lihat:hover { background: var(--primary-light); color: #fff; }

/* Icon color variants */
.icon-blue   { background: #e8eef8; color: #1a3a6e; }
.icon-green  { background: #e6f7ee; color: #1a7a45; }
.icon-orange { background: #fff4e0; color: #c97a00; }
.icon-red    { background: #fdecea; color: #c0392b; }
.icon-purple { background: #f0eaff; color: #6c3fc5; }
.icon-teal   { background: #e0f7f5; color: #0e7c72; }
.icon-pink   { background: #fde8f0; color: #b5245a; }
.icon-indigo { background: #eaecff; color: #3a3fc5; }
.icon-brown  { background: #f5ede6; color: #8b4513; }
.icon-cyan   { background: #e0f4ff; color: #0077aa; }

/* Footer */
.site-footer {
    background: linear-gradient(135deg, #0d1f3c 0%, #1a3a6e 100%);
    color: #cdd8f0;
    padding: 50px 0 0;
}
.site-footer .footer-brand h5 {
    color: #fff;
    font-weight: 800;
    font-size: 1.1rem;
}
.site-footer .footer-brand p { font-size: 0.88rem; line-height: 1.7; }
.site-footer .footer-heading {
    color: #fff;
    font-weight: 700;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 16px;
    padding-bottom: 8px;
    border-bottom: 2px solid var(--accent);
    display: inline-block;
}
.site-footer .footer-contact td { font-size: 0.88rem; padding: 3px 0; vertical-align: top; }
.site-footer .footer-hours li { font-size: 0.88rem; padding: 2px 0; list-style: none; }
.site-footer .footer-hours li::before { content: "•"; color: var(--accent); margin-right: 6px; }
.site-footer .social-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border-radius: 8px;
    font-size: 0.82rem;
    font-weight: 600;
    padding: 7px 14px;
    margin: 3px 3px 3px 0;
    text-decoration: none;
    transition: opacity 0.2s;
}
.site-footer .social-btn:hover { opacity: 0.85; }
.site-footer .footer-bottom {
    background: rgba(0,0,0,0.25);
    text-align: center;
    padding: 14px 0;
    font-size: 0.82rem;
    color: rgba(255,255,255,0.5);
    margin-top: 40px;
}
