.elementor-18 .elementor-element.elementor-element-ac32aca{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-18 .elementor-element.elementor-element-67de5ba{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-18 .elementor-element.elementor-element-3d65fbe{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-18 .elementor-element.elementor-element-e8b9314{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-18 .elementor-element.elementor-element-aaa0a6f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-18 .elementor-element.elementor-element-da9b49b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-84c865a */.rp-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 120px 24px 100px;
  text-align: center;
  overflow: hidden;
  background: #1a4e87;
}

.rp-noise {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
  background-size: 256px;
  opacity: .4;
}

.rp-orb1 {
  position: absolute;
  width: 700px;
  height: 500px;
  background: radial-gradient(ellipse, rgba(255,255,255,.05) 0%, transparent 65%);
  top: 0; left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
  z-index: 0;
}

.rp-orb2 {
  position: absolute;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(255,255,255,.03) 0%, transparent 70%);
  bottom: 10%; right: 6%;
  pointer-events: none;
  z-index: 0;
}

.rp-hero-inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* BREADCRUMB */
.rp-bc {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  color: rgba(255,255,255,.5);
  margin-bottom: 22px;
}

.rp-bc a { color: #fde68a; text-decoration: none; }
.rp-bc span { opacity: .5; }
.rp-bc-current { color: rgba(255,255,255,.8); opacity: 1; }

/* EYEBROW */
.rp-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 100px;
  padding: 7px 18px;
  font-family: 'Poppins', sans-serif;
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #fde68a;
  font-weight: 600;
  margin-bottom: 28px;
}

.rp-eyebrow-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fde68a;
  flex-shrink: 0;
  animation: rp-blink 2s ease infinite;
}

@keyframes rp-blink {
  0%, 100% { opacity: 1; }
  50% { opacity: .2; }
}

/* TITLU */
.rp-h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(52px, 8.5vw, 108px);
  font-weight: 900;
  line-height: .92;
  color: #ffffff;
  margin-bottom: 28px;
}

.rp-h1 em { font-style: italic; color: #fde68a; }

.rp-stroke {
  -webkit-text-stroke: 1.5px rgba(255,255,255,.28);
  color: transparent;
}

/* SUBTITLU */
.rp-sub {
  font-family: 'Poppins', sans-serif;
  font-size: 17px;
  line-height: 1.8;
  color: rgba(255,255,255,.65);
  max-width: 580px;
  font-weight: 300;
  margin-bottom: 36px;
}

.rp-sub strong { color: #ffffff; font-weight: 600; }

/* ZONE BUTTONS */
.rp-zone-btns {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 44px;
}

.rp-zone-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: 8px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: transform .2s, box-shadow .2s;
}

.rp-zone-btn:hover { transform: translateY(-3px); }

.rp-zone-g {
  background: rgba(26,122,74,.25);
  border: 1px solid rgba(110,231,183,.3);
  color: #6ee7b7;
}

.rp-zone-g:hover {
  background: rgba(26,122,74,.35);
  box-shadow: 0 8px 24px rgba(26,122,74,.2);
}

.rp-zone-a {
  background: rgba(180,83,9,.25);
  border: 1px solid rgba(253,230,138,.3);
  color: #fde68a;
}

.rp-zone-a:hover {
  background: rgba(180,83,9,.35);
  box-shadow: 0 8px 24px rgba(180,83,9,.2);
}

.rp-zone-s {
  background: rgba(3,105,161,.25);
  border: 1px solid rgba(186,230,253,.3);
  color: #bae6fd;
}

.rp-zone-s:hover {
  background: rgba(3,105,161,.35);
  box-shadow: 0 8px 24px rgba(3,105,161,.2);
}

/* HERO STATS */
.rp-hero-stats {
  display: flex;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 12px;
  overflow: hidden;
  background: rgba(255,255,255,.06);
  backdrop-filter: blur(10px);
  max-width: 700px;
  width: 100%;
}

.rp-hs {
  flex: 1;
  padding: 22px 18px;
  text-align: center;
  border-right: 1px solid rgba(255,255,255,.1);
  transition: background .3s;
}

.rp-hs:last-child { border-right: none; }
.rp-hs:hover { background: rgba(255,255,255,.1); }

.rp-hs-big {
  font-family: 'Playfair Display', serif;
  font-size: 26px;
  font-weight: 700;
  color: #fde68a;
  line-height: 1;
  margin-bottom: 6px;
}

.rp-hs-lbl {
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  color: rgba(255,255,255,.48);
  font-weight: 300;
  line-height: 1.4;
}

/* SCROLL */
.rp-scroll {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  z-index: 2;
  animation: rp-float 2.5s ease-in-out infinite;
}

.rp-scroll span {
  font-family: 'Poppins', sans-serif;
  font-size: 9px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(255,255,255,.3);
}

.rp-scroll-line {
  width: 1px;
  height: 44px;
  background: linear-gradient(to bottom, rgba(255,255,255,.4), transparent);
}

@keyframes rp-float {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(9px); }
}

