.rpb-footer {
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 184, 42, 0.18), transparent 28%),
    linear-gradient(135deg, #1b0f08 0%, #24150c 52%, #140b07 100%);
  color: #fffaf2;
  overflow: hidden;
  padding: 42px 18px 22px;
  position: relative;
}

.rpb-footer::before {
  background: linear-gradient(90deg, #ffb000 0 31%, #ffffff 31% 44%, #ff2952 44% 86%, #ffffff 86% 100%);
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.rpb-footer a {
  color: inherit;
  text-decoration: none;
}

.rpb-footer__inner {
  display: grid;
  gap: 30px;
  grid-template-columns: minmax(240px, 1.45fr) minmax(180px, 0.8fr) minmax(190px, 0.9fr) minmax(240px, 1fr);
  margin: 0 auto;
  max-width: 1220px;
}

.rpb-footer__brand img {
  background: #fff;
  border: 1px solid rgba(255, 207, 117, 0.35);
  border-radius: 8px;
  display: block;
  margin-bottom: 12px;
  max-width: 220px;
  padding: 6px;
}

.rpb-footer__brand p,
.rpb-footer__contact p,
.rpb-footer__credits p,
.rpb-footer__note {
  color: #f5dfc3;
  font-size: 15px;
  line-height: 1.65;
  margin: 0 0 12px;
}

.rpb-footer h2,
.rpb-footer h3 {
  color: #ffcf75;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0 0 12px;
}

.rpb-footer__links,
.rpb-footer__social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.rpb-footer__links {
  flex-direction: column;
}

.rpb-footer__links a {
  color: #fff6e7;
  font-size: 15px;
  line-height: 1.35;
}

.rpb-footer__links a:hover,
.rpb-footer__social a:hover,
.rpb-footer__bottom a:hover {
  color: #ffcf75;
}

.rpb-footer__badge-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
}

.rpb-footer__badge-list li {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 207, 117, 0.24);
  border-radius: 999px;
  color: #ffe9bf;
  font-size: 13px;
  padding: 6px 10px;
}

.rpb-footer__contact-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 207, 117, 0.18);
  border-radius: 8px;
  margin-top: 12px;
  padding: 12px;
}

.rpb-footer__contact-card strong {
  color: #ffcf75;
  display: block;
  font-size: 13px;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.rpb-footer__social a {
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 207, 117, 0.28);
  border-radius: 50%;
  display: inline-flex;
  height: 40px;
  justify-content: center;
  transition: background 0.2s ease, transform 0.2s ease;
  width: 40px;
}

.rpb-footer__social a:hover {
  background: rgba(255, 207, 117, 0.16);
  transform: translateY(-2px);
}

.rpb-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  justify-content: space-between;
  margin: 26px auto 0;
  max-width: 1220px;
  padding-top: 16px;
}

.rpb-footer__bottom span,
.rpb-footer__bottom a {
  color: #f5dfc3;
  font-size: 14px;
}

.rpb-developers-page {
  background:
    radial-gradient(circle at 8% 10%, rgba(255, 176, 0, 0.18), transparent 28%),
    radial-gradient(circle at 92% 3%, rgba(255, 41, 82, 0.14), transparent 26%),
    #fff8ed;
  color: #2b1b11;
}

.rpb-developer-hero {
  background:
    linear-gradient(135deg, rgba(44, 20, 8, 0.94), rgba(179, 52, 0, 0.88) 54%, rgba(36, 21, 12, 0.94)),
    url("../uploads/2023/03/feb-1st.jpg") center/cover;
  color: #fffaf2;
  overflow: hidden;
  padding: 82px 18px 76px;
  position: relative;
}

.rpb-developer-hero::before {
  background: linear-gradient(90deg, #ffb000 0 30%, #ffffff 30% 43%, #ff2952 43% 87%, #ffffff 87% 100%);
  content: "";
  height: 8px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.rpb-developer-hero::after {
  background: radial-gradient(circle, rgba(255, 207, 117, 0.22), transparent 65%);
  border-radius: 50%;
  content: "";
  height: 420px;
  position: absolute;
  right: -140px;
  top: -160px;
  width: 420px;
}

.rpb-developer-hero__inner {
  align-items: center;
  display: grid;
  gap: 30px;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  margin: 0 auto;
  max-width: 1120px;
  position: relative;
  z-index: 1;
}

.rpb-developer-content {
  margin: 0 auto;
  max-width: 1120px;
}

.rpb-developer-eyebrow {
  color: #ffcf75;
  display: inline-block;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.rpb-developer-hero h1 {
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(44px, 7vw, 78px);
  letter-spacing: 0;
  line-height: 1.1;
  margin: 0 0 16px;
  text-shadow: 0 12px 34px rgba(0, 0, 0, 0.28);
}

.rpb-developer-hero p {
  color: #ffe9bf;
  font-size: 18px;
  line-height: 1.7;
  margin: 0;
  max-width: 820px;
}

.rpb-developer-hero__panel {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.06));
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 18px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.24);
  padding: 26px;
}

