/* ══════════════════════════════════════════════════════════════
   policy-shared.css  —  Shared styles for all 5 Policy pages
   Prefix: pol-   Zero conflict with style.css and all other pages
   Used by: regulatory-framework, compliance-monitoring,
            government-liaison, industry-standards, position-papers
══════════════════════════════════════════════════════════════ */

/* ── tokens ── */
.pol-root {
  --pol-navy:   #0d1b3e;
  --pol-navy-dk:#0c1f38;
  --pol-red:    #c1272d;
  --pol-red2:   #e8353c;
  --pol-bg:     #f5f7fb;
  --pol-tint:   #edf1f8;
  --pol-text:   #1c2b3a;
  --pol-muted:  #64768a;
  --pol-border: #dce3ee;
  --pol-r:      6px;
  --pol-max:    1200px;
  --pol-pad:    48px;
}

/* ── keyframes ── */
@keyframes pol-fadeUp   { from{opacity:0;transform:translateY(22px)} to{opacity:1;transform:none} }
@keyframes pol-slideIn  { from{opacity:0;transform:translateX(-24px)} to{opacity:1;transform:none} }

/* ── page background ── */
.pol-root { background:#fff; color:var(--pol-text); -webkit-font-smoothing:antialiased;   }

/* ══ SUBNAV ══ */
.pol-subnav {
  background: var(--pol-navy);
  border-bottom: 3px solid var(--pol-red);
}
.pol-subnav-inner {
  max-width: var(--pol-max);
  margin: 0 auto;
  padding: 0 var(--pol-pad);
  display: flex;
  overflow-x: auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.pol-subnav-inner::-webkit-scrollbar { display: none; }
.pol-subnav-link {
  font-size: .7rem;
  font-weight: 500;
  letter-spacing: .07em;
  text-transform: uppercase;
  color: rgba(255,255,255,.52);
  padding: 14px 20px;
  text-decoration: none;
  white-space: nowrap;
  border-bottom: 3px solid transparent;
  margin-bottom: -3px;
  transition: all .18s;
  display: block;
  flex-shrink: 0;
}
.pol-subnav-link:hover { color: #fff; background: rgba(255,255,255,.05); }
.pol-subnav-link.active {
  color: #fff;
  border-bottom-color: var(--pol-red);
  background: rgba(193,39,45,.08);
}

/* ══ HERO ══ */
.pol-hero {
  background: var(--pol-navy);
  background-image: radial-gradient(rgba(255,255,255,.045) 1px, transparent 1px);
  background-size: 28px 28px;
  padding: 80px 0 72px;
}
.pol-hero-inner {
  max-width: var(--pol-max);
  margin: 0 auto;
  padding: 0 var(--pol-pad);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
  animation: pol-fadeUp .7s ease both;
}
.pol-hero-label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}
.pol-hero-label::before {
  content: '';
  display: block;
  width: 26px; height: 3px;
  background: var(--pol-red);
  flex-shrink: 0;
}
.pol-hero-label span {
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--pol-red);
}
.pol-hero-h1 {
  font-family: var(--font-family-secondary);
  font-size: clamp(2rem, 4.5vw, 3.5rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -.01em;
  color: #fff;
  text-transform: uppercase;
}
.pol-hero-h1 .pol-red { color: var(--pol-red); display: block; }
.pol-hero-desc {
  font-size: .92rem;
  font-weight: 300;
  color: rgba(255,255,255,.62);
  line-height: 1.85;
}

/* ══ STATS BAR ══ */
.pol-stats-bar {
  background: var(--pol-red);
  padding: 32px 0;
}
.pol-stats-inner {
  max-width: var(--pol-max);
  margin: 0 auto;
  padding: 0 var(--pol-pad);
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}
.pol-stat {
  flex: 1;
  min-width: 120px;
  padding-right: 40px;
}
.pol-stat:not(:last-child) {
  border-right: 1px solid rgba(255,255,255,.2);
  margin-right: 40px;
}
.pol-stat-n {
  font-size: clamp(1.6rem, 3.5vw, 2.5rem);
  font-weight: 900;
  color: #fff;
  line-height: 1;
}
.pol-stat-l {
  font-size: .65rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255,255,255,.72);
  margin-top: 6px;
}

/* ══ SECTIONS ══ */
.pol-sec {
  padding: 72px 0;
  border-bottom: 1px solid var(--pol-border);
}
.pol-sec:last-of-type { border-bottom: none; }
.pol-sec-alt { background: var(--pol-bg); }
.pol-sec-inner {
  max-width: var(--pol-max);
  margin: 0 auto;
  padding: 0 var(--pol-pad);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: start;
}

/* Section label */
.pol-sec-label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}
.pol-sec-label::before {
  content: '';
  display: block;
  width: 20px; height: 3px;
  background: var(--pol-red);
  flex-shrink: 0;
}
.pol-sec-label span {
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--pol-red);
}
.pol-sec-left {
    position: sticky !important;
    top: 80px; /* adjust to match your navbar height */
    align-self: flex-start;
}
 

 
 
