/* ======================================================================
   REAL-TIME BI — BESPOKE SOLUTION PAGE
   Graduated off the shared partials/solution-page.blade.php (still used
   by AI over BI / AI Agents / White-Label) into its own fully custom
   page, same tier as Insight 360X / DecisionDesk AI. All copy below is
   the same real content the shared partial rendered — this file only
   changes presentation. Page-scoped .rtbi-* classes throughout so this
   page can look different without touching the other three solution
   pages that still share solution-page.css.

   Hero stays in partials/solution-hero-rtbi.blade.php — now the real
   Insight 360X dashboard screenshot (that product is the actual
   delivery mechanism for this solution category), same treatment as
   Insight 360X's own hero, styled below as .rtbi-hero-*.
   ====================================================================== */

.rtbi-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent-1);
}

.rtbi-eyebrow-rule {
  width: 32px;
  height: 1px;
  background: var(--accent-1);
}

/* --- Hero visual: the real Insight 360X dashboard --- */
.rtbi-hero-media {
  position: relative;
  width: 100%;
  max-width: 480px;
  margin-left: auto;
}

.rtbi-hero-shot-image {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: top center;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.rtbi-hero-badge {
  position: absolute;
  z-index: 2;
  left: 5%;
  bottom: -18px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 18px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(15, 45, 73, 0.08);
  font-size: 12px;
  color: rgba(15, 45, 73, 0.72);
  white-space: nowrap;
}

.rtbi-hero-badge strong {
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--accent-2);
}

.rtbi-hero-badge__dot {
  width: 7px;
  height: 7px;
  flex-shrink: 0;
  border-radius: 999px;
  background: #23985b;
}

@media (prefers-reduced-motion: no-preference) {
  .rtbi-hero-badge__dot {
    animation: rtbi-badge-pulse 2.4s ease-in-out infinite;
  }
}

@keyframes rtbi-badge-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(35, 152, 91, 0.4); }
  50% { box-shadow: 0 0 0 5px rgba(35, 152, 91, 0); }
}

@media (max-width: 1023px) {
  .rtbi-hero-media {
    max-width: min(100%, 460px);
    margin-right: auto;
  }
}

@media (max-width: 639px) {
  .rtbi-hero-badge {
    left: 16px;
    right: 16px;
    justify-content: center;
  }
}

/* --- Trust strip --- */
.rtbi-trust {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 56px 0 136px;
  background: var(--accent-2);
}

@media (max-width: 767px) {
  .rtbi-trust {
    padding-bottom: 96px;
  }
}

.rtbi-trust-arc {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  height: 100px;
  pointer-events: none;
}

.rtbi-trust-arc svg {
  display: block;
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .rtbi-trust-arc {
    height: 56px;
  }
}

.rtbi-trust .site_shell {
  position: relative;
  z-index: 1;
}

.rtbi-trust-label {
  text-align: center;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
}

.rtbi-trust .marquee {
  margin-top: 24px;
}

/* ============================ CAPABILITIES ============================
   A mocked-up "live dashboard" frame instead of another icon/photo card
   grid — the six capabilities become metric tiles inside a browser
   -chrome shell, so the section shows the live-dashboard promise rather
   than just describing it. */

.rtbi-caps {
  padding: 100px 0 108px;
  background: #ffffff;
}

@media (max-width: 767px) {
  .rtbi-caps {
    padding: 76px 0 84px;
  }
}

.rtbi-caps-head {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}

.rtbi-caps-head .rtbi-eyebrow {
  justify-content: center;
}

.rtbi-caps-title {
  margin: 18px auto 0;
  max-width: 26ch;
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 3.4vw, 2.6rem);
  font-weight: 600;
  line-height: 1.15;
  color: var(--accent-2);
}

.rtbi-dashboard {
  margin: 48px 0 0;
  border-radius: 18px;
  border: 1px solid #e5ebf1;
  background: #f1f4f7;
  overflow: hidden;
}

