/**
 * ============================================
 * PREPAID PAGE SPECIFIC STYLES
 * ============================================
 * Styles khusus untuk halaman Pre-Paid Watermeter
 */

/* ==================== PRODUCT HERO ==================== */
.product-hero {
    background: linear-gradient(180deg, #e8f6fc 0%, #ffffff 100%);
    padding: 60px 20px 50px;
}

.product-hero-container {
    display: flex;
    align-items: center;
    gap: 60px;
    max-width: 1200px;
    margin: 0 auto;
}

.product-hero-image {
    flex: 0 0 45%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-hero-image img {
    max-height: 500px;
    width: auto;
}

.product-hero-content {
    flex: 1;
}

.product-hero-title {
    font-size: 72px;
    font-weight: 900;
    color: #009fe3;
    line-height: 1.1;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* ==================== PREPAID FEATURES ==================== */
.prepaid-features {
    padding: 50px 20px;
    background-color: #ffffff;
}

.features-list {
    max-width: 900px;
    margin: 0 auto;
}

.feature-row {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 18px 0;
    border-bottom: 1px solid #eee;
}

.feature-row:last-child {
    border-bottom: none;
}

.feature-row-icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #009fe3;
    border-radius: 50%;
}

.feature-row-icon img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.feature-row-text {
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

/* ==================== INTRODUCTION SECTION ==================== */
.prepaid-intro {
    padding: 60px 20px;
    background-color: #ffffff;
}

.prepaid-intro .container {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.prepaid-intro .section-title {
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
    color: #333;
}

.intro-subtitle {
    font-size: 18px;
    font-weight: 700;
    color: #009fe3;
    margin-bottom: 20px;
    text-align: center;
}

.intro-text {
    margin-bottom: 40px;
}

.intro-text:last-child {
    margin-bottom: 0;
}

.intro-text p {
    font-size: 15px;
    color: #555;
    line-height: 1.8;
    text-align: center;
}

/* ==================== DIMENSIONS SECTION ==================== */
.prepaid-dimensions {
    padding: 60px 20px;
    background-color: #ffffff;
}

.prepaid-dimensions .section-title {
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
    color: #333;
}

.dimensions-table-wrapper {
    max-width: 900px;
    margin: 0 auto;
    overflow-x: auto;
}

.dimensions-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.dimensions-table thead th {
    background: #009fe3;
    color: #fff;
    padding: 14px 16px;
    text-align: center;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.dimensions-table thead th.col-model {
    text-align: left;
}

.dimensions-table tbody td {
    padding: 12px 16px;
    text-align: center;
    border-bottom: 1px solid #f0f0f0;
    color: #666;
}

.dimensions-table tbody tr {
    transition: all 0.3s ease;
}

.dimensions-table tbody tr:hover {
    background-color: #f0f9ff;
}

.dim-label {
    font-weight: 600;
    color: #333;
    text-align: left;
    background: #fafafa;
}

/* ==================== TECHNICAL SPECIFICATION ==================== */
.technical-spec {
    padding: 60px 20px;
    background-color: #ffffff;
}

.technical-spec .section-title {
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
    color: #333;
}

.additional-specs {
    max-width: 900px;
    margin: 0 auto;
}

.additional-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.additional-table tr {
    border-bottom: 1px solid #eee;
    transition: all 0.3s ease;
}

.additional-table tr:hover {
    background-color: #f9f9f9;
}

.additional-table td {
    padding: 14px 16px;
    vertical-align: top;
}

.additional-table .spec-key {
    font-weight: 700;
    color: #333;
    width: 30%;
    background: #f5f5f5;
}

.additional-table .spec-val {
    color: #555;
    line-height: 1.6;
    text-align: center;
}

.comm-item {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 4px;
}

/* ==================== WHY CHOOSE SECTION ==================== */
.content-sections {
    padding: 60px 20px;
    background-color: #f9f9f9;
}

.content-block {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.content-title {
    font-size: 28px;
    font-weight: 700;
    color: #333;
    margin-bottom: 25px;
}

.content-block p {
    font-size: 15px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 20px;
}

.content-block p:last-child {
    margin-bottom: 0;
}

/* ==================== FOOTER OVERRIDES ==================== */
.footer {
    background-color: #009fe3;
    color: #fff;
    padding: 30px 20px;
    font-size: 12px;
}

.footer-container {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr;
    gap: 30px;
    align-items: start;
    max-width: 1200px;
    margin: 0 auto;
}

.footer-left h4,
.footer-center h4,
.footer-right h4 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #fff;
}

.footer-left p,
.footer-center p,
.footer-right p {
    margin-bottom: 2px;
    line-height: 1.5;
    opacity: 0.95;
    color: #fff;
}

.footer a {
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer a:hover {
    text-decoration: underline;
}

.footer-email-btn {
    display: inline-block;
    background: rgba(255,255,255,0.2);
    padding: 6px 14px;
    border-radius: 4px;
    font-size: 12px;
    margin-bottom: 8px;
    transition: all 0.3s ease;
    color: #fff;
}

.footer-email-btn:hover {
    background: rgba(255,255,255,0.35);
    text-decoration: none;
}

.footer-phone {
    margin-top: 4px;
}

.footer-right {
    text-align: right;
}

/* ============================================
   RESPONSIVE - PREPAID PAGE
   ============================================ */
@media (max-width: 1023px) {
    .product-hero-container {
        flex-direction: column;
        text-align: center;
        gap: 40px;
    }

    .product-hero-image {
        flex: none;
    }

    .product-hero-image img {
        max-height: 400px;
    }

    .product-hero-title {
        font-size: 56px;
    }

    .footer-container {
        grid-template-columns: 1fr 1fr;
        gap: 25px;
    }

    .footer-right {
        text-align: left;
        grid-column: 1 / -1;
    }
}

@media (max-width: 767px) {
    .product-hero {
        padding: 40px 20px;
    }

    .product-hero-title {
        font-size: 40px;
        margin-bottom: 20px;
    }

    .product-hero-image img {
        max-height: 300px;
    }

    .feature-row {
        padding: 14px 0;
        gap: 15px;
    }

    .feature-row-icon {
        width: 40px;
        height: 40px;
    }

    .feature-row-icon img {
        width: 20px;
        height: 20px;
    }

    .feature-row-text {
        font-size: 15px;
    }

    .prepaid-intro .section-title,
    .prepaid-dimensions .section-title,
    .technical-spec .section-title,
    .content-title {
        font-size: 22px;
    }

    .intro-subtitle {
        font-size: 16px;
    }

    .dimensions-table {
        font-size: 12px;
    }

    .dimensions-table thead th,
    .dimensions-table tbody td {
        padding: 10px 8px;
    }

    .additional-table {
        font-size: 13px;
    }

    .additional-table td {
        padding: 10px 12px;
    }

    .spec-key {
        width: 40%;
    }

    .content-block p {
        font-size: 14px;
    }

    .footer-container {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 20px;
    }

    .footer-right {
        text-align: center;
    }
}

@media (max-width: 480px) {
    .product-hero-title {
        font-size: 32px;
    }

    .feature-row-text {
        font-size: 14px;
    }

    .prepaid-intro .section-title,
    .prepaid-dimensions .section-title,
    .technical-spec .section-title,
    .content-title {
        font-size: 20px;
    }
}