.rpb-developer-hero__panel span,
.rpb-developer-hero__panel small {
  color: #ffe9bf;
  display: block;
}

.rpb-developer-hero__panel strong {
  color: #ffffff;
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  line-height: 1.15;
  margin: 10px 0;
}

.rpb-developer-content {
  padding: 44px 18px 58px;
}

.rpb-developer-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.rpb-developer-card {
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(145deg, rgba(255, 176, 0, 0.65), rgba(255, 41, 82, 0.28), rgba(17, 153, 142, 0.4)) border-box;
  border: 1px solid transparent;
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(65, 33, 12, 0.1);
  padding: 22px;
  position: relative;
}

.rpb-developer-card__icon {
  align-items: center;
  background: linear-gradient(135deg, #ffb000, #ff2952);
  border-radius: 16px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 12px 28px rgba(185, 52, 0, 0.2);
  color: #ffffff;
  display: inline-flex;
  font-size: 22px;
  height: 52px;
  justify-content: center;
  margin-bottom: 16px;
  width: 52px;
}

.rpb-developer-card--wide {
  grid-column: span 2;
}

.rpb-developer-card h2 {
  color: #b93400;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  letter-spacing: 0;
  margin: 0 0 12px;
}

.rpb-developer-card p,
.rpb-developer-card li {
  color: #3b281b;
  font-size: 16px;
  line-height: 1.7;
}

.rpb-developer-card ul {
  margin: 12px 0 0;
  padding-left: 20px;
}

.rpb-developer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.rpb-developer-actions a {
  align-items: center;
  background: linear-gradient(135deg, #ff3b30 0%, #d11124 48%, #8f0715 100%);
  border-radius: 999px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.42), 0 12px 28px rgba(209, 17, 36, 0.24);
  color: #ffffff;
  display: inline-flex;
  font-weight: 700;
  gap: 8px;
  min-height: 44px;
  padding: 0 16px;
  position: relative;
  text-decoration: none;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.24);
}

.rpb-developer-actions a::before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.44), rgba(255, 255, 255, 0));
  border-radius: inherit;
  content: "";
  height: 52%;
  left: 7px;
  position: absolute;
  right: 7px;
  top: 5px;
}

.rpb-developer-actions a i,
.rpb-developer-actions a span {
  position: relative;
  z-index: 1;
}

.rpb-developer-actions a:last-child {
  background: linear-gradient(135deg, #38ef7d 0%, #11998e 48%, #087a37 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.42), 0 12px 28px rgba(17, 153, 142, 0.24);
}

.rpb-developer-actions--hero {
  margin-top: 26px;
}

.rpb-developer-social-panel {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(36, 21, 12, 0.96), rgba(88, 41, 14, 0.94)),
    radial-gradient(circle at 100% 0%, rgba(255, 176, 0, 0.26), transparent 32%);
  border-radius: 18px;
  box-shadow: 0 24px 60px rgba(65, 33, 12, 0.16);
  color: #fffaf2;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.9fr);
  margin-top: 22px;
  padding: 28px;
}

.rpb-developer-social-panel h2 {
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(26px, 4vw, 38px);
  letter-spacing: 0;
  margin: 0 0 10px;
}

.rpb-developer-social-panel p {
  color: #f5dfc3;
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
}

.rpb-developer-social {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

.rpb-developer-social a {
  align-items: center;
  border-radius: 14px;
  color: #ffffff;
  display: flex;
  font-weight: 800;
  gap: 10px;
  min-height: 54px;
  overflow: hidden;
  padding: 0 15px;
  position: relative;
  text-decoration: none;
}

.rpb-developer-social a::before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.32), rgba(255, 255, 255, 0));
  content: "";
  height: 48%;
  left: 6px;
  position: absolute;
  right: 6px;
  top: 5px;
}

.rpb-developer-social i,
.rpb-developer-social span {
  position: relative;
  z-index: 1;
}

