:root {
  --ink: #13212f;
  --muted: #5c6977;
  --line: #d9e1e8;
  --paper: #f7f9fb;
  --white: #ffffff;
  --blue: #0f6fbf;
  --cyan: #00a3b5;
  --red: #c74343;
  --green: #21865b;
  --violet: #7354c8;
  --amber: #b97816;
  --shadow: 0 18px 50px rgba(15, 35, 55, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

a { color: inherit; text-decoration: none; }
img, svg { display: block; }
svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.site-header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  padding: 0 5vw;
  color: var(--white);
  transition: background .2s ease, box-shadow .2s ease, color .2s ease;
}
.site-header.scrolled {
  color: var(--ink);
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 8px 30px rgba(13, 31, 45, .08);
  backdrop-filter: blur(16px);
}
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 800; letter-spacing: 0; }
.brand-logo {
  width: 118px;
  height: 46px;
  object-fit: contain;
  padding: 3px 6px;
  border-radius: 8px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 8px 24px rgba(2, 12, 20, .18);
}
.country-flags {
  display: inline-flex;
  align-items: center;
  padding: 5px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 8px;
  background: rgba(255,255,255,.1);
  backdrop-filter: blur(12px);
}
.country-select {
  display: inline-flex;
  align-items: center;
  margin: 0;
  color: inherit;
  font-size: 12px;
  font-weight: 800;
}
.country-select select {
  min-height: 32px;
  width: 150px;
  padding: 4px 8px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 8px;
  color: var(--ink);
  background: var(--white);
  font-size: 13px;
  font-weight: 800;
}
.site-header.scrolled .country-flags {
  border-color: var(--line);
  background: var(--white);
}
.site-nav { display: flex; align-items: center; gap: 18px; font-size: 14px; font-weight: 700; }
.site-nav a { opacity: .92; }
.site-nav a:hover { opacity: 1; }
.nav-toggle { display: none; background: transparent; border: 0; color: inherit; padding: 8px; }
.nav-toggle span { display: block; width: 24px; height: 2px; margin: 5px 0; background: currentColor; }

.hero {
  position: relative;
  min-height: 88vh;
  display: grid;
  align-items: end;
  padding: 130px 5vw 34px;
  overflow: hidden;
  color: var(--white);
  background: #0b1a27;
}
.hero-visual {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .94;
}
.hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(6, 18, 31, .92) 0%, rgba(6, 18, 31, .72) 42%, rgba(6, 18, 31, .24) 100%);
}
.hero-content {
  position: relative;
  width: min(760px, 100%);
  padding-bottom: 50px;
}
.eyebrow {
  margin: 0 0 12px;
  color: var(--cyan);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}
h1, h2, h3, p { margin-top: 0; }
h1 {
  margin-bottom: 22px;
  font-size: 78px;
  line-height: .98;
  letter-spacing: 0;
  max-width: 920px;
}
.hero-copy { max-width: 720px; margin-bottom: 30px; color: rgba(255,255,255,.86); font-size: 19px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 800;
  cursor: pointer;
}
.button svg { width: 18px; height: 18px; }
.button.primary { background: var(--blue); color: var(--white); }
.button.secondary { border-color: rgba(255,255,255,.44); color: var(--white); background: rgba(255,255,255,.08); }
.button.text-button {
  border-color: var(--line);
  color: var(--ink);
  background: var(--white);
}
.hero-metrics {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  width: min(980px, 100%);
  background: rgba(255,255,255,.22);
  border: 1px solid rgba(255,255,255,.22);
}
.hero-metrics div { padding: 20px; background: rgba(5, 18, 30, .62); backdrop-filter: blur(14px); }
.hero-metrics strong { display: block; font-size: 34px; line-height: 1; }
.hero-metrics strong::after { content: "+"; }
.hero-metrics div:nth-child(2) strong::after { content: "%"; }
.hero-metrics span { color: rgba(255,255,255,.76); font-size: 13px; }

.trust-strip {
  display: flex;
  gap: 1px;
  overflow-x: auto;
  background: var(--line);
}
.trust-strip span {
  flex: 1 0 210px;
  padding: 18px;
  background: var(--white);
  text-align: center;
  font-weight: 800;
  color: #324255;
}

