/* ==========================================================
   DRPC.CSS  |  Digital Risk, Privacy & Cyber Advisory
   Jaitley & Bakhshi  |  extends main.css
   Fonts: Poppins (headings) + Inter (body)
   Accent: #1B4A8F (blue) | CTA: #db2017 (red) | Dark: #0c1a2e
   ========================================================== */

/* ── CSS Custom Properties ── */
:root {
  --red:        #db2017;   /* J&B brand red — CTAs & action buttons only */
  --red-dk:     #b01910;
  --blue:       #1B4A8F;   /* Primary accent — all UI elements */
  --blue-dk:    #143877;
  --blue-lt:    #EEF2FA;   /* Light blue tint — icon backgrounds, hovers */
  --blue-border: #C3D4EE;  /* Mid blue — card hover borders */
  --dark:       #0c1a2e;
  --navy:       #1b3a6b;
  --txt:        #1a202c;
  --body:       #4a5568;
  --muted:      #718096;
  --border:     #e2e8f0;
  --bg:         #f7f8fc;
  --card:       #ffffff;
  --r:          12px;           /* radius */
  --sh:         0 2px 14px rgba(0,0,0,.07);
  --sh2:        0 8px 30px rgba(0,0,0,.12);
  --ease:       .25s ease;
}

/* ── Base overrides ── */
.drpc-page { font-family: 'Inter', 'Poppins', sans-serif; }
.drpc-page p  { font-family: 'Inter', sans-serif; }
.drpc-page h1,.drpc-page h2,.drpc-page h3,
.drpc-page h4,.drpc-page h5 { font-family: 'Poppins', sans-serif; }

/* ============================================================
   SECONDARY NAVIGATION
   ============================================================ */
