/* ========== SEO / Service page visual layout ========== */
.rbl-svc-hero {
  overflow: hidden;
}

.rbl-svc-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: clamp(1.25rem, 4vw, 2.75rem);
  padding-block: clamp(1.5rem, 4vw, 2.5rem) 0;
}

.rbl-svc-hero__copy {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0 0 clamp(1.5rem, 4vw, 2.5rem);
}

.rbl-svc-hero__visual {
  position: relative;
  align-self: end;
  min-height: clamp(280px, 42vw, 420px);
}

.rbl-svc-hero__photo {
  display: block;
  width: 100%;
  height: clamp(260px, 40vw, 400px);
  object-fit: cover;
  border-radius: 1.5rem 1.5rem 0 0;
  box-shadow: 0 18px 40px rgba(0, 40, 90, 0.22);
}

.rbl-svc-hero__photo--brand {
  height: auto !important;
  aspect-ratio: 16 / 9 !important;
  max-height: none !important;
  object-fit: cover !important;
  object-position: center center !important;
  background: #e7f3fb;
  padding: 0 !important;
}

/* Hero corner stickers removed — they clipped through the section bottom */
.rbl-sticker--svc-hero {
  display: none !important;
}

.rbl-svc-split {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(1.25rem, 3vw, 2.5rem);
  align-items: start;
}

.rbl-svc-pain__mascot {
  margin-top: 1rem;
}

.rbl-sticker--svc-pain {
  width: 7.5rem;
  filter: drop-shadow(0 10px 18px rgba(15, 23, 42, 0.14));
}

.rbl-svc-pain__cards {
  display: grid;
  gap: 0.85rem;
}

.rbl-svc-pain__cards article {
  position: relative;
  padding: 1.15rem 1.15rem 1.15rem 5.5rem;
  background: #ffffff;
  border: 1.5px solid #d7e8f4;
  border-radius: 1.15rem;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}

.rbl-svc-pain__emoji {
  position: absolute;
  left: 0.85rem;
  top: 1rem;
  display: grid;
  place-items: center;
}

.rbl-sticker--svc-mini {
  width: 3.6rem;
  height: 3.6rem;
}

.rbl-svc-pain__num {
  display: inline-block;
  margin-bottom: 0.35rem;
  color: #006bbd;
  font-family: var(--font-ui, sans-serif);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.rbl-svc-pain__cards h3 {
  margin: 0 0 0.4rem;
  color: #0f172a;
  font-size: 1.05rem;
  font-weight: 800;
}

.rbl-svc-pain__cards p {
  margin: 0;
  color: #475569;
  font-size: 0.92rem;
  line-height: 1.55;
}

.rbl-svc-explain__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1.25rem, 3vw, 2.5rem);
  align-items: center;
}

.rbl-svc-explain__media {
  position: relative;
  margin: 0;
}

.rbl-svc-explain__media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 1.35rem;
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.1);
}

.rbl-sticker--svc-float {
  position: absolute;
  right: -0.6rem;
  bottom: -0.8rem;
  width: 5.5rem;
  filter: drop-shadow(0 10px 18px rgba(15, 23, 42, 0.16));
  animation: rblStickerFloat 5s ease-in-out infinite;
}

.rbl-svc-explain__bullets {
  list-style: none;
  margin: 1.15rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}

.rbl-svc-explain__bullets li {
  position: relative;
  padding: 0.7rem 0.9rem 0.7rem 2.2rem;
  background: #eef6fc;
  border: 1px solid #d7e8f4;
  border-radius: 0.8rem;
  color: #005291;
  font-weight: 700;
  font-size: 0.92rem;
}

.rbl-svc-explain__bullets li::before {
  content: "";
  position: absolute;
  left: 0.85rem;
  top: 50%;
  width: 0.55rem;
  height: 0.55rem;
  margin-top: -0.28rem;
  border-radius: 999px;
  background: #de7941;
}

.rbl-svc-practices__head {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1.15rem 1.35rem;
  max-width: min(100%, 40rem);
  margin-inline: auto;
  text-align: left;
}

.rbl-svc-practices__head > div {
  flex: 0 1 auto;
  min-width: 0;
}

.rbl-svc-practices__head .section-eyebrow {
  margin-bottom: 0.35rem;
}

.rbl-svc-practices__head h2 {
  margin: 0;
}

