/* Boster Core – front-end styles. Healthcare blue theme, mobile-first. */
:root, .bg-site {
	--bg-primary: #1565d8;
	--bg-primary-dark: #0d47a1;
	--bg-dark: #0b3d91;
	--bg-navy: #0a1f44;
	--bg-soft: #e8f1ff;
	--bg-soft-2: #f4f8ff;
	--bg-green: #22c55e;
	--bg-green-dark: #16a34a;
	--bg-text: #1f2937;
	--bg-muted: #6b7280;
	--bg-border: #e3e9f2;
	--bg-radius: 16px;
	--bg-shadow: 0 6px 24px rgba(11, 61, 145, 0.08);
	--bg-font: "Inter", "Segoe UI", system-ui, -apple-system, Roboto, sans-serif;
}
.bg-site .bg-container, .bg-site [class*="bg-"] { box-sizing: border-box; }
.bg-container { max-width: 1240px; margin: 0 auto; padding: 0 20px; }
.bg-section { padding: 48px 0; }
.bg-section-tight { padding: 32px 0; }
.bg-sec-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; margin-bottom: 22px; flex-wrap: wrap; }
.bg-sec-title { font-family: var(--bg-font); font-size: 1.7rem; font-weight: 800; color: var(--bg-dark); margin: 0; line-height: 1.2; }
.bg-sec-sub { margin: 4px 0 0; color: var(--bg-muted); font-size: .95rem; }
.bg-sec-link { color: var(--bg-primary); font-weight: 600; text-decoration: none; white-space: nowrap; }
.bg-eyebrow { text-transform: uppercase; letter-spacing: .12em; font-size: .75rem; font-weight: 700; color: var(--bg-primary); margin: 0 0 10px; }
.bg-script { font-family: "Brush Script MT", "Segoe Script", cursive; color: var(--bg-primary); font-size: 1.6rem; line-height: 1.1; margin: 8px 0 0; }
.bg-muted { color: var(--bg-muted); }
.bg-empty { color: var(--bg-muted); padding: 24px; background: var(--bg-soft-2); border-radius: 12px; grid-column: 1 / -1; }
.bg-lead { font-size: 1.05rem; color: var(--bg-text); }