.drpc-subnav {
  background: #fff;
  border-bottom: 1px solid var(--border);
  position: sticky;
  top: 0;
  z-index: 200;
}
.drpc-subnav .inner {
  max-width: 1206px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  height: 48px;
  overflow-x: auto;
  scrollbar-width: none;
}
.drpc-subnav .inner::-webkit-scrollbar { display: none; }
.drpc-subnav .back {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--blue);
  padding-right: 18px;
  margin-right: 4px;
  border-right: 1px solid var(--border);
  white-space: nowrap;
  flex-shrink: 0;
  text-decoration: none;
  transition: var(--ease);
}
.drpc-subnav .back:hover { color: var(--blue-dk); }
.drpc-subnav .back svg { width: 14px; height: 14px; flex-shrink: 0; }
.drpc-subnav .links {
  display: flex;
  align-items: stretch;
  gap: 0;
  overflow-x: auto;
  scrollbar-width: none;
  flex: 1;
}
.drpc-subnav .links::-webkit-scrollbar { display: none; }
.drpc-subnav .links a {
  display: flex;
  align-items: center;
  padding: 0 15px;
  font-family: 'Inter', sans-serif;
  font-size: 12.5px;
  font-weight: 400;
  color: var(--body);
  white-space: nowrap;
  border-bottom: 2px solid transparent;
  transition: var(--ease);
  text-decoration: none;
  flex-shrink: 0;
}
.drpc-subnav .links a:hover  { color: var(--blue); border-bottom-color: var(--blue); }
.drpc-subnav .links a.active { color: var(--blue); border-bottom-color: var(--blue); font-weight: 600; }
.drpc-subnav .cta {
  margin-left: auto;
  align-self: center;
  flex-shrink: 0;
  padding-left: 16px;
}
.drpc-subnav .cta a {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: var(--red);
  border: 1.5px solid var(--red);
  border-radius: 20px;
  padding: 5px 16px;
  text-decoration: none;
  transition: var(--ease);
  white-space: nowrap;
}
.drpc-subnav .cta a:hover { background: var(--red); color: #fff; }

/* ============================================================
   SHARED TYPOGRAPHY HELPERS
   ============================================================ */
.eyebrow {
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--blue);
  border-left: 3px solid var(--blue);
  padding-left: 10px;
  line-height: 1;
  margin-bottom: 12px;
}
.eyebrow.light { color: rgba(135,180,250,.9); border-left-color: rgba(135,180,250,.7); }
.sec-title {
  font-family: 'Poppins', sans-serif;
  font-size: 30px;
  font-weight: 800;
  color: var(--txt);
  line-height: 1.25;
  margin-bottom: 8px;
}
.sec-title.lg  { font-size: 34px; }
.sec-title.wht { color: #fff; }
.sec-sub {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 300;
  color: var(--body);
  max-width: 540px;
  line-height: 1.8;
}
.sec-sub.wht { color: rgba(255,255,255,.6); }
.sec-sub.center { margin: 0 auto; text-align: center; }

/* ============================================================
   SECTION CONTAINERS
   ============================================================ */
.sec { padding: 72px 0; }
.sec.tight { padding: 52px 0; }
.sec.bg-lt  { background: var(--bg); }
.sec.bg-dk  { background: var(--dark); }
.sec-hd { margin-bottom: 42px; }
.sec-hd.center { text-align: center; }

/* ============================================================
   HUB HERO
   ============================================================ */
.hub-hero {
  background: var(--dark);
  padding: 86px 0 78px;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.hub-hero .h-grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(27,74,143,.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(27,74,143,.07) 1px, transparent 1px);
  background-size: 44px 44px;
  pointer-events: none;
}
.hub-hero .h-glow {
  position: absolute;
  width: 700px; height: 700px;
  background: radial-gradient(circle, rgba(27,74,143,.2) 0%, transparent 65%);
  top: -200px; left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}
.hub-hero .h-glow2 {
  position: absolute;
  width: 350px; height: 350px;
  background: radial-gradient(circle, rgba(27,58,107,.4) 0%, transparent 70%);
  bottom: -80px; right: -60px;
  pointer-events: none;
}
.hub-hero .inner { position: relative; z-index: 2; }
.hub-hero h1 {
  font-family: 'Poppins', sans-serif;
  font-size: 50px;
  font-weight: 800;
  color: #fff;
  line-height: 1.15;
  margin-bottom: 18px;
  letter-spacing: -.5px;
}
.hub-hero h1 span { color: var(--red); }
.hub-hero .h-sub {
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  font-weight: 300;
  color: rgba(255,255,255,.65);
  max-width: 600px;
  margin: 0 auto 36px;
  line-height: 1.8;
  text-align: center;
}
.hub-hero .h-ctas { display: flex; gap: 14px; justify-content: center; }
.btn-red {
  display: inline-block;
  background: var(--red);
  color: #fff !important;
  font-family: 'Poppins', sans-serif;
  font-size: 14.5px;
  font-weight: 600;
  padding: 13px 32px;
  border-radius: 33px;
  text-decoration: none;
  transition: var(--ease);
}
.btn-red:hover {
  background: var(--red-dk);
  transform: translateY(-2px);
  box-shadow: 0 6px 22px rgba(219,32,23,.38);
  color: #fff !important;
}
.btn-ghost {
  display: inline-block;
  background: transparent;
  color: rgba(255,255,255,.8);
  font-family: 'Poppins', sans-serif;
  font-size: 14.5px;
  font-weight: 400;
  padding: 13px 28px;
  border-radius: 33px;
  border: 1px solid rgba(255,255,255,.22);
  text-decoration: none;
  transition: var(--ease);
}
.btn-ghost:hover { border-color: rgba(255,255,255,.55); color: #fff; }

/* ── Stat Band ── */
.stat-band {
  background: #fff;
  border-bottom: 1px solid var(--border);
  padding: 30px 0;
}
.stat-band .inner {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.stat-band .si { text-align: center; }
.stat-band .sn {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: 800;
  color: var(--blue);
  line-height: 1;
}
.stat-band .sl {
  display: block;
  font-family: 'Inter', sans-serif;
  font-size: 11.5px;
  color: var(--muted);
  letter-spacing: .3px;
  margin-top: 5px;
}
.stat-band .sdiv { width: 1px; height: 44px; background: var(--border); }

/* ============================================================
   PRACTICE CARDS  (Hub)
   ============================================================ */
.prac-featured {
  display: flex;
  gap: 28px;
  align-items: flex-start;
  background: linear-gradient(135deg, var(--dark) 0%, var(--navy) 100%);
  border-radius: var(--r);
  padding: 36px 36px;
  text-decoration: none;
  transition: var(--ease);
  margin-bottom: 18px;
  position: relative;
  overflow: hidden;
}
.prac-featured::after {
  content: '';
  position: absolute;
  right: -40px; bottom: -40px;
  width: 180px; height: 180px;
  background: rgba(27,74,143,.15);
  border-radius: 50%;
  pointer-events: none;
}
.prac-featured:hover { transform: translateY(-2px); box-shadow: var(--sh2); }
.prac-featured .pf-icon {
  width: 72px; height: 72px;
  background: rgba(27,74,143,.25);
  border-radius: 18px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.prac-featured .pf-icon svg { width: 36px; height: 36px; }
.prac-featured .pf-body { flex: 1; }
.prac-featured .pf-tag {
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(135,180,250,.9);
  margin-bottom: 8px;
  display: block;
}
.prac-featured h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 22px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 10px;
  line-height: 1.25;
}
.prac-featured p {
  font-family: 'Inter', sans-serif;
  font-size: 14.5px;
  font-weight: 300;
  color: rgba(255,255,255,.65);
  line-height: 1.75;
  text-align: left;
  margin-bottom: 16px;
}
.prac-featured .pf-link {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255,255,255,.85);
  display: inline-flex;
  align-items: center;
  gap: 5px;
  text-decoration: none;
  transition: var(--ease);
}
.prac-featured .pf-link:hover { color: #fff; gap: 9px; }

/* 4-card row */
.prac-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.prac-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--r);
  padding: 24px 22px;
  text-decoration: none;
  transition: var(--ease);
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  overflow: hidden;
}
.prac-card::before {
  content: '';
  position: absolute;
  left: 0; top: 0;
  width: 100%; height: 3px;
  background: var(--blue);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--ease);
}
.prac-card:hover { border-color: var(--blue-border); box-shadow: var(--sh2); transform: translateY(-3px); }
.prac-card:hover::before { transform: scaleX(1); }
.prac-card .pc-icon {
  width: 48px; height: 48px;
  background: var(--blue-lt);
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
}
.prac-card .pc-icon svg { width: 24px; height: 24px; }
.prac-card h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: var(--txt);
  line-height: 1.35;
}
.prac-card p {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 300;
  color: var(--body);
  line-height: 1.7;
  flex: 1;
  text-align: left;
}
.prac-card .pc-link {
  font-family: 'Inter', sans-serif;
  font-size: 12.5px;
  font-weight: 500;
  color: var(--blue);
  display: inline-flex;
  align-items: center;
  gap: 4px;
  text-decoration: none;
  transition: var(--ease);
}
.prac-card:hover .pc-link { gap: 8px; }