.rtbi-dashboard__chrome {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 14px 18px;
  border-bottom: 1px solid #e5ebf1;
  background: #fff;
}

.rtbi-dashboard__dots {
  display: flex;
  gap: 6px;
  flex: none;
}

.rtbi-dashboard__dots span {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #e5ebf1;
}

.rtbi-dashboard__url {
  flex: 1;
  padding: 6px 14px;
  border-radius: 999px;
  background: #f1f4f7;
  font-size: 12px;
  color: rgba(15, 45, 73, 0.45);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rtbi-dashboard__live {
  display: inline-flex;
  flex: none;
  align-items: center;
  gap: 7px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(35, 152, 91, 0.1);
  color: #178a53;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.rtbi-dashboard__live-dot {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #23985b;
}

@media (prefers-reduced-motion: no-preference) {
  .rtbi-dashboard__live-dot {
    animation: rtbi-live-pulse 2.4s ease-in-out infinite;
  }
}

@keyframes rtbi-live-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(35, 152, 91, 0.4); }
  50% { box-shadow: 0 0 0 5px rgba(35, 152, 91, 0); }
}

.rtbi-dashboard__grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 640px) {
  .rtbi-dashboard__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .rtbi-dashboard__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.rtbi-tile {
  padding: 26px 24px;
  border-right: 1px solid #e5ebf1;
  border-bottom: 1px solid #e5ebf1;
}

.rtbi-dashboard__grid .rtbi-tile:nth-child(2n) {
  border-right: 1px solid #e5ebf1;
}

@media (min-width: 640px) {
  .rtbi-dashboard__grid .rtbi-tile:nth-child(2n) {
    border-right: none;
  }
}

@media (min-width: 1024px) {
  .rtbi-dashboard__grid .rtbi-tile:nth-child(2n) {
    border-right: 1px solid #e5ebf1;
  }

  .rtbi-dashboard__grid .rtbi-tile:nth-child(3n) {
    border-right: none;
  }
}

/* --- Tile visuals: a small mock of the widget that capability actually
   produces, not an icon standing in for it. Fixed height so the six
   different shapes still line up into a clean grid. --- */
.rtbi-tile__visual {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 64px;
}

.rtbi-tile__title {
  margin: 18px 0 0;
  font-family: var(--font-display);
  font-size: 15.5px;
  font-weight: 600;
  color: var(--accent-2);
}

.rtbi-tile__text {
  margin: 6px 0 0;
  font-size: 13.5px;
  line-height: 1.55;
  color: rgba(15, 45, 73, 0.6);
}

/* 1. Live dashboards — stat + sparkline */
.rtbi-tile__stat {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.rtbi-tile__stat-value {
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 700;
  color: var(--accent-2);
}

.rtbi-tile__stat-change {
  padding: 2px 7px;
  border-radius: 999px;
  background: rgba(35, 152, 91, 0.12);
  color: #178a53;
  font-size: 11px;
  font-weight: 700;
}

.rtbi-tile__spark {
  display: block;
  width: 100%;
  height: 28px;
  margin-top: 8px;
}

/* 2. One governed source — sync list */
.rtbi-tile__sync-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.rtbi-tile__sync-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12.5px;
  font-weight: 500;
  color: var(--accent-2);
}

.rtbi-tile__sync-dot {
  width: 6px;
  height: 6px;
  flex: none;
  border-radius: 999px;
  background: #23985b;
}

.rtbi-tile__sync-status {
  margin-left: auto;
  font-size: 11px;
  font-weight: 600;
  color: rgba(15, 45, 73, 0.4);
}

/* 3. Built around your metrics — progress ring */
.rtbi-tile__ring {
  position: relative;
  width: 48px;
  height: 48px;
}

.rtbi-tile__ring svg {
  display: block;
  width: 100%;
  height: 100%;
}

.rtbi-tile__ring-label {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 700;
  color: var(--accent-2);
}

.rtbi-tile__ring-caption {
  display: block;
  margin-top: 8px;
  font-size: 11.5px;
  font-weight: 500;
  color: rgba(15, 45, 73, 0.45);
}

.rtbi-tile:nth-child(3) .rtbi-tile__visual {
  flex-direction: row;
  align-items: center;
  gap: 12px;
}

.rtbi-tile:nth-child(3) .rtbi-tile__ring-caption {
  margin-top: 0;
}

/* 4. Role-based views — avatars + chips */
.rtbi-tile__avatars {
  display: flex;
}

.rtbi-tile__avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin-left: -8px;
  border-radius: 999px;
  border: 2px solid #fff;
  background: var(--avatar-bg);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
}

