/* ============================================================================
   Comunata — stiluri ADITIVE de platformă.
   REGULĂ: /style.css (designul v6 navy/cyan) NU se modifică niciodată.
   Aici stau doar: override-uri multi-tenant (imagine hero per comună),
   echivalențe pentru <a> în meniu (SEO), landing-ul național și admin extins.
   Toate folosesc aceleași token-uri (--navy, --blue, --cyan…) din style.css.
   ============================================================================ */

/* ── Hero per comună (override DOAR background-image, prin variabilă) ────── */
.hero2026::before { background-image: var(--hero-image, url("/assets/Comunata_img_hero.png")); }
@media (max-width: 900px) {
  .hero2026::before { background-image: var(--hero-image, url("/assets/Comunata_img_hero.png")); }
}

/* ── Meniul folosește <a> (crawlabil SEO) — echivalentul stilurilor v6 ───── */
#menu a {
  color: rgba(255,255,255,.65); font-size: 13.5px; font-weight: 500;
  border-radius: 8px; padding: 7px 12px;
  transition: color .15s, background .15s; white-space: nowrap;
}
#menu a:hover { color: #fff; background: rgba(255,255,255,.07); }
#menu a.nav-cta { color: #fff; }
@media (max-width: 900px) {
  #menu a { text-align: left; padding: 12px 12px; color: rgba(255,255,255,.8); display: block; }
  #menu a.nav-cta { display: none; }
}
/* Brand-ul este <a> acum */
a.brand { display: flex; align-items: center; gap: 11px; color: #fff; flex-shrink: 0; margin-right: 8px; }

/* ── Badge „Parte din Comunata.ro" în footer ─────────────────────────────── */
.footer-network { display: block; font-size: 13px; color: var(--muted); font-weight: 500; margin-bottom: 4px; }
.footer-network a, .footer-credit a { color: var(--blue); text-decoration: none; font-weight: 600; }
.footer-network a:hover, .footer-credit a:hover { text-decoration: underline; }

/* ── Landing național: grila comunelor (refolosește limbajul v6) ─────────── */
.commune-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 14px; }
.commune-card {
  display: flex; flex-direction: column; gap: 4px; text-align: left;
  background: #fff; border: 1px solid var(--border); border-radius: 16px;
  padding: 22px 24px; box-shadow: var(--soft); color: var(--text);
  transition: transform .18s, box-shadow .18s, border-color .18s;
}
.commune-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: rgba(14,165,233,.45); }
.commune-card .cc-county { font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--blue); }
.commune-card .cc-name { font-size: 19px; font-weight: 900; letter-spacing: -.02em; color: var(--text); }
.commune-card .cc-meta { font-size: 13px; color: var(--muted); }
.commune-card .cc-cta { margin-top: 10px; font-size: 13px; font-weight: 700; color: var(--blue); }
.commune-soon {
  border-style: dashed; opacity: .75; justify-content: center; align-items: flex-start;
}