/* Buttons */
.bg-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 12px 22px; border-radius: 12px; font-weight: 700; font-size: .95rem; text-decoration: none !important; border: 2px solid transparent; cursor: pointer; transition: transform .15s, box-shadow .15s, background .15s; line-height: 1.2; font-family: var(--bg-font); }
.bg-btn:hover { transform: translateY(-1px); box-shadow: 0 8px 20px rgba(11,61,145,.15); }
.bg-btn-primary { background: linear-gradient(135deg, var(--bg-primary), var(--bg-primary-dark)); color: #fff !important; }
.bg-btn-outline { background: #fff; color: var(--bg-primary) !important; border-color: var(--bg-primary); }
.bg-btn-soft { background: var(--bg-soft); color: var(--bg-dark) !important; }
.bg-btn-whatsapp { background: var(--bg-green); color: #fff !important; }
.bg-btn-whatsapp:hover { background: var(--bg-green-dark); }
.bg-btn-ai { background: var(--bg-dark); color: #fff !important; border-radius: 12px; }
.bg-btn-sm { padding: 9px 14px; font-size: .85rem; border-radius: 10px; }
.bg-btn-block { width: 100%; }
.bg-menu-ai { display: flex; align-items: center; margin-left: 12px; }
.bg-menu-ai .bg-btn { padding: 8px 16px; }

/* Hero */
.bg-hero { background: linear-gradient(120deg, #f3f8ff 0%, #e6f0ff 55%, #d6e6ff 100%); padding: 56px 0 48px; position: relative; overflow: hidden; }
.bg-hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 40px; align-items: center; }
.bg-hero-title { font-family: var(--bg-font); font-size: clamp(2rem, 4vw, 3.1rem); font-weight: 900; color: var(--bg-navy); line-height: 1.12; margin: 0 0 14px; }
.bg-hero-title .bg-hero-subtitle { display: block; font-size: .5em; color: var(--bg-primary); font-weight: 800; margin-top: 6px; }
.bg-hero-text { color: #374151; font-size: 1.05rem; line-height: 1.6; margin: 0 0 22px; max-width: 620px; }
.bg-hero-ctas { display: flex; flex-wrap: wrap; gap: 12px; }
.bg-hero-badges { list-style: none; padding: 0; margin: 26px 0 0; display: flex; flex-wrap: wrap; gap: 10px 22px; color: var(--bg-dark); font-weight: 600; font-size: .9rem; }
.bg-hero-media { position: relative; text-align: center; }
.bg-hero-media img { max-width: 100%; height: auto; border-radius: 28px; box-shadow: var(--bg-shadow); }
.bg-hero-art { width: 100%; aspect-ratio: 4/3; border-radius: 28px; background: radial-gradient(circle at 30% 30%, #ffffff, #bcd3ff); display: flex; align-items: center; justify-content: center; font-size: 6rem; box-shadow: var(--bg-shadow); }
.bg-hero-checks { list-style: none; padding: 12px 16px; margin: 14px auto 0; display: inline-flex; flex-direction: column; gap: 6px; text-align: left; background: rgba(255,255,255,.7); border-radius: 14px; color: var(--bg-dark); font-weight: 600; font-size: .9rem; }

/* Grids & cards */
.bg-grid { display: grid; gap: 18px; }
.bg-grid-2 { grid-template-columns: repeat(2, 1fr); }
.bg-grid-3 { grid-template-columns: repeat(3, 1fr); }
.bg-grid-4 { grid-template-columns: repeat(4, 1fr); }
.bg-grid-5 { grid-template-columns: repeat(5, 1fr); }
.bg-grid-6 { grid-template-columns: repeat(6, 1fr); }
.bg-card { background: #fff; border: 1px solid var(--bg-border); border-radius: var(--bg-radius); box-shadow: var(--bg-shadow); overflow: hidden; display: flex; flex-direction: column; transition: transform .15s, box-shadow .15s; }
.bg-card:hover { transform: translateY(-3px); box-shadow: 0 14px 34px rgba(11,61,145,.14); }
.bg-card-img { display: block; position: relative; aspect-ratio: 4/3; background: var(--bg-soft-2); overflow: hidden; }
.bg-card-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.bg-img-placeholder { width: 100%; height: 100%; min-height: 160px; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #e8f1ff, #cfe0ff); color: var(--bg-primary); font-size: 2.5rem; font-weight: 800; }
.bg-card-body { padding: 16px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.bg-card-title { font-size: 1.02rem; font-weight: 800; margin: 0; color: var(--bg-navy); line-height: 1.3; }
.bg-card-title a { color: inherit; text-decoration: none; }
.bg-card-text { margin: 0; color: var(--bg-muted); font-size: .88rem; line-height: 1.5; }
.bg-card-role { margin: 0; color: var(--bg-primary); font-weight: 600; font-size: .9rem; }
.bg-card-fact { margin: 0; font-size: .85rem; color: #374151; }
.bg-card-meta { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; font-size: .8rem; }
.bg-sku { color: var(--bg-muted); }
.bg-avail { font-weight: 700; }
.bg-avail-ok { color: var(--bg-green-dark); }
.bg-avail-warn { color: #d97706; }
.bg-avail-bad { color: #dc2626; }
.bg-price { font-size: 1.25rem; font-weight: 900; color: var(--bg-dark); }
.bg-price-request { font-size: 1rem; color: var(--bg-primary); }
.bg-price-lg .bg-price { font-size: 1.9rem; }
.bg-card-actions { display: flex; gap: 8px; margin-top: auto; flex-wrap: wrap; }
.bg-card-actions .bg-btn { flex: 1; }
.bg-actions-lg { margin: 18px 0; }
.bg-tag { position: absolute; top: 10px; right: 10px; background: var(--bg-soft); color: var(--bg-dark); font-size: .72rem; font-weight: 700; padding: 4px 10px; border-radius: 999px; }
.bg-job-card .bg-tag, .bg-job-detail .bg-tag, .bg-provider-detail .bg-tag { position: static; display: inline-block; }
.bg-tag-verified { background: var(--bg-green); color: #fff; }
.bg-tag-avail { background: #fff; }
.bg-tag-featured { background: #fde68a; color: #92400e; }
.bg-chips { display: flex; flex-wrap: wrap; gap: 6px; }
.bg-chip { background: var(--bg-soft); color: var(--bg-dark); font-size: .75rem; padding: 4px 10px; border-radius: 999px; font-weight: 600; }
.bg-check-list { list-style: none; padding: 0; margin: 0 0 16px; display: grid; gap: 6px; }
.bg-specs { width: 100%; border-collapse: collapse; margin-bottom: 16px; font-size: .9rem; }
.bg-specs th, .bg-specs td { text-align: left; padding: 8px 10px; border-bottom: 1px solid var(--bg-border); }
.bg-specs th { color: var(--bg-muted); font-weight: 600; width: 40%; }

/* Service / category tiles */
.bg-service-tile, .bg-care-tile, .bg-mini-card { background: #fff; border: 1px solid var(--bg-border); border-radius: 14px; padding: 18px 12px; text-align: center; text-decoration: none !important; color: var(--bg-dark); font-weight: 700; font-size: .9rem; display: flex; flex-direction: column; align-items: center; gap: 10px; transition: transform .15s, box-shadow .15s; }
.bg-service-tile:hover, .bg-care-tile:hover { transform: translateY(-3px); box-shadow: var(--bg-shadow); border-color: #c9dbff; }
.bg-tile-icon, .bg-care-icon { font-size: 2rem; line-height: 1; }
.bg-care-icon { width: 64px; height: 64px; border-radius: 50%; background: var(--bg-soft); display: flex; align-items: center; justify-content: center; }
.bg-mini-card img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 10px; }
.bg-mini-card span { font-weight: 400; color: var(--bg-muted); font-size: .8rem; }

/* Jobs */
.bg-job-facts { list-style: none; padding: 0; margin: 6px 0 14px; display: grid; gap: 6px; font-size: .88rem; color: #374151; }
.bg-job-facts-lg { grid-template-columns: repeat(2, 1fr); font-size: .95rem; }
.bg-job-card { padding: 18px; gap: 6px; }
.bg-jobs-rows { display: grid; gap: 10px; }
.bg-job-row { display: grid; grid-template-columns: 44px 1fr auto 20px; gap: 12px; align-items: center; background: #fff; border: 1px solid var(--bg-border); border-radius: 12px; padding: 12px 14px; text-decoration: none !important; color: var(--bg-text); transition: box-shadow .15s; }
.bg-job-row:hover { box-shadow: var(--bg-shadow); }
.bg-job-ico { width: 44px; height: 44px; border-radius: 12px; background: var(--bg-soft); display: flex; align-items: center; justify-content: center; font-size: 1.4rem; }
.bg-job-row-main, .bg-job-row-side { display: flex; flex-direction: column; }
.bg-job-row-main strong { color: var(--bg-navy); }
.bg-job-row small, .bg-job-row-side span { color: var(--bg-muted); font-size: .8rem; }
.bg-job-row-arrow { color: var(--bg-primary); font-size: 1.4rem; }
.bg-employer-box { background: linear-gradient(135deg, var(--bg-dark), var(--bg-primary)); color: #fff; padding: 26px; border-radius: var(--bg-radius); margin-top: 24px; }
.bg-employer-box h3 { color: #fff; margin: 0 0 6px; }
.bg-employer-box ul { list-style: none; padding: 0; margin: 12px 0 18px; display: grid; gap: 6px; }
.bg-employer-box .bg-btn-primary { background: #fff; color: var(--bg-dark) !important; }

/* Search bar */
.bg-searchbar { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr auto; gap: 10px; background: #fff; border: 1px solid var(--bg-border); border-radius: 16px; padding: 12px; box-shadow: var(--bg-shadow); margin: -26px 0 26px; position: relative; z-index: 2; }
.bg-searchbar input, .bg-searchbar select { padding: 12px 14px; border: 1px solid var(--bg-border); border-radius: 10px; font-size: .95rem; background: #fff; min-width: 0; }
.bg-caregiver-searchbar { grid-template-columns: 1fr 1fr 1fr 1fr auto; }
.bg-results-count { margin: 0 0 14px; color: var(--bg-muted); }
.bg-results-count strong { color: var(--bg-dark); font-size: 1.2rem; }
.bg-pagination { text-align: center; margin-top: 20px; }

/* Steps */
.bg-steps { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 16px; counter-reset: s; }
.bg-step { text-align: center; display: flex; flex-direction: column; align-items: center; gap: 6px; position: relative; }
.bg-step-num { width: 46px; height: 46px; border-radius: 50%; background: var(--bg-primary); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 1.1rem; box-shadow: 0 6px 14px rgba(21,101,216,.3); }
.bg-step strong { color: var(--bg-navy); }
.bg-step span { color: var(--bg-muted); font-size: .85rem; }

/* Why choose */
.bg-why-item { display: flex; gap: 12px; align-items: flex-start; background: #fff; border: 1px solid var(--bg-border); border-radius: 14px; padding: 16px; }
.bg-why-icon { width: 44px; height: 44px; border-radius: 12px; background: var(--bg-soft); display: flex; align-items: center; justify-content: center; font-size: 1.3rem; flex-shrink: 0; }
.bg-why-item strong { display: block; color: var(--bg-navy); }
.bg-why-item span { color: var(--bg-muted); font-size: .85rem; }

/* Reviews */
.bg-review { margin: 0; background: #fff; border: 1px solid var(--bg-border); border-radius: var(--bg-radius); padding: 20px; box-shadow: var(--bg-shadow); }
.bg-stars { color: #f59e0b; letter-spacing: 2px; }
.bg-review p { color: #374151; font-size: .95rem; line-height: 1.6; margin: 8px 0 12px; }
.bg-review footer { display: flex; flex-direction: column; }
.bg-review footer strong { color: var(--bg-navy); }
.bg-review footer span { color: var(--bg-muted); font-size: .85rem; }

/* FAQ */
.bg-faqs { display: grid; gap: 10px; }
.bg-faq { background: #fff; border: 1px solid var(--bg-border); border-radius: 12px; padding: 0 16px; }
.bg-faq summary { cursor: pointer; padding: 14px 0; font-weight: 700; color: var(--bg-navy); list-style: none; display: flex; justify-content: space-between; align-items: center; }
.bg-faq summary::-webkit-details-marker { display: none; }
.bg-faq summary span { color: var(--bg-primary); font-size: 1.2rem; }
.bg-faq[open] summary span { transform: rotate(45deg); }
.bg-faq-a { padding: 0 0 14px; color: #374151; font-size: .93rem; line-height: 1.6; }

/* Packages */
.bg-package { background: #fff; border: 1px solid var(--bg-border); border-radius: var(--bg-radius); padding: 22px; text-align: center; display: flex; flex-direction: column; gap: 8px; align-items: center; }
.bg-package-icon { font-size: 2rem; }
.bg-package h3 { margin: 0; color: var(--bg-navy); font-size: 1.05rem; }
.bg-package p { margin: 0; color: var(--bg-muted); font-size: .85rem; }
.bg-package strong { color: var(--bg-dark); font-size: 1.1rem; }

/* CTA band */
.bg-cta-band { background: linear-gradient(120deg, #eaf2ff, #d9e7ff); padding: 40px 0; margin-top: 24px; }
.bg-cta-grid { display: grid; grid-template-columns: auto 1fr auto; gap: 30px; align-items: center; }
.bg-cta-script { font-family: "Brush Script MT", "Segoe Script", cursive; color: var(--bg-primary); font-size: 2.2rem; line-height: 1; }
.bg-cta-main h2 { color: var(--bg-navy); margin: 0 0 8px; font-size: 1.6rem; }
.bg-cta-main p { color: #374151; margin: 0 0 16px; }
.bg-cta-points ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 6px; color: var(--bg-dark); font-weight: 600; font-size: .9rem; }

/* Contact cards */
.bg-contact-card { background: #fff; border: 1px solid var(--bg-border); border-radius: var(--bg-radius); padding: 22px 16px; text-align: center; display: flex; flex-direction: column; gap: 6px; align-items: center; }
.bg-contact-icon { width: 56px; height: 56px; border-radius: 50%; background: var(--bg-soft); display: flex; align-items: center; justify-content: center; font-size: 1.5rem; }
.bg-contact-icon.bg-green { background: #dcfce7; }
.bg-contact-card h3 { margin: 4px 0 0; font-size: 1rem; color: var(--bg-navy); }
.bg-contact-card a { color: var(--bg-primary); font-weight: 700; text-decoration: none; }
.bg-contact-card p, .bg-contact-card small { margin: 0; color: var(--bg-muted); font-size: .85rem; }
.bg-map iframe { width: 100%; height: 300px; border: 0; border-radius: var(--bg-radius); margin-bottom: 20px; }

/* Layout */
.bg-two-col { display: grid; grid-template-columns: 1fr 400px; gap: 28px; align-items: start; padding: 24px 20px; }
.bg-two-col-even { grid-template-columns: 1fr 1fr; }
.bg-sidebar { position: sticky; top: 90px; display: grid; gap: 14px; }
.bg-side-ctas { display: grid; gap: 8px; }
.bg-breadcrumb { font-size: .85rem; color: var(--bg-muted); margin: 16px 0; }
.bg-breadcrumb a { color: var(--bg-primary); text-decoration: none; }
.bg-gallery-main img { width: 100%; border-radius: var(--bg-radius); }
.bg-gallery-thumbs { display: flex; gap: 8px; margin-top: 8px; }
.bg-gallery-thumbs img { width: 72px; height: 72px; object-fit: cover; border-radius: 8px; border: 2px solid var(--bg-border); }
.bg-provider-head { display: flex; gap: 20px; align-items: center; margin-bottom: 16px; }
.bg-provider-photo { width: 140px; height: 140px; border-radius: 20px; overflow: hidden; flex-shrink: 0; }
.bg-provider-photo img { width: 100%; height: 100%; object-fit: cover; }
.bg-note { padding: 12px 14px; border-radius: 12px; font-size: .88rem; line-height: 1.5; }
.bg-note-info { background: #fff7ed; color: #9a3412; border: 1px solid #fed7aa; }
.bg-note-ok { background: #dcfce7; color: #166534; }
.bg-note-error { background: #fee2e2; color: #991b1b; }
.bg-prose { padding: 40px 20px; max-width: 820px; }

/* Forms */
.bg-form-card { background: #fff; border: 1px solid var(--bg-border); border-radius: var(--bg-radius); padding: 22px; box-shadow: var(--bg-shadow); }
.bg-form-title { margin: 0 0 4px; color: var(--bg-navy); font-size: 1.25rem; font-weight: 800; }
.bg-form-sub { margin: 0 0 14px; color: var(--bg-muted); font-size: .88rem; }
.bg-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.bg-form-compact .bg-form-grid { grid-template-columns: 1fr; }
.bg-field { display: flex; flex-direction: column; gap: 5px; }
.bg-col-full { grid-column: 1 / -1; }
.bg-field label { font-size: .82rem; font-weight: 700; color: var(--bg-navy); }
.bg-req { color: #dc2626; }
.bg-field input, .bg-field select, .bg-field textarea, .bg-status-form input, .bg-form-static input:not([type=checkbox]), .bg-form-static select, .bg-form-static textarea { width: 100%; padding: 11px 12px; border: 1px solid #d5deea; border-radius: 10px; font-size: .93rem; font-family: inherit; background: #fbfcfe; transition: border .15s, box-shadow .15s; }
.bg-field input:focus, .bg-field select:focus, .bg-field textarea:focus { outline: none; border-color: var(--bg-primary); box-shadow: 0 0 0 3px rgba(21,101,216,.15); background: #fff; }
.bg-field.bg-invalid input, .bg-field.bg-invalid select, .bg-field.bg-invalid textarea { border-color: #dc2626; }
.bg-field-error { color: #dc2626; font-size: .78rem; }
.bg-check { display: flex; gap: 8px; align-items: flex-start; font-weight: 500 !important; font-size: .88rem !important; }
.bg-check input { width: auto; margin-top: 3px; }
.bg-hp { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }
.bg-privacy-note { font-size: .76rem; color: var(--bg-muted); margin: 12px 0; line-height: 1.5; }
.bg-form-msg { margin-top: 10px; font-size: .88rem; color: #dc2626; }
.bg-form-success { text-align: center; padding: 20px 0; }
.bg-success-icon { width: 64px; height: 64px; border-radius: 50%; background: var(--bg-green); color: #fff; font-size: 2rem; display: flex; align-items: center; justify-content: center; margin: 0 auto 12px; }
.bg-form-success h4 { margin: 0 0 6px; color: var(--bg-navy); font-size: 1.3rem; }
.bg-form-success p { color: #374151; margin: 0 0 16px; }
.bg-btn[disabled] { opacity: .7; cursor: wait; }
.bg-status-form { display: flex; gap: 8px; margin: 10px 0; }
.bg-status-result .bg-app-row { margin-top: 8px; }
.bg-status-box { background: #fff; border: 1px solid var(--bg-border); border-radius: var(--bg-radius); padding: 20px; }
.bg-status-box h3 { margin: 0 0 4px; color: var(--bg-navy); }
.bg-status-box p { margin: 0; color: var(--bg-muted); font-size: .85rem; }

/* Portal */
.bg-portal { padding: 40px 20px; }
.bg-portal-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; }
.bg-auth-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 20px; }
.bg-form-static .login-username, .bg-form-static .login-password, .bg-form-card .login-username, .bg-form-card .login-password { display: flex; flex-direction: column; gap: 5px; margin-bottom: 12px; }
.bg-form-card .login-submit input { background: var(--bg-primary); color: #fff; border: 0; padding: 12px; border-radius: 10px; font-weight: 700; width: 100%; cursor: pointer; }
.bg-app-row { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--bg-border); }
.bg-app-row strong { display: block; color: var(--bg-navy); }
.bg-app-row small { color: var(--bg-muted); }
.bg-badge { display: inline-block; padding: 4px 10px; border-radius: 999px; background: var(--bg-soft); color: var(--bg-dark); font-size: .75rem; font-weight: 700; white-space: nowrap; }
.bg-status-hired, .bg-status-shortlisted { background: #dcfce7; color: #166534; }
.bg-status-rejected { background: #fee2e2; color: #991b1b; }
.bg-status-interview { background: #fef3c7; color: #92400e; }
.bg-applicant-list { list-style: none; padding: 0 0 8px 12px; margin: 0; font-size: .88rem; display: grid; gap: 6px; }

/* Modal */
.bg-modal { position: fixed; inset: 0; background: rgba(10,31,68,.55); z-index: 99998; display: flex; align-items: center; justify-content: center; padding: 20px; }
.bg-modal[hidden] { display: none; }
.bg-modal-box { position: relative; width: 100%; max-width: 480px; max-height: 92vh; overflow: auto; }
.bg-modal-close { position: absolute; top: 8px; right: 12px; z-index: 2; background: none; border: 0; font-size: 1.8rem; color: var(--bg-muted); cursor: pointer; }

/* Floating WhatsApp */
.bg-wa-float { position: fixed; right: 18px; bottom: 90px; width: 56px; height: 56px; border-radius: 50%; background: var(--bg-green); display: flex; align-items: center; justify-content: center; box-shadow: 0 8px 24px rgba(34,197,94,.45); z-index: 99990; transition: transform .15s; }
.bg-wa-float:hover { transform: scale(1.06); }

/* AI launcher + panel */
.bg-ai-launcher { position: fixed; right: 18px; bottom: 22px; background: var(--bg-dark); color: #fff; border: 0; border-radius: 999px; padding: 12px 18px; font-weight: 700; font-size: .95rem; box-shadow: 0 8px 24px rgba(11,61,145,.4); cursor: pointer; z-index: 99990; display: flex; align-items: center; gap: 6px; font-family: var(--bg-font); }
.bg-ai { position: fixed; inset: 0; z-index: 99999; display: flex; align-items: flex-end; justify-content: flex-end; padding: 20px; background: rgba(10,31,68,.25); }
.bg-ai[hidden] { display: none; }
.bg-ai-panel { width: 100%; max-width: 400px; height: min(640px, 90vh); background: #fff; border-radius: 20px; display: flex; flex-direction: column; overflow: hidden; box-shadow: 0 24px 60px rgba(11,61,145,.35); font-family: var(--bg-font); }
.bg-ai-head { display: flex; align-items: center; gap: 10px; padding: 14px 16px; background: linear-gradient(135deg, var(--bg-dark), var(--bg-primary)); color: #fff; }
.bg-ai-head strong { display: block; }
.bg-ai-head small { opacity: .85; font-size: .75rem; }
.bg-ai-avatar { width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255,.2); display: flex; align-items: center; justify-content: center; font-size: 1.3rem; }
.bg-ai-close { margin-left: auto; background: none; border: 0; color: #fff; font-size: 1.7rem; cursor: pointer; line-height: 1; }
.bg-ai-body { flex: 1; overflow-y: auto; padding: 16px; display: flex; flex-direction: column; gap: 10px; background: var(--bg-soft-2); }
.bg-ai-msg { max-width: 85%; padding: 10px 14px; border-radius: 16px; font-size: .92rem; line-height: 1.5; white-space: pre-wrap; word-wrap: break-word; }
.bg-ai-msg-bot { background: #fff; color: var(--bg-text); border-bottom-left-radius: 4px; box-shadow: 0 2px 8px rgba(11,61,145,.08); align-self: flex-start; }
.bg-ai-msg-user { background: var(--bg-primary); color: #fff; border-bottom-right-radius: 4px; align-self: flex-end; }
.bg-ai-msg a { color: var(--bg-primary); font-weight: 600; }
.bg-ai-links { display: grid; gap: 6px; margin-top: 8px; }
.bg-ai-links a { display: block; background: var(--bg-soft); padding: 8px 10px; border-radius: 8px; font-size: .85rem; text-decoration: none; }
.bg-ai-typing { font-size: .8rem; color: var(--bg-muted); font-style: italic; }
.bg-ai-quick { display: flex; gap: 6px; flex-wrap: wrap; padding: 8px 12px 0; background: var(--bg-soft-2); }
.bg-ai-quick button { background: #fff; border: 1px solid #c9dbff; color: var(--bg-primary); border-radius: 999px; padding: 6px 12px; font-size: .8rem; cursor: pointer; font-weight: 600; }
.bg-ai-form { display: flex; gap: 8px; padding: 10px 12px; border-top: 1px solid var(--bg-border); background: #fff; }
.bg-ai-input { flex: 1; padding: 11px 14px; border: 1px solid var(--bg-border); border-radius: 999px; font-size: .95rem; }
.bg-ai-form button { width: 44px; height: 44px; border-radius: 50%; border: 0; background: var(--bg-primary); color: #fff; font-size: 1.1rem; cursor: pointer; }
.bg-ai-disclaimer { margin: 0; padding: 6px 14px 10px; font-size: .68rem; color: var(--bg-muted); background: #fff; text-align: center; }

/* Mobile bar */
.bg-mobile-bar { display: none; }

/* Responsive */
@media (max-width: 1024px) {
	.bg-grid-5, .bg-grid-6 { grid-template-columns: repeat(3, 1fr); }
	.bg-grid-4 { grid-template-columns: repeat(2, 1fr); }
	.bg-two-col { grid-template-columns: 1fr; }
	.bg-sidebar { position: static; }
	.bg-searchbar, .bg-caregiver-searchbar { grid-template-columns: 1fr 1fr; }
	.bg-searchbar input[type=search] { grid-column: 1 / -1; }
	.bg-cta-grid { grid-template-columns: 1fr; text-align: center; }
	.bg-cta-points ul { justify-content: center; }
}
@media (max-width: 768px) {
	.bg-hero { padding: 36px 0 32px; }
	.bg-hero-grid { grid-template-columns: 1fr; gap: 24px; }
	.bg-hero-media { order: -1; }
	.bg-hero-checks { display: none; }
	.bg-hero-ctas .bg-btn { flex: 1 1 100%; }
	.bg-grid-2, .bg-grid-3, .bg-grid-4 { grid-template-columns: 1fr 1fr; }
	.bg-grid-5, .bg-grid-6 { grid-template-columns: repeat(2, 1fr); }
	.bg-grid-3 .bg-card, .bg-grid-4 .bg-card { grid-column: span 1; }
	.bg-two-col-even { grid-template-columns: 1fr; }
	.bg-auth-grid { grid-template-columns: 1fr; }
	.bg-form-grid { grid-template-columns: 1fr; }
	.bg-job-row { grid-template-columns: 40px 1fr 20px; }
	.bg-job-row-side { grid-column: 2; }
	.bg-job-facts-lg { grid-template-columns: 1fr; }
	.bg-section { padding: 32px 0; }
	.bg-sec-title { font-size: 1.35rem; }
	.bg-mobile-bar { display: grid; grid-template-columns: repeat(5, 1fr); position: fixed; left: 0; right: 0; bottom: 0; background: #fff; border-top: 1px solid var(--bg-border); z-index: 99989; box-shadow: 0 -4px 20px rgba(11,61,145,.1); padding-bottom: env(safe-area-inset-bottom); }
	.bg-mobile-bar a { display: flex; flex-direction: column; align-items: center; gap: 2px; padding: 8px 4px; font-size: .68rem; font-weight: 700; color: var(--bg-dark); text-decoration: none; }
	.bg-mobile-bar a span { font-size: 1.25rem; }
	.bg-ai-launcher span { display: none; }
	.bg-ai-launcher { bottom: 76px; padding: 12px 14px; }
	.bg-wa-float { bottom: 136px; }
	.bg-ai { padding: 0; }
	.bg-ai-panel { max-width: 100%; height: 100%; border-radius: 0; }
	body.bg-site { padding-bottom: 64px; }
	.bg-menu-ai { margin: 8px 0 0; }
}
@media (max-width: 480px) {
	.bg-grid-2, .bg-grid-3, .bg-grid-4 { grid-template-columns: 1fr; }
	.bg-card-actions .bg-btn { flex: 1 1 100%; }
	.bg-searchbar, .bg-caregiver-searchbar { grid-template-columns: 1fr; }
	.bg-status-form { flex-direction: column; }
}

/* Full-bleed sections inside narrow theme content areas (Elementor full-width / canvas templates need nothing). */
body:not(.elementor-page) .bg-hero, body:not(.elementor-page) .bg-cta-band, body:not(.elementor-page) .bg-section, body:not(.elementor-page) .bg-container.bg-two-col, body:not(.elementor-page) .entry-content > .bg-container, body:not(.elementor-page) .wp-block-post-content > .bg-container { width: 100vw; max-width: 100vw; margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); }
body:not(.elementor-page) .bg-container.bg-two-col, body:not(.elementor-page) .entry-content > .bg-container, body:not(.elementor-page) .wp-block-post-content > .bg-container { padding-left: max(20px, calc(50vw - 620px)); padding-right: max(20px, calc(50vw - 620px)); }
body:not(.elementor-page) .bg-searchbar { margin-top: 0; }
body:not(.elementor-page) .bg-two-col .bg-section, body:not(.elementor-page) .bg-two-col .bg-cta-band, body:not(.elementor-page) .bg-two-col .bg-container { width: auto; max-width: none; margin-left: 0; margin-right: 0; padding-left: 0; padding-right: 0; }
.bg-searchbar-flat { margin: 16px 0; }
.elementor-page .bg-section, .elementor-page .bg-cta-band { width: auto; margin-left: 0; margin-right: 0; }
.elementor-widget-container > .bg-form-card, .elementor-widget-container > .bg-note, .elementor-widget-container > .bg-employer-box { margin-bottom: 14px; }
.elementor-widget-boster_whatsapp_button .bg-btn, .elementor-widget-boster_ai_button .bg-btn { width: 100%; margin-bottom: 8px; }
.elementor-location-header .elementor-widget-boster_ai_button .bg-btn { width: auto; margin: 0; }