/* DIAGONAL */
.rp-diag {
  height: 72px;
  background: #1a4e87;
  position: relative;
  z-index: 2;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 30%);
}

@media (max-width: 768px) {
  .rp-h1 { font-size: clamp(44px, 12vw, 72px); }
  .rp-sub { font-size: 15px; }
  .rp-hero-stats { flex-wrap: wrap; }
  .rp-hs { min-width: 50%; border-bottom: 1px solid rgba(255,255,255,.1); }
  .rp-hs-big { font-size: 22px; }
  .rp-zone-btn { font-size: 13px; padding: 11px 18px; }
}

@media (max-width: 480px) {
  .rp-zone-btn { width: 100%; justify-content: center; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bfe7b71 */.rp-baros {
  background: #eeeef0;
  border-top: 1px solid rgba(50,56,72,.12);
  border-bottom: 1px solid rgba(50,56,72,.12);
  padding: 100px 48px;
}

.rp-baros-inner {
  max-width: 1100px;
  margin: 0 auto;
}

/* HEADER */
.rp-baros-label {
  font-family: 'Poppins', sans-serif;
  font-size: 10px;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  color: #c0382b;
  font-weight: 600;
  margin-bottom: 14px;
}

.rp-baros-h {
  font-family: 'Playfair Display', serif;
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 700;
  color: #1f1f1e;
  margin-bottom: 14px;
  line-height: 1.15;
}

.rp-baros-h em {
  font-style: italic;
  color: #1a4e87;
}

.rp-baros-sub {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  color: rgba(50,56,72,.55);
  max-width: 560px;
  line-height: 1.75;
  font-weight: 300;
  margin-bottom: 56px;
}

/* GRID */
.rp-baros-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

@media (max-width: 900px) {
  .rp-baros { padding: 80px 24px; }
  .rp-baros-grid { grid-template-columns: 1fr; max-width: 420px; }
}

/* CARD */
.rp-baro-card {
  background: #ffffff;
  border: 1px solid rgba(50,56,72,.12);
  border-radius: 18px;
  overflow: hidden;
  transition: transform .35s ease, box-shadow .35s ease;
}

.rp-baro-card:hover { transform: translateY(-6px); }
.rp-bc-g:hover { box-shadow: 0 16px 48px rgba(26,122,74,.1); }
.rp-bc-a:hover { box-shadow: 0 16px 48px rgba(180,83,9,.1); }
.rp-bc-s:hover { box-shadow: 0 16px 48px rgba(3,105,161,.1); }

.rp-baro-top { height: 4px; }
.rp-bc-g .rp-baro-top { background: linear-gradient(90deg, #064e2e, #1a7a4a); }
.rp-bc-a .rp-baro-top { background: linear-gradient(90deg, #78350f, #b45309); }
.rp-bc-s .rp-baro-top { background: linear-gradient(90deg, #0c2c54, #0369a1); }

.rp-baro-body { padding: 22px 22px 26px; }

/* TAG */
.rp-baro-tag {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border-radius: 100px;
  padding: 5px 12px;
  font-family: 'Poppins', sans-serif;
  font-size: 9px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 14px;
}

.rp-bc-g .rp-baro-tag { background: rgba(26,122,74,.08); color: #1a7a4a; border: 1px solid rgba(26,122,74,.2); }
.rp-bc-a .rp-baro-tag { background: rgba(180,83,9,.08); color: #b45309; border: 1px solid rgba(180,83,9,.2); }
.rp-bc-s .rp-baro-tag { background: rgba(3,105,161,.08); color: #0369a1; border: 1px solid rgba(3,105,161,.2); }

.rp-tag-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  flex-shrink: 0;
  animation: rp-blink 2s ease infinite;
}

.rp-bc-g .rp-tag-dot { background: #1a7a4a; }
.rp-bc-a .rp-tag-dot { background: #b45309; }
.rp-bc-s .rp-tag-dot { background: #0369a1; }

.rp-baro-ico {
  font-size: 28px;
  margin-bottom: 8px;
  display: block;
}

.rp-baro-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  font-weight: 700;
  color: #1f1f1e;
  margin-bottom: 20px;
  line-height: 1.25;
}

/* THERMOMETER */
.rp-thermo-row {
  display: flex;
  align-items: flex-end;
  gap: 16px;
  margin-bottom: 18px;
}

.rp-thermo {
  flex-shrink: 0;
  width: 26px;
  height: 120px;
  position: relative;
}

.rp-tube {
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  height: 90px;
  border-radius: 5px 5px 0 0;
  background: #eeeef0;
  border: 1px solid rgba(50,56,72,.12);
  overflow: hidden;
}

.rp-liq {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  border-radius: 4px 4px 0 0;
  transition: height 2.4s cubic-bezier(.4,0,.2,1);
  height: 0%;
}

.rp-liq-g { background: linear-gradient(to top, #064e2e, #1a7a4a); }
.rp-liq-a { background: linear-gradient(to top, #78350f, #b45309); }
.rp-liq-s { background: linear-gradient(to top, #0c2c54, #0369a1); }

.rp-bulb {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1.5px solid rgba(255,255,255,.4);
}

.rp-bulb-g { background: #1a7a4a; box-shadow: 0 0 10px rgba(26,122,74,.3); }
.rp-bulb-a { background: #b45309; box-shadow: 0 0 10px rgba(180,83,9,.3); }
.rp-bulb-s { background: #0369a1; box-shadow: 0 0 10px rgba(3,105,161,.3); }

.rp-ticks {
  position: absolute;
  bottom: 20px;
  right: -7px;
  height: 88px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.rp-tick {
  width: 5px;
  height: 1px;
  background: rgba(50,56,72,.2);
}

.rp-thermo-data { flex: 1; }

.rp-thermo-pct {
  font-family: 'Playfair Display', serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 4px;
}

.rp-pct-g { color: #1a7a4a; }
.rp-pct-a { color: #b45309; }
.rp-pct-s { color: #0369a1; }

.rp-thermo-amounts {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  color: rgba(50,56,72,.55);
  line-height: 1.65;
  font-weight: 300;
}

.rp-thermo-amounts strong {
  color: #323848;
  font-weight: 600;
}

/* MILESTONES */
.rp-miles {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 18px;
}

.rp-mile {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 10px;
  border-radius: 8px;
  border: 1px solid rgba(50,56,72,.12);
  background: #f5f6f7;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  color: rgba(50,56,72,.55);
  font-weight: 300;
}

.rp-mile-done { font-weight: 400; }
.rp-done-g { background: rgba(26,122,74,.08); border-color: rgba(26,122,74,.2); color: #323848; }
.rp-done-a { background: rgba(180,83,9,.08); border-color: rgba(180,83,9,.2); color: #323848; }
.rp-done-s { background: rgba(3,105,161,.08); border-color: rgba(3,105,161,.2); color: #323848; }

.rp-chk {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  flex-shrink: 0;
}

.rp-done-g .rp-chk { background: #1a7a4a; color: #fff; }
.rp-done-a .rp-chk { background: #b45309; color: #fff; }
.rp-done-s .rp-chk { background: #0369a1; color: #fff; }

.rp-chk-empty {
  border: 1.5px solid rgba(50,56,72,.22);
}

/* LINK */
.rp-baro-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: gap .2s;
}

.rp-baro-link:hover { gap: 10px; }
.rp-link-g { color: #1a7a4a; }
.rp-link-a { color: #b45309; }
.rp-link-s { color: #0369a1; }

@media (max-width: 768px) {
  .rp-baros-h { font-size: clamp(26px, 7vw, 36px); }
  .rp-thermo-pct { font-size: 32px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-37896f6 */.rp-stats {
  background: #ffffff;
  border-top: 1px solid rgba(50,56,72,.12);
  border-bottom: 1px solid rgba(50,56,72,.12);
  padding: 100px 48px;
}

.rp-stats-inner {
  max-width: 1100px;
  margin: 0 auto;
}

/* HEADER */
.rp-stats-label {
  font-family: 'Poppins', sans-serif;
  font-size: 10px;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  color: #c0382b;
  font-weight: 600;
  margin-bottom: 14px;
}

.rp-stats-h {
  font-family: 'Playfair Display', serif;
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 700;
  color: #1f1f1e;
  margin-bottom: 14px;
  line-height: 1.15;
}

.rp-stats-h em {
  font-style: italic;
  color: #1a4e87;
}

.rp-stats-sub {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  color: rgba(50,56,72,.55);
  max-width: 520px;
  line-height: 1.75;
  font-weight: 300;
  margin-bottom: 56px;
}

/* BIG NUMBERS */
.rp-big-nums {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 56px;
}

@media (max-width: 768px) {
  .rp-big-nums { grid-template-columns: 1fr; }
}

.rp-big-num-item {
  background: #f5f6f7;
  border: 1px solid rgba(50,56,72,.12);
  border-radius: 16px;
  padding: 28px 24px;
  text-align: center;
  transition: border-color .25s, box-shadow .25s;
}

.rp-big-num-item:hover {
  border-color: rgba(26,78,135,.2);
  box-shadow: 0 4px 18px rgba(26,78,135,.07);
}

.rp-big-num-val {
  font-family: 'Playfair Display', serif;
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 900;
  color: #1a4e87;
  line-height: 1;
  margin-bottom: 8px;
}

.rp-big-num-lbl {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #1f1f1e;
  margin-bottom: 4px;
}

.rp-big-num-sub {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  color: rgba(50,56,72,.55);
  font-weight: 300;
}

/* ALOCARE */
.rp-alloc {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 56px;
  align-items: center;
  margin-bottom: 56px;
  background: #f5f6f7;
  border: 1px solid rgba(50,56,72,.12);
  border-radius: 20px;
  padding: 36px;
}

@media (max-width: 768px) {
  .rp-stats { padding: 80px 24px; }
  .rp-alloc { grid-template-columns: 1fr; gap: 32px; padding: 24px; }
}

.rp-alloc-title {
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(50,56,72,.55);
  font-weight: 600;
  margin-bottom: 24px;
}

.rp-alloc-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.rp-alloc-row:last-child { margin-bottom: 0; }

.rp-alloc-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 160px;
  flex-shrink: 0;
}

.rp-alloc-zone {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: #323848;
  font-weight: 400;
}

.rp-alloc-pct {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  color: rgba(50,56,72,.55);
  font-weight: 300;
}

.rp-alloc-track {
  flex: 1;
  height: 28px;
  background: #eeeef0;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid rgba(50,56,72,.12);
}

.rp-alloc-fill {
  height: 100%;
  border-radius: 5px;
  transition: width 2s cubic-bezier(.4,0,.2,1);
  width: 0%;
  display: flex;
  align-items: center;
  padding-left: 10px;
}

.rp-af-g { background: linear-gradient(90deg, #064e2e, #1a7a4a); }
.rp-af-a { background: linear-gradient(90deg, #78350f, #b45309); }
.rp-af-s { background: linear-gradient(90deg, #0c2c54, #0369a1); }

.rp-alloc-val {
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  font-weight: 700;
  color: #323848;
  width: 80px;
  text-align: right;
  flex-shrink: 0;
}

/* DONUT */
.rp-donut-wrap {
  position: relative;
  width: 180px;
  height: 180px;
  flex-shrink: 0;
}

.rp-donut {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}

.rp-donut-track {
  fill: none;
  stroke: rgba(50,56,72,.08);
  stroke-width: 28;
}

.rp-donut-seg {
  fill: none;
  stroke-width: 28;
  stroke-linecap: butt;
  transition: stroke-dasharray 1.8s cubic-bezier(.4,0,.2,1),
              stroke-dashoffset 1.8s cubic-bezier(.4,0,.2,1);
}

.rp-seg-g { stroke: #1a7a4a; }
.rp-seg-a { stroke: #b45309; }
.rp-seg-s { stroke: #0369a1; }

.rp-donut-center {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
}

.rp-donut-total {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  font-weight: 900;
  color: #1a4e87;
  line-height: 1;
}

.rp-donut-sub {
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  color: rgba(50,56,72,.55);
  margin-top: 2px;
  font-weight: 300;
}

.rp-donut-legend {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-top: 12px;
}

.rp-dl-item {
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  color: rgba(50,56,72,.55);
}

.rp-dl-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}

.rp-dl-g { background: #1a7a4a; }
.rp-dl-a { background: #b45309; }
.rp-dl-s { background: #0369a1; }

/* BENEFICIARI GRID */
.rp-ben-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

@media (max-width: 860px) {
  .rp-ben-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 500px) {
  .rp-ben-grid { grid-template-columns: 1fr; }
}

.rp-ben-card {
  background: #f5f6f7;
  border: 1px solid rgba(50,56,72,.12);
  border-radius: 14px;
  padding: 22px 18px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  transition: border-color .25s, box-shadow .25s;
}

.rp-ben-card:hover {
  border-color: rgba(26,78,135,.2);
  box-shadow: 0 4px 16px rgba(26,78,135,.07);
}

.rp-ben-ico {
  font-size: 28px;
  flex-shrink: 0;
}

.rp-ben-num {
  font-family: 'Playfair Display', serif;
  font-size: 32px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 4px;
}

.rp-ben-g { color: #1a7a4a; }
.rp-ben-a { color: #b45309; }
.rp-ben-s { color: #0369a1; }
.rp-ben-b { color: #1a4e87; }

.rp-ben-lbl {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #1f1f1e;
  margin-bottom: 3px;
}

.rp-ben-detail {
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  color: rgba(50,56,72,.55);
  line-height: 1.5;
  font-weight: 300;
}

@media (max-width: 768px) {
  .rp-stats-h { font-size: clamp(26px, 7vw, 36px); }
  .rp-alloc-info { width: 130px; }
  .rp-alloc-val { width: 70px; font-size: 14px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-786c256 */.rp-timeline {
  background: #f5f6f7;
  border-top: 1px solid rgba(50,56,72,.12);
  border-bottom: 1px solid rgba(50,56,72,.12);
  padding: 100px 48px;
}

.rp-timeline-inner {
  max-width: 860px;
  margin: 0 auto;
}

/* HEADER */
.rp-tl-label {
  font-family: 'Poppins', sans-serif;
  font-size: 10px;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  color: #c0382b;
  font-weight: 600;
  margin-bottom: 14px;
}

.rp-tl-h {
  font-family: 'Playfair Display', serif;
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 700;
  color: #1f1f1e;
  margin-bottom: 14px;
  line-height: 1.15;
}

.rp-tl-h em {
  font-style: italic;
  color: #1a4e87;
}

.rp-tl-sub {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  color: rgba(50,56,72,.55);
  max-width: 560px;
  line-height: 1.75;
  font-weight: 300;
  margin-bottom: 56px;
}

/* TIMELINE LIST */
.rp-tl-list {
  position: relative;
  padding-left: 0;
}

.rp-tl-list::before {
  content: '';
  position: absolute;
  left: 88px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(to bottom, #1a4e87, rgba(26,78,135,.1));
}

@media (max-width: 600px) {
  .rp-timeline { padding: 80px 24px; }
  .rp-tl-list::before { left: 60px; }
}

/* ITEM */
.rp-tl-item {
  display: grid;
  grid-template-columns: 80px 20px 1fr;
  gap: 0 16px;
  align-items: flex-start;
  margin-bottom: 32px;
}

.rp-tl-item:last-child { margin-bottom: 0; }

@media (max-width: 600px) {
  .rp-tl-item { grid-template-columns: 52px 20px 1fr; gap: 0 12px; }
}

/* DATE */
.rp-tl-date {
  text-align: right;
  padding-top: 16px;
  flex-shrink: 0;
}

.rp-tl-month {
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: #1a4e87;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.rp-tl-year {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  color: rgba(50,56,72,.55);
  font-weight: 300;
}

/* DOT */
.rp-tl-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  margin-top: 20px;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}

.rp-tl-dot-g { background: #1a7a4a; border: 2px solid #ffffff; box-shadow: 0 0 0 2px #1a7a4a; }
.rp-tl-dot-a { background: #b45309; border: 2px solid #ffffff; box-shadow: 0 0 0 2px #b45309; }
.rp-tl-dot-s { background: #0369a1; border: 2px solid #ffffff; box-shadow: 0 0 0 2px #0369a1; }

.rp-tl-dot-pulse {
  background: #1a4e87;
  border: 2px solid #ffffff;
  box-shadow: 0 0 0 2px #1a4e87;
  animation: rp-pulse 2s ease-in-out infinite;
}

@keyframes rp-pulse {
  0%, 100% { box-shadow: 0 0 0 2px #1a4e87; }
  50% { box-shadow: 0 0 0 6px rgba(26,78,135,.2); }
}

/* CARD */
.rp-tl-card {
  border-radius: 14px;
  padding: 20px 22px 22px;
  border: 1px solid rgba(50,56,72,.12);
  background: #ffffff;
  transition: border-color .25s, box-shadow .25s;
}

.rp-tl-card:hover {
  box-shadow: 0 4px 18px rgba(26,78,135,.07);
}

.rp-tlc-g { border-left: 3px solid #1a7a4a; }
.rp-tlc-a { border-left: 3px solid #b45309; }
.rp-tlc-s { border-left: 3px solid #0369a1; }
.rp-tlc-active { border-left: 3px solid #1a4e87; background: rgba(26,78,135,.03); }

/* TAG */
.rp-tl-tag {
  font-family: 'Poppins', sans-serif;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
  color: rgba(50,56,72,.55);
  margin-bottom: 8px;
}

.rp-tl-tag-active {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #1a4e87;
}

.rp-tl-live-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #1a4e87;
  animation: rp-blink 1.5s ease infinite;
}

.rp-tl-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  font-weight: 700;
  color: #1f1f1e;
  margin-bottom: 8px;
  line-height: 1.25;
}

.rp-tl-card p {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: rgba(50,56,72,.55);
  line-height: 1.7;
  margin-bottom: 14px;
  font-weight: 300;
}

/* META */
.rp-tl-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.rp-tl-meta-item {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  color: rgba(50,56,72,.55);
  background: #f5f6f7;
  border: 1px solid rgba(50,56,72,.12);
  border-radius: 6px;
  padding: 4px 10px;
  font-weight: 300;
}

.rp-tl-meta-item strong {
  color: #323848;
  font-weight: 600;
}

/* BADGE */
.rp-tl-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 12px;
  border-radius: 100px;
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  font-weight: 600;
  background: rgba(26,122,74,.08);
  border: 1px solid rgba(26,122,74,.2);
  color: #1a7a4a;
}

.rp-tl-badge-a {
  background: rgba(180,83,9,.08);
  border-color: rgba(180,83,9,.2);
  color: #b45309;
}

.rp-tl-badge-s {
  background: rgba(3,105,161,.08);
  border-color: rgba(3,105,161,.2);
  color: #0369a1;
}

.rp-tl-badge-active {
  background: rgba(26,78,135,.08);
  border-color: rgba(26,78,135,.2);
  color: #1a4e87;
}

@media (max-width: 768px) {
  .rp-tl-h { font-size: clamp(26px, 7vw, 36px); }
  .rp-tl-card h3 { font-size: 16px; }
  .rp-tl-meta { flex-direction: column; }
  .rp-tl-date { padding-top: 18px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3d42340 */.rp-docs {
  background: #eeeef0;
  border-top: 1px solid rgba(50,56,72,.12);
  padding: 100px 48px;
}

.rp-docs-inner {
  max-width: 1100px;
  margin: 0 auto;
}

/* HEADER */
.rp-docs-label {
  font-family: 'Poppins', sans-serif;
  font-size: 10px;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  color: #c0382b;
  font-weight: 600;
  margin-bottom: 14px;
}

.rp-docs-h {
  font-family: 'Playfair Display', serif;
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 700;
  color: #1f1f1e;
  margin-bottom: 14px;
  line-height: 1.15;
}

.rp-docs-h em {
  font-style: italic;
  color: #1a4e87;
}

.rp-docs-sub {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  color: rgba(50,56,72,.55);
  max-width: 560px;
  line-height: 1.75;
  font-weight: 300;
  margin-bottom: 52px;
}

/* GRID */
.rp-docs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 36px;
}

@media (max-width: 900px) {
  .rp-docs { padding: 80px 24px; }
  .rp-docs-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 580px) {
  .rp-docs-grid { grid-template-columns: 1fr; }
}

/* CARD */
.rp-doc-card {
  background: #ffffff;
  border: 1px solid rgba(50,56,72,.12);
  border-radius: 16px;
  padding: 20px 20px 22px;
  display: flex;
  flex-direction: column;
  gap: 0;
  transition: transform .3s, box-shadow .3s, border-color .3s;
}

.rp-doc-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 40px rgba(26,78,135,.08);
  border-color: rgba(26,78,135,.2);
}

.rp-doc-latest {
  border-color: rgba(26,78,135,.25);
  background: rgba(26,78,135,.03);
  grid-column: span 1;
}

/* TOP ROW */
.rp-doc-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}

.rp-doc-badge-new {
  font-family: 'Poppins', sans-serif;
  font-size: 9px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
  color: #1a4e87;
  background: rgba(26,78,135,.1);
  border: 1px solid rgba(26,78,135,.2);
  border-radius: 100px;
  padding: 3px 10px;
}

.rp-doc-date {
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  color: rgba(50,56,72,.55);
  font-weight: 300;
  margin-left: auto;
}

.rp-doc-ico {
  font-size: 32px;
  margin-bottom: 10px;
}

.rp-doc-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 17px;
  font-weight: 700;
  color: #1f1f1e;
  margin-bottom: 8px;
  line-height: 1.25;
}

.rp-doc-card p {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: rgba(50,56,72,.55);
  line-height: 1.65;
  font-weight: 300;
  margin-bottom: 14px;
  flex: 1;
}

/* META */
.rp-doc-meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 12px;
}

.rp-doc-meta-item {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  color: rgba(50,56,72,.55);
  font-weight: 300;
}

/* ZONES */
.rp-doc-zones {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 16px;
}

.rp-dz {
  padding: 3px 9px;
  border-radius: 100px;
  font-family: 'Poppins', sans-serif;
  font-size: 10px;
  font-weight: 600;
}

.rp-dz-g { background: rgba(26,122,74,.08); border: 1px solid rgba(26,122,74,.2); color: #1a7a4a; }
.rp-dz-a { background: rgba(180,83,9,.08); border: 1px solid rgba(180,83,9,.2); color: #b45309; }
.rp-dz-s { background: rgba(3,105,161,.08); border: 1px solid rgba(3,105,161,.2); color: #0369a1; }

/* BUTTON */
.rp-doc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 18px;
  border-radius: 8px;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  background: #f5f6f7;
  border: 1px solid rgba(50,56,72,.12);
  color: #323848;
  transition: all .2s;
  margin-top: auto;
}

.rp-doc-btn:hover {
  border-color: rgba(26,78,135,.2);
  background: rgba(26,78,135,.06);
  color: #1a4e87;
  transform: translateY(-1px);
}

.rp-doc-btn-primary {
  background: #1a4e87;
  border-color: #1a4e87;
  color: #ffffff;
}

.rp-doc-btn-primary:hover {
  background: #15407a;
  border-color: #15407a;
  color: #ffffff;
  box-shadow: 0 6px 20px rgba(26,78,135,.25);
}

/* NOTE TRANSPARENTA */
.rp-docs-note {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 22px 24px;
  background: #ffffff;
  border: 1px solid rgba(26,78,135,.2);
  border-radius: 14px;
  border-left: 3px solid #1a4e87;
}

.rp-docs-note-ico {
  font-size: 28px;
  flex-shrink: 0;
}

.rp-docs-note-title {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #1a4e87;
  margin-bottom: 6px;
}

.rp-docs-note-text {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: rgba(50,56,72,.55);
  line-height: 1.7;
  font-weight: 300;
}

@media (max-width: 768px) {
  .rp-docs-h { font-size: clamp(26px, 7vw, 36px); }
  .rp-doc-card h3 { font-size: 15px; }
  .rp-docs-note { flex-direction: column; gap: 10px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5441b2f */.rp-cta {
  background: #f5f6f7;
  padding: 130px 48px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.rp-cta-stripe {
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 5px;
  background: linear-gradient(90deg, #1a7a4a, #1a4e87, #b45309, #0369a1, #1a4e87);
}

.rp-cta-inner {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.rp-cta-label {
  font-family: 'Poppins', sans-serif;
  font-size: 10px;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  color: #c0382b;
  font-weight: 600;
  margin-bottom: 14px;
}

.rp-cta-h {
  font-family: 'Playfair Display', serif;
  font-size: clamp(36px, 5.5vw, 64px);
  font-weight: 700;
  color: #1f1f1e;
  margin-bottom: 18px;
  line-height: 1.1;
}

.rp-cta-h em {
  font-style: italic;
  color: #1a4e87;
}

.rp-cta-p {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: rgba(50,56,72,.55);
  line-height: 1.85;
  margin-bottom: 56px;
  font-weight: 300;
  max-width: 640px;
  margin-inline: auto;
  margin-bottom: 56px;
}

/* CARDS */
.rp-cta-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 52px;
  text-align: left;
}

@media (max-width: 860px) {
  .rp-cta { padding: 90px 24px; }
  .rp-cta-cards { grid-template-columns: 1fr; max-width: 480px; margin-inline: auto; margin-bottom: 52px; }
}

.rp-cta-card {
  background: #ffffff;
  border: 1px solid rgba(50,56,72,.12);
  border-radius: 18px;
  padding: 28px 24px;
  transition: border-color .25s, box-shadow .25s;
}

.rp-cta-card:hover {
  border-color: rgba(26,78,135,.2);
  box-shadow: 0 8px 28px rgba(26,78,135,.08);
}

.rp-cta-card-mid {
  border-color: rgba(26,78,135,.2);
  background: rgba(26,78,135,.03);
}

.rp-cta-card-ico {
  font-size: 36px;
  margin-bottom: 14px;
  display: block;
}

.rp-cta-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  font-weight: 700;
  color: #1f1f1e;
  margin-bottom: 10px;
  line-height: 1.25;
}

.rp-cta-card p {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: rgba(50,56,72,.55);
  line-height: 1.7;
  font-weight: 300;
  margin-bottom: 18px;
}

/* BUTTONS */
.rp-cta-btn-main {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 22px;
  border-radius: 8px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  background: #1a4e87;
  color: #ffffff;
  transition: transform .2s, box-shadow .2s;
}

.rp-cta-btn-main:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(26,78,135,.25);
}

.rp-cta-btn-sec {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 22px;
  border-radius: 8px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  background: transparent;
  color: #1a4e87;
  border: 1px solid rgba(26,78,135,.25);
  transition: all .2s;
}

.rp-cta-btn-sec:hover {
  background: rgba(26,78,135,.08);
  transform: translateY(-2px);
}

/* EMAIL */
.rp-email-row {
  display: flex;
  gap: 8px;
}

.rp-email-input {
  flex: 1;
  background: #f5f6f7;
  border: 1px solid rgba(50,56,72,.12);
  border-radius: 8px;
  padding: 11px 14px;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: #323848;
  outline: none;
  transition: border-color .2s;
}

.rp-email-input:focus {
  border-color: rgba(26,78,135,.35);
}

.rp-email-btn {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background: #1a4e87;
  border: none;
  color: #ffffff;
  font-size: 16px;
  cursor: pointer;
  transition: background .2s, transform .2s;
  flex-shrink: 0;
}

.rp-email-btn:hover {
  background: #15407a;
  transform: translateY(-1px);
}

.rp-email-note {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  margin-top: 8px;
  min-height: 18px;
  font-weight: 300;
}

/* ZONE LINKS */
.rp-cta-zones {
  border-top: 1px solid rgba(50,56,72,.12);
  padding-top: 40px;
}

.rp-cta-zones-title {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: rgba(50,56,72,.55);
  margin-bottom: 20px;
  font-weight: 300;
}

.rp-cta-zone-btns {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}

.rp-cta-zb {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 16px 24px;
  border-radius: 12px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: transform .2s, box-shadow .2s;
  min-width: 180px;
}

.rp-cta-zb span {
  font-size: 11px;
  font-weight: 300;
  opacity: .75;
}

.rp-cta-zb:hover { transform: translateY(-3px); }

.rp-czb-g {
  background: rgba(26,122,74,.1);
  border: 1px solid rgba(26,122,74,.22);
  color: #1a7a4a;
}

.rp-czb-g:hover { box-shadow: 0 8px 24px rgba(26,122,74,.15); }

.rp-czb-a {
  background: rgba(180,83,9,.1);
  border: 1px solid rgba(180,83,9,.22);
  color: #b45309;
}

.rp-czb-a:hover { box-shadow: 0 8px 24px rgba(180,83,9,.15); }

.rp-czb-s {
  background: rgba(3,105,161,.1);
  border: 1px solid rgba(3,105,161,.22);
  color: #0369a1;
}

.rp-czb-s:hover { box-shadow: 0 8px 24px rgba(3,105,161,.15); }

@media (max-width: 768px) {
  .rp-cta-h { font-size: clamp(30px, 8vw, 46px); }
  .rp-cta-zb { min-width: 140px; font-size: 13px; }
  .rp-cta-card h3 { font-size: 18px; }
}/* End custom CSS */