/* =============================================================================
   US vs Competitors — page styles (Figma 2527:17956).
   All rules scoped under body.rp-uvr so nothing leaks to other pages.
   ========================================================================== */
body.rp-uvr {
  --uvc-font: "Mulish", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --uvc-navy: #021143;
  --uvc-blue: #114EF7;
  --uvc-white: #ffffff;
  --uvc-lav: #F0F4FE;     /* Primary/20 */
  --uvc-lav-2: #E4EBFE;   /* Primary/30 */
  --uvc-ghost: #FAFBFF;   /* Primary/10 */
  --uvc-t100: #2A2A2A;
  --uvc-t80: #545454;
  --uvc-t60: #7E7E7E;
  --uvc-border: #E4EBFE;
}
body.rp-uvr .rp-uvr__container { max-width: 1248px; margin: 0 auto; padding: 0 24px; box-sizing: border-box; }
body.rp-uvr h1, body.rp-uvr h2, body.rp-uvr h3, body.rp-uvr p { margin: 0; }
body.rp-uvr .rp-uvr-hero h1, body.rp-uvr .rp-uvr-cmp h2, body.rp-uvr .rp-uvr-cmp h3,
body.rp-uvr .rp-uvr-spec h2, body.rp-uvr .rp-uvr-spec h3, body.rp-uvr .rp-uvr-faq h2,
body.rp-uvr .rp-uvr-spec__cardhead { text-transform: none; }
body.rp-uvr .rp-uvr-accent { color: var(--uvc-blue); }