.pol-sec-left h2 {
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  font-weight: 900;
  color: var(--pol-navy);
  text-transform: uppercase;
  line-height: 1.05;
  letter-spacing: -.01em;
  margin-bottom: 16px;
}
.pol-sec-left p {
  font-size: .88rem;
  font-weight: 300;
  color: var(--pol-muted);
  line-height: 1.85;
  margin-bottom: 14px;
}
.pol-sec-left p:last-child { margin-bottom: 0; }

/* Blockquote */
.pol-blockquote {
  border-left: 3px solid var(--pol-red);
  padding: 12px 18px;
  margin: 16px 0;
}
.pol-blockquote p {
  font-size: .82rem;
  font-weight: 300;
  color: var(--pol-muted);
  font-style: italic;
  line-height: 1.75;
  margin-bottom: 0 !important;
}
.pol-sec-left blockquote {
    border-left: 3px solid var(--pol-red);
    padding: 12px 18px;
    margin: 16px 0;
    font-style: italic;
    /* color: #444; */
}

.pol-sec-left blockquote p {
    margin: 0;
}

/* Bullet list */
.pol-list { list-style: none; margin: 12px 0; }
.pol-list li {
  font-size: .85rem;
  font-weight: 300;
  color: var(--pol-muted);
  padding: 7px 0;
  border-bottom: 1px solid var(--pol-border);
  display: flex;
  gap: 10px;
  align-items: flex-start;
  line-height: 1.65;
}
.pol-list li:last-child { border-bottom: none; }
.pol-list li::before {
  content: '›';
  color: var(--pol-red);
  font-weight: 700;
  font-size: .94rem;
  flex-shrink: 0;
  line-height: 1.3;
}

