.blog-page{
  background:#fff;
  color:#102746;
}

.blog-page main{
  overflow:hidden;
}

.bkc-section{
  padding:88px 0;
}

.bkc-section-mist{
  background:#f3f6fa;
}

.bkc-section-navy{
  background:#0b2342;
  color:#fff;
}

.bkc-eyebrow{
  display:flex;
  align-items:center;
  gap:10px;
  margin:0 0 14px;
  color:#d71920;
  font-family:Consolas, "Courier New",Consolas,monospace;
  font-size:12px;
  font-weight:700;
  letter-spacing:.14em;
  text-transform:uppercase;
}

.bkc-eyebrow:before{
  content:"";
  width:20px;
  height:2px;
  background:currentColor;
}

.bkc-section-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:32px;
  margin-bottom:34px;
}

.bkc-section-head h2{
  max-width:760px;
  margin:0;
  color:#071f40;
  font-family:Arial, Helvetica, "Segoe UI",Arial,sans-serif;
  font-size:42px;
  line-height:1.12;
  letter-spacing:-.025em;
}

.bkc-section-head p{
  max-width:490px;
  margin:0;
  color:#526984;
  font-size:16px;
  line-height:1.75;
}

.bkc-section-navy .bkc-section-head h2,
.bkc-section-navy .bkc-section-head p{
  color:#fff;
}

.bkc-section-navy .bkc-section-head p{
  color:#bdcce0;
}

.bkc-hero{
  position:relative;
  height:620px;
  overflow:hidden;
  background:linear-gradient(135deg,#071a33 0%,#0a2448 68%,#152a4d 100%);
  color:#fff;
}

.bkc-hero:before{
  content:"";
  position:absolute;
  right:-160px;
  top:50%;
  width:520px;
  height:520px;
  border:1px solid rgba(215,25,32,.32);
  border-radius:50%;
  box-shadow:0 0 0 72px rgba(215,25,32,.07),0 0 0 144px rgba(215,25,32,.035);
  transform:translateY(-50%);
}

.bkc-hero-grid{
  position:relative;
  display:grid;
  grid-template-columns:1.03fr .97fr;
  gap:54px;
  align-items:stretch;
  height:100%;
  min-height:0;
  padding-top:64px;
  padding-bottom:64px;
}

.bkc-hero-content{
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-height:0;
}

.bkc-breadcrumb{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-bottom:16px;
  color:#bfd0e7;
  font-family:Consolas, "Courier New",Consolas,monospace;
  font-size:12px;
}

.bkc-breadcrumb a{
  color:#fff;
  text-decoration:none;
}

.bkc-breadcrumb a:hover,
.bkc-breadcrumb a:focus-visible{
  color:#ff5b61;
}

.bkc-hero h1{
  max-width:650px;
  margin:0;
  font-family:Arial, Helvetica, "Segoe UI",Arial,sans-serif;
  font-size:47px;
  line-height:1.08;
  letter-spacing:-.035em;
}

.bkc-hero-copy{
  max-width:640px;
  margin:14px 0 16px;
  color:#c4d3e7;
  font-size:17px;
  line-height:1.58;
}

.bkc-search{
  max-width:650px;
}

.bkc-search-label{
  display:block;
  margin-bottom:6px;
  color:#fff;
  font-size:13px;
  font-weight:700;
}

.bkc-search-row{
  display:grid;
  grid-template-columns:1fr auto;
  padding:5px;
  border:1px solid rgba(255,255,255,.25);
  border-radius:10px;
  background:#fff;
  box-shadow:0 18px 44px rgba(0,0,0,.22);
}

.bkc-search-input{
  min-width:0;
  min-height:44px;
  padding:0 16px;
  border:0;
  outline:0;
  background:transparent;
  color:#102746;
  font:500 15px/1.4 Arial, Helvetica, "Segoe UI",Arial,sans-serif;
}

.bkc-search-input::placeholder{
  color:#70839d;
}

.bkc-search-input:focus-visible{
  border-radius:6px;
  box-shadow:inset 0 0 0 2px #174f86;
}

.bkc-search-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:0 22px;
  border:0;
  border-radius:7px;
  background:#d71920;
  color:#fff;
  cursor:pointer;
  font:700 14px/1 Arial, Helvetica, "Segoe UI",Arial,sans-serif;
}

