@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Oswald:wght@500;600;700&display=swap");

:root {
  --rsa-orange: #f25c20;
  --rsa-orange-dark: #d64b14;
  --rsa-black: #0c0c0c;
  --rsa-ink: #161616;
  --rsa-muted: #6b6b6b;
  --rsa-line: #e6e6e6;
  --rsa-paper: #f3f3f3;
  --rsa-white: #ffffff;
}

body.rsa-public {
  font-family: "Manrope", sans-serif;
  color: var(--rsa-ink);
  background: var(--rsa-white);
}

body.rsa-home h1,
body.rsa-public .rsa-section-title,
body.rsa-public .rsa-card h3,
body.rsa-public .rsa-offer-item h3,
body.rsa-public .rsa-about h2,
body.rsa-public .rsa-kicker,
body.rsa-public .rsa-display,
body.rsa-public .rsa-footer h4,
body.rsa-public .rsa-contact-page .card-header h3 {
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

body.rsa-home {
  padding-top: 0;
}

body.rsa-public:not(.rsa-home) {
  padding-top: 88px;
}

body.rsa-public .cls_header .navbar,
body.rsa-public.inner .cls_header .navbar {
  background: var(--rsa-black);
  box-shadow: none;
  padding: 14px 40px !important;
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
}

body.rsa-home .cls_header .navbar {
  background: rgba(12, 12, 12, 0.55);
  box-shadow: none;
  backdrop-filter: blur(8px);
}

body.rsa-home .cls_header.is-solid .navbar {
  background: rgba(12, 12, 12, 0.96);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}

body.rsa-public .cls_header .cls_logo {
  height: 44px;
  max-width: 160px;
  background: #fff;
  padding: 4px 8px;
}

body.rsa-public .cls_social {
  display: flex;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}

body.rsa-public .cls_social li {
  display: inline-block;
}

body.rsa-public .cls_social a {
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255,255,255,0.25);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

body.rsa-public .rsa-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: var(--rsa-white);
}

body.rsa-public .rsa-brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

body.rsa-public .rsa-brand-copy strong {
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.rsa-public .rsa-brand-copy small {
  color: rgba(255, 255, 255, 0.7);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.rsa-public .cls_header .navbar > .d-flex {
  flex-wrap: nowrap;
  gap: 16px;
}

body.rsa-public .rsa-nav {
  align-items: center;
  gap: 22px;
  margin: 0 auto;
}

@media (min-width: 992px) {
  body.rsa-public .rsa-nav {
    display: flex !important;
  }
}

body.rsa-public .rsa-nav a {
  color: rgba(255, 255, 255, 0.86);
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.rsa-public .rsa-nav a:hover,
body.rsa-public .rsa-nav a.is-active {
  color: var(--rsa-orange);
}

body.rsa-public .rsa-header-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

body.rsa-public .rsa-phone {
  color: var(--rsa-white);
  font-weight: 800;
  text-decoration: none;
  font-size: 15px;
  white-space: nowrap;
}

body.rsa-public .rsa-phone:hover {
  color: var(--rsa-orange);
}

body.rsa-public .rsa-cta {
  background: var(--rsa-orange);
  color: var(--rsa-white) !important;
  border: 0;
  border-radius: 0;
  padding: 12px 22px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 12px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

body.rsa-public .rsa-cta:hover {
  background: var(--rsa-orange-dark);
  color: var(--rsa-white);
  text-decoration: none;
}

body.rsa-public .rsa-menu-btn {
  width: 48px;
  height: 48px;
  background: var(--rsa-orange);
  border: 0;
  color: #fff;
  font-size: 18px;
  display: none;
}

body.rsa-public .rsa-account {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
}

body.rsa-public .rsa-account small {
  color: rgba(255, 255, 255, 0.65);
}

body.rsa-public .rsa-account a {
  color: #fff;
  font-weight: 700;
}

body.rsa-public .rsa-account img {
  width: 36px;
  height: 36px;
  object-fit: cover;
}

.rsa-hero {
  min-height: 100vh;
  background-color: #111;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
  padding: 140px 8vw 90px;
}

.rsa-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.35) 62%, rgba(0, 0, 0, 0.55) 100%);
}

.rsa-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 760px;
}

.rsa-kicker {
  display: inline-block;
  background: var(--rsa-orange);
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: clamp(28px, 4vw, 52px);
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 8px 18px 4px;
  line-height: 1;
  margin-bottom: 8px;
}

.rsa-hero h1 {
  font-size: clamp(64px, 11vw, 148px);
  line-height: 0.88;
  margin: 0 0 24px;
  color: #fff;
}

.rsa-hero p {
  max-width: 520px;
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.86);
  margin-bottom: 32px;
}

.rsa-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 48px;
}

.rsa-btn-outline {
  border: 1px solid #fff;
  color: #fff;
  padding: 12px 22px;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 12px;
}

.rsa-btn-outline:hover {
  background: #fff;
  color: #111;
  text-decoration: none;
}

.rsa-stats {
  display: flex;
  gap: 48px;
  flex-wrap: wrap;
}

.rsa-stats b {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 42px;
  line-height: 1;
  color: #fff;
}

.rsa-stats span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

#services,
#about,
#faq,
#request {
  scroll-margin-top: 96px;
}

.rsa-section-sm {
  padding: 70px 8vw;
}

.rsa-paper {
  background: var(--rsa-paper);
}

