:root {
  --ink: #0b1220;
  --muted: #667085;
  --line: rgba(148, 163, 184, 0.26);
  --paper: #ffffff;
  --soft: #f5f8fc;
  --charcoal: #07111f;
  --navy: #0d1b2f;
  --teal: #0f9f9a;
  --teal-dark: #087d79;
  --coral: #ff6b4a;
  --gold: #f5b84b;
  --blue: #2563eb;
  --radius: 22px;
  --radius-sm: 14px;
  --shadow: 0 24px 80px rgba(7, 17, 31, 0.14);
  --shadow-soft: 0 14px 38px rgba(7, 17, 31, 0.08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(15, 159, 154, .10), transparent 34rem),
    radial-gradient(circle at top right, rgba(255, 107, 74, .08), transparent 28rem),
    var(--paper);
  line-height: 1.65;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
p { margin-top: 0; }
h1, h2, h3, p { overflow-wrap: anywhere; }

.skip-link { position: absolute; left: -999px; top: 0; background: var(--ink); color: #fff; padding: 10px 14px; z-index: 100; }
.skip-link:focus { left: 12px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(255, 255, 255, .84);
  border-bottom: 1px solid rgba(148, 163, 184, .22);
  backdrop-filter: blur(18px);
  transition: box-shadow .2s ease, background .2s ease;
}
.site-header.is-scrolled { box-shadow: 0 10px 34px rgba(7,17,31,.08); background: rgba(255, 255, 255, .96); }
.topline {
  display: flex;
  justify-content: center;
  gap: 24px;
  padding: 8px 24px;
  color: #dbeafe;
  background: linear-gradient(90deg, var(--charcoal), #10213b);
  font-size: 14px;
}
.topline a, .topline span { display: inline-flex; align-items: center; gap: 7px; white-space: nowrap; }
.nav-shell {
  width: min(1200px, calc(100% - 32px));
  margin: 0 auto;
  min-height: 80px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.brand img { width: 158px; }
.primary-nav { margin-left: auto; display: flex; align-items: center; gap: 4px; }
.primary-nav a {
  padding: 10px 11px;
  border-radius: 999px;
  color: #263244;
  font-weight: 750;
  font-size: 14px;
}
.primary-nav a:hover, .primary-nav a[aria-current="page"] { background: rgba(15, 159, 154, .10); color: var(--teal-dark); }
.employee-link { border: 1px solid var(--line); background: #fff; }
.nav-toggle { display: none; border: 1px solid var(--line); background: #fff; border-radius: 999px; min-height: 42px; padding: 0 13px; font-weight: 800; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 850;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-1px); }
.header-cta, .button.primary { background: linear-gradient(135deg, var(--coral), #f04438); color: #fff; box-shadow: 0 14px 32px rgba(255, 107, 74, .22); }
.button.secondary { border-color: var(--line); color: var(--charcoal); background: rgba(255,255,255,.78); }
.button.light { background: #fff; color: var(--charcoal); box-shadow: 0 16px 42px rgba(7,17,31,.18); }
.compact-button { margin-top: 22px; }

.hero {
  width: min(1200px, calc(100% - 32px));
  margin: 0 auto;
  padding: 86px 0 48px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  gap: 52px;
  align-items: center;
}
.eyebrow {
  margin: 0 0 13px;
  color: var(--teal-dark);
  text-transform: uppercase;
  letter-spacing: .13em;
  font-size: 12px;
  font-weight: 950;
}
h1 {
  margin: 0;
  font-size: clamp(44px, 6vw, 78px);
  line-height: .96;
  letter-spacing: -0.055em;
  color: var(--charcoal);
}
h2 { margin: 0; color: var(--charcoal); font-size: clamp(32px, 4.2vw, 54px); line-height: 1.02; letter-spacing: -0.04em; }
h3 { margin: 0 0 8px; color: var(--charcoal); font-size: 22px; line-height: 1.18; letter-spacing: -0.02em; }
.hero-copy > p:not(.eyebrow), .section-heading p, .split-section p, .service-card p, .site-footer p, .contact-details p { color: var(--muted); }
.hero-copy > p:not(.eyebrow) { font-size: 20px; max-width: 700px; margin: 24px 0 0; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 30px; }
.trust-row { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }
.trust-row span { display: inline-flex; align-items: center; gap: 8px; color: #344054; background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: 9px 12px; font-weight: 750; font-size: 14px; box-shadow: var(--shadow-soft); }
.trust-row i { color: var(--teal); }

.hero-visual {
  position: relative;
  min-height: 500px;
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(7,17,31,.96), rgba(16,33,59,.88)),
    var(--navy);
  border: 1px solid rgba(255,255,255,.10);
  overflow: hidden;
  box-shadow: var(--shadow);
}
.hero-visual::before { content: ""; position: absolute; inset: -30% -10% auto auto; width: 360px; height: 360px; border-radius: 50%; background: rgba(15,159,154,.28); filter: blur(8px); }
.hero-visual::after { content: ""; position: absolute; inset: auto auto -25% -18%; width: 420px; height: 420px; border-radius: 50%; background: rgba(255,107,74,.20); filter: blur(4px); }
.hero-visual img { position: relative; z-index: 1; width: 100%; height: 100%; min-height: 500px; object-fit: contain; padding: 58px 26px 28px; opacity: .98; }
.dashboard-card, .metric-card {
  position: absolute;
  z-index: 2;
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(255,255,255,.55);
  border-radius: 18px;
  padding: 16px 18px;
  box-shadow: 0 18px 48px rgba(0,0,0,.18);
  backdrop-filter: blur(12px);
}
.dashboard-card { left: 24px; right: 24px; top: 24px; }
.dashboard-card strong { display: block; color: var(--charcoal); }
.dashboard-card p { margin: 4px 0 0; color: var(--muted); font-size: 14px; line-height: 1.45; }
.status-dot { display: inline-block; width: 9px; height: 9px; border-radius: 99px; background: var(--teal); margin-right: 8px; box-shadow: 0 0 0 6px rgba(15,159,154,.12); }
.metric-card strong { display: block; color: var(--coral); font-size: 28px; line-height: 1; }
.metric-card span { color: var(--muted); font-weight: 800; font-size: 13px; }
.metric-one { left: 24px; bottom: 28px; }
.metric-two { right: 24px; bottom: 28px; }

.logo-proof {
  width: min(1200px, calc(100% - 32px));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.78);
  border-radius: 999px;
  padding: 16px 20px;
  box-shadow: var(--shadow-soft);
}
.logo-proof span { color: var(--muted); font-weight: 800; }
.logo-proof strong { color: var(--charcoal); font-size: 14px; }

.section, .split-section, .contact-section, .cta-band {
  width: min(1200px, calc(100% - 32px));
  margin: 0 auto;
  padding: 88px 0;
}
.section.muted, .split-section.muted, .capability-section { width: 100%; padding-left: max(16px, calc((100% - 1200px) / 2)); padding-right: max(16px, calc((100% - 1200px) / 2)); background: linear-gradient(180deg, var(--soft), #fff); }
.section-heading { max-width: 790px; margin-bottom: 36px; }
.wide-heading { max-width: 980px; }
.section-heading p { font-size: 18px; margin: 16px 0 0; }
.value-grid, .card-grid, .outcome-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.value-grid article, .service-card, .steps article, .outcome-grid article, .detail-card, .principle-grid article, .value-panel {
  border: 1px solid var(--line);
  background: rgba(255,255,255,.88);
  border-radius: var(--radius);
  padding: 26px;
  box-shadow: var(--shadow-soft);
}
.value-grid i { display: inline-flex; width: 52px; height: 52px; align-items: center; justify-content: center; background: rgba(15,159,154,.10); color: var(--teal-dark); border-radius: 16px; font-size: 25px; margin-bottom: 18px; }
.value-grid p, .outcome-grid span { color: var(--muted); margin: 0; }

.premium-grid { grid-template-columns: repeat(3, 1fr); }
.service-card { transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: rgba(15,159,154,.28); }
.service-card img { width: 100%; height: 190px; object-fit: contain; background: linear-gradient(135deg, #f8fafc, #eef7f6); border-radius: 18px; margin-bottom: 22px; }
.service-card h2, .service-card h3 { font-size: clamp(21px, 2.4vw, 28px); overflow-wrap: normal; word-break: normal; hyphens: manual; }
.service-card a { display: inline-flex; align-items: center; gap: 8px; color: var(--teal-dark); font-weight: 950; margin-top: 8px; }
.featured-card { background: linear-gradient(180deg, #fff, #f7fffe); }
.dark-card { background: linear-gradient(135deg, var(--charcoal), #13243e); color: #dbeafe; display: flex; flex-direction: column; justify-content: center; min-height: 100%; }
.dark-card h3 { color: #fff; font-size: 34px; }
.dark-card p { color: #cbd5e1; }
.dark-card .eyebrow { color: var(--gold); }
.dark-card a { color: #fff; }

.split-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: 56px; align-items: start; }
.process-section { padding-top: 94px; }
.steps { display: grid; gap: 16px; }
.steps article { display: grid; grid-template-columns: 56px 1fr; column-gap: 18px; align-items: start; }
.steps article span {
  width: 46px;
  height: 46px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--teal), var(--teal-dark));
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 950;
  grid-row: span 2;
  box-shadow: 0 14px 24px rgba(15,159,154,.18);
}
.steps article p { margin: 0; }
.outcome-grid { grid-template-columns: repeat(4, 1fr); }
.outcome-grid article { min-height: 170px; display: flex; flex-direction: column; gap: 10px; }
.outcome-grid strong { color: var(--charcoal); font-size: 20px; }

.cta-band {
  margin-bottom: 88px;
  padding: 42px;
  border-radius: 32px;
  background:
    radial-gradient(circle at 15% 20%, rgba(15,159,154,.30), transparent 26rem),
    linear-gradient(135deg, var(--charcoal), #13243e);
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
  box-shadow: var(--shadow);
}
.cta-band h2 { color: #fff; max-width: 820px; font-size: clamp(30px, 4vw, 50px); }
.cta-band .eyebrow { color: var(--gold); }

.contact-section { display: grid; grid-template-columns: .75fr 1.25fr; gap: 32px; }
.contact-details, .contact-form { background: var(--soft); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; }
.contact-details a, .contact-details p { display: flex; gap: 10px; margin: 14px 0; }
.contact-form { display: grid; gap: 16px; background: #fff; }
.contact-form label { display: grid; gap: 7px; color: var(--charcoal); font-weight: 800; }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid var(--line); border-radius: 14px; padding: 13px 14px; font: inherit; }
.contact-form input:focus, .contact-form textarea:focus { outline: 3px solid rgba(15,159,154,.18); border-color: var(--teal); }
.form-note { margin: 0; color: var(--teal-dark); font-weight: 800; }

.testimonial-card { background: var(--soft); border-radius: var(--radius); padding: 28px; border-left: 4px solid var(--teal); }
.testimonial-card blockquote { margin: 0 0 16px; font-size: 17px; color: var(--ink); font-style: italic; line-height: 1.7; }
.testimonial-card cite { font-weight: 800; font-style: normal; color: var(--charcoal); font-size: 14px; }

.principle-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.principle-grid i { color: var(--coral); font-size: 30px; margin-bottom: 16px; display: inline-block; }
.detail-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.detail-grid.two-column { grid-template-columns: repeat(2, 1fr); }
.detail-card .detail-icon { width: 48px; height: 48px; border-radius: 16px; background: rgba(15,159,154,.1); color: var(--teal); display: flex; align-items: center; justify-content: center; font-size: 24px; margin-bottom: 18px; }
.detail-card ul, .service-detail-list ul { margin: 18px 0 0; padding-left: 20px; color: var(--muted); }
.detail-card li, .service-detail-list li { margin: 9px 0; }
.detail-card.compact-card { display: grid; grid-template-columns: 34px 1fr; align-items: start; gap: 12px; }
.detail-card.compact-card i { color: var(--teal); font-size: 24px; }
.detail-card.compact-card h3 { font-size: 20px; }
.service-detail-list { display: grid; gap: 18px; }
.service-detail-list article { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .75fr); gap: 24px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow-soft); }

.site-footer {
  background: var(--charcoal);
  color: #d8dee8;
  padding: 58px max(16px, calc((100% - 1200px) / 2)) 30px;
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 34px;
}
.site-footer img { width: 150px; margin-bottom: 16px; }
.site-footer h2 { color: #fff; font-size: 18px; margin-bottom: 12px; }
.site-footer a { display: block; color: #d8dee8; margin: 9px 0; }
.site-footer a:hover { color: #fff; }
.footer-social { display: flex; gap: 12px; margin-top: 16px; }
.footer-social a { font-size: 22px; color: #d8dee8; display: inline-flex; }
.footer-social a:hover { color: #fff; }
.copyright { grid-column: 1 / -1; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.14); color: #aab4c4; font-size: 14px; }

@media (max-width: 1040px) {
  .topline { display: none; }
  .nav-shell { min-height: 72px; }
  .nav-toggle { display: inline-flex; align-items: center; gap: 7px; margin-left: auto; }
  .primary-nav {
    position: absolute;
    left: 16px;
    right: 16px;
    top: 74px;
    margin: 0;
    padding: 12px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 20px;
    box-shadow: var(--shadow);
  }
  .primary-nav.is-open { display: flex; }
  .primary-nav a { border-radius: 14px; }
  .header-cta { display: none; }
  .hero, .split-section, .contact-section { grid-template-columns: 1fr; }
  .hero { padding-top: 54px; }
  .hero-visual, .hero-visual img { min-height: 420px; }
  .value-grid, .card-grid, .premium-grid, .principle-grid, .detail-grid, .detail-grid.two-column { grid-template-columns: repeat(2, 1fr); }
  .outcome-grid { grid-template-columns: repeat(2, 1fr); }
  .service-detail-list article { grid-template-columns: 1fr; }
  .site-footer { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 680px) {
  .brand img { width: 134px; }
  h1 { font-size: 42px; letter-spacing: -0.045em; }
  h2 { font-size: 34px; }
  .hero { gap: 32px; }
  .hero-actions, .cta-band { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .logo-proof { border-radius: 24px; justify-content: flex-start; }
  .value-grid, .card-grid, .premium-grid, .principle-grid, .detail-grid, .detail-grid.two-column, .outcome-grid, .site-footer { grid-template-columns: 1fr; }
  .metric-card { position: static; margin: 10px 16px; }
  .dashboard-card { position: relative; left: auto; right: auto; top: auto; margin: 16px; }
  .hero-visual img { min-height: 300px; padding: 10px 18px 18px; }
  .hero-visual { min-height: auto; }
  .section, .split-section, .contact-section, .cta-band { padding-top: 58px; padding-bottom: 58px; }
  .cta-band { margin-bottom: 58px; padding: 28px; }
}
