/*
 * RobloxPets - Support Hub
 */

body.rbp-support-body {
  background:
    radial-gradient(900px 540px at 50% -10%, rgba(96, 165, 250, .12), transparent 65%),
    radial-gradient(900px 600px at 0% 0%, rgba(59, 130, 246, .11), transparent 60%),
    radial-gradient(900px 600px at 100% 0%, rgba(96, 165, 250, .09), transparent 60%),
    linear-gradient(180deg, #040912 0%, #050d1f 100%);
  background-attachment: fixed;
}

.rbp-support,
.rbp-support * {
  box-sizing: border-box;
}

.rbp-support {
  --bg: #040912;
  --panel: rgba(12, 23, 48, .74);
  --panel-strong: rgba(18, 35, 74, .72);
  --line: rgba(96, 165, 250, .16);
  --line-strong: rgba(96, 165, 250, .34);
  --text: #e6edf7;
  --muted: #9aa9c2;
  --dim: #6b7a96;
  --blue: #3b82f6;
  --blue-2: #2563eb;
  --green: #10b981;
  --purple: #8b5cf6;

  position: relative;
  min-height: 100vh;
  padding-top: calc(var(--rbp-fixed-main-h, var(--rbp-h-main-d, 88px)) + clamp(26px, 3vw, 36px));
  /* Small buffer only — the custom footer sits flush below (its own top padding
     is the breathing room) and the fixed mobile nav is cleared by
     body.rbp-header-active's padding-bottom, which sits below the footer. A large
     value here just exposed the page background as a gap above the footer. */
  padding-bottom: 20px;
  color: var(--text);
  font-family: Manrope, Chivo, Inter, system-ui, -apple-system, Segoe UI, sans-serif;
  overflow-x: hidden;
  overflow-y: clip;
  width: 100%;
  max-width: 100vw;
  isolation: isolate;
}

.rbp-support :where(section, article, aside, div, header, footer, form, nav) {
  min-width: 0;
}

.rbp-support:before,
.rbp-support:after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.rbp-support:before {
  background-image:
    linear-gradient(to right, rgba(96, 165, 250, .05) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(96, 165, 250, .05) 1px, transparent 1px);
  background-size: 56px 56px;
  -webkit-mask-image: radial-gradient(ellipse at 50% 28%, #000 30%, transparent 75%);
  mask-image: radial-gradient(ellipse at 50% 28%, #000 30%, transparent 75%);
}

.rbp-support:after {
  background-image: repeating-linear-gradient(135deg, rgba(96, 165, 250, .035) 0 1px, transparent 1px 18px);
}

.rbp-support__shell {
  position: relative;
  z-index: 1;
  width: min(100%, 1280px);
  margin: 0 auto;
  padding: 0 32px;
  display: grid;
  gap: clamp(20px, 2.2vw, 26px);
  max-width: 100%;
}

.rbp-support svg {
  width: 1em;
  height: 1em;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.rbp-card {
  position: relative;
  border: 1px solid var(--line);
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(20, 38, 80, .55), rgba(10, 21, 48, .55));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.045),
    0 18px 50px -28px rgba(2, 6, 18, .95),
    0 0 0 1px rgba(59, 130, 246, .04);
  backdrop-filter: blur(8px);
}

.rbp-card--strong {
  border-color: var(--line-strong);
  border-radius: 24px;
  background:
    radial-gradient(850px 360px at 76% 20%, rgba(59, 130, 246, .17), transparent 62%),
    linear-gradient(180deg, rgba(30, 55, 110, .55), rgba(12, 24, 56, .58));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.06),
    0 30px 80px -34px rgba(2, 6, 18, .96),
    0 0 80px -30px rgba(59, 130, 246, .34);
}

.rbp-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  width: max-content;
  max-width: 100%;
  min-height: 28px;
  padding: 0 12px;
  border: 1px solid rgba(96, 165, 250, .32);
  border-radius: 999px;
  color: #bfdbfe;
  background: linear-gradient(180deg, rgba(59, 130, 246, .18), rgba(59, 130, 246, .08));
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.rbp-eyebrow span,
.rbp-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #34d399;
  box-shadow: 0 0 10px rgba(52, 211, 153, .88);
}