.rsa-section-title {
  text-align: center;
  font-size: clamp(28px, 4vw, 42px);
  margin-bottom: 48px;
  color: var(--rsa-ink);
}

.rsa-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.rsa-card {
  background: #fff;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.rsa-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.rsa-card-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}

.rsa-card h3 {
  margin: 0;
  font-size: 22px;
}

.rsa-card p {
  color: var(--rsa-muted);
  margin: 0 0 8px;
  flex: 1;
}

.rsa-offer {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
  align-items: center;
}

.rsa-offer-item {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 18px;
  margin-bottom: 28px;
}

.rsa-num {
  width: 72px;
  height: 72px;
  background: var(--rsa-orange);
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rsa-offer-item h3 {
  margin: 0 0 6px;
  font-size: 22px;
}

.rsa-offer-item p {
  margin: 0;
  color: var(--rsa-muted);
}

.rsa-offer-photo {
  min-height: 460px;
  background-size: cover;
  background-position: center;
}

.rsa-about {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.rsa-about img {
  width: 100%;
  height: 460px;
  object-fit: cover;
}

.rsa-about h2 {
  margin-bottom: 18px;
}

.rsa-about p {
  color: var(--rsa-muted);
  line-height: 1.8;
  margin-bottom: 16px;
}

.rsa-request {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}

.rsa-form .form-control {
  border: 0;
  border-bottom: 1px solid #d5d5d5;
  border-radius: 0;
  background: transparent;
  padding: 14px 0;
  box-shadow: none !important;
  margin-bottom: 18px;
}

.rsa-form textarea.form-control {
  min-height: 110px;
}

.rsa-form .rsa-cta {
  width: 100%;
  margin-top: 8px;
}

.rsa-faq-item {
  background: #fff;
  margin-bottom: 12px;
}

.rsa-faq-q {
  width: 100%;
  background: #fff;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px;
  font-weight: 700;
  text-align: left;
}

.rsa-faq-q span {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--rsa-orange);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-left: 16px;
  font-size: 20px;
}

.rsa-faq-a {
  display: none;
  padding: 0 20px 20px;
  color: var(--rsa-muted);
  line-height: 1.7;
}

.rsa-faq-item.is-open .rsa-faq-a {
  display: block;
}

.rsa-apps {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
  align-items: center;
}

.rsa-app-badges {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin: 16px 0 28px;
}

.rsa-app-badges img {
  height: 46px;
}

.rsa-apps h3 {
  margin-bottom: 8px;
}

.rsa-apps p {
  color: var(--rsa-muted);
}

body.rsa-public .cls_footer,
body.rsa-public footer {
  background: var(--rsa-black) !important;
  color: rgba(255, 255, 255, 0.78);
}

body.rsa-public .rsa-footer {
  padding: 56px 8vw 24px;
}

body.rsa-public .rsa-footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

body.rsa-public .rsa-footer h4 {
  color: #fff;
  margin-bottom: 16px;
  font-size: 18px;
}

body.rsa-public .rsa-footer a {
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
}

body.rsa-public .rsa-footer a:hover {
  color: var(--rsa-orange);
}

body.rsa-public .rsa-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

body.rsa-public .rsa-footer li {
  margin-bottom: 8px;
}

body.rsa-public .copyright,
body.rsa-public .copyright p,
body.rsa-public .copyright a {
  color: rgba(255, 255, 255, 0.65) !important;
}

body.rsa-public .cls_social a {
  color: #fff !important;
}

body.rsa-public .footer_select {
  background: #1a1a1a;
  color: #fff;
  border: 1px solid #333;
}

body.rsa-public .flash-container .alert {
  position: relative;
  z-index: 30;
}

.rsa-contact-page {
  max-width: 720px;
  margin: 40px auto 80px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.06);
}

.rsa-contact-page .card-header {
  background: var(--rsa-black);
  color: #fff;
  border: 0;
  padding: 22px 28px;
}

.rsa-contact-page .card-header h3 {
  margin: 0;
  color: #fff;
}

.rsa-contact-page .card-body {
  padding: 28px;
}

@media (min-width: 992px) {
  .rsa-mobile-nav {
    display: none !important;
  }
}

@media (max-width: 991px) {
  body.rsa-public .rsa-nav,
  body.rsa-public .rsa-phone,
  body.rsa-public .rsa-cta.rsa-cta-desktop {
    display: none;
  }

  body.rsa-public .rsa-menu-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  body.rsa-public .cls_header .navbar {
    padding: 12px 18px !important;
  }

  body.rsa-public:not(.rsa-home) {
    padding-top: 72px;
  }

  .rsa-hero {
    min-height: 86vh;
    padding: 110px 22px 56px;
    align-items: flex-end;
  }

  .rsa-section,
  .rsa-section-sm {
    padding: 56px 22px;
  }

  .rsa-cards,
  .rsa-offer,
  .rsa-about,
  .rsa-request,
  .rsa-apps,
  body.rsa-public .rsa-footer-grid {
    grid-template-columns: 1fr;
  }

  .rsa-offer-photo,
  .rsa-about img {
    min-height: 280px;
    height: 280px;
  }

  .rsa-mobile-nav.collapse.show {
    display: flex;
    flex-direction: column;
    gap: 18px;
    background: #111;
    padding: 24px 22px 32px;
  }

  .rsa-mobile-nav a {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
  }
}
