:root {
  --p-bg: #071421;
  --p-surface: #0f2438;
  --p-card: #132b44;
  --p-text: #f3f7fb;
  --p-muted: #9db0c3;
  --p-accent: #2f9eef;
  --p-accent-2: #1ec8a5;
  --p-danger: #ef5b6b;
  --p-warn: #f0b429;
  --p-radius: 18px;
  --p-shadow: 0 12px 40px rgba(0,0,0,.35);
  --p-font: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: var(--p-font);
  background:
    radial-gradient(1200px 600px at 10% -10%, rgba(47,158,239,.28), transparent 55%),
    radial-gradient(900px 500px at 100% 0%, rgba(30,200,165,.18), transparent 50%),
    var(--p-bg);
  color: var(--p-text);
  min-height: 100vh;
}

.p-auth-body { min-height: 100vh; }
.p-auth-main {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 16px 40px;
}
.p-auth-card {
  width: 100%;
  max-width: 420px;
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.02));
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 28px;
  padding: 28px 22px 24px;
  box-shadow: var(--p-shadow);
  backdrop-filter: blur(10px);
}
.p-brand { text-align: center; margin-bottom: 18px; }
.p-brand-mark {
  width: 64px; height: 64px; margin: 0 auto 12px;
  border-radius: 20px;
  display: grid; place-items: center;
  background: linear-gradient(135deg, var(--p-accent), #155e9c);
  font-size: 1.6rem;
  box-shadow: 0 10px 30px rgba(47,158,239,.35);
}
.p-brand h1 { margin: 0; font-size: 1.35rem; letter-spacing: .02em; }
.p-auth-title { margin: 8px 0 6px; font-size: 1.55rem; text-align: center; }
.p-auth-sub { margin: 0 0 22px; text-align: center; color: var(--p-muted); line-height: 1.45; }

.p-lock {
  position: fixed; top: 14px; right: 14px; z-index: 40;
  width: 44px; height: 44px; border-radius: 14px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(15,36,56,.75);
  color: var(--p-muted);
  backdrop-filter: blur(8px);
}
.p-lock:active { transform: scale(.96); }

.p-label { display: block; margin: 12px 0 6px; color: var(--p-muted); font-size: .9rem; }
.p-input, .p-input-lg, .p-input-xl {
  width: 100%;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(0,0,0,.25);
  color: var(--p-text);
  padding: 14px 14px;
  font-size: 1rem;
}
.p-input-lg { font-size: 1.15rem; padding: 16px; }
.p-input-xl { font-size: 1.6rem; font-weight: 700; text-align: center; padding: 18px; }
.p-input:focus { outline: 2px solid rgba(47,158,239,.45); border-color: transparent; }

.p-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 44px; padding: 12px 16px; border-radius: 14px;
  border: 0; cursor: pointer; text-decoration: none; color: inherit;
  font-weight: 600; font-size: 1rem;
}
.p-btn-block { width: 100%; }
.p-btn-xl { min-height: 56px; font-size: 1.1rem; margin-top: 16px; }
.p-btn-sm { min-height: 36px; padding: 8px 12px; font-size: .9rem; }
.p-btn-primary { background: linear-gradient(135deg, var(--p-accent), #1877c9); color: #fff; }
.p-btn-secondary { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.1); }
.p-btn-ghost { background: transparent; color: var(--p-muted); }
.p-btn:disabled { opacity: .55; pointer-events: none; }

.p-app-body { padding: 16px 16px 92px; max-width: 560px; margin: 0 auto; }
.p-top { display: flex; justify-content: space-between; gap: 12px; align-items: flex-start; margin-bottom: 16px; }
.p-top-actions { display: flex; gap: 8px; align-items: center; }
.p-hello { margin: 0; color: var(--p-muted); font-size: .9rem; }
.p-page-title { margin: 4px 0; font-size: 1.35rem; line-height: 1.25; }
.p-muted { color: var(--p-muted); margin: 0; }
.p-status-dot { color: var(--p-accent-2); font-weight: 600; }

.p-card, .p-kpi, .p-pinned {
  background: var(--p-card);
  border: 1px solid rgba(255,255,255,.06);
  border-radius: var(--p-radius);
  padding: 16px;
  margin-bottom: 14px;
  box-shadow: 0 8px 24px rgba(0,0,0,.18);
}
.p-card h2 { margin: 0 0 12px; font-size: 1.05rem; }
.p-card-link { display: block; color: inherit; text-decoration: none; }
.p-card-kicker { color: var(--p-accent); font-size: .8rem; text-transform: uppercase; letter-spacing: .06em; }
.p-card-title { margin: 6px 0 10px; font-size: 1.15rem; }

.p-stock-inline {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 14px;
  width: 100%;
}
.p-stock-pill {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  color: var(--p-muted);
  font-size: .9rem;
  white-space: nowrap;
}
.p-stock-pill--left { justify-self: start; text-align: left; }
.p-stock-pill--right { margin-left: auto; text-align: right; }
.p-stock-pill strong {
  color: var(--p-text);
  font-size: 1.05rem;
}
.p-zone-line {
  margin: 0 0 12px;
  color: var(--p-muted);
  font-size: .92rem;
}
.p-zone-line strong { color: var(--p-text); }
.p-zone-line-title { font-size: 1.05rem; margin-bottom: 10px; }

.p-gps-row {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}
.p-gps-row .p-gps {
  flex: 1;
  margin-bottom: 0;
  min-width: 0;
  white-space: normal;
  line-height: 1.35;
}
.p-gps-refresh {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
}

.p-perm-box {
  margin: 0 0 14px;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(240, 180, 41, .12);
  border: 1px solid rgba(240, 180, 41, .28);
}
.p-perm-box-title {
  margin: 0 0 6px;
  color: #ffe3a0;
  font-weight: 700;
  font-size: .95rem;
}
.p-perm-box-text {
  margin: 0 0 10px;
  color: var(--p-muted);
  font-size: .88rem;
  line-height: 1.4;
}
.p-perm-modal {
  text-align: left;
  max-width: 420px;
}
.p-perm-modal-body {
  margin: 0 0 16px;
  color: var(--p-muted);
  font-size: .92rem;
  line-height: 1.45;
}
.p-perm-lead {
  margin: 0 0 10px;
  color: var(--p-text);
}
.p-perm-steps {
  margin: 0 0 12px;
  padding-left: 1.2em;
}
.p-perm-steps li {
  margin: 0 0 8px;
}
.p-perm-alt {
  margin: 10px 0 0;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(255,255,255,.05);
  font-size: .86rem;
}
.p-perm-alt strong { color: var(--p-text); }
.p-text-link {
  display: inline-block;
  margin: 0 0 12px;
  padding: 0;
  border: 0;
  background: none;
  color: var(--p-accent);
  font-size: .85rem;
  text-decoration: underline;
  text-underline-offset: 2px;
  cursor: pointer;
}
.p-photo-actions .p-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  margin: 0;
  cursor: pointer;
}
.p-icon-btn.is-spinning i {
  display: inline-block;
  animation: p-spin .7s linear infinite;
}
@keyframes p-spin {
  to { transform: rotate(360deg); }
}