/* ── Industry Tags ── */
.ind-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.ind-tag {
  display: flex; align-items: center; gap: 8px;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 40px;
  padding: 8px 18px;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: var(--txt);
  transition: var(--ease);
  cursor: default;
}
.ind-tag:hover { border-color: var(--blue-border); color: var(--blue); }
.ind-tag .dot { width: 6px; height: 6px; background: var(--blue); border-radius: 50%; flex-shrink: 0; }

/* ── Why pillars (hub) ── */
.pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.pillar {
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.09);
  border-radius: var(--r);
  padding: 28px 24px;
  transition: var(--ease);
}
.pillar:hover { background: rgba(27,74,143,.1); border-color: rgba(27,74,143,.3); }
.pillar .pn {
  display: block;
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(135,180,250,.9);
  margin-bottom: 12px;
}
.pillar h4 {
  font-family: 'Poppins', sans-serif;
  font-size: 16.5px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 9px;
}
.pillar p {
  font-family: 'Inter', sans-serif;
  font-size: 13.5px;
  color: rgba(255,255,255,.58);
  line-height: 1.78;
  text-align: left;
}

/* ── CTA Strip ── */
.cta-strip {
  background: var(--dark);
  padding: 64px 0;
  text-align: center;
}
.cta-strip h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 30px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 10px;
}
.cta-strip p {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 300;
  color: rgba(255,255,255,.6);
  margin-bottom: 30px;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  line-height: 1.75;
}
.cta-strip .cta-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ============================================================
   INNER PAGE HERO
   ============================================================ */