/* ── Formular: rând radio Google Maps + mesaj duplicat ───────────────────── */
.radio-row { display: flex; gap: 14px; flex-wrap: wrap; font-weight: 500; }
.radio-row label { display: inline-flex; flex-direction: row; align-items: center; gap: 6px; font-weight: 500; }
.radio-row input { width: 16px; height: 16px; }
.dup-warning {
  border: 1px solid #fcd34d; background: #fffbeb; color: #92400e;
  border-radius: 12px; padding: 14px 16px; font-size: 14px; display: grid; gap: 10px;
}
.dup-warning strong { color: #78350f; }
.form-status { font-size: 14px; font-weight: 600; }
.form-status[data-tone="ok"] { color: #059669; }
.form-status[data-tone="err"] { color: #dc2626; }
.form-status[data-tone="info"] { color: #b45309; }
.anaf-row { display: grid; grid-template-columns: 1fr auto; gap: 8px; align-items: end; }
.anaf-btn {
  height: 42px; padding: 0 16px; border-radius: 10px; font-size: 13px; font-weight: 700;
  background: var(--navy2); color: #fff; white-space: nowrap;
}
.photo-previews { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; }
.photo-previews img { width: 72px; height: 56px; object-fit: cover; border-radius: 8px; border: 1px solid var(--border); display: block; }
.photo-thumb { position: relative; display: inline-flex; }
.photo-del { position: absolute; top: -7px; right: -7px; width: 20px; height: 20px; border-radius: 50%; border: none; background: #ef4444; color: #fff; font-size: 15px; line-height: 1; cursor: pointer; display: flex; align-items: center; justify-content: center; padding: 0; }
.photo-del:hover { background: #dc2626; }
.photo-hint { font-size: 12px; font-weight: 600; color: var(--muted); }
.submit-form label.wa-opt { display: flex; flex-direction: row; align-items: center; gap: 8px; font-weight: 500; cursor: pointer; }
.submit-form label.wa-opt input { width: auto; margin: 0; }
.ai-gen-btn {
  margin-top: 8px; padding: 8px 14px; border-radius: 10px; border: none; cursor: pointer;
  font-size: 13px; font-weight: 700; background: linear-gradient(135deg, #6366f1, #8b5cf6);
  color: #fff; width: 100%;
}
.ai-gen-btn:hover { opacity: 0.88; }
.ai-gen-btn:disabled { opacity: 0.5; cursor: wait; }

/* ── Admin: filtre, metadata, poze, câmpuri ──────────────────────────────── */
.adm-filterbar { display: flex; gap: 8px; flex-wrap: wrap; align-items: center; margin-bottom: 14px; }
.adm-f-input { border: 1px solid var(--border); border-radius: 8px; padding: 8px 10px; font-size: 13px; font-family: inherit; background: #fff; color: var(--text); }
.adm-count { font-size: 12.5px; font-weight: 600; color: var(--muted); margin: 0 0 10px; }
.adm-meta-grid { display: flex; flex-wrap: wrap; gap: 6px 14px; font-size: 12px; color: var(--muted); margin: 8px 0; }
.adm-photos { display: flex; gap: 6px; flex-wrap: wrap; margin: 8px 0; }
.adm-photos img { width: 72px; height: 56px; object-fit: cover; border-radius: 8px; border: 1px solid var(--border); display: block; }
.adm-fields { display: grid; gap: 3px; margin: 6px 0; font-size: 13px; }
.adm-field { color: var(--text); overflow-wrap: anywhere; }
.adm-field b { color: var(--muted); font-weight: 600; }
.st-ARCHIVED { background: #f1f5f9; color: #475569; }
.st-REJECTED { background: #fee2e2; color: #b91c1c; }

/* ── Admin: login + extensii (peste stilurile .admin-* din v6) ───────────── */
.admin-login { max-width: 420px; margin: 48px auto; }
.admin-topbar {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  flex-wrap: wrap; margin-bottom: 18px;
}
.admin-topbar .who { font-size: 13px; color: var(--muted); }
.admin-topbar .who strong { color: var(--text); }
.admin-role {
  display: inline-block; font-size: 10.5px; font-weight: 800; letter-spacing: .06em;
  border-radius: 999px; padding: 3px 10px; text-transform: uppercase;
}
.admin-role.super { background: #ede9fe; color: #6d28d9; }
.admin-role.local { background: #e0f2fe; color: #0369a1; }
.admin-select {
  height: 38px; border: 1px solid var(--border); border-radius: 8px; padding: 0 10px;
  font-size: 13px; font-weight: 600; background: #fff; color: var(--text);
}
.admin-logout { border: 1px solid var(--border); border-radius: 8px; padding: 8px 14px; font-size: 13px; font-weight: 600; color: var(--muted); background: #fff; }
.admin-filter { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 600; color: var(--muted); cursor: pointer; margin-right: 6px; }
.admin-filter input { accent-color: var(--blue); }
.admin-nomaps { color: #b45309; font-weight: 700; }

/* ── Verificare telefon (manual acum, OTP în viitor) ─────────────────────── */
.admin-contact-row { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin: 4px 0 10px; }
.admin-phone-pill { font-size: 11px; font-weight: 800; border-radius: 999px; padding: 3px 10px; letter-spacing: .03em; }
.admin-phone-pill.todo { background: #fff1f2; color: #be123c; }
.admin-phone-pill.ok { background: #e6f9f0; color: #0a7a3a; }
.admin-contact-info { font-size: 13px; font-weight: 600; color: var(--muted); }
.admin-call { background: #0ea5e9; color: #fff; }
.admin-wa { background: #25d366; color: #fff; }
.admin-verify { background: #0a7a3a; color: #fff; }
.pp-badges { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.pp-phone-verified {
  display: inline-flex; align-items: center; gap: 5px;
  font-size: 12px; font-weight: 700; color: #059669;
  background: #ecfdf5; border: 1px solid #a7f3d0;
  border-radius: 999px; padding: 3px 10px; width: fit-content;
}
.pc-phone-ok { font-size: 11px; vertical-align: middle; }

/* ── Banner fază pilot ───────────────────────────────────────────────────── */
.pilot-banner {
  background: #0b1f3f; color: rgba(255,255,255,.65); font-size: 11.5px;
  text-align: center; padding: 5px 16px; border-bottom: 1px solid rgba(255,255,255,.07);
  letter-spacing: .01em;
}

/* ── Footer: linkuri legale ──────────────────────────────────────────────── */
.footer-legal { display: flex; gap: 6px 16px; flex-wrap: wrap; justify-content: center; margin: 8px 0 2px; }
.footer-legal a { color: inherit; opacity: .75; text-decoration: none; font-size: 12.5px; }
.footer-legal a:hover { opacity: 1; text-decoration: underline; }

/* ── Pagini legale ───────────────────────────────────────────────────────── */
.legal-wrap { max-width: 860px; margin: 0 auto; padding: 24px 24px 64px; }
.legal-page { background: #fff; border: 1px solid var(--border); border-radius: 16px; padding: 32px; }
.legal-page h2 { font-size: 17px; margin: 20px 0 8px; color: var(--text); }
.legal-page h2:first-of-type { margin-top: 0; }
.legal-page p, .legal-page li { font-size: 14px; line-height: 1.75; color: var(--muted); }
.legal-page ul { padding-left: 20px; margin: 6px 0 12px; }
.legal-page a { color: var(--blue); text-decoration: none; font-weight: 600; }
.legal-page a:hover { text-decoration: underline; }
.legal-updated { font-size: 12px !important; opacity: .8; margin-bottom: 14px; }

/* ── Unelte profil: raportează / actualizează / revendică ────────────────── */
.pp-tools { display: flex; gap: 10px; flex-wrap: wrap; margin: 18px 0 8px; }
.pp-tool {
  font-size: 12.5px; font-weight: 600; color: var(--muted); background: #fff;
  border: 1px solid var(--border); border-radius: 999px; padding: 7px 14px;
  cursor: pointer; text-decoration: none; display: inline-flex; align-items: center; gap: 5px;
  transition: opacity .15s; font-family: inherit;
}
.pp-tool:hover { opacity: .75; }

/* ── Modal raportare / revendicare ───────────────────────────────────────── */
.tool-modal { position: fixed; inset: 0; background: rgba(2,12,30,.62); z-index: 1000; display: flex; align-items: center; justify-content: center; padding: 20px; }
.tool-modal-card { background: #fff; border-radius: 16px; max-width: 480px; width: 100%; padding: 24px; max-height: 90vh; overflow: auto; }
.tool-modal-card h3 { font-size: 18px; margin-bottom: 4px; color: var(--text); }
.tool-modal-card .tm-sub { font-size: 13px; color: var(--muted); margin-bottom: 12px; }
.tool-modal-card label { display: block; font-size: 13px; font-weight: 600; margin: 10px 0 0; color: var(--text); }
.tool-modal-card select, .tool-modal-card textarea, .tool-modal-card input {
  width: 100%; border: 1px solid var(--border); border-radius: 8px; padding: 9px 10px;
  font-size: 14px; font-family: inherit; margin-top: 4px; background: #fff; color: var(--text);
}
.tool-modal-actions { display: flex; gap: 8px; margin-top: 16px; justify-content: flex-end; }

/* ── Admin: diff actualizări ─────────────────────────────────────────────── */
.admin-diff { margin: 8px 0; display: grid; gap: 6px; }
.diff-row { display: flex; gap: 8px; align-items: baseline; font-size: 13px; flex-wrap: wrap; }
.diff-label { font-weight: 700; min-width: 92px; color: var(--text); }
.diff-old { color: #b91c1c; text-decoration: line-through; overflow-wrap: anywhere; }
.diff-new { color: #0a7a3a; font-weight: 600; overflow-wrap: anywhere; }
.diff-arrow { color: var(--muted); }
.diff-none { font-size: 13px; color: var(--muted); }
.admin-update-pill { font-size: 10.5px; font-weight: 800; border-radius: 999px; padding: 3px 9px; background: #ede9fe; color: #6d28d9; letter-spacing: .04em; }

/* ── Admin: echipă / jurnal / schimbare parolă ───────────────────────────── */
.pw-banner { background: #fff7e6; border: 1px solid #fcd34d; border-radius: 12px; padding: 14px 16px; margin-bottom: 16px; display: flex; flex-direction: column; gap: 8px; font-size: 14px; }
.pw-banner .pw-row { display: flex; gap: 8px; flex-wrap: wrap; }
.pw-banner input { flex: 1; min-width: 220px; border: 1px solid var(--border); border-radius: 8px; padding: 9px 10px; font-size: 14px; font-family: inherit; }
.team-form { display: flex; gap: 8px; flex-wrap: wrap; margin: 10px 0 6px; }
.team-form input, .team-form select { border: 1px solid var(--border); border-radius: 8px; padding: 8px 10px; font-size: 13px; font-family: inherit; }
.team-controls { display: flex; gap: 8px; flex-wrap: wrap; align-items: center; margin-top: 8px; }
.audit-list { display: grid; gap: 4px; }
.audit-row { display: flex; gap: 10px; flex-wrap: wrap; font-size: 12.5px; border-bottom: 1px dashed var(--border); padding: 6px 0; align-items: baseline; }
.audit-when { color: var(--muted); min-width: 105px; }
.audit-actor { font-weight: 700; color: var(--text); }
.audit-action { color: #6d28d9; font-weight: 600; }
.audit-target { color: var(--muted); }

/* ── Anunțuri: mesaj de succes + Contul meu ──────────────────────────────── */
.success-panel { display: grid; gap: 8px; text-align: left; background: #ecfdf5; border: 1px solid #a7f3d0; border-radius: 12px; padding: 14px 16px; font-size: 13.5px; color: #065f46; font-weight: 500; }
.success-panel strong { font-size: 15px; }
.success-list { line-height: 1.8; }
.st-INACTIVE { background: #f1f5f9; color: #475569; }
.myacc .page-head-inner h1 { font-size: 30px; margin: 4px 0 8px; }
.myacc .page-head-inner p { font-size: 14px; color: var(--muted); }
.pp-author { font-size: 13px; color: var(--muted); margin-top: 6px; }
.pp-author a { color: var(--blue); font-weight: 600; text-decoration: none; }
.pp-author a:hover { text-decoration: underline; }
.admin-suspend { background: #f97316; color: #fff; }
.admin-status-pill { font-size: 10.5px; font-weight: 800; border-radius: 999px; padding: 3px 9px; letter-spacing: .04em; }
.st-PUBLISHED { background: #e6f9f0; color: #0a7a3a; }
.st-REVIEW, .st-PENDING { background: #fff7e6; color: #b45309; }
.st-APPROVED { background: #e0f2fe; color: #0369a1; }
.st-SUSPENDED { background: #fee2e2; color: #b91c1c; }
.st-DRAFT { background: #f1f5f9; color: #475569; }

/* ── Data source badges ───────────────────────────────────────────────────── */
.ds-badge {
  display: inline-block; font-size: 10px; font-weight: 700; border-radius: 4px;
  padding: 1px 5px; vertical-align: middle; margin-left: 4px; text-transform: uppercase; letter-spacing: .03em;
}
.ds-anaf { background: #d1fae5; color: #065f46; }
.ds-web  { background: #dbeafe; color: #1e40af; }
.ds-manual { background: #f3f4f6; color: #374151; }
.ds-missing { color: #ef4444; font-style: italic; font-size: 12px; }

/* ── Import banner ────────────────────────────────────────────────────────── */
.import-banner {
  background: #fffbeb; border: 1px solid #fcd34d; border-radius: 8px;
  padding: 8px 12px; margin-bottom: 8px; font-size: 12.5px;
  display: flex; flex-wrap: wrap; align-items: center; gap: 6px;
}
.import-banner-title { font-weight: 700; color: #92400e; }
.import-flag {
  display: inline-block; border-radius: 4px; padding: 1px 7px;
  font-size: 11px; font-weight: 700;
}
.flag-err  { background: #fee2e2; color: #b91c1c; }
.flag-warn { background: #fef3c7; color: #b45309; }
.flag-ok   { background: #d1fae5; color: #065f46; }
.import-note { width: 100%; color: #78350f; font-size: 11.5px; margin-top: 2px; }
.admin-btn.admin-enrich {
  background: linear-gradient(135deg, #0ea5e9, #2563eb); color: #fff;
  border: none; font-weight: 600; padding: 4px 10px; border-radius: 6px; cursor: pointer;
}
.maps-enrichment-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3px 12px; margin: 4px 0; }
@media (max-width: 600px) { .maps-enrichment-grid { grid-template-columns: 1fr; } }

/* ── Submission card: detalii complete ────────────────────────────────────── */
.sub-detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 8px 0; }
.sub-detail-col { display: flex; flex-direction: column; gap: 3px; }
.sub-section-title {
  font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em;
  color: var(--muted); margin: 10px 0 4px; padding-bottom: 2px; border-bottom: 1px solid var(--border);
}
.sub-row { font-size: 13px; color: var(--text); line-height: 1.5; }
.sub-row b { color: var(--muted); font-weight: 600; margin-right: 4px; }
.sub-row a { color: var(--blue); text-decoration: none; word-break: break-all; }
.sub-row a:hover { text-decoration: underline; }
.sub-description { font-size: 13px; color: var(--text); line-height: 1.6; background: var(--bg2, #f8fafc); border-radius: 8px; padding: 8px 10px; margin-bottom: 4px; white-space: pre-wrap; }
.admin-phone-pill.sub-inline { display: inline; border-radius: 6px; padding: 1px 7px; font-size: 12px; }
@media (max-width: 600px) { .sub-detail-grid { grid-template-columns: 1fr; } }

/* ── Stare „demo / backend inactiv" ──────────────────────────────────────── */
.backend-note {
  max-width: 1200px; margin: 18px auto 0; padding: 12px 16px;
  border: 1px solid #fcd34d; background: #fffbeb; color: #92400e;
  border-radius: 12px; font-size: 13px;
}
.backend-note code { background: rgba(0,0,0,.05); padding: 1px 5px; border-radius: 4px; }

/* ── Skeleton minimal pt. încărcare date ─────────────────────────────────── */
.loading-block {
  height: 180px; border-radius: 14px; border: 1px solid var(--border);
  background: linear-gradient(100deg, #f0f4fa 30%, #e8edf7 50%, #f0f4fa 70%);
  background-size: 200% 100%; animation: shimmer 1.1s linear infinite;
}
@keyframes shimmer { from { background-position: 200% 0; } to { background-position: -200% 0; } }

/* ── SUPER_ADMIN: cautare globala ─────────────────────────────────────────── */
.super-search-wrap {
  position: relative; margin: 12px 0 0;
  background: #fffdf0; border: 2px solid #f59e0b; border-radius: 14px; padding: 10px 14px;
}
.super-search-input {
  width: 100%; box-sizing: border-box; border: none; background: transparent;
  font-size: 15px; outline: none; color: var(--text);
  padding: 4px 0;
}
.super-search-results {
  margin-top: 8px; border-top: 1px solid #fcd34d; padding-top: 6px;
  max-height: 420px; overflow-y: auto;
}
.ss-loading, .ss-empty {
  padding: 10px 4px; color: var(--muted); font-size: 13px;
}
.ss-item {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  padding: 8px 4px; border-bottom: 1px solid #fef3c7; flex-wrap: wrap;
}
.ss-item:last-child { border-bottom: none; }
.ss-info { flex: 1; min-width: 0; }
.ss-info strong { display: block; font-size: 14px; }
.ss-meta { font-size: 12px; color: var(--muted); }
.ss-actions { display: flex; align-items: center; gap: 8px; flex-shrink: 0; }
.admin-btn.admin-super-edit {
  background: linear-gradient(135deg, #7c3aed, #4f46e5); color: #fff;
  border: none; font-weight: 600; padding: 4px 10px; border-radius: 6px;
  cursor: pointer; font-size: 12px;
}

/* ── SUPER_ADMIN: editare completa modal ──────────────────────────────────── */
.sg-section-title {
  font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em;
  color: var(--muted); margin: 16px 0 6px; padding-bottom: 4px;
  border-bottom: 1px solid var(--border);
}
.sg-grid2 { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.sg-field { display: flex; flex-direction: column; gap: 4px; font-size: 13px; font-weight: 500; }
.sg-field input, .sg-field select, .sg-field textarea {
  border: 1px solid var(--border); border-radius: 8px; padding: 7px 10px;
  font-size: 13px; outline: none; font-family: inherit;
}
.sg-field textarea { resize: vertical; }
.sg-photo-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(100px, 1fr)); gap: 8px; margin-top: 8px;
}
.sg-photo-item {
  position: relative; border-radius: 8px; overflow: hidden;
  border: 2px solid var(--border); background: #f8fafc;
}
.sg-photo-item.sg-primary { border-color: #7c3aed; }
.sg-photo-item.sg-new { border-color: #0ea5e9; }
.sg-photo-item img { width: 100%; height: 80px; object-fit: cover; display: block; }
.sg-photo-actions {
  position: absolute; bottom: 0; left: 0; right: 0;
  display: flex; justify-content: space-between; align-items: center;
  background: rgba(0,0,0,.55); padding: 2px 4px;
}
.sg-btn {
  background: none; border: none; color: #fff; cursor: pointer;
  font-size: 13px; padding: 2px 4px; border-radius: 4px;
  line-height: 1;
}
.sg-btn:hover { background: rgba(255,255,255,.2); }
.sg-btn.sg-del { color: #fca5a5; }
.sg-primary-badge { font-size: 10px; color: #fde68a; font-weight: 700; }
@media (max-width: 600px) { .sg-grid2 { grid-template-columns: 1fr; } }

/* ── Admin v2 România: filtre ierarhice + progres național ─────────────── */
.cov-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); gap: 10px; align-items: stretch; }
.cov-kpi { border: 1px solid var(--border); border-radius: 12px; padding: 12px; background: #fff; display: grid; gap: 3px; }
.cov-kpi strong { font-size: 22px; line-height: 1.1; color: var(--text); }
.cov-kpi span { font-size: 12px; font-weight: 800; color: var(--muted); text-transform: uppercase; letter-spacing: .03em; }
.cov-kpi small { font-size: 11px; color: var(--muted); }

/* ═══════════════════════════════════════════════════════════════════════════
   PROFILE ENGINE (FAZA 5+10) — structura comună minisite
   Doar clase noi pp-*. Nu se modifică niciun stil existent.
   Culori exclusiv prin variabilele platformei (identity Comunata).
   ═══════════════════════════════════════════════════════════════════════════ */

/* container: max-width 960px centrat — fix pentru laptop 1440px */
.profile-page { max-width: 960px; margin: 0 auto; padding: 0 16px; }
.profile-page .pp-layout { max-width: none; }

/* ── Tab-uri sticky (FAZA 4) ─────────────────────────────────────────────── */
.pp-tabs { display: flex; gap: 4px; overflow-x: auto; position: sticky; top: 0;
  z-index: 30; background: rgba(10, 22, 40, .95); backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px); border-bottom: 1px solid var(--line, #23364f);
  border-radius: 12px 12px 0 0; margin-top: 14px; scrollbar-width: none; }
.pp-tabs::-webkit-scrollbar { display: none; }
.pp-tab { flex-shrink: 0; padding: 12px 18px; font-size: 13px; font-weight: 700;
  letter-spacing: .5px; color: var(--muted, #8ba3bd); background: none; border: none;
  border-bottom: 2.5px solid transparent; cursor: pointer; white-space: nowrap;
  font-family: inherit; }
.pp-tab.on { color: var(--cyan, #22d3ee); border-bottom-color: var(--cyan, #22d3ee); }
.pp-tab:focus-visible { outline: 2px solid var(--cyan, #22d3ee); outline-offset: -2px; }

/* ── Servicii cu bife (FAZA 4 — modelul Supply) ─────────────────────────── */
.pp-services { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 18px; }
.pp-serv-item { display: flex; align-items: center; gap: 9px; font-size: 14px;
  color: var(--txt, #e8f0f8); padding: 4px 0; }
.pp-serv-tick { color: var(--cyan, #22d3ee); font-weight: 800; font-size: 15px;
  flex-shrink: 0; }

/* ── Rânduri info în tab-ul Date firmă ──────────────────────────────────── */
.pp-info-rows { display: flex; flex-direction: column; gap: 2px; }
.pp-info-rows .pp-info-row { display: flex; justify-content: space-between;
  gap: 12px; padding: 9px 0; border-bottom: 1px dashed var(--line, #23364f); }
.pp-info-rows .pp-info-row:last-child { border-bottom: none; }
.pp-info-rows .pp-info-lbl { color: var(--muted, #8ba3bd); font-size: 12.5px;
  font-weight: 700; text-transform: uppercase; letter-spacing: .6px; flex-shrink: 0; }

/* ── Locație (FAZA 4) ────────────────────────────────────────────────────── */
.pp-map-embed { border-radius: 10px; overflow: hidden; border: 1px solid var(--line, #23364f);
  margin-bottom: 12px; }
.pp-map-addr { font-size: 13.5px; color: var(--muted, #8ba3bd); margin-bottom: 8px; }

/* ── Card revendicare în sidebar (FAZA 5 — modelul Supply) ──────────────── */
.pp-claim-card { background: var(--card, #142238); border: 1px dashed rgba(34, 211, 238, .45);
  border-radius: 14px; padding: 16px 18px; margin-top: 14px; }
.pp-claim-card h3 { font-size: 14px; margin: 0 0 10px; color: var(--txt, #e8f0f8); }
.pp-claim-list { list-style: none; margin: 0 0 12px; padding: 0; font-size: 12.5px;
  color: var(--muted, #8ba3bd); line-height: 1.7; }
.pp-claim-list li::before { content: "✓ "; color: var(--cyan, #22d3ee); font-weight: 800; }
.pp-claim-btn { display: block; width: 100%; padding: 11px; border-radius: 11px;
  background: var(--cyan, #22d3ee); color: #06212b; font-weight: 800; font-size: 13px;
  border: none; cursor: pointer; font-family: inherit; }
.pp-claim-btn:hover { filter: brightness(1.08); }

/* ── Responsive (FAZA 10 — breakpoint 700px modelul Supply) ─────────────── */
@media (max-width: 700px) {
  .pp-services { grid-template-columns: 1fr; }
  .pp-tab { padding: 11px 14px; font-size: 12.5px; }
  .pp-tabs { position: sticky; }
}

/* ═══ CLAIM WIZARD (FAZA 9) ═══════════════════════════════════════════════ */
.cwz-overlay { display:none; position:fixed; inset:0; z-index:200; background:rgba(4,10,20,.75);
  backdrop-filter:blur(4px); align-items:center; justify-content:center; padding:16px; }
.cwz-dialog { background:var(--card,#142238); border:1px solid var(--line,#23364f); border-radius:16px;
  max-width:480px; width:100%; max-height:90vh; overflow-y:auto; }
.cwz-header { display:flex; justify-content:space-between; align-items:center; padding:16px 20px;
  border-bottom:1px solid var(--line,#23364f); }
.cwz-header-title { font-size:16px; font-weight:800; color:var(--txt,#e8f0f8); }
.cwz-close { background:none; border:none; color:var(--muted,#8ba3bd); font-size:18px; cursor:pointer; padding:4px; }
.cwz-body { padding:20px; }
.cwz-title { font-size:17px; font-weight:700; color:var(--txt,#e8f0f8); margin:0 0 8px; }
.cwz-sub { font-size:13.5px; color:var(--muted,#8ba3bd); line-height:1.6; margin:0 0 14px; }
.cwz-firm-card { background:var(--navy-2,#10203a); border:1px solid var(--line,#23364f);
  border-radius:10px; padding:14px; margin-bottom:14px; }
.cwz-firm-name { font-weight:700; font-size:15px; color:var(--txt,#e8f0f8); }
.cwz-firm-meta { font-size:12.5px; color:var(--muted,#8ba3bd); margin-top:4px; }
.cwz-check label { display:flex; gap:10px; align-items:flex-start; font-size:13.5px;
  color:var(--txt,#e8f0f8); cursor:pointer; line-height:1.5; }
.cwz-check input[type=checkbox] { margin-top:2px; accent-color:var(--cyan,#22d3ee); width:16px; height:16px; }
.cwz-info-list { list-style:none; padding:0; margin:0 0 14px; }
.cwz-info-list li { font-size:13.5px; color:var(--txt,#e8f0f8); padding:6px 0; line-height:1.5; }
.cwz-note { background:rgba(34,211,238,.06); border:1px solid rgba(34,211,238,.25); border-radius:8px;
  padding:10px 14px; font-size:12.5px; color:var(--cyan,#22d3ee); line-height:1.5; margin-top:12px; }
.cwz-summary { background:var(--navy-2,#10203a); border:1px solid var(--line,#23364f);
  border-radius:10px; padding:14px; margin-bottom:14px; }
.cwz-sum-row { display:flex; justify-content:space-between; padding:7px 0;
  border-bottom:1px dashed var(--line,#23364f); font-size:13px; }
.cwz-sum-row:last-child { border-bottom:none; }
.cwz-sum-row span { color:var(--muted,#8ba3bd); }
.cwz-sum-row strong { color:var(--txt,#e8f0f8); }
.cwz-error { background:rgba(239,68,68,.1); border:1px solid rgba(239,68,68,.35); border-radius:8px;
  padding:8px 12px; font-size:12.5px; color:#f87171; margin-top:10px; }
.cwz-footer { display:flex; gap:8px; justify-content:flex-end; padding:14px 20px;
  border-top:1px solid var(--line,#23364f); flex-wrap:wrap; }
.cwz-btn { padding:10px 18px; border-radius:10px; font-weight:700; font-size:13px;
  cursor:pointer; border:none; font-family:inherit; }
.cwz-cancel { background:transparent; color:var(--muted,#8ba3bd); border:1px solid var(--line,#23364f); }
.cwz-prev { background:transparent; color:var(--txt,#e8f0f8); border:1px solid var(--line,#23364f); }
.cwz-next, .cwz-submit { background:var(--cyan,#22d3ee); color:#06212b; }
.cwz-btn:disabled { opacity:.6; cursor:wait; }
/* stepper */
.cwz-stepper { display:flex; align-items:center; justify-content:center; gap:6px; margin-bottom:6px; }
.cwz-dot { width:28px; height:28px; border-radius:50%; display:flex; align-items:center;
  justify-content:center; font-size:12px; font-weight:800; background:var(--navy-2,#10203a);
  color:var(--muted,#8ba3bd); border:2px solid var(--line,#23364f); flex-shrink:0; }
.cwz-dot.on { border-color:var(--cyan,#22d3ee); color:var(--cyan,#22d3ee); }
.cwz-dot.done { background:var(--cyan,#22d3ee); color:#06212b; border-color:var(--cyan,#22d3ee); }
.cwz-line { height:2px; flex:1; max-width:30px; background:var(--line,#23364f); }
.cwz-line.done { background:var(--cyan,#22d3ee); }
.cwz-label { text-align:center; font-size:11px; font-weight:700; letter-spacing:.8px;
  text-transform:uppercase; color:var(--muted,#8ba3bd); margin-bottom:16px; }
/* form inputs */
.cwz-body label { display:block; font-size:12.5px; font-weight:700; color:var(--txt,#e8f0f8);
  margin-bottom:10px; letter-spacing:.3px; }
.cwz-body input, .cwz-body textarea { width:100%; padding:10px 12px; border-radius:8px;
  border:1px solid var(--line,#23364f); background:var(--navy-2,#10203a); color:var(--txt,#e8f0f8);
  font-size:14px; font-family:inherit; margin-top:4px; }
.cwz-body input:focus, .cwz-body textarea:focus { outline:2px solid var(--cyan,#22d3ee); outline-offset:-1px; }
@media (max-width:480px) { .cwz-overlay { padding:8px; } .cwz-footer { flex-wrap:wrap; } }


/* ═══ FIX sticky bar (bug randare 23.08): stilurile complete la nivel de
   bază, nu doar în media query-ul mobil. display:none implicit;
   .pp-sticky--shown (toggle de IntersectionObserver) o afișează; pe mobil
   media query-ul din style.css își păstrează poziția fixă specifică. ═══ */
.pp-sticky {
  position: fixed; left: 10px; right: 10px; bottom: 10px; z-index: 80;
  display: none; /* ascunsă implicit — doar cu --shown */
  flex-wrap: wrap; gap: 8px; align-items: center;
  background: rgba(255, 255, 255, .96); border: 1px solid var(--border, #d7dee8);
  border-radius: 14px; padding: 8px;
  box-shadow: 0 10px 32px rgba(8, 15, 30, .18);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
}
.pp-sticky.pp-sticky--shown { display: flex; }
.pp-sticky .cbtn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 6px; flex: 1; min-width: 80px; padding: 10px 14px;
  font-size: 13px; font-weight: 600; line-height: 1.2;
  white-space: nowrap; text-decoration: none; border-radius: 10px;
  color: #fff; transition: transform .15s ease;
}
.pp-sticky .cbtn:hover { transform: translateY(-1px); }
@media (max-width: 700px) {
  .pp-sticky .cbtn { padding: 10px 12px; font-size: 12.5px; }
}

/* FAB-ul asistentului AI suprapunea butonul Hartă pe mobil — bara
   primește spațiu de respirare la dreapta sub 700px (bug randare 23.08) */
@media (max-width: 700px) {
  .pp-sticky { right: 64px; }
  footer { padding-bottom: 88px; }
}
