.rv24-service-seo {
  padding: clamp(64px, 8vw, 112px) 24px;
  background: #f7f9fc;
  color: #101a35;
}

.rv24-service-seo__inner {
  width: min(1240px, 100%);
  margin: 0 auto;
}

.rv24-service-seo__breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 28px;
  color: #63708a;
  font-size: 14px;
}

.rv24-service-seo__breadcrumbs a,
.rv24-service-seo__actions a {
  color: inherit;
  text-underline-offset: 3px;
}

.rv24-service-seo__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr);
  gap: clamp(36px, 6vw, 80px);
  align-items: center;
}

.rv24-service-seo__eyebrow {
  display: block;
  margin-bottom: 12px;
  color: #db6f00;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.rv24-service-seo h2 {
  max-width: 820px;
  margin: 0 0 20px;
  color: #0b0b55;
  font: 700 clamp(32px, 4vw, 52px)/1.08 Poppins, Inter, sans-serif;
  letter-spacing: -.035em;
}

.rv24-service-seo p {
  margin: 0 0 16px;
  color: #536079;
  font: 400 17px/1.7 Inter, sans-serif;
}

.rv24-service-seo__columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin: 28px 0;
}

.rv24-service-seo__columns > div {
  padding: 24px;
  border: 1px solid #dce2eb;
  border-radius: 18px;
  background: #fff;
}

.rv24-service-seo h3 {
  margin: 0 0 14px;
  color: #111a36;
  font: 700 18px/1.3 Poppins, Inter, sans-serif;
}

.rv24-service-seo ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.rv24-service-seo li {
  position: relative;
  padding-left: 24px;
  color: #3f4b64;
  line-height: 1.45;
}

.rv24-service-seo li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #18a957;
  font-weight: 800;
}

.rv24-service-seo__note {
  padding-left: 16px;
  border-left: 3px solid #ff861f;
  font-size: 15px !important;
}

.rv24-service-seo__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
  align-items: center;
  margin-top: 26px;
  font-weight: 700;
}

.rv24-service-seo__actions .rv24-service-seo__primary {
  padding: 15px 20px;
  border-radius: 12px;
  background: #ff861f;
  color: #111a36;
  text-decoration: none;
}

.rv24-service-seo__image {
  margin: 0;
}

.rv24-service-seo__image img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  border-radius: 24px;
  object-fit: cover;
  box-shadow: 0 24px 60px rgba(16, 26, 53, .16);
}

.rv24-service-seo__image figcaption {
  margin-top: 10px;
  color: #7a8498;
  font-size: 13px;
  text-align: center;
}

@media (max-width: 900px) {
  .rv24-service-seo__layout { grid-template-columns: 1fr; }
  .rv24-service-seo__image { order: -1; }
  .rv24-service-seo__image img { max-height: 500px; aspect-ratio: 16 / 10; }
}

@media (max-width: 620px) {
  .rv24-service-seo { padding: 54px 18px; }
  .rv24-service-seo__columns { grid-template-columns: 1fr; }
  .rv24-service-seo__actions { align-items: stretch; flex-direction: column; }
  .rv24-service-seo__actions a { text-align: center; }
}