.inner-hero {
  background: var(--dark);
  padding: 50px 0;
  position: relative;
  overflow: hidden;
}
.inner-hero .h-bar {
  position: absolute;
  left: 0; top: 0;
  width: 5px; height: 100%;
  background: linear-gradient(to bottom, var(--blue), rgba(27,74,143,.2));
}
.inner-hero .h-dots {
  position: absolute;
  right: 0; top: 0;
  width: 40%;  height: 100%;
  background-image: radial-gradient(rgba(27,74,143,.2) 1px, transparent 1px);
  background-size: 22px 22px;
  pointer-events: none;
}
.inner-hero .wrap { position: relative; z-index: 2; display: flex; align-items: center; gap: 40px; justify-content: space-between; }
.inner-hero .ih-txt { flex: 1; }
.inner-hero h1 {
  font-family: 'Poppins', sans-serif;
  font-size: 36px;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 10px;
}
.inner-hero .ih-sub {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 300;
  color: rgba(255,255,255,.62);
  max-width: 500px;
  line-height: 1.75;
  text-align: left;
}
.inner-hero .ih-badge {
  flex-shrink: 0;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 14px;
  padding: 22px 26px;
  text-align: center;
  backdrop-filter: blur(4px);
}
.inner-hero .ih-badge .bicon { width: 52px; height: 52px; background: rgba(27,74,143,.3); border-radius: 14px; display: flex; align-items: center; justify-content: center; margin: 0 auto 10px; }
.inner-hero .ih-badge .bicon svg { width: 28px; height: 28px; }
.inner-hero .ih-badge .btxt { font-family: 'Inter', sans-serif; font-size: 11.5px; color: rgba(255,255,255,.6); line-height: 1.5; }

/* ── Breadcrumb ── */
.drpc-bc {
  background: #fff;
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.drpc-bc .wrap { display: flex; align-items: center; gap: 6px; font-family: 'Inter', sans-serif; font-size: 12.5px; color: var(--muted); }
.drpc-bc a { color: var(--body); text-decoration: none; }
.drpc-bc a:hover { color: var(--blue); }
.drpc-bc .sep { color: #d1d5db; }
.drpc-bc .cur { color: var(--blue); font-weight: 500; }

/* ============================================================
   INNER PAGE TWO-COLUMN LAYOUT
   ============================================================ */
.inner-wrap {
  max-width: 1206px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  gap: 44px;
  align-items: flex-start;
  padding: 56px 0 80px;
}
/* ── Sidebar ── */
.i-sidebar {
  width: 224px;
  flex-shrink: 0;
  position: sticky;
  top: 56px;
}
.sbox {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--r);
  overflow: hidden;
  margin-bottom: 16px;
}
.sbox-head {
  background: var(--bg);
  padding: 11px 16px;
  font-family: 'Inter', sans-serif;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: var(--muted);
  border-bottom: 1px solid var(--border);
}
.sbox nav a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 16px;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: var(--body);
  border-bottom: 1px solid var(--border);
  transition: background var(--ease), color var(--ease), padding var(--ease);
  text-decoration: none;
}
.sbox nav a:last-child { border-bottom: none; }
.sbox nav a:hover    { background: var(--blue-lt); color: var(--blue); padding-left: 20px; }
.sbox nav a.active   { background: var(--blue-lt); color: var(--blue); font-weight: 600; border-left: 3px solid var(--blue); padding-left: 13px; }
.sbox nav a .ndot    { width: 5px; height: 5px; background: currentColor; border-radius: 50%; flex-shrink: 0; opacity: .5; }
.sbox nav a.active .ndot, .sbox nav a:hover .ndot { opacity: 1; }
/* Contact box */
.s-contact {
  background: linear-gradient(140deg, var(--dark), #1b3a6b);
  border-radius: var(--r);
  padding: 22px 18px;
  text-align: center;
}
.s-contact p {
  font-family: 'Inter', sans-serif;
  font-size: 12.5px;
  color: rgba(255,255,255,.6);
  line-height: 1.6;
  margin-bottom: 14px;
  text-align: center;
}
.s-contact a {
  display: block;
  background: var(--red);
  color: #fff !important;
  font-family: 'Poppins', sans-serif;
  font-size: 12.5px;
  font-weight: 600;
  padding: 9px 16px;
  border-radius: 22px;
  text-decoration: none;
  transition: var(--ease);
}
.s-contact a:hover { background: var(--red-dk); }

/* ── Main Content ── */
.i-content { flex: 1; min-width: 0; }
.cblock { margin-bottom: 46px; }
.cblock-title {
  font-family: 'Poppins', sans-serif;
  font-size: 19px;
  font-weight: 700;
  color: var(--txt);
  margin-bottom: 4px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--border);
  display: flex;
  align-items: center;
  gap: 10px;
}
.cblock-title .ct-icon {
  width: 32px; height: 32px;
  background: var(--blue-lt);
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.cblock-title .ct-icon svg { width: 16px; height: 16px; }
.cblock-sub { font-family: 'Inter', sans-serif; font-size: 13.5px; color: var(--muted); margin-bottom: 20px; margin-top: 6px; }
.overview-p {
  font-family: 'Inter', sans-serif;
  font-size: 15.5px;
  font-weight: 300;
  color: var(--body);
  line-height: 1.95;
  margin-bottom: 14px;
  text-align: justify;
}

/* Services grid */
.svc-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.svc-item {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 9px;
  padding: 13px 15px;
  transition: var(--ease);
}
.svc-item:hover { border-color: var(--blue-border); background: var(--blue-lt); }
.svc-item .sdot { width: 7px; height: 7px; background: var(--blue); border-radius: 50%; flex-shrink: 0; margin-top: 6px; }
.svc-item span { font-family: 'Inter', sans-serif; font-size: 13.5px; color: var(--txt); line-height: 1.45; }

/* Regulation cards */
.reg-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.reg-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 18px;
  border-top: 3px solid var(--blue);
}
.reg-card .rtag { font-family: 'Inter', sans-serif; font-size: 10px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--blue); margin-bottom: 6px; display: block; }
.reg-card h5 { font-family: 'Poppins', sans-serif; font-size: 14px; font-weight: 700; color: var(--txt); margin-bottom: 5px; }
.reg-card p  { font-family: 'Inter', sans-serif; font-size: 13px; color: var(--body); line-height: 1.65; text-align: left; }