/* ══ NUMBERED LIST (right col) ══ */
.pol-num-list {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--pol-border);
  border-radius: var(--pol-r);
  overflow: hidden;
  background: #fff;
}
.pol-num-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  border-bottom: 1px solid var(--pol-border);
  transition: background .15s;
}
.pol-num-item:last-child { border-bottom: none; }
.pol-num-item:hover { background: var(--pol-tint); }
.pol-num-n {
  font-size: .75rem;
  font-weight: 700;
  color: var(--pol-muted);
  min-width: 22px;
  flex-shrink: 0;
}
.pol-ico-box {
  width: 38px; height: 38px;
  border-radius: var(--pol-r);
  background: var(--pol-navy);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.pol-ico-box svg { width: 18px; height: 18px; }
.pol-num-txt h5 {
  font-size: .85rem;
  font-weight: 700;
  color: var(--pol-navy);
  margin-bottom: 3px;
  line-height: 1.2;
}
.pol-num-txt p {
  font-size: .78rem;
  font-weight: 300;
  color: var(--pol-muted);
  line-height: 1.65;
  margin: 0;
}

/* ══ COMP LIST (compliance items) ══ */
.pol-comp-list {
  display: flex;
    flex-direction: column;
    gap: 12px;
}
.pol-comp-item {
  padding: 20px 22px;
  border-bottom: 1px solid var(--pol-border);
  background: #fff;
  transition: background .15s;
  border-left: 4px solid var(--red);
}
.pol-comp-item:last-child { border-bottom: none; }
.pol-comp-item:hover { background: var(--pol-tint); }
.pol-comp-item h5 {
  font-size: .88rem;
  font-weight: 700;
  color: var(--pol-navy);
  margin-bottom: 6px;
}
.pol-comp-item p {
  font-size: .8rem;
  font-weight: 300;
  color: var(--pol-muted);
  line-height: 1.7;
  margin: 0;
}

/* ══ ICON CARDS (government liaison) ══ */
.pol-icon-cards {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.pol-icon-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 20px;
  border: 1px solid var(--pol-border);
  border-radius: var(--pol-r);
  background: #fff;
  transition: background .15s, box-shadow .15s;
}
.pol-icon-card:hover { background: var(--pol-tint); box-shadow: 0 2px 12px rgba(15,39,68,.07); }
.pol-icon-card h5 {
  font-size: .88rem;
  font-weight: 700;
  color: var(--pol-navy);
  margin-bottom: 5px;
}
.pol-icon-card p {
  font-size: .8rem;
  font-weight: 300;
  color: var(--pol-muted);
  line-height: 1.7;
  margin: 0;
}

/* ══ THEME CARDS (gov priorities / position paper themes) ══ */
.pol-theme-cards {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.pol-theme-card {
  padding: 20px 22px;
  border: 1px solid var(--pol-border);
  border-radius: var(--pol-r);
  background: #fff;
  transition: all .18s;
}
.pol-theme-card:hover {
  border-color: var(--pol-red);
  box-shadow: 0 2px 14px rgba(193,39,45,.1);
}
.pol-tc-num {
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--pol-red);
  margin-bottom: 7px;
}
.pol-theme-card h5 {
  font-size: .9rem;
  font-weight: 700;
  color: var(--pol-navy);
  margin-bottom: 8px;
}
.pol-theme-card p {
  font-size: .8rem;
  font-weight: 300;
  color: var(--pol-muted);
  line-height: 1.72;
  margin: 0;
}

/* ══ PILLARS (industry standards) ══ */
.pol-pillars {
 display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}
.pol-pillar {
  background: #fff;
        border: 1px solid #dce3ee;
    border-radius: var(--r);
    overflow: hidden;
    transition: box-shadow .2s;
}
/* .pol-pillar:last-child { border-bottom: none; } */
.pol-pillar-head {
  background: var(--navy);
    padding: 16px 20px;
    display: flex;
    align-items: center;
    gap: 12px;
}
/* .pol-pillar-head:hover { background: var(--pol-tint); } */
.pol-p-num {
  font-family: 'Barlow', sans-serif;
    font-size: 22px;
    font-weight: 900;
    color: rgba(255, 255, 255, .2);
}
.pol-pillar-head h3 {
      font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
}
.pol-pillar-body {
      padding: 18px 20px;
}
.pol-pillar-body p {
  font-size: .82rem;
  font-weight: 300;
  color: var(--pol-muted);
  line-height: 1.78;
  margin: 0;
}

/* ══ GRIEVANCE STEPS ══ */
.pol-g-steps {
  display: flex;
  flex-direction: column;
  gap: 0;
  /* border: 1px solid var(--pol-border); */
  border-radius: var(--pol-r);
  overflow: hidden;
  margin-bottom: 16px;
}
.pol-g-step {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 18px 20px;
  border-bottom: 1px solid var(--pol-border);
  /* background: #fff; */
}
.pol-g-step:last-child { border-bottom: none; }
.pol-g-step-n {
  width: 32px; height: 32px;
  border-radius: 50%;
  background: #c1272d;
  color: #fff;
  font-size: .8rem;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.pol-g-step p {
  font-size: .82rem;
  font-weight: 300;
  color: var(--pol-muted);
  line-height: 1.72;
  margin: 0;
  padding-top: 6px;
}

/* ══ CALLOUT ══ */
.pol-callout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 28px;
  background: var(--pol-navy);
  border-radius: var(--pol-r);
  flex-wrap: wrap;
}
.pol-callout h3 {
  font-size: 1rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 6px;
}
.pol-callout p {
  font-size: .8rem;
  font-weight: 300;
  color: rgba(255,255,255,.6);
  line-height: 1.65;
  margin: 0;
}
.pol-c-btn {
  display: inline-flex;
  align-items: center;
  padding: 10px 22px;
  background: var(--pol-red);
  color: #fff;
  border-radius: var(--pol-r);
  font-size: .8rem;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  transition: background .15s;
  flex-shrink: 0;
}
.pol-c-btn:hover { background: var(--pol-red2); }

/* ══ FOOTER ══ */
.pol-footer {
  background: var(--pol-navy);
  padding: 60px 0 0;
}
.pol-foot-inner {
  max-width: var(--pol-max);
  margin: 0 auto;
  padding: 0 var(--pol-pad);
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 48px;
}
.pol-foot-top {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}
.pol-foot-box {
  width: 42px; height: 42px;
  background: var(--pol-red);
  border-radius: var(--pol-r);
  display: flex;
  align-items: center;
  justify-content: center;
}
.pol-foot-box span {
  font-size: .6rem;
  font-weight: 900;
  color: #fff;
  letter-spacing: .04em;
  text-align: center;
  line-height: 1.2;
}
.pol-foot-brand {
  font-size: 1.1rem;
  font-weight: 900;
  color: #fff;
  letter-spacing: .06em;
}
.pol-foot-desc {
  font-size: .8rem;
  font-weight: 300;
  color: rgba(255,255,255,.5);
  line-height: 1.8;
}
.pol-foot-col h4 {
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255,255,255,.6);
  margin-bottom: 16px;
}
.pol-foot-col ul { list-style: none; }
.pol-foot-col ul li { margin-bottom: 8px; }
.pol-foot-col ul li a {
  font-size: .82rem;
  font-weight: 400;
  color: rgba(255,255,255,.45);
  text-decoration: none;
  transition: color .15s;
}
.pol-foot-col ul li a:hover { color: #fff; }
.pol-f-lbl {
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255,255,255,.4);
  margin-top: 12px;
  margin-bottom: 3px;
}
.pol-f-val {
  font-size: .82rem;
  color: rgba(255,255,255,.55);
  line-height: 1.5;
}
.pol-foot-bottom {
  max-width: var(--pol-max);
  margin: 40px auto 0;
  padding: 20px var(--pol-pad);
  border-top: 1px solid rgba(255,255,255,.08);
  font-size: .76rem;
  color: rgba(255,255,255,.35);
}

/* ══ RESPONSIVE ══ */
@media (max-width: 960px) {
  .pol-root { --pol-pad: 36px; }
  .pol-hero-inner,
  .pol-sec-inner { grid-template-columns: 1fr; gap: 40px; }
  .pol-hero { padding: 60px 0 52px; }
  .pol-foot-inner { grid-template-columns: 1fr 1fr; }
  .pol-sec-left { position: static !important; top: auto !important; }  /* ← add this */
}
@media (max-width: 640px) {
  .pol-root { --pol-pad: 20px; }
  .pol-hero { padding: 48px 0 40px; }
  .pol-sec { padding: 48px 0; }
  .pol-foot-inner { grid-template-columns: 1fr; gap: 28px; }
  .pol-callout { flex-direction: column; align-items: flex-start; }
  .pol-stats-inner { flex-direction: column; gap: 20px; }
  .pol-stat { border: none !important; margin: 0 !important; padding: 0 !important; }
}