
/* §13 — full-width "why your website is free" foundation callout */
.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(32,157,80,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(32,157,80,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(32,157,80,0.18); color: var(--green-500); border: 1px solid rgba(32,157,80,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(32,157,80,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; }
/* foundation-hub viz card */
.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; }
/* you-vs-agency comparison band */
.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; letter-spacing: -0.02em; }
.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); }
/* foot row */
.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(32,157,80,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; }
}
