.page-rmap-site {
  font-family: var(--wix-font-body);
  font-weight: 400;
}

.page-rmap-site .main-nav a {
  font-family: Arial, Helvetica, var(--wix-font-body), sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.page-rmap-site h1,
.page-rmap-site h2,
.page-rmap-site h3,
.page-rmap-site h4,
.page-rmap-site .rmap-section-title {
  font-family: var(--font-display);
  font-weight: 400;
}

.page-rmap-site p,
.page-rmap-site li,
.page-rmap-site label,
.page-rmap-site input,
.page-rmap-site textarea,
.page-rmap-site button {
  font-family: var(--wix-font-body);
}

.page-rmap {
  overflow-x: hidden;
}

/* ============ HERO ============ */
.rmap-hero {
  padding: 50px 0 70px;
  background: #fff;
}

.rmap-hero form .wpforms-field {
    padding-top: 0 !important;
    padding-bottom: 24px;
}

.rmap-hero form .wpforms-field label {
    width: auto !important;
    height: auto !important;
    position: unset !important;
    font-size: 14px !important;
    margin-bottom: 10px !important;
    text-align: left;
}

.rmap-hero form .wpforms-field input, .rmap-hero form .wpforms-field textarea {
    border-radius: 14px !important;
    border-color: #000 !important;
    color: #000 !important;
}

.rmap-hero form .wpforms-field input::placeholder,
.rmap-hero form .wpforms-field textarea::placeholder {
    color: #000 !important;
    opacity: 1 !important;
}

.rmap-hero form .wpforms-field textarea {
    height: 42px !important;
}
.rmap-hero .wpforms-container {
    margin-bottom: 0 !important;
}

.rmap-hero form .wpforms-submit-container button {
    width: 100%;
    background-color: #8c0404 !important;
    border-radius: 12px !important;
}

.rmap-hero form .wpforms-submit-container button:hover {
    background-color: #666 !important;
}

.rmap-hero-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.6fr;
  gap: 48px;
  align-items: start;
}

.rmap-badge {
    display: inline-block;
    padding: 6px 15px;
    border-radius: 10px;
    background: #fde8e8;
    color: var(--red);
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 22px;
}

.rmap-hero h1 {
    font-size: clamp(34px, 4.5vw, 50px);
    line-height: 1.5;
    color: var(--black);
    margin-bottom: 20px;
}
.rmap-hero h1 span {
    color: #9d0000;
}
.rmap-hero-lead {
    font-size: 18px;
    line-height: 1.65;
    color: #000;
    max-width: 650px;
    margin-bottom: 28px;
}

.rmap-logos {
  margin-bottom: 32px;
}

.rmap-logos img {
    max-width: 100%;
    height: auto;
    opacity: 1;
}

.rmap-inside-box {
    border: 1px solid #bfbfbf;
    border-radius: 14px;
    padding: 24px 26px;
    max-width: 700px;
    background: #fafafa;
}

.rmap-inside-box h3 {
    font-size: 18px;
    font-weight: 600;
    color: var(--black);
    margin: 0 0 16px;
    font-family: var(--wix-font-body);
}

.rmap-inside-box ul {
    list-style: none;
    margin: 0 0 0 20px;
    padding: 0;
}

.rmap-inside-box li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 1.55;
    color: #000;
}

.rmap-inside-box li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #000;
    font-weight: 700;
}

.rmap-inside-box li:last-child {
  margin-bottom: 0;
}

/* ============ FORM CARD ============ */
.rmap-form-card {
    background: #fff;
    border: 1px solid var(--border-grey);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.6);
    padding: 20px;
}