.bkc-search-button:hover,
.bkc-search-button:focus-visible{
  background:#b9151b;
}

.bkc-search-hint{
  min-height:18px;
  margin:6px 0 0;
  color:#9fb4ce;
  font-size:12px;
}

.bkc-hero-links{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:18px;
  margin-top:10px;
}

.bkc-text-link{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#fff;
  font-size:14px;
  font-weight:700;
  text-decoration:none;
}

.bkc-text-link:after{
  content:"→";
}

.bkc-text-link:hover,
.bkc-text-link:focus-visible{
  color:#ff6a70;
}

.bkc-hero-feature{
  position:relative;
  display:flex;
  align-self:stretch;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.2);
  border-radius:16px;
  background:#fff;
  box-shadow:0 24px 60px rgba(0,0,0,.3);
}

.bkc-hero-feature>a{
  display:flex;
  width:100%;
  flex-direction:column;
  color:inherit;
  text-decoration:none;
}

.bkc-hero-feature img{
  display:block;
  width:100%;
  height:200px;
  flex:0 0 200px;
  object-fit:cover;
}

.bkc-hero-feature-body{
  display:flex;
  flex:1;
  flex-direction:column;
  padding:22px 26px 24px;
  color:#102746;
}

.bkc-card-kicker{
  display:block;
  margin-bottom:10px;
  color:#d71920;
  font-family:Consolas, "Courier New",Consolas,monospace;
  font-size:11px;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.bkc-hero-feature h2{
  margin:0;
  color:#071f40;
  font-family:Arial, Helvetica, "Segoe UI",Arial,sans-serif;
  font-size:25px;
  line-height:1.2;
}

.bkc-hero-feature p{
  margin:10px 0 14px;
  color:#536a84;
  font-size:14px;
  line-height:1.55;
}

.bkc-card-meta{
  display:flex;
  flex-wrap:wrap;
  gap:8px 16px;
  color:#6f8096;
  font-size:12px;
}

.bkc-hero-feature .bkc-card-meta{
  margin-top:auto;
}

.bkc-evidence{
  border-bottom:1px solid #dbe3ec;
  background:#fff;
}

.bkc-evidence-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
}

.bkc-evidence-item{
  padding:24px 26px;
  border-left:1px solid #dbe3ec;
}

.bkc-evidence-item:last-child{
  border-right:1px solid #dbe3ec;
}

.bkc-evidence-item strong{
  display:block;
  margin-bottom:4px;
  color:#071f40;
  font-family:Arial, Helvetica, "Segoe UI",Arial,sans-serif;
  font-size:20px;
}

.bkc-evidence-item span{
  color:#60738d;
  font-size:12px;
}

.bkc-feature-grid{
  display:flex;
  gap:22px;
}

.bkc-feature-card{
  display:flex;
  flex:.8 1 0;
  min-width:0;
  overflow:hidden;
  border:1px solid #cfdae7;
  border-radius:14px;
  background:#fff;
  box-shadow:0 12px 30px rgba(20,48,82,.06);
}

.bkc-feature-card:first-child{
  flex:1.2 1 0;
  background:#f4f7fb;
}

.bkc-feature-grid:hover .bkc-feature-card,
.bkc-feature-grid:focus-within .bkc-feature-card{
  flex:.8 1 0;
  background:#fff;
}

.bkc-feature-grid:hover .bkc-feature-card:hover,
.bkc-feature-grid:focus-within .bkc-feature-card:focus-within{
  flex:1.2 1 0;
  background:#f4f7fb;
}