.p-kpi-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 10px;
}
.p-kpi span { display: block; color: var(--p-muted); font-size: .78rem; margin-bottom: 4px; }
.p-kpi strong { font-size: 1.25rem; }
.p-progress {
  height: 10px; border-radius: 999px; background: rgba(255,255,255,.08);
  overflow: hidden; margin-bottom: 14px;
}
.p-progress > div {
  height: 100%;
  background: linear-gradient(90deg, var(--p-accent-2), var(--p-accent));
}

.p-meta-row {
  display: flex; justify-content: space-between; gap: 10px;
  align-items: center; margin: 8px 0; color: var(--p-muted);
}
.p-meta-row strong, .p-meta-row a { color: var(--p-text); text-decoration: none; }
.p-badge {
  display: inline-flex; align-items: center; padding: 4px 10px;
  border-radius: 999px; background: rgba(255,255,255,.08); font-size: .75rem;
}
.p-badge.ok { background: rgba(30,200,165,.15); color: #7dffd4; }
.p-badge.warn { background: rgba(240,180,41,.15); color: #ffd56a; }
.p-badge-count {
  position: absolute; top: -4px; right: -4px;
  min-width: 18px; height: 18px; border-radius: 999px;
  background: var(--p-danger); color: #fff; font-size: .7rem;
  display: grid; place-items: center; padding: 0 4px;
}
.p-icon-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.1);
  background: rgba(255,255,255,.04);
  color: var(--p-text);
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
}
.p-icon-btn i {
  display: block;
  line-height: 1;
  font-size: 1.15rem;
}

