body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #fff;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #1b1f3b;
}




/* logo */
.top-section {
    background-color: #333;
    background: #00000022;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    /* warna background atas */
    height: 50px;
    /* tinggi bagian atas */
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px 20px;
    z-index: 1000;
}

.top-section img {
    height: 35px;
    /* sesuaikan tinggi logo */
}

.container {
    max-width: 800px;
    margin: 100px auto;
    padding: 20px;
}

h1 {
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 1px;
}

h2 {
    font-size: 40px;
    font-weight: bold;
    margin: 0;
}

.hashtag,
.highlight {
    color: #007bff;

}

.subtitle {
    color: #7a7a7a;
    font-size: 20px;
    margin-top: 20px;
    line-height: 1.5;
}

.whatsapp-button {
    display: inline-block;
    background-color: #007bff;
    color: white;
    text-decoration: none;
    font-size: 24px;
    padding: 16px 32px;
    border-radius: 12px;
    font-weight: bold;
    margin-top: 40px;
    transition: background-color 0.3s ease;
}

.whatsapp-button:hover {
    background-color: #0070f3;
}

.whatsapp-button i {
    margin-right: 10px;

}

.solusi-bisnis {
    text-align: center;
    padding: 40px 20px;
}

.solusi-bisnis h1 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.solusi-bisnis p {
    font-size: 1.1rem;
    margin-bottom: 30px;
}

.cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.card {
    background-color: #007bff;
    color: #fff;
    border-radius: 10px;
    padding: 25px;
    width: 260px;
    box-sizing: border-box;
    transition: transform 0.3s ease;
}

.card:hover {
    transform: translateY(-5px);
}

.icon {
    font-size: 30px;
    color: #ffef00;
    margin-bottom: 15px;
}

.card h2 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.card p {
    font-size: 12px;
    line-height: 1.5;
}

/* box2 */
.card-box2 {
    background-color: #333;
    border: 2px solid #333;
    color: #fff;
    border-radius: 10px;
    padding: 25px;
    width: 280px;
    box-sizing: border-box;
    transition: transform 0.3s ease;
}

.hero-box2 {
    padding: 50px 20px;
    text-align: center;
}

.hero-box2 h1 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
}

.highlight-box2 {
    color: #007bff;
}

.subtext-box2 {
    font-size: 16px;
    color: #555;
    max-width: 800px;
    margin: 0 auto 40px;
}

.features-box2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.card-box2 {
    background-color: white;
    border-radius: 10px;
    padding: 30px 20px;
    max-width: 250px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.card-box2:hover {
    transform: translateY(-5px);
}

.icon-box2 {
    font-size: 32px;
    margin-bottom: 15px;
    color: #007bff;
}

.card-box2 h2 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #1c1e21;
}

.card-box2 p {
    font-size: 14px;
    color: #555;
}

.footer {
    margin-top: 40px;
    font-size: 1rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* box3 */

.pricing-section3 {
    text-align: center;
    padding: 40px 20px;
    max-width: 1200px;
    margin: auto;
}

.pricing-section3 h2 {
    font-size: 28px;
    margin-bottom: 10px;
}

.pricing-section3 h2 span {
    color: #0070f3;
}

.pricing-section3 p {
    margin-bottom: 30px;
    color: #555;
}

.pricing-cards3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.card3 {
    background: #fff;
    border-radius: 12px;
    padding: 25px;
    width: 260px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
}

.card3:hover {
    transform: translateY(-5px);
}

.card3 h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.card3 h3 span.lite3 {
    color: #0070f3;
}

.card3 h3 span.reguler3 {
    color: #0070f3;
}

.card3 h3 span.medium3 {
    color: #0070f3;
}

.card3 h3 span.pro3 {
    color: #0070f3;
}

.price3 {
    font-size: 18px;
    margin-bottom: 15px;
}

.old-price3 {
    text-decoration: line-through;
    color: #888;
    font-size: 14px;
    display: block;
}

ul {
    list-style: none;
    padding: 0;
    text-align: left;
    margin: 0 0 15px 0;
}

ul li {
    margin-bottom: 8px;
    padding-left: 18px;
    position: relative;
}

ul li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #f5a623;
}

.bonus3 {
    font-size: 13px;
    color: #555;
    text-align: left;
    margin-bottom: 15px;
}

.btn3 {
    display: inline-block;
    background: #0070f3;
    color: white;
    padding: 10px 20px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: bold;
}

/* Pusat Bantuan */
.konsultasi-container3 {
    padding: 60px 40px;
}

.konsultasi-section3 {
    max-width: 600px;
    padding: 60px 40px;
    margin: auto;
    text-align: left;
}

.label3 {
    color: #1a1a1a;
    font-weight: 600;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
    padding-left: 20px;
}

.label3::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 2px;
    background-color: #007bff;
}

.title3 {
    font-size: 36px;
    font-weight: 800;
    color: #0a1a44;
    margin: 0 0 20px;
    line-height: 1.3;
}

.highlight3 {
    color: #0a1a44;
}

.description3 {
    color: #a0a0a0;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
}

.btn-hubungi3 {
    display: inline-block;
    gap: 40px;
    padding: 15px 30px;
    background-color: #007bff;
    color: white;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    border-radius: 10px;
    transition: background-color 0.3s ease;
}

.btn-hubungi3:hover {
    background-color: #0070f3;
}

/* footer */

.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
}

.whatsapp-float img {
    width: 180px;
    height: 180px;
    margin-bottom: 20px;
}

.copyright {
    margin-top: 100px;
    font-size: 12px;
    width: auto;
    text-align: center;
}


/* Responsif untuk HP */
@media (max-width: 600px) {
    nav {
        flex-direction: column;
        align-items: stretch;
    }

    nav a {
        padding: 12px;
        border-top: 1px solid #004080;
    }
}

/* Responsive Design */
@media (max-width: 1024px) {
    .pricing-cards3 {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .pricing-cards3 {
        flex-direction: column;
        align-items: center;
    }

    .card3 {
        width: 90%;
    }
}