.bkc-feature-card>a{
  display:flex;
  flex:1;
  flex-direction:column;
  color:inherit;
  text-decoration:none;
}

.bkc-feature-card img{
  display:block;
  width:100%;
  height:220px;
  flex:0 0 220px;
  object-fit:cover;
}

.bkc-feature-card-body{
  display:flex;
  flex:1;
  flex-direction:column;
  padding:22px;
}

.bkc-feature-card h3{
  margin:0;
  color:#071f40;
  font-family:Arial, Helvetica, "Segoe UI",Arial,sans-serif;
  font-size:22px;
  line-height:1.24;
}

.bkc-feature-card p{
  margin:12px 0 20px;
  color:#566b84;
  font-size:14px;
  line-height:1.65;
}

.bkc-feature-card .bkc-card-meta{
  margin-top:auto;
  padding-top:16px;
  border-top:1px solid #dbe3ec;
}

.bkc-feature-card:hover,
.bkc-feature-card:focus-within{
  border-color:#91a8c2;
  box-shadow:0 18px 38px rgba(20,48,82,.12);
  transform:translateY(-2px);
}

.bkc-categories{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-bottom:34px;
}

.bkc-filter{
  min-height:42px;
  padding:0 16px;
  border:1px solid #c9d5e4;
  border-radius:999px;
  background:#fff;
  color:#294565;
  cursor:pointer;
  font:700 13px/1 Arial, Helvetica, "Segoe UI",Arial,sans-serif;
}

.bkc-filter:hover,
.bkc-filter:focus-visible{
  border-color:#d71920;
  color:#b9151b;
}

.bkc-filter.is-active{
  border-color:#d71920;
  background:#d71920;
  color:#fff;
}

.bkc-results{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  margin-bottom:20px;
  color:#60738d;
  font-size:13px;
}

.bkc-clear{
  padding:0;
  border:0;
  border-bottom:1px solid currentColor;
  background:transparent;
  color:#b9151b;
  cursor:pointer;
  font:700 13px/1.4 Arial, Helvetica, "Segoe UI",Arial,sans-serif;
}

.bkc-clear[hidden]{
  display:none;
}

.bkc-article-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
}

.bkc-article-card{
  min-width:0;
  overflow:hidden;
  border:1px solid #cfdae7;
  border-radius:14px;
  background:#fff;
  box-shadow:0 10px 26px rgba(20,48,82,.05);
}

.bkc-article-card[hidden]{
  display:none;
}

.bkc-article-card>a{
  display:flex;
  height:100%;
  flex-direction:column;
  color:inherit;
  text-decoration:none;
}

.bkc-article-card img{
  display:block;
  width:100%;
  height:210px;
  flex:0 0 210px;
  object-fit:cover;
  background:#edf2f7;
}

.bkc-article-body{
  display:flex;
  flex:1;
  flex-direction:column;
  padding:22px;
}

.bkc-article-card h3{
  margin:0;
  color:#071f40;
  font-family:Arial, Helvetica, "Segoe UI",Arial,sans-serif;
  font-size:22px;
  line-height:1.25;
}

.bkc-article-card p{
  margin:12px 0 20px;
  color:#566b84;
  font-size:14px;
  line-height:1.68;
}

.bkc-article-card .bkc-card-meta{
  margin-top:auto;
  padding-top:16px;
  border-top:1px solid #dbe3ec;
}

.bkc-read-link{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-top:14px;
  color:#b9151b;
  font-size:13px;
  font-weight:800;
}

.bkc-read-link:after{
  content:"→";
}

.bkc-article-card:hover,
.bkc-article-card:focus-within{
  border-color:#91a8c2;
  box-shadow:0 18px 38px rgba(20,48,82,.12);
  transform:translateY(-2px);
}

.bkc-no-results{
  margin:22px 0 0;
  padding:28px;
  border:1px solid #d4deea;
  border-radius:12px;
  background:#fff;
  color:#334e6d;
  text-align:center;
}

.bkc-no-results[hidden]{
  display:none;
}

