/* ==========================================================================
   SuiteHeroes — Stylesheet
   Brand: Navy #0C447C, Teal #5DCAA5, Dark Teal #0F6E56
   ========================================================================== */

/* Reset & base */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
               Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 16px; line-height: 1.6; color: #2C2C2A; background: #FFFFFF;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
img, svg { max-width: 100%; height: auto; display: block; }
a { color: #0C447C; text-decoration: none; transition: color 0.15s; }
a:hover { color: #185FA5; text-decoration: underline; }
button { font-family: inherit; cursor: pointer; }
ul { padding: 0; margin: 0; list-style: none; }

.skip-link {
  position: absolute; left: -9999px; top: 0;
  padding: 8px 16px; background: #0C447C; color: white; z-index: 1000;
}
.skip-link:focus { left: 0; color: white; }

/* Container */
.container { max-width: 1140px; margin: 0 auto; padding: 0 24px; }
.container-narrow { max-width: 900px; margin: 0 auto; padding: 0 24px; }

/* Typography */
h1, h2, h3, h4, h5, h6 {
  color: #0C447C; font-weight: 500; line-height: 1.2;
  margin: 0 0 12px; letter-spacing: -0.5px;
}
h1 { font-size: clamp(28px, 5vw, 42px); letter-spacing: -1px; line-height: 1.15; }
h2 { font-size: clamp(22px, 3.5vw, 30px); }
h3 { font-size: 17px; }
h4 { font-size: 15px; }
p { margin: 0 0 16px; color: #5F5E5A; line-height: 1.65; }
.lead { font-size: 17px; color: #444441; line-height: 1.65; }
.eyebrow {
  font-size: 11px; font-weight: 500; color: #0F6E56;
  letter-spacing: 2px; text-transform: uppercase;
}
.text-center { text-align: center; }
strong { font-weight: 500; color: #0C447C; }

/* Header */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,0.96);
  -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
  border-bottom: 1px solid #F1EFE8;
}
.nav-wrap { display: flex; align-items: center; justify-content: space-between; padding: 14px 0; }
.nav-logo { display: flex; align-items: center; gap: 10px; color: #0C447C; text-decoration: none; }
.nav-logo:hover { text-decoration: none; }
.nav-logo svg { width: 32px; height: 38px; flex-shrink: 0; }
.nav-logo-text { font-size: 17px; font-weight: 500; letter-spacing: -0.3px; }
.nav-links { display: flex; align-items: center; gap: 28px; list-style: none; padding: 0; margin: 0; }
.nav-links a { color: #444441; font-size: 14px; }
.nav-links a:hover { color: #0C447C; text-decoration: none; }
.nav-links a[aria-current="page"] { color: #0C447C; font-weight: 500; }
.nav-toggle { display: none; background: none; border: none; padding: 6px; color: #0C447C; }
.nav-toggle svg { width: 28px; height: 28px; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 12px 22px; border-radius: 8px;
  font-weight: 500; font-size: 14px;
  text-decoration: none; border: 1.5px solid transparent;
  cursor: pointer; transition: all 0.15s; line-height: 1;
}
.btn:hover { text-decoration: none; }
.btn-primary { background: #0C447C; color: white; border-color: #0C447C; }
.btn-primary:hover { background: #185FA5; border-color: #185FA5; color: white; }
.btn-ghost { background: transparent; color: #0C447C; border-color: #0C447C; }
.btn-ghost:hover { background: #E6F1FB; color: #0C447C; }
.btn-light { background: white; color: #0C447C; border-color: white; }
.btn-light:hover { background: #E6F1FB; color: #0C447C; }
.btn-sm { padding: 8px 14px; font-size: 13px; }
.btn-block { width: 100%; justify-content: center; }
.btn-row { display: flex; gap: 12px; flex-wrap: wrap; }
.icon { width: 16px; height: 16px; flex-shrink: 0; }
.icon-lg { width: 24px; height: 24px; }

/* Sections */
section { padding: 72px 0; }
.section-light { background: #FAFAF7; }
.section-dark { background: #0C447C; color: white; }
.section-dark h1, .section-dark h2, .section-dark h3 { color: white; }
.section-dark p { color: #B5D4F4; }
.section-bordered { border-top: 1px solid #F1EFE8; }
.section-title { text-align: center; margin-bottom: 40px; }
.section-title h2 { margin-top: 8px; }

/* Pills & badges */
.status-pill {
  display: inline-flex; align-items: center; gap: 7px;
  background: #FFFFFF; color: #0F6E56;
  padding: 5px 12px; border-radius: 999px;
  font-size: 12px; font-weight: 500; border: 1px solid #5DCAA5;
}
.status-dot {
  display: inline-block; width: 7px; height: 7px;
  border-radius: 50%; background: #1D9E75;
  box-shadow: 0 0 0 3px rgba(29,158,117,0.18);
}
.badge {
  display: inline-flex; align-items: center; gap: 6px;
  background: #E1F5EE; color: #0F6E56;
  padding: 5px 12px; border-radius: 999px;
  font-size: 12px; font-weight: 500;
}
.tag {
  display: inline-block; background: #E1F5EE; color: #0F6E56;
  padding: 4px 10px; border-radius: 6px;
  font-size: 12px; font-weight: 500; margin: 0 6px 4px 0;
}
.industry-pill {
  background: #FFFFFF; color: #444441;
  padding: 7px 14px; border-radius: 999px;
  font-size: 13px; border: 1px solid #E5E5E5;
}

/* Cards */
.card {
  background: white; border: 1px solid #E5E5E5;
  border-radius: 12px; padding: 24px; transition: border-color 0.15s;
}
.card-hover { cursor: pointer; }
.card-hover:hover { border-color: #5DCAA5; text-decoration: none; }
.card-dark { background: #0C447C; color: white; border: none; }
.card-dark h3 { color: #5DCAA5; }
.card-dark p { color: #B5D4F4; }

.icon-box {
  width: 44px; height: 44px;
  border-radius: 10px; background: #E1F5EE; color: #0F6E56;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 16px;
}
.icon-box svg { width: 22px; height: 22px; }

/* Grids */
.grid { display: grid; gap: 16px; }
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.grid-5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.grid-hero { grid-template-columns: 1.4fr 1fr; gap: 40px; align-items: center; }
.grid-split { grid-template-columns: 1.3fr 1fr; gap: 40px; }
.grid-split-reverse { grid-template-columns: 1fr 1.3fr; gap: 40px; }

/* Hero */
.hero { padding: 72px 0 80px; background: #FAFAF7; }
.hero-avatar {
  width: 200px; height: 200px; border-radius: 50%;
  background: #0C447C; display: flex;
  align-items: center; justify-content: center;
  color: white; font-size: 64px; font-weight: 500;
  letter-spacing: -2px; border: 4px solid #5DCAA5;
  margin: 0 auto; position: relative;
}
.hero-avatar-label {
  position: absolute; bottom: 8px; right: -8px;
  background: #FFFFFF; border: 1px solid #5DCAA5;
  border-radius: 999px; padding: 4px 10px;
  font-size: 11px; font-weight: 500; color: #0F6E56;
}

/* Stats */
.stats-band { background: #0C447C; padding: 48px 0; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; text-align: center; }
.stat-num { font-size: 34px; font-weight: 500; color: white; line-height: 1; letter-spacing: -1px; }
.stat-label { font-size: 12px; color: #B5D4F4; margin-top: 6px; }

/* Process */
.process-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; text-align: center; }
.process-step .step-num {
  width: 36px; height: 36px; border-radius: 50%;
  background: #FFFFFF; color: #0C447C;
  display: flex; align-items: center; justify-content: center;
  font-weight: 500; font-size: 14px; margin: 0 auto 12px;
  border: 1.5px solid #5DCAA5;
}
.process-step h3 { color: #0C447C; margin: 0 0 4px; font-size: 15px; }
.process-step p { font-size: 12px; color: #888780; margin: 0; }

/* Lists with teal dashes */
.list-clean { padding: 0; margin: 0 0 16px; list-style: none; }
.list-clean li {
  font-size: 14px; color: #444441;
  padding: 7px 0 7px 22px; position: relative; line-height: 1.55;
}
.list-clean li::before {
  content: ''; position: absolute; left: 0; top: 14px;
  width: 12px; height: 2px; background: #5DCAA5; border-radius: 1px;
}

/* Role / engagement cards */
.role-card {
  display: grid; grid-template-columns: 220px 1fr; gap: 28px;
  padding: 24px 0; border-bottom: 1px solid #E5E5E5;
}
.role-card:last-child { border-bottom: none; }
.role-company { font-weight: 500; color: #0C447C; font-size: 16px; margin-bottom: 4px; }
.role-dates { color: #888780; font-size: 12px; margin-bottom: 10px; }
.role-title { color: #444441; font-size: 14px; font-weight: 500; margin-bottom: 10px; font-style: italic; }

/* Cert list */
.cert-list { background: white; border: 1px solid #E5E5E5; border-radius: 12px; padding: 14px 18px; }
.cert-row { display: flex; align-items: center; gap: 12px; padding: 9px 0; }
.cert-icon {
  width: 36px; height: 36px; border-radius: 8px;
  background: #E6F1FB; color: #0C447C;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.cert-icon svg { width: 18px; height: 18px; }
.cert-name { font-size: 14px; font-weight: 500; color: #2C2C2A; }
.cert-issuer { font-size: 12px; color: #888780; }

/* Skill cards */
.skill-card { background: white; border: 1px solid #E5E5E5; border-radius: 12px; padding: 20px; }
.skill-card h3 {
  color: #0F6E56; font-size: 12px;
  letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 12px;
}
.skill-pill {
  display: inline-block; background: #F1EFE8; color: #444441;
  padding: 5px 11px; border-radius: 6px;
  font-size: 12px; margin: 3px 3px 3px 0;
}

/* Forms */
.form-row { margin-bottom: 16px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 0; }
.form-label { display: block; font-size: 13px; font-weight: 500; color: #444441; margin-bottom: 7px; }
.form-input, .form-select, .form-textarea {
  width: 100%; padding: 11px 14px;
  border: 1px solid #D3D1C7; border-radius: 8px;
  font-size: 14px; font-family: inherit;
  color: #2C2C2A; background: white;
  transition: border-color 0.15s, box-shadow 0.15s;
}
.form-input:focus, .form-select:focus, .form-textarea:focus {
  outline: none; border-color: #5DCAA5;
  box-shadow: 0 0 0 3px rgba(93,202,165,0.18);
}
.form-textarea { resize: vertical; min-height: 120px; line-height: 1.5; }
.form-check { display: flex; align-items: flex-start; gap: 10px; font-size: 13px; color: #5F5E5A; }
.form-check input { margin-top: 3px; }
.required { color: #D85A30; }

/* Case study */
.glance-card { background: white; border: 1px solid #E5E5E5; border-radius: 12px; padding: 18px; text-align: center; }
.glance-num { font-size: 30px; font-weight: 500; color: #0C447C; line-height: 1; letter-spacing: -1px; margin-bottom: 4px; }
.glance-label { font-size: 12px; color: #888780; }
.section-num {
  display: inline-flex; align-items: center; justify-content: center;
  width: 34px; height: 34px; border-radius: 50%;
  background: #0C447C; color: white;
  font-size: 14px; font-weight: 500;
  margin-right: 14px; vertical-align: middle;
}
.flow-card { background: white; border: 1px solid #E5E5E5; border-radius: 8px; padding: 12px 16px; text-align: center; font-size: 14px; color: #444441; }
.tech-pill {
  display: inline-block; background: white; color: #0C447C;
  border: 1px solid #B5D4F4; padding: 7px 13px;
  border-radius: 8px; font-size: 13px; font-weight: 500;
  margin: 4px 4px 4px 0;
}
.outcome-card {
  background: white; border-radius: 12px; padding: 20px;
  border-left: 3px solid #5DCAA5;
  border-top: 1px solid #E5E5E5;
  border-right: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
}
.outcome-card h3 { color: #0F6E56; font-size: 14px; margin-bottom: 6px; }
.outcome-card p { font-size: 13px; margin: 0; line-height: 1.55; }

/* Quote */
.quote-section { text-align: center; padding: 64px 0; }
.quote-mark { color: #5DCAA5; font-size: 36px; line-height: 1; margin-bottom: 8px; }
.quote-text { font-size: 20px; color: #2C2C2A; max-width: 620px; margin: 0 auto 24px; line-height: 1.5; }
.quote-author { display: flex; align-items: center; justify-content: center; gap: 12px; }
.quote-avatar {
  width: 40px; height: 40px; border-radius: 50%;
  background: #0C447C; color: white;
  display: flex; align-items: center; justify-content: center;
  font-weight: 500; font-size: 13px; border: 2px solid #5DCAA5;
}
.quote-name { font-size: 14px; font-weight: 500; color: #2C2C2A; text-align: left; }
.quote-role { font-size: 12px; color: #888780; text-align: left; }

/* FAQ */
.faq-item { background: white; border: 1px solid #E5E5E5; border-radius: 12px; padding: 18px 20px; }
.faq-item h3 { display: flex; align-items: flex-start; gap: 8px; margin-bottom: 8px; }
.faq-item h3 svg { color: #5DCAA5; flex-shrink: 0; margin-top: 2px; }

/* Footer */
.site-footer { background: #1A1A1A; color: #888780; padding: 48px 0 24px; }
.footer-grid {
  display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 32px; margin-bottom: 32px;
}
.footer-col h4 { color: white; font-size: 13px; margin-bottom: 12px; font-weight: 500; }
.footer-col ul li { padding: 4px 0; }
.footer-col a { color: #B4B2A9; font-size: 13px; }
.footer-col a:hover { color: white; text-decoration: none; }
.footer-bottom {
  border-top: 1px solid #2C2C2A; padding-top: 20px;
  display: flex; justify-content: space-between;
  font-size: 12px; color: #5F5E5A;
  flex-wrap: wrap; gap: 12px;
}
.footer-bottom-links { display: flex; gap: 18px; }
.footer-bottom-links a { color: #5F5E5A; }
.footer-logo { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.footer-logo svg { width: 24px; }
.footer-logo span { color: white; font-size: 15px; font-weight: 500; }

/* Engagement cards */
.engagement-card { background: white; border: 1px solid #E5E5E5; border-radius: 12px; padding: 20px; }
.engagement-card-head {
  display: flex; justify-content: space-between;
  align-items: baseline; margin-bottom: 6px; gap: 8px;
}
.engagement-card h3 { margin: 0; font-size: 16px; }
.engagement-card .engagement-date { font-size: 12px; color: #888780; white-space: nowrap; }
.engagement-role { font-size: 13px; color: #0F6E56; font-weight: 500; margin-bottom: 8px; }
.engagement-card p { font-size: 13px; margin: 0; line-height: 1.55; }

/* Utility */
.mt-0 { margin-top: 0; } .mt-1 { margin-top: 8px; } .mt-2 { margin-top: 16px; } .mt-3 { margin-top: 24px; } .mt-4 { margin-top: 32px; }
.mb-0 { margin-bottom: 0; } .mb-1 { margin-bottom: 8px; } .mb-2 { margin-bottom: 16px; } .mb-3 { margin-bottom: 24px; } .mb-4 { margin-bottom: 32px; }

/* Tablet */
@media (max-width: 960px) {
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .grid-5 { grid-template-columns: repeat(5, 1fr); gap: 8px; }
  .grid-hero, .grid-split, .grid-split-reverse { grid-template-columns: 1fr; gap: 28px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
  .role-card { grid-template-columns: 1fr; gap: 12px; }
}

/* Mobile */
@media (max-width: 720px) {
  section { padding: 48px 0; }
  .hero { padding: 48px 0 56px; }
  .nav-links {
    display: none; position: absolute; top: 100%; left: 0; right: 0;
    flex-direction: column; align-items: stretch; gap: 0;
    background: white; border-bottom: 1px solid #E5E5E5; padding: 8px 0;
  }
  .nav-links.is-open { display: flex; }
  .nav-links li { width: 100%; }
  .nav-links a { display: block; padding: 12px 24px; }
  .nav-links .btn { margin: 12px 24px; }
  .nav-toggle { display: block; }
  .grid-2, .grid-3 { grid-template-columns: 1fr; }
  .grid-5 { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .form-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 24px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  .hero-avatar { width: 160px; height: 160px; font-size: 52px; }
  .quote-text { font-size: 17px; }
}

/* Print */
@media print {
  .site-header, .site-footer, .btn, .nav-toggle { display: none; }
  section { padding: 24px 0; page-break-inside: avoid; }
  body { font-size: 12pt; color: black; }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
