/* ===== RESET & BASE ===== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    background-color: #ffffff;
    color: #1e1e1e;
    line-height: 1.5;
    scroll-behavior: smooth;
}

h1,
h2,
h3,
h4 {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 600;
    letter-spacing: -0.02em;
}

.mono {
    font-family: 'JetBrains Mono', monospace;
    font-weight: 500;
}

.container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 24px;
}

/* ===== WARNA AKSEN ===== */
.bg-green-soft {
    background: #e6f4ea;
}

.text-green {
    color: #2a7d4f;
}

.border-green {
    border-color: #2a7d4f;
}

.badge-up {
    background: #fef3c7;
    color: #b45309;
}

.badge-high {
    background: #fee2e2;
    color: #b91c1c;
}

.badge-normal {
    background: #dcfce7;
    color: #15803d;
}

/* ===== NAVIGASI ===== */
nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
    flex-wrap: wrap;
    border-bottom: 1px solid #eaeaea;
}

.logo {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 1.6rem;
    display: flex;
    align-items: center;
    gap: 8px;
}

.logo i {
    color: #2a7d4f;
}

.nav-links {
    display: flex;
    gap: 28px;
    font-size: 0.95rem;
    font-weight: 500;
    color: #2c3e3e;
}

.nav-links a {
    text-decoration: none;
    color: inherit;
    transition: 0.2s;
}

.nav-links a:hover {
    color: #2a7d4f;
}

/* ===== BUTTON ===== */
.btn {
    display: inline-block;
    padding: 10px 24px;
    border-radius: 40px;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    transition: 0.2s;
    background: #1e1e1e;
    color: white;
    border: none;
    cursor: pointer;
}

.btn-outline {
    background: transparent;
    border: 1.5px solid #1e1e1e;
    color: #1e1e1e;
}

.btn-outline:hover {
    background: #1e1e1e;
    color: white;
}

.btn-green {
    background: #2a7d4f;
    color: white;
}

.btn-green:hover {
    background: #1f5f3a;
}

/* ===== HERO ===== */
.hero {
    padding: 48px 0 64px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.hero-text {
    flex: 1 1 400px;
}

.hero-text h1 {
    font-size: 2.8rem;
    line-height: 1.2;
    margin-bottom: 20px;
}

.hero-text p {
    font-size: 1.2rem;
    color: #3e4a4a;
    max-width: 500px;
    margin-bottom: 32px;
}

.cta-group {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.hero-stats {
    flex: 1 1 300px;
    background: #f8faf9;
    padding: 32px 28px;
    border-radius: 28px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.stat-item span {
    display: block;
    font-size: 2rem;
    font-family: 'JetBrains Mono', monospace;
    font-weight: 600;
}

.stat-item small {
    color: #4d5e5e;
    font-size: 0.9rem;
}

/* ===== SECTION ===== */
section {
    padding: 56px 0;
}

.section-title {
    font-size: 2rem;
    margin-bottom: 32px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.grid-2col {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
}

.card {
    background: #fafcfb;
    border-radius: 20px;
    padding: 24px;
    border: 1px solid #eaeaea;
    transition: 0.2s;
}

.card:hover {
    border-color: #b8d5c4;
}

/* ===== PETA (MOCK) ===== */
.map-mock {
    background: #eef3f0;
    border-radius: 28px;
    padding: 20px 20px 10px 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px 32px;
}

.region-tag {
    display: flex;
    align-items: center;
    gap: 8px;
    background: white;
    padding: 6px 18px 6px 12px;
    border-radius: 40px;
    font-size: 0.9rem;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02);
}

.dot {
    width: 14px;
    height: 14px;
    border-radius: 14px;
    display: inline-block;
}

/* ===== GRAFIK ===== */
.chart-wrapper {
    background: #fafcfb;
    padding: 24px;
    border-radius: 28px;
    border: 1px solid #eaeaea;
}

/* ===== TABEL ===== */
.table-wrap {
    overflow-x: auto;
    background: #fafcfb;
    border-radius: 24px;
    border: 1px solid #eaeaea;
}

table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95rem;
}

th {
    text-align: left;
    padding: 16px 16px;
    background: #f0f4f2;
    font-weight: 600;
}

td {
    padding: 14px 16px;
    border-bottom: 1px solid #eaeaea;
}

.price {
    font-family: 'JetBrains Mono', monospace;
    font-weight: 500;
}

/* ===== PAKET ===== */
.pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 24px;
}

.pricing-card {
    background: #fafcfb;
    border-radius: 28px;
    padding: 28px;
    border: 1px solid #eaeaea;
    text-align: center;
}

.pricing-card h3 {
    font-size: 1.8rem;
    margin: 8px 0;
}

.pricing-card .price-tag {
    font-family: 'JetBrains Mono', monospace;
    font-size: 2rem;
    font-weight: 600;
}

/* ===== FAQ ===== */
.faq-item {
    border-bottom: 1px solid #e4e9e7;
    padding: 16px 0;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    cursor: pointer;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: 0.25s;
    color: #2d3d3d;
}

.faq-answer.open {
    max-height: 200px;
    padding-top: 12px;
}

/* ===== FOOTER ===== */
footer {
    background: #f4f7f5;
    padding: 32px 0;
    margin-top: 24px;
    border-top: 1px solid #dce3df;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 640px) {
    .hero-text h1 {
        font-size: 2.2rem;
    }
    .nav-links {
        gap: 16px;
        font-size: 0.9rem;
        flex-wrap: wrap;
    }
}