/* RCA-Oferta.ro - CSS consolidat și optimizat */
:root {
  color-scheme: light;
}
* {
  box-sizing: border-box;
}
html {
  min-height: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 104px;
}
body {
  min-height: 100%;
  margin: 0;
  color: #ffffff;
  background: #003151;
  font-family: "cbk_font", Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
h1,
h2,
h3,
h4,
h5,
h6,
button,
input,
select,
textarea {
  font-family: "cbk_font", Arial, Helvetica, sans-serif;
}
a {
  text-underline-offset: 2px;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
.rp-main {
  color: #003151;
  background: #ffffff;
}
.rp-shell {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding-right: 16px;
  padding-left: 16px;
}
.rp-hero {
  padding: 48px 0;
  color: #ffffff;
  background: linear-gradient(
    135deg,
    rgba(0, 49, 81, 0.98),
    rgba(0, 88, 147, 0.94)
  );
}
.rp-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
  gap: 42px;
  align-items: center;
}
.rp-kicker {
  display: inline-block;
  margin-bottom: 10px;
  padding: 6px 10px;
  color: #003151;
  background: #6acaf9;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.rp-hero h1 {
  max-width: 720px;
  margin: 0 0 18px;
  color: #ffffff;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.12;
}
.rp-hero-lead {
  max-width: 720px;
  margin: 0 0 22px;
  color: #ffffff;
  font-size: 19px;
  line-height: 1.6;
}
.rp-hero-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.rp-hero-points li {
  position: relative;
  padding-left: 24px;
  color: #ffffff;
  font-size: 15px;
}
.rp-hero-points li:before {
  position: absolute;
  top: 1px;
  left: 0;
  width: 17px;
  height: 17px;
  color: #003151;
  background: #6acaf9;
  border-radius: 50%;
  content: "✓";
  font-size: 12px;
  font-weight: 700;
  line-height: 17px;
  text-align: center;
}
.rp-btn-primary,
.rp-btn-secondary {
  display: inline-block;
  min-height: 46px;
  padding: 12px 22px;
  border: 2px solid #005893;
  border-radius: 5px;
  font-family: "cbk_font";
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.rp-btn-primary {
  color: #ffffff !important;
  background: #005893;
}
.rp-btn-primary:hover,
.rp-btn-primary:focus {
  color: #ffffff !important;
  background: #003151;
  border-color: #003151;
}
.rp-btn-secondary {
  color: #005893 !important;
  background: #ffffff;
}
.rp-btn-secondary:hover,
.rp-btn-secondary:focus {
  color: #ffffff !important;
  background: #005893;
}
.rp-btn-block {
  width: 100%;
}
.rp-form-note {
  margin: 12px 0 0;
  color: #666666;
  font-size: 12px;
  line-height: 1.45;
}
.rp-trust {
  background: #f4fbff;
  border-bottom: 1px solid #d8eef9;
}
.rp-trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: #d8eef9;
}
.rp-trust-item {
  padding: 22px 24px;
  background: #f4fbff;
}
.rp-trust-item strong {
  display: block;
  margin-bottom: 5px;
  color: #003151;
  font-size: 16px;
}
.rp-trust-item span {
  color: #666666;
  font-size: 14px;
  line-height: 1.5;
}
.rp-section {
  padding: 56px 0;
  color: #003151;
  background: #ffffff;
}
.rp-section-alt {
  background: #f4fbff;
}
.rp-section-heading {
  max-width: 790px;
  margin: 0 auto 30px;
  text-align: center;
}
.rp-section-heading h2 {
  margin: 0 0 10px;
  color: #003151;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.25;
}
.rp-section-heading p {
  margin: 0;
  color: #666666;
  font-size: 17px;
  line-height: 1.6;
}
.rp-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.rp-card,
.rp-link-card,
.rp-step {
  height: 100%;
  padding: 24px;
  color: #003151;
  background: #ffffff;
  border: 1px solid #d8eef9;
  border-radius: 7px;
  box-shadow: 0 5px 18px rgba(0, 49, 81, 0.08);
}
.rp-card h3,
.rp-link-card h3,
.rp-step h3 {
  margin: 0 0 9px;
  color: #003151;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}
.rp-card p,
.rp-link-card p,
.rp-step p {
  margin: 0;
  color: #666666;
  line-height: 1.6;
}
.rp-card-link,
.rp-link-card a {
  display: inline-block;
  margin-top: 14px;
  color: #005893;
  font-weight: 700;
  text-decoration: none;
}
.rp-card-link:hover,
.rp-link-card a:hover {
  text-decoration: underline;
}
.rp-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-bottom: 14px;
  color: #ffffff;
  background: #005893;
  border-radius: 50%;
  font-size: 18px;
  font-weight: 700;
}
.rp-copy {
  max-width: 900px;
  margin: 0 auto;
  color: #003151;
  font-size: 16px;
  line-height: 1.75;
}
.rp-copy h2 {
  margin-top: 32px;
  color: #003151;
  font-size: 27px;
  font-weight: 700;
}
.rp-copy p {
  color: #003151;
}
.rp-copy ul {
  padding-left: 22px;
}
.rp-copy li {
  margin-bottom: 8px;
}
.rp-operator {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: 28px;
  align-items: center;
  padding: 30px;
  color: #003151;
  background: #ffffff;
  border: 1px solid #6acaf9;
  border-radius: 8px;
  box-shadow: 0 6px 22px rgba(0, 49, 81, 0.1);
}
.rp-operator h2 {
  margin: 0 0 12px;
  color: #003151;
  font-size: 28px;
  font-weight: 700;
}
.rp-operator p {
  margin: 0 0 12px;
  color: #003151;
  line-height: 1.7;
}
.rp-operator-actions {
  display: grid;
  gap: 10px;
}
.rp-cta {
  padding: 44px 0;
  color: #ffffff;
  background: #005893;
  text-align: center;
}
.rp-cta h2 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 32px;
  font-weight: 700;
}
.rp-cta p {
  max-width: 720px;
  margin: 0 auto 22px;
  color: #ffffff;
  font-size: 17px;
}
.rp-cta .rp-btn-primary {
  color: #003151 !important;
  background: #ffffff;
  border-color: #ffffff;
}
.rp-cta .rp-btn-primary:hover,
.rp-cta .rp-btn-primary:focus {
  color: #ffffff !important;
  background: #003151;
  border-color: #003151;
}
@media (max-width: 980px) {
  .rp-hero-grid {
    grid-template-columns: 1fr;
  }
  .rp-hero-copy {
    max-width: 820px;
  }
  .rp-operator {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 760px) {
  .rp-hero {
    padding: 34px 0;
  }
  .rp-hero h1 {
    font-size: 34px;
  }
  .rp-hero-lead {
    font-size: 17px;
  }
  .rp-hero-points,
  .rp-trust-grid,
  .rp-grid-3,
  .rp-result-grid {
    grid-template-columns: 1fr;
  }
  .rp-section {
    padding: 42px 0;
  }
  .rp-section-heading h2,
  .rp-cta h2 {
    font-size: 27px;
  }
}
@media (max-width: 520px) {
  .rp-shell {
    padding-right: 12px;
    padding-left: 12px;
  }
  .rp-hero h1 {
    font-size: 29px;
  }
  .rp-btn-primary,
  .rp-btn-secondary {
    width: 100%;
  }
}
.rp-text-accent {
  color: #f57723;
}
.rp-kicker {
  color: #ffffff;
  background: #f57723;
}
.rp-btn-primary {
  color: #ffffff !important;
  background: #f57723;
  border-color: #f57723;
}
.rp-btn-primary:hover,
.rp-btn-primary:focus {
  color: #ffffff !important;
  background: #d96012;
  border-color: #d96012;
}
.rp-step-number {
  background: #f57723;
}
.rp-card-link,
.rp-link-card a {
  color: #f57723;
}
.rp-card-link:hover,
.rp-link-card a:hover {
  color: #d96012;
}
.rp-form-card .rp-btn-primary {
  background: #f57723;
  border-color: #f57723;
}
.rp-form-card .rp-btn-primary:hover,
.rp-form-card .rp-btn-primary:focus {
  background: #d96012;
  border-color: #d96012;
}
.rp-result .rp-btn-primary {
  background: #f57723;
  border-color: #f57723;
}
.rp-result .rp-btn-primary:hover,
.rp-result .rp-btn-primary:focus {
  background: #d96012;
  border-color: #d96012;
}
.rp-operator .rp-btn-primary {
  background: #f57723;
  border-color: #f57723;
}
.rp-operator .rp-btn-primary:hover,
.rp-operator .rp-btn-primary:focus {
  background: #d96012;
  border-color: #d96012;
}
.rp-cta {
  background: #005893;
}
.rp-cta .rp-btn-primary {
  color: #ffffff !important;
  background: #f57723;
  border-color: #f57723;
}
.rp-cta .rp-btn-primary:hover,
.rp-cta .rp-btn-primary:focus {
  color: #ffffff !important;
  background: #d96012;
  border-color: #d96012;
}
.rp-hero {
  padding: 22px 0 30px;
}
.rp-hero-grid {
  display: grid;
  grid-template-areas:
    "copy"
    "form"
    "benefits";
  grid-template-columns: minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}
.rp-hero-copy {
  grid-area: copy;
}
.rp-hero-benefits {
  grid-area: benefits;
}
.rp-hero h1 {
  margin: 0 0 14px;
  font-size: 31px;
  line-height: 1;
  letter-spacing: -0.02em;
}
.rp-hero h1 .rp-text-accent {
  display: block;
}
.rp-hero-lead {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5;
}
.rp-kicker {
  margin-bottom: 8px;
  padding: 5px 8px;
  font-size: 11px;
}
.rp-hero-points {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px 12px;
}
.rp-hero-points li {
  padding-left: 22px;
  font-size: 13px;
}
@media (min-width: 761px) {
  .rp-hero {
    padding: 48px 0;
  }
  .rp-hero-grid {
    grid-template-areas:
      "copy form"
      "benefits form";
    grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
    column-gap: 42px;
    row-gap: 18px;
    align-items: start;
  }
  .rp-hero h1 {
    font-size: 44px;
    line-height: 1.08;
    letter-spacing: -0.015em;
  }
  .rp-hero h1 .rp-text-accent {
    display: inline;
  }
  .rp-hero-lead {
    font-size: 19px;
    line-height: 1.6;
  }
  .rp-hero-points li {
    font-size: 15px;
  }
}
@media (max-width: 390px) {
  .rp-hero h1 {
    font-size: 29px;
  }
}
.rp-main {
  overflow-x: hidden;
}
.rp-hero-grid,
.rp-hero-copy,
.rp-form-card,
.rp-hero-benefits {
  min-width: 0;
}
.rp-subhero {
  padding: 26px 0 34px;
  color: #ffffff;
  background: linear-gradient(135deg, #003151, #005893);
}
.rp-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: center;
  margin-bottom: 22px;
  color: #d7eef9;
  font-size: 12px;
}
.rp-breadcrumb a {
  color: #ffffff;
  text-decoration: none;
}
.rp-breadcrumb a:hover {
  text-decoration: underline;
}
.rp-subhero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  align-items: start;
}
.rp-subhero-copy h1 {
  max-width: 760px;
  margin: 0 0 14px;
  color: #ffffff;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.12;
}
.rp-subhero-copy > p {
  max-width: 760px;
  margin: 0;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.6;
}
.rp-subhero-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 22px;
}
.rp-summary-card {
  padding: 20px;
  color: #003151;
  background: #ffffff;
  border-top: 4px solid #f57723;
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.22);
}
.rp-summary-card h2 {
  margin: 0 0 13px;
  color: #003151;
  font-size: 21px;
  font-weight: 800;
}
.rp-summary-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 11px 0;
  border-bottom: 1px solid #e2edf3;
}
.rp-summary-row span {
  color: #526b7e;
}
.rp-summary-row strong {
  color: #003151;
}
.rp-summary-card p {
  margin: 14px 0 0;
  color: #526b7e;
  font-size: 13px;
  line-height: 1.5;
}
.rp-article-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}
.rp-article {
  min-width: 0;
}
.rp-article section {
  scroll-margin-top: 84px;
  margin-bottom: 42px;
}
.rp-article section:last-child {
  margin-bottom: 0;
}
.rp-article h2 {
  margin: 0 0 14px;
  color: #003151;
  font-size: 27px;
  font-weight: 800;
  line-height: 1.25;
}
.rp-article h3 {
  color: #003151;
  font-size: 19px;
  font-weight: 800;
}
.rp-article p,
.rp-article li {
  color: #29445c;
  font-size: 16px;
  line-height: 1.75;
}
.rp-info-box {
  margin-top: 20px;
  padding: 18px;
  color: #003151;
  background: #f4fbff;
  border-left: 5px solid #f57723;
  border-radius: 4px;
  line-height: 1.65;
}
.rp-process-grid,
.rp-two-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin: 20px 0;
}
.rp-article-sidebar {
  min-width: 0;
}
.rp-sidebar-card {
  padding: 21px;
  color: #003151;
  background: #f4fbff;
  border: 1px solid #d8e5ee;
  border-radius: 8px;
}
.rp-sidebar-card h2 {
  margin: 0 0 12px;
  color: #003151;
  font-size: 19px;
  font-weight: 800;
}
.rp-sidebar-card nav {
  display: grid;
  gap: 2px;
}
.rp-sidebar-card nav a {
  padding: 9px 0;
  color: #005893;
  border-bottom: 1px solid #d8e5ee;
  font-weight: 700;
  text-decoration: none;
}
.rp-sidebar-card nav a:hover {
  color: #f57723;
}
.rp-sidebar-card p {
  color: #526b7e;
  line-height: 1.6;
}
@media (min-width: 600px) {
  .rp-subhero-actions {
    display: flex;
    flex-wrap: wrap;
  }
  .rp-process-grid,
  .rp-two-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 900px) {
  .rp-subhero {
    padding: 34px 0 42px;
  }
  .rp-subhero-grid {
    grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
    gap: 34px;
    align-items: center;
  }
  .rp-subhero-copy h1 {
    font-size: 43px;
  }
  .rp-subhero-copy > p {
    font-size: 18px;
  }
  .rp-article-layout {
    grid-template-columns: minmax(0, 1fr) 310px;
    gap: 42px;
  }
  .rp-sidebar-sticky {
    position: sticky;
    top: 20px;
  }
  .rp-article h2 {
    font-size: 30px;
  }
}
.rp-secondary-header {
  position: sticky;
  top: 0;
  z-index: 500;
  width: 100%;
  background: #ffffff;
  box-shadow: 0 2px 12px rgba(0, 49, 81, 0.1);
}
.rp-trustbar {
  color: #ffffff;
  background: #003151;
}
.rp-trustbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.rp-trustbar-brand,
.rp-trustbar-asf {
  font-size: 10px;
  line-height: 1.25;
}
.rp-trustbar-brand {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rp-trustbar-brand strong {
  color: #ffffff;
}
.rp-trustbar-full {
  display: none;
}
.rp-trustbar-asf {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 5px;
  font-weight: 700;
  white-space: nowrap;
}
.rp-trustbar-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 17px;
  height: 17px;
  color: #ffffff;
  background: #f57723;
  border-radius: 50%;
  font-size: 10px;
  font-weight: 900;
}
.rp-nav-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 62px;
}
.rp-secondary-brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  color: #003151 !important;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.1;
  text-decoration: none;
  white-space: nowrap;
}
.rp-secondary-brand:hover {
  color: #003151 !important;
  text-decoration: none;
}
.rp-secondary-logo {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-right: 8px;
  color: #ffffff;
  background: #003151;
  border-radius: 7px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.04em;
}
.rp-secondary-brand-text strong {
  color: #f57723;
}
.rp-nav-toggle {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 44px;
  height: 44px;
  padding: 0;
  color: #003151;
  background: #ffffff;
  border: 1px solid #d8e5ee;
  border-radius: 6px;
  cursor: pointer;
}
.rp-nav-toggle:hover,
.rp-nav-toggle:focus {
  border-color: #f57723;
  outline: none;
}
.rp-nav-toggle-line {
  display: block;
  width: 20px;
  height: 2px;
  background: #003151;
  border-radius: 2px;
}
.rp-secondary-menu {
  display: none;
  position: absolute;
  top: 62px;
  right: 0;
  left: 0;
  padding: 8px 12px 14px;
  background: #ffffff;
  border-top: 1px solid #e3edf3;
  box-shadow: 0 12px 22px rgba(0, 49, 81, 0.13);
}
.rp-secondary-menu-open {
  display: grid;
}
.rp-secondary-menu a {
  display: flex;
  min-height: 44px;
  align-items: center;
  padding: 12px 10px;
  color: #003151 !important;
  border-bottom: 1px solid #edf3f6;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  text-decoration: none;
}
.rp-secondary-menu a:hover,
.rp-secondary-menu .rp-nav-active {
  color: #f57723 !important;
  background: #f4fbff;
}
.rp-secondary-menu .rp-nav-cta {
  margin-top: 10px;
  color: #ffffff !important;
  background: #f57723;
  border: 0;
  border-radius: 5px;
  text-align: center;
}
.rp-secondary-menu .rp-nav-cta:hover {
  color: #ffffff !important;
  background: #d96012;
}
@media (min-width: 700px) {
  .rp-trustbar-brand,
  .rp-trustbar-asf {
    font-size: 11px;
  }
  .rp-trustbar-full {
    display: inline;
  }
}
@media (min-width: 1050px) {
  .rp-secondary-header {
    position: sticky;
  }
  .rp-trustbar-inner {
    min-height: 32px;
  }
  .rp-nav-inner {
    min-height: 68px;
  }
  .rp-secondary-brand {
    font-size: 19px;
  }
  .rp-secondary-logo {
    width: 36px;
    height: 36px;
  }
  .rp-nav-toggle {
    display: none;
  }
  .rp-secondary-menu {
    display: flex;
    position: static;
    align-items: center;
    gap: 2px;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
  }
  .rp-secondary-menu a {
    display: inline-flex;
    align-items: center;
    min-height: 68px;
    padding: 0 9px;
    border: 0;
    border-bottom: 3px solid transparent;
    font-size: 13px;
    white-space: nowrap;
  }
  .rp-secondary-menu a:hover,
  .rp-secondary-menu .rp-nav-active {
    color: #f57723 !important;
    background: transparent;
    border-bottom-color: #f57723;
  }
  .rp-secondary-menu .rp-nav-cta {
    min-height: 40px;
    margin: 0 0 0 8px;
    padding: 0 15px;
    color: #ffffff !important;
    background: #f57723;
    border: 0;
    border-radius: 5px;
  }
  .rp-secondary-menu .rp-nav-cta:hover {
    color: #ffffff !important;
    background: #d96012;
    border: 0;
  }
}
@media (min-width: 1180px) {
  .rp-secondary-menu a {
    padding-right: 11px;
    padding-left: 11px;
    font-size: 14px;
  }
}
@media (max-width: 380px) {
  .rp-secondary-brand {
    font-size: 15px;
  }
  .rp-secondary-logo {
    width: 31px;
    height: 31px;
    margin-right: 6px;
  }
  .rp-trustbar-brand,
  .rp-trustbar-asf {
    font-size: 9px;
  }
}
.rp-trustbar-inner {
  min-height: 24px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.rp-trustbar-brand,
.rp-trustbar-asf {
  font-size: 9px;
}
.rp-nav-inner {
  min-height: 60px;
}
.rp-secondary-menu {
  top: 60px;
}
@media (min-width: 1050px) and (max-width: 1179px) {
  .rp-nav-toggle {
    display: inline-flex;
  }
  .rp-secondary-menu {
    display: none;
    position: absolute;
    top: 60px;
    right: 0;
    left: 0;
    padding: 8px 12px 14px;
    background: #ffffff;
    border-top: 1px solid #e3edf3;
    box-shadow: 0 12px 22px rgba(0, 49, 81, 0.13);
  }
  .rp-secondary-menu-open {
    display: grid;
  }
  .rp-secondary-menu a {
    display: flex;
    min-height: 44px;
    align-items: center;
    padding: 12px 10px;
    border: 0;
    border-bottom: 1px solid #edf3f6;
    font-size: 14px;
  }
  .rp-secondary-menu .rp-nav-cta {
    min-height: 44px;
    margin: 10px 0 0;
    padding: 12px 10px;
  }
}
@media (min-width: 1180px) {
  .rp-trustbar-inner {
    min-height: 24px;
  }
  .rp-trustbar-brand,
  .rp-trustbar-asf {
    font-size: 9px;
  }
  .rp-nav-inner {
    min-height: 60px;
  }
  .rp-secondary-menu a {
    min-height: 60px;
    padding-right: 12px;
    padding-left: 12px;
    font-size: 13px;
  }
  .rp-secondary-menu .rp-nav-cta {
    min-height: 38px;
    margin-left: 12px;
    padding-right: 16px;
    padding-left: 16px;
  }
  .rp-secondary-brand {
    font-size: 18px;
  }
}
@media (min-width: 1280px) {
  .rp-secondary-menu a {
    padding-right: 14px;
    padding-left: 14px;
    font-size: 14px;
  }
}
.rp-footer {
  margin-top: 0;
  padding: 34px 0 22px;
  color: #dceaf2;
  background: #003151;
}
.rp-footer-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1.35fr 1fr;
  gap: 30px;
}
.rp-footer-brand {
  display: inline-flex;
  align-items: center;
  color: #ffffff !important;
  font-size: 21px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
}
.rp-footer-brand:hover,
.rp-footer-brand:focus {
  color: #ffffff !important;
  text-decoration: none;
}
.rp-footer-brand strong {
  color: #f57723;
}
.rp-footer-logo {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-right: 9px;
  color: #003151;
  background: #ffffff;
  border-radius: 7px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.04em;
}
.rp-footer-heading {
  margin: 4px 0 13px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}