.section {
  padding: 88px 5vw;
  max-width: 1240px;
  margin: 0 auto;
}
.section-head { max-width: 780px; margin-bottom: 34px; }
h2 { margin-bottom: 16px; font-size: 52px; line-height: 1.04; letter-spacing: 0; }
h3 { margin-bottom: 10px; font-size: 21px; line-height: 1.18; }
.intro, .split, .contact {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 56px;
  align-items: start;
}
.intro > p, .split p, .contact p { color: var(--muted); font-size: 18px; }

.module-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(210px, 1fr));
  gap: 16px;
}
.module-card, .case-grid article, .advantage-feature, .command-card, .score-panel, .value-panel, .role-card, .career-panel, .job-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 36px rgba(20, 42, 62, .06);
}
.module-card {
  padding: 24px;
  min-height: 430px;
  display: flex;
  flex-direction: column;
}
.module-card p { color: var(--muted); }
.module-card ul { margin: auto 0 0; padding: 18px 0 0 18px; color: #405064; }
.module-card li + li { margin-top: 8px; }
.icon-box {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  margin-bottom: 20px;
  color: var(--white);
}
.icon-box svg { width: 24px; height: 24px; }
.accent-blue .icon-box { background: var(--blue); }
.accent-red .icon-box { background: var(--red); }
.accent-green .icon-box { background: var(--green); }
.accent-violet .icon-box { background: var(--violet); }
.accent-amber .icon-box { background: var(--amber); }

.advantage {
  max-width: none;
  background: var(--white);
}
.advantage .section-head, .advantage-grid, .command-center {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}
.advantage-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.advantage-feature {
  padding: 26px;
  min-height: 250px;
}
.advantage-feature span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 34px;
  margin-bottom: 22px;
  border-radius: 8px;
  color: var(--white);
  background: var(--ink);
  font-weight: 900;
}
.advantage-feature p { color: var(--muted); }
.command-center {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1.1fr;
  gap: 1px;
  margin-top: 18px;
  background: var(--line);
}
.command-card {
  min-height: 180px;
  padding: 24px;
  box-shadow: none;
}
.command-card span {
  display: block;
  margin-bottom: 18px;
  color: var(--muted);
  font-weight: 800;
}
.command-card strong {
  display: block;
  margin-bottom: 10px;
  font-size: 42px;
  line-height: 1;
}
.command-card small { color: var(--muted); font-weight: 800; }
.meter {
  height: 10px;
  overflow: hidden;
  border-radius: 8px;
  background: #dce7ee;
}
.meter i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--green), var(--cyan));
}
.heatmap-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
.heatmap-grid i {
  aspect-ratio: 1;
  border-radius: 8px;
  background: #d8eef1;
}
.heatmap-grid i:nth-child(2),
.heatmap-grid i:nth-child(5) { background: #ffe1b2; }
.heatmap-grid i:nth-child(6) { background: #f1a1a1; }
.heatmap-grid i:nth-child(8) { background: #b7e2cf; }

.band {
  max-width: none;
  background: #102231;
  color: var(--white);
}
.band .section-head, .band .service-layout { max-width: 1240px; margin-left: auto; margin-right: auto; }
.service-layout {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 22px;
}
.service-tabs {
  display: grid;
  gap: 10px;
}
.tab {
  min-height: 54px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 8px;
  background: rgba(255,255,255,.06);
  color: var(--white);
  font-weight: 800;
  text-align: left;
  padding: 0 18px;
  cursor: pointer;
}
.tab.active { background: var(--cyan); color: #05232b; }
.service-panel {
  min-height: 250px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 8px;
  padding: 30px;
  background: rgba(255,255,255,.08);
}
.service-panel p { color: rgba(255,255,255,.76); max-width: 780px; }
.check-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}
.check-grid span {
  padding: 14px;
  border-radius: 8px;
  background: rgba(255,255,255,.1);
  font-weight: 800;
}

.founder {
  max-width: none;
  background: #eef4f7;
}
.founder-card {
  display: grid;
  grid-template-columns: 1.3fr .7fr;
  gap: 44px;
  align-items: center;
  max-width: 1240px;
  margin: 0 auto;
  padding: 38px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}
.founder-copy {
  max-width: 820px;
  color: var(--muted);
  font-size: 18px;
}
.founder-signature {
  display: grid;
  gap: 12px;
  justify-items: start;
  padding: 24px;
  border-radius: 8px;
  background: #102231;
  color: var(--white);
}
.founder-signature img {
  width: 190px;
  height: auto;
  border-radius: 8px;
}
.founder-signature span { color: rgba(255,255,255,.72); font-weight: 800; }

.maturity-lab {
  max-width: none;
  background: #102231;
  color: var(--white);
}
.maturity-lab .section-head, .lab-layout {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}
.maturity-lab .section-head p:not(.eyebrow) { color: rgba(255,255,255,.74); font-size: 18px; }
.lab-layout {
  display: grid;
  grid-template-columns: 1fr .85fr .95fr;
  gap: 16px;
}
.maturity-panel {
  display: grid;
  gap: 18px;
  padding: 24px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 8px;
  background: rgba(255,255,255,.08);
}
.maturity-panel label, .value-panel label {
  color: inherit;
}
input[type="range"] {
  accent-color: var(--cyan);
  padding: 0;
}
.score-panel, .value-panel {
  padding: 26px;
  color: var(--ink);
}
.score-panel > span, .value-result span {
  display: block;
  color: var(--muted);
  font-weight: 900;
  text-transform: uppercase;
  font-size: 13px;
}
.score-panel strong {
  display: block;
  margin: 12px 0;
  font-size: 74px;
  line-height: 1;
}
.score-panel p { color: var(--muted); }
.value-panel {
  display: grid;
  gap: 14px;
}
.value-panel h3 { margin-bottom: 2px; }
.value-result {
  margin-top: 8px;
  padding: 18px;
  border-radius: 8px;
  background: #eaf3f7;
}
.value-result strong {
  display: block;
  margin-top: 8px;
  font-size: 30px;
}

.careers {
  max-width: 1240px;
}
.inner-page {
  background: var(--paper);
}
.inner-page main {
  padding-top: 82px;
}
.careers-page h1 {
  margin-bottom: 16px;
  color: var(--ink);
  font-size: 58px;
  line-height: 1;
}
.owner-admin h1 {
  margin-bottom: 16px;
  color: var(--ink);
  font-size: 58px;
  line-height: 1;
}
.careers .section-head p:not(.eyebrow) {
  color: var(--muted);
  font-size: 18px;
}
.careers-page .section-head p:not(.eyebrow) {
  color: var(--muted);
  font-size: 18px;
}
.career-layout {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 16px;
}
.role-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.role-card, .career-panel {
  padding: 24px;
}
.role-card span {
  display: inline-block;
  margin-bottom: 16px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}
.role-card p, .career-panel li {
  color: var(--muted);
}
.career-panel ul {
  margin: 0;
  padding-left: 20px;
}
.career-panel li + li {
  margin-top: 10px;
}
.hiring-steps {
  display: grid;
  gap: 8px;
  margin-top: 22px;
}
.hiring-steps span {
  padding: 12px;
  border-radius: 8px;
  background: #eaf3f7;
  font-weight: 800;
}
.openings-panel h2, .career-panel h2 {
  font-size: 30px;
}
.empty-jobs {
  padding: 28px;
  border: 1px dashed #b8c7d4;
  border-radius: 8px;
  background: #f5f8fa;
}
.empty-jobs strong {
  display: block;
  margin-bottom: 8px;
  font-size: 22px;
}
.empty-jobs p {
  margin: 0;
  color: var(--muted);
}
.job-list {
  display: grid;
  gap: 12px;
}
.job-card {
  padding: 22px;
}
.job-card span {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}
.job-card small {
  display: block;
  margin-bottom: 12px;
  color: var(--muted);
  font-weight: 800;
}
.job-card p {
  margin: 0;
  color: var(--muted);
}
.job-admin {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 24px;
  margin-top: 28px;
  padding: 28px;
  border-radius: 8px;
  background: #102231;
  color: var(--white);
}
.admin-page .job-admin {
  margin-top: 0;
}
.admin-analytics {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 24px;
  margin-bottom: 28px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 36px rgba(20, 42, 62, .06);
}
.admin-analytics p:not(.eyebrow) {
  color: var(--muted);
}
.analytics-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.analytics-card {
  min-height: 136px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f5f8fa;
}
.analytics-card span {
  display: block;
  margin-bottom: 14px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}
.analytics-card strong {
  display: block;
  color: var(--ink);
  font-size: 28px;
  line-height: 1.1;
}
.job-admin p:not(.eyebrow) {
  color: rgba(255,255,255,.72);
}
.job-form {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.job-form label:nth-child(4),
.job-form .button,
.job-form .form-status {
  grid-column: 1 / -1;
}
.job-form .text-button {
  justify-self: start;
}
.career-form {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 16px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 36px rgba(20, 42, 62, .06);
}
.career-form label:nth-child(4),
.career-form .button,
.career-form .form-status {
  grid-column: 1 / -1;
}

.industry-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.industry-list span, .contact-points span {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  font-weight: 800;
}

.timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  padding: 0;
  margin: 0;
  list-style: none;
  background: var(--line);
}
.timeline li { min-height: 210px; padding: 28px; background: var(--white); }
.timeline strong { display: block; margin-bottom: 14px; font-size: 22px; }
.timeline span { color: var(--muted); }

.outcomes { max-width: none; background: #eaf3f7; }
.outcomes .section-head, .case-grid { max-width: 1240px; margin-left: auto; margin-right: auto; }
.case-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.case-grid article { padding: 26px; }
.case-grid span { color: var(--blue); font-size: 13px; font-weight: 900; text-transform: uppercase; letter-spacing: 0; }
.case-grid p { color: var(--muted); }

.faq {
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: 44px;
}
.accordion {
  border-top: 1px solid var(--line);
}
.accordion button {
  width: 100%;
  min-height: 64px;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  color: var(--ink);
  text-align: left;
  font-size: 18px;
  font-weight: 900;
  cursor: pointer;
}
.answer { padding: 18px 0 28px; color: var(--muted); }

.contact {
  max-width: none;
  background: var(--white);
}
.contact > * { max-width: 620px; }
.contact-points {
  display: grid;
  gap: 10px;
  margin-top: 26px;
}
.contact-form {
  display: grid;
  gap: 14px;
  width: 100%;
  justify-self: end;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: var(--shadow);
}
label { display: grid; gap: 7px; font-weight: 800; }
input, select, textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid #cbd6df;
  border-radius: 8px;
  padding: 10px 12px;
  color: var(--ink);
  background: var(--white);
  font: inherit;
}
textarea { resize: vertical; }
.form-status { min-height: 22px; margin: 0; color: var(--green); font-weight: 800; }

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 34px 5vw;
  color: rgba(255,255,255,.78);
  background: #0c1823;
}
.site-footer p { max-width: 540px; margin: 8px 0 0; }
.site-footer strong, .site-footer a { color: var(--white); }
.footer-logo {
  width: 150px;
  height: auto;
  margin-bottom: 14px;
  border-radius: 8px;
}

@media (max-width: 1080px) {
  h1 { font-size: 58px; }
  h2 { font-size: 44px; }
  .site-nav { gap: 12px; font-size: 13px; }
  .brand span { display: none; }
  .country-select select { width: 132px; }
  .module-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .module-card { min-height: auto; }
  .timeline, .case-grid, .advantage-grid, .command-center, .lab-layout, .career-layout, .role-grid, .job-admin, .admin-analytics, .analytics-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .check-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .founder-card { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .site-header { min-height: 64px; }
  .brand-logo { width: 96px; height: 40px; }
  .country-select select { width: 118px; font-size: 12px; }
  .nav-toggle { display: block; }
  .site-nav {
    position: absolute;
    top: 64px;
    left: 4vw;
    right: 4vw;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px;
    border-radius: 8px;
    background: var(--white);
    color: var(--ink);
    box-shadow: var(--shadow);
  }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 14px; }
  .hero { min-height: 92vh; padding-top: 104px; }
  .hero-shade { background: rgba(6, 18, 31, .76); }
  h1 { font-size: 42px; }
  h2 { font-size: 32px; }
  .hero-copy { font-size: 17px; }
  .hero-metrics, .intro, .split, .service-layout, .faq, .contact, .founder-card { grid-template-columns: 1fr; }
  .hero-metrics div { padding: 14px; }
  .careers-page h1, .owner-admin h1 { font-size: 40px; }
  .module-grid, .timeline, .case-grid, .industry-list, .check-grid, .advantage-grid, .command-center, .lab-layout, .career-layout, .role-grid, .career-form, .job-admin, .job-form, .admin-analytics, .analytics-grid { grid-template-columns: 1fr; }
  .section { padding: 62px 5vw; }
  .founder-card { padding: 24px; }
  .contact-form { justify-self: stretch; }
  .site-footer { flex-direction: column; }
}
