.elementor-229 .elementor-element.elementor-element-8e3d5ab{--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-229 .elementor-element.elementor-element-8f2b771{--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-229 .elementor-element.elementor-element-e49370c{--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-229 .elementor-element.elementor-element-ac434e3{--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-229 .elementor-element.elementor-element-02f85b5{--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-229 .elementor-element.elementor-element-d4f728b{--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-229 .elementor-element.elementor-element-2b87657{--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-63b24bf */.rca-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;
}

.rca-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;
}

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

/* ROAD LINES */
.rca-road {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  opacity: .08;
}

.rca-rl {
  position: absolute;
  width: 3px;
  background: #fff;
  border-radius: 2px;
}

.rca-rl1 { height: 120px; left: 50%; top: -120px; animation: rca-fall 2.5s linear infinite; }
.rca-rl2 { height: 80px; left: 30%; top: -80px; animation: rca-fall 3.2s .8s linear infinite; }
.rca-rl3 { height: 100px; left: 70%; top: -100px; animation: rca-fall 2.8s 1.4s linear infinite; }
.rca-rl4 { height: 60px; left: 15%; top: -60px; animation: rca-fall 3.5s .3s linear infinite; }
.rca-rl5 { height: 90px; left: 85%; top: -90px; animation: rca-fall 2.2s 1.8s linear infinite; }

@keyframes rca-fall {
  0% { transform: translateY(-10px); }
  100% { transform: translateY(110vh); }
}

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

/* BREADCRUMB */
.rca-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;
}

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

/* LAW BADGE */
.rca-law-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: rgba(192,56,43,.15);
  border: 1px solid rgba(255,180,160,.3);
  border-radius: 14px;
  padding: 12px 22px;
  margin-bottom: 32px;
  backdrop-filter: blur(8px);
}

.rca-law-ico { font-size: 22px; flex-shrink: 0; }

.rca-law-txt { text-align: left; }

.rca-law-title {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #fca5a5;
  letter-spacing: .5px;
}

.rca-law-sub {
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  color: rgba(255,255,255,.55);
  margin-top: 2px;
  font-weight: 300;
}

.rca-law-ref {
  font-family: 'Poppins', sans-serif;
  font-size: 10px;
  color: rgba(252,165,165,.5);
  margin-top: 3px;
  letter-spacing: .4px;
  font-weight: 300;
}

/* TITLU */
.rca-h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(48px, 8vw, 104px);
  font-weight: 900;
  line-height: .92;
  color: #ffffff;
  margin-bottom: 20px;
}

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

/* PIVOT */
.rca-pivot {
  display: flex;
  align-items: center;
  gap: 14px;
  justify-content: center;
  margin-bottom: 20px;
}

.rca-pivot-dash {
  width: 40px; height: 1px;
  background: rgba(255,255,255,.35);
}

.rca-pivot-txt {
  font-family: 'Playfair Display', serif;
  font-size: clamp(18px, 2.8vw, 30px);
  font-style: italic;
  color: #fde68a;
}

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

.rca-sub strong { color: #fff; font-weight: 600; }
.rca-sub em { color: #fde68a; font-style: normal; }

/* ACTIONS */
.rca-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  margin-bottom: 32px;
}

.rca-btn-main {
  background: #fde68a;
  color: #1a4e87;
  padding: 18px 44px;
  border-radius: 8px;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: transform .2s, box-shadow .2s;
  cursor: none;
}

.rca-btn-main:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 44px rgba(0,0,0,.2);
}

.rca-note {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  color: rgba(255,255,255,.5);
  display: flex;
  align-items: center;
  gap: 6px;
}

.rca-note span { color: #fde68a; font-weight: 500; }

/* IMPACT STRIP */
.rca-impact {
  display: flex;
  border: 1px solid rgba(253,230,138,.25);
  border-radius: 12px;
  overflow: hidden;
  background: rgba(255,255,255,.06);
  backdrop-filter: blur(10px);
}

.rca-hi {
  flex: 1;
  padding: 16px 22px;
  text-align: center;
  border-right: 1px solid rgba(253,230,138,.15);
  transition: background .3s;
}

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

.rca-hi-num {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  font-weight: 700;
  color: #fde68a;
  line-height: 1;
  margin-bottom: 4px;
}

.rca-hi-lbl {
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  color: rgba(255,255,255,.5);
  font-weight: 300;
}

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

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

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

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

/* DIAGONAL */
.rca-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) {
  .rca-h1 { font-size: clamp(42px, 12vw, 72px); }
  .rca-sub { font-size: 15px; }
  .rca-impact { display: none; }
  .rca-law-badge { flex-direction: column; text-align: center; }
  .rca-btn-main { font-size: 15px; padding: 15px 30px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b2809f8 */.rca-oblig {
  background: #ffffff;
  border-top: 1px solid rgba(50,56,72,.12);
  border-bottom: 1px solid rgba(50,56,72,.12);
  padding: 100px 48px;
}

.rca-oblig-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 72px;
  align-items: start;
}

@media (max-width: 860px) {
  .rca-oblig { padding: 80px 24px; }
  .rca-oblig-inner { grid-template-columns: 1fr; gap: 48px; }
}

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

.rca-oblig-h {
  font-family: 'Playfair Display', serif;
  font-size: clamp(26px, 3.5vw, 44px);
  font-weight: 700;
  color: #1f1f1e;
  line-height: 1.15;
  margin-bottom: 24px;
}

.rca-oblig-h em {
  font-style: italic;
  color: #1a4e87;
}

/* LAW CARD */
.rca-law-card {
  background: #f5f6f7;
  border: 1px solid rgba(192,56,43,.2);
  border-radius: 20px;
  padding: 28px 26px;
  position: relative;
  overflow: hidden;
}

.rca-law-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, rgba(192,56,43,.7), rgba(192,56,43,.2), transparent);
}

.rca-lc-hdr {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

.rca-lc-ico {
  width: 52px; height: 52px;
  border-radius: 14px;
  background: rgba(192,56,43,.08);
  border: 1px solid rgba(192,56,43,.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  flex-shrink: 0;
}

.rca-lc-title {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  font-weight: 700;
  color: #1f1f1e;
  margin-bottom: 3px;
}

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

.rca-lc-txt {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: 1.8;
  color: rgba(50,56,72,.55);
  margin-bottom: 14px;
  font-weight: 300;
}

.rca-lc-txt strong { color: #323848; font-weight: 600; }

.rca-lc-ref {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 14px;
  background: rgba(192,56,43,.07);
  border: 1px solid rgba(192,56,43,.18);
  border-radius: 100px;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  color: #c0382b;
  margin-bottom: 16px;
  font-weight: 400;
}

.rca-penalties {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.rca-pen {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 13px;
  background: rgba(192,56,43,.05);
  border: 1px solid rgba(192,56,43,.12);
  border-radius: 9px;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: rgba(50,56,72,.55);
  font-weight: 300;
}

.rca-pen strong { color: #c0382b; font-weight: 600; }

/* PIVOT CARD */
.rca-pivot-card {
  background: #f5f6f7;
  border: 1px solid rgba(26,78,135,.2);
  border-radius: 20px;
  padding: 28px 26px;
  position: relative;
  overflow: hidden;
}

.rca-pivot-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, #1a4e87, rgba(26,78,135,.3), transparent);
}

.rca-pc-h {
  font-family: 'Playfair Display', serif;
  font-size: clamp(22px, 2.8vw, 32px);
  font-weight: 700;
  color: #1f1f1e;
  line-height: 1.2;
  margin-bottom: 12px;
}

.rca-pc-h em { font-style: italic; color: #1a4e87; }

.rca-pc-p {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: 1.8;
  color: rgba(50,56,72,.55);
  margin-bottom: 22px;
  font-weight: 300;
}

.rca-pc-p strong { color: #323848; font-weight: 600; }
.rca-pc-p em { color: #1a4e87; font-style: normal; }

/* MINI BAROMETERS */
.rca-mini-baros {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 24px;
}

.rca-mb {
  display: flex;
  align-items: center;
  gap: 10px;
}

.rca-mb-ico { font-size: 16px; width: 24px; text-align: center; flex-shrink: 0; }

.rca-mb-lbl {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  color: rgba(50,56,72,.55);
  width: 100px;
  flex-shrink: 0;
  font-weight: 300;
}

.rca-mb-track {
  flex: 1;
  height: 8px;
  background: rgba(50,56,72,.1);
  border-radius: 100px;
  overflow: hidden;
}

.rca-mb-fill {
  height: 100%;
  border-radius: 100px;
  transition: width 2s cubic-bezier(.4,0,.2,1);
  width: 0%;
}

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

.rca-mb-pct {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  color: #1a4e87;
  font-weight: 600;
  width: 32px;
  text-align: right;
}

/* BUTTONS */
.rca-pc-cta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.rca-pc-btn {
  background: #1a4e87;
  color: #fff;
  padding: 14px 24px;
  border-radius: 8px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: transform .2s, box-shadow .2s;
}

.rca-pc-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(26,78,135,.22);
}

.rca-pc-btn-o {
  background: transparent;
  color: #323848;
  padding: 14px 24px;
  border-radius: 8px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(50,56,72,.12);
  transition: all .2s;
}

.rca-pc-btn-o:hover {
  border-color: rgba(26,78,135,.2);
  background: rgba(26,78,135,.06);
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .rca-oblig-h { font-size: clamp(22px, 7vw, 34px); }
  .rca-pc-h { font-size: clamp(20px, 6vw, 28px); }
  .rca-pc-btn, .rca-pc-btn-o { font-size: 13px; padding: 12px 18px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8bdee9e */.rca-covers {
  background: #f5f6f7;
  border-top: 1px solid rgba(50,56,72,.12);
  border-bottom: 1px solid rgba(50,56,72,.12);
  padding: 110px 48px;
}

.rca-covers-inner {
  max-width: 1100px;
  margin: 0 auto;
}

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

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

.rca-covers-h em {
  font-style: italic;
  color: #1a4e87;
}

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

/* GRID */
.rca-covers-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 32px;
}

@media (max-width: 860px) {
  .rca-covers { padding: 80px 24px; }
  .rca-covers-grid {
    grid-template-columns: 1fr;
    max-width: 440px;
  }
}

/* CARD */
.rca-cov-card {
  background: #ffffff;
  border: 1px solid rgba(50,56,72,.12);
  border-radius: 18px;
  padding: 26px 24px;
  transition: transform .3s, border-color .3s, box-shadow .3s;
}

.rca-cov-card:hover {
  transform: translateY(-5px);
  border-color: rgba(26,78,135,.22);
  box-shadow: 0 14px 36px rgba(26,78,135,.08);
}

.rca-cov-top {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}

.rca-cov-ico {
  width: 48px; height: 48px;
  border-radius: 12px;
  background: rgba(26,78,135,.08);
  border: 1px solid rgba(26,78,135,.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  flex-shrink: 0;
}

.rca-cov-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  font-weight: 700;
  color: #1f1f1e;
  line-height: 1.2;
}

.rca-cov-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;
}

/* LIST */
.rca-cov-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.rca-ci {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  color: rgba(50,56,72,.55);
  font-weight: 300;
}

.rca-ci-dot {
  width: 16px; height: 16px;
  border-radius: 50%;
  background: rgba(26,122,74,.08);
  border: 1px solid rgba(26,122,74,.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  color: #1a7a4a;
  flex-shrink: 0;
  margin-top: 1px;
}

/* LEGAL NOTE */
.rca-legal-note {
  background: rgba(26,78,135,.05);
  border: 1px solid rgba(26,78,135,.18);
  border-radius: 16px;
  padding: 20px 22px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.rca-ln-ico {
  font-size: 20px;
  flex-shrink: 0;
  margin-top: 2px;
}

.rca-ln-txt {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: rgba(50,56,72,.55);
  line-height: 1.7;
  font-weight: 300;
  margin: 0;
}

.rca-ln-txt strong { color: #1a4e87; font-weight: 600; }

@media (max-width: 768px) {
  .rca-covers-h { font-size: clamp(26px, 7vw, 36px); }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4ba1470 */.rca-form-sec {
  background: #eeeef0;
  border-top: 1px solid rgba(50,56,72,.12);
  padding: 110px 48px;
}

.rca-form-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 64px;
  align-items: start;
}

@media (max-width: 860px) {
  .rca-form-sec { padding: 80px 24px; }
  .rca-form-inner { grid-template-columns: 1fr; gap: 40px; }
}

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

.rca-form-h {
  font-family: 'Playfair Display', serif;
  font-size: clamp(28px, 3.8vw, 46px);
  font-weight: 700;
  color: #1f1f1e;
  line-height: 1.15;
  margin-bottom: 14px;
}

.rca-form-h em { font-style: italic; color: #1a4e87; }

.rca-form-p {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  color: rgba(50,56,72,.55);
  line-height: 1.8;
  font-weight: 300;
  margin-bottom: 28px;
}

/* STEPS */
.rca-steps {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 24px;
}

.rca-step {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 15px 17px;
  background: #ffffff;
  border: 1px solid rgba(50,56,72,.12);
  border-radius: 13px;
  transition: border-color .25s, box-shadow .25s;
}

.rca-step:hover {
  border-color: rgba(26,78,135,.2);
  box-shadow: 0 4px 14px rgba(26,78,135,.07);
}

.rca-step-num {
  font-family: 'Playfair Display', serif;
  font-size: 30px;
  font-weight: 900;
  color: #1a4e87;
  opacity: .2;
  line-height: 1;
  flex-shrink: 0;
  width: 32px;
}

.rca-step-txt h4 {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #1f1f1e;
  margin-bottom: 3px;
}

.rca-step-txt p {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: rgba(50,56,72,.55);
  line-height: 1.55;
  font-weight: 300;
  margin: 0;
}

.rca-step-arr {
  text-align: center;
  color: #1a4e87;
  opacity: .25;
  font-size: 14px;
  padding-left: 46px;
}

/* TRANSPARENTA BOX */
.rca-transp-box {
  padding: 18px 20px;
  background: rgba(26,78,135,.07);
  border: 1px solid rgba(26,78,135,.2);
  border-radius: 14px;
}

.rca-transp-label {
  font-family: 'Poppins', sans-serif;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #1a4e87;
  font-weight: 600;
  margin-bottom: 8px;
}

.rca-transp-txt {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: rgba(50,56,72,.55);
  line-height: 1.7;
  font-weight: 300;
  margin: 0;
}

.rca-transp-txt strong { color: #323848; font-weight: 600; }

/* FORM CARD */
.rca-form-card {
  background: #ffffff;
  border: 1px solid rgba(26,78,135,.22);
  border-radius: 22px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 4px 28px rgba(26,78,135,.08);
}

.rca-form-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, #fde68a, #1a4e87, rgba(26,78,135,.3), transparent);
}

.rca-form-card-hdr {
  padding: 26px 28px 22px;
  border-bottom: 1px solid rgba(50,56,72,.1);
}

.rca-form-card-hdr h3 {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  font-weight: 700;
  color: #1f1f1e;
  margin-bottom: 6px;
}

.rca-form-card-hdr h3 em { font-style: italic; color: #1a4e87; }

.rca-form-card-hdr p {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: rgba(50,56,72,.55);
  line-height: 1.6;
  font-weight: 300;
  margin: 0;
}

.rca-form-body { padding: 24px 28px 28px; }

@media (max-width: 500px) {
  .rca-form-card-hdr, .rca-form-body { padding-left: 18px; padding-right: 18px; }
}

/* FIELDS */
.rca-ff { margin-bottom: 14px; }

.rca-ff-lbl {
  font-family: 'Poppins', sans-serif;
  font-size: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(50,56,72,.55);
  font-weight: 600;
  margin-bottom: 7px;
  display: block;
}

.rca-ff input,
.rca-ff select {
  width: 100%;
  background: #f5f6f7;
  border: 1px solid rgba(50,56,72,.12);
  border-radius: 10px;
  padding: 12px 15px;
  font-size: 14px;
  color: #323848;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  outline: none;
  cursor: none;
  transition: border-color .2s, box-shadow .2s;
  -webkit-appearance: none;
}

.rca-ff input::placeholder { color: rgba(50,56,72,.25); }

.rca-ff input:focus,
.rca-ff select:focus {
  border-color: rgba(26,78,135,.35);
  box-shadow: 0 0 0 3px rgba(26,78,135,.07);
}

.rca-ff select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none'%3E%3Cpath d='M1 1l5 5 5-5' stroke='rgba(50,56,72,.4)' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 40px;
  background-color: #f5f6f7;
}

.rca-ff select option { background: #fff; color: #323848; }

.rca-ff-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

@media (max-width: 500px) { .rca-ff-row { grid-template-columns: 1fr; } }

.rca-ff-div {
  height: 1px;
  background: rgba(50,56,72,.1);
  margin: 6px 0 16px;
}

/* CAUZA */
.rca-cauza-sec { margin-bottom: 18px; }

.rca-cauza-sub {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  color: rgba(50,56,72,.55);
  margin: 6px 0 12px;
  line-height: 1.6;
  font-weight: 300;
}

.rca-cauza-sub em { color: #1a4e87; font-style: normal; font-weight: 500; }

.rca-cauze {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.rca-cauza {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  background: #f5f6f7;
  border: 1.5px solid rgba(50,56,72,.12);
  border-radius: 12px;
  cursor: none;
  transition: all .22s;
  position: relative;
  overflow: hidden;
}

.rca-cauza:hover {
  border-color: rgba(26,78,135,.25);
  background: rgba(26,78,135,.05);
}

.rca-cauza.rca-sel {
  border-color: #1a4e87;
  background: rgba(26,78,135,.07);
}

.rca-cauza.rca-sel::before {
  content: '';
  position: absolute;
  top: 0; left: 0; bottom: 0;
  width: 3px;
  background: #1a4e87;
  border-radius: 3px 0 0 3px;
}

.rca-cauza-radio {
  width: 20px; height: 20px;
  border-radius: 50%;
  border: 1.5px solid rgba(50,56,72,.2);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .2s;
}

.rca-cauza.rca-sel .rca-cauza-radio {
  border-color: #1a4e87;
  background: #1a4e87;
}

.rca-cauza-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: #fff;
  opacity: 0;
  transition: opacity .2s;
}

.rca-cauza.rca-sel .rca-cauza-dot { opacity: 1; }

.rca-cauza-ico { font-size: 20px; flex-shrink: 0; }

.rca-cauza-info { flex: 1; }

.rca-cauza-name {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #323848;
  margin-bottom: 3px;
}

.rca-cauza.rca-sel .rca-cauza-name { color: #1a4e87; }

.rca-cauza-desc {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  color: rgba(50,56,72,.55);
  line-height: 1.4;
  font-weight: 300;
}

.rca-cauza-prog {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 5px;
}

.rca-cauza-bar {
  flex: 1; height: 3px;
  background: rgba(50,56,72,.1);
  border-radius: 100px;
  overflow: hidden;
}

.rca-cbg { height: 100%; width: 71%; background: linear-gradient(90deg, #064e2e, #1a7a4a); border-radius: 100px; }
.rca-cba { height: 100%; width: 32%; background: linear-gradient(90deg, #78350f, #b45309); border-radius: 100px; }
.rca-cbs { height: 100%; width: 13%; background: linear-gradient(90deg, #0c2c54, #0369a1); border-radius: 100px; }

.rca-cauza-pct {
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  color: rgba(50,56,72,.55);
  white-space: nowrap;
}

/* GDPR */
.rca-gdpr {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 18px;
}

.rca-gdpr input[type=checkbox] {
  width: 18px; height: 18px;
  accent-color: #1a4e87;
  cursor: none;
  flex-shrink: 0;
  margin-top: 2px;
}

.rca-gdpr label {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  color: rgba(50,56,72,.55);
  line-height: 1.6;
  font-weight: 300;
}

.rca-gdpr a { color: #1a4e87; text-decoration: none; }

/* SUBMIT */
.rca-submit {
  width: 100%;
  background: #fde68a;
  color: #1a4e87;
  padding: 15px;
  border-radius: 12px;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 700;
  border: none;
  cursor: none;
  transition: transform .2s, box-shadow .2s, opacity .2s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
}

.rca-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 36px rgba(253,230,138,.3);
}

.rca-submit:disabled { opacity: .4; transform: none; box-shadow: none; }

.rca-spin {
  width: 17px; height: 17px;
  border: 2px solid rgba(26,78,135,.25);
  border-top-color: rgba(26,78,135,.8);
  border-radius: 50%;
  animation: rca-spin .7s linear infinite;
  display: none;
}

.rca-submit.rca-loading .rca-spin { display: block; }
.rca-submit.rca-loading .rca-btn-lbl { display: none; }

@keyframes rca-spin { to { transform: rotate(360deg); } }

.rca-disc {
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  color: rgba(50,56,72,.3);
  margin-top: 10px;
  line-height: 1.6;
  text-align: center;
  font-weight: 300;
}

/* SUCCESS */
.rca-success {
  display: none;
  text-align: center;
  padding: 44px 24px;
}

.rca-success-ico {
  font-size: 52px;
  display: block;
  margin-bottom: 16px;
  animation: rca-pop .5s cubic-bezier(.175,.885,.32,1.275) both;
}

@keyframes rca-pop { from{opacity:0;transform:scale(.5)} to{opacity:1;transform:scale(1)} }

.rca-success-h {
  font-family: 'Playfair Display', serif;
  font-size: 24px;
  font-weight: 700;
  color: #1f1f1e;
  margin-bottom: 10px;
}

.rca-success-h em { font-style: italic; color: #1a4e87; }

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

.rca-success-cauza {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  padding: 10px 18px;
  background: rgba(26,78,135,.08);
  border: 1px solid rgba(26,78,135,.2);
  border-radius: 100px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #1a4e87;
  font-weight: 600;
}

.rca-success-note {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  color: rgba(50,56,72,.35);
  margin-top: 14px;
  line-height: 1.6;
  font-weight: 300;
}

.rca-success-back {
  display: inline-block;
  margin-top: 16px;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: rgba(50,56,72,.55);
  cursor: none;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .rca-form-h { font-size: clamp(24px, 7vw, 36px); }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4d9ccfb */.rca-deece {
  background: #ffffff;
  border-top: 1px solid rgba(50,56,72,.12);
  border-bottom: 1px solid rgba(50,56,72,.12);
  padding: 110px 48px;
}

.rca-deece-inner {
  max-width: 1100px;
  margin: 0 auto;
}

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

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

.rca-deece-h em {
  font-style: italic;
  color: #1a4e87;
}

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

/* GRID */
.rca-deece-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

@media (max-width: 700px) {
  .rca-deece { padding: 80px 24px; }
  .rca-deece-grid { grid-template-columns: 1fr; }
}

/* CARD */
.rca-dc {
  background: #f5f6f7;
  border: 1px solid rgba(50,56,72,.12);
  border-radius: 18px;
  padding: 26px 24px;
  transition: border-color .3s, transform .3s, box-shadow .3s;
}

.rca-dc:hover {
  border-color: rgba(26,78,135,.22);
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(26,78,135,.08);
}

.rca-dc-hdr {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.rca-dc-ico {
  width: 44px; height: 44px;
  border-radius: 11px;
  background: rgba(26,78,135,.08);
  border: 1px solid rgba(26,78,135,.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  flex-shrink: 0;
}

.rca-dc h4 {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  font-weight: 700;
  color: #1f1f1e;
}

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

.rca-dc-tag {
  display: inline-block;
  padding: 4px 12px;
  background: rgba(26,78,135,.08);
  border: 1px solid rgba(26,78,135,.2);
  border-radius: 100px;
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  color: #1a4e87;
  font-weight: 600;
}

@media (max-width: 768px) {
  .rca-deece-h { font-size: clamp(26px, 7vw, 36px); }
  .rca-dc h4 { font-size: 16px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0b5b79a */.rca-impact {
  background: #f5f6f7;
  border-top: 1px solid rgba(50,56,72,.12);
  border-bottom: 1px solid rgba(50,56,72,.12);
  padding: 100px 48px;
}

.rca-impact-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 72px;
  align-items: center;
}

@media (max-width: 860px) {
  .rca-impact { padding: 80px 24px; }
  .rca-impact-inner { grid-template-columns: 1fr; gap: 48px; }
}

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

.rca-impact-h {
  font-family: 'Playfair Display', serif;
  font-size: clamp(28px, 3.5vw, 46px);
  font-weight: 700;
  color: #1f1f1e;
  line-height: 1.15;
  margin-bottom: 18px;
}

.rca-impact-h em {
  font-style: italic;
  color: #1a4e87;
}

.rca-impact-p {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  color: rgba(50,56,72,.55);
  line-height: 1.88;
  font-weight: 300;
  margin-bottom: 16px;
}

.rca-impact-p strong { color: #323848; font-weight: 600; }

/* LINKS */
.rca-impact-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 24px;
}

.rca-il {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 18px;
  background: #ffffff;
  border: 1px solid rgba(50,56,72,.12);
  border-radius: 13px;
  text-decoration: none;
  color: #1f1f1e;
  cursor: none;
  transition: border-color .25s, box-shadow .25s;
}

.rca-il:hover {
  border-color: rgba(26,78,135,.22);
  box-shadow: 0 4px 16px rgba(26,78,135,.07);
}

.rca-il-ico { font-size: 24px; flex-shrink: 0; }

.rca-il-txt h4 {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #1f1f1e;
  margin-bottom: 2px;
}

.rca-il-txt p {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  color: rgba(50,56,72,.55);
  font-weight: 300;
  margin: 0;
}

.rca-il-arr {
  margin-left: auto;
  color: #1a4e87;
  opacity: .5;
  font-size: 18px;
  flex-shrink: 0;
  transition: opacity .2s, transform .2s;
}

.rca-il:hover .rca-il-arr {
  opacity: 1;
  transform: translateX(3px);
}

/* SANKEY */
.rca-sankey {
  background: #ffffff;
  border: 1px solid rgba(26,78,135,.2);
  border-radius: 20px;
  padding: 28px 26px;
}

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

.rca-sk-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.rca-sk-lbl {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  color: rgba(50,56,72,.55);
  width: 100px;
  flex-shrink: 0;
  font-weight: 300;
}

.rca-sk-bar {
  flex: 1;
  height: 28px;
  border-radius: 6px;
  overflow: hidden;
  background: #f5f6f7;
  border: 1px solid rgba(50,56,72,.1);
}

.rca-sk-fill {
  height: 100%;
  border-radius: 6px;
  display: flex;
  align-items: center;
  padding-left: 10px;
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  font-weight: 600;
  transition: width 2s cubic-bezier(.4,0,.2,1);
  width: 0%;
  white-space: nowrap;
  overflow: hidden;
}

.rca-sk-ops { background: rgba(50,56,72,.15); color: #323848; }
.rca-sk-g { background: linear-gradient(90deg, #064e2e, #1a7a4a); color: #fff; }
.rca-sk-a { background: linear-gradient(90deg, #78350f, #b45309); color: #fff; }
.rca-sk-s { background: linear-gradient(90deg, #0c2c54, #0369a1); color: #fff; }

.rca-sankey-note {
  margin-top: 18px;
  padding: 14px 16px;
  background: rgba(26,78,135,.06);
  border: 1px solid rgba(26,78,135,.18);
  border-radius: 12px;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  line-height: 1.65;
  color: rgba(50,56,72,.55);
  font-weight: 300;
}

.rca-sankey-note strong { color: #1a4e87; font-weight: 600; }
.rca-sankey-note em { color: #1a4e87; font-style: normal; }

@media (max-width: 768px) {
  .rca-impact-h { font-size: clamp(24px, 7vw, 36px); }
  .rca-sk-lbl { width: 80px; font-size: 11px; }
  .rca-sk-fill { font-size: 10px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-911a38c *//* FAQ */
.rca-faq {
  background: #ffffff;
  border-top: 1px solid rgba(50,56,72,.12);
  padding: 100px 48px;
}

.rca-faq-inner {
  max-width: 800px;
  margin: 0 auto;
}

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

.rca-faq-h {
  font-family: 'Playfair Display', serif;
  font-size: clamp(28px, 4vw, 46px);
  font-weight: 700;
  color: #1f1f1e;
  margin-bottom: 48px;
  line-height: 1.15;
  text-align: center;
}

.rca-faq-h em {
  font-style: italic;
  color: #1a4e87;
}

.rca-faq-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* ITEM */
.rca-faq-item {
  background: #f5f6f7;
  border: 1px solid rgba(50,56,72,.12);
  border-radius: 14px;
  overflow: hidden;
  transition: border-color .2s;
}

.rca-faq-item.rca-open {
  border-color: rgba(26,78,135,.22);
  background: #ffffff;
}

.rca-faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 22px;
  cursor: none;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #1f1f1e;
  line-height: 1.4;
  transition: color .2s;
}

.rca-faq-q:hover { color: #1a4e87; }

.rca-faq-arr {
  width: 28px; height: 28px;
  border-radius: 50%;
  background: #eeeef0;
  border: 1px solid rgba(50,56,72,.12);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #1a4e87;
  font-weight: 300;
  line-height: 1;
  transition: transform .3s, background .2s;
  flex-shrink: 0;
}

.rca-faq-item.rca-open .rca-faq-arr {
  transform: rotate(45deg);
  background: rgba(26,78,135,.08);
}

.rca-faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height .4s ease, padding .3s;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: 1.75;
  color: rgba(50,56,72,.55);
  font-weight: 300;
  padding: 0 22px;
}

.rca-faq-item.rca-open .rca-faq-a {
  max-height: 200px;
  padding: 0 22px 20px;
}

/* CTA FINAL */
.rca-cta {
  background: #1a4e87;
  border-top: 1px solid rgba(255,255,255,.1);
  padding: 130px 48px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.rca-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 55% at 50% 50%, rgba(255,255,255,.05) 0%, transparent 70%);
  pointer-events: none;
}

.rca-cta-stripe {
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, #fde68a, rgba(253,230,138,.5), #fde68a);
}

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

.rca-cta-label {
  font-family: 'Poppins', sans-serif;
  font-size: 10px;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  color: rgba(253,230,138,.75);
  font-weight: 600;
  margin-bottom: 14px;
}

.rca-cta-h {
  font-family: 'Playfair Display', serif;
  font-size: clamp(34px, 5vw, 60px);
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 18px;
  line-height: 1.1;
}

.rca-cta-h em {
  font-style: italic;
  color: #fde68a;
}

.rca-cta-p {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: rgba(255,255,255,.65);
  line-height: 1.85;
  margin-bottom: 44px;
  font-weight: 300;
}

/* BUTOANE */
.rca-cta-btns {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 28px;
}

.rca-cta-btn-main {
  background: #fde68a;
  color: #1a4e87;
  padding: 16px 36px;
  border-radius: 8px;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  transition: transform .2s, box-shadow .2s;
}

.rca-cta-btn-main:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 40px rgba(0,0,0,.2);
}

.rca-cta-btn-o {
  background: transparent;
  color: #ffffff;
  padding: 16px 30px;
  border-radius: 8px;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(255,255,255,.28);
  transition: all .2s;
}

.rca-cta-btn-o:hover {
  border-color: rgba(255,255,255,.55);
  background: rgba(255,255,255,.1);
  transform: translateY(-2px);
}

.rca-cta-disc {
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  color: rgba(255,255,255,.28);
  line-height: 1.7;
  max-width: 500px;
  margin: 0 auto;
  font-weight: 300;
}

@media (max-width: 768px) {
  .rca-faq { padding: 80px 24px; }
  .rca-faq-h { font-size: clamp(24px, 7vw, 36px); }
  .rca-faq-q { font-size: 14px; padding: 16px 18px; }
  .rca-cta { padding: 90px 24px; }
  .rca-cta-h { font-size: clamp(28px, 8vw, 44px); }
  .rca-cta-btn-main, .rca-cta-btn-o { font-size: 14px; padding: 13px 22px; }
}/* End custom CSS */