.bkc-pager{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  margin-top:36px;
}

.bkc-pager span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:42px;
  height:42px;
  border-radius:8px;
  background:#102746;
  color:#fff;
  font-weight:800;
}

.bkc-pager small{
  color:#60738d;
}

.bkc-mid-cta{
  display:grid;
  grid-template-columns:1fr auto;
  gap:28px;
  align-items:center;
  margin-top:38px;
  padding:28px 32px;
  border-radius:14px;
  background:#0b2342;
  color:#fff;
}

.bkc-mid-cta h3{
  margin:0 0 8px;
  font-family:Arial, Helvetica, "Segoe UI",Arial,sans-serif;
  font-size:24px;
}

.bkc-mid-cta p{
  max-width:760px;
  margin:0;
  color:#bdcce0;
  font-size:14px;
  line-height:1.65;
}

.bkc-mid-cta-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}

.bkc-outline-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:0 18px;
  border:1px solid rgba(255,255,255,.45);
  border-radius:8px;
  color:#fff;
  font-size:13px;
  font-weight:800;
  text-decoration:none;
}

.bkc-outline-button:hover,
.bkc-outline-button:focus-visible{
  border-color:#fff;
  background:rgba(255,255,255,.08);
}

.bkc-topic-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}

.bkc-topic-card{
  display:flex;
  min-height:122px;
  flex-direction:column;
  justify-content:space-between;
  padding:22px;
  border:1px solid #cfdbe8;
  border-radius:12px;
  background:#fff;
  color:#102746;
  text-decoration:none;
}

.bkc-topic-card span{
  color:#d71920;
  font-family:Consolas, "Courier New",Consolas,monospace;
  font-size:11px;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.bkc-topic-card strong{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  font-family:Arial, Helvetica, "Segoe UI",Arial,sans-serif;
  font-size:19px;
}

.bkc-topic-card strong:after{
  content:"→";
  color:#d71920;
}

.bkc-topic-card:hover,
.bkc-topic-card:focus-visible{
  border-color:#d71920;
  box-shadow:0 14px 28px rgba(20,48,82,.1);
  transform:translateY(-2px);
}

.bkc-trust-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
}

.bkc-trust-card{
  display:flex;
  min-height:180px;
  flex-direction:column;
  padding:22px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:12px;
  background:rgba(255,255,255,.05);
  color:#fff;
  text-decoration:none;
}

.bkc-trust-card span{
  color:#ffcb63;
  font-family:Consolas, "Courier New",Consolas,monospace;
  font-size:11px;
  font-weight:700;
  letter-spacing:.11em;
  text-transform:uppercase;
}

.bkc-trust-card h3{
  margin:18px 0 10px;
  font-family:Arial, Helvetica, "Segoe UI",Arial,sans-serif;
  font-size:20px;
}

.bkc-trust-card p{
  margin:0;
  color:#bdcce0;
  font-size:13px;
  line-height:1.65;
}

.bkc-trust-card b{
  margin-top:auto;
  padding-top:18px;
  color:#fff;
  font-size:13px;
}

.bkc-trust-card:hover,
.bkc-trust-card:focus-visible{
  border-color:#ffcb63;
  background:rgba(255,255,255,.09);
}

.bkc-faq-intro{
  max-width:760px;
  margin:0 0 30px;
  color:#526984;
  font-size:16px;
  line-height:1.7;
}

