/* ============================================================
   NUMERARUL.RO — PLUGIN FRONTEND STYLES v1.5.3
   ============================================================ */

:root {
  --nrp-primary: #092b55;
  --nrp-accent: #1769aa;
  --nrp-gold: #fcd116;
  --nrp-gold-dark: #d4a017;
  --nrp-ink: #10233f;
  --nrp-bg-soft: #f4f8fc;
  --nrp-border: #dce6f0;
}

/* FORMULAR & SHELL */
.nrp-shell {
  position: relative;
  isolation: isolate;
  overflow: visible;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, Segoe UI, sans-serif;
  color: var(--nrp-ink);
  padding: 24px 0;
  width: 100%;
}

.nrp-glow {
  position: absolute;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  filter: blur(90px);
  opacity: .16;
  z-index: -1;
  pointer-events: none;
}
.nrp-glow-a { background: var(--nrp-accent); top: -120px; left: -120px; }
.nrp-glow-b { background: #f4d03f; right: -160px; bottom: -160px; }

.nrp-card {
  max-width: 820px;
  margin: auto;
  background: linear-gradient(145deg, rgba(255,255,255,.98), rgba(248,251,255,.98));
  border: 1px solid rgba(19,55,95,.12);
  border-radius: 26px;
  box-shadow: 0 24px 75px rgba(13,42,77,.10), 0 2px 8px rgba(13,42,77,.04);
  position: relative;
  overflow: visible;
}

.nrp-topline {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  background: #f5f8fc;
  border-bottom: 1px solid #e6edf5;
  border-radius: 25px 25px 0 0;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .12em;
  color: var(--nrp-accent);
}

.nrp-flag {
  display: flex;
  width: 24px;
  height: 15px;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0,0,0,.2);
}
.nrp-flag i { flex: 1; }
.nrp-flag i:nth-child(1) { background: #002b7f; }
.nrp-flag i:nth-child(2) { background: #fcd116; }
.nrp-flag i:nth-child(3) { background: #ce1126; }

.nrp-head {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  align-items: center;
  padding: 34px 42px 25px;
}
.nrp-kicker {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .15em;
  color: var(--nrp-accent);
  margin-bottom: 8px;
}
.nrp-head h2 {
  font-family: Georgia, serif;
  font-size: clamp(32px, 4.5vw, 46px);
  line-height: 1.05;
  margin: 0;
  color: var(--nrp-primary);
  letter-spacing: -.025em;
}
.nrp-head p {
  font-size: 16px;
  line-height: 1.6;
  color: #5a6b80;
  max-width: 590px;
  margin: 13px 0 0;
}
.nrp-seal {
  flex: 0 0 74px;
  width: 74px;
  height: 74px;
  border: 1px solid #cbd8e7;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-family: Georgia, serif;
  font-size: 25px;
  color: var(--nrp-primary);
  box-shadow: inset 0 0 0 5px #f3f7fb;
}
.nrp-seal small {
  display: block;
  font: 700 8px system-ui;
  margin-top: -22px;
  letter-spacing: .12em;
}

.nrp-tricolor { height: 4px; display: flex; }
.nrp-tricolor i { flex: 1; }
.nrp-tricolor i:nth-child(1) { background: #002b7f; }
.nrp-tricolor i:nth-child(2) { background: #fcd116; }
.nrp-tricolor i:nth-child(3) { background: #ce1126; }

.nrp-form, .nrp-otp, .nrp-success { padding: 30px 42px; }

.nrp-section-title {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-bottom: 22px;
}
.nrp-section-title > span {
  flex: 0 0 40px!important;
  width: 40px!important;
  height: 40px!important;
  min-width: 40px!important;
  min-height: 40px!important;
  border-radius: 50%!important;
  background: var(--nrp-primary);
  color: #fff;
  display: flex!important;
  align-items: center!important;
  justify-content: center!important;
  font-weight: 900;
  font-size: 13.5px;
  box-sizing: border-box;
}
.nrp-section-title b, .nrp-section-title small { display: block; }
.nrp-section-title small { color: #748398; margin-top: 2px; }

.nrp-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.nrp-form label:not(.nrp-check) {
  display: block;
  margin-bottom: 16px;
}
.nrp-form label > span {
  font-size: 13px;
  font-weight: 800;
  color: var(--nrp-primary);
}
.nrp-form input, .nrp-form select, .nrp-otp input {
  box-sizing: border-box;
  width: 100%;
  margin-top: 7px;
  padding: 14px 15px;
  border: 1.5px solid #d6e0eb;
  border-radius: 12px;
  background: #fff;
  font-size: 15px;
  outline: 0;
  transition: all 0.2s ease;
  color: #10243d;
}
.nrp-form input:focus, .nrp-otp input:focus {
  border-color: var(--nrp-accent, #1769aa);
  box-shadow: 0 0 0 4px rgba(23,105,170,.10);
}

/* CUSTOM ULTRA-PREMIUM SELECT DROPDOWNS (SĂGEȚI VECTORIALE ELEGANTE) */
.nrp-form select, select.nrp-select {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  cursor: pointer !important;
  padding-right: 48px !important;
  background-color: #ffffff !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' fill='none' stroke='%230b2b52' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 16px center !important;
  background-size: 18px 18px !important;
  font-weight: 600 !important;
  color: #0b2b52 !important;
  box-shadow: 0 2px 8px rgba(11, 43, 82, 0.04) !important;
}

.nrp-form select:hover, select.nrp-select:hover {
  border-color: #93c5fd !important;
  background-color: #f8fafc !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' fill='none' stroke='%231769aa' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") !important;
  box-shadow: 0 4px 14px rgba(11, 43, 82, 0.08) !important;
}

.nrp-form select:focus, select.nrp-select:focus {
  border-color: var(--nrp-accent, #1769aa) !important;
  background-color: #ffffff !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' fill='none' stroke='%231769aa' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") !important;
  box-shadow: 0 0 0 4px rgba(23, 105, 170, 0.15), 0 6px 18px rgba(11, 43, 82, 0.10) !important;
}

.nrp-form select option {
  color: #10243d !important;
  background: #ffffff !important;
  padding: 12px 16px !important;
  font-size: 15px !important;
  font-weight: 500 !important;
}

.nrp-hint {
  display: block;
  color: #7a899b;
  font-size: 12px;
  margin-top: 6px;
}

.nrp-consents {
  background: #f6f9fc;
  border: 1px solid #e4ebf3;
  border-radius: 16px;
  padding: 6px 16px;
  margin-top: 6px;
}
.nrp-check {
  display: flex;
  gap: 11px;
  padding: 13px 0;
  font-size: 12.5px;
  line-height: 1.5;
  border-bottom: 1px solid #e5ecf3;
}
.nrp-check:last-child { border-bottom: 0; }
.nrp-check input {
  width: 18px!important;
  height: 18px;
  margin: 2px 0 0!important;
  flex: 0 0 18px;
}
.nrp-check b { display: block; color: #253b57; }

.nrp-mainbtn {
  width: 100%;
  border: 0;
  border-radius: 14px;
  padding: 17px 20px;
  background: linear-gradient(135deg, var(--nrp-primary), var(--nrp-accent));
  color: #fff;
  font-size: 16px;
  font-weight: 850;
  cursor: pointer;
  margin-top: 18px;
  box-shadow: 0 12px 28px rgba(11,43,82,.18);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  transition: .2s;
}
.nrp-mainbtn:hover { transform: translateY(-1px); box-shadow: 0 16px 34px rgba(11,43,82,.24); }
.nrp-mainbtn b { font-size: 20px; }
.nrp-mainbtn:disabled { opacity: .55; cursor: wait; }

.nrp-trust {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 12px !important;
  flex-wrap: nowrap !important;
  margin-top: 12px !important;
  color: #68798e !important;
  font-weight: 700 !important;
  white-space: nowrap !important;
}

.nrp-trust span {
  white-space: nowrap !important;
  font-size: 11px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 2px !important;
}

@media (max-width: 480px) {
  .nrp-trust {
    gap: 6px !important;
  }
  .nrp-trust span {
    font-size: 9.5px !important;
    letter-spacing: -0.2px !important;
  }
}
.nrp-msg {
  min-height: 22px;
  margin-top: 12px;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
}
.nrp-msg[data-state="error"] { color: #a61b1b; }
.nrp-msg[data-state="ok"] { color: #187344; }
.nrp-msg[data-state="loading"] { color: #315f8a; }

.nrp-hp { position: absolute!important; left: -9999px!important; }

.nrp-otp {
  text-align: center;
  scroll-margin-top: 20px;
}

@media (max-width: 782px) {
  .nrp-otp { scroll-margin-top: 12px; }
}
.nrp-mailicon {
  width: 64px;
  height: 64px;
  margin: 0 auto 14px;
  border-radius: 18px;
  background: #eef5fb;
  display: grid;
  place-items: center;
  font-size: 28px;
}
.nrp-otp h3, .nrp-success h3 {
  font-family: Georgia, serif;
  font-size: 30px;
  color: var(--nrp-primary);
  margin: 4px 0 8px;
}
.nrp-otp p { color: #65768b; }
.nrp-otp input {
  font-size: 28px;
  text-align: center;
  letter-spacing: .35em;
  max-width: 290px;
}
.nrp-resend {
  border: 0;
  background: transparent;
  color: var(--nrp-accent);
  font-weight: 800;
  margin-top: 14px;
  cursor: pointer;
}
.nrp-success { text-align: center; }
.nrp-tick {
  margin: 0 auto 14px;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #e8f7ef;
  color: #14703a;
  font-size: 34px;
  font-weight: 900;
}
.nrp-share-box {
  margin: 22px 0 16px;
  background: #f4f8fc;
  border: 1px solid #dce8f3;
  border-radius: 16px;
  padding: 16px 18px;
}
.nrp-share-title {
  font-size: 13px;
  font-weight: 850;
  color: var(--nrp-primary);
  margin-bottom: 12px;
}
.nrp-share-btns {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
}
.nrp-sbtn {
  appearance: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 9px 14px;
  border-radius: 10px;
  font-size: 12.5px;
  font-weight: 800;
  text-decoration: none!important;
  color: #fff!important;
  cursor: pointer;
  border: 0;
  transition: .15s ease;
}
.nrp-sbtn:hover { transform: translateY(-2px); opacity: .92; }
.nrp-wa { background: #25D366; }
.nrp-fb { background: #1877F2; }
.nrp-tg { background: #229ED9; }
.nrp-tw { background: #000; }
.nrp-copy { background: #092b55; }
.nrp-copy.copied { background: #18804a; }

.nrp-legal {
  font-size: 12px;
  color: #748398;
  background: #f5f8fb;
  padding: 13px;
  border-radius: 12px;
  margin-top: 14px;
}
.nrp-party {
  padding: 14px 20px !important;
  background: #092b55 !important;
  color: #ffffff !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
  width: 100% !important;
  box-sizing: border-box !important;
}
.nrp-party b {
  color: #ffffff !important;
  font-size: 13.5px !important;
  font-weight: 600 !important;
  letter-spacing: 0.02em !important;
  line-height: 1.2 !important;
  display: inline-block !important;
  text-align: center !important;
  white-space: nowrap !important;
}
@media (max-width: 520px) {
  .nrp-party {
    padding: 12px 14px !important;
  }
  .nrp-party b {
    font-size: 11.5px !important;
    white-space: nowrap !important;
    letter-spacing: 0 !important;
  }
}

.nrp-counter strong {
  display: block;
  font-family: Georgia, serif;
  font-size: clamp(42px, 7vw, 76px);
  color: #0b2b52;
}
.nrp-counter span { font-weight: 800; color: #32475f; }

.nrp-county-field[hidden] { display: none!important; }

/* ============================================================
   HARTA LEAFLET INTERACTIVĂ v1.5.3
   ============================================================ */

.nr-map-wrap-showcase {
  margin-top: 32px!important;
  display: flex!important;
  flex-direction: column!important;
  gap: 16px!important;
  width: 100%!important;
}
.nr-map-stats-ribbon {
  display: grid!important;
  grid-template-columns: repeat(4, 1fr)!important;
  gap: 14px!important;
  width: 100%!important;
}
.nr-map-stat-card {
  background: #ffffff!important;
  border: 1px solid #dce7f2!important;
  border-radius: 18px!important;
  padding: 16px 18px!important;
  display: flex!important;
  align-items: center!important;
  gap: 14px!important;
  box-shadow: 0 8px 24px rgba(13, 45, 80, 0.04)!important;
  transition: transform .2s ease, box-shadow .2s ease!important;
}
.nr-map-stat-card:hover {
  transform: translateY(-2px)!important;
  box-shadow: 0 12px 30px rgba(13, 45, 80, 0.08)!important;
  border-color: #b9d3eb!important;
}
.nr-stat-icon {
  width: 44px!important;
  height: 44px!important;
  border-radius: 12px!important;
  background: #edf5fc!important;
  display: grid!important;
  place-items: center!important;
  font-size: 22px!important;
  flex: 0 0 44px!important;
}
.nr-stat-content {
  display: flex!important;
  flex-direction: column!important;
  text-align: left!important;
}
.nr-stat-content small {
  display: block!important;
  font-size: 10.5px!important;
  font-weight: 850!important;
  letter-spacing: .08em!important;
  color: #6a7f96!important;
  margin-bottom: 3px!important;
  text-transform: uppercase!important;
}
.nr-stat-content strong {
  display: block!important;
  font-family: Georgia, serif!important;
  font-size: 24px!important;
  color: #092b55!important;
  line-height: 1.1!important;
  font-weight: 700!important;
}

@media(max-width: 900px) {
  .nr-map-stats-ribbon {
    grid-template-columns: repeat(2, 1fr)!important;
  }
}
@media(max-width: 540px) {
  .nr-map-stats-ribbon {
    grid-template-columns: 1fr 1fr!important;
    gap: 10px!important;
  }
  .nr-map-stat-card {
    padding: 12px 14px!important;
    gap: 10px!important;
  }
  .nr-stat-icon {
    width: 36px!important;
    height: 36px!important;
    flex: 0 0 36px!important;
    font-size: 18px!important;
  }
  .nr-stat-content strong {
    font-size: 19px!important;
  }
}

.nr-map-card {
  width: 100%;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(25, 69, 112, 0.14);
  border-radius: 26px;
  box-shadow: 0 20px 60px rgba(13, 45, 80, 0.08);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

/* Toolbar */
.nr-map-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 24px;
  background: linear-gradient(180deg, #ffffff, #f7fafe);
  border-bottom: 1px solid #e3edf7;
  flex-wrap: wrap;
}

.nr-map-title {
  display: flex;
  align-items: center;
  gap: 10px;
}
.nr-map-title b {
  font-size: 16px;
  color: var(--nrp-primary);
  font-family: Georgia, serif;
}
.nr-map-title small {
  font-size: 11px;
  color: #687e95;
  background: #edf5fc;
  padding: 3px 8px;
  border-radius: 6px;
  font-weight: 700;
}

.nr-map-live-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #18804a;
  box-shadow: 0 0 0 4px rgba(24, 128, 74, 0.20);
  animation: nrLivePulse 2s infinite ease-in-out;
}
@keyframes nrLivePulse {
  0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(24, 128, 74, 0.4); }
  70% { transform: scale(1); box-shadow: 0 0 0 7px rgba(24, 128, 74, 0); }
  100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(24, 128, 74, 0); }
}

.nr-map-filters {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.nr-map-btn {
  appearance: none;
  border: 1px solid #cfe0f0;
  background: #fff;
  color: var(--nrp-primary);
  font-size: 12.5px;
  font-weight: 800;
  padding: 8px 14px;
  border-radius: 10px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  transition: .18s ease;
}
.nr-map-btn:hover {
  background: #f0f6fc;
  border-color: #b5d1ea;
}
.nr-map-btn.active {
  background: var(--nrp-primary);
  color: #fff;
  border-color: var(--nrp-primary);
  box-shadow: 0 4px 12px rgba(9, 43, 85, 0.20);
}
.nr-map-btn .nr-badge {
  background: #eef5fb;
  color: var(--nrp-primary);
  padding: 2px 7px;
  border-radius: 99px;
  font-size: 11px;
  font-weight: 900;
}
.nr-map-btn.active .nr-badge {
  background: rgba(255, 255, 255, 0.22);
  color: #fff;
}

.nr-map-btn-icon {
  appearance: none;
  border: 1px solid #cfe0f0;
  background: #fff;
  color: var(--nrp-primary);
  font-size: 16px;
  font-weight: 900;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: .18s ease;
}
.nr-map-btn-icon:hover {
  background: #f0f6fc;
  border-color: #b5d1ea;
  transform: rotate(45deg);
}

/* Leaflet Stage */
.nr-leaflet-stage {
  position: relative;
  width: 100%;
  height: 520px;
  background: #edf5fc;
}

.nr-leaflet-map {
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* Custom Marker Pins */
.nr-div-icon {
  background: transparent;
  border: none;
}

.nr-pin-badge {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  transform: translate(-50%, -50%);
  cursor: pointer;
  transition: transform .2s ease;
}
.nr-pin-badge:hover {
  transform: translate(-50%, -50%) scale(1.15);
  z-index: 999!important;
}

.nr-pin-core {
  position: relative;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 6px 12px;
  border-radius: 999px;
  color: #fff;
  font-family: Inter, system-ui, sans-serif;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

/* SCALING TIERS */
.pin-ro.pin-active .nr-pin-core {
  background: linear-gradient(135deg, #072346, #0e4c8c);
  border: 2.5px solid #fcd116;
  color: #fff;
  box-shadow: 0 6px 20px rgba(9, 43, 85, 0.45), 0 0 0 3px rgba(252, 209, 22, 0.40);
}
.pin-ro.pin-active .nr-pin-core b {
  color: #fcd116;
  font-size: 14px;
}

/* TIER HIGH / STAR (Volume mari) */
.pin-ro.tier-high .nr-pin-core {
  background: linear-gradient(135deg, #061c38, #0a3d75);
  border-color: #fcd116;
  padding: 8px 14px;
}
.pin-ro.tier-star .nr-pin-core {
  background: linear-gradient(135deg, #7c1a24, #0a2e5c);
  border: 3px solid #fcd116;
  color: #fff;
  box-shadow: 0 8px 25px rgba(206, 17, 38, 0.5), 0 0 0 4px rgba(252, 209, 22, 0.6);
}

.pin-dia.pin-active .nr-pin-core {
  background: linear-gradient(135deg, #093766, #1d6eb7);
  border: 2.5px solid #fcd116;
  color: #fff;
  box-shadow: 0 6px 20px rgba(16, 59, 112, 0.45), 0 0 0 3px rgba(252, 209, 22, 0.40);
}
.pin-dia.pin-active .nr-pin-core b {
  color: #fcd116;
  font-size: 14px;
}

/* LABEL VIZIBIL MEREU PENTRU CEI ACTIVI */
.nr-pin-label.active-label {
  display: block!important;
  margin-top: 4px;
  font-size: 10.5px;
  font-weight: 850;
  color: #fff;
  background: #092b55;
  padding: 3px 8px;
  border-radius: 6px;
  border: 1px solid rgba(252, 209, 22, 0.8);
  white-space: nowrap;
  box-shadow: 0 4px 10px rgba(0,0,0,.25);
}

.nr-pin-label {
  display: none;
  margin-top: 3px;
  font-size: 10px;
  font-weight: 800;
  color: #0c2b50;
  background: rgba(255, 255, 255, 0.95);
  padding: 2px 6px;
  border-radius: 4px;
  border: 1px solid #d3e2f0;
  white-space: nowrap;
  box-shadow: 0 2px 6px rgba(0,0,0,.08);
}
.nr-pin-badge:hover .nr-pin-label {
  display: block;
}

.nr-pin-pulse {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(252, 209, 22, 0.50);
  animation: nrPinPing 2s cubic-bezier(0, 0, 0.2, 1) infinite;
  z-index: 1;
  pointer-events: none;
}
.dia-pulse {
  background: rgba(252, 209, 22, 0.50);
}
@keyframes nrPinPing {
  0% { transform: translate(-50%, -50%) scale(0.6); opacity: 0.95; }
  75%, 100% { transform: translate(-50%, -50%) scale(2); opacity: 0; }
}

.nr-pin-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #6b8caa;
  box-shadow: 0 2px 6px rgba(0,0,0,.15);
  transform: translate(-50%, -50%);
  cursor: pointer;
  transition: transform .18s ease;
}
.nr-pin-dot:hover {
  transform: translate(-50%, -50%) scale(1.4);
  border-color: #1769aa;
}

/* Custom Tooltips & Popups */
.leaflet-popup-content-wrapper {
  border-radius: 16px!important;
  padding: 0!important;
  box-shadow: 0 14px 40px rgba(10, 38, 70, 0.22)!important;
  border: 1px solid #d7e4f0!important;
  overflow: hidden;
}
.leaflet-popup-content {
  margin: 0!important;
  line-height: 1.4!important;
}
.leaflet-popup-tip {
  background: #fff!important;
}

.nr-map-popup {
  padding: 16px 20px;
  text-align: center;
  min-width: 180px;
  background: #fff;
}
.nr-pop-kicker {
  font-size: 9.5px;
  font-weight: 900;
  letter-spacing: .12em;
  color: var(--nrp-accent);
  margin-bottom: 4px;
}
.nr-pop-title {
  font-family: Georgia, serif;
  font-size: 20px;
  font-weight: 700;
  color: var(--nrp-primary);
  margin-bottom: 6px;
}
.nr-pop-count {
  font-size: 13px;
  color: #556c82;
  margin-bottom: 8px;
}
.nr-pop-count b {
  font-size: 18px;
  color: #0b2b52;
}

.nr-pop-progress-box {
  background: #f4f8fc;
  border: 1px solid #e1ebf5;
  border-radius: 10px;
  padding: 8px 10px;
  margin-bottom: 8px;
  text-align: left;
}
.nr-pop-progress-box small {
  display: block;
  font-size: 10px;
  color: #647a92;
  margin-bottom: 4px;
}
.nr-pop-bar {
  height: 6px;
  background: #d6e3ef;
  border-radius: 99px;
  overflow: hidden;
  margin-bottom: 4px;
}
.nr-pop-bar i {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, #1769aa, #fcd116);
  border-radius: 99px;
}
.nr-pop-progress-box span {
  display: block;
  font-size: 10.5px;
  font-weight: 800;
  color: #092b55;
  text-align: right;
}

.nr-pop-meta {
  font-size: 10px;
  color: #8397ab;
  border-top: 1px solid #edf4fa;
  padding-top: 6px;
}

.nr-leaflet-tooltip-wrap {
  background: rgba(10, 43, 85, 0.94)!important;
  color: #fff!important;
  border: 1px solid rgba(252, 209, 22, 0.6)!important;
  border-radius: 8px!important;
  font-size: 12px!important;
  font-family: Inter, system-ui, sans-serif!important;
  padding: 6px 10px!important;
  box-shadow: 0 6px 18px rgba(0,0,0,.2)!important;
}
.nr-leaflet-tooltip-wrap:before {
  border-top-color: rgba(10, 43, 85, 0.94)!important;
}

/* Footer & Legend */
.nr-map-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  padding: 14px 22px;
  background: #fff;
  border-top: 1px solid #e6edf5;
  font-size: 12px;
  color: #657a90;
  flex-wrap: wrap;
}
.nr-map-legend {
  display: flex;
  align-items: center;
  gap: 16px;
}
.nr-map-legend span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 700;
  color: var(--nrp-primary);
}
.nr-map-legend i {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
}
.dot-ro { background: #0a2f5c; border: 2px solid #fcd116; box-shadow: 0 0 0 2px rgba(10,47,92,.25); }
.dot-dia { background: #1d6eb7; border: 2px solid #fcd116; box-shadow: 0 0 0 2px rgba(40,116,184,.25); }

.nr-map-gdpr-note {
  font-size: 11.5px;
  color: #71859c;
}
.nr-map-gdpr-note span {
  color: var(--nrp-primary);
  font-weight: 700;
}

/* ============================================================
   TOP 10 LEADERBOARD JUDEȚE & DIASPORA
   ============================================================ */

.nr-map-leaderboard {
  padding: 20px 24px 24px;
  background: #f8fbfe;
  border-top: 1px solid #dce8f5;
}

.nr-leader-container {
  width: 100%;
}

.nr-leader-header {
  margin-bottom: 16px;
}
.nr-leader-head-title {
  display: flex;
  align-items: center;
  gap: 12px;
}
.nr-trophy-icon {
  font-size: 26px;
  line-height: 1;
}
.nr-leader-head-title b {
  display: block;
  font-size: 16px;
  color: var(--nrp-primary);
  font-family: Georgia, serif;
}
.nr-leader-head-title small {
  display: block;
  font-size: 12px;
  color: #6a7f96;
}

.nr-leader-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.nr-leader-col {
  background: #fff;
  border: 1px solid #d7e4f1;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(13, 45, 80, 0.03);
}

.nr-leader-col-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 18px;
  background: linear-gradient(90deg, #f5f9fd, #edf5fc);
  border-bottom: 1px solid #e1ecf6;
  font-size: 13px;
  font-weight: 850;
  color: var(--nrp-primary);
}
.nr-leader-col-head em {
  font-style: normal;
  font-size: 11px;
  font-weight: 700;
  color: #647b93;
  background: #fff;
  padding: 2px 8px;
  border-radius: 6px;
  border: 1px solid #d5e3f0;
}

.nr-leader-list {
  display: flex;
  flex-direction: column;
}

.nr-leader-row {
  appearance: none;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #edf4fa;
  background: #fff;
  padding: 11px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  text-align: left;
  transition: .15s ease;
}
.nr-leader-row:last-child {
  border-bottom: 0;
}
.nr-leader-row:hover {
  background: #f0f7ff;
}

.nr-rank {
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  font-size: 11px;
  font-weight: 900;
}
.rank-1 {
  background: #fcd116;
  color: #092b55;
  box-shadow: 0 2px 8px rgba(252, 209, 22, 0.4);
}
.rank-2 {
  background: #e1e9f2;
  color: #10243d;
}
.rank-3 {
  background: #f7dfcd;
  color: #7a3e1d;
}
.rank-other {
  background: #f1f6fa;
  color: #687c91;
}

.nr-leader-name {
  flex: 1;
  font-size: 13.5px;
  font-weight: 800;
  color: #0b2b52;
}

.nr-leader-count {
  font-size: 13px;
  color: #556c84;
}
.nr-leader-count b {
  font-size: 15px;
  color: var(--nrp-primary);
  margin-right: 2px;
}
.nr-leader-count small {
  font-size: 11px;
  color: #798da2;
}

.nr-leader-arrow {
  color: #9ab4ce;
  font-weight: 900;
  font-size: 14px;
  transition: transform .15s ease;
}
.nr-leader-row:hover .nr-leader-arrow {
  color: var(--nrp-accent);
  transform: translateX(3px);
}

.nr-leader-empty {
  padding: 24px 18px;
  text-align: center;
  color: #788d9f;
  font-size: 12.5px;
  line-height: 1.5;
}

/* Responsive Map Adjustments */
@media (max-width: 900px) {
  .nr-leaflet-stage { height: 440px; }
  .nr-map-toolbar { padding: 14px 18px; }
  .nr-leader-grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .nr-leaflet-stage { height: 350px; }
  .nr-map-toolbar {
    flex-direction: column!important;
    align-items: stretch!important;
    gap: 10px!important;
    padding: 12px 14px!important;
  }
  .nr-map-title {
    display: flex!important;
    align-items: center!important;
    justify-content: space-between!important;
    width: 100%!important;
    gap: 6px!important;
  }
  .nr-map-title b {
    font-size: 14px!important;
    white-space: nowrap!important;
  }
  .nr-map-title small {
    font-size: 10px!important;
    padding: 2px 6px!important;
    white-space: nowrap!important;
  }
  .nr-map-filters {
    display: flex!important;
    align-items: center!important;
    gap: 5px!important;
    width: 100%!important;
    flex-wrap: nowrap!important;
  }
  .nr-map-filters .nr-map-btn {
    flex: 1 1 0!important;
    min-width: 0!important;
    padding: 7px 4px!important;
    font-size: 11px!important;
    justify-content: center!important;
    gap: 4px!important;
    white-space: nowrap!important;
  }
  .nr-map-filters .nr-map-btn .nr-badge {
    padding: 1px 5px!important;
    font-size: 10px!important;
  }
  .nr-map-filters .nr-map-btn-icon {
    flex: 0 0 32px!important;
    width: 32px!important;
    height: 32px!important;
    font-size: 14px!important;
    padding: 0!important;
  }
  .nr-map-footer { flex-direction: column; align-items: flex-start; gap: 8px; padding: 12px 14px; }
  .nr-map-leaderboard { padding: 14px 14px 18px; }
  .nrp-head { padding: 24px 18px 18px; }
  .nrp-head h2 { font-size: 30px; }
  .nrp-form, .nrp-otp, .nrp-success { padding: 20px 18px; }
  .nrp-grid { grid-template-columns: 1fr; }
}

/* Global FAQ Rules in Plugin */
.nr-faq {
  max-width: 980px!important;
  margin: 42px auto 0!important;
  display: grid!important;
  gap: 14px!important;
}
.nr-faq-item {
  background: #ffffff!important;
  border: 1px solid #dce6f0!important;
  border-radius: 18px!important;
  overflow: hidden!important;
  box-shadow: 0 7px 24px rgba(13, 45, 80, 0.035)!important;
  transition: .2s ease!important;
}
.nr-faq-item.active {
  border-color: #bdd3e7!important;
  box-shadow: 0 12px 32px rgba(13, 45, 80, 0.07)!important;
}
.nr-faq-q {
  appearance: none!important;
  -webkit-appearance: none!important;
  width: 100%!important;
  border: 0!important;
  background: transparent!important;
  box-shadow: none!important;
  padding: 20px 22px!important;
  display: flex!important;
  justify-content: space-between!important;
  align-items: center!important;
  gap: 20px!important;
  text-align: left!important;
  color: var(--nrp-primary, #092b55)!important;
  cursor: pointer!important;
  font: 800 15.5px/1.4 Inter, system-ui!important;
}
.nr-faq-item.active .nr-faq-q {
  background: linear-gradient(90deg, #f7fbff, #eef6fd)!important;
}
.nr-faq-q span {
  display: flex!important;
  align-items: center!important;
  gap: 14px!important;
}
.nr-faq-q i {
  font-style: normal!important;
  width: 32px!important;
  height: 32px!important;
  border-radius: 9px!important;
  background: #edf5fc!important;
  color: #2a70aa!important;
  display: flex!important;
  align-items: center!important;
  justify-content: center!important;
  font-size: 11px!important;
  font-weight: 900!important;
  flex: 0 0 32px!important;
}
.nr-faq-q b {
  width: 34px!important;
  height: 34px!important;
  min-width: 34px!important;
  min-height: 34px!important;
  border-radius: 50%!important;
  display: flex!important;
  align-items: center!important;
  justify-content: center!important;
  text-align: center!important;
  background: #f1f6fa!important;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace!important;
  font-size: 21px!important;
  font-weight: 600!important;
  line-height: 1!important;
  color: #14538b!important;
  flex: 0 0 34px!important;
  padding: 0!important;
  margin: 0!important;
  box-sizing: border-box!important;
}
.nr-faq-a {
  display: none!important;
  border-top: 1px solid #e5edf5!important;
  padding: 18px 72px 22px!important;
}
.nr-faq-item.active .nr-faq-a {
  display: block!important;
}
.nr-faq-a p {
  margin: 0!important;
  padding: 0!important;
  color: #667b91!important;
  line-height: 1.75!important;
  font-size: 15px!important;
}
@media(max-width: 760px) {
  .nr-faq-q { padding: 16px 16px!important; }
  .nr-faq-q i { display: none!important; }
  .nr-faq-a { padding: 16px 18px 20px!important; }
}

.nr-map-gdpr-mini, .nr-map-gdpr-mini p, .nr-map-wrap-showcase .nr-map-gdpr-mini, .nr-map-wrap-showcase .nr-map-gdpr-mini p {
  text-align: left!important;
  margin: 16px 0 0 0!important;
  width: 100%!important;
  max-width: 100%!important;
}

.nr-constitution .nr-eyebrow {
  color: #f7c948!important;
  font-weight: 900!important;
  letter-spacing: .15em!important;
}

/* ============================================================
   12. STICKY FLOATING BAR & SOCIAL PROOF TOASTS
   ============================================================ */
.nrp-floating-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99998;
  background: rgba(9, 43, 85, 0.96);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: #ffffff;
  box-shadow: 0 -8px 30px rgba(0, 0, 0, 0.22);
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, sans-serif;
  animation: nrpFloatSlideUp 0.4s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes nrpFloatSlideUp {
  from { transform: translateY(100%); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}

.nrp-float-flag {
  display: flex;
  height: 3.5px;
  width: 100%;
}
.nrp-float-flag i:nth-child(1) { flex: 1; background: #002b7f; }
.nrp-float-flag i:nth-child(2) { flex: 1; background: #fcd116; }
.nrp-float-flag i:nth-child(3) { flex: 1; background: #ce1126; }

.nrp-float-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.nrp-float-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.nrp-float-kicker {
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #fcd116;
  text-transform: uppercase;
}

.nrp-float-title {
  font-size: 14.5px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.3;
}

.nrp-float-side {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
}

.nrp-float-counter {
  font-size: 13px;
  color: #cbd5e1;
  background: rgba(255, 255, 255, 0.1);
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.nrp-float-counter b {
  color: #ffffff;
  font-weight: 800;
}

.nrp-float-btn {
  display: inline-flex;
  align-items: center;
  background: linear-gradient(135deg, #fcd116 0%, #e5b80b 100%);
  color: #0b2b52 !important;
  font-weight: 800;
  font-size: 13.5px;
  padding: 9px 18px;
  border-radius: 10px;
  text-decoration: none !important;
  box-shadow: 0 4px 14px rgba(252, 209, 22, 0.35);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  white-space: nowrap;
}

.nrp-float-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(252, 209, 22, 0.5);
}

.nrp-float-close {
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  cursor: pointer;
  padding: 4px 8px;
  line-height: 1;
  border-radius: 6px;
  transition: color 0.15s ease;
}

.nrp-float-close:hover {
  color: #ffffff;
}

/* SOCIAL PROOF TOAST NOTIFICATIONS */
.nrp-toast-container {
  position: fixed;
  bottom: 80px;
  left: 20px;
  z-index: 99999;
  display: flex;
  flex-direction: column;
  gap: 10px;
  pointer-events: none;
}

.nrp-toast {
  pointer-events: auto;
  display: flex;
  align-items: center;
  gap: 12px;
  background: #ffffff;
  color: #0f172a;
  padding: 12px 16px;
  border-radius: 14px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 14px 35px rgba(15, 23, 42, 0.16), 0 3px 8px rgba(0, 0, 0, 0.05);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, sans-serif;
  max-width: 330px;
  transform: translateX(-40px);
  opacity: 0;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.4s ease;
}

.nrp-toast.is-visible {
  transform: translateX(0);
  opacity: 1;
}

.nrp-toast-icon {
  width: 36px;
  height: 36px;
  background: #e6f7ec;
  color: #16733c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 16px;
  flex-shrink: 0;
  border: 1px solid #bcead0;
}

.nrp-toast-content {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.nrp-toast-user {
  font-size: 13px;
  font-weight: 700;
  color: #0b2b52;
  line-height: 1.25;
}

.nrp-toast-sub {
  font-size: 11.5px;
  color: #64748b;
  line-height: 1.25;
}

.nrp-toast-badge {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  font-size: 10px;
  color: #16733c;
  font-weight: 700;
  margin-top: 2px;
}

@media (max-width: 768px) {
  /* BANNER BCE PE MOBIL */
  .nr-bce-banner {
    padding: 18px 14px !important;
    border-radius: 14px !important;
    gap: 10px !important;
  }
  .nr-bce-badge {
    font-size: 9.5px !important;
    padding: 4px 10px !important;
    white-space: normal !important;
  }
  .nr-bce-content {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 12px !important;
  }
  .nr-bce-quote {
    font-size: 13.5px !important;
    line-height: 1.5 !important;
    flex: none !important;
    text-align: left !important;
  }
  .nr-bce-trigger-btn {
    width: 100% !important;
    max-width: 100% !important;
    white-space: normal !important;
    text-align: center !important;
    font-size: 13.5px !important;
    padding: 12px 14px !important;
    line-height: 1.35 !important;
    box-sizing: border-box !important;
    justify-content: center !important;
  }

  .nrp-float-inner {
    padding: 8px 12px;
    gap: 8px;
  }
  .nrp-float-kicker { display: none; }
  .nrp-float-title { font-size: 12.5px; }
  .nrp-float-counter { display: none; }
  .nrp-float-btn { padding: 8px 14px; font-size: 12px; }
  .nrp-toast-container {
    bottom: 70px;
    left: 12px;
    right: 12px;
  }
  .nrp-toast {
    max-width: 100%;
  }
}


.nrp-form {
  padding: 30px 42px 16px !important;
}

.nrp-form-foot-badge {
  margin-top: 10px !important;
  margin-bottom: 2px !important;
  padding: 8px 14px !important;
  background: #f1f6fb !important;
  border: 1px solid #dbe6f2 !important;
  border-radius: 10px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 7px !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  color: #1a3c66 !important;
  text-align: center !important;
  line-height: 1.3 !important;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.02) !important;
}

.nrp-msg:empty {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.nrp-foot-icon {
  font-size: 15px;
}


/* ============================================================
   RESPONSIVE WIDE FORM FOR MOBILE
   ============================================================ */
@media (max-width: 640px) {
  .nrp-shell {
    padding: 8px 0 !important;
    width: 100% !important;
  }
  .nrp-card {
    border-radius: 18px !important;
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 auto !important;
  }
  .nrp-head {
    padding: 20px 18px 16px !important;
    gap: 14px !important;
  }
  .nrp-topline {
    padding: 10px 16px !important;
  }
  .nrp-form, .nrp-otp, .nrp-success {
    padding: 18px 16px 14px !important;
  }
  .nrp-consents {
    padding: 4px 12px !important;
  }
  .nrp-grid {
    gap: 10px !important;
  }
  .nrp-form input, .nrp-form select {
    padding: 12px 12px !important;
    font-size: 14.5px !important;
  }
  .nrp-mainbtn {
    padding: 15px 16px !important;
    font-size: 15.5px !important;
  }
}


.nrp-toast {
  position: relative !important;
  padding-right: 36px !important;
}

.nrp-toast-close {
  position: absolute !important;
  top: 8px !important;
  right: 8px !important;
  width: 22px !important;
  height: 22px !important;
  border: none !important;
  background: transparent !important;
  color: #94a3b8 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  border-radius: 50% !important;
  padding: 0 !important;
  line-height: 1 !important;
  transition: color 0.15s, background-color 0.15s !important;
}

.nrp-toast-close:hover {
  color: #0f172a !important;
  background: #f1f5f9 !important;
}


/* ============================================================
   PREMIUM CARD ELEVATION & DEPTH
   ============================================================ */
.nrp-card {
  background: #ffffff !important;
  border: 1.5px solid #cfdfef !important;
  box-shadow: 0 24px 70px rgba(9, 35, 70, 0.12), 0 4px 14px rgba(9, 35, 70, 0.04) !important;
}

.nr-info {
  background: #ffffff !important;
  border: 1.5px solid #d4e3f2 !important;
  box-shadow: 0 14px 34px rgba(9, 43, 85, 0.07) !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease !important;
}
.nr-info:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 20px 45px rgba(9, 43, 85, 0.12) !important;
  border-color: #b9d5ee !important;
}

.nr-pay {
  background: #ffffff !important;
  border: 1.5px solid #c2dbf0 !important;
  box-shadow: 0 18px 45px rgba(9, 37, 72, 0.09) !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease !important;
}
.nr-pay:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 24px 55px rgba(9, 37, 72, 0.14) !important;
}

.nr-faq-item {
  background: #ffffff !important;
  border: 1.5px solid #d6e5f3 !important;
  box-shadow: 0 6px 18px rgba(9, 43, 85, 0.04) !important;
}


/* SPAȚIERE 70PX JOS PENTRU BARA PLUTITOARE */
.nr-footer {
  
}
body {
  
}


/* RESET COMPLET JOS: FĂRĂ BANDĂ ALBĂ SUB FOOTER */
html, body {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.nr-site {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.nr-footer {
  background: #061f3e !important;
  color: #dce8f3 !important;
  border-top: 4px solid #164b83 !important;
  padding: 36px 0 90px 0 !important;
  margin-bottom: 0 !important;
}
.nr-footer-inner {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  gap: 24px !important;
}
.nr-footer .nr-legal-mini {
  color: #cbd5e1 !important;
  font-size: 12.5px !important;
  line-height: 1.4 !important;
  max-width: none !important;
  flex: 1 1 auto !important;
  white-space: nowrap !important;
}
.nr-footer-links {
  display: inline-flex !important;
  align-items: center !important;
  gap: 16px !important;
  flex-shrink: 0 !important;
  white-space: nowrap !important;
}
.nr-footer-links a {
  color: #93c5fd !important;
  font-weight: 700 !important;
  font-size: 13.5px !important;
  text-decoration: none !important;
  transition: all 0.2s ease !important;
}
.nr-footer-links a:hover {
  color: #fcd116 !important;
  text-decoration: underline !important;
}

@media (max-width: 1150px) {
  .nr-footer-inner {
    flex-wrap: wrap !important;
  }
  .nr-footer .nr-legal-mini {
    white-space: normal !important;
    font-size: 12px !important;
  }
}

@media (max-width: 768px) {
  .nr-footer {
    padding: 26px 14px max(115px, env(safe-area-inset-bottom, 0px) + 95px) 14px !important;
    text-align: center !important;
  }
  .nr-footer-inner {
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    gap: 14px !important;
  }
  .nr-footer .nr-legal-mini {
    font-size: 11.5px !important;
    line-height: 1.55 !important;
    text-align: center !important;
    margin: 0 auto !important;
    color: #94a3b8 !important;
    white-space: normal !important;
  }
  .nr-footer-links {
    justify-content: center !important;
    gap: 10px !important;
  }
  .nr-footer-links a {
    font-size: 12.5px !important;
    color: #93c5fd !important;
    padding: 7px 14px !important;
    background: rgba(255, 255, 255, 0.08) !important;
    border-radius: 8px !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
  }
  .nr-footer-links a:active,
  .nr-footer-links a:hover {
    background: rgba(252, 209, 22, 0.15) !important;
    border-color: #fcd116 !important;
    color: #fcd116 !important;
  }
}



/* ==========================================================================
   BANNER & POPUP MODAL OFICIAL BCE (OPTIMIZAT PERFECT PENTRU DESKTOP & MOBIL)
   ========================================================================== */

/* BANNER DE IMPACT ÎN SECȚIUNE */
.nr-bce-banner {
  background: linear-gradient(135deg, rgba(7, 31, 63, 0.95) 0%, rgba(12, 54, 102, 0.95) 100%) !important;
  border: 2px solid rgba(252, 209, 22, 0.5) !important;
  border-radius: 18px !important;
  padding: 24px 26px !important;
  margin: 24px 0 20px 0 !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3), 0 0 20px rgba(252, 209, 22, 0.15) !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
  box-sizing: border-box !important;
  max-width: 100% !important;
  overflow: hidden !important;
}

.nr-bce-badge {
  display: inline-flex !important;
  align-self: flex-start !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 5px 14px !important;
  background: rgba(252, 209, 22, 0.15) !important;
  border: 1px solid rgba(252, 209, 22, 0.5) !important;
  border-radius: 99px !important;
  color: #fcd116 !important;
  font-size: 11px !important;
  font-weight: 850 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  box-sizing: border-box !important;
  max-width: 100% !important;
}

.nr-bce-content {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 20px !important;
  flex-wrap: wrap !important;
  box-sizing: border-box !important;
  max-width: 100% !important;
}

.nr-bce-quote {
  color: #e2effb !important;
  font-size: 16px !important;
  font-style: italic !important;
  line-height: 1.5 !important;
  margin: 0 !important;
  flex: 1 1 450px !important;
  box-sizing: border-box !important;
  max-width: 100% !important;
}

.nr-bce-trigger-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  background: linear-gradient(135deg, #fcd116 0%, #e5b80b 100%) !important;
  color: #0b2b52 !important;
  font-weight: 850 !important;
  font-size: 14.5px !important;
  padding: 13px 22px !important;
  border-radius: 12px !important;
  border: none !important;
  cursor: pointer !important;
  box-shadow: 0 6px 20px rgba(252, 209, 22, 0.35) !important;
  transition: all 0.2s ease !important;
  text-decoration: none !important;
  box-sizing: border-box !important;
  max-width: 100% !important;
}

.nr-bce-trigger-btn:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 25px rgba(252, 209, 22, 0.5) !important;
  background: #ffe043 !important;
}

/* ============================================================
   POPUP MODAL MASTER SUITE (BCE & PRIVACY POLICY)
   ============================================================ */
.nr-modal-overlay {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  height: 100% !important;
  height: 100dvh !important;
  z-index: 2147483647 !important;
  background: rgba(3, 14, 30, 0.92) !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 20px 16px !important;
  padding: max(16px, env(safe-area-inset-top, 0px)) max(16px, env(safe-area-inset-right, 0px)) max(16px, env(safe-area-inset-bottom, 0px)) max(16px, env(safe-area-inset-left, 0px)) !important;
  box-sizing: border-box !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transition: opacity 0.25s ease, visibility 0.25s ease !important;
}

.nr-modal-overlay.active {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

body.nr-modal-open {
  overflow: hidden !important;
  touch-action: none !important;
}

/* CASETA MODAL */
.nr-modal-box {
  background: linear-gradient(180deg, #09264c 0%, #061c38 100%) !important;
  border: 1.5px solid rgba(252, 209, 22, 0.45) !important;
  border-radius: 22px !important;
  max-width: 920px !important;
  width: 100% !important;
  max-height: calc(100vh - 40px) !important;
  max-height: calc(100dvh - env(safe-area-inset-top, 0px) - env(safe-area-inset-bottom, 0px) - 32px) !important;
  height: auto !important;
  display: flex !important;
  flex-direction: column !important;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.85), 0 0 35px rgba(252, 209, 22, 0.25) !important;
  transform: scale(0.95) translateY(15px) !important;
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
  overflow: hidden !important;
  position: relative !important;
  margin: auto !important;
  box-sizing: border-box !important;
}

.nr-modal-overlay.active .nr-modal-box {
  transform: scale(1) translateY(0) !important;
}

/* HEADER MODAL */
.nr-modal-header {
  padding: 22px 26px 16px !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12) !important;
  background: rgba(0, 0, 0, 0.25) !important;
  flex-shrink: 0 !important;
}

.nr-modal-top {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  gap: 12px !important;
  margin-bottom: 10px !important;
}

.nr-modal-badge {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 4px 12px !important;
  background: rgba(252, 209, 22, 0.15) !important;
  border: 1px solid rgba(252, 209, 22, 0.4) !important;
  border-radius: 99px !important;
  color: #fcd116 !important;
  font-size: 11px !important;
  font-weight: 850 !important;
  letter-spacing: 0.06em !important;
}

.nr-badge-short {
  display: none !important;
}

.nr-modal-close {
  background: rgba(255, 255, 255, 0.15) !important;
  border: 1px solid rgba(255, 255, 255, 0.25) !important;
  color: #ffffff !important;
  width: 36px !important;
  height: 36px !important;
  min-width: 36px !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  cursor: pointer !important;
  transition: all 0.15s ease !important;
  line-height: 1 !important;
  padding: 0 !important;
  flex-shrink: 0 !important;
}

.nr-modal-close:hover {
  background: rgba(206, 17, 38, 0.9) !important;
  border-color: #ce1126 !important;
  transform: rotate(90deg) !important;
}

.nr-modal-header h2 {
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(20px, 2.6vw, 26px) !important;
  color: #ffffff !important;
  margin: 0 0 8px 0 !important;
  line-height: 1.25 !important;
  font-weight: 700 !important;
}

.nr-modal-lead {
  color: #cbdbe9 !important;
  font-size: 13.5px !important;
  line-height: 1.5 !important;
  margin: 0 !important;
  font-style: italic !important;
}

.nr-modal-lead b {
  color: #ffffff !important;
}

/* BODY MODAL SCROLLABIL */
.nr-modal-body {
  padding: 22px 26px !important;
  overflow-y: auto !important;
  flex: 1 1 auto !important;
  min-height: 0 !important;
  -webkit-overflow-scrolling: touch !important;
  overscroll-behavior: contain !important;
}

.nr-bce-grid {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 16px !important;
}

.nr-bce-card {
  background: rgba(255, 255, 255, 0.06) !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  border-radius: 14px !important;
  padding: 18px !important;
  transition: all 0.2s ease !important;
  display: flex !important;
  flex-direction: column !important;
}

.nr-bce-card:hover {
  background: rgba(255, 255, 255, 0.1) !important;
  border-color: rgba(252, 209, 22, 0.4) !important;
  transform: translateY(-2px) !important;
}

.nr-bce-card.highlight {
  border-color: rgba(252, 209, 22, 0.5) !important;
  background: rgba(252, 209, 22, 0.08) !important;
}

.nr-bce-card-head {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  margin-bottom: 8px !important;
}

.nr-bce-icon {
  font-size: 22px !important;
  line-height: 1 !important;
  flex-shrink: 0 !important;
}

.nr-bce-num {
  display: block !important;
  font-size: 10px !important;
  font-weight: 850 !important;
  color: #fcd116 !important;
  letter-spacing: 0.1em !important;
}

.nr-bce-card-head h3 {
  font-family: Georgia, serif !important;
  font-size: 16px !important;
  color: #ffffff !important;
  margin: 0 !important;
  line-height: 1.25 !important;
  font-weight: 700 !important;
}

.nr-bce-card p {
  color: #d1dbe5 !important;
  font-size: 13px !important;
  line-height: 1.55 !important;
  margin: 0 !important;
}

.nr-bce-card p b {
  color: #ffffff !important;
}

.nr-bce-legal-ref {
  margin-top: 8px !important;
  padding: 8px 10px !important;
  background: rgba(0, 0, 0, 0.25) !important;
  border-radius: 8px !important;
  font-size: 11px !important;
  color: #94a3b8 !important;
  line-height: 1.4 !important;
}

.nr-bce-legal-ref a {
  color: #fcd116 !important;
  text-decoration: underline !important;
  font-weight: 700 !important;
}

/* FOOTER MODAL */
.nr-modal-footer {
  padding: 16px 26px !important;
  border-top: 1px solid rgba(255, 255, 255, 0.12) !important;
  background: rgba(4, 18, 36, 0.95) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 14px !important;
  flex-shrink: 0 !important;
  position: relative !important;
  z-index: 10 !important;
}

.nr-modal-source {
  font-size: 11.5px !important;
  color: #94a3b8 !important;
  flex: 1 1 300px !important;
}

.nr-modal-source span {
  color: #fcd116 !important;
  font-weight: 700 !important;
}

.nr-modal-cta {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  background: linear-gradient(135deg, #ce1126 0%, #a50b1c 100%) !important;
  color: #ffffff !important;
  font-weight: 850 !important;
  font-size: 14px !important;
  padding: 11px 20px !important;
  border-radius: 10px !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  cursor: pointer !important;
  box-shadow: 0 6px 18px rgba(206, 17, 38, 0.4) !important;
  transition: all 0.2s ease !important;
  white-space: nowrap !important;
  flex-shrink: 0 !important;
}

.nr-modal-cta:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 22px rgba(206, 17, 38, 0.6) !important;
  background: #e0172d !important;
}

/* OPTIMIZARE MOBIL MODAL */
@media (max-width: 768px) {
  /* BANNER BCE PE MOBIL */
  .nr-bce-banner {
    padding: 18px 14px !important;
    border-radius: 14px !important;
    gap: 10px !important;
  }
  .nr-bce-badge {
    font-size: 9.5px !important;
    padding: 4px 10px !important;
    white-space: normal !important;
  }
  .nr-bce-content {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 12px !important;
  }
  .nr-bce-quote {
    font-size: 13.5px !important;
    line-height: 1.5 !important;
    flex: none !important;
    text-align: left !important;
  }
  .nr-bce-trigger-btn {
    width: 100% !important;
    max-width: 100% !important;
    white-space: normal !important;
    text-align: center !important;
    font-size: 13.5px !important;
    padding: 12px 14px !important;
    line-height: 1.35 !important;
    box-sizing: border-box !important;
    justify-content: center !important;
  }

  .nr-modal-overlay {
    padding: max(8px, env(safe-area-inset-top, 0px)) max(8px, env(safe-area-inset-right, 0px)) max(10px, env(safe-area-inset-bottom, 0px)) max(8px, env(safe-area-inset-left, 0px)) !important;
  }
  .nr-modal-box {
    max-height: calc(100vh - 16px) !important;
    max-height: calc(100dvh - env(safe-area-inset-top, 0px) - env(safe-area-inset-bottom, 0px) - 16px) !important;
    height: auto !important;
    max-width: 100% !important;
    border-radius: 18px !important;
    box-sizing: border-box !important;
  }
  .nr-modal-header {
    padding: 12px 14px 8px !important;
  }
  .nr-modal-top {
    margin-bottom: 6px !important;
  }
  .nr-badge-full {
    display: none !important;
  }
  .nr-badge-short {
    display: inline !important;
  }
  .nr-modal-badge {
    font-size: 10px !important;
    padding: 3px 8px !important;
  }
  .nr-modal-close {
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    font-size: 15px !important;
  }
  .nr-modal-header h2 {
    font-size: 16px !important;
    margin-bottom: 4px !important;
    line-height: 1.25 !important;
  }
  .nr-modal-lead {
    font-size: 11.5px !important;
    line-height: 1.35 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }
  .nr-modal-body {
    padding: 10px 12px !important;
    flex: 1 1 auto !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
    overscroll-behavior: contain !important;
  }
  .nr-bce-grid {
    grid-template-columns: 1fr !important;
    gap: 8px !important;
  }
  .nr-bce-card {
    padding: 10px 12px !important;
    border-radius: 12px !important;
  }
  .nr-bce-card-head {
    gap: 8px !important;
    margin-bottom: 4px !important;
  }
  .nr-bce-icon {
    font-size: 18px !important;
  }
  .nr-bce-card-head h3 {
    font-size: 14px !important;
  }
  .nr-bce-card p {
    font-size: 12px !important;
    line-height: 1.45 !important;
  }
  .nr-modal-footer {
    padding: 10px 12px max(12px, env(safe-area-inset-bottom, 0px)) !important;
    flex-direction: column !important;
    gap: 6px !important;
    background: rgba(4, 18, 36, 0.98) !important;
    border-top: 1px solid rgba(255, 255, 255, 0.15) !important;
    flex-shrink: 0 !important;
    position: relative !important;
    z-index: 10 !important;
  }
  .nr-modal-source {
    display: none !important;
  }
  .nr-modal-cta {
    width: 100% !important;
    justify-content: center !important;
    font-size: 13.5px !important;
    padding: 11px 14px !important;
    box-sizing: border-box !important;
    min-height: 44px !important;
  }
}

@media (max-height: 650px) {
  .nr-modal-header {
    padding: 8px 12px 6px !important;
  }
  .nr-modal-lead {
    display: none !important;
  }
  .nr-modal-header h2 {
    font-size: 15px !important;
    margin-bottom: 2px !important;
  }
}

/* ============================================================
   HERO CONSTITUTIONAL MANIFEST CARD (ENLARGED BADGE & ICON)
   ============================================================ */
.nr-hero-manifest {
  background: linear-gradient(135deg, #071f3f 0%, #0b2b52 50%, #124680 100%) !important;
  border: 1.5px solid #fcd116 !important;
  border-radius: 16px !important;
  padding: 20px 24px !important;
  margin: 18px 0 22px 0 !important;
  box-shadow: 0 12px 32px rgba(7, 31, 63, 0.22) !important;
  position: relative !important;
}

.nr-hero-manifest-badge {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  background: #fcd116 !important;
  color: #071f3f !important;
  font-size: 13.5px !important;
  font-weight: 900 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  padding: 7px 16px !important;
  border-radius: 8px !important;
  margin-bottom: 12px !important;
  box-shadow: 0 3px 10px rgba(252, 209, 22, 0.35) !important;
}

.nr-hero-manifest-badge .nr-manifest-icon {
  font-size: 19px !important;
  line-height: 1 !important;
}

.nr-hero-manifest p.nr-manifest-lead {
  font-size: 15.5px !important;
  line-height: 1.5 !important;
  color: #ffffff !important;
  margin: 0 0 6px 0 !important;
  font-weight: 700 !important;
}

.nr-hero-manifest p.nr-manifest-lead b {
  color: #fcd116 !important;
  font-weight: 850 !important;
}

.nr-hero-manifest p.nr-manifest-sub {
  font-size: 13.5px !important;
  line-height: 1.5 !important;
  color: #e2effb !important;
  margin: 0 !important;
  opacity: 0.95 !important;
}

@media (max-width: 768px) {
  .nr-hero-manifest {
    padding: 16px 16px !important;
    margin: 16px 0 20px 0 !important;
    border-radius: 14px !important;
  }
  .nr-hero-manifest-badge {
    font-size: 11.5px !important;
    padding: 5px 12px !important;
  }
  .nr-hero-manifest-badge .nr-manifest-icon {
    font-size: 15px !important;
  }
  .nr-hero-manifest p.nr-manifest-lead {
    font-size: 14px !important;
  }
  .nr-hero-manifest p.nr-manifest-sub {
    font-size: 12.5px !important;
  }
}

/* ============================================================
   MANIFESTUL LIBERTĂȚII & VALORILE PE CARE LE APĂRĂM (PREMIUM)
   ============================================================ */
.nr-statement-values {
  margin-top: 40px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 24px !important;
}

.nr-freedom-hero-box {
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1.5px solid rgba(252, 209, 22, 0.45) !important;
  border-radius: 20px !important;
  padding: 26px 32px !important;
  text-align: center !important;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.25) !important;
  backdrop-filter: blur(10px) !important;
  max-width: 980px !important;
  margin: 0 auto !important;
  position: relative !important;
}

.nr-freedom-kicker {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  background: #fcd116 !important;
  color: #071f3f !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  padding: 5px 15px !important;
  border-radius: 99px !important;
  margin-bottom: 12px !important;
  box-shadow: 0 3px 10px rgba(252, 209, 22, 0.35) !important;
}

.nr-freedom-hero-box h3 {
  font-family: Georgia, serif !important;
  font-size: clamp(23px, 3.2vw, 32px) !important;
  color: #ffffff !important;
  line-height: 1.25 !important;
  margin: 0 0 10px 0 !important;
  font-weight: 700 !important;
}

.nr-freedom-hero-box h3 span {
  color: #fcd116 !important;
}

.nr-freedom-hero-box p {
  color: #e2effb !important;
  font-size: 16px !important;
  line-height: 1.6 !important;
  max-width: 820px !important;
  margin: 0 auto !important;
  opacity: 0.95 !important;
}

/* 4 VALORI CARD GRID */
.nr-values-grid {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 16px !important;
  margin-top: 8px !important;
}

.nr-val-card {
  background: rgba(255, 255, 255, 0.06) !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  border-radius: 18px !important;
  padding: 24px 20px !important;
  text-align: left !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  transition: all 0.25s ease !important;
  position: relative !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18) !important;
}

.nr-val-card:hover {
  transform: translateY(-4px) !important;
  background: rgba(255, 255, 255, 0.11) !important;
  border-color: rgba(252, 209, 22, 0.5) !important;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.3) !important;
}

.nr-val-icon-wrap {
  width: 46px !important;
  height: 46px !important;
  border-radius: 12px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 24px !important;
  margin-bottom: 14px !important;
  flex-shrink: 0 !important;
}

.nr-val-card.c1 .nr-val-icon-wrap { background: rgba(56, 189, 248, 0.18) !important; border: 1px solid rgba(56, 189, 248, 0.4) !important; }
.nr-val-card.c2 .nr-val-icon-wrap { background: rgba(52, 211, 153, 0.18) !important; border: 1px solid rgba(52, 211, 153, 0.4) !important; }
.nr-val-card.c3 .nr-val-icon-wrap { background: rgba(252, 209, 22, 0.18) !important; border: 1px solid rgba(252, 209, 22, 0.4) !important; }
.nr-val-card.c4 .nr-val-icon-wrap { background: rgba(251, 146, 60, 0.18) !important; border: 1px solid rgba(251, 146, 60, 0.4) !important; }

.nr-val-badge {
  font-size: 10.5px !important;
  font-weight: 800 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  margin-bottom: 6px !important;
  display: block !important;
}

.nr-val-card.c1 .nr-val-badge { color: #38bdf8 !important; }
.nr-val-card.c2 .nr-val-badge { color: #34d399 !important; }
.nr-val-card.c3 .nr-val-badge { color: #fcd116 !important; }
.nr-val-card.c4 .nr-val-badge { color: #fb923c !important; }

.nr-val-card h4 {
  font-family: Georgia, serif !important;
  font-size: 18px !important;
  color: #ffffff !important;
  margin: 0 0 8px 0 !important;
  line-height: 1.3 !important;
  font-weight: 700 !important;
}

.nr-val-card p {
  font-size: 13.5px !important;
  line-height: 1.55 !important;
  color: #cbd5e1 !important;
  margin: 0 !important;
}

@media (max-width: 960px) {
  .nr-values-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 14px !important;
  }
}

@media (max-width: 600px) {
  .nr-values-grid {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }
  .nr-freedom-hero-box {
    padding: 20px 16px !important;
  }
}

/* ============================================================
   HELPFUL OTP CONFIRMATION TIPS (SPAM & 1-CLICK MAGIC LINK)
   ============================================================ */
.nrp-otp-tips {
  margin-top: 22px !important;
  text-align: left !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
}

.nrp-otp-tip-item {
  display: flex !important;
  align-items: flex-start !important;
  gap: 12px !important;
  padding: 12px 14px !important;
  border-radius: 12px !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
  box-sizing: border-box !important;
}

.nrp-otp-tip-item .nrp-tip-icon {
  font-size: 18px !important;
  line-height: 1.2 !important;
  flex-shrink: 0 !important;
  margin-top: 1px !important;
}

.nrp-otp-tip-item strong {
  display: block !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  margin-bottom: 2px !important;
}

.nrp-otp-tip-item span {
  font-size: 12.5px !important;
}

.nrp-otp-tip-item.nrp-tip-magic {
  background: #ecfdf5 !important;
  border: 1px solid #a7f3d0 !important;
  color: #065f46 !important;
}

.nrp-otp-tip-item.nrp-tip-magic strong {
  color: #064e3b !important;
}

.nrp-otp-tip-item.nrp-tip-magic em {
  font-style: normal !important;
  font-weight: 800 !important;
  color: #047857 !important;
  text-decoration: underline !important;
}

.nrp-otp-tip-item.nrp-tip-spam {
  background: #f8fafc !important;
  border: 1px solid #e2e8f0 !important;
  color: #475569 !important;
}

.nrp-otp-tip-item.nrp-tip-spam strong {
  color: #1e293b !important;
}

.nrp-otp-tip-item.nrp-tip-spam b {
  color: #0f172a !important;
  font-weight: 750 !important;
}

/* ============================================================
   CLEAR 2-OPTION OTP CONFIRMATION CARD
   ============================================================ */
.nrp-otp-choice-card {
  margin: 16px 0 18px !important;
  text-align: left !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
}

.nrp-otp-choice-lead {
  font-size: 13.5px !important;
  color: #475569 !important;
  line-height: 1.5 !important;
  text-align: center !important;
  margin-bottom: 2px !important;
}

.nrp-otp-choice-lead strong {
  color: #0b2b52 !important;
  font-weight: 800 !important;
}

.nrp-otp-option {
  border-radius: 12px !important;
  padding: 12px 14px !important;
  box-sizing: border-box !important;
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 4px !important;
}

.nrp-opt-badge {
  display: inline-block !important;
  font-size: 10px !important;
  font-weight: 900 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  padding: 2px 8px !important;
  border-radius: 6px !important;
  width: fit-content !important;
}

.nrp-otp-option.opt-click {
  background: #ecfdf5 !important;
  border: 1.5px solid #10b981 !important;
  box-shadow: 0 4px 14px rgba(16, 185, 129, 0.1) !important;
}

.nrp-otp-option.opt-click .nrp-opt-badge {
  background: #10b981 !important;
  color: #ffffff !important;
}

.nrp-otp-option.opt-click strong {
  color: #064e3b !important;
  font-size: 13.5px !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
}

.nrp-otp-option.opt-click span {
  color: #047857 !important;
  font-size: 12px !important;
  line-height: 1.4 !important;
}

.nrp-otp-option.opt-code {
  background: #f8fafc !important;
  border: 1.5px solid #cbd5e1 !important;
}

.nrp-otp-option.opt-code .nrp-opt-badge {
  background: #0b2b52 !important;
  color: #ffffff !important;
}

.nrp-otp-option.opt-code strong {
  color: #0f172a !important;
  font-size: 13.5px !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
}

.nrp-otp-resend-row {
  margin-top: 14px !important;
  font-size: 12.5px !important;
  color: #64748b !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  flex-wrap: wrap !important;
  line-height: 1.4 !important;
}

.nrp-otp-resend-row .nrp-resend {
  background: none !important;
  border: none !important;
  color: #0284c7 !important;
  font-weight: 700 !important;
  font-size: 12.5px !important;
  cursor: pointer !important;
  padding: 0 !important;
  text-decoration: underline !important;
  transition: color 0.15s !important;
}

.nrp-otp-resend-row .nrp-resend:hover {
  color: #0369a1 !important;
}

/* ============================================================
   ENHANCED PROGRESS BAR VISIBILITY (MIN-WIDTH + GLOW)
   ============================================================ */
.nr-livebar {
  height: 12px !important;
  border-radius: 99px !important;
  background: rgba(255, 255, 255, 0.15) !important;
  overflow: hidden !important;
  margin: 22px 0 9px !important;
  position: relative !important;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25) !important;
}

.nr-livebar i {
  display: block !important;
  height: 100% !important;
  border-radius: 99px !important;
  background: linear-gradient(90deg, #38bdf8 0%, #34d399 50%, #10b981 100%) !important;
  box-shadow: 0 0 14px rgba(52, 211, 153, 0.8) !important;
  transition: width 0.8s cubic-bezier(0.4, 0, 0.2, 1) !important;
  min-width: 14px !important;
  position: relative !important;
}

.nr-livebar i::after {
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 8px !important;
  border-radius: 99px !important;
  background: #ffffff !important;
  box-shadow: 0 0 8px #ffffff !important;
  opacity: 0.9 !important;
}

/* ============================================================
   PRIVACY NOTICE GUARANTEE BOX (PROMINENT TRUST)
   ============================================================ */
.nrp-privacy-notice-box {
  display: flex !important;
  align-items: flex-start !important;
  gap: 12px !important;
  background: #f0fdf4 !important;
  border: 1.5px solid #86efac !important;
  border-radius: 12px !important;
  padding: 13px 16px !important;
  margin: 16px 0 14px !important;
  box-shadow: 0 2px 10px rgba(22, 101, 52, 0.05) !important;
  text-align: left !important;
}

.nrp-privacy-notice-icon {
  font-size: 20px !important;
  line-height: 1 !important;
  flex-shrink: 0 !important;
  margin-top: 1px !important;
}

.nrp-privacy-notice-text {
  font-size: 13px !important;
  line-height: 1.5 !important;
  color: #166534 !important;
  font-weight: 500 !important;
}

.nrp-privacy-notice-text strong {
  color: #14532d !important;
  font-weight: 800 !important;
  display: inline !important;
}

.nrp-privacy-notice-text u {
  font-weight: 800 !important;
  text-decoration-thickness: 1.5px !important;
  text-underline-offset: 2px !important;
}

.nrp-privacy-notice-text a {
  color: #047857 !important;
  font-weight: 700 !important;
  text-decoration: underline !important;
}

.nrp-privacy-notice-text a:hover {
  color: #064e3b !important;
}

.nr-hero-privacy-notice {
  display: flex !important;
  align-items: flex-start !important;
  gap: 10px !important;
  background: rgba(16, 185, 129, 0.12) !important;
  border: 1px solid rgba(52, 211, 153, 0.4) !important;
  border-radius: 10px !important;
  padding: 10px 14px !important;
  margin-top: 14px !important;
  text-align: left !important;
}

.nr-hero-privacy-icon {
  font-size: 17px !important;
  line-height: 1 !important;
  flex-shrink: 0 !important;
  margin-top: 1px !important;
}

.nr-hero-privacy-text {
  font-size: 12.5px !important;
  line-height: 1.45 !important;
  color: #f0fdf4 !important;
}

.nr-hero-privacy-text strong {
  color: #6ee7b7 !important;
  font-weight: 800 !important;
}

.nr-hero-privacy-text u {
  font-weight: 800 !important;
  text-decoration-thickness: 1.5px !important;
  text-underline-offset: 2px !important;
}

.nr-hero-privacy-text a {
  color: #fcd116 !important;
  font-weight: 700 !important;
  text-decoration: underline !important;
}

.nr-hero-privacy-text a:hover {
  color: #ffffff !important;
}

/* ============================================================
   HERO LIVE CARD ROMÂNIA & DIASPORA SUBTLE SPLIT STATS
   ============================================================ */
.nr-hero-split-stats {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  border-radius: 99px !important;
  padding: 6px 16px !important;
  margin: 14px 0 10px 0 !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12) !important;
  backdrop-filter: blur(8px) !important;
}

.nr-split-item {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  font-size: 13px !important;
  color: #e2effb !important;
}

.nr-split-flag {
  font-size: 14px !important;
  line-height: 1 !important;
}

.nr-split-label {
  color: #bfd0e1 !important;
  font-weight: 500 !important;
  font-size: 12.5px !important;
}

.nr-split-val {
  color: #ffffff !important;
  font-weight: 800 !important;
  font-size: 13.5px !important;
}

.nr-split-dot {
  color: rgba(255, 255, 255, 0.35) !important;
  font-size: 12px !important;
  line-height: 1 !important;
}

/* ============================================================
   MOBILE & TABLET EXCLUSIVE LIVE SOCIAL PROOF BADGE
   ============================================================ */
.nr-mobile-live-badge {
  display: none !important;
}

@media (max-width: 900px) {
  .nr-mobile-live-badge {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    background: linear-gradient(135deg, #092b55 0%, #103d72 100%) !important;
    color: #ffffff !important;
    border: 1px solid rgba(252, 209, 22, 0.45) !important;
    border-radius: 99px !important;
    padding: 8px 18px !important;
    margin: 14px auto 14px !important;
    box-shadow: 0 4px 16px rgba(9, 43, 85, 0.22) !important;
    text-align: center !important;
    width: fit-content !important;
    max-width: 100% !important;
  }

  .nr-mobile-live-dot {
    width: 8px !important;
    height: 8px !important;
    background: #10b981 !important;
    border-radius: 50% !important;
    box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.3) !important;
    animation: nrPulseLive 1.8s infinite ease-in-out !important;
    flex-shrink: 0 !important;
  }

  .nr-mobile-live-text {
    font-size: 13px !important;
    line-height: 1.3 !important;
    color: #ffffff !important;
    font-weight: 600 !important;
  }

  .nr-mobile-live-text strong {
    color: #fcd116 !important;
    font-weight: 850 !important;
  }

  .nr-mobile-live-split {
    font-size: 12px !important;
    color: #bfd0e1 !important;
    font-weight: 600 !important;
  }
}

@keyframes nrPulseLive {
  0% { box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.6); }
  70% { box-shadow: 0 0 0 6px rgba(16, 185, 129, 0); }
  100% { box-shadow: 0 0 0 0 rgba(16, 185, 129, 0); }
}

/* ============================================================
   HERO LIVE CARD START DATE (SUBTLE GOLD ROW)
   ============================================================ */
.nr-hero-start-date {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  font-size: 12px !important;
  color: #ffd591 !important;
  margin: 14px auto 0 !important;
  padding-top: 13px !important;
  border-top: 1px dashed rgba(255, 255, 255, 0.14) !important;
  text-align: center !important;
  letter-spacing: 0.02em !important;
}

.nr-hero-start-date .nr-start-ico {
  font-size: 13.5px !important;
  line-height: 1 !important;
}

.nr-hero-start-date .nr-start-label {
  color: #ffe58f !important;
  font-weight: 500 !important;
  opacity: 0.95 !important;
}

.nr-hero-start-date .nr-start-val {
  color: #fcd116 !important;
  font-weight: 800 !important;
  letter-spacing: 0.03em !important;
  text-shadow: 0 0 10px rgba(252, 209, 22, 0.35) !important;
}

/* ============================================================
   RESPONSIVE FLUID LEADS & DESCRIPTIONS (TABLET 16:9 / MOBILE)
   ============================================================ */
.nr-lead,
#propunere .nr-lead,
#harta .nr-lead,
#drum .nr-lead,
.nr-eu-head p,
.nr-lawnote,
.nr-lawbox p {
  white-space: normal !important;
  word-wrap: break-word !important;
  overflow-wrap: break-word !important;
  max-width: 920px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  line-height: 1.65 !important;
}

#propunere .nr-lead,
.nr-propunere-lead,
.nr-constitution .nr-lead {
  white-space: normal !important;
  word-wrap: break-word !important;
  overflow-wrap: break-word !important;
  max-width: 680px !important;
  margin: 0 auto 34px auto !important;
  font-size: clamp(14.5px, 1.4vw, 15.8px) !important;
  line-height: 1.65 !important;
  text-align: center !important;
  display: block !important;
}

.nr-propunere-br {
  display: block !important;
  content: "" !important;
  margin-top: 4px !important;
}