.rbl-sticker--svc-head {
  width: clamp(6.5rem, 14vw, 8.75rem);
  height: auto;
  flex: 0 0 auto;
  align-self: center;
  filter: drop-shadow(0 10px 18px rgba(15, 23, 42, 0.14));
}

.rbl-svc-practice-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.rbl-svc-practice {
  padding: 0.75rem;
  background: #ffffff;
  border: 1.5px solid #d7e8f4;
  border-radius: 1.2rem;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}

.rbl-svc-practice__media {
  position: relative;
  margin-bottom: 0.85rem;
  overflow: hidden;
  border-radius: 0.9rem;
}

.rbl-svc-practice__media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
}

.rbl-svc-practice--brand .rbl-svc-practice__media {
  background: #eef6fc;
}

.rbl-svc-practice--brand .rbl-svc-practice__media img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9 !important;
  object-fit: cover !important;
  object-position: center;
  padding: 0;
}

.rbl-svc-practice__goal {
  margin: 0 0 0.35rem !important;
  color: #0f172a !important;
  font-size: 0.88rem !important;
  font-weight: 700 !important;
  line-height: 1.45 !important;
}

.rbl-svc-practice--brand p:not(.rbl-svc-practice__goal) {
  color: #64748b;
}

.rbl-svc-practice__media span {
  position: absolute;
  left: 0.65rem;
  bottom: 0.65rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.2rem;
  height: 2.2rem;
  padding: 0 0.45rem;
  border-radius: 999px;
  background: rgba(0, 107, 189, 0.92);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
}

.rbl-svc-practice h3 {
  margin: 0 0 0.4rem;
  color: #0f172a;
  font-size: 1.02rem;
  font-weight: 800;
}

.rbl-svc-practice p {
  margin: 0;
  color: #475569;
  font-size: 0.9rem;
  line-height: 1.55;
}

.rbl-svc-process__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.rbl-sticker--svc-process {
  width: 6.5rem;
  flex-shrink: 0;
  filter: drop-shadow(0 10px 18px rgba(15, 23, 42, 0.14));
}

.rbl-svc-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.9rem;
}

.rbl-svc-steps li {
  margin: 0;
  padding: 0.75rem;
  background: #ffffff;
  border: 1.5px solid #d7e8f4;
  border-radius: 1.15rem;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}

.rbl-svc-steps figure {
  position: relative;
  margin: 0 0 0.85rem;
}

.rbl-svc-steps img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  object-position: center;
  border-radius: 0.85rem;
  background: linear-gradient(180deg, #eef7fd 0%, #e3f2fb 100%);
  padding: 0;
}

.rbl-sticker--svc-step {
  position: absolute;
  right: -0.35rem;
  bottom: -0.55rem;
  width: 3.4rem;
  filter: drop-shadow(0 8px 14px rgba(15, 23, 42, 0.16));
}

.rbl-svc-steps span {
  display: inline-block;
  margin-bottom: 0.3rem;
  color: #006bbd;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.rbl-svc-steps h3 {
  margin: 0 0 0.4rem;
  color: #0f172a;
  font-size: 1rem;
  font-weight: 800;
}

.rbl-svc-steps p {
  margin: 0;
  color: #475569;
  font-size: 0.88rem;
  line-height: 1.5;
}

.rbl-svc-compare__visual {
  position: relative;
  margin: 0 auto 1.5rem;
  max-width: 52rem;
}

.rbl-svc-compare__visual img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 1.25rem;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.1);
}

.rbl-sticker--svc-compare {
  position: absolute;
  left: 0.75rem;
  bottom: -0.85rem;
  width: 5.5rem;
  z-index: 1;
  filter: drop-shadow(0 10px 18px rgba(15, 23, 42, 0.16));
}

.rbl-svc-short__inner {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.25rem;
  align-items: center;
  padding: 1.35rem 1.5rem;
  background: linear-gradient(165deg, #ffffff 0%, #f4f9fd 100%);
  border: 1.5px solid #d7e8f4;
  border-radius: 1.35rem;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
}

.rbl-sticker--svc-short {
  width: 6rem;
  filter: drop-shadow(0 8px 16px rgba(15, 23, 42, 0.12));
}

.rbl-svc-faq__head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.rbl-sticker--svc-faq {
  width: 5.25rem;
  filter: drop-shadow(0 8px 14px rgba(15, 23, 42, 0.12));
}

.rbl-svc-cta__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  text-align: left;
}