.rpb-developer-social__facebook {
  background: linear-gradient(135deg, #1877f2, #0b3f91);
}

.rpb-developer-social__instagram {
  background: linear-gradient(135deg, #f58529, #dd2a7b 48%, #8134af);
}

.rpb-developer-social__twitter {
  background: linear-gradient(135deg, #1da1f2, #0c5d92);
}

.rpb-developer-social__youtube {
  background: linear-gradient(135deg, #ff0000, #8f0000);
}

.rpb-legal-page {
  color: #2b1b11;
  margin: 0 auto;
  max-width: 980px;
  padding: 56px 18px;
}

.rpb-seo-copy {
  background: #fff8ed;
  color: #2b1b11;
  padding: 34px 18px;
}

.rpb-seo-copy__inner {
  margin: 0 auto;
  max-width: 1120px;
}

.rpb-seo-copy h2 {
  color: #b93400;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(26px, 4vw, 38px);
  letter-spacing: 0;
  line-height: 1.2;
  margin: 0 0 14px;
}

.rpb-seo-copy p {
  font-size: 17px;
  line-height: 1.75;
  margin: 0 0 14px;
}

.rpb-seo-copy ul {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
}

.rpb-seo-copy li {
  background: #ffffff;
  border: 1px solid #f1d7b7;
  border-radius: 6px;
  font-size: 16px;
  line-height: 1.5;
  padding: 12px 14px;
}

@media (max-width: 720px) {
  .rpb-seo-copy ul {
    grid-template-columns: 1fr;
  }
}

.rpb-sticky-actions {
  align-items: center;
  backdrop-filter: blur(12px);
  background: rgba(31, 20, 13, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 16px 16px 0 0;
  bottom: 0;
  box-shadow: 0 -12px 30px rgba(0, 0, 0, 0.24);
  display: flex;
  gap: 10px;
  justify-content: center;
  left: 50%;
  max-width: 760px;
  padding: 10px;
  position: fixed;
  transform: translateX(-50%);
  width: min(100%, 760px);
  z-index: 99999;
}

.rpb-sticky-actions__button {
  align-items: center;
  border-radius: 999px;
  color: #ffffff !important;
  display: inline-flex;
  flex: 1 1 0;
  font-size: 16px;
  font-weight: 800;
  gap: 9px;
  justify-content: center;
  letter-spacing: 0;
  min-height: 50px;
  overflow: hidden;
  position: relative;
  text-decoration: none !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.28);
}

.rpb-sticky-actions__button::before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0));
  border-radius: inherit;
  content: "";
  height: 52%;
  left: 7px;
  position: absolute;
  right: 7px;
  top: 5px;
}

.rpb-sticky-actions__button i,
.rpb-sticky-actions__button span {
  position: relative;
  z-index: 1;
}

.rpb-sticky-actions__button--call {
  background: linear-gradient(135deg, #ff3b30 0%, #d11124 48%, #8f0715 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.38), 0 8px 20px rgba(209, 17, 36, 0.36);
}

.rpb-sticky-actions__button--whatsapp {
  background: linear-gradient(135deg, #38ef7d 0%, #11998e 48%, #087a37 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.38), 0 8px 20px rgba(17, 153, 142, 0.34);
}

.rpb-sticky-actions__button:hover {
  filter: brightness(1.06);
  transform: translateY(-1px);
}

body {
  padding-bottom: 74px;
}

@media (max-width: 420px) {
  .rpb-sticky-actions {
    border-radius: 12px 12px 0 0;
    gap: 8px;
    padding: 8px;
  }

  .rpb-sticky-actions__button {
    font-size: 14px;
    min-height: 48px;
  }
}

.rpb-legal-page h1 {
  color: #b93400;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 5vw, 46px);
  letter-spacing: 0;
}

.rpb-legal-page h2 {
  color: #703a12;
  font-size: 24px;
  letter-spacing: 0;
  margin-top: 30px;
}

.rpb-legal-page p,
.rpb-legal-page li {
  font-size: 17px;
  line-height: 1.7;
}

@media (max-width: 1020px) {
  .rpb-developer-hero__inner,
  .rpb-developer-social-panel {
    grid-template-columns: 1fr;
  }

  .rpb-footer__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rpb-developer-grid {
    grid-template-columns: 1fr;
  }

  .rpb-developer-card--wide {
    grid-column: auto;
  }
}

@media (max-width: 720px) {
  .rpb-developer-hero {
    padding: 64px 18px 52px;
  }

  .rpb-developer-social {
    grid-template-columns: 1fr;
  }

  .rpb-footer__inner {
    grid-template-columns: 1fr;
  }

  .rpb-footer__bottom {
    display: block;
  }

  .rpb-footer__bottom span,
  .rpb-footer__bottom a {
    display: block;
    margin-top: 8px;
  }
}
