/* APaaS Assure marketing site
   Brand palette extracted from the APaaSAssure logo:
     #0D4071  navy primary
     #1A5599  navy mid
     #7CB342  CE green
     #8BC34A  CE green light
     #1E88E5  accent blue
     #1976D2  APaaS parent blue
*/

*, *::before, *::after { box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
  font-family: 'Segoe UI', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Arial, sans-serif;
  color: #1A2841;
  background: #FFFFFF;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a { color: #1E88E5; text-decoration: none; }
a:hover { text-decoration: underline; }

h1, h2, h3, h4 { margin: 0 0 12px; color: #0D4071; font-weight: 600; line-height: 1.25; }
h1 { font-size: 38px; }
h2 { font-size: 28px; }
h3 { font-size: 18px; }
p { margin: 0 0 14px; }

.container { max-width: 1180px; margin: 0 auto; padding: 0 24px; }

/* =================== HEADER =================== */
.site-header {
  background: #0D4071;
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid #08274A;
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
}
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.brand-logo { height: 36px; width: auto; }
.brand-text { color: #FFFFFF; font-weight: 600; font-size: 17px; }
.brand-accent { color: #7CB342; }
.site-nav { display: flex; gap: 26px; }
.site-nav a { color: #C9D4E2; font-size: 14px; transition: color 0.15s; }
.site-nav a:hover { color: #FFFFFF; text-decoration: none; }
.site-nav .nav-dd { position: relative; }
.site-nav .nav-dd > a { display: inline-flex; align-items: center; gap: 5px; }
.site-nav .nav-dd:hover > a, .site-nav .nav-dd:focus-within > a { color: #FFFFFF; }
.site-nav .dd-caret { font-size: 10px; opacity: .75; }
.site-nav .nav-dd-menu { position: absolute; top: 100%; left: 0; margin-top: 8px; min-width: 252px; background: #FFFFFF; border: 1px solid #E3EAF3; border-radius: 10px; box-shadow: 0 14px 34px rgba(8,20,40,.22); padding: 8px; opacity: 0; visibility: hidden; transform: translateY(6px); transition: opacity .15s ease, transform .15s ease; z-index: 200; }
.site-nav .nav-dd-menu::before { content: ""; position: absolute; top: -8px; left: 0; right: 0; height: 8px; }
.site-nav .nav-dd:hover .nav-dd-menu, .site-nav .nav-dd:focus-within .nav-dd-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.site-nav .nav-dd-menu a { display: block; padding: 9px 12px; border-radius: 7px; font-size: 13.5px; color: #0D4071; white-space: nowrap; transition: background .12s; }
.site-nav .nav-dd-menu a:hover { background: #EEF3F8; color: #0D4071; }
/* product-page category section headings */
.cat-title { font-size: 22px; color: #0D4071; margin: 48px 0 4px; padding-top: 18px; border-top: 2px solid #E3EAF3; }
.cat-lead { font-size: 15px; color: #5C6B80; margin: 0 0 6px; max-width: 760px; }
/* clickable category cards */
.cat-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(232px, 1fr)); gap: 18px; margin: 30px 0 14px; }
.cat-card { display: flex; flex-direction: column; gap: 10px; padding: 22px; background: #FFFFFF; border: 1px solid #E3EAF3; border-radius: 14px; text-decoration: none; transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease; }
.cat-card:hover { transform: translateY(-4px); box-shadow: 0 16px 34px rgba(13,64,113,.15); border-color: #C9D9EC; }
.cat-card-ico { width: 48px; height: 48px; border-radius: 12px; display: flex; align-items: center; justify-content: center; }
.cat-card-ico svg { width: 24px; height: 24px; }
.cat-card h4 { margin: 0; font-size: 16px; color: #0D4071; }
.cat-card p { margin: 0; font-size: 13px; color: #5C6B80; line-height: 1.5; }
.cat-card .go { margin-top: auto; font-size: 12.5px; font-weight: 700; color: #1565C0; }
.header-cta { display: flex; align-items: center; gap: 10px; }

/* =================== BUTTONS =================== */
.btn {
  display: inline-block;
  padding: 9px 18px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  border: none;
  transition: background 0.15s, transform 0.05s;
  font-family: inherit;
}
.btn:hover { text-decoration: none; transform: translateY(-1px); }
.btn:active { transform: translateY(0); }
.btn-primary { background: #7CB342; color: #FFFFFF; }
.btn-primary:hover { background: #689F38; }
.btn-outline { background: transparent; color: #0D4071; border: 1px solid #0D4071; }
.btn-outline:hover { background: #F4F8FB; }
.btn-ghost { background: transparent; color: #C9D4E2; font-size: 13px; }
.btn-ghost:hover { color: #FFFFFF; text-decoration: none; }
.btn-lg { padding: 12px 24px; font-size: 15px; }

/* =================== HERO =================== */
.hero {
  background: linear-gradient(180deg, #F4F8FB 0%, #FFFFFF 100%);
  padding: 80px 0 60px;
  text-align: center;
}
.hero-inner { max-width: 720px; margin: 0 auto; }
.hero-eyebrow {
  display: inline-block;
  background: #E8F5E9;
  color: #33691E;
  font-size: 12px;
  font-weight: 500;
  padding: 5px 14px;
  border-radius: 14px;
  margin-bottom: 22px;
  letter-spacing: 0.2px;
}
.hero h1 {
  font-size: 44px;
  line-height: 1.18;
  margin-bottom: 10px;
}
.hero-subhead {
  font-size: 25px;
  font-weight: 600;
  color: #0D4071;
  line-height: 1.25;
  margin: 0 0 22px;
}
.hero-accent { color: #7CB342; }

/* =================== MODULE BANNERS (cat-*.html) =================== */
.module-banner { color: #fff; padding: 58px 0 52px; position: relative; overflow: hidden; }
.module-banner .container { position: relative; }
.mb-eyebrow { display: inline-block; font-size: 11.5px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.72); margin-bottom: 12px; }
.module-banner h1 { color: #fff; font-size: 40px; margin: 0 0 12px; }
.module-banner p { color: rgba(255,255,255,.9); max-width: 720px; font-size: 16.5px; line-height: 1.6; margin: 0; }
.mb-mark { position: absolute; right: 10px; top: 50%; transform: translateY(-50%); width: 200px; height: 200px; opacity: .13; pointer-events: none; }
.mb-mark svg { width: 100%; height: 100%; stroke: #fff; fill: none; stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
@media (max-width: 860px) { .mb-mark { display: none; } .module-banner h1 { font-size: 29px; } }
.mb-executive { background: linear-gradient(135deg, #0D2A4A 0%, #14508C 100%); }
.mb-ceplus    { background: linear-gradient(135deg, #164A18 0%, #2E7D32 100%); }
.mb-proactive { background: linear-gradient(135deg, #0D4071 0%, #1E88E5 100%); }
.mb-cloud     { background: linear-gradient(135deg, #0B3D7E 0%, #1976D2 100%); }
.mb-packaging { background: linear-gradient(135deg, #6E430A 0%, #B8741A 100%); }
.mb-security  { background: linear-gradient(135deg, #7F1D1D 0%, #B3261E 100%); }
.mb-health    { background: linear-gradient(135deg, #14614F 0%, #2E9E5B 100%); }
.hero-lead {
  font-size: 17px;
  color: #5C6B80;
  margin-bottom: 30px;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}
.hero-ctas { display: flex; gap: 12px; justify-content: center; margin-bottom: 32px; }
.hero-trust {
  font-size: 13px;
  color: #5C6B80;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}
.trust-icon { color: #7CB342; font-weight: 700; font-size: 16px; }
.trust-sep { color: #D3D1C7; padding: 0 4px; }

/* =================== LOGO BAND =================== */
.logo-band {
  background: #FFFFFF;
  padding: 24px 0;
  border-top: 1px solid #ECEFF3;
  border-bottom: 1px solid #ECEFF3;
}
.logo-band-title {
  text-align: center;
  font-size: 12px;
  color: #888780;
  margin: 0 0 14px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}
.logo-band-row {
  display: flex;
  justify-content: space-around;
  align-items: center;
  color: #5C6B80;
  font-size: 16px;
  font-weight: 500;
  flex-wrap: wrap;
  gap: 24px;
}

/* =================== FEATURES =================== */
.features { padding: 80px 0; background: #FFFFFF; }
.section-title { text-align: center; font-size: 30px; margin-bottom: 10px; }
.section-lead {
  text-align: center;
  font-size: 16px;
  color: #5C6B80;
  margin: 0 auto 44px;
  max-width: 600px;
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
}
.feature-card {
  background: #F4F8FB;
  padding: 28px 24px;
  border-radius: 10px;
  border-top: 4px solid #0D4071;
}
.feature-card.feature-green { border-top-color: #7CB342; }
.feature-card.feature-blue { border-top-color: #1E88E5; }
.feature-card.feature-navy { border-top-color: #0D4071; }
.feature-icon {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.feature-icon-green { background: #E8F5E9; color: #33691E; }
.feature-icon-blue { background: #E3F2FD; color: #0D47A1; }
.feature-icon-navy { background: #E3F2FD; color: #0D4071; }
.feature-card h3 { margin-bottom: 8px; font-size: 17px; }
.feature-card p { font-size: 14px; color: #5C6B80; margin: 0; }

/* =================== STATS BAND (home outcomes) =================== */
.stats-band { background: #FFFFFF; padding: 70px 0 60px; border-top: 1px solid #ECEFF3; }
.stats-band-title { text-align: center; font-size: 26px; color: #0D4071; margin-bottom: 8px; }
.stats-band-lead { text-align: center; font-size: 15px; color: #5C6B80; margin: 0 auto 40px; max-width: 620px; }
.stats-band-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 16px; max-width: 1080px; margin: 0 auto; }
.stats-band-card { background: #F4F8FB; border-radius: 10px; padding: 28px 20px; text-align: center; border-top: 3px solid #7CB342; }
.stats-band-card .stats-num { font-size: 36px; font-weight: 700; color: #0D4071; line-height: 1; margin-bottom: 8px; display: block; }
.stats-band-card .stats-num-green { color: #7CB342; }
.stats-band-card .stats-num-blue { color: #1E88E5; }
.stats-band-card .stats-num-navy { color: #0D4071; }
.stats-band-card .stats-lbl { font-size: 13px; color: #5C6B80; line-height: 1.45; display: block; }
.stats-band-foot { text-align: center; font-size: 12px; color: #888780; margin: 26px auto 0; max-width: 720px; }

/* =================== CASE STUDY =================== */
.case-study {
  background: #F4F8FB;
  padding: 70px 0;
  border-top: 1px solid #ECEFF3;
}
.case-study-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}
@media (max-width: 800px) { .case-study-inner { grid-template-columns: 1fr; } }
.case-study-eyebrow {
  display: inline-block;
  background: #E8F5E9;
  color: #33691E;
  font-size: 11px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 10px;
  margin-bottom: 14px;
  letter-spacing: 0.4px;
}
.case-study-quote {
  font-size: 22px;
  color: #0D4071;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 14px;
}
.case-study-attrib { font-size: 14px; color: #5C6B80; margin: 0; }
.case-study-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.stat-card {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 18px 20px;
  border: 1px solid #ECEFF3;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.stat-label { font-size: 12px; color: #888780; }
.stat-value { font-size: 26px; font-weight: 600; color: #0D4071; }
.stat-green { color: #7CB342; }
.stat-blue { color: #1E88E5; }

/* =================== HOW IT WORKS =================== */
.how-it-works { padding: 80px 0; }
.step-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.step-card { background: #FFFFFF; padding: 26px 22px; border-radius: 10px; border: 1px solid #ECEFF3; }
.step-num {
  display: inline-flex;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #7CB342;
  color: #FFFFFF;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 12px;
}
.step-card h3 { font-size: 16px; margin-bottom: 8px; }
.step-card p { font-size: 14px; color: #5C6B80; margin: 0; }

/* =================== COMPARISON =================== */
.comparison { background: #F4F8FB; padding: 80px 0; border-top: 1px solid #ECEFF3; }
.compare-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 36px;
}
@media (max-width: 800px) { .compare-grid { grid-template-columns: 1fr; } }
.compare-card {
  background: #FFFFFF;
  border-radius: 12px;
  padding: 30px 28px;
  border: 1px solid #ECEFF3;
}
.compare-card.compare-apaas { border: 2px solid #7CB342; }
.compare-card h3 { font-size: 18px; margin-bottom: 14px; }
.compare-card ul { padding-left: 0; list-style: none; margin: 0 0 18px; }
.compare-card ul li {
  font-size: 13.5px;
  color: #5C6B80;
  padding: 7px 0;
  border-bottom: 1px dashed #ECEFF3;
}
.compare-card ul li:last-child { border-bottom: none; }
.compare-total { font-size: 16px; color: #0D4071; margin: 14px 0 6px; font-weight: 500; }
.compare-value { font-size: 26px; font-weight: 700; }
.compare-value-red { color: #A32D2D; }
.compare-value-green { color: #7CB342; }
.compare-note { font-size: 12px; color: #888780; margin: 0; }

/* =================== CTA BAND =================== */
.cta-band { background: #0D4071; padding: 60px 0; color: #FFFFFF; }
.cta-band-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
@media (max-width: 800px) { .cta-band-inner { grid-template-columns: 1fr; } }
.cta-band-text h2 { color: #FFFFFF; font-size: 26px; margin-bottom: 6px; }
.cta-band-text p { color: #C9D4E2; font-size: 14px; margin: 0; }
.cta-form { display: grid; gap: 8px; }
.cta-form input {
  padding: 11px 14px;
  border-radius: 6px;
  border: 1px solid #1A5599;
  background: #08274A;
  color: #FFFFFF;
  font-size: 14px;
  font-family: inherit;
}
.cta-form input::placeholder { color: #7E92AE; }
.cta-form input:focus { outline: 2px solid #7CB342; outline-offset: -1px; }

/* =================== FOOTER =================== */
.site-footer { background: #08274A; color: #7E92AE; }
.footer-inner {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 40px;
  padding: 50px 24px 30px;
}
@media (max-width: 800px) { .footer-inner { grid-template-columns: 1fr; } }
.footer-brand { display: flex; flex-direction: column; gap: 14px; }
.footer-parent-logo { width: 130px; height: auto; }
.footer-brand p { font-size: 12px; color: #7E92AE; margin: 0; line-height: 1.6; }
.footer-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.footer-col h4 { color: #FFFFFF; font-size: 13px; margin-bottom: 12px; font-weight: 500; text-transform: uppercase; letter-spacing: 0.5px; }
.footer-col a { display: block; color: #7E92AE; font-size: 13px; padding: 4px 0; }
.footer-col a:hover { color: #FFFFFF; text-decoration: none; }
.footer-bottom { background: #061E3A; padding: 16px 0; border-top: 1px solid #1A5599; }
.footer-bottom-inner { display: flex; justify-content: space-between; align-items: center; font-size: 11.5px; }
@media (max-width: 600px) { .footer-bottom-inner { flex-direction: column; gap: 6px; } }

/* =================== PAGE HERO (lighter than home) =================== */
.page-hero { background: #F4F8FB; padding: 60px 0 40px; text-align: center; border-bottom: 1px solid #ECEFF3; }
.page-hero h1 { font-size: 36px; margin-bottom: 12px; }
.page-hero p { font-size: 17px; color: #5C6B80; max-width: 640px; margin: 0 auto; }

/* =================== CONTENT BLOCKS =================== */
.content-section { padding: 60px 0; }
.content-section.alt { background: #F4F8FB; }
.content-prose { max-width: 760px; margin: 0 auto; font-size: 16px; color: #1A2841; }
.content-prose h2 { margin-top: 30px; }
.content-prose h3 { margin-top: 24px; font-size: 17px; }
.content-prose p { margin-bottom: 14px; line-height: 1.7; }
.content-prose ul, .content-prose ol { line-height: 1.8; margin: 0 0 16px; padding-left: 22px; }
.content-prose ul li, .content-prose ol li { margin-bottom: 6px; }

/* =================== PRICING =================== */
.pricing-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; max-width: 1380px; margin: 0 auto; padding: 0 12px; }
@media (max-width: 1180px) { .pricing-grid { grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 16px; } }
.price-card { background: #FFFFFF; border-radius: 12px; padding: 24px 18px; border: 1px solid #ECEFF3; display: flex; flex-direction: column; }
.price-card.featured { border: 2px solid #7CB342; position: relative; }
.price-card.featured::before { content: "Most popular"; position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: #7CB342; color: #FFFFFF; padding: 4px 14px; border-radius: 12px; font-size: 11px; font-weight: 600; white-space: nowrap; }
.price-tier { font-size: 11px; color: #5C6B80; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 8px; }
.price-name { font-size: 20px; font-weight: 600; color: #0D4071; margin-bottom: 4px; }
.price-tagline { font-size: 12.5px; color: #5C6B80; margin-bottom: 16px; min-height: 32px; }
.price-amount { font-size: 30px; font-weight: 700; color: #0D4071; line-height: 1; }
.price-amount-unit { font-size: 13px; color: #5C6B80; font-weight: 400; }
.price-features { list-style: none; padding: 16px 0 0; margin: 16px 0 20px; border-top: 1px solid #ECEFF3; flex: 1; }
.price-features li { padding: 5px 0; font-size: 12.5px; color: #1A2841; display: flex; align-items: start; gap: 7px; line-height: 1.4; }
.price-features li::before { content: "\2713"; color: #7CB342; font-weight: 700; flex-shrink: 0; }
.price-features li.disabled { color: #888780; }
.price-features li.disabled::before { content: "\2014"; color: #D3D1C7; }

/* =================== FAQ =================== */
.faq-list { max-width: 760px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid #ECEFF3; padding: 18px 0; }
.faq-item h3 { font-size: 16px; margin: 0 0 8px; color: #0D4071; }
.faq-item p { font-size: 14.5px; color: #5C6B80; margin: 0; line-height: 1.65; }

/* =================== CASE STUDY DEEP =================== */
.case-deep { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-bottom: 30px; }
@media (max-width: 800px) { .case-deep { grid-template-columns: 1fr; } }
.case-deep-card { background: #FFFFFF; border-radius: 12px; padding: 26px 24px; border: 1px solid #ECEFF3; }
.case-deep-card .industry { font-size: 12px; color: #5C6B80; text-transform: uppercase; letter-spacing: 0.4px; margin-bottom: 8px; }
.case-deep-card h3 { font-size: 18px; margin-bottom: 8px; }
.case-deep-card .quote { font-size: 14px; color: #1A2841; font-style: italic; line-height: 1.55; margin: 14px 0; }
.case-deep-card .results { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 14px; padding-top: 14px; border-top: 1px solid #ECEFF3; }
.case-deep-card .results > div { text-align: center; }
.case-deep-card .results-num { font-size: 22px; font-weight: 700; color: #0D4071; }
.case-deep-card .results-lbl { font-size: 11px; color: #5C6B80; }

/* =================== ABOUT TEAM =================== */
.team-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 18px; max-width: 760px; margin: 0 auto; }
.team-card { background: #FFFFFF; border-radius: 10px; padding: 22px 18px; text-align: center; border: 1px solid #ECEFF3; }
.team-avatar { width: 60px; height: 60px; border-radius: 50%; background: #0D4071; color: #FFFFFF; display: flex; align-items: center; justify-content: center; font-weight: 600; font-size: 22px; margin: 0 auto 12px; }
.team-name { font-weight: 600; color: #0D4071; margin-bottom: 4px; }
.team-role { font-size: 12px; color: #5C6B80; }

/* =================== SECURITY GRID =================== */
.security-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 16px; max-width: 980px; margin: 0 auto; }
.security-card { background: #FFFFFF; padding: 24px 22px; border-radius: 10px; border: 1px solid #ECEFF3; }
.security-card .icon-wrap { width: 38px; height: 38px; border-radius: 8px; background: #E8F5E9; color: #33691E; display: flex; align-items: center; justify-content: center; margin-bottom: 14px; }
.security-card h3 { font-size: 16px; margin-bottom: 6px; }
.security-card p { font-size: 13.5px; color: #5C6B80; margin: 0; line-height: 1.55; }

/* =================== RESOURCE CARDS =================== */
.resource-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 18px; }
.resource-card { background: #FFFFFF; border-radius: 10px; overflow: hidden; border: 1px solid #ECEFF3; }
.resource-card .resource-tag { display: inline-block; background: #E3F2FD; color: #0D47A1; padding: 3px 10px; border-radius: 10px; font-size: 11px; font-weight: 500; margin-bottom: 10px; }
.resource-card-body { padding: 22px 20px; }
.resource-card h3 { font-size: 16px; margin-bottom: 8px; }
.resource-card p { font-size: 13.5px; color: #5C6B80; margin: 0 0 12px; }
.resource-card .read-time { font-size: 11.5px; color: #888780; }

/* =================== SNAPSHOT BAND (one-off paid offer above pricing grid) =================== */
.snapshot-band {
  background: linear-gradient(135deg, #E3F2FD 0%, #F4F8FB 100%);
  border: 1px solid #BBDEFB;
  border-radius: 14px;
  padding: 32px 36px;
  margin: 0 auto 36px;
  max-width: 1080px;
}
.snapshot-band-inner {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 36px;
  align-items: center;
}
@media (max-width: 800px) { .snapshot-band-inner { grid-template-columns: 1fr; text-align: center; } }
.snapshot-band-eyebrow {
  display: inline-block;
  background: #1E88E5;
  color: #FFFFFF;
  font-size: 11px;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 10px;
  margin-bottom: 12px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}
.snapshot-band h2 { font-size: 22px; color: #0D4071; margin: 0 0 8px; }
.snapshot-band-lead { font-size: 14px; color: #5C6B80; margin: 0 0 14px; }
.snapshot-band-features {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px 18px;
}
@media (max-width: 800px) { .snapshot-band-features { grid-template-columns: 1fr; text-align: left; } }
.snapshot-band-features li {
  font-size: 13px;
  color: #1A2841;
  display: flex;
  align-items: start;
  gap: 7px;
  line-height: 1.45;
}
.snapshot-band-features li::before {
  content: "\2713";
  color: #1E88E5;
  font-weight: 700;
  flex-shrink: 0;
}
.snapshot-band-buy { text-align: center; }
.snapshot-band-prices { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin: 0 0 14px; }
.snapshot-band-price-tier {
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid #BBDEFB;
  border-radius: 8px;
  padding: 12px 6px;
  text-align: center;
}
.snapshot-band-price-tier strong {
  display: block;
  font-size: 26px;
  font-weight: 700;
  color: #0D4071;
  line-height: 1;
}
.snapshot-band-price-tier small {
  display: block;
  font-size: 11px;
  color: #5C6B80;
  margin-top: 6px;
  line-height: 1.35;
}
.snapshot-band-price-note { font-size: 12px; color: #888780; margin: 0 0 14px; line-height: 1.45; }
.snapshot-band-buy .btn { width: 100%; text-align: center; }

/* =================== RESPONSIVE TUNING =================== */
@media (max-width: 800px) {
  .site-nav { display: none; }
  .hero h1 { font-size: 30px; }
  .hero-subhead { font-size: 19px; }
  .section-title { font-size: 24px; }
}

/* =================== INSIGHTS / ARTICLES =================== */
.article-wrap { max-width: 764px; margin: 0 auto; }
.crumb { font-size: 13px; color: #7E92AE; margin-bottom: 14px; }
.crumb a { color: #0D4071; text-decoration: none; }
.crumb a:hover { text-decoration: underline; }
.article-meta { font-size: 13px; color: #7E92AE; margin: 10px 0 0; }
.article { font-size: 16.5px; line-height: 1.72; color: #33404F; }
.article h2 { font-size: 24px; color: #0D2A4A; margin: 40px 0 12px; }
.article h3 { font-size: 18.5px; color: #0D4071; margin: 26px 0 8px; }
.article p { margin: 0 0 16px; }
.article ul, .article ol { margin: 0 0 18px; padding-left: 22px; }
.article li { margin: 7px 0; }
.article strong { color: #1F2A3A; }
.article code { background: #F1F5F9; border: 1px solid #E3EAF3; border-radius: 5px; padding: 1px 6px; font-size: 14px; font-family: Consolas, 'Courier New', monospace; color: #0D2A4A; }
.article pre { background: #0D2A4A; color: #E8F0F8; border-radius: 10px; padding: 16px 18px; overflow-x: auto; font-size: 13.5px; line-height: 1.6; margin: 0 0 18px; }
.article pre code { background: none; border: 0; color: inherit; padding: 0; font-size: 13.5px; }
.callout { background: #F4F8FC; border: 1px solid #DCE7F3; border-left: 4px solid #0D4071; border-radius: 10px; padding: 16px 20px; margin: 22px 0; }
.callout.warn { background: #FFF8E1; border-color: #FBE7A2; border-left-color: #BF6F00; }
.callout.good { background: #F1F8E9; border-color: #D6E8BC; border-left-color: #558B2F; }
.callout p { margin: 0 0 10px; font-size: 15px; }
.callout p:last-child { margin: 0; }
.keyfacts { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 14px; margin: 26px 0; }
.keyfact { background: #fff; border: 1px solid #E3EAF3; border-radius: 12px; padding: 16px 18px; }
.keyfact .n { font-size: 21px; font-weight: 800; color: #0D4071; line-height: 1.1; }
.keyfact .l { font-size: 12px; color: #7E92AE; margin-top: 6px; }
.article table { width: 100%; border-collapse: collapse; margin: 0 0 22px; font-size: 14.5px; }
.article table th { background: #F4F8FC; color: #0D2A4A; text-align: left; font-weight: 600; padding: 10px 12px; border: 1px solid #E3EAF3; }
.article table td { padding: 10px 12px; border: 1px solid #E9EEF4; vertical-align: top; }
.article table tr:nth-child(even) td { background: #FAFCFE; }
.faq h3 { font-size: 17px; margin: 22px 0 6px; }
.article-cta { background: linear-gradient(135deg, #0D2A4A, #0D4071); color: #fff; border-radius: 16px; padding: 34px 30px; margin: 44px 0 8px; text-align: center; }
.article-cta h2 { color: #fff; margin: 0 0 10px; }
.article-cta p { color: #C9D9EC; max-width: 520px; margin: 0 auto 20px; }
.article-cta a.btn-lg { background: #7CB342; color: #0D2A4A; font-weight: 700; padding: 12px 24px; border-radius: 8px; text-decoration: none; display: inline-block; }
.src { font-size: 13px; color: #7E92AE; margin-top: 32px; border-top: 1px solid #E9EEF4; padding-top: 14px; line-height: 1.65; }
.src a { color: #0D4071; }
.related { margin-top: 34px; border-top: 1px solid #E9EEF4; padding-top: 22px; }
.related h3 { font-size: 15px; text-transform: uppercase; letter-spacing: .05em; color: #7E92AE; margin-bottom: 12px; }
.related a { display: block; padding: 9px 0; font-size: 15px; color: #0D4071; border-bottom: 1px solid #F1F5F9; }
.related a:last-child { border-bottom: 0; }

/* insights index */
.insight-list { display: grid; gap: 18px; max-width: 900px; margin: 0 auto; }
.insight-card { display: block; background: #FFFFFF; border: 1px solid #E3EAF3; border-radius: 14px; padding: 24px 26px; text-decoration: none; color: inherit; transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease; }
.insight-card:hover { transform: translateY(-3px); box-shadow: 0 16px 34px rgba(13, 64, 113, .13); border-color: #C9D9EC; text-decoration: none; }
.insight-card h3 { font-size: 20px; margin: 8px 0 8px; color: #0D4071; }
.insight-card p { font-size: 14.5px; color: #5C6B80; margin: 0 0 12px; line-height: 1.6; }
.insight-tag { display: inline-block; background: #E3F2FD; color: #0D47A1; padding: 3px 10px; border-radius: 10px; font-size: 11px; font-weight: 600; letter-spacing: .03em; text-transform: uppercase; }
.insight-tag.ce { background: #E8F5E9; color: #1B5E20; }
.insight-tag.pkg { background: #FFF3E0; color: #A14E00; }
.insight-tag.cloud { background: #EDE7F6; color: #4527A0; }
.insight-meta { font-size: 12.5px; color: #8A99AC; }
.insight-featured { border-top: 4px solid #7CB342; }

/* change-summary list (used on the Cyber Essentials update guide) */
.changes { margin: 26px 0 8px; display: grid; gap: 12px; }
.change { display: flex; gap: 14px; align-items: flex-start; background: #FFFFFF; border: 1px solid #E3EAF3; border-radius: 12px; padding: 16px 18px; }
.change .tag { flex: 0 0 auto; font-size: 11px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; padding: 4px 10px; border-radius: 999px; background: #FDECEA; color: #A3231A; white-space: nowrap; margin-top: 2px; }
.change .tag.new { background: #E3F2FD; color: #0D47A1; }
.change .b { font-size: 15.5px; line-height: 1.65; color: #33404F; }
.change .b b { color: #0D2A4A; }
@media (max-width: 560px) { .change { flex-direction: column; gap: 8px; } }