.rbl-sticker--svc-cta {
  width: 7rem;
  flex-shrink: 0;
  filter: drop-shadow(0 10px 18px rgba(15, 23, 42, 0.14));
}

.rbl-svc-cta__copy h2 {
  margin-bottom: 0.5rem;
}

@media (max-width: 980px) {
  .rbl-svc-hero__grid,
  .rbl-svc-split,
  .rbl-svc-explain__grid,
  .rbl-svc-practice-grid,
  .rbl-svc-steps {
    grid-template-columns: 1fr;
  }

  .rbl-svc-practice-grid {
    grid-template-columns: 1fr 1fr;
  }

  .rbl-svc-hero__visual {
    order: -1;
  }

  .rbl-svc-hero__photo {
    border-radius: 1.25rem;
    height: 220px;
  }

  .rbl-svc-hero__photo--brand {
    height: auto !important;
    aspect-ratio: 16 / 9 !important;
  }

  .rbl-svc-process__head,
  .rbl-svc-cta__inner,
  .rbl-svc-faq__head {
    flex-direction: column;
    text-align: center;
  }

  .rbl-svc-short__inner {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .rbl-svc-practices__head {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    gap: 0.85rem 1.1rem;
  }

  .rbl-svc-practices__head > div {
    flex: 1 1 14rem;
  }

  .rbl-sticker--svc-head {
    width: clamp(5.75rem, 22vw, 7.25rem);
  }
}

@media (max-width: 640px) {
  .rbl-svc-practice-grid {
    grid-template-columns: 1fr;
  }

  .rbl-svc-pain__cards article {
    padding-left: 1.1rem;
    padding-top: 4.2rem;
  }

  .rbl-svc-pain__emoji {
    left: 1rem;
    top: 0.85rem;
  }

  .rbl-svc-faq__head .rbl-sticker--svc-faq:last-child {
    display: none;
  }
}

/* Responsive comparison tables shared by SEO, GEO and consultant pages */
.table-scroll {
  width: 100%;
  margin-top: 1.5rem;
  overflow-x: auto;
  border: 1px solid #d7e8f4;
  border-radius: 1.15rem;
  background: #fff;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
  -webkit-overflow-scrolling: touch;
}

.rbl-table {
  width: 100%;
  min-width: 42rem;
  border-collapse: collapse;
  color: #334155;
  font-size: 0.9rem;
}

.rbl-table th,
.rbl-table td {
  padding: 1rem 1.05rem;
  border-right: 1px solid #e2edf5;
  border-bottom: 1px solid #e2edf5;
  text-align: left;
  vertical-align: top;
  line-height: 1.55;
}

.rbl-table th:last-child,
.rbl-table td:last-child {
  border-right: 0;
}

.rbl-table tbody tr:last-child > * {
  border-bottom: 0;
}

.rbl-table thead th {
  color: #fff;
  background: #005f9f;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.rbl-table tbody th {
  width: 9rem;
  color: #0f172a;
  background: #f0f8fd;
  font-weight: 800;
}

.rbl-table tbody tr:nth-child(even) td {
  background: #f9fcfe;
}

.rbl-table tbody tr:hover td {
  background: #eef8fd;
}

/* Contain decorative assets so narrow screens never gain horizontal scroll */
.rbl-svc-explain__media,
.rbl-svc-compare__visual,
.rbl-svc-steps figure {
  max-width: 100%;
}

@media (max-width: 640px) {
  .table-scroll {
    margin-inline: 0;
    border-radius: 0.9rem;
  }

  .rbl-table {
    min-width: 38rem;
    font-size: 0.84rem;
  }

  .rbl-table th,
  .rbl-table td {
    padding: 0.85rem;
  }
}

/* ========== RankByLeo contextual 2D brand scenes ========== */
.rbl-brand-scenes {
  overflow: hidden;
  background:
    radial-gradient(circle at 90% 5%, rgba(56, 189, 248, 0.09), transparent 22rem),
    linear-gradient(180deg, #f8fcff 0%, #eef7fc 100%) !important;
}

.rbl-brand-scenes .section-head {
  max-width: 48rem;
  margin-bottom: 2rem;
}

.rbl-brand-scenes__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.rbl-brand-scene {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid #cfe4f1;
  border-radius: 1.25rem;
  background: #fff;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.07);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.rbl-brand-scene:hover {
  transform: translateY(-5px);
  border-color: #7cc9ec;
  box-shadow: 0 20px 42px rgba(15, 23, 42, 0.12);
}

.rbl-brand-scene__media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #edf7fd;
}

.rbl-brand-scene__media picture {
  display: block;
  width: 100%;
}

.rbl-brand-scene__media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
  background: #edf7fd;
  transition: transform 0.45s ease;
}

