body {
    font-family: 'Montserrat', Arial, sans-serif;
    margin: 0;
    padding: 0;
    background: #f7f9fb;
    color: #222;
}
html {
    scroll-padding-top: 110px;
}
.navbar {
    background: rgba(185, 182, 182, 0.75) !important;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}
.nav-link {
    color: #000000 !important;
}
header {
    background: linear-gradient(90deg, #0d47a1 60%, #1976d2 100%);
    color: #000000;
    padding: 0;
}
.navbar-brand img {
    height: 48px;
    margin-right: 12px;
}
.header-content {
    text-align: center;
    padding: 32px 0 24px 0;
}
.header-content h1 {
    margin: 0 0 10px 0;
    font-size: 2.5rem;
    letter-spacing: 2px;
}
.header-content p {
    margin: 0;
    font-size: 1.2rem;
}
.section-title {
    font-size: 2rem;
    color: #0d47a1;
    margin-bottom: 20px;
    text-align: center;
}

#layanan,
#paket,
#kontak {
    scroll-margin-top: 96px;
}

#layanan::before,
#paket::before,
#kontak::before {
    content: '';
    display: block;
    height: 110px;
    margin-top: -110px;
    pointer-events: none;
    visibility: hidden;
}
.feature, .pricing {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    padding: 30px 24px;
    text-align: center;
}
.feature h3, .pricing h4, .contact h3 {
    color: #1976d2;
}
.feature p, .pricing ul li, .contact p {
    color: #444;
}
.carousel-inner img {
    width: 100%;
    object-fit: cover;
    max-height: 960px;
}
.carousel-caption {
    background: rgba(255,255,255,0.8);
    color: #111 !important;
    border-radius: 12px;
    padding: 16px 24px;
}
.carousel-caption h5,
.carousel-caption p {
    color: #111 !important;
    font-weight: 700;
    text-shadow: none;
    letter-spacing: 0.5px;
}
.pricing ul {
    list-style-type: none !important;
    padding-left: 0;
}
.feature-icon {
    color: #1976d2;
    margin-right: 6px;
}
.price {
    font-size: 2rem;
    color: #1976d2;
    margin: 10px 0 18px 0;
    
}
.pricing.h-100 ul {
  list-style-type: none;
}
.btn {
    display: inline-block;
    background: #1976d2;
    color: #fff;
    padding: 10px 28px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.2s;
}
.btn:hover {
    background: #0d47a1;
}
.contact {
    background: #e3f2fd;
    border-radius: 12px;
    padding: 32px 24px;
    text-align: center;
}
.contact-info {
    margin: 18px 0 0 0;
    font-size: 1.1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 24px;
}
.contact-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.contact-info a,
.contact-info a:hover,
.contact-info a:focus {
    text-decoration: none;
}
.contact-link {
    color: #0d47a1;
}
.icon-whatsapp {
    color: #25d366;
}
.icon-mail {
    color: #1976d2;
}
.icon-map {
    color: #e53935;
}
.partner-marquee-wrapper {
    margin: 32px 0 48px 0;
    background: #fff;
    border-radius: 12px;
    padding: 24px;
    overflow: hidden;
}
.partner-marquee {
    display: flex;
    align-items: center;
    width: max-content;
    gap: 40px;
    will-change: transform;
}
.partner-marquee img {
    height: auto;
    max-height: 80px;
    min-width: 180px;
    width: auto;
    object-fit: contain;
    flex-shrink: 0;
    transition: transform 0.3s;
}
.partner-marquee img:hover {
    transform: scale(1.1);
}
.social-icons {
    display: flex;
    justify-content: center;
    align-items: center;
}
.social-icons a {
    color: #000000;
    font-size: 1.5rem;
    margin: 0 10px;
    transition: color 0.2s;
}
.social-icons a:hover {
    color: #0d47a1;
}
footer {
    background: rgba(185, 182, 182, 0.7);
    color: #000000;
    padding: 18px 0 20px;
    font-size: 1rem;
}
.footer-grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    flex-wrap: nowrap;
}
.footer-grid .footer-col {
    flex: 1 1 0;
}
.footer-grid .footer-col:nth-child(2) {
    flex: 1.5 1 0;
}
.footer-col {
    min-width: 0;
}
.footer-brand {
    text-align: left;
    line-height: 1.4;
}
.footer-links {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: center;
}
.footer-links-title {
    font-weight: 700;
}
.footer-links a {
    color: #000000;
    text-decoration: none;
    font-size: 0.92rem;
}
.footer-links a:hover {
    color: #0d47a1;
}
.visitor-counter {
    display: flex;
    justify-content: center;
}
.visitor-chart {
    width: min(100%, 360px);
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.visitor-row {
    display: flex;
    align-items: center;
    gap: 10px;
}
.visitor-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.85rem;
    min-width: 120px;
    gap: 8px;
    white-space: nowrap;
}
.visitor-bar-track {
    flex: 1 1 auto;
    height: 8px;
    border-radius: 999px;
    background: rgba(60, 60, 60, 0.3);
    overflow: hidden;
}
.visitor-bar-track-multi {
    position: relative;
}
.visitor-bar {
    height: 100%;
    width: 0;
    border-radius: inherit;
    background: linear-gradient(90deg, #4a4a4a 0%, #7a7a7a 100%);
    transition: width 0.6s ease;
}
.visitor-bar-total {
    background: linear-gradient(90deg, #1f1f1f 0%, #505050 100%);
}
.visitor-bar-unique {
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, #7a7a7a 0%, #a0a0a0 100%);
}
.visitor-counter strong {
    color: #000000;
}
.visitor-ip {
    text-align: center;
    font-size: 0.82rem;
    color: #222222;
    margin-top: 2px;
}
@media (max-width: 900px) {
    .features, .pricing-table {
        flex-direction: column;
        align-items: center;
    }
}
@media (max-width: 768px) {
    .header-content h1 {
        font-size: 1.5rem;
    }
    .section-title {
        font-size: 1.2rem;
    }
    .container {
        padding: 0 8px;
    }
    #layanan,
    #paket,
    #kontak {
        scroll-margin-top: 84px;
    }
    html {
        scroll-padding-top: 90px;
    }
    #layanan::before,
    #paket::before,
    #kontak::before {
        height: 90px;
        margin-top: -90px;
    }
    .partner-marquee-wrapper {
        padding: 16px;
    }
    .partner-marquee {
        gap: 24px;
    }
    .partner-marquee img {
        max-height: 60px;
        min-width: 140px;
    }
    .carousel-caption h5 {
        font-size: 0.6rem;
        font-weight: 600;
    }
    .carousel-caption p {
        font-size: 0.4rem;
        font-weight: 500;
    }
    .contact-info {
        flex-direction: column;
        align-items: flex-start;
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
        gap: 10px;
    }
    .footer-grid {
        flex-wrap: wrap;
        justify-content: center;
    }
    .footer-grid .footer-col,
    .footer-grid .footer-col:nth-child(2),
    .footer-grid .footer-col:last-child {
        flex: 1 1 100%;
        justify-content: center;
    }
    .footer-brand,
    .footer-links,
    .social-icons {
        text-align: center;
        justify-content: center;
    }
    .visitor-counter {
        justify-content: center;
    }
}
