/* ---- Equipment Rent Category Pages - Shared Styles (.er-*) ---- */

/* Hero */
.er-hero { background: #042a50; padding: 36px 0 32px; }
.er-hero-h1 { color: #fff; font-weight: 800; margin-bottom: 16px; }
.er-hero p { color: rgba(255,255,255,0.9); line-height: 1.8; margin-bottom: 10px; }
.er-hero-cta { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 22px; }
.er-cta-call { display: inline-flex; align-items: center; gap: 8px; background: #07b100; color: #fff !important; font-weight: 700; padding: 12px 24px; border-radius: 8px; text-decoration: none; }
.er-cta-wa   { display: inline-flex; align-items: center; gap: 8px; background: #25d366; color: #fff !important; font-weight: 700; padding: 12px 24px; border-radius: 8px; text-decoration: none; }
.er-cta-call:hover, .er-cta-wa:hover { color: #fff !important; text-decoration: none; opacity: 0.9; }
.er-stat-box { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 16px; }
.er-stat { background: rgba(255,255,255,0.12); border-radius: 10px; padding: 12px 14px; flex: 1 1 calc(50% - 6px); min-width: 110px; border: 1px solid rgba(255,255,255,0.2); }
.er-stat strong { display: block; color: #ffd700; font-weight: 800; }
.er-stat span { color: rgba(255,255,255,0.8); }

/* Products */
.er-products { padding: 44px 0; background: #fff; }
.er-section-hdr { margin-bottom: 28px; }
.er-section-hdr h2 { color: #042a50; font-weight: 800; margin-bottom: 6px; }
.er-section-hdr p { color: #555; }
.er-prod-col { margin-bottom: 20px; }
.er-prod-card { background: #f4f8ff; border-radius: 12px; padding: 24px 18px; height: 100%; border-top: 4px solid #0755bf; box-sizing: border-box; position: relative; }
.er-prod-popular { border-top-color: #07b100; }
.er-popular-tag { position: absolute; top: 0; right: 16px; background: #07b100; color: #fff; font-weight: 700; padding: 3px 10px; border-radius: 0 0 6px 6px; }
.er-prod-icon { width: 46px; height: 46px; border-radius: 10px; background: #0755bf; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 20px; margin-bottom: 12px; }
.er-prod-name { color: #042a50; font-weight: 700; margin-bottom: 8px; }
.er-prod-desc { color: #555; line-height: 1.65; margin-bottom: 12px; }
.er-prod-price { background: #e8f5e8; color: #1a5e1a; font-weight: 700; padding: 5px 12px; border-radius: 6px; display: inline-block; margin-bottom: 14px; }
.er-prod-actions { display: flex; gap: 8px; flex-wrap: wrap; }
.er-btn-rent { display: inline-flex; align-items: center; gap: 6px; background: #0755bf; color: #fff !important; font-weight: 700; padding: 9px 16px; border-radius: 6px; text-decoration: none; }
.er-btn-buy  { display: inline-flex; align-items: center; gap: 6px; background: #fff; color: #0755bf !important; font-weight: 700; padding: 9px 14px; border-radius: 6px; text-decoration: none; border: 2px solid #0755bf; }
.er-btn-rent:hover, .er-btn-buy:hover { text-decoration: none; opacity: 0.85; }

/* What's included */
.er-included { padding: 44px 0; background: #f8fbff; }
.er-included h2 { color: #042a50; font-weight: 700; margin-bottom: 16px; }
.er-incl-list { list-style: none; padding: 0; margin: 0; }
.er-incl-list li { display: flex; align-items: flex-start; gap: 8px; color: #444; padding: 5px 0; line-height: 1.6; }
.er-incl-list li i { color: #07b100; flex-shrink: 0; margin-top: 3px; }

/* Why Zorgers */
.er-why { padding: 44px 0; background: #063661; }
.er-why h2 { color: #ffd700; font-weight: 800; text-align: center; margin-bottom: 8px; }
.er-why-sub { text-align: center; color: rgba(255,255,255,0.8); margin-bottom: 28px; }
.er-why-col { margin-bottom: 20px; }
.er-why-card { background: rgba(255,255,255,0.08); border-radius: 12px; padding: 22px 18px; height: 100%; border: 1px solid rgba(255,255,255,0.15); box-sizing: border-box; text-align: center; }
.er-why-icon { width: 52px; height: 52px; border-radius: 50%; background: #ffd700; color: #063661; display: flex; align-items: center; justify-content: center; font-size: 22px; margin: 0 auto 12px; }
.er-why-card strong { display: block; color: #fff; font-weight: 700; margin-bottom: 6px; }
.er-why-card p { color: rgba(255,255,255,0.8); line-height: 1.65; margin: 0; }

/* How to rent steps */
.er-steps { padding: 44px 0; background: #f8fbff; }
.er-steps h2 { color: #042a50; font-weight: 800; text-align: center; margin-bottom: 28px; }
.er-step-col { margin-bottom: 20px; }
.er-step-card { background: #fff; border-radius: 10px; padding: 22px 18px; height: 100%; box-shadow: 0 2px 12px rgba(6,54,97,0.07); text-align: center; box-sizing: border-box; }
.er-step-num { width: 40px; height: 40px; border-radius: 50%; background: #0755bf; color: #fff; font-weight: 800; display: flex; align-items: center; justify-content: center; margin: 0 auto 12px; }
.er-step-card strong { display: block; color: #042a50; font-weight: 700; margin-bottom: 6px; }
.er-step-card p { color: #555; line-height: 1.65; margin: 0; }

/* FAQ */
.er-faq { padding: 44px 0; background: #fff; }
.er-faq-title { color: #042a50; font-weight: 800; text-align: center; margin-bottom: 28px; }

/* City coverage */
.er-cities { padding: 36px 0; background: #042a50; }
.er-cities h2 { color: #ffd700; font-weight: 800; text-align: center; margin-bottom: 8px; }
.er-cities-sub { text-align: center; color: rgba(255,255,255,0.8); margin-bottom: 20px; }
.er-city-list { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; padding: 0 16px; }
.er-city-pill { background: rgba(255,255,255,0.1); color: #fff; padding: 6px 14px; border-radius: 20px; font-weight: 600; border: 1px solid rgba(255,255,255,0.25); }
.er-city-cta { text-align: center; margin-top: 20px; }
.er-city-cta a { background: #ffd700; color: #063661 !important; font-weight: 700; padding: 12px 28px; border-radius: 8px; text-decoration: none; display: inline-block; }
.er-city-cta a:hover { text-decoration: none; background: #f0c800; }

/* Responsive */
@media (max-width: 991px) {
    .er-stat { flex: 1 1 calc(50% - 6px); }
}
@media (max-width: 767px) {
    .er-hero-cta { flex-direction: column; }
    .er-cta-call, .er-cta-wa { justify-content: center; text-align: center; }
    .er-stat-box { margin-top: 24px; }
}
@media (max-width: 480px) {
    .er-stat { flex: 1 1 100%; }
    .er-prod-actions { flex-direction: column; }
    .er-btn-rent, .er-btn-buy { justify-content: center; }
}

/* Rent vs Buy table */
.er-rvb { padding: 44px 0; background: #fff; }
.er-rvb h2 { color: #042a50; font-weight: 800; text-align: center; margin-bottom: 8px; }
.er-rvb-sub { text-align: center; color: #555; margin-bottom: 28px; }
.er-rvb-table-wrap { overflow-x: auto; margin-bottom: 18px; }
.er-rvb-table { width: 100%; border-collapse: collapse; }
.er-rvb-table th { background: #042a50; color: #fff; padding: 12px 16px; text-align: left; font-weight: 700; }
.er-rvb-table th.er-rvb-rent-col { background: #07b100; }
.er-rvb-table td { padding: 10px 16px; border-bottom: 1px solid #e2edf7; vertical-align: top; color: #555; line-height: 1.55; }
.er-rvb-table tr:nth-child(even) td { background: #f8fbff; }
.er-rvb-table .er-rvb-factor { color: #042a50; font-weight: 600; }
.er-rvb-table .er-rvb-rent { color: #1a5e1a; font-weight: 600; }
.er-rvb-verdict { background: #e8f5e8; border-left: 4px solid #07b100; padding: 12px 16px; border-radius: 0 8px 8px 0; color: #1a5e1a; margin-top: 0; }
.er-rvb-verdict a { color: #1a5e1a; font-weight: 700; }

/* Related services (care service links per equipment) */
.er-related-svcs { padding: 44px 0; background: #f8fbff; }
.er-related-svcs h2 { color: #042a50; font-weight: 800; margin-bottom: 8px; }
.er-related-sub { color: #555; margin-bottom: 28px; }
.er-relsvc-col { margin-bottom: 16px; }
.er-relsvc-card { display: block; background: #fff; border-radius: 10px; padding: 20px 14px; height: 100%; border-top: 4px solid #0755bf; text-decoration: none; box-shadow: 0 2px 8px rgba(6,54,97,0.06); box-sizing: border-box; }
.er-relsvc-card:hover { border-top-color: #07b100; text-decoration: none; }
.er-relsvc-icon { width: 40px; height: 40px; border-radius: 8px; background: #e8f1fb; display: flex; align-items: center; justify-content: center; font-size: 18px; color: #0755bf; margin-bottom: 10px; }
.er-relsvc-card strong { display: block; color: #042a50; font-weight: 700; margin-bottom: 4px; }
.er-relsvc-card span { color: #555; line-height: 1.55; display: block; margin-bottom: 10px; }
.er-relsvc-more { color: #0755bf; font-weight: 600; }

/* Full home care brand section */
.er-brand { padding: 44px 0; background: #042a50; }
.er-brand h2 { color: #fff; font-weight: 800; text-align: center; margin-bottom: 8px; }
.er-brand-sub { text-align: center; color: rgba(255,255,255,0.8); margin-bottom: 28px; }
.er-brand-svc-col { margin-bottom: 16px; }
.er-brand-svc-card { display: block; background: rgba(255,255,255,0.1); border-radius: 10px; padding: 18px 14px; height: 100%; text-align: center; border: 1px solid rgba(255,255,255,0.18); box-sizing: border-box; text-decoration: none; }
.er-brand-svc-card:hover { background: rgba(255,255,255,0.18); text-decoration: none; }
.er-brand-svc-icon { font-size: 26px; color: #ffd700; margin-bottom: 10px; display: block; }
.er-brand-svc-card strong { display: block; color: #fff; font-weight: 700; margin-bottom: 4px; }
.er-brand-svc-card span { color: rgba(255,255,255,0.75); display: block; }

/* Reviews wrapper */
.er-reviews { padding: 44px 0; background: #f8fbff; overflow: hidden; }
.er-reviews .reviews .container { float: none; }

/* Doctors wrapper */
.er-doctors { padding: 0; }

/* Offices section */
.er-offices { padding: 44px 0; background: #fff; }
.er-offices h2 { color: #042a50; font-weight: 800; text-align: center; margin-bottom: 8px; }
.er-offices-sub { text-align: center; color: #555; margin-bottom: 28px; }
.er-office-col { margin-bottom: 16px; }
.er-office-card { background: #f8fbff; border-radius: 10px; padding: 20px 16px; height: 100%; border-top: 4px solid #0755bf; box-shadow: 0 2px 8px rgba(6,54,97,0.06); box-sizing: border-box; }
.er-office-intl { border-top-color: #ffd700; }
.er-office-name { color: #042a50; font-weight: 700; display: block; margin-bottom: 6px; }
.er-office-addr { color: #555; line-height: 1.65; margin: 0 0 6px; }
.er-office-phone { color: #0755bf; font-weight: 600; display: block; text-decoration: none; }
.er-office-phone:hover { text-decoration: underline; color: #0755bf; }

/* International section */
.er-intl { padding: 40px 0; background: #063661; }
.er-intl h2 { color: #ffd700; font-weight: 800; margin-bottom: 8px; }
.er-intl p { color: rgba(255,255,255,0.85); line-height: 1.75; margin-bottom: 16px; }
.er-intl-cta { display: flex; flex-direction: column; gap: 10px; padding-top: 8px; }
.er-intl-btn { background: #ffd700; color: #063661 !important; font-weight: 700; padding: 12px 20px; border-radius: 8px; text-decoration: none; display: inline-block; text-align: center; }
.er-intl-wa { background: #25d366; color: #fff !important; font-weight: 700; padding: 12px 20px; border-radius: 8px; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; justify-content: center; }
.er-intl-btn:hover, .er-intl-wa:hover { text-decoration: none; opacity: 0.9; }

/* Responsive for new sections */
@media (max-width: 991px) {
    .er-intl-cta { flex-direction: row; flex-wrap: wrap; }
    .er-intl h2 { margin-top: 0; }
}
@media (max-width: 767px) {
    .er-rvb-table th, .er-rvb-table td { padding: 8px 10px; }
}
@media (max-width: 480px) {
    .er-relsvc-card { padding: 16px 12px; }
    .er-brand-svc-card { padding: 14px 10px; }
    .er-intl-cta { flex-direction: column; }
}

/* DB-driven inventory listing */
.er-db-listing { padding: 44px 0; background: #f0f5fb; }
.er-dbl-col { margin-bottom: 20px; }
.er-dbl-card { display: block; background: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0 2px 10px rgba(6,54,97,0.08); text-decoration: none; height: 100%; box-sizing: border-box; }
.er-dbl-card:hover { text-decoration: none; box-shadow: 0 4px 18px rgba(6,54,97,0.14); }
.er-dbl-img { background: #f8fbff; text-align: center; padding: 12px; min-height: 140px; display: flex; align-items: center; justify-content: center; }
.er-dbl-img img { max-height: 130px; width: auto; margin: 0 auto; }
.er-dbl-info { padding: 14px 16px; }
.er-dbl-info strong { display: block; color: #042a50; font-weight: 700; margin-bottom: 6px; line-height: 1.45; }
.er-dbl-price { display: inline-block; background: #e8f5e8; color: #1a5e1a; font-weight: 700; padding: 3px 10px; border-radius: 5px; margin-bottom: 10px; }
.er-dbl-cta { display: block; color: #0755bf; font-weight: 600; }
.er-dbl-card:hover .er-dbl-cta { color: #07b100; }
@media (max-width: 767px) { .er-dbl-img { min-height: 110px; } .er-dbl-img img { max-height: 100px; } }
@media (max-width: 480px) { .er-dbl-info { padding: 12px; } }

/* Equipment listing grid */
.er-equip-grid { padding: 44px 0; background: #f0f5fb; }
.er-equip-grid h2 { color: #042a50; font-weight: 800; text-align: center; margin-bottom: 8px; }
.er-equip-grid-sub { text-align: center; color: #555; margin-bottom: 28px; }
.er-equip-col { margin-bottom: 16px; }
.er-equip-card { display: block; background: #fff; border-radius: 10px; padding: 20px 16px; height: 100%; border-left: 4px solid #0755bf; text-decoration: none; box-shadow: 0 2px 8px rgba(6,54,97,0.07); box-sizing: border-box; }
.er-equip-card:hover { border-left-color: #07b100; text-decoration: none; }
.er-equip-active { border-left-color: #07b100; background: #f0fff0; }
.er-equip-card strong { display: block; color: #042a50; font-weight: 700; margin-bottom: 4px; }
.er-equip-card span { color: #555; line-height: 1.55; display: block; margin-bottom: 10px; }
.er-equip-link { color: #0755bf; font-weight: 600; }
.er-equip-active .er-equip-link { color: #07b100; }
@media (max-width: 480px) {
    .er-equip-card { padding: 16px 12px; }
}