.rtbi-tile__avatar:first-child {
  margin-left: 0;
}

.rtbi-tile__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}

.rtbi-tile__chips li {
  padding: 3px 9px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid #e5ebf1;
  color: rgba(15, 45, 73, 0.55);
  font-size: 10.5px;
  font-weight: 600;
}

/* 5. Shared access — avatar row + count */
.rtbi-tile__access-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.rtbi-tile__access-avatars {
  display: flex;
}

.rtbi-tile__access-avatars span {
  width: 22px;
  height: 22px;
  margin-left: -6px;
  border-radius: 999px;
  border: 2px solid #fff;
  background: linear-gradient(160deg, var(--accent-1) 0%, var(--accent-2) 100%);
}

.rtbi-tile__access-avatars span:first-child {
  margin-left: 0;
}

.rtbi-tile__access-count {
  font-size: 11.5px;
  font-weight: 700;
  color: var(--accent-2);
}

.rtbi-tile__access-caption {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 8px;
  font-size: 11.5px;
  font-weight: 500;
  color: rgba(15, 45, 73, 0.45);
}

.rtbi-tile__access-caption svg {
  width: 13px;
  height: 13px;
  flex: none;
}

/* 6. Built for your existing stack — connector nodes */
.rtbi-tile__nodes {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
}

.rtbi-tile__node {
  padding: 5px 10px;
  border-radius: 8px;
  border: 1px solid #e5ebf1;
  background: #ffffff;
  color: rgba(15, 45, 73, 0.55);
  font-size: 11px;
  font-weight: 600;
}

.rtbi-tile__node--center {
  border-color: var(--accent-2);
  background: var(--accent-2);
  color: #fff;
}

/* --- Editorial statement: navy band, word-by-word scroll fill --- */
.rtbi-statement {
  padding: 108px 0;
  background: linear-gradient(160deg, var(--accent-3) 0%, var(--accent-2) 100%);
}

@media (max-width: 767px) {
  .rtbi-statement {
    padding: 80px 0;
  }
}

.rtbi-statement__text {
  max-width: 26ch;
  margin: 0 auto;
  text-align: center;
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 4vw, 3rem);
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.01em;
}

.rtbi-statement__word {
  display: inline-block;
  color: rgba(255, 255, 255, 0.28);
}

/* ============================ HOW IT WORKS ============================
   Left-to-right pipeline, same fresh grammar established on DecisionDesk
   AI — a connected horizontal flow instead of the shared .hiw-section's
   vertical sticky-intro layout still used on the other solution pages. */

.rtbi-how {
  padding: 100px 0 108px;
  background: #ffffff;
}

@media (max-width: 767px) {
  .rtbi-how {
    padding: 76px 0 84px;
  }
}

.rtbi-how-head {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}

.rtbi-how-head .rtbi-eyebrow {
  justify-content: center;
}

.rtbi-how-title {
  margin: 18px auto 0;
  max-width: 26ch;
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 3.4vw, 2.6rem);
  font-weight: 600;
  line-height: 1.15;
  color: var(--accent-2);
}

.rtbi-how-lede {
  margin: 16px auto 0;
  max-width: 50ch;
  font-size: 15.5px;
  line-height: 1.7;
  color: rgba(15, 45, 73, 0.65);
}