.rmap-form-header {
    display: flex;
    gap: 16px;
    padding: 24px 24px 22px;
    background: var(--red);
    color: #fff;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}
.rmap-form-header div {
    text-align: center;
}
.rmap-form-header img {
  width: 52px;
  height: 52px;
  flex-shrink: 0;
}

.rmap-form-header h2 {
    font-size: 14px;
    line-height: 1.35;
    color: #fff;
    margin: 0 0 10px;
}

.rmap-form-header p {
    font-size: 11px;
    margin: 0;
    opacity: 0.9;
}

.rmap-form-body {
    padding: 10px 0 0 0;
    text-align: center;
}

.rmap-free-badge {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 999px;
    background: #e8f5e9;
    color: #2e7d32;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 18px;
    border: 1px solid #2e7d32;
}

.rmap-form-body h3 {
    font-size: 18px;
    color: var(--black);
    margin: 0 0 8px;
    text-align: left;
}

.rmap-form-body .form-sub {
    font-size: 15px;
    color: #000;
    margin-bottom: 22px;
    line-height: 1.5;
    text-align: left;
}

.rmap-form label {
  display: block;
  font-size: 14px;
  margin-bottom: 6px;
  color: var(--black);
}

.rmap-form label .req {
  color: var(--red);
}

.rmap-form input,
.rmap-form textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid var(--border-grey);
  border-radius: 8px;
  font-size: 15px;
  margin-bottom: 16px;
  outline: none;
  transition: border-color 0.2s ease;
}

.rmap-form input:focus,
.rmap-form textarea:focus {
  border-color: var(--red);
}

.rmap-form textarea {
  min-height: 90px;
  resize: vertical;
}

.rmap-form .btn-submit {
  display: block;
  width: 100%;
  padding: 16px 24px;
  border: none;
  border-radius: 10px;
  background: var(--red);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.25s ease;
}

.rmap-form .btn-submit:hover {
  background: var(--red-dark);
}

.rmap-form-success {
  display: none;
  padding: 16px;
  border-radius: 10px;
  background: #f5f5f5;
  font-size: 14px;
  line-height: 1.55;
}

.rmap-form-success.visible {
  display: block;
}

.rmap-form-success a {
  color: var(--red);
  text-decoration: underline;
}

/* ============ STATS ============ */
.rmap-stats {
  background: #8c0404;
  padding: 60px 0 56px;
}

.rmap-stats-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 285px));
  justify-content: center;
  gap: 62px;
}

.rmap-stat-card {
  background: #fafafa;
  border: 1px solid #ededed;
  border-radius: 10px;
  padding: 20px 24px 48px;
  min-height: 152px;
  text-align: center;
}

.rmap-stat-card h2 {
    font-size: 30px;
    color: #8c0404;
    margin-bottom: 0;
    line-height: 1.38;
}

.rmap-stat-card p {
  font-size: 15px;
  line-height: 1.38;
  color: #000;
  margin: 0;
}

/* ============ INSIDE PLAYBOOK ============ */
.rmap-inside {
  padding: 80px 0 70px;
  background: #fff;
}

.rmap-inside .rmap-section-title {
  font-size: 35px;
  margin-bottom: 12px;
}

.rmap-inside .section-sub {
    font-size: 18px;
    color: #000;
    max-width: 100%;
    margin-bottom: 30px;
    line-height: 1.6;
}

.rmap-inside-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.rmap-inside-card {
    background: var(--red);
    color: #fff;
    border-radius: 14px;
    padding: 28px 26px;
    display: flex;
    align-items: self-start;
    gap: 20px;
}

.rmap-inside-card .num {
    display: block;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 8px;
    opacity: 1;
}

.rmap-inside-card h3 {
    font-size: 16px;
    color: #fff;
    margin-bottom: 12px;
    font-family: var(--font-display);
    line-height: 1.35;
}

.rmap-inside-card p {
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
  opacity: 0.95;
}

/* ============ VERTICALS ============ */
.rmap-verticals {
  padding: 70px 0 80px;
  background: var(--red);
  color: #fff;
}

.rmap-verticals .rmap-section-title {
  color: #fff;
  font-size: 35px;
  margin-bottom: 12px;
  text-align: center;
}

.rmap-verticals .section-sub {
  color: rgba(255, 255, 255, 0.92);
  font-size: 16px;
  max-width: 720px;
  margin: 0 auto 40px;
  line-height: 1.6;
  text-align: center;
}

.rmap-verticals-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.rmap-vertical-card {
    background: #fafafa;
    border-radius: 14px;
    padding: 40px 15px 20px 15px;
    color: var(--black);
    border: 1px solid #bfbfbf;
}

