/* Page shell + B2B chrome (verbatim from switchermate.com live inline CSS; .brand-suffix is B2B-only) */
:root{--blue:#2E7DD2;--green:#4CAF50;--grad:linear-gradient(135deg,#2E7DD2,#4CAF50);--shadow:0 10px 30px -5px rgba(46,125,210,0.4);--hub-pad-x:1rem;--hub-stack:1rem;--hub-muted:#a0a0a0;--tap:48px;--r-lg:12px;--r-sm:8px}
@media(min-width:640px){:root{--hub-pad-x:1.25rem;--hub-stack:1.25rem}}

/* ── HEADER ── */
header{position:sticky;top:0;z-index:200;background:#0a0a1a;border-bottom:1px solid rgba(255,255,255,0.1);padding:.625rem 1rem}
@media(min-width:768px){header{padding:.75rem 1.5rem}}
.hdr{max-width:1280px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}
.brand-text{font-size:1.125rem;font-weight:700;}.brand-blue{color:#2E7DD2 !important;}.brand-green{color:#4CAF50 !important;}
.brand-suffix{color:#ffffff !important;font-weight:600}
.menu-btn{background:none;border:none;padding:.375rem;cursor:pointer;display:flex;flex-direction:column;justify-content:center;gap:5px;width:36px;height:36px;border-radius:.375rem;transition:background .2s}
.menu-btn:hover{background:rgba(255,255,255,0.08)}
.menu-btn span{display:block;width:22px;height:2px;background:rgba(255,255,255,.85);border-radius:2px;transition:transform .35s cubic-bezier(.16,1,.3,1),opacity .2s ease}
.menu-btn.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.menu-btn.open span:nth-child(2){opacity:0}
.menu-btn.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

/* ── NAV ── */
.backdrop{position:fixed;inset:0;background:rgba(0,0,0,0);opacity:0;visibility:hidden;transition:opacity .4s ease,background .4s ease;z-index:500;pointer-events:none}
.backdrop.open{opacity:1;visibility:visible;pointer-events:all;background:rgba(0,0,0,.55)}
.menu-btn{background:none;border:none;padding:.375rem;cursor:pointer;display:flex;flex-direction:column;justify-content:center;gap:5px;width:36px;height:36px;border-radius:.375rem;transition:background .2s}
.menu-btn:hover{background:rgba(255,255,255,0.08)}
.menu-btn span{display:block;width:22px;height:2px;background:rgba(255,255,255,.85);border-radius:2px;transition:transform .35s cubic-bezier(.16,1,.3,1),opacity .2s ease}
.menu-btn.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.menu-btn.open span:nth-child(2){opacity:0}
.menu-btn.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.menu{position:fixed;top:0;right:0;width:75%;max-width:300px;height:100%;background:#0e1525;border-left:1px solid rgba(255,255,255,.07);transform:translateX(110%);transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s ease;z-index:501;display:flex;flex-direction:column;overflow-y:auto;box-shadow:none}
.menu.open{transform:translateX(0);box-shadow:-32px 0 80px rgba(0,0,0,.8)}
.menu-head{padding:1.125rem 1.25rem;border-bottom:1px solid rgba(255,255,255,.06);display:flex;justify-content:flex-end;align-items:center}
.menu-close{background:transparent;border:none;color:rgba(255,255,255,.4);font-size:1.25rem;cursor:pointer;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:.375rem;transition:all .2s}
.menu-close:hover{background:rgba(255,255,255,.08);color:#fff}
.menu-links{flex:1;padding:.5rem 1rem}
.menu-section-btn{display:flex;justify-content:space-between;align-items:center;padding:.875rem .75rem;font-size:.6875rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.3);cursor:pointer;border-bottom:1px solid rgba(255,255,255,.05);user-select:none}
.menu-section-btn:hover{color:rgba(255,255,255,.7)}
.menu-section-btn.open{color:#ffffff}
.sec-arr{font-size:.625rem;transition:transform .3s cubic-bezier(.16,1,.3,1)}
.menu-section-btn.open .sec-arr{transform:rotate(180deg)}
.menu-section-body{display:none;padding:.125rem 0;animation:sectionFade .2s ease}
.menu-section-body.open{display:block}
.menu-link{display:block;padding:.7rem .875rem;color:rgba(255,255,255,.65)!important;text-decoration:none!important;font-size:.9rem;font-weight:500;border-radius:.5rem;transition:color .15s,background .15s,transform .15s;width:100%;text-align:left;background:none;border:none;cursor:pointer;font-family:'Inter',sans-serif}
.menu-link:hover{color:#fff!important;background:rgba(255,255,255,.06);transform:translateX(3px)}
.nav-links{display:none}
@media(min-width:768px){.nav-links{display:flex;align-items:center;gap:2px}.menu-btn{display:none}}
.nav-link{font-size:.8125rem;font-weight:500;color:rgba(255,255,255,.65)!important;text-decoration:none!important;padding:.4rem .75rem;border-radius:.375rem;transition:color .15s ease,background .15s ease;white-space:nowrap;background:none;border:none;cursor:pointer;font-family:'Inter',sans-serif}
.nav-link:hover{color:#fff!important;background:rgba(255,255,255,.07)}
.nav-dropdown{position:relative}
.nav-dropdown-menu{position:absolute;top:calc(100% + 10px);left:50%;transform:translateX(-50%) translateY(-6px);background:#0e1525;border:1px solid rgba(255,255,255,.08);border-radius:.75rem;padding:.5rem;min-width:190px;z-index:300;opacity:0;visibility:hidden;transition:opacity .2s ease,transform .2s cubic-bezier(.16,1,.3,1);box-shadow:0 24px 48px rgba(0,0,0,.6),0 0 0 1px rgba(255,255,255,.04)}
.nav-dropdown-menu.open{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}
.nav-dropdown-item{display:block;padding:.625rem .875rem;font-size:.8125rem;color:rgba(255,255,255,.7)!important;text-decoration:none!important;border-radius:.5rem;transition:all .15s;white-space:nowrap}
.nav-dropdown-item:hover{color:#fff!important;background:rgba(255,255,255,.07)}
.nav-dropdown-label{display:flex;align-items:center;gap:4px}
.nav-dropdown-label svg{width:10px;height:10px;opacity:.5;transition:transform .2s}
.nav-dropdown-label.open svg{transform:rotate(180deg)}
#wrap{transition:none}
@keyframes sectionFade{from{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}

/* ── FOOTER ── */
footer{background:#0a0a1a;border-top:1px solid rgba(255,255,255,.07);padding:2rem 1.5rem;padding-bottom:calc(2rem + env(safe-area-inset-bottom))}
.foot-inner{max-width:1280px;margin:0 auto;display:flex;flex-direction:column;gap:1.25rem}
@media(min-width:768px){.foot-inner{flex-direction:row;align-items:center;justify-content:space-between;gap:2rem}}
.foot-brand{font-size:1rem;font-weight:700;text-decoration:none;flex-shrink:0}
.foot-nav{display:flex;align-items:center;gap:4px;flex-wrap:wrap}
.foot-link{font-size:.8125rem;color:rgba(255,255,255,.75)!important;text-decoration:none!important;transition:color .2s;padding:.25rem .5rem;border-radius:.375rem;white-space:nowrap}
.foot-link:hover{color:#fff!important}
.foot-sep{color:rgba(255,255,255,.3);font-size:.75rem;padding:0 2px}
.foot-legal-wrap{position:relative;display:inline-block}
.foot-legal-btn{font-size:.8125rem;color:rgba(255,255,255,.75)!important;background:none;border:none;cursor:pointer;padding:.25rem .5rem;border-radius:.375rem;transition:color .2s;font-family:inherit;display:flex;align-items:center;gap:3px}
.foot-legal-btn:hover{color:rgba(255,255,255,.7)}
.foot-legal-btn svg{width:9px;height:9px;opacity:.5;transition:transform .25s cubic-bezier(.16,1,.3,1)}
.foot-legal-btn.open svg{transform:rotate(180deg)}
.foot-legal-menu{position:absolute;bottom:calc(100% + 8px);left:50%;transform:translateX(-50%) translateY(4px);background:#0e1525;border:1px solid rgba(255,255,255,.08);border-radius:.625rem;padding:.375rem;min-width:180px;z-index:300;opacity:0;visibility:hidden;transition:opacity .2s ease,transform .2s cubic-bezier(.16,1,.3,1);box-shadow:0 -16px 40px rgba(0,0,0,.5)}
.foot-legal-menu.open{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}
.foot-legal-item{display:block;padding:.5rem .75rem;font-size:.8rem;color:rgba(255,255,255,.75)!important;text-decoration:none!important;border-radius:.375rem;transition:all .15s;white-space:nowrap}
.foot-legal-item:hover{color:#fff!important;background:rgba(255,255,255,.06)}
.foot-meta{font-size:.75rem;color:rgba(255,255,255,.6)!important;line-height:1.6;flex-shrink:0}
@media(max-width:767px){.foot-meta{text-align:left}}
@media(min-width:768px){.foot-meta{text-align:right}}
@media(max-width:640px){.foot-copy{text-align:left}}
    .foot-ombudsman-ext { margin-top: 0.75rem; }
    .foot-ombudsman-member {
      font-weight: 600;
      color: rgba(255, 255, 255, 0.55);
      margin-bottom: 0.35rem;
    }
    .foot-ombudsman-logo-link img { max-height: 40px; width: auto; display: block; }
    .foot-ombudsman-copy { margin: 0.5rem 0 0; }

/* Inner pages */
.content-page { flex: 1; width: 100%; min-height: 0; }

/* smb-b2c-shell.css sets display:none on .nav-dropdown-menu; keep hub dropdown behaviour */
body.sm-chrome .nav-dropdown-menu {
  display: block;
}

/* News & Insights — structural parity with switchermate.com /news hub (B2B colours) */
.hub-hero {
  padding: 1.75rem var(--hub-pad-x) 2rem;
  text-align: center;
}
.hub-inner {
  max-width: 800px;
  margin: 0 auto;
}
.hub-hero h1 {
  font-size: clamp(1.65rem, 6vw, 3rem);
  font-weight: 800;
  margin-bottom: 0.75rem;
  line-height: 1.1;
  color: #fff;
}
.hub-hero h2 {
  font-size: clamp(1.5rem, 4vw, 1.875rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 0 0 0.5rem;
  color: #fff;
}
.hub-hero p {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.55;
  max-width: 640px;
  margin: 0 auto;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.5rem;
  font-size: 0.8125rem;
  color: var(--hub-muted);
  padding: 0.75rem var(--hub-pad-x) var(--hub-stack);
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.breadcrumb a {
  color: var(--hub-muted);
  text-decoration: none;
}
.breadcrumb a:hover {
  color: #4caf50;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.breadcrumb span.sep {
  color: rgba(255, 255, 255, 0.25);
}
.breadcrumb span.current {
  color: rgba(255, 255, 255, 0.82);
}
.breadcrumb--hub {
  border-bottom: none;
  padding-bottom: 0;
}

/* Guide hub back link — parity with switchermate.com guide pages */
.guide-back {
  margin: 0.35rem 0 0;
  font-size: 0.875rem;
}
.guide-back a {
  color: var(--green);
  text-decoration: none;
}
.guide-back a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* Weekly digest — parity with switchermate.com /news */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.newsletter-wrap {
  max-width: 720px;
  margin: 0 auto 2.5rem;
  padding: 0 var(--hub-pad-x);
  box-sizing: border-box;
}
.newsletter-box {
  background: rgba(14, 21, 37, 0.65);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--r-lg);
  padding: 1.5rem;
  position: relative;
  overflow: hidden;
}
.newsletter-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  height: 3px;
  background: var(--blue);
  border-radius: var(--r-lg) 0 2px 0;
}
.newsletter-box h3 {
  font-size: 1.0625rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.4rem;
}
.newsletter-box p {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 1rem;
  line-height: 1.5;
}
.nl-row {
  display: flex;
  gap: 0.625rem;
  flex-direction: column;
}
@media (min-width: 480px) {
  .nl-row {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
  }
}
.nl-input {
  flex: 1;
  min-width: 0;
  min-height: var(--tap);
  padding: 0.75rem 1rem;
  background: rgba(255, 255, 255, 0.09);
  border: 1.5px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--r-sm);
  color: #fff;
  font-family: inherit;
  font-size: 0.9375rem;
  outline: none;
  transition: all 0.25s;
  box-sizing: border-box;
}
.nl-input:focus {
  border-color: var(--blue);
  background: rgba(46, 125, 210, 0.12);
  box-shadow: 0 0 0 3px rgba(46, 125, 210, 0.2);
}
.nl-input::placeholder {
  color: rgba(255, 255, 255, 0.35);
}
.nl-btn {
  min-height: var(--tap);
  padding: 0.75rem 1.35rem;
  background: var(--blue);
  color: #fff;
  border: none;
  border-radius: var(--r-sm);
  font-family: inherit;
  font-size: 0.9375rem;
  font-weight: 700;
  cursor: pointer;
  box-shadow: var(--shadow);
  transition: all 0.25s;
  white-space: nowrap;
}
.nl-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 40px rgba(46, 125, 210, 0.45);
}
.nl-btn:disabled {
  opacity: 0.65;
  cursor: default;
}
.nl-msg {
  font-size: 0.8125rem;
  margin-top: 0.5rem;
  min-height: 1.25rem;
}
.nl-msg.ok {
  color: #6ee7a0;
}
.nl-msg.err {
  color: #ffb4a8;
}

.news-tabs-wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0.75rem var(--hub-pad-x) 0;
  box-sizing: border-box;
}
.news-tabs {
  display: flex;
  gap: 0.5rem;
  overflow-x: auto;
  padding-bottom: 0.25rem;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.news-tabs::-webkit-scrollbar {
  display: none;
}
.news-tab {
  padding: 0.5rem 1rem;
  border-radius: 2rem;
  font-size: 0.8125rem;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.55);
  background: transparent;
  transition: all 0.2s;
  font-family: inherit;
  min-height: 36px;
  display: inline-flex;
  align-items: center;
}
.news-tab.active {
  background: #2e7dd2;
  color: #fff;
  border-color: #2e7dd2;
}
.news-tab:hover:not(.active) {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.3);
}

.section-label-wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 1.25rem var(--hub-pad-x) 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  box-sizing: border-box;
}
.section-label {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--hub-muted);
}
.live-pill {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: rgba(76, 175, 80, 0.12);
  color: #4caf50;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 2px 9px;
  border-radius: 10px;
}
.live-pill::before {
  content: "●";
  animation: hubBlink 1.5s infinite;
}
@keyframes hubBlink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.2; }
}
@media (prefers-reduced-motion: reduce) {
  .live-pill::before {
    animation: none;
  }
}

.hub-grid-wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 var(--hub-pad-x) 2rem;
  box-sizing: border-box;
}
.news-status-line {
  font-size: 0.8125rem;
  color: var(--hub-muted);
  max-width: 1280px;
  margin: 0 auto 1rem;
  padding: 0 var(--hub-pad-x);
  box-sizing: border-box;
}
.hub-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--hub-stack);
}
@media (min-width: 640px) {
  .hub-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .hub-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.load-more-wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 var(--hub-pad-x) 2.5rem;
  box-sizing: border-box;
}
.load-more {
  width: 100%;
  padding: 14px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 1rem;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9375rem;
  font-weight: 500;
  font-family: inherit;
  cursor: pointer;
  transition: all 0.2s;
}
.load-more:hover {
  border-color: #2e7dd2;
  color: #2e7dd2;
}
.load-more[hidden] {
  display: none;
}

/* Card + grid (residential: .guide-card; legacy: .news-card) */
.guide-card,
.news-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  background: rgba(14, 21, 37, 0.6);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1rem;
  padding: 1.125rem 1rem;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.2);
  transition: background 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.guide-card::before,
.news-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  height: 3px;
  background: #2e7dd2;
  border-radius: 1rem 0 2px 0;
}
.guide-card--link,
.news-card--link {
  text-decoration: none !important;
  color: inherit !important;
  transition: background 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.guide-card--link:hover,
.news-card--link:hover {
  background: rgba(46, 125, 210, 0.12);
  border-color: rgba(46, 125, 210, 0.35);
  box-shadow: 0 4px 28px rgba(0, 0, 0, 0.28);
}
.guide-card--link:focus-visible,
.news-card--link:focus-visible {
  outline: 2px solid #2e7dd2;
  outline-offset: 2px;
}
.guide-card__cat,
.news-card-tag {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--hub-muted);
  margin-bottom: 0.4rem;
}
.guide-card__title,
.news-card-title {
  font-size: 1.0625rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 0.5rem;
  line-height: 1.25;
  letter-spacing: -0.02em;
}
.guide-card__desc,
.news-card-excerpt {
  margin: 0 0 0.75rem;
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.55;
  flex: 1;
}
.guide-card__meta {
  font-size: 0.75rem;
  color: var(--hub-muted);
  margin-bottom: 0.5rem;
}
.guide-card__read,
.news-card-read-more {
  font-size: 0.875rem;
  font-weight: 700;
  color: #2e7dd2 !important;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  margin-top: auto;
}
.guide-card__read:hover,
.news-card-read-more:hover {
  text-decoration: underline !important;
  text-underline-offset: 3px;
}

/* Legacy home/news wrappers */
.news-section {
  width: 100%;
  padding: 2.5rem 1.25rem 3rem;
  box-sizing: border-box;
}
.news-section-inner {
  max-width: 1280px;
  margin: 0 auto;
}
.news-section-head {
  margin-bottom: 1.75rem;
  text-align: center;
}
.news-section-head h2 {
  font-size: clamp(1.5rem, 4vw, 1.875rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 0 0 0.5rem;
  color: #fff;
}
.news-section-sub {
  margin: 0;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.5;
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
}
.news-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}
@media (min-width: 640px) {
  .news-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .news-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
  }
}

/* Article template */
.article-shell {
  width: 100%;
  padding: 0 1.25rem 3rem;
  box-sizing: border-box;
}
.article-shell-inner {
  max-width: 720px;
  margin: 0 auto;
}
.article-hero {
  padding: 2rem 0 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 2rem;
}
.article-meta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.5);
}
.article-meta-row .news-card-tag,
.article-meta-row .guide-card__cat {
  margin-bottom: 0;
}
.article-hero h1 {
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.2;
  margin: 0;
  color: #fff;
}
.article-body h2 {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 2rem 0 0.75rem;
  color: #fff;
  letter-spacing: -0.02em;
}
.article-body p {
  margin: 0 0 1rem;
  font-size: 1rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.78);
}
.article-pull-quote {
  margin: 2rem 0;
  padding: 1.25rem 1.25rem 1.25rem 1rem;
  border-left: 4px solid #4CAF50;
  background: rgba(76, 175, 80, 0.08);
  border-radius: 0 0.75rem 0.75rem 0;
  font-size: 1.0625rem;
  font-weight: 600;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.92);
}
.related-section {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.related-section h2 {
  font-size: 1.25rem;
  font-weight: 800;
  margin: 0 0 1.25rem;
  color: #fff;
}
.related-section .news-grid,
.related-section .hub-grid {
  grid-template-columns: 1fr;
}
@media (min-width: 640px) {
  .related-section .news-grid,
  .related-section .hub-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.news-hero {
  padding: 2.5rem 0 1rem;
  text-align: center;
}
.news-hero h1 {
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  font-weight: 800;
  margin: 0 0 0.5rem;
  color: #fff;
  letter-spacing: -0.02em;
}
.news-hero p {
  margin: 0 auto;
  max-width: 36rem;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.55;
}