/* --- Signal-path track: a line draws itself in on scroll (data-rtbi-
   how-fill, driven by main.js) and each node lights up as the signal
   reaches it. No card backgrounds, no borders — plain white section,
   the line and the type do the work. --- */
.rtbi-how-track {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 44px;
  margin: 56px 0 0;
  padding-left: 28px;
}

.rtbi-how-track__base {
  position: absolute;
  top: 6px;
  bottom: 6px;
  left: 5px;
  width: 2px;
  background: #e5ebf1;
}

.rtbi-how-track__fill {
  position: absolute;
  top: 6px;
  left: 5px;
  width: 2px;
  height: 100%;
  transform-origin: top;
  transform: scaleY(0);
  background: linear-gradient(180deg, var(--accent-1) 0%, var(--accent-2) 100%);
}

.rtbi-how-node {
  position: relative;
}

.rtbi-how-node__dot {
  position: absolute;
  top: 6px;
  left: -28px;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: #fff;
  border: 2px solid #e5ebf1;
  transition: border-color 400ms ease, background 400ms ease;
}

.rtbi-how-node.is-active .rtbi-how-node__dot {
  border-color: var(--accent-1);
  background: var(--accent-1);
}

.rtbi-how-node__num {
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: rgba(15, 45, 73, 0.35);
  transition: color 400ms ease;
}

.rtbi-how-node.is-active .rtbi-how-node__num {
  color: var(--accent-1);
}

.rtbi-how-node__name {
  margin: 8px 0 0;
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--accent-2);
}

.rtbi-how-node__text {
  margin: 10px 0 0;
  max-width: 52ch;
  font-size: 14.5px;
  line-height: 1.65;
  color: rgba(15, 45, 73, 0.62);
}

.rtbi-how-node__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.rtbi-how-node__tags li {
  padding: 5px 12px;
  border-radius: 999px;
  border: 1px solid #e5ebf1;
  color: var(--accent-2);
  font-size: 11px;
  font-weight: 500;
}

/* --- Desktop: the track turns horizontal, line runs above the row --- */
@media (min-width: 1024px) {
  .rtbi-how-track {
    flex-direction: row;
    gap: 48px;
    padding-left: 0;
    padding-top: 34px;
  }

  .rtbi-how-track__base,
  .rtbi-how-track__fill {
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
  }

  .rtbi-how-track__fill {
    transform-origin: left;
    transform: scaleX(0);
  }

  .rtbi-how-node {
    flex: 1;
  }

  .rtbi-how-node__dot {
    top: -6px;
    left: 0;
  }

  .rtbi-how-node__num {
    display: block;
    margin-top: 24px;
  }
}

.rtbi-how-cta {
  display: flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
  margin: 40px auto 0;
  font-size: 14.5px;
  font-weight: 600;
  color: var(--accent-2);
}

.rtbi-how-cta svg {
  width: 16px;
  height: 16px;
  transition: transform 300ms ease;
}

.rtbi-how-cta:hover svg {
  transform: translateX(3px);
}

/* ============================ WHO IT'S FOR ============================
   Photo focus-cards — same grammar as About / Insight 360X /
   DecisionDesk AI, using real site photography rather than the shared
   partial's plain navy panel with icon columns. */

.rtbi-who {
  padding: 100px 0 108px;
  background: var(--page-bg);
}

@media (max-width: 767px) {
  .rtbi-who {
    padding: 76px 0 84px;
  }
}

.rtbi-who-head {
  max-width: 640px;
}

.rtbi-who-head .rtbi-eyebrow {
  color: var(--accent-5);
}

.rtbi-who-title {
  margin: 18px 0 0;
  max-width: 26ch;
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 3.4vw, 2.6rem);
  font-weight: 600;
  line-height: 1.15;
  color: var(--accent-2);
}

.rtbi-focus-grid {
  display: grid;
  gap: 16px;
  margin-top: 48px;
}

