.rbm-geo-faq,
.rbm-tool-callout {
  color: #172235;
  font-family: inherit;
}

.rbm-geo-faq {
  background: #f5f8fc;
  border-top: 1px solid #dbe4ef;
  padding: 64px 20px;
}

.rbm-geo-faq__inner,
.rbm-tool-callout__inner {
  margin: 0 auto;
  max-width: 1120px;
}

.rbm-geo-faq h2,
.rbm-tool-callout h2 {
  color: #0d284a;
  font-size: clamp(1.65rem, 3vw, 2.25rem);
  line-height: 1.2;
  margin: 0 0 12px;
}

.rbm-geo-faq__intro {
  color: #56677b;
  margin: 0 0 28px;
}

.rbm-geo-faq details {
  background: #fff;
  border: 1px solid #dbe4ef;
  border-radius: 12px;
  box-shadow: 0 8px 26px rgba(20, 45, 78, 0.06);
  margin: 0 0 12px;
  overflow: hidden;
}

.rbm-geo-faq summary {
  color: #15365d;
  cursor: pointer;
  font-weight: 700;
  list-style: none;
  padding: 19px 54px 19px 20px;
  position: relative;
}

.rbm-geo-faq summary::-webkit-details-marker {
  display: none;
}

.rbm-geo-faq summary::after {
  color: #e24b2d;
  content: "+";
  font-size: 1.6rem;
  position: absolute;
  right: 20px;
  top: 12px;
}

.rbm-geo-faq details[open] summary::after {
  content: "−";
}

.rbm-geo-faq__answer {
  color: #3e4e61;
  line-height: 1.75;
  padding: 0 20px 20px;
}

.rbm-tool-callout {
  background: linear-gradient(125deg, #0b2545, #164b7a);
  padding: 64px 20px;
}

.rbm-tool-callout__inner {
  align-items: center;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 0.85fr) minmax(420px, 1.15fr);
}

.rbm-tool-callout h2,
.rbm-tool-callout p {
  color: #fff;
}

.rbm-tool-callout p {
  margin: 12px 0 0;
  max-width: 720px;
  opacity: 0.84;
}

.rbm-tool-callout a {
  background: #ef5b35;
  border-radius: 9px;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  padding: 14px 22px;
  text-decoration: none;
  text-align: center;
}

.rbm-tool-callout__links {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.rbm-tool-callout a:hover,
.rbm-tool-callout a:focus {
  background: #ff704d;
  color: #fff;
}

@media (max-width: 720px) {
  .rbm-geo-faq,
  .rbm-tool-callout {
    padding: 44px 16px;
  }

  .rbm-tool-callout__inner {
    align-items: start;
    grid-template-columns: 1fr;
  }

  .rbm-tool-callout__links {
    grid-template-columns: 1fr;
  }
}