.rmap-vertical-card img {
    width: 60px;
    height: 60px;
    margin-bottom: 16px;
}

.rmap-vertical-card h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: var(--black);
}

.rmap-vertical-card p {
    font-size: 16px;
    line-height: 1.6;
    color: var(--text);
    margin: 0;
}

/* ============ BLUEPRINT ============ */
.rmap-blueprint {
  padding: 80px 0;
  background: #fff;
}

.rmap-blueprint .rmap-section-title {
  font-size: 35px;
  margin-bottom: 10px;
}

.rmap-blueprint .section-sub {
    font-size: 18px;
    color: #000;
    margin-bottom: 30px;
    line-height: 1.6;
    font-weight: bold;
}

.rmap-blueprint-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.rmap-blueprint-card {
  background: var(--red);
  border-radius: 14px;
  padding: 28px 24px;
  color: #fff;
}

.rmap-blueprint-card .icon-wrap {
  width: 60px;
  height: 60px;
  margin-bottom: 16px;
}

.rmap-blueprint-card .icon-wrap img {
    width: 60px;
    height: 60px;
}

.rmap-blueprint-card h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #fff;
}

.rmap-blueprint-card p {
    font-size: 17px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.92);
    margin: 0;
}

/* ============ TESTIMONIALS ============ */
.rmap-testimonials {
  padding: 70px 0 80px;
  background: var(--red);
  color: #fff;
}

.rmap-testimonials .rmap-section-title {
  color: #fff;
  font-size: 35px;
  margin-bottom: 12px;
}

.rmap-testimonials .section-sub {
    color: rgba(255, 255, 255, 0.9);
    font-size: 18px;
    max-width: 720px;
    margin-bottom: 30px;
    line-height: 1.6;
}

.rmap-testimonial-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.rmap-testimonial-card {
  background: #fff;
  border-radius: 14px;
  padding: 28px 24px;
  color: var(--black);
}

.rmap-testimonial-card .t-stat {
  font-size: 42px;
  font-weight: 700;
  color: var(--red);
  line-height: 1;
  margin-bottom: 4px;
  font-family: var(--font-display);
}

.rmap-testimonial-card .t-stat-label {
  font-size: 14px;
  color: var(--grey);
  margin-bottom: 16px;
}

.rmap-testimonial-card .t-service {
  font-size: 13px;
  color: var(--red);
  font-weight: 600;
  margin-bottom: 14px;
}

.rmap-testimonial-card blockquote {
  font-size: 15px;
  line-height: 1.65;
  color: var(--text);
  margin: 0 0 20px;
  font-style: normal;
}

.rmap-testimonial-card .t-person {
  display: flex;
  align-items: center;
  gap: 12px;
}

.rmap-testimonial-card .t-person img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}

.rmap-testimonial-card .t-person strong {
  display: block;
  font-size: 15px;
  color: var(--black);
}

.rmap-testimonial-card .t-person span {
  font-size: 13px;
  color: var(--grey);
}

/* ============ FINAL CTA ============ */
.rmap-final-cta {
  padding: 80px 0;
  background: #fff;
  text-align: center;
}

.rmap-final-cta h2 {
  font-size: clamp(20px, 4vw, 28px);
  color: var(--black);
  margin-bottom: 16px;
}

.rmap-final-cta .cta-sub {
    font-size: 18px;
    color: var(--text);
    margin-bottom: 14px;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.55;
}

.rmap-final-cta .cta-note {
    font-size: 14px;
    color: #000;
    margin: 0;
    font-weight: 600;
}

.rmap-final-cta a.cta-link {
  color: var(--red);
  font-weight: 600;
  text-decoration: underline;
}

/* ============ RESPONSIVE ============ */
@media (max-width: 960px) {
  .rmap-hero-grid {
    grid-template-columns: 1fr;
  }

  .rmap-stats-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    max-width: 285px;
    margin-left: auto;
    margin-right: auto;
  }

  .rmap-inside-grid,
  .rmap-verticals-grid,
  .rmap-blueprint-grid,
  .rmap-testimonial-grid {
    grid-template-columns: 1fr;
  }
}
