/* =============================================================================
   US vs Competitors — page styles (Figma 2527:17956).
   All rules scoped under body.rp-uvc so nothing leaks to other pages.
   ========================================================================== */
body.rp-uvc {
  --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-uvc .rp-uvc__container { max-width: 1248px; margin: 0 auto; padding: 0 24px; box-sizing: border-box; }
body.rp-uvc h1, body.rp-uvc h2, body.rp-uvc h3, body.rp-uvc p { margin: 0; }
body.rp-uvc .rp-uvc-hero h1, body.rp-uvc .rp-uvc-cmp h2, body.rp-uvc .rp-uvc-cmp h3,
body.rp-uvc .rp-uvc-spec h2, body.rp-uvc .rp-uvc-spec h3, body.rp-uvc .rp-uvc-faq h2,
body.rp-uvc .rp-uvc-spec__cardhead { text-transform: none; }
body.rp-uvc .rp-uvc-accent { color: var(--uvc-blue); }

/* ===== HERO ================================================================ */
body.rp-uvc .rp-uvc-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-uvc .rp-uvc-hero__inner {
  display: flex; align-items: center; justify-content: space-between; gap: 0;
  padding-top: 40px;
}
body.rp-uvc .rp-uvc-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-uvc .rp-uvc-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-uvc .rp-uvc-hero__h1 {
  margin-top: 24px; color: var(--uvc-navy); font-weight: 700;
  font-size: 2.95rem; line-height: 56px; letter-spacing: normal;
}
body.rp-uvc .rp-uvc-hero__sub {
  margin-top: 16px; max-width: 560px; color: var(--uvc-t80);
  font-weight: 400; font-size: 16px; line-height: 24px;
}
body.rp-uvc .rp-uvc-hero__cta { display: flex; align-items: center; gap: 24px; margin-top: 27px; flex-wrap: wrap; }
body.rp-uvc .rp-uvc-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-uvc .rp-uvc-btn--primary { background: var(--uvc-blue); color: #fff; }
body.rp-uvc .rp-uvc-btn--primary:hover { background: #0d3fd1; }
body.rp-uvc .rp-uvc-btn--ghost { background: #fff; color: var(--uvc-blue); border: 1.5px solid var(--uvc-blue); }
body.rp-uvc .rp-uvc-btn--ghost:hover { background: var(--uvc-lav); }

/* hero right / G2 card */
body.rp-uvc .rp-uvc-hero__right { flex: 0 1 610px; min-width: 0; display: flex; align-items: center; justify-content: center; }
body.rp-uvc .rp-uvc-hero__img { width: 100%; max-width: 580px; height: auto; display: block; }
body.rp-uvc .rp-uvc-hero__deco {
  position: absolute; right: 0; bottom: 0; width: 300px; height: auto; z-index: 0;
}
body.rp-uvc .rp-uvc-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-uvc .rp-uvc-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-uvc .rp-uvc-g2card__head { display: flex; align-items: center; gap: 12px; }
body.rp-uvc .rp-uvc-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-uvc .rp-uvc-g2card__titles { display: flex; flex-direction: column; }
body.rp-uvc .rp-uvc-g2card__title { color: var(--uvc-navy); font-weight: 700; font-size: 16px; }
body.rp-uvc .rp-uvc-g2card__sub { color: var(--uvc-t60); font-size: 13px; margin-top: 2px; }
body.rp-uvc .rp-uvc-g2card__rule { border: 0; border-top: 1px solid #EEF2FB; margin: 16px 0; }
body.rp-uvc .rp-uvc-gauges { display: flex; justify-content: space-between; gap: 8px; }
body.rp-uvc .rp-uvc-gauge { display: flex; flex-direction: column; align-items: center; flex: 1; }
body.rp-uvc .rp-uvc-gauge__delta {
  background: #E7F6EC; color: #12A150; border-radius: 999px; padding: 2px 8px;
  font-size: 12px; font-weight: 700; margin-bottom: 6px;
}
body.rp-uvc .rp-uvc-gauge__ring { position: relative; width: 100px; height: 100px; }
body.rp-uvc .rp-uvc-gauge__ring svg { width: 100px; height: 100px; transform: rotate(-90deg); }
body.rp-uvc .rp-uvc-gauge__track { fill: none; stroke: var(--uvc-lav-2); stroke-width: 10; }
body.rp-uvc .rp-uvc-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-uvc .rp-uvc-gauge__center {
  position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center;
}
body.rp-uvc .rp-uvc-gauge__center b { color: var(--uvc-navy); font-size: 20px; font-weight: 700; line-height: 1; }
body.rp-uvc .rp-uvc-gauge__center i { color: var(--uvc-t60); font-size: 12px; font-style: normal; margin-top: 2px; }
body.rp-uvc .rp-uvc-gauge__label { color: var(--uvc-navy); font-size: 13px; text-align: center; margin-top: 10px; max-width: 110px; }
body.rp-uvc .rp-uvc-g2card__legend { display: flex; justify-content: center; gap: 22px; margin-top: 18px; }
body.rp-uvc .rp-uvc-legend { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; color: var(--uvc-navy); }
body.rp-uvc .rp-uvc-legend i { width: 8px; height: 8px; border-radius: 999px; display: inline-block; }
body.rp-uvc .rp-uvc-legend--rp i { background: var(--uvc-blue); }
body.rp-uvc .rp-uvc-legend--comp { color: var(--uvc-t60); }
body.rp-uvc .rp-uvc-legend--comp i { background: #9AA4BF; }

/* logo cloud */
body.rp-uvc .rp-uvc-hero__logos { padding: 16px 0 0; }
/* trusted brands — match smbs .rp-khero-brands exactly (centered row, gap 28, label not uppercased) */
body.rp-uvc .rp-khero-brands { padding: 24px 24px 48px; text-align: center; max-width: none; }
body.rp-uvc .rp-khero-brands .rp-label,
body.rp-uvc .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-uvc .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-uvc .rp-khero-brands .new-listed-brands-sub-section-img { height: 36px; width: auto; margin: 0; }
body.rp-uvc .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-uvc .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-uvc .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-uvc .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-uvc .rp-khero-brands .new-listed-brands-sub-section-img { height: 28px !important; margin: 13px 6.5px !important; }
}
body.rp-uvc .rp-uvc-hero__logostitle { color: var(--uvc-navy); font-weight: 700; font-size: 22px; }
body.rp-uvc .rp-uvc-hero__logorow { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 48px; margin-top: 28px; }
body.rp-uvc .rp-uvc-logo-ph { color: #0B1B4D; font-weight: 700; font-size: 24px; letter-spacing: -0.01em; opacity: .85; }
body.rp-uvc .rp-uvc-brand { height: 28px; width: auto; display: block; object-fit: contain; }

/* ===== COMPARISON ========================================================= */
body.rp-uvc .rp-uvc-cmp { font-family: var(--uvc-font); padding-top: 80px; }
body.rp-uvc .rp-uvc-cmp__head { text-align: center; margin-bottom: 8px; }
body.rp-uvc .rp-uvc-cmp__h2 { color: var(--uvc-navy); font-weight: 700; font-size: clamp(30px, 3.2vw, 40px); line-height: 1.2; }
body.rp-uvc .rp-uvc-cmp__lede { color: var(--uvc-t80); font-size: 16px; line-height: 24px; max-width: 620px; margin: 16px auto 0; }
body.rp-uvc .rp-uvc-cmp__block { padding: 64px 0; }
body.rp-uvc .rp-uvc-cmp__block--onblue { background: var(--uvc-lav); }
body.rp-uvc .rp-uvc-cmp__grid { display: flex; gap: 72px; align-items: flex-start; }
body.rp-uvc .rp-uvc-cmp__left { flex: 0 0 400px; max-width: 400px; }
body.rp-uvc .rp-uvc-cmp__icon { display: block; width: 48px; height: 48px; margin-bottom: 12px; border-radius: 12px; background: #E4EBFE; }
body.rp-uvc .rp-uvc-cmp__block--onblue .rp-uvc-cmp__icon { background: #fff; }
body.rp-uvc .rp-uvc-cmp__h3 { color: var(--uvc-navy); font-weight: 700; font-size: 32px; line-height: 40px; }
body.rp-uvc .rp-uvc-cmp__text { color: #021143; font-size: 16px; line-height: 24px; margin-top: 18px; }
/* testimonial card */
body.rp-uvc .rp-uvc-quote { background: #FAFBFF; border-radius: 24px; padding: 20px; margin: 32px 0 0; }
body.rp-uvc .rp-uvc-cmp__block--onblue .rp-uvc-quote { background: #fff; }
body.rp-uvc .rp-uvc-quote__text { margin: 0; color: var(--uvc-navy); font-size: 18px; line-height: 27px; font-weight: 600; }
body.rp-uvc .rp-uvc-quote__client { display: flex; align-items: center; gap: 8px; margin-top: 32px; }
body.rp-uvc .rp-uvc-quote__client--stack { flex-direction: column; align-items: flex-start; gap: 10px; }
body.rp-uvc .rp-uvc-quote__avatar { width: 48px; height: 48px; border-radius: 999px; object-fit: cover; flex: 0 0 48px; display: block; }
body.rp-uvc .rp-uvc-quote__who { display: flex; flex-direction: column; }
body.rp-uvc .rp-uvc-quote__who b { color: #000; font-size: 18px; font-weight: 700; }
body.rp-uvc .rp-uvc-quote__who i { color: #000; font-size: 14px; font-style: normal; margin-top: 2px; }
body.rp-uvc .rp-uvc-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-uvc .rp-uvc-quote--lav { background: #F0F4FE; padding: 20px 30px; }
body.rp-uvc .rp-uvc-quote--lav .rp-uvc-quote__client { margin-top: 8px; }
body.rp-uvc .rp-uvc-quote--lav .rp-uvc-quote__client--stack { gap: 32px; }
body.rp-uvc .rp-uvc-quote__logo { display: block; height: 40px; width: auto; }

/* comparison table */
body.rp-uvc .rp-uvc-tbl-scroll { flex: 1 1 auto; min-width: 0; max-width: 100%; }
body.rp-uvc .rp-uvc-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-uvc .rp-uvc-cmp__block--onblue .rp-uvc-tbl { --hl: #fff; --brd-side: #D8E2FD; --brd-rp: #EEEFF1; }
body.rp-uvc .rp-uvc-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-uvc .rp-uvc-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-uvc .rp-uvc-tbl__cell--comp { line-height: 22px; }
body.rp-uvc .rp-uvc-tbl__label { justify-content: flex-start; text-align: left; color: var(--uvc-navy); font-weight: 700; padding-left: 0; }
body.rp-uvc .rp-uvc-tbl__cell--rp { justify-content: center; text-align: center; color: var(--uvc-navy); font-weight: 600; border-top-color: var(--brd-rp); }
body.rp-uvc .rp-uvc-tbl__cell--comp { justify-content: center; text-align: center; color: #696969; font-weight: 400; }
body.rp-uvc .rp-uvc-tbl__cell--head { min-height: 68px; border-top: 0; }
body.rp-uvc .rp-uvc-tbl__cell--head.rp-uvc-tbl__cell--comp { color: #9B9B9B; font-size: 13px; font-weight: 700; }
body.rp-uvc .rp-uvc-tbl__cell--last { border-bottom: 0; }
body.rp-uvc .rp-uvc-rplogo { display: inline-block; height: 43px; width: auto; max-width: 100%; }
/* check / x marks (block 4) */
body.rp-uvc .rp-uvc-tbl--marks .rp-uvc-tbl__cell--rp,
body.rp-uvc .rp-uvc-tbl--marks .rp-uvc-tbl__cell--comp { gap: 8px; }
/* keep the mark hugging its text at every breakpoint: the icon+text form a
   shrink-to-fit group the cell centers, so wrapping text never drifts away */
body.rp-uvc .rp-uvc-cellval { display: inline-flex; align-items: center; gap: 8px; text-align: start; }
body.rp-uvc .rp-uvc-mark { display: inline-flex; flex: 0 0 20px; }
body.rp-uvc .rp-uvc-mark img { width: 20px; height: 20px; display: block; }

/* ===== SPECIFIC COMPETITORS =============================================== */
body.rp-uvc .rp-uvc-spec { font-family: var(--uvc-font); background: var(--uvc-lav); padding: 64px 0 80px; }
body.rp-uvc .rp-uvc-spec__h2 { color: var(--uvc-navy); font-weight: 700; font-size: clamp(28px, 3vw, 40px); line-height: 1.2; margin-bottom: 32px; }
body.rp-uvc .rp-uvc-spec__cards { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
body.rp-uvc .rp-uvc-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-uvc .rp-uvc-spec__card:hover { box-shadow: 0 14px 34px rgba(2,17,67,.12); transform: translateY(-2px); }
body.rp-uvc .rp-uvc-spec__cardhead { display: flex; align-items: center; justify-content: space-between; color: var(--uvc-navy); font-weight: 700; font-size: 24px; }
body.rp-uvc .rp-uvc-spec__carddesc { color: var(--uvc-t80); font-size: 16px; line-height: 24px; margin-top: 14px; max-width: 506px; }
body.rp-uvc .rp-uvc-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-uvc .rp-uvc-spec__badge { flex: 0 0 auto; width: auto; height: 100px; display: block; }
body.rp-uvc .rp-uvc-spec__bannertext { flex: 1 1 auto; }
body.rp-uvc .rp-uvc-spec__bannerh3 { color: #fff; font-size: 28px; font-weight: 700; }
body.rp-uvc .rp-uvc-spec__bannerp { color: #C7D2F0; font-size: 16px; line-height: 24px; margin-top: 8px; }
body.rp-uvc .rp-uvc-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-uvc .rp-uvc-spec__bannerlink:hover { text-decoration: underline; }

/* ===== FAQ ================================================================ */
body.rp-uvc .rp-uvc-faq { font-family: var(--uvc-font); background: #fff; padding: 72px 0 88px; }
body.rp-uvc .rp-uvc-faq__h2 { color: var(--uvc-navy); font-weight: 700; font-size: clamp(28px, 3vw, 40px); line-height: 1.2; }
body.rp-uvc .rp-uvc-faq__hint { color: var(--uvc-t60); font-size: 15px; margin: 12px 0 24px; }
body.rp-uvc .rp-uvc-faq__hint a { color: var(--uvc-blue); font-weight: 700; text-decoration: none; }
body.rp-uvc .rp-uvc-faq__list { display: flex; flex-direction: column; gap: 8px; }
body.rp-uvc .rp-uvc-faq__item { background: var(--uvc-lav); border-radius: 16px; }
body.rp-uvc .rp-uvc-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-uvc .rp-uvc-faq__q::-webkit-details-marker { display: none; }
body.rp-uvc .rp-uvc-faq__q:focus, body.rp-uvc .rp-uvc-faq__q:focus-visible,
body.rp-uvc .rp-uvc-faq__item:focus, body.rp-uvc .rp-uvc-faq__item:focus-visible { outline: none; }
body.rp-uvc .rp-uvc-faq__chev { flex: 0 0 24px; width: 24px; height: 24px; transition: transform .2s ease; }
body.rp-uvc .rp-uvc-faq__item[open] .rp-uvc-faq__chev { transform: rotate(180deg); }
body.rp-uvc .rp-uvc-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-uvc .rp-uvc-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-uvc .rp-uvc-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-uvc .rp-uvc-hero__inner { flex-direction: column; align-items: flex-start; gap: 36px; padding-top: 40px; }
  body.rp-uvc .rp-uvc-hero__left { flex-basis: auto; max-width: 100%; }
  body.rp-uvc .rp-uvc-hero__h1 { font-size: 36px; line-height: 1.18; }
  body.rp-uvc .rp-uvc-hero__right { flex-basis: auto; width: 100%; justify-content: flex-start; min-height: 0; }
  body.rp-uvc .rp-uvc-hero__img { max-width: 65%; margin: auto; }
  body.rp-uvc .rp-uvc-g2card { margin: 0; }
  body.rp-uvc .rp-uvc-hero__deco { display: none; }
  body.rp-uvc .rp-uvc-cmp__grid { flex-direction: column; gap: 32px; align-items: stretch; }
  body.rp-uvc .rp-uvc-cmp__left { flex: 1 1 auto; max-width: none; }
  body.rp-uvc .rp-uvc-cmp__text { max-width: 640px; }
  body.rp-uvc .rp-uvc-quote { width: 100%; box-sizing: border-box; }
  body.rp-uvc .rp-uvc-spec__cards { grid-template-columns: 1fr; }
  body.rp-uvc .rp-uvc-spec__banner { flex-wrap: wrap; gap: 20px; padding: 32px 28px; }
}
@media (max-width: 767px) {
  body.rp-uvc .rp-uvc-hero__inner { padding-top: 32px; }
  body.rp-uvc .rp-uvc-hero__h1 { font-size: 32px; line-height: 40px; }
  body.rp-uvc .rp-uvc-hero__img { max-width: 100%; width: 100%; margin: auto; }
  body.rp-uvc .rp-uvc-hero__cta { flex-direction: column; align-items: stretch; gap: 12px; }
  body.rp-uvc .rp-uvc-btn { width: 100%; }
  body.rp-uvc .rp-uvc-g2card { max-width: 100%; }
  body.rp-uvc .rp-uvc-hero__logostitle { font-size: 18px; }
  body.rp-uvc .rp-uvc-hero__logorow { gap: 28px; }
  body.rp-uvc .rp-uvc-logo-ph { font-size: 20px; }
  body.rp-uvc .rp-uvc-tbl-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }
  body.rp-uvc .rp-uvc-tbl { min-width: 560px; }
  body.rp-uvc .rp-uvc-tbl__cell { padding: 14px 12px; font-size: 14px; min-height: 56px; }
  body.rp-uvc .rp-uvc-cmp__h3 { font-size: 24px; }
  body.rp-uvc .rp-uvc-spec__card { padding: 24px; }
  body.rp-uvc .rp-uvc-spec__cardhead { font-size: 20px; }
}

/* ── RTL (Arabic /ar/): this page's content is authored LTR; flip directional
   link arrows so they point left (reading direction) in RTL. ────────────── */
[dir="rtl"] .rp-uvc-spec__arrow,
[dir="rtl"] .rp-uvc-spec__bannerlink img { transform: scaleX(-1); }