/* Steps */
.steps { margin-top: 4px; }
.step {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  padding-bottom: 26px;
  position: relative;
}
.step:not(:last-child)::before {
  content: '';
  position: absolute;
  left: 17px; top: 38px; bottom: 0;
  width: 2px;
  background: var(--border);
}
.step .snum {
  width: 36px; height: 36px;
  background: var(--blue);
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 14px; font-weight: 700;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.step h5 { font-family: 'Poppins', sans-serif; font-size: 15px; font-weight: 700; color: var(--txt); margin-bottom: 4px; }
.step p  { font-family: 'Inter', sans-serif; font-size: 13.5px; color: var(--body); line-height: 1.72; text-align: left; }

/* ============================================================
   RELATED PRACTICES
   ============================================================ */
.related-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.rel-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--r);
  padding: 20px;
  text-decoration: none;
  transition: var(--ease);
}
.rel-card:hover { border-color: var(--blue-border); box-shadow: var(--sh); transform: translateY(-2px); }
.rel-card .rc-icon { width: 38px; height: 38px; background: var(--blue-lt); border-radius: 9px; display: flex; align-items: center; justify-content: center; margin-bottom: 10px; }
.rel-card .rc-icon svg { width: 19px; height: 19px; }
.rel-card h5 { font-family: 'Poppins', sans-serif; font-size: 13px; font-weight: 600; color: var(--txt); margin-bottom: 4px; line-height: 1.35; }
.rel-card .rl { font-family: 'Inter', sans-serif; font-size: 11.5px; color: var(--blue); display: inline-flex; align-items: center; gap: 3px; margin-top: 7px; text-decoration: none; }
.rel-card:hover .rl { gap: 6px; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1100px) {
  .prac-row      { grid-template-columns: repeat(2, 1fr); }
  .related-grid  { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
  .hub-hero h1   { font-size: 38px; }
  .pillars        { grid-template-columns: repeat(2, 1fr); }
  .inner-wrap     { flex-direction: column; padding: 36px 0 56px; }
  .i-sidebar      { width: 100%; position: static; top: auto; }
  .sbox nav       { display: flex; flex-wrap: wrap; }
  .sbox nav a     { flex: 1 1 45%; border-right: 1px solid var(--border); font-size: 12px; }
  .prac-featured  { flex-direction: column; }
}
@media (max-width: 650px) {
  .hub-hero        { padding: 60px 0; }
  .hub-hero h1     { font-size: 28px; letter-spacing: 0; }
  .hub-hero .h-ctas { flex-direction: column; align-items: center; }
  .hub-hero .h-ctas a { width: 220px; text-align: center; }
  .pillars          { grid-template-columns: 1fr; }
  .prac-row         { grid-template-columns: 1fr; }
  .svc-grid         { grid-template-columns: 1fr; }
  .reg-grid         { grid-template-columns: 1fr; }
  .related-grid     { grid-template-columns: 1fr 1fr; }
  .inner-hero h1    { font-size: 24px; }
  .inner-hero .ih-badge { display: none; }
  .stat-band .sdiv  { display: none; }
  .cta-strip .cta-btns { flex-direction: column; align-items: center; }
  .cta-strip .cta-btns a { min-width: 220px; text-align: center; }
  .sec { padding: 48px 0; }
  .inner-hero .wrap { flex-direction: column; }
}
