/* Home Page Specific Styles */
.home-hero {
    background: linear-gradient(135deg, #e65100, #fb8c00);
    border-radius: 18px;
    padding: 30px 25px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    box-shadow: 0 6px 20px rgba(230, 81, 0, 0.2);
    margin-bottom: 30px;
}

.hero-text-content { max-width: 580px; }

.hero-badge {
    background: #bf360c;
    color: #ffe0b2;
    font-size: 11px;
    font-weight: bold;
    padding: 4px 10px;
    border-radius: 20px;
    text-transform: uppercase;
}

.hero-title {
    font-size: 28px;
    font-weight: 900;
    margin: 10px 0 8px;
}

.hero-subtitle {
    font-size: 15px;
    line-height: 1.5;
    color: #fff3e0;
    margin-bottom: 20px;
}

.hero-btn-group {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.btn-hero-call {
    background: #fff;
    color: #d32f2f;
    padding: 10px 18px;
    border-radius: 8px;
    font-weight: 800;
    text-decoration: none;
    font-size: 14px;
    box-shadow: 0 3px 8px rgba(0,0,0,0.15);
}

.btn-hero-more {
    background: #3e2723;
    color: #fff;
    padding: 10px 18px;
    border-radius: 8px;
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;
}

.hero-image-box { flex-shrink: 0; }
.hero-gov-img {
    max-height: 170px;
    width: auto;
    object-fit: contain;
}

/* Portal Cards */
.home-portal-section { margin-bottom: 35px; }
.section-header { text-align: center; margin-bottom: 20px; }
.section-title { font-size: 22px; color: var(--bgh-dark); font-weight: 800; }
.section-subtitle { font-size: 14px; color: var(--bgh-primary); font-weight: 600; margin-top: 2px; }
.section-desc { font-size: 13px; color: #616161; }

.portal-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 15px;
}

.portal-card {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    border: 1px solid var(--bgh-border);
    box-shadow: 0 3px 10px rgba(0,0,0,0.03);
    text-align: center;
    transition: transform 0.2s ease;
}

.portal-card:hover { transform: translateY(-3px); }
.card-icon { font-size: 28px; color: var(--bgh-primary); margin-bottom: 10px; }
.card-title { font-size: 16px; font-weight: 800; color: #212121; margin-bottom: 6px; }
.card-text { font-size: 13px; color: #616161; line-height: 1.4; margin-bottom: 12px; }
.card-link { color: var(--bgh-primary); font-weight: bold; text-decoration: none; font-size: 13px; }

/* About Section */
.home-about-section { margin-bottom: 35px; }
.about-card {
    background: #fff;
    border-left: 5px solid var(--bgh-primary);
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.04);
}
.sub-badge { color: var(--bgh-primary); font-weight: bold; font-size: 12px; text-transform: uppercase; }
.about-title { font-size: 22px; font-weight: 800; color: var(--bgh-dark); margin: 4px 0; }
.about-tag { font-size: 15px; color: var(--bgh-primary); margin-bottom: 12px; font-weight: 600; }
.about-content { font-size: 14px; color: #424242; line-height: 1.6; margin-bottom: 15px; }
.btn-about-action {
    background: var(--bgh-primary);
    color: #fff;
    padding: 8px 16px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
    display: inline-block;
}

/* Radium Belt Section */
.radium-belt-section {
    background: #fff;
    border: 1px solid var(--bgh-border);
    border-radius: 15px;
    padding: 25px;
    margin-bottom: 35px;
}
.radium-top-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    border-bottom: 1px dashed #ffe0b2;
    padding-bottom: 20px;
}
.belt-badge { background: #ffe0b2; color: #e65100; font-size: 11px; font-weight: bold; padding: 3px 8px; border-radius: 4px; }
.belt-title { font-size: 24px; font-weight: 900; color: var(--bgh-dark); margin: 5px 0; }
.belt-purpose { font-size: 14px; color: #616161; }
.radium-gif { width: 90px; height: 90px; object-fit: contain; border-radius: 10px; border: 1px solid #ffe0b2; }

.radium-benefit-box { margin: 20px 0; background: #fff8e1; padding: 15px; border-radius: 8px; }
.benefit-head { font-size: 15px; font-weight: bold; color: #e65100; margin-bottom: 6px; }
.benefit-text { font-size: 13px; color: #424242; line-height: 1.5; }
.benefit-quote { font-style: italic; font-weight: bold; color: var(--bgh-dark); margin-top: 8px; font-size: 13px; }

.package-disclaimer { font-size: 13px; color: #757575; text-align: center; margin: 15px 0 10px; font-style: italic; }
.packages-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
    margin-top: 15px;
}
.pkg-card {
    background: #fafafa;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 15px;
    text-align: center;
}
.pkg-card.highlight { border-color: var(--bgh-primary); background: #fff8e1; }
.pkg-qty { font-size: 16px; font-weight: 800; color: #212121; }
.pkg-price { font-size: 22px; font-weight: 900; color: var(--bgh-primary); margin: 4px 0; }
.pkg-courier { font-size: 11px; color: #757575; display: block; margin-bottom: 12px; }
.pkg-btn {
    background: #2e7d32;
    color: #fff;
    text-decoration: none;
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: bold;
    display: block;
}

/* Pay Help Section */
.pay-help-section {
    background: #fff;
    border: 1px solid var(--bgh-border);
    border-radius: 15px;
    padding: 25px;
    text-align: center;
}
.pay-badge { background: #ffe0b2; color: #e65100; font-size: 12px; font-weight: bold; padding: 3px 10px; border-radius: 20px; }
.pay-title { font-size: 22px; font-weight: 900; color: var(--bgh-dark); margin: 8px 0 4px; cursor: pointer; }
.pay-desc { font-size: 14px; color: #616161; max-width: 600px; margin: 0 auto 20px; line-height: 1.5; }
.pay-box { display: inline-flex; flex-direction: column; align-items: center; }
.pay-qr-img { width: 170px; height: 170px; object-fit: contain; border: 1px solid #e0e0e0; border-radius: 10px; padding: 4px; }
.qr-label { font-weight: bold; font-size: 14px; margin-top: 8px; }
.qr-sub { font-size: 12px; color: #757575; }

/* Modals */
.bgh-modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    z-index: 200;
    align-items: center;
    justify-content: center;
    padding: 15px;
}
.bgh-modal.show { display: flex; }
.bgh-modal-content {
    background: #fff;
    border-radius: 12px;
    max-width: 420px;
    width: 100%;
    padding: 20px;
    position: relative;
    border-top: 4px solid var(--bgh-primary);
}
.modal-close { position: absolute; top: 12px; right: 15px; font-size: 20px; cursor: pointer; color: #757575; }
.modal-title { font-size: 18px; font-weight: 800; color: var(--bgh-dark); margin-bottom: 12px; }
.modal-form input {
    width: 100%;
    padding: 9px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 13px;
}
.btn-submit {
    width: 100%;
    background: var(--bgh-primary);
    color: #fff;
    border: none;
    padding: 10px;
    border-radius: 6px;
    font-weight: bold;
    cursor: pointer;
}

@media (max-width: 768px) {
    .home-hero { flex-direction: column; text-align: center; }
    .hero-btn-group { justify-content: center; }
}