.p-quick { display: flex; flex-wrap: wrap; gap: 8px; margin: 10px 0 14px; }
.p-chip {
  border: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.05);
  color: var(--p-text); border-radius: 999px; padding: 10px 14px; min-height: 44px;
}
.p-photo-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 10px; position: relative; }
.p-file-btn {
  margin: 0;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
}
.p-file-native {
  /* Vizual ascuns, dar „real” pentru iOS — display:none / [hidden] blochează camera */
  position: absolute !important;
  left: 0;
  top: 0;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important;
  opacity: 0 !important;
  pointer-events: none;
}
.p-photo-preview { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 8px; }
.p-photo-preview img {
  width: 72px; height: 72px; object-fit: cover; border-radius: 12px;
  border: 1px solid rgba(255,255,255,.1);
}
.p-thumb { width: 100%; max-height: 180px; object-fit: cover; border-radius: 12px; margin-top: 8px; }
.p-row-btns { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.p-history-item {
  display: flex; justify-content: space-between; gap: 8px;
  padding: 10px 0; border-top: 1px solid rgba(255,255,255,.06); color: var(--p-muted);
}
.p-gps {
  display: flex; align-items: center; gap: 8px;
  margin-bottom: 12px; color: var(--p-muted); font-size: .9rem;
}
.p-gps.is-ok { color: #7dffd4; }
.p-gps.is-bad { color: var(--p-warn); }
.p-gps-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--p-warn); box-shadow: 0 0 0 4px rgba(240,180,41,.15);
}
.p-gps.is-ok .p-gps-dot { background: var(--p-accent-2); box-shadow: 0 0 0 4px rgba(30,200,165,.15); }

.p-pinned.urgent, .p-pinned.warning { border-left: 4px solid var(--p-warn); }
.p-pinned.important { border-left: 4px solid var(--p-accent); }