.rp-footer-company {
  margin: 12px 0 0;
  color: #dceaf2;
  font-size: 13px;
  line-height: 1.55;
}
.rp-footer-company strong {
  color: #ffffff;
}
.rp-footer-links {
  margin: 0;
  padding: 0;
  list-style: none;
}
.rp-footer-links li {
  margin: 0 0 9px;
}
.rp-footer-links a {
  display: inline-block;
  color: #ffffff !important;
  font-size: 13px;
  line-height: 1.45;
  text-decoration: none;
}
.rp-footer-links a:hover,
.rp-footer-links a:focus {
  color: #6acaf9 !important;
  text-decoration: underline;
}
.rp-footer-external span {
  margin-left: 4px;
  font-size: 11px;
}
.rp-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 26px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}
.rp-footer-bottom p {
  margin: 0;
  color: #dceaf2;
  font-size: 12px;
  line-height: 1.5;
}
@media (max-width: 1000px) {
  .rp-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 620px) {
  .rp-footer {
    padding-top: 28px;
  }
  .rp-footer-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .rp-footer-bottom {
    display: block;
  }
  .rp-footer-bottom p + p {
    margin-top: 8px;
  }
}
.rp-price-card {
  padding: 26px;
  color: #003151;
  background: #ffffff;
  border-top: 4px solid #f57723;
  border-radius: 8px;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.28);
}
.rp-price-card h2 {
  margin: 0 0 8px;
  color: #003151;
  font-size: 27px;
  font-weight: 800;
  line-height: 1.2;
}
.rp-price-card > p {
  margin: 0 0 18px;
  color: #526b7e;
  font-size: 15px;
  line-height: 1.6;
}
.rp-price-promise {
  margin: 18px 0;
  padding: 18px;
  background: #fff7ef;
  border: 1px solid #ffd7bc;
  border-radius: 7px;
}
.rp-price-promise strong {
  display: block;
  margin-bottom: 5px;
  color: #003151;
  font-size: 22px;
  line-height: 1.2;
}
.rp-price-promise span {
  display: block;
  color: #526b7e;
  font-size: 14px;
  line-height: 1.5;
}
.rp-mini-list {
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}
.rp-mini-list li {
  position: relative;
  margin-bottom: 9px;
  padding-left: 23px;
  color: #29445c;
  font-size: 14px;
  line-height: 1.45;
}
.rp-mini-list li:before {
  position: absolute;
  top: 1px;
  left: 0;
  color: #f57723;
  content: "✓";
  font-weight: 900;
}
.rp-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 14px;
  color: #ffffff;
  background: #005893;
  border-radius: 8px;
  font-size: 20px;
  font-weight: 900;
}
.rp-legal-meta {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 9px 20px;
  margin: 18px 0 0;
}
.rp-legal-meta dt {
  color: #607689;
  font-weight: 700;
}
.rp-legal-meta dd {
  margin: 0;
  color: #003151;
  font-weight: 700;
}
.rp-legal-note {
  margin-top: 20px;
  padding: 18px;
  color: #003151;
  background: #f4fbff;
  border-left: 5px solid #f57723;
  border-radius: 4px;
  line-height: 1.65;
}
.rp-faq-item {
  margin-bottom: 12px;
  background: #ffffff;
  border: 1px solid #d8e5ee;
  border-radius: 7px;
}
.rp-faq-item summary {
  padding: 17px 19px;
  color: #003151;
  cursor: pointer;
  font-size: 17px;
  font-weight: 800;
}
.rp-faq-answer {
  padding: 0 19px 18px;
}
.rp-faq-answer p {
  margin: 0;
  color: #29445c;
  line-height: 1.7;
}
.rp-contact-card a,
.rp-article a {
  color: #005893;
  font-weight: 700;
}
@media (max-width: 620px) {
  .rp-legal-meta {
    grid-template-columns: 1fr;
    gap: 3px;
  }
  .rp-legal-meta dd {
    margin-bottom: 10px;
  }
  .rp-price-card {
    padding: 20px 16px;
  }
}
.rp-article section,
.rp-faq-group,
.rp-subhero,
#vezi-pretul-rca,
#despre-noi,
#contact {
  scroll-margin-top: 104px;
}
.rp-hero-copy {
  align-self: center;
}
.rp-hero-copy .rp-kicker {
  letter-spacing: 0.045em;
}
.rp-hero-copy .rp-hero-lead {
  max-width: 620px;
  font-weight: 600;
}
.rp-price-card {
  position: relative;
  overflow: hidden;
}
.rp-price-card:before {
  position: absolute;
  top: 0;
  right: 0;
  width: 82px;
  height: 82px;
  background: linear-gradient(
    135deg,
    transparent 50%,
    rgba(245, 119, 35, 0.1) 50%
  );
  content: "";
  pointer-events: none;
}
.rp-price-card h2,
.rp-price-card > p,
.rp-price-card .rp-price-promise,
.rp-price-card .rp-mini-list,
.rp-price-card .rp-btn-primary,
.rp-price-card .rp-form-note {
  position: relative;
  z-index: 1;
}
.rp-price-card .rp-btn-primary {
  min-height: 50px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 16px;
  letter-spacing: 0.015em;
}
.rp-price-card .rp-form-note {
  margin-top: 9px;
  text-align: center;
}
@media (max-width: 760px) {
  .rp-hero {
    padding-top: 18px;
  }
  .rp-hero-grid {
    gap: 18px;
  }
  .rp-hero-copy .rp-kicker {
    margin-bottom: 10px;
  }
  .rp-hero-copy h1 {
    max-width: 360px;
    margin-bottom: 12px;
    font-size: 31px;
    line-height: 1.08;
  }
  .rp-hero-copy .rp-hero-lead {
    max-width: 360px;
    font-size: 17px;
    line-height: 1.45;
  }
  .rp-price-card h2 {
    font-size: 26px;
  }
  .rp-price-promise {
    margin-top: 16px;
    margin-bottom: 16px;
    padding: 16px;
  }
  .rp-price-promise strong {
    font-size: 20px;
  }
  .rp-hero-points {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}
@media (max-width: 390px) {
  .rp-hero-copy h1 {
    font-size: 29px;
  }
  .rp-price-card .rp-btn-primary {
    font-size: 15px;
  }
}
.rp-cheap-page .rp-price-promise strong {
  max-width: 420px;
}
.rp-cheap-challenge-card .rp-btn-primary {
  min-width: 245px;
  white-space: nowrap;
}
@media (max-width: 760px) {
  .rp-cheap-page .rp-hero-copy h1 {
    max-width: 380px;
  }
  .rp-cheap-challenge-card .rp-btn-primary {
    width: 100%;
    min-width: 0;
    white-space: normal;
  }
}
.rp-subhero > .rp-shell > h1 {
  max-width: 840px;
  margin: 0 0 14px;
  color: #ffffff;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.12;
}
.rp-subhero > .rp-shell > p {
  max-width: 840px;
  margin: 0;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.6;
}
.rp-legal-card {
  scroll-margin-top: 104px;
  margin-bottom: 20px;
  padding: 24px;
  color: #003151;
  background: #ffffff;
  border: 1px solid #d8e5ee;
  border-radius: 7px;
  box-shadow: 0 4px 16px rgba(0, 49, 81, 0.07);
}
.rp-legal-card h1,
.rp-legal-card h2,
.rp-legal-card h3 {
  color: #003151;
}
.rp-legal-card h2 {
  margin: 0 0 12px;
  font-size: 27px;
  font-weight: 800;
  line-height: 1.25;
}
.rp-legal-card p,
.rp-legal-card li {
  color: #29445c;
  line-height: 1.7;
}
.rp-legal-card ul,
.rp-legal-card ol {
  padding-left: 22px;
}
@media (min-width: 900px) {
  .rp-subhero > .rp-shell > h1 {
    font-size: 43px;
  }
  .rp-subhero > .rp-shell > p {
    font-size: 18px;
  }
}
@media (max-width: 620px) {
  .rp-legal-card {
    padding: 20px 16px;
  }
  .rp-legal-card h2 {
    font-size: 24px;
  }
}
/* Contrast și stări de interacțiune accesibile. */
.rp-kicker,
.rp-btn-primary,
.rp-step-number,
.rp-card-icon,
.rp-nav-cta,
.rp-trustbar-check {
  color: #003151 !important;
}
.rp-btn-primary:hover,
.rp-btn-primary:focus,
.rp-nav-cta:hover,
.rp-nav-cta:focus {
  color: #ffffff !important;
  background: #003151;
  border-color: #003151;
}
.rp-card-link,
.rp-article a,
.rp-legal-card a:not(.rp-btn-primary):not(.rp-btn-secondary),
.rp-sidebar-card a,
.rp-faq-answer a {
  color: #c94f00;
}
.rp-card-link:hover,
.rp-card-link:focus,
.rp-article a:hover,
.rp-article a:focus,
.rp-legal-card a:not(.rp-btn-primary):not(.rp-btn-secondary):hover,
.rp-legal-card a:not(.rp-btn-primary):not(.rp-btn-secondary):focus {
  color: #a94300;
}
.rp-mini-list li::before {
  color: #c94f00;
}

/* Suprascrieri specifice pentru elementele portocalii cu text. */
.rp-cta .rp-btn-primary,
.rp-operator .rp-btn-primary,
.rp-price-card .rp-btn-primary,
.rp-form-card .rp-btn-primary,
.rp-result .rp-btn-primary,
.rp-secondary-menu .rp-nav-cta {
  color: #003151 !important;
}
.rp-cta .rp-btn-primary:hover,
.rp-cta .rp-btn-primary:focus,
.rp-operator .rp-btn-primary:hover,
.rp-operator .rp-btn-primary:focus,
.rp-price-card .rp-btn-primary:hover,
.rp-price-card .rp-btn-primary:focus,
.rp-form-card .rp-btn-primary:hover,
.rp-form-card .rp-btn-primary:focus,
.rp-result .rp-btn-primary:hover,
.rp-result .rp-btn-primary:focus,
.rp-secondary-menu .rp-nav-cta:hover,
.rp-secondary-menu .rp-nav-cta:focus {
  color: #ffffff !important;
  background: #003151;
  border-color: #003151;
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}