.bkc-final-cta{
  padding:80px 0;
  background:linear-gradient(125deg,#071a33,#0b2c55);
  color:#fff;
  text-align:center;
}

.bkc-final-cta h2{
  max-width:800px;
  margin:0 auto;
  font-family:Arial, Helvetica, "Segoe UI",Arial,sans-serif;
  font-size:42px;
  line-height:1.14;
}

.bkc-final-cta p{
  max-width:720px;
  margin:18px auto 28px;
  color:#bdcce0;
  font-size:16px;
  line-height:1.7;
}

.bkc-final-actions{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:12px;
}

.bkc-feature-card,
.bkc-article-card,
.bkc-topic-card,
.bkc-trust-card{
  transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease,background-color .2s ease,flex-grow .28s ease;
}

.bkc-filter:focus-visible,
.bkc-search-button:focus-visible,
.bkc-clear:focus-visible,
.bkc-text-link:focus-visible,
.bkc-outline-button:focus-visible,
.bkc-feature-card a:focus-visible,
.bkc-article-card a:focus-visible,
.bkc-topic-card:focus-visible,
.bkc-trust-card:focus-visible{
  outline:3px solid #ffcb63;
  outline-offset:3px;
}

@media (prefers-reduced-motion:reduce){
  .bkc-feature-card,
  .bkc-article-card,
  .bkc-topic-card,
  .bkc-trust-card{
    transition:none;
  }
}

@media (max-width:1020px){
  .bkc-hero{
    height:auto;
  }
  .bkc-hero-grid{
    grid-template-columns:1fr;
    height:auto;
    min-height:0;
    align-items:start;
    padding-top:64px;
    padding-bottom:64px;
  }
  .bkc-hero-content{
    display:block;
  }
  .bkc-hero-feature{
    align-self:auto;
    max-width:720px;
  }
  .bkc-hero-feature img{
    height:auto;
    flex-basis:auto;
    aspect-ratio:16/9;
  }
  .bkc-evidence-grid{
    grid-template-columns:repeat(2,1fr);
  }
  .bkc-evidence-item:nth-child(2){
    border-right:1px solid #dbe3ec;
  }
  .bkc-feature-grid,
  .bkc-article-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .bkc-feature-card:first-child{
    grid-column:1/-1;
  }
  .bkc-section-head{
    align-items:flex-start;
    flex-direction:column;
  }
  .bkc-topic-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .bkc-trust-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .bkc-mid-cta{
    grid-template-columns:1fr;
  }
}

@media (max-width:680px){
  .bkc-section{
    padding:66px 0;
  }
  .bkc-hero-grid{
    padding-top:56px;
    padding-bottom:56px;
  }
  .bkc-hero:before{
    right:-300px;
    width:430px;
    height:430px;
  }
  .bkc-hero h1{
    font-size:37px;
    line-height:1.12;
  }
  .bkc-hero-copy{
    font-size:16px;
  }
  .bkc-search-row{
    grid-template-columns:1fr;
  }
  .bkc-search-button{
    width:100%;
  }
  .bkc-hero-feature-body{
    padding:22px;
  }
  .bkc-hero-feature h2{
    font-size:23px;
  }
  .bkc-evidence-grid,
  .bkc-feature-grid,
  .bkc-article-grid,
  .bkc-topic-grid,
  .bkc-trust-grid{
    grid-template-columns:1fr;
  }
  .bkc-feature-card:first-child{
    grid-column:auto;
  }
  .bkc-feature-card img,
  .bkc-article-card img{
    height:200px;
    flex-basis:200px;
  }
  .bkc-evidence-item{
    border-right:1px solid #dbe3ec;
    border-bottom:1px solid #dbe3ec;
  }
  .bkc-section-head h2,
  .bkc-final-cta h2{
    font-size:32px;
  }
  .bkc-categories{
    flex-wrap:nowrap;
    overflow-x:auto;
    padding-bottom:8px;
    scrollbar-width:thin;
  }
  .bkc-filter{
    flex:0 0 auto;
  }
  .bkc-results{
    align-items:flex-start;
    flex-direction:column;
  }
  .bkc-mid-cta{
    padding:24px;
  }
  .bkc-mid-cta-actions{
    display:grid;
    width:100%;
  }
  .bkc-mid-cta-actions .btn,
  .bkc-mid-cta-actions .bkc-outline-button,
  .bkc-final-actions .btn,
  .bkc-final-actions .bkc-outline-button{
    width:100%;
  }
  .bkc-final-actions{
    display:grid;
  }
}