.rbl-brand-scene:hover .rbl-brand-scene__media img {
  transform: scale(1.025);
}

.rbl-brand-scene__media span {
  position: absolute;
  top: 0.7rem;
  left: 0.7rem;
  display: grid;
  place-items: center;
  width: 2.15rem;
  height: 2.15rem;
  border-radius: 999px;
  color: #fff;
  background: rgba(0, 82, 145, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.42);
  font-size: 0.72rem;
  font-weight: 850;
  backdrop-filter: blur(8px);
}

.rbl-brand-scene figcaption {
  min-height: 8.2rem;
  padding: 1rem 1.05rem 1.15rem;
}

.rbl-brand-scene strong {
  display: block;
  margin-bottom: 0.42rem;
  color: #0f172a;
  font-size: 1.02rem;
  font-weight: 850;
  line-height: 1.35;
}

.rbl-brand-scene p {
  margin: 0;
  color: #52647a;
  font-size: 0.88rem;
  line-height: 1.6;
}

@media (max-width: 980px) {
  .rbl-brand-scenes__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .rbl-brand-scenes__grid {
    grid-template-columns: 1fr;
  }

  .rbl-brand-scene figcaption {
    min-height: 0;
  }
}

/* ========== GEO page extras ========== */
.rbl-svc-practice-grid--4 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.rbl-svc-honest__inner {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.25rem;
  align-items: center;
  padding: 1.35rem 1.5rem;
  background: #fff7ed;
  border: 1.5px solid #fed7aa;
  border-radius: 1.35rem;
  box-shadow: 0 12px 28px rgba(222, 121, 65, 0.08);
}

.rbl-sticker--svc-honest {
  width: 6rem;
  filter: drop-shadow(0 8px 16px rgba(15, 23, 42, 0.12));
}

.rbl-svc-honest__inner h2 {
  margin: 0 0 0.55rem;
}

.rbl-svc-honest__inner p:last-child {
  margin: 0;
  color: #475569;
  line-height: 1.65;
}

.rbl-svc-prompt-grid {
  display: none;
}

/* AI chatroom mockups (Prompt Examples) */
.rbl-ai-chats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.rbl-ai-chat {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #ffffff;
  border: 1.5px solid #d7e8f4;
  border-radius: 1.15rem;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
}