.rbp-eyebrow span { background: #60a5fa; box-shadow: 0 0 9px rgba(96, 165, 250, .82); }

.rbp-support-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr);
  gap: 40px;
  padding: 36px 40px;
  overflow: hidden;
}

.rbp-support-hero:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 16%;
  right: 16%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(147, 197, 253, .68), transparent);
}

.rbp-support-hero__copy {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.rbp-support h1,
.rbp-support h2,
.rbp-support h3,
.rbp-support p {
  margin: 0;
}

.rbp-support :where(h1, h2, h3, h4, h5, h6) {
  color: #fff !important;
  font-family: Manrope, Chivo, Inter, system-ui, -apple-system, Segoe UI, sans-serif !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.rbp-support :where(p, li) {
  color: inherit;
  font-family: Manrope, Chivo, Inter, system-ui, -apple-system, Segoe UI, sans-serif !important;
}

.rbp-support-hero h1 {
  margin-top: 16px;
  color: #fff !important;
  font-size: clamp(40px, 4vw, 54px);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: 0;
}

.rbp-support-hero h1 span,
.rbp-support-faq h2 span {
  color: #60a5fa !important;
}

.rbp-support-hero__lead {
  margin-top: 10px;
  color: #d7e4f8;
  font-size: 17px;
  line-height: 1.45;
  font-weight: 650;
}

.rbp-support-hero__sub {
  max-width: 540px;
  margin-top: 10px;
  color: #8fa0bf;
  font-size: 14px;
  line-height: 1.6;
}

.rbp-support-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.rbp-support-btn {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 12px;
  color: #fff !important;
  font-size: 14px;
  font-weight: 850;
  line-height: 1;
  text-decoration: none !important;
  white-space: nowrap;
  transform: translateY(0);
  will-change: transform, box-shadow, filter;
  transition:
    transform .18s cubic-bezier(.2,.7,.2,1),
    filter .18s ease,
    border-color .18s ease,
    background .18s ease,
    box-shadow .18s ease;
}

.rbp-support-btn svg { font-size: 15px; }
.rbp-support-btn--blue { background: linear-gradient(180deg, #4ea1ff 0%, #2c70d8 100%); border-color: rgba(186,213,255,.42); box-shadow: inset 0 1px 0 rgba(255,255,255,.22), 0 10px 24px -14px rgba(46,113,215,.65); }
.rbp-support-btn--green { background: linear-gradient(180deg, #10b981, #059669); border-color: rgba(52,211,153,.48); box-shadow: inset 0 1px 0 rgba(255,255,255,.18), 0 10px 24px -14px rgba(16,185,129,.7); }
.rbp-support-btn--purple { background: linear-gradient(180deg, #4ea1ff 0%, #2c70d8 100%); border-color: rgba(186,213,255,.42); box-shadow: inset 0 1px 0 rgba(255,255,255,.22), 0 10px 24px -14px rgba(46,113,215,.65); }
.rbp-support-btn--ghost { background: rgba(20,38,80,.54); border-color: var(--line-strong); }
.rbp-support-btn:before {
  content: "";
  position: absolute;
  inset: -1px auto -1px -42%;
  width: 34%;
  background: linear-gradient(100deg, transparent, rgba(255,255,255,.22), transparent);
  transform: skewX(-18deg);
  opacity: 0;
  pointer-events: none;
}

.rbp-support-btn:hover {
  transform: translateY(-2px);
  filter: brightness(1.08) saturate(1.04);
}

.rbp-support-btn:hover:before {
  opacity: 1;
  animation: rbp-support-shine .72s ease both;
}

.rbp-support-btn:active {
  transform: translateY(0);
  filter: brightness(1);
}

.rbp-support-btn:focus-visible,
.rbp-triage-item:focus-visible,
.rbp-route:focus-within,
.rbp-support-chips button:focus-visible,
.rbp-faq-item button:focus-visible {
  outline: 2px solid rgba(147,197,253,.82);
  outline-offset: 3px;
}

@keyframes rbp-support-shine {
  from { transform: translateX(0) skewX(-18deg); }
  to { transform: translateX(430%) skewX(-18deg); }
}

.rbp-support-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.rbp-support-trust span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 11px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #cbd5e1;
  background: rgba(15, 30, 65, .5);
  font-size: 12px;
  font-weight: 750;
}

.rbp-support-trust i,
.rbp-support-status__list span svg,
.rbp-support-stuck div span svg {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  padding: 3px;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(180deg, #34d399, #059669);
}

.rbp-support-status {
  position: relative;
  z-index: 1;
  padding: 22px;
  overflow: visible;
}

.rbp-support-status__top,
.rbp-support-status__top strong,
.rbp-support-status__list span {
  display: flex;
  align-items: center;
}

.rbp-support-status__top {
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.rbp-support-status__top strong { gap: 10px; color: #fff; font-size: 14px; }
.rbp-support-status__top small { color: #7aa3ff; font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }

.rbp-support-status__stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 14px;
}

.rbp-support-status__stats div,
.rbp-support-status__list {
  border: 1px solid rgba(96, 165, 250, .14);
  border-radius: 12px;
  background: rgba(10, 21, 48, .6);
  padding: 12px 14px;
}

.rbp-support-status small,
.rbp-support-triage small {
  display: block;
  color: #7aa3ff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.rbp-support-status__stats strong {
  display: block;
  margin-top: 4px;
  color: #fff;
  font-size: 19px;
  line-height: 1.2;
}

.rbp-support-status__stats div:nth-child(2) strong { font-size: 13px; line-height: 1.35; }
.rbp-support-status__stats span { color: var(--muted); font-size: 11px; font-weight: 700; }
.rbp-support-status__list { display: grid; gap: 8px; }
.rbp-support-status__list small { margin-bottom: 2px; }
.rbp-support-status__list span { gap: 10px; color: #dbe5f5; font-size: 13.5px; font-weight: 700; }
.rbp-support-status__list span svg { flex: 0 0 18px; width: 18px; height: 18px; border-radius: 6px; background: rgba(52,211,153,.15); color: #34d399; border: 1px solid rgba(52,211,153,.35); }

.rbp-support-float {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 14px;
  color: #fff;
  font-size: 12px;
  font-weight: 850;
  box-shadow: 0 14px 30px -12px rgba(0,0,0,.7);
}

.rbp-support-float--chat {
  top: -18px;
  right: -14px;
  padding: 10px 14px;
  background: linear-gradient(180deg, #3b82f6, #1d4ed8);
  border: 1px solid rgba(147,197,253,.55);
  transform: rotate(4deg);
}

.rbp-support-float--order {
  right: -8px;
  bottom: -22px;
  padding: 10px 14px;
  background: rgba(10,21,48,.95);
  border: 1px solid rgba(96,165,250,.32);
  transform: rotate(-3deg);
}

.rbp-support-float--order i {
  width: 24px;
  height: 24px;
  border-radius: 6px;
  background: linear-gradient(135deg, #34d399, #10b981);
}

.rbp-support-float--order span { display: grid; gap: 2px; color: #fff; }
.rbp-support-float--order b { color: #7aa3ff; font-size: 11px; }

.rbp-support-triage {
  display: grid;
  grid-template-columns: auto repeat(3, minmax(0, 1fr));
  gap: 12px;
  align-items: center;
  padding: 22px 26px;
}

.rbp-support-triage > div:first-child {
  min-width: 252px;
  padding-right: 18px;
}

.rbp-support-triage strong {
  display: block;
  margin-top: 4px;
  color: #fff;
  font-size: 22px;
  line-height: 1.15;
}

.rbp-triage-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  min-height: 62px;
  padding: 12px 14px;
  border: 1px solid rgba(96, 165, 250, .14);
  border-radius: 14px;
  background: rgba(10, 21, 48, .58);
  color: inherit !important;
  text-decoration: none !important;
  transition: transform .18s cubic-bezier(.2,.7,.2,1), border-color .18s ease, background .18s ease, box-shadow .18s ease;
}

.rbp-triage-item:hover {
  transform: translateY(-2px);
  border-color: rgba(96,165,250,.34);
  background: rgba(15, 34, 76, .68);
  box-shadow: 0 16px 32px -24px rgba(59,130,246,.72);
}

.rbp-triage-item > i {
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: #60a5fa;
  background: rgba(96,165,250,.12);
  border: 1px solid rgba(96,165,250,.34);
}

.rbp-triage-item--green > i { color: #34d399; background: rgba(52,211,153,.12); border-color: rgba(52,211,153,.34); }
.rbp-triage-item--purple > i { color: #a78bfa; background: rgba(167,139,250,.12); border-color: rgba(167,139,250,.34); }
.rbp-triage-item span { flex: 1 1 auto; min-width: 0; }
.rbp-triage-item b { display: block; margin-top: 3px; color: #fff; font-size: 14px; }

.rbp-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 16px;
}

.rbp-section-head h2,
.rbp-support-faq h2 {
  margin-top: 12px;
  color: #fff !important;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.08;
}

.rbp-section-head p,
.rbp-support-faq > div > p {
  margin-top: 8px;
  color: var(--muted);
  font-size: 15px;
}

.rbp-live {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #7aa3ff;
  font-size: 12.5px;
  font-weight: 850;
}

.rbp-support-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.rbp-route {
  position: relative;
  min-height: 286px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(20, 38, 80, .52), rgba(10, 21, 48, .56));
  overflow: hidden;
  transition: transform .2s cubic-bezier(.2,.7,.2,1), border-color .2s ease, background .2s ease, box-shadow .2s ease;
}

.rbp-route:hover {
  transform: translateY(-3px);
  border-color: rgba(147,197,253,.42);
  background: linear-gradient(180deg, rgba(25, 49, 101, .62), rgba(10, 21, 48, .6));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.055),
    0 22px 50px -34px rgba(2, 6, 18, .95),
    0 0 56px -28px rgba(59,130,246,.46);
}

.rbp-route:before {
  content: "";
  position: absolute;
  top: 0;
  left: 24px;
  right: 24px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #60a5fa, transparent);
  opacity: .62;
}

.rbp-route--green:before { background: linear-gradient(90deg, transparent, #34d399, transparent); }
.rbp-route--purple:before { background: linear-gradient(90deg, transparent, #a78bfa, transparent); }
.rbp-route.is-featured { border-color: rgba(147,197,253,.54); box-shadow: 0 0 60px -20px rgba(59,130,246,.42); }

.rbp-route__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 14px;
}

.rbp-route__top > i {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(96,165,250,.35);
  border-radius: 12px;
  color: #60a5fa;
  background: linear-gradient(180deg, rgba(59,130,246,.22), rgba(59,130,246,.08));
}

.rbp-route--green .rbp-route__top > i { color: #34d399; border-color: rgba(52,211,153,.35); background: linear-gradient(180deg, rgba(16,185,129,.20), rgba(16,185,129,.06)); }
.rbp-route--purple .rbp-route__top > i { color: #a78bfa; border-color: rgba(167,139,250,.35); background: linear-gradient(180deg, rgba(139,92,246,.20), rgba(139,92,246,.06)); }

.rbp-route__top div {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px;
}

.rbp-route__top span {
  padding: 4px 8px;
  border: 1px solid rgba(96,165,250,.24);
  border-radius: 999px;
  color: #bfdbfe;
  background: rgba(96,165,250,.11);
  font-size: 11px;
  font-weight: 850;
}

.rbp-route--green .rbp-route__top span { color: #86efac; border-color: rgba(52,211,153,.24); background: rgba(52,211,153,.11); }
.rbp-route--purple .rbp-route__top span { color: #c4b5fd; border-color: rgba(167,139,250,.24); background: rgba(167,139,250,.11); }

.rbp-route h3 {
  color: #fff !important;
  font-size: 19px;
  font-weight: 900;
  line-height: 1.16;
}

.rbp-route > strong {
  margin-top: -8px;
  color: #7aa3ff;
  font-size: 12px;
}

.rbp-route p {
  color: #bcc8df;
  font-size: 13.5px;
  line-height: 1.56;
}

.rbp-route__foot {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
}

.rbp-route__foot small { color: var(--dim); font-size: 11.5px; font-weight: 700; }

.rbp-support-faq {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 24px;
  align-items: start;
}

.rbp-support-search {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 48px;
  margin-top: 18px;
  padding: 0 14px;
  border: 1px solid var(--line-strong);
  border-radius: 14px;
  background: rgba(10,21,48,.68);
}

.rbp-support-search > svg { color: #cbd5e1; font-size: 17px; }
.rbp-support-search input {
  flex: 1 1 auto;
  min-width: 0;
  height: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: #fff;
  font: inherit;
  font-size: 14px;
}
.rbp-support-search input::placeholder { color: #cbd5e1; opacity: 1; }
.rbp-support-search small { color: #7aa3ff; font-size: 11px; font-weight: 850; white-space: nowrap; }
.rbp-support-search button {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 10px;
  color: #dbeafe;
  background: rgba(20,38,80,.64);
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.rbp-support-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.rbp-support-chips button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 30px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #cbd5e1;
  background: rgba(15, 30, 65, .55);
  font: inherit;
  font-size: 12.5px;
  font-weight: 800;
  cursor: pointer;
}

.rbp-support-chips button.is-active {
  color: #fff;
  background: linear-gradient(180deg, #3b82f6, #1d4ed8);
  border-color: rgba(147,197,253,.58);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.18), 0 8px 20px -12px rgba(59,130,246,.8);
}

.rbp-faq-list {
  margin-top: 14px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(15,30,65,.5), rgba(10,21,48,.3));
  overflow: hidden;
}

.rbp-faq-item[hidden] { display: none; }
.rbp-faq-item + .rbp-faq-item { border-top: 1px solid rgba(96,165,250,.08); }
.rbp-faq-item button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 22px;
  border: 0;
  background: transparent;
  color: #fff;
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: background .16s ease, box-shadow .16s ease, color .16s ease;
}

.rbp-faq-item button:hover {
  background: rgba(59,130,246,.065);
}

.rbp-faq-item.is-open button {
  background: linear-gradient(180deg, rgba(59,130,246,.10), rgba(59,130,246,.03));
  box-shadow: inset 0 0 0 1px rgba(96,165,250,.25), inset 0 0 40px -12px rgba(59,130,246,.16);
}

.rbp-faq-item button span {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  color: #fff;
  font-size: 15px;
  font-weight: 850;
}

.rbp-faq-item button i {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(96,165,250,.3);
  border-radius: 7px;
  color: #93c5fd;
  background: rgba(59,130,246,.15);
  font-style: normal;
  font-size: 11px;
  font-weight: 900;
}

.rbp-faq-item button b {
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: #93c5fd;
  background: rgba(96,165,250,.08);
}

.rbp-faq-item > div {
  display: none;
  max-width: 760px;
  padding: 0 22px 18px 58px;
  color: #c7d2e3;
  font-size: 14px;
  line-height: 1.62;
}

.rbp-faq-item.is-open > div { display: block; }
.rbp-faq-item > div p { margin: 0; }

.rbp-faq-empty {
  margin-top: 18px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(20,38,80,.55), rgba(10,21,48,.55));
}
.rbp-faq-empty h3 { margin-top: 12px; color: #fff !important; font-size: 20px; }
.rbp-faq-empty p { margin: 6px 0 16px; color: var(--muted); }

.rbp-support-stuck {
  position: sticky;
  top: calc(var(--rbp-fixed-main-h, var(--rbp-h-main-d, 88px)) + 20px);
  padding: 22px;
}

.rbp-support-stuck > i {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 14px;
  border: 1px solid rgba(96,165,250,.35);
  border-radius: 12px;
  color: #60a5fa;
  background: linear-gradient(180deg, rgba(59,130,246,.22), rgba(59,130,246,.08));
}

.rbp-support-stuck h3 { color: #fff !important; font-size: 19px; }
.rbp-support-stuck p { margin: 8px 0 16px; color: var(--muted); font-size: 13.5px; line-height: 1.55; }
.rbp-support-stuck .rbp-support-btn { width: 100%; margin-top: 8px; }
.rbp-support-stuck div {
  display: grid;
  gap: 9px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(96,165,250,.14);
}
.rbp-support-stuck div small { color: #7aa3ff; font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.rbp-support-stuck div span { display: flex; gap: 8px; align-items: flex-start; color: #cbd5e1; font-size: 12.5px; }
.rbp-support-stuck div span svg { background: transparent; border-radius: 0; color: #cbd5e1; padding: 0; border: 0; }

.rbp-support-bottom {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 30px 36px;
}

.rbp-support-bottom h2 { margin-top: 10px; color: #fff !important; font-size: 30px; font-weight: 900; }
.rbp-support-bottom p { max-width: 620px; margin-top: 7px; color: #bcc8df; font-size: 14.5px; line-height: 1.55; }
.rbp-support-bottom .rbp-support-actions { margin-top: 0; justify-content: flex-end; }

@media (max-width: 1100px) {
  .rbp-support__shell {
    width: min(100%, 760px);
  }
  .rbp-support-hero,
  .rbp-support-faq {
    grid-template-columns: 1fr;
  }
  .rbp-support-status { max-width: 560px; }
  .rbp-support-triage { grid-template-columns: 1fr; }
  .rbp-support-triage > div:first-child { min-width: 0; padding-right: 0; }
  .rbp-support-card-grid { grid-template-columns: 1fr; }
  .rbp-support-stuck { position: static; }
  .rbp-support-bottom { grid-template-columns: 1fr; }
  .rbp-support-bottom .rbp-support-actions { justify-content: flex-start; }
}

@media (max-width: 720px) {
  .rbp-support {
    padding-top: calc(var(--rbp-fixed-main-h, var(--rbp-h-main-m, 64px)) + 14px);
    /* Small buffer only — nav space reserved below the footer by body padding.
       This ≤720px override was the real mobile gap above the footer. */
    padding-bottom: 24px;
    overflow-x: clip;
  }
  .rbp-support__shell {
    width: 100%;
    max-width: 100vw;
    padding: 0 12px;
    gap: 16px;
  }
  .rbp-card,
  .rbp-support-hero,
  .rbp-support-triage,
  .rbp-route,
  .rbp-faq-list,
  .rbp-support-bottom {
    max-width: 100%;
  }
  .rbp-support-hero {
    padding: 24px 20px 20px;
    gap: 18px;
    border-radius: 22px;
  }
  .rbp-support-hero h1 {
    margin-top: 18px;
    font-size: clamp(33px, 9vw, 42px);
    line-height: 1.02;
    max-width: 9.5em;
  }
  .rbp-support-hero__sub,
  .rbp-support-status,
  .rbp-support-float {
    display: none;
  }
  .rbp-support-hero__lead {
    max-width: 100%;
    font-size: 14.5px;
    line-height: 1.4;
  }
  .rbp-support-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 18px;
    gap: 10px;
  }
  .rbp-support-actions .rbp-support-btn--ghost {
    grid-column: 1 / -1;
  }
  .rbp-support-btn {
    width: 100%;
    min-height: 42px;
    min-width: 0;
    padding: 0 10px;
    font-size: 12.5px;
    line-height: 1.18;
    white-space: normal;
    text-align: center;
  }
  .rbp-support-actions .rbp-support-btn {
    min-height: 46px;
  }
  .rbp-support-trust {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    margin-top: 14px;
  }
  .rbp-support-trust span {
    min-width: 0;
    justify-content: center;
    padding: 7px 6px;
    font-size: 10.5px;
    text-align: center;
    white-space: nowrap;
  }
  .rbp-support-trust i {
    flex: 0 0 15px;
  }
  .rbp-support-triage,
  .rbp-route,
  .rbp-support-bottom,
  .rbp-support-stuck {
    padding: 18px;
  }
  .rbp-support-triage strong { font-size: 17px; }
  .rbp-triage-item {
    min-height: 64px;
    padding: 12px;
  }
  .rbp-triage-item b {
    font-size: 14px;
  }
  .rbp-section-head {
    display: block;
    margin-bottom: 14px;
  }
  .rbp-section-head h2,
  .rbp-support-faq h2 {
    font-size: clamp(25px, 7vw, 31px);
    line-height: 1.05;
  }
  .rbp-section-head p,
  .rbp-support-faq > div > p {
    font-size: 13px;
  }
  .rbp-live { display: none; }
  .rbp-route {
    min-height: 0;
    border-radius: 18px;
    gap: 13px;
  }
  .rbp-route:hover,
  .rbp-triage-item:hover,
  .rbp-support-btn:hover {
    transform: none;
  }
  .rbp-route__top {
    gap: 10px;
  }
  .rbp-route__top div {
    min-width: 0;
    overflow: hidden;
    justify-content: flex-end;
  }
  .rbp-route__top span {
    max-width: 100%;
    font-size: 10.5px;
  }
  .rbp-route__top > i {
    width: 42px;
    height: 42px;
  }
  .rbp-route h3 {
    font-size: 21px;
  }
  .rbp-route p {
    font-size: 13.5px;
  }
  .rbp-route__foot {
    display: grid;
    gap: 8px;
  }
  .rbp-route__foot small {
    display: none;
  }
  .rbp-support-search {
    height: 46px;
    margin-top: 16px;
    padding: 0 12px;
  }
  .rbp-support-search small,
  .rbp-support-search button {
    display: none !important;
  }
  .rbp-support-chips {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
    margin-left: -2px;
    margin-right: -2px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
  .rbp-support-chips::-webkit-scrollbar { display: none; }
  .rbp-support-chips button {
    flex: 0 0 auto;
    font-size: 12px;
  }
  .rbp-faq-list {
    border-radius: 18px;
  }
  .rbp-faq-item button {
    padding: 14px 16px;
    gap: 10px;
  }
  .rbp-faq-item button span {
    gap: 10px;
    font-size: 13.5px;
    line-height: 1.35;
  }
  .rbp-faq-item button i {
    flex-basis: 22px;
    width: 22px;
    height: 22px;
    font-size: 10px;
  }
  .rbp-faq-item > div {
    padding: 0 16px 14px;
    font-size: 13px;
    line-height: 1.58;
  }
  .rbp-support-stuck {
    display: none;
  }
  .rbp-support-bottom .rbp-support-actions {
    grid-template-columns: 1fr 1fr;
  }
  .rbp-support-bottom .rbp-support-btn--ghost {
    display: none;
  }
  .rbp-support-bottom h2 {
    font-size: 25px;
  }
}

@media (max-width: 430px) {
  .rbp-support__shell {
    padding: 0 10px;
  }
  .rbp-support-hero {
    padding: 24px 20px 20px;
  }
  .rbp-support-actions {
    grid-template-columns: 1fr;
  }
  .rbp-support-actions .rbp-support-btn--ghost {
    grid-column: auto;
  }
  .rbp-support-trust {
    grid-template-columns: 1fr;
  }
  .rbp-support-trust span {
    justify-content: flex-start;
    padding: 8px 10px;
    font-size: 11.5px;
  }
  .rbp-route__top {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
  }
  .rbp-route__top div {
    justify-content: flex-end;
  }
  .rbp-support-bottom .rbp-support-actions {
    grid-template-columns: 1fr;
  }
}