.p-bottom-nav {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 30;
  display: grid; grid-template-columns: repeat(4, 1fr);
  background: rgba(7,20,33,.92); backdrop-filter: blur(12px);
  border-top: 1px solid rgba(255,255,255,.08);
  padding: 8px 8px calc(8px + env(safe-area-inset-bottom));
}
.p-bottom-nav a {
  display: flex; flex-direction: column; align-items: center; gap: 2px;
  color: var(--p-muted); text-decoration: none; font-size: .7rem; padding: 6px 0;
}
.p-bottom-nav a.is-active, .p-bottom-nav a.p-nav-primary { color: #fff; }
.p-bottom-nav .p-nav-primary i {
  width: 44px; height: 44px; border-radius: 16px; display: grid; place-items: center;
  background: linear-gradient(135deg, var(--p-accent), #1877c9);
  margin-top: -18px; font-size: 1.2rem;
}

.p-map-wrap {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.08);
  background: #0a1a2a;
}
.p-map {
  height: min(62vh, 520px);
  min-height: 320px;
  width: 100%;
  z-index: 1;
}
.p-map-legend {
  display: flex;
  gap: 14px;
  padding: 10px 12px;
  background: rgba(7,20,33,.9);
  font-size: .8rem;
  color: var(--p-muted);
}
.p-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 6px;
  vertical-align: middle;
}
.p-dot.zone { background: var(--p-accent); }
.p-dot.you { background: var(--p-accent-2); border: 1px solid #fff; }
.p-dot.report { background: #f0b429; border: 1px solid #fff; }

.p-map-popup { min-width: 160px; max-width: 210px; color: #111; }
.p-map-popup-photo {
  width: 100%;
  max-height: 140px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 8px;
  display: block;
}
.p-map-popup-meta {
  font-size: .8rem;
  color: #555;
  margin: 2px 0 6px;
}
.leaflet-popup-content-wrapper.p-map-popup-wrap,
.p-map-popup-wrap .leaflet-popup-content-wrapper {
  border-radius: 12px;
}

.p-flash {
  margin: 0 0 12px;
  padding: 12px 14px;
  border-radius: 14px;
  font-size: .95rem;
  line-height: 1.4;
}
.p-flash-ok { background: rgba(30,200,165,.16); color: #b7ffe8; }
.p-flash-err { background: rgba(239,91,107,.18); color: #ffc2c9; }
.p-flash-warn { background: rgba(240,180,41,.16); color: #ffe3a0; }

.p-photo-thumb {
  padding: 0;
  border: 0;
  background: none;
  position: relative;
}
.p-photo-thumb img {
  width: 76px;
  height: 76px;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.12);
  display: block;
}
.p-photo-hint { font-size: .8rem; margin: 0 0 8px; }

.p-success-modal { text-align: center; padding: 22px 18px; }
.p-success-icon {
  width: 64px; height: 64px; margin: 0 auto 12px;
  border-radius: 50%;
  display: grid; place-items: center;
  background: rgba(30,200,165,.2);
  color: var(--p-accent-2);
  font-size: 1.8rem;
}
.p-success-line { margin: 6px 0; font-size: 1.05rem; }

.p-upload-modal { text-align: center; padding: 26px 20px; }
.p-upload-modal h2 { font-size: 1.1rem; margin: 4px 0 6px; }
.p-upload-spinner {
  width: 56px; height: 56px; margin: 0 auto 14px;
  border-radius: 50%;
  display: grid; place-items: center;
  background: rgba(58,140,255,.18);
  color: var(--p-accent);
  font-size: 1.7rem;
}
.p-upload-spinner i { display: block; animation: p-spin .8s linear infinite; }
#uploadProgressText { font-weight: 600; margin-top: 8px; }

/* Mobile breakpoints for field phones */
@media (max-width: 430px) {
  .p-app-body { padding: 12px 12px 96px; }
  .p-page-title { font-size: 1.2rem; }
  .p-kpi strong { font-size: 1.1rem; }
  .p-input-xl { font-size: 1.4rem; }
  .p-map { height: min(55vh, 420px); min-height: 280px; }
}
@media (max-width: 375px) {
  .p-auth-card { padding: 22px 16px; border-radius: 22px; }
  .p-kpi-grid { gap: 8px; }
  .p-btn-xl { min-height: 52px; }
}

.leaflet-container { background: #0a1a2a; font: inherit; }

.p-modal-backdrop {
  position: fixed; inset: 0; z-index: 50;
  background: rgba(0,0,0,.55);
  display: grid; place-items: center; padding: 16px;
}
.p-modal-backdrop[hidden],
.p-sheet[hidden],
#successModal[hidden] {
  display: none !important;
}
.p-modal {
  width: 100%; max-width: 400px;
  background: var(--p-surface);
  border-radius: 20px; border: 1px solid rgba(255,255,255,.08);
  box-shadow: var(--p-shadow);
}
.p-modal-head {
  display: flex; justify-content: space-between; align-items: center;
  padding: 16px 16px 0;
}
.p-modal-head h2 { margin: 0; font-size: 1.15rem; }
.p-modal-close { background: none; border: 0; color: var(--p-muted); font-size: 1.6rem; }
.p-modal-body { padding: 12px 16px 18px; }
body.p-modal-open { overflow: hidden; }

.p-sheet {
  position: fixed; inset: 0; z-index: 40; background: rgba(0,0,0,.45);
  display: flex; align-items: flex-end;
}
.p-sheet-inner {
  width: 100%; max-height: 70vh; overflow: auto;
  background: var(--p-surface); border-radius: 20px 20px 0 0; padding: 16px;
}
.p-notif { padding: 10px 0; border-top: 1px solid rgba(255,255,255,.06); }
.p-notif.unread strong::before { content: "• "; color: var(--p-accent); }

.alert {
  margin: 0 0 12px; padding: 12px 14px; border-radius: 14px;
  background: rgba(255,255,255,.08);
}
.alert-success { background: rgba(30,200,165,.15); color: #b7ffe8; }
.alert-danger { background: rgba(239,91,107,.18); color: #ffc2c9; }
.alert-warning { background: rgba(240,180,41,.15); color: #ffe3a0; }
.btn-close { display: none; }

.p-fade-in { animation: pFade .45s ease both; }
@keyframes pFade {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: none; }
}

.p-stack { display: flex; flex-direction: column; gap: 12px; }
details.p-card summary { cursor: pointer; font-weight: 600; }
.p-instructions { margin-top: 10px; color: var(--p-muted); line-height: 1.5; }

/* —— Help / ghid promoter —— */
.p-help-launch {
  color: var(--p-text);
}
.p-help-launch:active {
  transform: scale(.96);
}

.p-help-hero {
  font-family: "Nunito", var(--p-font);
  background:
    linear-gradient(145deg, rgba(94, 234, 212, .35), transparent 50%),
    linear-gradient(320deg, rgba(251, 191, 36, .22), transparent 45%),
    linear-gradient(180deg, #1a3a5c, #132b44);
  border: 1px solid rgba(94, 234, 212, .35);
  border-radius: 24px;
  padding: 22px 18px;
  margin-bottom: 14px;
  animation: pFade .45s ease both;
}
.p-help-hero-kicker {
  margin: 0 0 6px;
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #5eead4;
}
.p-help-hero-title {
  margin: 0 0 10px;
  font-size: 1.45rem;
  font-weight: 800;
  line-height: 1.2;
  color: #fff;
}
.p-help-hero-text {
  margin: 0;
  color: #c8d9ea;
  line-height: 1.5;
  font-size: .98rem;
}

.p-help-toc {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin: 0 0 14px;
  padding: 0;
  overflow: visible;
}
.p-help-toc-item {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 48px;
  padding: 10px 12px;
  border-radius: 16px;
  text-decoration: none;
  color: #fff;
  font-family: "Nunito", var(--p-font);
  font-size: .9rem;
  font-weight: 700;
  line-height: 1.2;
  border: 1px solid transparent;
  box-shadow: 0 4px 14px rgba(0,0,0,.18);
}
.p-help-toc-item span {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 10px;
  background: rgba(0,0,0,.28);
  font-weight: 800;
  font-size: .85rem;
}
.p-help-toc-item--1 { background: linear-gradient(135deg, #0ea5e9, #0369a1); }
.p-help-toc-item--2 { background: linear-gradient(135deg, #14b8a6, #0f766e); }
.p-help-toc-item--3 { background: linear-gradient(135deg, #f59e0b, #b45309); }
.p-help-toc-item--4 { background: linear-gradient(135deg, #f43f5e, #be123c); }
.p-help-toc-item--5 {
  background: linear-gradient(135deg, #84cc16, #4d7c0f);
  grid-column: 1 / -1;
  justify-content: center;
}
.p-help-toc-item:active { filter: brightness(1.08); transform: scale(.98); }

.p-help-card {
  font-family: "Nunito", var(--p-font);
  position: relative;
  background: var(--p-card);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 22px;
  padding: 18px 16px 16px;
  margin-bottom: 14px;
  overflow: hidden;
  scroll-margin-top: 12px;
  scroll-margin-bottom: 110px;
  animation: pFade .5s ease both;
  box-shadow: 0 10px 28px rgba(0,0,0,.22);
}
.p-help-card::before {
  content: "";
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 6px;
}
.p-help-card--sky::before { background: linear-gradient(180deg, #38bdf8, #0284c7); }
.p-help-card--mint::before { background: linear-gradient(180deg, #2dd4bf, #0f766e); }
.p-help-card--sun::before { background: linear-gradient(180deg, #fbbf24, #d97706); }
.p-help-card--coral::before { background: linear-gradient(180deg, #fb7185, #e11d48); }
.p-help-card--lime::before { background: linear-gradient(180deg, #a3e635, #65a30d); }

.p-help-card--sky { background: linear-gradient(160deg, rgba(14,165,233,.28), #16324d 48%); }
.p-help-card--mint { background: linear-gradient(160deg, rgba(45,212,191,.26), #143628 48%, #132b44 100%); }
.p-help-card--sun { background: linear-gradient(160deg, rgba(251,191,36,.26), #3a2e12 48%, #132b44 100%); }
.p-help-card--coral { background: linear-gradient(160deg, rgba(251,113,133,.26), #3a1822 48%, #132b44 100%); }
.p-help-card--lime { background: linear-gradient(160deg, rgba(163,230,53,.22), #243012 48%, #132b44 100%); }

.p-help-card-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  padding: 0 12px;
  margin-bottom: 12px;
  border-radius: 14px;
  font-weight: 800;
  font-size: 1rem;
  background: rgba(255,255,255,.14);
  color: #fff;
}
.p-help-card h3 {
  margin: 0 0 10px;
  font-size: 1.22rem;
  font-weight: 800;
  line-height: 1.25;
  color: #fff;
}
.p-help-card > p {
  margin: 0 0 12px;
  color: #d5e4f2;
  line-height: 1.55;
}

.p-help-list,
.p-help-steps {
  margin: 0 0 12px;
  padding-left: 1.15rem;
  color: #e8f1fa;
  line-height: 1.55;
}
.p-help-list li,
.p-help-steps li { margin-bottom: .6rem; }
.p-help-list strong,
.p-help-steps strong { color: #fff; }
.p-help-list em { color: #7dd3fc; font-style: normal; font-weight: 700; }

.p-help-tip,
.p-help-callout {
  margin-top: 8px;
  padding: 12px 14px;
  border-radius: 14px;
  line-height: 1.45;
  font-size: .95rem;
}
.p-help-tip {
  background: rgba(56, 189, 248, .22);
  border: 1px solid rgba(125,211,252,.4);
  color: #e0f2fe;
}
.p-help-callout {
  background: rgba(251, 191, 36, .2);
  border: 1px solid rgba(251,191,36,.45);
  color: #fef3c7;
}
.p-help-tip strong,
.p-help-callout strong {
  display: block;
  margin-bottom: 4px;
  color: #fff;
}

.p-help-footer-cta {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 8px 0 36px;
  padding-bottom: 8px;
  animation: pFade .55s ease both;
}

@media (min-width: 480px) {
  .p-help-hero-title { font-size: 1.65rem; }
  .p-help-card { padding: 20px; }
  .p-help-toc { grid-template-columns: repeat(3, 1fr); }
  .p-help-toc-item--5 { grid-column: auto; }
}
