
/* §12 — "build & grow" foundation callout (ported from website-design .hbx, greens normalized to branding palette) */
.rsg-page .hbx { position: relative; overflow: hidden; background: var(--dark-grad); color: #fff; border: 1px solid rgba(255,255,255,0.08); border-radius: 22px; padding: 36px 40px 34px; box-shadow: 0 24px 60px rgba(0,0,0,0.30); }
.rsg-page .hbx::before { content: ""; position: absolute; top: -140px; right: -120px; width: 380px; height: 380px; border-radius: 50%; background: radial-gradient(circle, rgba(44,122,75,0.22), transparent 65%); pointer-events: none; }
.rsg-page .hbx::after { content: ""; position: absolute; bottom: -120px; left: -110px; width: 300px; height: 300px; border-radius: 50%; background: radial-gradient(circle, rgba(44,122,75,0.12), transparent 65%); pointer-events: none; }
.rsg-page .hbx-tag { position: relative; z-index: 2; display: inline-flex; align-items: center; gap: 8px; background: rgba(44,122,75,0.18); color: #6EE7B7; border: 1px solid rgba(44,122,75,0.32); padding: 6px 14px; border-radius: 999px; font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; font-weight: 700; margin-bottom: 20px; }
.rsg-page .hbx-tag .hbx-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green-500); box-shadow: 0 0 10px rgba(44,122,75,0.7); }
.rsg-page .hbx-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 40px; align-items: center; }
.rsg-page .hbx-grid h3 { font-family: var(--font-display); font-size: 25px; font-weight: 800; color: #fff; line-height: 1.22; margin: 0 0 13px; letter-spacing: -0.01em; }
.rsg-page .hbx-grid > div > p { color: rgba(255,255,255,0.80); font-size: 14.5px; line-height: 1.68; margin: 0 0 20px; }
.rsg-page .hbx-grid p strong { color: #fff; font-weight: 700; }
.rsg-page .hbx-checks { display: flex; flex-direction: column; gap: 13px; }
.rsg-page .hbx-ck { display: flex; gap: 13px; align-items: flex-start; }
.rsg-page .hbx-ck-ic { position: relative; width: 22px; height: 22px; border-radius: 50%; flex-shrink: 0; margin-top: 2px; background: var(--green-500); }
.rsg-page .hbx-ck-ic svg { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 13px; height: 13px; color: #fff; }
.rsg-page .hbx-ck b { display: block; font-family: var(--font-display); font-size: 14px; font-weight: 800; color: #fff; line-height: 1.3; }
.rsg-page .hbx-ck span { display: block; font-size: 12.5px; line-height: 1.5; color: rgba(255,255,255,0.62); margin-top: 2px; }
.rsg-page .hbx-viz { position: relative; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.10); border-radius: 16px; padding: 16px 18px 12px; }
.rsg-page .hbx-viz-lbl { display: block; font-family: var(--font-mono); font-size: 9.5px; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 700; color: rgba(255,255,255,0.6); margin-bottom: 4px; }
.rsg-page .hbx-viz svg { display: block; width: 100%; height: auto; }
.rsg-page .hbx-band { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; margin-top: 26px; padding: 22px 30px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.10); border-radius: 16px; }
.rsg-page .hbx-bcell { display: flex; flex-direction: column; gap: 6px; }
.rsg-page .hbx-bcell.them { align-items: flex-end; text-align: right; }
.rsg-page .hbx-bnum { font-family: var(--font-display); font-weight: 800; font-size: clamp(28px, 3.4vw, 38px); line-height: 1.1; letter-spacing: -0.02em; padding-bottom: 0.14em; }
.rsg-page .hbx-bcell.you .hbx-bnum { background: linear-gradient(135deg, var(--green-500), #6EE7B7); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.rsg-page .hbx-bcell.them .hbx-bnum { color: rgba(255,255,255,0.92); }
.rsg-page .hbx-blbl { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 700; color: rgba(255,255,255,0.55); }
.rsg-page .hbx-vs { width: 44px; height: 44px; border-radius: 50%; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.14); display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-weight: 800; font-size: 12px; letter-spacing: 0.04em; color: rgba(255,255,255,0.72); }
.rsg-page .hbx-foot { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap; margin-top: 24px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,0.10); }
.rsg-page .hbx-foot p { margin: 0; font-size: 13.5px; line-height: 1.6; color: rgba(255,255,255,0.72); max-width: 640px; }
.rsg-page .hbx-foot p strong { color: #fff; font-weight: 700; }
.rsg-page .hbx-cta { display: inline-flex; align-items: center; gap: 9px; padding: 11px 22px; background: var(--green-500); color: #fff; border-radius: 999px; text-decoration: none; font-family: var(--font-display); font-size: 13.5px; font-weight: 700; box-shadow: 0 8px 20px rgba(44,122,75,0.35); transition: background .2s, transform .2s; white-space: nowrap; }
.rsg-page .hbx-cta:hover { background: var(--green-600); transform: translateY(-1px); }
.rsg-page .hbx-cta svg { width: 18px; height: 18px; }
@media (max-width: 900px) {
  .rsg-page .hbx-grid { grid-template-columns: 1fr; gap: 26px; }
}
@media (max-width: 600px) {
  .rsg-page .hbx { padding: 28px 22px; }
  .rsg-page .hbx-band { grid-template-columns: 1fr; gap: 16px; padding: 20px; }
  .rsg-page .hbx-bcell.them { align-items: flex-start; text-align: left; }
  .rsg-page .hbx-vs { transform: rotate(90deg); margin: 0; }
  .rsg-page .hbx-foot { flex-direction: column; align-items: flex-start; }
  .rsg-page .hbx-cta { width: 100%; justify-content: center; }
}

/* ===== HERO RIGHT COLUMN: Su'Coy Brand Kit panel (.bkit-*) ===== */
.rsg-page .bkit { position: absolute; inset: 0;
  border-radius: 18px; overflow: hidden;
  background: linear-gradient(180deg, #FFFFFF 0%, #FBFCFB 100%);
  border: 1px solid var(--line);
  box-shadow: 0 34px 74px rgba(0,0,0,.20), 0 12px 30px rgba(0,0,0,.10),
              0 2px 6px rgba(0,0,0,.05), inset 0 1px 0 rgba(255,255,255,.9);
  display: flex; flex-direction: column;
}
.rsg-page .bkit-bar {
  position: relative; flex-shrink: 0; height: 38px; display: flex; align-items: center;
  justify-content: center; padding: 0 13px;
  background: linear-gradient(180deg, #FAFBFA, #F1F4F2); border-bottom: 1px solid var(--line);
}
.rsg-page .bkit-dots { position: absolute; left: 13px; top: 50%; transform: translateY(-50%); display: flex; gap: 6px; }
.rsg-page .bkit-dots i { width: 9px; height: 9px; border-radius: 50%; background: #D6DBD8; box-shadow: inset 0 1px 0 rgba(255,255,255,.6); }
.rsg-page .bkit-dots i.g { background: var(--green-500); }
.rsg-page .bkit-title {
  font-family: var(--font-display); font-weight: 700; font-size: 10.5px; letter-spacing: 0.05em;
  color: var(--ink-500);
}
.rsg-page .bkit-tabs {
  flex-shrink: 0; height: 31px; display: flex; align-items: stretch; gap: 3px; padding: 0 11px;
  background: #fff; border-bottom: 1px solid var(--line);
}
.rsg-page .bkit-tab {
  display: flex; align-items: center; padding: 0 10px; font-family: var(--font-display);
  font-weight: 700; font-size: 9px; letter-spacing: 0.11em; text-transform: uppercase;
  color: #9AA39D; border-bottom: 2px solid transparent;
}
.rsg-page .bkit-tab.on { color: var(--green-700); border-bottom-color: var(--green-500); }
.rsg-page .bkit-tabs .cnt {
  margin-left: auto; display: flex; align-items: center; gap: 5px; font-size: 8.5px;
  font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-500);
}
.rsg-page .bkit-tabs .cnt i { width: 5px; height: 5px; border-radius: 50%; background: var(--green-500); }
.rsg-page .bkit-body { flex: 1; min-height: 0; padding: 12px 14px; display: flex; flex-direction: column; gap: 9px; }
.rsg-page .bkit-client { flex-shrink: 0; display: flex; align-items: center; gap: 11px; }
.rsg-page .bkit-who { min-width: 0; flex: 1; }
.rsg-page .bkit-who strong { display: block; font-family: var(--font-display); font-weight: 700; font-size: 15.5px; line-height: 1.24; letter-spacing: -0.016em; color: var(--ink-900); }
.rsg-page .bkit-who span { display: block; font-size: 10.5px; color: var(--ink-500); margin-top: 3px; }
.rsg-page .bkit-sec { flex-shrink: 0; display: flex; align-items: center; gap: 9px; }
.rsg-page .bkit-sec .lb { font-family: var(--font-display); font-weight: 800; font-size: 8.5px; letter-spacing: 0.15em; text-transform: uppercase; color: var(--ink-900); flex-shrink: 0; }
.rsg-page .bkit-sec .ln { flex: 1; height: 1px; background: var(--line); }
.rsg-page .bkit-sec .note { font-size: 8.5px; color: var(--ink-500); flex-shrink: 0; }
.rsg-page .bkit-locks { flex: 1; min-height: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.rsg-page .bkit-lock { border: 1px solid var(--line); border-radius: 10px; overflow: hidden; background: #fff; display: flex; flex-direction: column; box-shadow: var(--lift); }
.rsg-page .bkit-lock .fr { flex: 1; min-height: 0; display: flex; align-items: center; justify-content: center; padding: 11px 12px; position: relative; }
.rsg-page .bkit-lock .fr img { max-width: 100%; max-height: 100%; width: auto; object-fit: contain; }
.rsg-page .bkit-lock.on-paper .fr { background: #fff; }
.rsg-page .bkit-lock.on-paper .fr img { mix-blend-mode: multiply; }
.rsg-page .bkit-lock.knock .fr img { filter: grayscale(1) invert(1) brightness(1.12); mix-blend-mode: screen; }
.rsg-page .bkit-lock .lb {
  flex-shrink: 0; padding: 5px 8px 6px; border-top: 1px solid var(--line-2); background: #fff;
  font-family: var(--font-display); font-weight: 800; font-size: 7.5px; letter-spacing: 0.11em;
  text-transform: uppercase; color: var(--ink-500);
}
.rsg-page .bkit-lock .lb em { font-style: normal; color: var(--ink-900); }
.rsg-page .bkit-sw { flex-shrink: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.rsg-page .bkit-swatch { border: 1px solid var(--line); border-radius: 10px; overflow: hidden; background: #fff; box-shadow: var(--lift); }
.rsg-page .bkit-swatch .sw {
  height: 52px; transform-origin: bottom;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.20), inset 0 -1px 0 rgba(0,0,0,.10);
  animation: bkit-fill .6s cubic-bezier(.2,.8,.2,1) both;
}
@keyframes bkit-fill { from { transform: scaleY(.12); } to { transform: scaleY(1); } }
.rsg-page .bkit-swatch .mt { padding: 6px 8px 7px; }
.rsg-page .bkit-swatch .mt b { display: block; font-family: var(--font-display); font-weight: 800; font-size: 7.5px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-500); }
.rsg-page .bkit-swatch .mt span { display: block; font-size: 10px; font-weight: 700; color: var(--ink-900); letter-spacing: 0.03em; margin-top: 2px; }
.rsg-page .bkit-sw .bkit-swatch:nth-child(1) .sw { animation-delay: .46s; }
.rsg-page .bkit-sw .bkit-swatch:nth-child(2) .sw { animation-delay: .53s; }
.rsg-page .bkit-sw .bkit-swatch:nth-child(3) .sw { animation-delay: .60s; }
.rsg-page .bkit-sw .bkit-swatch:nth-child(4) .sw { animation-delay: .67s; }
.rsg-page .bkit-apps { flex-shrink: 0; height: 160px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.rsg-page .bkit-thumb { position: relative; border: 1px solid var(--line); border-radius: 10px; overflow: hidden; background: #fff; display: flex; flex-direction: column; box-shadow: var(--lift); animation: bkit-rise .5s both; }
.rsg-page .bkit-thumb .im {
  flex: none; height: 118px; overflow: hidden; background: #F1F4F2;
  display: flex; align-items: center; justify-content: center; padding: 3px;
}
.rsg-page .bkit-thumb .im img { width: 100%; height: 100%; object-fit: contain; }
.rsg-page .bkit-thumb .ok {
  position: absolute; bottom: 11px; right: 8px; z-index: 3; width: 18px; height: 18px; border-radius: 50%;
  background: var(--green-500); color: #fff; display: flex; align-items: center; justify-content: center;
  box-shadow: 0 2px 6px rgba(44,122,75,.35), inset 0 1px 0 rgba(255,255,255,.28);
}
.rsg-page .bkit-thumb .ok svg { width: 10px !important; height: 10px !important; }
.rsg-page .bkit-thumb .cap { flex-shrink: 0; padding: 6px 8px 7px; border-top: 1px solid var(--line-2); background: #fff; }
.rsg-page .bkit-thumb .cap b { display: block; font-family: var(--font-display); font-weight: 700; font-size: 9.5px; color: var(--ink-900); }
.rsg-page .bkit-thumb .cap span { display: block; font-size: 8.5px; color: var(--ink-500); margin-top: 1px; }
.rsg-page .bkit-thumb:nth-child(1) { animation-delay: .78s; }
.rsg-page .bkit-thumb:nth-child(2) { animation-delay: .86s; }
.rsg-page .bkit-thumb:nth-child(3) { animation-delay: .94s; }
.rsg-page .bkit-foot {
  flex-shrink: 0; height: 30px; display: flex; align-items: center; gap: 8px; padding: 0 14px;
  border-top: 1px solid var(--line); background: linear-gradient(180deg, #FCFDFC, #F5F8F6);
  font-size: 8.5px; font-weight: 700; letter-spacing: 0.09em; text-transform: uppercase; color: var(--ink-500);
}
.rsg-page .bkit-foot i { width: 6px; height: 6px; border-radius: 50%; background: var(--green-500); flex-shrink: 0; }
.rsg-page .bkit-foot b { color: var(--ink-700); font-weight: 800; }
.rsg-page .bkit-foot .r { margin-left: auto; }
.rsg-page .bkit-client { animation: bkit-rise .5s .06s both; }
.rsg-page .bkit-b1 { animation: bkit-rise .5s .14s both; }
.rsg-page .bkit-locks { animation: bkit-rise .5s .20s both; }
.rsg-page .bkit-b2 { animation: bkit-rise .5s .38s both; }
.rsg-page .bkit-sw { animation: bkit-rise .5s .42s both; }
.rsg-page .bkit-b3 { animation: bkit-rise .5s .70s both; }
.rsg-page .bkit-foot { animation: bkit-rise .5s 1.0s both; }
@keyframes bkit-rise { from { opacity: 0; transform: translateY(9px); } to { opacity: 1; transform: none; } }
/* --- keep the hero box tall enough for a fixed-content panel at every width --- */
.rsg-page .platform-hero { min-height: 640px; }
.rsg-page .bkit-locks { min-height: 104px; }