.rbl-ai-chat__bar {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.65rem 0.85rem;
  background: linear-gradient(180deg, #1e293b 0%, #0f172a 100%);
}

.rbl-ai-chat__dots {
  display: inline-flex;
  gap: 0.3rem;
}

.rbl-ai-chat__dots i {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 999px;
  background: #64748b;
}

.rbl-ai-chat__dots i:nth-child(1) { background: #f87171; }
.rbl-ai-chat__dots i:nth-child(2) { background: #fbbf24; }
.rbl-ai-chat__dots i:nth-child(3) { background: #34d399; }

.rbl-ai-chat__bar em {
  margin: 0;
  padding: 0.18rem 0.65rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #94a3b8;
  font-style: normal;
  font-size: 0.72rem;
  font-weight: 650;
  letter-spacing: 0.02em;
}

.rbl-ai-chat__thread {
  display: grid;
  gap: 0.75rem;
  padding: 1rem 1rem 0.85rem;
  min-height: 10.5rem;
  background:
    radial-gradient(ellipse 70% 60% at 100% 0%, rgba(14, 165, 233, 0.08), transparent 55%),
    linear-gradient(180deg, #f8fbfe 0%, #ffffff 100%);
}

.rbl-ai-chat__msg {
  display: grid;
  gap: 0.28rem;
  max-width: 92%;
}

.rbl-ai-chat__msg--user {
  justify-self: end;
  text-align: right;
}

.rbl-ai-chat__msg--ai {
  justify-self: start;
}

.rbl-ai-chat__who {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #64748b;
}

.rbl-ai-chat__msg p {
  margin: 0;
  padding: 0.7rem 0.85rem;
  border-radius: 1rem;
  font-size: 0.92rem;
  font-weight: 650;
  line-height: 1.45;
}

.rbl-ai-chat__msg--user p {
  border-bottom-right-radius: 0.35rem;
  background: linear-gradient(135deg, #0ea5e9 0%, #0284c7 100%);
  color: #ffffff;
  box-shadow: 0 8px 18px rgba(2, 132, 199, 0.22);
}

.rbl-ai-chat__msg--ai p {
  border-bottom-left-radius: 0.35rem;
  background: #ffffff;
  border: 1px solid #dbeafe;
  color: #334155;
  font-weight: 550;
}

.rbl-ai-chat__meta {
  display: grid;
  gap: 0.2rem;
  margin-top: auto;
  padding: 0.85rem 1rem 1rem;
  border-top: 1px solid #e8f2f9;
  background: #f8fbfe;
}

.rbl-ai-chat__meta strong {
  color: #0f172a;
  font-size: 0.9rem;
  font-weight: 800;
}

.rbl-ai-chat__meta span {
  color: #64748b;
  font-size: 0.84rem;
  line-height: 1.45;
}

@media (max-width: 980px) {
  .rbl-svc-practice-grid--4,
  .rbl-svc-prompt-grid,
  .rbl-ai-chats {
    grid-template-columns: 1fr;
  }

  .rbl-svc-honest__inner {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .rbl-svc-explain__grid {
    grid-template-columns: 1fr;
  }

  .rbl-svc-pain__cards--row {
    grid-template-columns: 1fr;
  }

  .rbl-geo-infograph {
    margin-bottom: 1.25rem;
  }
}

/* ---------- GEO scene diagram ---------- */
.rbl-geo-scene {
  margin: 0;
}

.rbl-geo-scene__stage {
  display: grid;
  gap: 1rem;
  padding: 1.25rem;
  background:
    radial-gradient(ellipse 70% 50% at 50% 0%, rgba(14, 165, 233, 0.12), transparent 60%),
    linear-gradient(180deg, #f0f9ff 0%, #ffffff 100%);
  border: 1.5px solid #d7e8f4;
  border-radius: 1.35rem;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.06);
}

.rbl-geo-scene__customer {
  display: grid;
  justify-items: center;
  gap: 0.35rem;
  padding: 0.85rem 1rem;
  text-align: center;
  background: #ffffff;
  border: 1px solid #bae6fd;
  border-radius: 1rem;
}

.rbl-geo-scene__avatar {
  display: grid;
  place-items: center;
  width: 2.75rem;
  height: 2.75rem;
  margin-bottom: 0.15rem;
  border-radius: 999px;
  background: linear-gradient(145deg, #38bdf8, #0284c7);
  color: #fff;
  font-family: var(--font-ui, sans-serif);
  font-size: 0.95rem;
  font-weight: 800;
}

.rbl-geo-scene__customer strong {
  color: #0f172a;
  font-size: 0.98rem;
  font-weight: 800;
}

.rbl-geo-scene__customer p {
  margin: 0;
  color: #64748b;
  font-size: 0.86rem;
}

.rbl-geo-scene__channels {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.45rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.rbl-geo-scene__channels li {
  display: grid;
  gap: 0.2rem;
  margin: 0;
  padding: 0.7rem 0.45rem;
  text-align: center;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 0.85rem;
}

.rbl-geo-scene__channels span {
  color: #0f172a;
  font-family: var(--font-ui, sans-serif);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.25;
}

.rbl-geo-scene__channels em {
  color: #64748b;
  font-size: 0.7rem;
  font-style: normal;
  line-height: 1.3;
}

.rbl-geo-scene__channels .is-g { border-top: 3px solid #4285f4; }
.rbl-geo-scene__channels .is-ai { border-top: 3px solid #0ea5e9; }
.rbl-geo-scene__channels .is-chat { border-top: 3px solid #10b981; }
.rbl-geo-scene__channels .is-gem { border-top: 3px solid #8b5cf6; }
.rbl-geo-scene__channels .is-px { border-top: 3px solid #f59e0b; }

.rbl-geo-scene__gap {
  padding: 0.85rem 1rem;
  background: #fff7ed;
  border: 1px solid #fed7aa;
  border-radius: 0.9rem;
}

.rbl-geo-scene__gap strong {
  display: block;
  margin-bottom: 0.25rem;
  color: #c2410c;
  font-size: 0.86rem;
  font-weight: 800;
}

.rbl-geo-scene__gap p {
  margin: 0;
  color: #9a3412;
  font-size: 0.86rem;
  line-height: 1.5;
}

.rbl-geo-scene__caption {
  margin: 0.75rem 0 0;
  color: #64748b;
  font-size: 0.84rem;
  line-height: 1.5;
}

.rbl-geo-infograph {
  margin: 0 0 1.5rem;
}

.rbl-svc-pain__cards--row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.rbl-svc-pain__cards--row article {
  padding: 1.15rem 1.2rem;
}

@media (max-width: 720px) {
  .rbl-geo-scene__channels {
    grid-template-columns: 1fr 1fr;
  }

  .rbl-geo-scene__channels li:last-child {
    grid-column: 1 / -1;
  }
}

/* ========== Website Builds screenshots ========== */
.rbl-shot {
  margin: 0;
  overflow: hidden;
  background: #0f172a;
  border: 1.5px solid #d7e8f4;
  border-radius: 1rem;
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.12);
}

.rbl-shot--hero {
  border-radius: 1.15rem 1.15rem 0 0;
  box-shadow: 0 18px 40px rgba(0, 40, 90, 0.22);
}

.rbl-shot__chrome {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.55rem 0.75rem;
  background: #1e293b;
}

.rbl-shot__chrome i {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
  background: #64748b;
}

.rbl-shot__chrome i:nth-child(1) { background: #f87171; }
.rbl-shot__chrome i:nth-child(2) { background: #fbbf24; }
.rbl-shot__chrome i:nth-child(3) { background: #34d399; }

.rbl-shot__chrome span {
  margin-left: 0.45rem;
  padding: 0.18rem 0.65rem;
  border-radius: 999px;
  background: #0f172a;
  color: #94a3b8;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.rbl-shot img {
  display: block;
  width: 100%;
  height: auto;
}

.rbl-svc-hero__visual .rbl-shot img {
  height: clamp(220px, 34vw, 340px);
  object-fit: cover;
  object-position: top center;
}

.rbl-svc-explain__media .rbl-shot {
  border-radius: 1.15rem;
}

.rbl-svc-explain__media .rbl-shot img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
}

.rbl-shot figcaption {
  display: grid;
  gap: 0.2rem;
  padding: 0.85rem 1rem 1rem;
  background: #ffffff;
}

.rbl-shot figcaption strong {
  color: #0f172a;
  font-size: 0.98rem;
  font-weight: 800;
}

.rbl-shot figcaption span {
  color: #64748b;
  font-size: 0.86rem;
  line-height: 1.4;
}

.rbl-shot-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.rbl-web-deliver {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.9rem;
  margin-bottom: 1.5rem;
}

.rbl-web-deliver article {
  padding: 0.75rem;
  background: #ffffff;
  border: 1.5px solid #d7e8f4;
  border-radius: 1.1rem;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}

.rbl-web-deliver img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
  border-radius: 0.8rem;
  margin-bottom: 0.75rem;
  background: #eef6fc;
}

.rbl-web-deliver strong {
  display: block;
  margin: 0 0 0.35rem;
  color: #0f172a;
  font-size: 0.98rem;
  font-weight: 800;
}

.rbl-web-deliver p {
  margin: 0;
  color: #475569;
  font-size: 0.88rem;
  line-height: 1.5;
}

@media (max-width: 980px) {
  .rbl-shot-grid,
  .rbl-web-deliver {
    grid-template-columns: 1fr;
    max-width: 28rem;
    margin-inline: auto;
  }
}

@media (min-width: 641px) and (max-width: 980px) {
  .rbl-shot-grid,
  .rbl-web-deliver {
    grid-template-columns: 1fr 1fr;
    max-width: none;
  }
}

/* ========== Service page conversion upgrade ========== */
.rbl-service-page {
  --svc-blue: #006bbd;
  --svc-cyan: #38bdf8;
  --svc-orange: #f97316;
  --svc-ink: #0f172a;
  --svc-muted: #52647a;
}

.rbl-service-page .rbl-diag-hero {
  display: flex;
  align-items: center;
  padding-top: clamp(5.25rem, 9vw, 7rem);
  background:
    radial-gradient(circle at 82% 20%, rgba(56, 189, 248, 0.3), transparent 27rem),
    radial-gradient(circle at 10% 90%, rgba(255, 255, 255, 0.12), transparent 22rem),
    linear-gradient(135deg, #004e8f 0%, #006bbd 48%, #0785c8 100%);
}

.rbl-service-page .rbl-diag-hero h1 {
  max-width: 13.5em;
  font-size: clamp(2.25rem, 4.5vw, 3.55rem);
  line-height: 1.08;
  text-wrap: balance;
}

.rbl-service-page .rbl-diag-hero__lead {
  max-width: 42rem;
  font-size: clamp(1rem, 1.4vw, 1.12rem);
}

.rbl-svc-hero__signals {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  list-style: none;
  margin: -0.45rem 0 1.35rem;
  padding: 0;
}

.rbl-svc-hero__signals li {
  position: relative;
  margin: 0;
  padding: 0.48rem 0.75rem 0.48rem 1.75rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 0.79rem;
  font-weight: 750;
  backdrop-filter: blur(8px);
}

.rbl-svc-hero__signals li::before {
  content: "✓";
  position: absolute;
  left: 0.7rem;
  color: #7dd3fc;
  font-weight: 900;
}

.rbl-service-page .rbl-diag-hero .rbl-btn--solid {
  background: linear-gradient(135deg, #ff6a1a 0%, #ff4d00 55%, #e63d00 100%) !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  border: 0 !important;
  box-shadow: 0 15px 34px rgba(255, 77, 0, 0.42) !important;
}

.rbl-service-page .rbl-diag-hero .rbl-btn--solid:hover {
  background: linear-gradient(135deg, #ff7a33 0%, #ff5a12 100%) !important;
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(255, 77, 0, 0.5) !important;
}

.rbl-service-page .rbl-diag-hero .rbl-btn--ghost {
  background: rgba(255, 255, 255, 0.16) !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  border: 2px solid rgba(255, 255, 255, 0.9) !important;
}

.rbl-svc-proof {
  position: relative;
  z-index: 3;
  margin-top: -1px;
  padding: 0;
  background: #fff;
  border-bottom: 1px solid #dbeaf4;
  box-shadow: 0 12px 35px rgba(15, 23, 42, 0.06);
}

.rbl-svc-proof__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.rbl-svc-proof__item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.8rem;
  align-items: center;
  min-width: 0;
  padding: 1.15rem clamp(0.8rem, 2vw, 1.5rem);
}

.rbl-svc-proof__item + .rbl-svc-proof__item {
  border-left: 1px solid #dbeaf4;
}

.rbl-svc-proof__icon {
  display: grid;
  place-items: center;
  width: 2.65rem;
  height: 2.65rem;
  border-radius: 0.85rem;
  color: var(--svc-blue);
  background: linear-gradient(145deg, #effaff, #dff3ff);
  border: 1px solid #bde6f9;
}

.rbl-svc-proof__icon svg {
  width: 1.25rem;
  height: 1.25rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.rbl-svc-proof__item > span:last-child {
  display: grid;
  gap: 0.14rem;
  min-width: 0;
}

.rbl-svc-proof__item strong {
  color: var(--svc-ink);
  font-size: 0.92rem;
}

.rbl-svc-proof__item small {
  color: var(--svc-muted);
  font-size: 0.78rem;
  line-height: 1.4;
}

.rbl-service-page > .section:nth-of-type(even) {
  background:
    radial-gradient(circle at 8% 10%, rgba(56, 189, 248, 0.05), transparent 18rem),
    linear-gradient(180deg, #f8fcff 0%, #f3f9fd 100%);
}

.rbl-service-page .section-head h2,
.rbl-service-page .rbl-svc-explain__copy h2,
.rbl-service-page .container.narrow > h2 {
  text-wrap: balance;
}

.rbl-service-page .rbl-diag-value__grid article,
.rbl-service-page .rbl-svc-practice,
.rbl-service-page .rbl-web-deliver article,
.rbl-service-page .service {
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.rbl-service-page .rbl-diag-value__grid article:hover,
.rbl-service-page .rbl-svc-practice:hover,
.rbl-service-page .rbl-web-deliver article:hover,
.rbl-service-page .service:hover {
  transform: translateY(-4px);
  border-color: #8fd3f1;
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.1);
}

.rbl-service-page .rbl-diag-value__grid article {
  position: relative;
  overflow: hidden;
  min-height: 10.5rem;
}

.rbl-service-page .rbl-diag-value__grid article::after {
  content: "";
  position: absolute;
  right: -2.5rem;
  bottom: -3rem;
  width: 7rem;
  height: 7rem;
  border-radius: 999px;
  background: rgba(56, 189, 248, 0.08);
}

.rbl-svc-visual-card {
  position: relative;
  display: grid;
  align-content: center;
  min-height: clamp(290px, 40vw, 410px);
  padding: clamp(1rem, 2.5vw, 1.55rem);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 1.5rem 1.5rem 0 0;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 22px 55px rgba(0, 35, 75, 0.28);
}

.rbl-svc-visual-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.1rem;
  color: #64748b;
  font-size: 0.76rem;
  font-weight: 700;
}

.rbl-svc-visual-card__top span:last-child {
  padding: 0.3rem 0.55rem;
  border-radius: 999px;
  color: #047857;
  background: #d1fae5;
}

.rbl-svc-visual-bars {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.5rem;
  align-items: end;
  height: 9rem;
  padding: 1rem 0.4rem 0;
  border-bottom: 1px solid #cbd5e1;
  background: repeating-linear-gradient(to bottom, #eaf1f6 0 1px, transparent 1px 2.25rem);
}

.rbl-svc-visual-bars i {
  display: block;
  height: var(--bar, 50%);
  border-radius: 0.5rem 0.5rem 0 0;
  background: linear-gradient(180deg, #38bdf8, #0284c7);
}

.rbl-svc-visual-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.6rem;
  margin-top: 1rem;
}

.rbl-svc-visual-metrics span {
  display: grid;
  gap: 0.15rem;
  padding: 0.65rem;
  border-radius: 0.75rem;
  color: #64748b;
  background: #f1f7fb;
  font-size: 0.68rem;
}

.rbl-svc-visual-metrics strong {
  color: #0f172a;
  font-size: 0.95rem;
}

.rbl-svc-outcome {
  padding: clamp(1.3rem, 3vw, 2rem);
  border: 1px solid #bde6f9;
  border-radius: 1.4rem;
  background:
    linear-gradient(120deg, rgba(255,255,255,0.96), rgba(234,248,255,0.96)),
    #fff;
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.07);
}

.rbl-svc-outcome__grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(1.25rem, 4vw, 3rem);
  align-items: center;
}

.rbl-svc-outcome__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.rbl-svc-outcome__list article {
  padding: 1rem;
  border-radius: 1rem;
  background: #fff;
  border: 1px solid #d7e8f4;
}

.rbl-svc-outcome__list strong {
  display: block;
  margin-bottom: 0.3rem;
  color: var(--svc-ink);
}

.rbl-svc-outcome__list p {
  margin: 0;
  color: var(--svc-muted);
  font-size: 0.88rem;
  line-height: 1.55;
}

@media (max-width: 980px) {
  .rbl-svc-proof__grid,
  .rbl-svc-outcome__grid {
    grid-template-columns: 1fr;
  }

  .rbl-svc-proof__item + .rbl-svc-proof__item {
    border-left: 0;
    border-top: 1px solid #dbeaf4;
  }

  .rbl-svc-visual-card {
    border-radius: 1.25rem;
  }
}

@media (max-width: 640px) {
  .rbl-service-page .rbl-diag-hero {
    padding-top: 4.6rem;
  }

  .rbl-service-page .rbl-diag-hero h1 {
    font-size: clamp(2rem, 10vw, 2.65rem);
  }

  .rbl-svc-hero__signals {
    display: grid;
  }

  .rbl-svc-proof__item {
    padding-block: 0.9rem;
  }

  .rbl-svc-outcome__list,
  .rbl-svc-visual-metrics {
    grid-template-columns: 1fr;
  }

  .rbl-svc-visual-card {
    min-height: 280px;
  }
}