@media (min-width: 768px) {
  .rtbi-focus-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.rtbi-focus-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 300px;
  padding: 26px;
  overflow: hidden;
  border-radius: 20px;
  background-color: var(--accent-2);
  background-image: var(--card-image);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.rtbi-focus-card__scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(6, 19, 31, 0.1) 0%,
    rgba(6, 19, 31, 0.1) 30%,
    rgba(6, 19, 31, 0.72) 62%,
    rgba(6, 19, 31, 0.96) 100%
  );
}

.rtbi-focus-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(6, 19, 31, 0);
  transition: background-color 360ms cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}

.rtbi-focus-card:hover::after {
  background: rgba(6, 19, 31, 0.16);
}

.rtbi-focus-card__body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.rtbi-focus-card__title {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #fff;
}

.rtbi-focus-card__text {
  max-width: 32ch;
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.78);
}

/* ============================ FAQ ======================================
   Left sticky intro + right accordion — same split-column grammar used
   on Insight 360X / DecisionDesk AI. */

.rtbi-faq {
  padding: 100px 0 108px;
  background: #ffffff;
}

@media (max-width: 767px) {
  .rtbi-faq {
    padding: 76px 0 84px;
  }
}

.rtbi-faq-layout {
  display: grid;
  gap: 32px;
}

@media (min-width: 1024px) {
  .rtbi-faq-layout {
    grid-template-columns: minmax(0, 300px) minmax(0, 1fr);
    gap: 80px;
    align-items: start;
  }

  .rtbi-faq-intro {
    position: sticky;
    top: 120px;
  }
}

.rtbi-faq-title {
  margin: 16px 0 0;
  max-width: 14ch;
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 2.6vw, 2.2rem);
  font-weight: 600;
  line-height: 1.18;
  color: var(--accent-2);
}

.rtbi-faq-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
  font-size: 14px;
  font-weight: 600;
  color: var(--accent-2);
}

.rtbi-faq-cta svg {
  width: 15px;
  height: 15px;
  transition: transform 300ms ease;
}

.rtbi-faq-cta:hover svg {
  transform: translateX(3px);
}

.rtbi-faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.rtbi-faq-item {
  border: 1px solid #e5ebf1;
  border-radius: 18px;
  background: var(--page-bg);
  overflow: hidden;
  transition: border-color 250ms ease, background-color 250ms ease;
}

.rtbi-faq-item[open] {
  border-color: rgba(204, 191, 147, 0.5);
  background: #fff;
}

.rtbi-faq-item summary {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 24px;
  cursor: pointer;
  list-style: none;
}

.rtbi-faq-item summary::-webkit-details-marker {
  display: none;
}

.rtbi-faq-item__figure {
  flex: none;
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 300;
  color: var(--accent-1);
}

.rtbi-faq-item__question {
  flex: 1;
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 600;
  color: var(--accent-2);
}

.rtbi-faq-item__icon {
  display: inline-flex;
  flex: none;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 11px;
  background: var(--accent-2);
  color: var(--accent-1);
}

.rtbi-faq-item__icon svg {
  width: 16px;
  height: 16px;
  transition: transform 250ms cubic-bezier(0.22, 1, 0.36, 1);
}

.rtbi-faq-item[open] .rtbi-faq-item__icon svg {
  transform: rotate(45deg);
}

.rtbi-faq-answer {
  margin: 0;
  padding: 0 24px 22px 58px;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(15, 45, 73, 0.65);
}

/* ============================ FINAL CTA ================================
   Same "point of the company" navy-gradient family as Insight 360X /
   DecisionDesk AI / Products, instead of the shared plain .fcta-section. */