/* ===== HERO ================================================================ */
body.rp-uvr .rp-uvr-hero {
  position: relative; overflow: hidden;
  /* smbs / enterprise hero style: transparent -> light-blue, rounded bottom */
  background: linear-gradient(rgba(228, 235, 254, 0), #E4EBFE 120px, #E4EBFE);
  border-radius: 0 0 40px 40px;
  font-family: var(--uvc-font);
}
body.rp-uvr .rp-uvr-hero__inner {
  display: flex; align-items: center; justify-content: space-between; gap: 0;
  padding-top: 40px;
}
body.rp-uvr .rp-uvr-hero__left { flex: 0 1 626px; max-width: 626px; min-width: 0; }
/* eyebrow badge — smbs/enterprise pill style (white, r40, soft shadow, #044d80) */
body.rp-uvr .rp-uvr-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: #fff; border-radius: 40px;
  padding: 8px 12px; font-size: 12px; line-height: 20px; font-weight: 700; color: #021143;
  box-shadow: 0 1px 3px rgba(2,17,67,.06);
}
body.rp-uvr .rp-uvr-hero__h1 {
  margin-top: 24px; color: var(--uvc-navy); font-weight: 700;
  font-size: 2.95rem; line-height: 56px; letter-spacing: normal;
}
body.rp-uvr .rp-uvr-hero__sub {
  margin-top: 16px; max-width: 560px; color: var(--uvc-t80);
  font-weight: 400; font-size: 16px; line-height: 24px;
}
body.rp-uvr .rp-uvr-hero__cta { display: flex; align-items: center; gap: 24px; margin-top: 27px; flex-wrap: wrap; }
body.rp-uvr .rp-uvr-btn {
  display: inline-flex; align-items: center; justify-content: center;
  height: 57px; padding: 15px 32px; border-radius: 8px; font-size: 16.25px; font-weight: 500; line-height: 1;
  white-space: nowrap; text-decoration: none; transition: opacity .15s, background .15s, color .15s;
}
body.rp-uvr .rp-uvr-btn--primary { background: var(--uvc-blue); color: #fff; }
body.rp-uvr .rp-uvr-btn--primary:hover { background: #0d3fd1; }
body.rp-uvr .rp-uvr-btn--ghost { background: #fff; color: var(--uvc-blue); border: 1.5px solid var(--uvc-blue); }
body.rp-uvr .rp-uvr-btn--ghost:hover { background: var(--uvc-lav); }

/* hero right / G2 card */
body.rp-uvr .rp-uvr-hero__right { flex: 0 1 610px; min-width: 0; display: flex; align-items: center; justify-content: center; }
body.rp-uvr .rp-uvr-hero__img { width: 100%; max-width: 580px; height: auto; display: block; }
body.rp-uvr .rp-uvr-hero__deco {
  position: absolute; right: 0; bottom: 0; width: 300px; height: auto; z-index: 0;
}
body.rp-uvr .rp-uvr-pill-dark {
  position: absolute; top: 8px; right: 8px; z-index: 3;
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--uvc-navy); color: #fff; border-radius: 999px; padding: 9px 16px;
  font-size: 13px; font-weight: 700; box-shadow: 0 10px 24px rgba(2,17,67,.28);
}
body.rp-uvr .rp-uvr-g2card {
  position: relative; z-index: 2; width: 100%; max-width: 420px; margin: 0 auto;
  background: #fff; border-radius: 20px; padding: 24px 24px 20px;
  box-shadow: 0 24px 60px rgba(2,17,67,.14); border: 1px solid #EEF2FB;
}
body.rp-uvr .rp-uvr-g2card__head { display: flex; align-items: center; gap: 12px; }
body.rp-uvr .rp-uvr-g2logo {
  width: 36px; height: 36px; border-radius: 8px; background: #E7622A; color: #fff;
  font-weight: 700; font-size: 15px; display: grid; place-items: center; flex: 0 0 36px;
}
body.rp-uvr .rp-uvr-g2card__titles { display: flex; flex-direction: column; }
body.rp-uvr .rp-uvr-g2card__title { color: var(--uvc-navy); font-weight: 700; font-size: 16px; }
body.rp-uvr .rp-uvr-g2card__sub { color: var(--uvc-t60); font-size: 13px; margin-top: 2px; }
body.rp-uvr .rp-uvr-g2card__rule { border: 0; border-top: 1px solid #EEF2FB; margin: 16px 0; }
body.rp-uvr .rp-uvr-gauges { display: flex; justify-content: space-between; gap: 8px; }
body.rp-uvr .rp-uvr-gauge { display: flex; flex-direction: column; align-items: center; flex: 1; }
body.rp-uvr .rp-uvr-gauge__delta {
  background: #E7F6EC; color: #12A150; border-radius: 999px; padding: 2px 8px;
  font-size: 12px; font-weight: 700; margin-bottom: 6px;
}
body.rp-uvr .rp-uvr-gauge__ring { position: relative; width: 100px; height: 100px; }
body.rp-uvr .rp-uvr-gauge__ring svg { width: 100px; height: 100px; transform: rotate(-90deg); }
body.rp-uvr .rp-uvr-gauge__track { fill: none; stroke: var(--uvc-lav-2); stroke-width: 10; }
body.rp-uvr .rp-uvr-gauge__arc {
  fill: none; stroke: var(--uvc-blue); stroke-width: 10; stroke-linecap: round;
  stroke-dasharray: 326.726; stroke-dashoffset: calc(326.726 * (1 - var(--val) / 100));
}
body.rp-uvr .rp-uvr-gauge__center {
  position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center;
}
body.rp-uvr .rp-uvr-gauge__center b { color: var(--uvc-navy); font-size: 20px; font-weight: 700; line-height: 1; }
body.rp-uvr .rp-uvr-gauge__center i { color: var(--uvc-t60); font-size: 12px; font-style: normal; margin-top: 2px; }
body.rp-uvr .rp-uvr-gauge__label { color: var(--uvc-navy); font-size: 13px; text-align: center; margin-top: 10px; max-width: 110px; }
body.rp-uvr .rp-uvr-g2card__legend { display: flex; justify-content: center; gap: 22px; margin-top: 18px; }
body.rp-uvr .rp-uvr-legend { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; color: var(--uvc-navy); }
body.rp-uvr .rp-uvr-legend i { width: 8px; height: 8px; border-radius: 999px; display: inline-block; }
body.rp-uvr .rp-uvr-legend--rp i { background: var(--uvc-blue); }
body.rp-uvr .rp-uvr-legend--comp { color: var(--uvc-t60); }
body.rp-uvr .rp-uvr-legend--comp i { background: #9AA4BF; }

/* logo cloud */
body.rp-uvr .rp-uvr-hero__logos { padding: 16px 0 0; }
/* trusted brands — match smbs .rp-khero-brands exactly (centered row, gap 28, label not uppercased) */
body.rp-uvr .rp-khero-brands { padding: 24px 24px 48px; text-align: center; max-width: none; }
body.rp-uvr .rp-khero-brands .rp-label,
body.rp-uvr .rp-khero-brands .new_landing_page_brands_header { text-transform: none; font-size: 24px; font-weight: 700; margin-bottom: 20px; color: var(--uvc-navy); }
body.rp-uvr .rp-khero-brands .new-listed-brands-sub-section { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 16px 28px; margin: 8px 0 0; }
body.rp-uvr .rp-khero-brands .new-listed-brands-sub-section-img { height: 36px; width: auto; margin: 0; }
body.rp-uvr .rp-khero-brands .new-listed-brands-sub-section-img.blue-filter { filter: invert(0.85); }
/* Match home/smbs responsive logo-cloud spacing: tablet ≤991 nowrap gap 8; mobile ≤767 wrap
   gap 8 centered, clearing responsive-global.min.css display:grid override. */
@media (max-width: 991px) {
  body.rp-uvr .rp-khero-brands .new-listed-brands-sub-section { display: flex !important; flex-wrap: nowrap !important; gap: 8px !important; grid-template-columns: none !important; }
  body.rp-uvr .rp-khero-brands .new-listed-brands-sub-section-img { min-width: 0 !important; height: 28px !important; margin: 13px 6.5px !important; }
}
@media (max-width: 767px) {
  body.rp-uvr .rp-khero-brands .new-listed-brands-sub-section {
    display: flex !important; flex-direction: row !important; flex-wrap: wrap !important;
    justify-content: center !important; align-items: center !important;
    gap: 8px !important; grid-template-columns: none !important;
  }
  /* match homepage mobile logos exactly: 28px tall + 13/6.5 margin → 4-then-3 rows, ~62px row spacing */
  body.rp-uvr .rp-khero-brands .new-listed-brands-sub-section-img { height: 28px !important; margin: 13px 6.5px !important; }
}
body.rp-uvr .rp-uvr-hero__logostitle { color: var(--uvc-navy); font-weight: 700; font-size: 22px; }
body.rp-uvr .rp-uvr-hero__logorow { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 48px; margin-top: 28px; }
body.rp-uvr .rp-uvr-logo-ph { color: #0B1B4D; font-weight: 700; font-size: 24px; letter-spacing: -0.01em; opacity: .85; }
body.rp-uvr .rp-uvr-brand { height: 28px; width: auto; display: block; object-fit: contain; }

/* ===== COMPARISON ========================================================= */
body.rp-uvr .rp-uvr-cmp { font-family: var(--uvc-font); padding-top: 80px; }
body.rp-uvr .rp-uvr-cmp__head { text-align: center; margin-bottom: 8px; }
body.rp-uvr .rp-uvr-cmp__h2 { color: var(--uvc-navy); font-weight: 700; font-size: clamp(30px, 3.2vw, 40px); line-height: 1.2; }
body.rp-uvr .rp-uvr-cmp__lede { color: var(--uvc-t80); font-size: 16px; line-height: 24px; max-width: 620px; margin: 16px auto 0; }
body.rp-uvr .rp-uvr-cmp__block { padding: 64px 0; }
body.rp-uvr .rp-uvr-cmp__block--onblue { background: var(--uvc-lav); }
body.rp-uvr .rp-uvr-cmp__grid { display: flex; gap: 72px; align-items: flex-start; }
body.rp-uvr .rp-uvr-cmp__left { flex: 0 0 400px; max-width: 400px; }
body.rp-uvr .rp-uvr-cmp__icon { display: block; width: 48px; height: 48px; margin-bottom: 12px; border-radius: 12px; background: #E4EBFE; }
body.rp-uvr .rp-uvr-cmp__block--onblue .rp-uvr-cmp__icon { background: #fff; }
body.rp-uvr .rp-uvr-cmp__h3 { color: var(--uvc-navy); font-weight: 700; font-size: 32px; line-height: 40px; }
body.rp-uvr .rp-uvr-cmp__badge { display: block; height: 95px; width: auto; margin: 18px 0; }
body.rp-uvr .rp-uvr-cmp__badges { display: flex; gap: 18px; margin: 18px 0; flex-wrap: wrap; }
body.rp-uvr .rp-uvr-cmp__badges img { height: 95px; width: auto; display: block; }
body.rp-uvr .rp-uvr-cmp__badges--tight { gap: 10px; }
body.rp-uvr .rp-uvr-cmp__badges--tight img { height: 85px; }
body.rp-uvr .rp-uvr-cmp__badges--pair { gap: 20px; }
body.rp-uvr .rp-uvr-cmp__badges--pair img { height: 85px; }
body.rp-uvr .rp-uvr-cmp__text { color: #021143; font-size: 16px; line-height: 24px; margin-top: 18px; }
/* testimonial card */
body.rp-uvr .rp-uvr-quote { background: #FAFBFF; border-radius: 24px; padding: 20px; margin: 32px 0 0; }
body.rp-uvr .rp-uvr-cmp__block--onblue .rp-uvr-quote { background: #fff; }
body.rp-uvr .rp-uvr-quote__text { margin: 0; color: var(--uvc-navy); font-size: 18px; line-height: 27px; font-weight: 600; }
body.rp-uvr .rp-uvr-quote__client { display: flex; align-items: center; gap: 8px; margin-top: 32px; }
body.rp-uvr .rp-uvr-quote__client--stack { flex-direction: column; align-items: flex-start; gap: 10px; }
body.rp-uvr .rp-uvr-quote__avatar { width: 48px; height: 48px; border-radius: 999px; object-fit: cover; flex: 0 0 48px; display: block; }
body.rp-uvr .rp-uvr-quote__who { display: flex; flex-direction: column; }
body.rp-uvr .rp-uvr-quote__who b { color: #000; font-size: 18px; font-weight: 700; }
body.rp-uvr .rp-uvr-quote__who i { color: #000; font-size: 14px; font-style: normal; margin-top: 2px; }
body.rp-uvr .rp-uvr-quote__meta { color: #424652; font-size: 15px; line-height: 23px; }
/* block 4 pricing testimonial: lavender card (Figma 2527:20215), px30/py20, quote->meta 8px, meta->logo 32px */
body.rp-uvr .rp-uvr-quote--lav { background: #F0F4FE; padding: 20px 30px; }
body.rp-uvr .rp-uvr-quote--lav .rp-uvr-quote__client { margin-top: 8px; }
body.rp-uvr .rp-uvr-quote--lav .rp-uvr-quote__client--stack { gap: 32px; }
body.rp-uvr .rp-uvr-quote__logo { display: block; height: 40px; width: auto; }

/* comparison table */
body.rp-uvr .rp-uvr-tbl-scroll { flex: 1 1 auto; min-width: 0; max-width: 100%; }
body.rp-uvr .rp-uvr-tbl {
  position: relative; width: 100%; min-width: 0;
  display: grid; grid-template-columns: 30.64% 37.10% 32.26%; align-items: stretch;
  --hl: var(--uvc-lav); --brd-side: #EEEFF1; --brd-rp: #D8E2FD;
}
body.rp-uvr .rp-uvr-cmp__block--onblue .rp-uvr-tbl { --hl: #fff; --brd-side: #D8E2FD; --brd-rp: #EEEFF1; }
body.rp-uvr .rp-uvr-tbl__hl {
  position: absolute; top: 0; bottom: 0; left: 30.64%; width: 37.10%;
  background: var(--hl); border-radius: 16px; z-index: 0;
}
body.rp-uvr .rp-uvr-tbl__cell {
  position: relative; z-index: 1; display: flex; align-items: center;
  padding: 16px 14px; min-height: 63px; font-size: 15px; line-height: 23px;
  border-top: 1px solid var(--brd-side); box-sizing: border-box;
}
body.rp-uvr .rp-uvr-tbl__cell--comp { line-height: 22px; }
body.rp-uvr .rp-uvr-tbl__label { justify-content: flex-start; text-align: left; color: var(--uvc-navy); font-weight: 700; padding-left: 0; }
body.rp-uvr .rp-uvr-tbl__cell--rp { justify-content: center; text-align: center; color: var(--uvc-navy); font-weight: 600; border-top-color: var(--brd-rp); }
body.rp-uvr .rp-uvr-tbl__cell--comp { justify-content: center; text-align: center; color: #696969; font-weight: 400; }
body.rp-uvr .rp-uvr-tbl__cell--head { min-height: 68px; border-top: 0; }
body.rp-uvr .rp-uvr-tbl__cell--head.rp-uvr-tbl__cell--comp { color: #9B9B9B; font-size: 13px; font-weight: 700; }
body.rp-uvr .rp-uvr-tbl__cell--last { border-bottom: 0; }
body.rp-uvr .rp-uvr-rplogo { display: inline-block; height: 43px; width: auto; max-width: 100%; }
/* check / x marks (block 4) */
body.rp-uvr .rp-uvr-tbl--marks .rp-uvr-tbl__cell--rp,
body.rp-uvr .rp-uvr-tbl--marks .rp-uvr-tbl__cell--comp { gap: 8px; }
body.rp-uvr .rp-uvr-mark { display: inline-flex; flex: 0 0 20px; }
body.rp-uvr .rp-uvr-mark img { width: 20px; height: 20px; display: block; }

/* ===== SPECIFIC COMPETITORS =============================================== */
body.rp-uvr .rp-uvr-spec { font-family: var(--uvc-font); background: transparent; padding: 64px 0 80px; }
body.rp-uvr .rp-uvr-spec__h2 { color: var(--uvc-navy); font-weight: 700; font-size: clamp(28px, 3vw, 40px); line-height: 1.2; margin-bottom: 32px; }
body.rp-uvr .rp-uvr-spec__cards { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
body.rp-uvr .rp-uvr-spec__card { display: block; background: #fff; border-radius: 16px; padding: 37px 41px; text-decoration: none; box-shadow: 0 6px 20px rgba(2,17,67,.05); transition: box-shadow .15s, transform .15s; }
body.rp-uvr .rp-uvr-spec__card:hover { box-shadow: 0 14px 34px rgba(2,17,67,.12); transform: translateY(-2px); }
body.rp-uvr .rp-uvr-spec__cardhead { display: flex; align-items: center; justify-content: space-between; color: var(--uvc-navy); font-weight: 700; font-size: 24px; }
body.rp-uvr .rp-uvr-spec__carddesc { color: var(--uvc-t80); font-size: 16px; line-height: 24px; margin-top: 14px; max-width: 506px; }
body.rp-uvr .rp-uvr-spec__banner {
  display: flex; align-items: center; gap: 32px; margin-top: 24px; color: #fff;
  background: linear-gradient(90deg, #04123F 0%, #071C63 60%, #0A2AA0 100%);
  border-radius: 16px; padding: 44px 48px;
}
body.rp-uvr .rp-uvr-spec__badge { flex: 0 0 auto; width: auto; height: 100px; display: block; }
body.rp-uvr .rp-uvr-spec__bannertext { flex: 1 1 auto; }
body.rp-uvr .rp-uvr-spec__bannerh3 { color: #fff; font-size: 28px; font-weight: 700; }
body.rp-uvr .rp-uvr-spec__bannerp { color: #C7D2F0; font-size: 16px; line-height: 24px; margin-top: 8px; }
body.rp-uvr .rp-uvr-spec__bannerlink { display: inline-flex; align-items: center; gap: 8px; color: #fff; font-weight: 700; font-size: 16px; text-decoration: none; white-space: nowrap; }
body.rp-uvr .rp-uvr-spec__bannerlink:hover { text-decoration: underline; }

/* ===== FAQ ================================================================ */
body.rp-uvr .rp-uvr-faq { font-family: var(--uvc-font); background: #fff; padding: 72px 0 88px; }
body.rp-uvr .rp-uvr-faq__h2 { color: var(--uvc-navy); font-weight: 700; font-size: clamp(28px, 3vw, 40px); line-height: 1.2; }
body.rp-uvr .rp-uvr-faq__hint { color: var(--uvc-t60); font-size: 15px; margin: 12px 0 24px; }
body.rp-uvr .rp-uvr-faq__hint a { color: var(--uvc-blue); font-weight: 700; text-decoration: none; }
body.rp-uvr .rp-uvr-faq__list { display: flex; flex-direction: column; gap: 8px; }
body.rp-uvr .rp-uvr-faq__item { background: var(--uvc-lav); border-radius: 16px; }
body.rp-uvr .rp-uvr-faq__q {
  list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between;
  gap: 16px; padding: 24px; color: var(--uvc-navy); font-weight: 600; font-size: 20px; line-height: 28px;
}
body.rp-uvr .rp-uvr-faq__q::-webkit-details-marker { display: none; }
body.rp-uvr .rp-uvr-faq__q:focus, body.rp-uvr .rp-uvr-faq__q:focus-visible,
body.rp-uvr .rp-uvr-faq__item:focus, body.rp-uvr .rp-uvr-faq__item:focus-visible { outline: none; }
body.rp-uvr .rp-uvr-faq__chev { flex: 0 0 24px; width: 24px; height: 24px; transition: transform .2s ease; }
body.rp-uvr .rp-uvr-faq__item[open] .rp-uvr-faq__chev { transform: rotate(180deg); }
body.rp-uvr .rp-uvr-faq__a { padding: 0 24px 24px; color: var(--uvc-t80); font-size: 15px; line-height: 24px; }
/* Smooth open/close: animate the details content height (to/from auto) + fade.
   Falls back to instant open on browsers without ::details-content support. */
@supports (interpolate-size: allow-keywords) { html { interpolate-size: allow-keywords; } }
body.rp-uvr .rp-uvr-faq__item::details-content {
  block-size: 0; overflow: clip; opacity: 0;
  transition: block-size .3s ease, opacity .25s ease, content-visibility .3s;
  transition-behavior: allow-discrete;
}
body.rp-uvr .rp-uvr-faq__item[open]::details-content { block-size: auto; opacity: 1; }

/* ===== RESPONSIVE — hero mirrors the smbs / .rp-ent-hero breakpoints ======
   Desktop: 2-col.  Tablet (<=991px): stack to a column, left-aligned, gap 36,
   h1 36px.  Mobile (<=767px): h1 32/40, full-width stacked CTAs. ========== */
@media (max-width: 991px) {
  body.rp-uvr .rp-uvr-hero__inner { flex-direction: column; align-items: flex-start; gap: 36px; padding-top: 40px; }
  body.rp-uvr .rp-uvr-hero__left { flex-basis: auto; max-width: 100%; }
  body.rp-uvr .rp-uvr-hero__h1 { font-size: 36px; line-height: 1.18; }
  body.rp-uvr .rp-uvr-hero__right { flex-basis: auto; width: 100%; justify-content: flex-start; min-height: 0; }
  body.rp-uvr .rp-uvr-hero__img { max-width: 65%; margin: auto; }
  body.rp-uvr .rp-uvr-g2card { margin: 0; }
  body.rp-uvr .rp-uvr-hero__deco { display: none; }
  body.rp-uvr .rp-uvr-cmp__grid { flex-direction: column; gap: 32px; align-items: stretch; }
  body.rp-uvr .rp-uvr-cmp__left { flex: 1 1 auto; max-width: none; }
  body.rp-uvr .rp-uvr-cmp__text { max-width: 640px; }
  body.rp-uvr .rp-uvr-quote { width: 100%; box-sizing: border-box; }
  body.rp-uvr .rp-uvr-spec__cards { grid-template-columns: 1fr; }
  body.rp-uvr .rp-uvr-spec__banner { flex-wrap: wrap; gap: 20px; padding: 32px 28px; }
}
@media (max-width: 767px) {
  body.rp-uvr .rp-uvr-hero__inner { padding-top: 32px; }
  body.rp-uvr .rp-uvr-hero__h1 { font-size: 32px; line-height: 40px; }
  body.rp-uvr .rp-uvr-hero__img { max-width: 100%; width: 100%; margin: auto; }
  body.rp-uvr .rp-uvr-hero__cta { flex-direction: column; align-items: stretch; gap: 12px; }
  body.rp-uvr .rp-uvr-btn { width: 100%; }
  body.rp-uvr .rp-uvr-g2card { max-width: 100%; }
  body.rp-uvr .rp-uvr-hero__logostitle { font-size: 18px; }
  body.rp-uvr .rp-uvr-hero__logorow { gap: 28px; }
  body.rp-uvr .rp-uvr-logo-ph { font-size: 20px; }
  body.rp-uvr .rp-uvr-tbl-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }
  body.rp-uvr .rp-uvr-tbl { min-width: 560px; }
  body.rp-uvr .rp-uvr-tbl__cell { padding: 14px 12px; font-size: 14px; min-height: 56px; }
  body.rp-uvr .rp-uvr-cmp__h3 { font-size: 24px; }
  body.rp-uvr .rp-uvr-spec__card { padding: 24px; }
  body.rp-uvr .rp-uvr-spec__cardhead { font-size: 20px; }
}

/* ============================================================
   US vs Deel — additions: "deel." column, Why-switch, Switch-from-Deel
   ============================================================ */

/* Competitor column header shows the Deel wordmark as text; accent cells (prices, G2) blue */
body.rp-uvr .rp-uvr-tbl__cell--head.rp-uvr-tbl__cell--deel {
  color: #98A2B3; font-size: 22px; font-weight: 800; letter-spacing: -0.02em; text-transform: lowercase;
}
body.rp-uvr .rp-uvr-tbl__cell--accent { color: var(--uvc-blue); font-weight: 700; }

/* -------- Why teams switch (2-col report vs find) -------- */
body.rp-uvr .rp-uvr-why { padding: 72px 0; }
body.rp-uvr .rp-uvr-why__h2 { text-align: center; color: var(--uvc-navy); font-weight: 700; font-size: clamp(30px, 3.2vw, 40px); line-height: 1.2; margin: 0 0 40px; }
body.rp-uvr .rp-uvr-why__h2 .rp-uvr-accent { color: var(--uvc-blue); }
body.rp-uvr .rp-uvr-why__grid { display: grid; grid-template-columns: 440px minmax(0, 1fr); gap: 20px; align-items: stretch; }
body.rp-uvr .rp-uvr-why__card { box-sizing: border-box; }
body.rp-uvr .rp-uvr-why__card--deel { background: #fff; border: 1px solid #E4EBFE; border-radius: 16px; padding: 18px 24px; }
body.rp-uvr .rp-uvr-why__card--rp { background: linear-gradient(180deg, #E5ECFE 0%, #F5F8FF 100%); border: 1px solid #C6D5FD; border-radius: 18px; padding: 19px 25px; }
body.rp-uvr .rp-uvr-why__head { display: flex; align-items: center; justify-content: space-between; padding: 20px 0 19px; border-bottom: 1px dashed #E0E3EB; }
body.rp-uvr .rp-uvr-why__brand { display: inline-flex; align-items: center; gap: 12px; color: #696969; font-weight: 800; font-size: 18px; line-height: 24px; }
body.rp-uvr .rp-uvr-why__brandface { width: 30px; height: 30px; display: block; }
body.rp-uvr .rp-uvr-why__rplogo { height: 24px; width: auto; display: block; }
body.rp-uvr .rp-uvr-why__ring { position: relative; width: 58px; height: 58px; display: inline-grid; place-items: center; }
body.rp-uvr .rp-uvr-why__ring b { position: absolute; font-size: 18px; font-weight: 800; }
body.rp-uvr .rp-uvr-why__ring--deel b { color: #696969; }
body.rp-uvr .rp-uvr-why__ring--rp b { color: #114EF7; }
body.rp-uvr .rp-uvr-why__label { display: block; padding: 20px 0 18px; font-size: 14px; font-weight: 600; color: #9B9B9B; }
body.rp-uvr .rp-uvr-why__label--rp { color: #114EF7; }
body.rp-uvr .rp-uvr-why__list { list-style: none; margin: 0; padding: 0; }
body.rp-uvr .rp-uvr-why__list li { display: flex; align-items: center; gap: 14px; padding: 17px 0 18px; font-size: 17px; line-height: 26px; font-weight: 400; color: #424652; border-bottom: 1px dashed #E0E3EB; }
body.rp-uvr .rp-uvr-why__list li:last-child { border-bottom: 0; }
body.rp-uvr .rp-uvr-why__list--rp li { color: #021143; font-weight: 600; border-bottom-color: #C6D5FD; }
body.rp-uvr .rp-uvr-why__check { flex: 0 0 auto; display: inline-flex; }
body.rp-uvr .rp-uvr-why__ic { flex: 0 0 auto; width: 24px; height: 24px; display: block; }

/* -------- Switch from Deel (migration) — Figma 2506:8224 exact -------- */
body.rp-uvr .rp-uvr-switch { background: #F0F4FE; border-top: 1px solid #EEEFF1; border-bottom: 1px solid #EEEFF1; padding: 96px 0; }
body.rp-uvr .rp-uvr-switch__h2 { color: #021143; font-weight: 700; font-size: clamp(30px, 3.2vw, 40px); line-height: 1.2; margin: 0 0 48px; max-width: 560px; }
body.rp-uvr .rp-uvr-switch__h2 .rp-uvr-accent { color: #114EF7; }

/* case-study cards */
body.rp-uvr .rp-uvr-switch__cases { display: flex; gap: 20px; margin-bottom: 30px; }
body.rp-uvr .rp-uvr-switch__case { flex: 1 1 0; min-width: 0; background: #fff; border: 1px solid #E0E3EB; border-radius: 12px; padding: 33px; display: flex; flex-direction: column; gap: 16px; }
body.rp-uvr .rp-uvr-switch__casetop { display: flex; gap: 10px; align-items: center; }
body.rp-uvr .rp-uvr-switch__caselead { flex: 1 1 0; min-width: 0; display: flex; flex-direction: column; gap: 8px; }
body.rp-uvr .rp-uvr-switch__eyebrow { color: #114EF7; font-size: 12px; font-weight: 700; letter-spacing: 1.8px; text-transform: uppercase; }
body.rp-uvr .rp-uvr-switch__casename { color: #021143; font-size: 20px; font-weight: 700; margin: 0; }
body.rp-uvr .rp-uvr-switch__caselogo { height: 24px; width: auto; flex: 0 0 auto; }
body.rp-uvr .rp-uvr-switch__casetext { color: #3F3F3F; font-size: 16px; line-height: 24px; font-weight: 400; margin: 0; }

/* dark migration timeline */
body.rp-uvr .rp-uvr-switch__timeline { background: radial-gradient(60% 130% at 100% 0%, rgba(17,78,247,0.55) 0%, rgba(17,78,247,0) 65%), #021143; border: 1px solid #021143; border-radius: 16px; padding: 49px 41px; display: flex; margin-bottom: 30px; }
body.rp-uvr .rp-uvr-switch__step { position: relative; flex: 1 1 0; min-width: 0; padding: 0 24px; }
body.rp-uvr .rp-uvr-switch__step:not(:last-child)::after { content: ""; position: absolute; top: 12px; inset-inline-start: 116px; inset-inline-end: -16px; border-top: 3px dashed #ADC2FC; }
body.rp-uvr .rp-uvr-switch__stepicon { position: relative; display: inline-block; width: 88px; height: 88px; margin-bottom: 18px; }
body.rp-uvr .rp-uvr-switch__stepicon img { width: 88px; height: 88px; display: block; }
body.rp-uvr .rp-uvr-switch__num { position: absolute; top: -4px; left: 60px; width: 36px; height: 36px; border-radius: 50%; background: #fff; border: 3px solid #021143; color: #021143; font-size: 14px; font-weight: 700; display: grid; place-items: center; box-sizing: border-box; }
body.rp-uvr .rp-uvr-switch__stepwk { display: block; color: #fff; font-size: 12px; font-weight: 700; letter-spacing: 1.8px; text-transform: uppercase; margin-bottom: 8px; }
body.rp-uvr .rp-uvr-switch__steph { color: #fff; font-size: 20px; font-weight: 700; margin: 0 0 8px; }
body.rp-uvr .rp-uvr-switch__stept { color: #fff; font-size: 14px; line-height: 22px; font-weight: 400; margin: 0; }

/* disappears / appears */
body.rp-uvr .rp-uvr-switch__delta { display: flex; gap: 24px; align-items: stretch; }
body.rp-uvr .rp-uvr-switch__panel { border-radius: 16px; padding: 32px 24px; display: flex; flex-direction: column; gap: 32px; }
body.rp-uvr .rp-uvr-switch__panel--gone { background: #FEF1F0; flex: 1 1 0; min-width: 0; }
body.rp-uvr .rp-uvr-switch__panel--new { background: #fff; flex: 0 0 auto; }
body.rp-uvr .rp-uvr-switch__panelhead { display: flex; align-items: center; gap: 12px; font-size: 13px; font-weight: 700; letter-spacing: 1.8px; text-transform: uppercase; color: #021143; }
body.rp-uvr .rp-uvr-switch__panelmark { width: 30px; height: 30px; display: block; flex: 0 0 auto; }
body.rp-uvr .rp-uvr-switch__items { display: flex; align-items: stretch; justify-content: center; }
body.rp-uvr .rp-uvr-switch__item { flex: 0 0 auto; box-sizing: border-box; max-width: 132px; display: flex; flex-direction: column; align-items: center; gap: 12px; padding: 0 18px; text-align: center; font-size: 13px; font-weight: 600; line-height: 19px; color: #021143; border-inline-start: 1px solid rgba(2,17,67,.08); }
body.rp-uvr .rp-uvr-switch__item:first-child { border-inline-start: 0; }
body.rp-uvr .rp-uvr-switch__itemic { display: grid; place-items: center; height: 30px; }
body.rp-uvr .rp-uvr-switch__itemic img { height: auto; width: auto; max-height: 26px; display: block; }

/* -------- responsive -------- */
/* Tablet (768–1240): keep the disappears/appears panels side by side — shrink
   them to equal width and let their icons wrap inside each panel. */
@media (max-width: 1240px) and (min-width: 992px) {
  body.rp-uvr .rp-uvr-switch__panel--gone { flex: 491 1 0; min-width: 0; width: auto; }
  body.rp-uvr .rp-uvr-switch__panel--new { flex: 679 1 0; min-width: 0; width: auto; }
  body.rp-uvr .rp-uvr-switch__item { flex: 1 1 0; min-width: 0; max-width: none; padding: 0 6px; }
}
@media (max-width: 991px) {
  body.rp-uvr .rp-uvr-why__h2, body.rp-uvr .rp-uvr-switch__h2 { font-size: 30px; }
  body.rp-uvr .rp-uvr-why__grid { grid-template-columns: 1fr; }
  /* switch: vertical timeline — smaller icon on the left, text on the right,
     connected by a vertical dashed line running down the icon centres */
  body.rp-uvr .rp-uvr-switch__timeline { flex-direction: column; gap: 32px; padding: 40px 32px; }
  body.rp-uvr .rp-uvr-switch__step { position: relative; display: grid; grid-template-columns: 56px 1fr; column-gap: 20px; align-items: start; padding: 0; }
  body.rp-uvr .rp-uvr-switch__stepicon { grid-column: 1; grid-row: 1 / 4; width: 56px; height: 56px; margin-bottom: 0; }
  body.rp-uvr .rp-uvr-switch__stepicon img { width: 56px; height: 56px; }
  body.rp-uvr .rp-uvr-switch__num { top: -6px; left: auto; right: -6px; width: 28px; height: 28px; font-size: 12px; }
  body.rp-uvr .rp-uvr-switch__stepwk { grid-column: 2; grid-row: 1; margin-bottom: 6px; }
  body.rp-uvr .rp-uvr-switch__steph { grid-column: 2; grid-row: 2; font-size: 18px; margin: 0 0 6px; }
  body.rp-uvr .rp-uvr-switch__stept { grid-column: 2; grid-row: 3; font-size: 14px; line-height: 22px; max-width: none; }
  body.rp-uvr .rp-uvr-switch__step:not(:last-child)::after { content: ""; display: block; position: absolute; top: 56px; bottom: -32px; inset-inline-start: 26.5px; inset-inline-end: auto; width: 0; border-top: 0; border-inline-start: 3px dashed #ADC2FC; }
  /* stack the case-study cards and the disappears/appears panels one below another */
  body.rp-uvr .rp-uvr-switch__cases { flex-direction: column; }
  body.rp-uvr .rp-uvr-switch__delta { flex-direction: column; }
  body.rp-uvr .rp-uvr-switch__panel--gone,
  body.rp-uvr .rp-uvr-switch__panel--new { flex: 1 1 auto; width: 100%; }
  /* spread icons as equal columns across the full-width panel with even, full-height dividers */
  body.rp-uvr .rp-uvr-switch__items { justify-content: space-between; }
  body.rp-uvr .rp-uvr-switch__item { flex: 1 1 0; min-width: 0; max-width: none; padding: 0 16px; }
}
/* Mobile (≤776): tighter padding (stacking is handled at ≤991; icons stay a
   single equal-column row down to 600 so they read as "side by side"). */
@media (max-width: 776px) {
  body.rp-uvr .rp-uvr-switch { padding: 56px 0; }
  body.rp-uvr .rp-uvr-switch__case { padding: 24px; }
  body.rp-uvr .rp-uvr-switch__panel { padding: 28px 20px; }
}
/* Small phones (≤600): icons wrap into a centered, balanced 2-up grid. */
@media (max-width: 600px) {
  body.rp-uvr .rp-uvr-switch__items { flex-wrap: wrap; justify-content: center; row-gap: 28px; }
  body.rp-uvr .rp-uvr-switch__item,
  body.rp-uvr .rp-uvr-switch__item:first-child,
  body.rp-uvr .rp-uvr-switch__item:last-child { flex: 0 0 50%; max-width: 50%; border-inline-start: 0; padding: 0 10px; }
}

/* RTL — flip directional arrows on the G2 banner link */
[dir="rtl"] .rp-uvr-spec__bannerlink img { transform: scaleX(-1); }
