.rh-page{overflow-x:hidden}
.rh-page *{box-sizing:border-box}
.rh-page h1,.rh-page h2,.rh-page h3{font-weight:800;letter-spacing:-.02em;margin:0}
.rh-page p{margin:0}
.rh-page a{color:inherit;text-decoration:none}

/* ── Eyebrow ── */
.rh-eyebrow{
  display:inline-flex;align-items:center;gap:8px;
  font-family:'SF Mono','Consolas','Menlo',monospace;font-size:11.5px;font-weight:600;
  letter-spacing:.14em;text-transform:uppercase;
  color:#017bbd;margin-bottom:18px;
}
.rh-eyebrow::before{content:"";width:6px;height:6px;border-radius:50%;background:#017bbd;display:inline-block;box-shadow:0 0 0 3px rgba(1,123,189,.18)}
.rh-eyebrow--inverse{color:#fdba74}
.rh-eyebrow--inverse::before{background:#ff6b35;box-shadow:0 0 0 3px rgba(255,107,53,.2)}

/* ── Hero ── */
.rh-hero{
  background:
    radial-gradient(720px 420px at 82% -10%, rgba(1,123,189,.35), transparent 60%),
    linear-gradient(180deg, #0d1f3c 0%, #0f2544 100%);
  padding:76px 24px 96px;position:relative;overflow:hidden;
}
.rh-hero::before{
  content:"";position:absolute;inset:0;
  background-image:
    linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
  background-size:56px 56px;
  -webkit-mask-image:linear-gradient(180deg, rgba(0,0,0,.5), transparent 70%);
  mask-image:linear-gradient(180deg, rgba(0,0,0,.5), transparent 70%);
  pointer-events:none;
}
.rh-hero-inner{max-width:1120px;margin:0 auto;position:relative}
.rh-hero-title{font-size:clamp(34px,5vw,54px);line-height:1.08;color:#f3f6fa;max-width:15ch}
.rh-hero-sub{margin-top:20px;font-size:17px;color:#a9bdd6;max-width:46ch;line-height:1.6}

/* ── Section shells ── */
.rh-block{padding:88px 24px}
.rh-block--tint{background:#f4f6f9}
.rh-section-head{max-width:1120px;margin:0 auto 44px;display:flex;justify-content:space-between;align-items:flex-end;gap:24px;flex-wrap:wrap}
.rh-section-head-text h2{font-size:clamp(26px,3vw,34px);color:#16212e}
.rh-section-head-text p{margin-top:10px;font-size:15.5px;color:#52627a;max-width:52ch}
.rh-tag-mono{
  display:inline-block;font-family:'SF Mono','Consolas','Menlo',monospace;font-size:11px;font-weight:600;
  letter-spacing:.08em;color:#017bbd;
  background:rgba(1,123,189,.09);border:1px solid rgba(1,123,189,.18);
  padding:4px 9px;border-radius:6px;margin-bottom:14px;
}
.rh-see-all{
  display:inline-flex;align-items:center;gap:6px;font-size:14px;font-weight:700;color:#017bbd;
  white-space:nowrap;padding-bottom:4px;border-bottom:1.5px solid transparent;
  transition:border-color .15s ease, gap .15s ease;
}
.rh-see-all:hover{border-color:#017bbd;gap:9px}
.rh-see-all svg{width:15px;height:15px;flex:none}

/* ── Tools grid ── */
.rh-tools-grid{max-width:1120px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px}
.rh-tool-card{
  background:#fff;border:1px solid #e6eaf0;border-radius:14px;padding:22px 20px;
  box-shadow:0 1px 2px rgba(16,24,40,.04),0 1px 3px rgba(16,24,40,.06);
  display:flex;flex-direction:column;gap:14px;
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
}
.rh-tool-card:hover{transform:translateY(-3px);box-shadow:0 8px 20px rgba(16,31,54,.10),0 2px 6px rgba(16,31,54,.06);border-color:rgba(1,123,189,.28)}
.rh-tool-icon{width:42px;height:42px;border-radius:10px;background:rgba(1,123,189,.09);color:#017bbd;display:flex;align-items:center;justify-content:center}
.rh-tool-icon svg{width:22px;height:22px}
.rh-tool-cat{font-family:'SF Mono','Consolas','Menlo',monospace;font-size:10.5px;letter-spacing:.06em;text-transform:uppercase;color:#8a97ab}
.rh-tool-card h3{font-size:16.5px;font-weight:700;color:#16212e;margin-top:2px}
.rh-tool-card p{font-size:13.5px;color:#52627a;line-height:1.55;flex:1}
.rh-tool-cta{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:700;color:#017bbd}
.rh-tool-cta svg{width:13px;height:13px;transition:transform .15s ease}
.rh-tool-card:hover .rh-tool-cta svg{transform:translateX(3px)}

/* ── Insights grid ── */
.rh-insights-grid{max-width:1120px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px}
.rh-insight-card{
  background:#fff;border:1px solid #e6eaf0;border-radius:14px;padding:22px 20px 20px;
  box-shadow:0 1px 2px rgba(16,24,40,.04),0 1px 3px rgba(16,24,40,.06);
  display:flex;flex-direction:column;gap:10px;
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
}
.rh-insight-card:hover{transform:translateY(-3px);box-shadow:0 8px 20px rgba(16,31,54,.10),0 2px 6px rgba(16,31,54,.06);border-color:rgba(1,123,189,.28)}
.rh-pill{align-self:flex-start;font-size:11px;font-weight:700;letter-spacing:.02em;padding:4px 10px;border-radius:20px}
.rh-pill--security{background:rgba(1,123,189,.10);color:#017bbd}
.rh-pill--risk{background:rgba(240,90,40,.10);color:#f05a28}
.rh-pill--basics{background:rgba(16,33,54,.07);color:#3a4b63}
.rh-insight-card h3{font-size:16.5px;font-weight:700;line-height:1.35;color:#16212e}
.rh-insight-card p{font-size:13.5px;color:#52627a;line-height:1.55}
.rh-insight-meta{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:6px}
.rh-insight-meta .rh-read{font-size:12px;color:#8a97ab}
.rh-insight-meta .rh-arrow{color:#017bbd}
.rh-insight-meta .rh-arrow svg{width:14px;height:14px;transition:transform .15s ease}
.rh-insight-card:hover .rh-arrow svg{transform:translateX(3px)}

/* ── Careers band ── */
.rh-careers{
  background:
    radial-gradient(560px 320px at 12% 15%, rgba(240,90,40,.30), transparent 60%),
    linear-gradient(180deg, #0f2544 0%, #0d1f3c 100%);
  padding:84px 24px;position:relative;
}
.rh-careers-inner{max-width:1120px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:40px;flex-wrap:wrap}
.rh-careers-text{max-width:56ch}
.rh-careers h2{font-size:clamp(26px,3.2vw,36px);color:#f3f6fa}
.rh-careers p{margin-top:14px;font-size:15.5px;color:#a9bdd6;line-height:1.6}
.rh-btn-ember{
  display:inline-flex;align-items:center;gap:8px;flex:none;
  background:#f05a28;color:#fff;font-size:14.5px;font-weight:700;padding:13px 22px;border-radius:9px;
  box-shadow:0 8px 20px rgba(240,90,40,.30);
  transition:background .15s ease,transform .15s ease;
}
.rh-btn-ember:hover{background:#ff6b35;transform:translateY(-1px)}
.rh-btn-ember svg{width:15px;height:15px}

/* ── Closing CTA ── */
.rh-closing{padding:64px 24px 92px}
.rh-closing-inner{
  max-width:1120px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:24px;flex-wrap:wrap;
  border-top:1px solid #e6eaf0;padding-top:44px;
}
.rh-closing h3{font-size:22px;color:#16212e}
.rh-closing p{margin-top:6px;font-size:14.5px;color:#52627a}
.rh-btn-outline{
  display:inline-flex;align-items:center;gap:8px;flex:none;
  border:1.5px solid #017bbd;color:#017bbd;font-size:14px;font-weight:700;padding:11px 20px;border-radius:9px;
  transition:background .15s ease,color .15s ease;
}
.rh-btn-outline:hover{background:#017bbd;color:#fff}
.rh-btn-outline svg{width:14px;height:14px}

@media (prefers-reduced-motion:reduce){
  .rh-tool-card,.rh-insight-card,.rh-btn-ember,.rh-btn-outline{transition:none}
}
@media (max-width:600px){
  .rh-hero{padding:56px 20px 72px}
  .rh-block{padding:64px 20px}
  .rh-careers{padding:64px 20px}
  .rh-careers-inner,.rh-closing-inner{flex-direction:column;align-items:flex-start}
}