.rtbi-point {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 130px 0;
  text-align: center;
  background: linear-gradient(160deg, var(--accent-3) 0%, var(--accent-2) 55%, #0a1e33 100%);
}

.rtbi-point-arc {
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  z-index: 1;
  height: 70px;
  pointer-events: none;
}

.rtbi-point-arc svg {
  display: block;
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .rtbi-point-arc {
    height: 40px;
  }
}

.rtbi-point__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.rtbi-point__photo {
  position: absolute;
  overflow: hidden;
  border-radius: 18px;
  background-color: #0f2d49;
  background-image: var(--img);
  background-position: center;
  background-size: cover;
  -webkit-mask-image: linear-gradient(to bottom, #000 55%, transparent 100%);
  mask-image: linear-gradient(to bottom, #000 55%, transparent 100%);
}

.rtbi-point__photo-tint {
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, rgba(0, 42, 78, 0.5) 0%, rgba(0, 20, 38, 0.25) 100%);
  mix-blend-mode: multiply;
}

.rtbi-point__photo--tl { top: 14%; left: 6%; width: 210px; height: 270px; }
.rtbi-point__photo--tr { top: 10%; right: 7%; width: 190px; height: 150px; }
.rtbi-point__photo--bl { bottom: 12%; left: 8%; width: 220px; height: 140px; }
.rtbi-point__photo--br { bottom: 16%; right: 5%; width: 200px; height: 250px; }

@media (max-width: 1279px) {
  .rtbi-point__photo--tl { width: 170px; height: 220px; left: 20px; }
  .rtbi-point__photo--tr { width: 150px; height: 120px; right: 24px; }
  .rtbi-point__photo--bl { width: 170px; height: 110px; left: 24px; }
  .rtbi-point__photo--br { width: 160px; height: 200px; right: 20px; }
}

@media (max-width: 1023px) {
  .rtbi-point {
    padding: 96px 0;
  }

  .rtbi-point__media {
    display: none;
  }
}

.rtbi-point__content {
  position: relative;
  z-index: 1;
  max-width: 640px;
  margin: 0 auto;
}

.rtbi-point__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent-1);
}

.rtbi-point__eyebrow-icon {
  width: 13px;
  height: 13px;
  border-radius: 4px;
  background: var(--accent-1);
}

.rtbi-point__title {
  margin: 22px auto 0;
  max-width: 22ch;
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 2.8vw, 2.6rem);
  font-weight: 600;
  line-height: 1.16;
  letter-spacing: -0.02em;
  color: #fff;
  text-wrap: balance;
}

.rtbi-point__lede {
  margin: 18px auto 0;
  max-width: 50ch;
  font-size: 15.5px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.68);
}

.rtbi-point__alt {
  margin-top: 22px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
}

.rtbi-point__alt a {
  color: var(--accent-1);
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* --- Minimal transparent form, same family as Insight 360X / Products
   / DecisionDesk AI's final CTA --- */
.rtbi-point__card {
  max-width: 520px;
  margin: 34px auto 0;
  text-align: left;
}

.rtbi-point__form-row {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 22px;
  margin-bottom: 22px;
}

@media (min-width: 480px) {
  .rtbi-point__form-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.rtbi-point__field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.rtbi-point__field span {
  font-size: 13px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
}

.rtbi-point__field input {
  min-height: 34px;
  padding: 0 0 6px;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 0;
  background: transparent;
  color: #fff;
  font-size: 14px;
  transition: border-color 220ms ease;
}

.rtbi-point__field input::placeholder {
  color: rgba(255, 255, 255, 0.32);
}

.rtbi-point__field input:focus {
  outline: none;
  border-color: var(--accent-1);
}

.rtbi-point__submit {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 52px;
  margin-top: 6px;
  border-radius: 0.75rem;
  background: linear-gradient(180deg, #d9cfae 0%, var(--accent-1) 100%);
  color: var(--accent-2);
  font-size: 15px;
  font-weight: 600;
  transition: transform 300ms ease;
}

.rtbi-point__submit svg {
  width: 16px;
  height: 16px;
  transition: transform 300ms ease;
}

.rtbi-point__submit:hover {
  transform: translateY(-2px);
}

.rtbi-point__submit:hover svg {
  transform: translateX(3px);
}

.rtbi-point__assurances {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 18px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.rtbi-point__assurances li {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
}
