/* 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; }
.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: 18px;
}
.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; }
  .section-title { font-size: 24px; }
}
