:root {
  color-scheme: dark;
  --ink: #f5f7ff;
  --muted: #aab3cf;
  --muted-strong: #cbd2e8;
  --navy-950: #070a14;
  --navy-900: #0b1020;
  --navy-850: #10162b;
  --navy-800: #151d36;
  --blue: #3156d3;
  --blue-bright: #4f7cff;
  --violet: #6d5dfb;
  --violet-bright: #8b5cf6;
  --line: rgba(170, 179, 207, 0.18);
  --line-strong: rgba(139, 92, 246, 0.34);
  --card: rgba(18, 25, 48, 0.72);
  --card-solid: #121930;
  --shadow: 0 28px 70px rgba(0, 0, 0, 0.34);
  --radius-sm: 12px;
  --radius-md: 20px;
  --radius-lg: 30px;
  --container: 1180px;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background:
    radial-gradient(circle at 10% 0%, rgba(49, 86, 211, 0.16), transparent 30rem),
    radial-gradient(circle at 92% 8%, rgba(109, 93, 251, 0.14), transparent 35rem),
    var(--navy-950);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size: 42px 42px;
  content: "";
  mask-image: linear-gradient(to bottom, black, transparent 72%);
  pointer-events: none;
}

a {
  color: inherit;
  text-decoration: none;
}

strong {
  color: #ffffff;
}

::selection {
  color: #ffffff;
  background: rgba(109, 93, 251, 0.58);
}

:focus-visible {
  outline: 3px solid rgba(79, 124, 255, 0.85);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 10px 14px;
  color: var(--navy-950);
  background: #ffffff;
  border-radius: 10px;
  transform: translateY(-160%);
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.container {
  width: min(calc(100% - 44px), var(--container));
  margin-inline: auto;
}

.section {
  position: relative;
  padding: 112px 0;
}

.surface-alt {
  background:
    linear-gradient(135deg, rgba(49, 86, 211, 0.06), rgba(109, 93, 251, 0.045)),
    rgba(11, 16, 32, 0.72);
  border-block: 1px solid var(--line);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(170, 179, 207, 0.13);
  background: rgba(7, 10, 20, 0.82);
  backdrop-filter: blur(22px);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  gap: 26px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
  font-weight: 760;
  letter-spacing: -0.02em;
}

.brand-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: #ffffff;
  background: linear-gradient(135deg, var(--blue), var(--violet-bright));
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 11px;
  box-shadow: 0 10px 30px rgba(80, 70, 220, 0.28);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.04em;
}

nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

nav a {
  color: var(--muted-strong);
  font-size: 14px;
  font-weight: 640;
  transition: color 160ms ease;
}

nav a:hover {
  color: #ffffff;
}

.nav-cta {
  padding: 9px 15px;
  color: #ffffff;
  background: rgba(109, 93, 251, 0.16);
  border: 1px solid var(--line-strong);
  border-radius: 999px;
}

.hero {
  min-height: calc(100vh - 76px);
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 92px 0 108px;
}

.hero::before,
.hero::after {
  position: absolute;
  z-index: -1;
  content: "";
  border-radius: 999px;
  filter: blur(1px);
}

.hero::before {
  top: 8%;
  right: -10%;
  width: 560px;
  height: 560px;
  background: radial-gradient(circle, rgba(109, 93, 251, 0.19), transparent 68%);
}

.hero::after {
  bottom: -28%;
  left: 27%;
  width: 560px;
  height: 560px;
  background: radial-gradient(circle, rgba(49, 86, 211, 0.16), transparent 68%);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.48fr) minmax(300px, 0.72fr);
  align-items: center;
  gap: clamp(48px, 8vw, 112px);
}

.eyebrow {
  margin: 0 0 18px;
  color: #819dff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.5;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(48px, 6.4vw, 88px);
  font-weight: 830;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.hero h1 span {
  display: inline-block;
  color: transparent;
  background: linear-gradient(100deg, #75a0ff 3%, #7969ff 52%, #b879ff 98%);
  -webkit-background-clip: text;
  background-clip: text;
}

.hero-kicker {
  margin: 28px 0 0;
  color: var(--muted-strong);
  font-size: 17px;
  font-weight: 700;
}

.hero-copy {
  max-width: 720px;
  margin: 20px 0 0;
  color: #d7dced;
  font-size: clamp(20px, 2.1vw, 27px);
  letter-spacing: -0.025em;
  line-height: 1.42;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 760;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button.primary {
  color: #ffffff;
  background: linear-gradient(110deg, var(--blue), var(--violet));
  box-shadow: 0 15px 38px rgba(66, 77, 219, 0.32);
}

.button.primary:hover {
  box-shadow: 0 18px 44px rgba(82, 72, 235, 0.43);
}

.button.secondary {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.16);
}

.button.ghost {
  color: var(--muted-strong);
  border-color: var(--line);
}

.button.secondary:hover,
.button.ghost:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(139, 92, 246, 0.44);
}

.proof-row {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 36px;
}

.proof-row span {
  padding: 8px 12px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 620;
}

.proof-row strong {
  margin-right: 3px;
  color: #9ab0ff;
}

.profile-card {
  position: relative;
  overflow: hidden;
  padding: 34px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.025)),
    rgba(15, 22, 43, 0.86);
  border: 1px solid rgba(160, 174, 225, 0.2);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.profile-card::after {
  position: absolute;
  top: -90px;
  right: -80px;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(109, 93, 251, 0.32), transparent 67%);
  content: "";
  pointer-events: none;
}

.avatar {
  display: grid;
  width: 82px;
  height: 82px;
  place-items: center;
  margin-bottom: 28px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--blue), var(--violet-bright));
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 24px;
  box-shadow: 0 20px 45px rgba(68, 60, 210, 0.34);
  font-size: 23px;
  font-weight: 850;
  letter-spacing: -0.03em;
}

.card-label {
  margin: 0 0 6px;
  color: #819dff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.profile-card h2 {
  margin: 0;
  font-size: 27px;
  letter-spacing: -0.035em;
  line-height: 1.2;
}

.profile-title {
  margin: 10px 0 0;
  color: var(--muted-strong);
  font-size: 15px;
  line-height: 1.5;
}

.separator {
  width: 100%;
  height: 1px;
  margin: 28px 0;
  background: linear-gradient(90deg, rgba(109, 93, 251, 0.7), transparent);
}

.profile-card dl {
  display: grid;
  gap: 18px;
  margin: 0;
}

.profile-card dl div {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 14px;
}

.profile-card dt {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.profile-card dd {
  margin: 0;
  color: #e7eafd;
  font-size: 14px;
}

.section-heading {
  max-width: 780px;
  margin-bottom: 50px;
}

.section-heading.narrow {
  max-width: 820px;
}

.section-heading h2,
.credentials h2,
.contact-card h2 {
  margin: 0;
  font-size: clamp(34px, 4vw, 54px);
  letter-spacing: -0.045em;
  line-height: 1.08;
}

.section-heading p:not(.eyebrow) {
  max-width: 740px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 18px;
}

.stat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.stat-grid article {
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 26px;
  background: rgba(17, 24, 47, 0.68);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  transition: border-color 180ms ease, transform 180ms ease, background 180ms ease;
}

.stat-grid article:hover {
  transform: translateY(-4px);
  background: rgba(21, 29, 56, 0.86);
  border-color: var(--line-strong);
}

.stat-grid strong {
  color: transparent;
  background: linear-gradient(100deg, #84a6ff, #a983ff);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 43px;
  letter-spacing: -0.06em;
  line-height: 1;
}

.stat-grid span {
  color: var(--muted-strong);
  font-size: 14px;
  line-height: 1.45;
}

.solution-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.solution-grid article {
  position: relative;
  min-height: 245px;
  padding: 30px;
  overflow: hidden;
  background: linear-gradient(145deg, rgba(18, 25, 48, 0.88), rgba(11, 16, 32, 0.86));
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
}

.solution-grid article::after {
  position: absolute;
  right: -46px;
  bottom: -62px;
  width: 160px;
  height: 160px;
  background: radial-gradient(circle, rgba(109, 93, 251, 0.17), transparent 66%);
  content: "";
}

.card-index {
  display: block;
  margin-bottom: 45px;
  color: #7188dd;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.solution-grid h3,
.expertise-grid h3 {
  margin: 0;
  font-size: 20px;
  letter-spacing: -0.025em;
  line-height: 1.25;
}

.solution-grid p,
.expertise-grid p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 15px;
}

.timeline {
  position: relative;
  display: grid;
  gap: 18px;
}

.timeline::before {
  position: absolute;
  top: 16px;
  bottom: 16px;
  left: 246px;
  width: 1px;
  background: linear-gradient(to bottom, var(--violet), rgba(109, 93, 251, 0.12));
  content: "";
}

.role {
  position: relative;
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 54px;
  padding: 38px;
  background: rgba(17, 24, 47, 0.65);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
}

.role::before {
  position: absolute;
  top: 46px;
  left: 240px;
  width: 13px;
  height: 13px;
  background: #765eff;
  border: 3px solid var(--navy-850);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(109, 93, 251, 0.18);
  content: "";
}

.role-meta {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-top: 2px;
}

.role-meta strong {
  font-size: 14px;
}

.role-meta span {
  color: var(--muted);
  font-size: 13px;
}

.role h3 {
  margin: 0;
  color: #f8f9ff;
  font-size: 24px;
  letter-spacing: -0.03em;
  line-height: 1.25;
}

.company {
  margin: 7px 0 0;
  color: #8ea5ff;
  font-weight: 760;
}

.context {
  max-width: 760px;
  margin: 18px 0 0;
  color: var(--muted-strong);
  font-style: italic;
}

.role ul {
  display: grid;
  gap: 10px;
  margin: 20px 0 0;
  padding-left: 20px;
  color: var(--muted);
}

.role li::marker {
  color: #7d70ff;
}

.tags {
  margin: 22px 0 0;
  color: #91a7ff;
  font-size: 12px;
  font-weight: 720;
  letter-spacing: 0.015em;
}

.inline-impact {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 20px;
}

.inline-impact span {
  padding: 16px;
  color: var(--muted-strong);
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  font-size: 14px;
}

.inline-impact strong {
  display: block;
  color: #9aaeff;
  font-size: 24px;
}

.case-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.case {
  display: flex;
  flex-direction: column;
  padding: 30px;
  background:
    linear-gradient(165deg, rgba(49, 86, 211, 0.11), transparent 38%),
    rgba(17, 24, 47, 0.78);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
}

.case-top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 38px;
  color: #8ea5ff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.case h3 {
  margin: 0 0 28px;
  font-size: 25px;
  letter-spacing: -0.035em;
  line-height: 1.2;
}

.case h4 {
  margin: 18px 0 6px;
  color: #ffffff;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.case p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.result,
.mini-results {
  margin-top: auto;
  padding-top: 28px;
}

.result strong {
  display: block;
  color: transparent;
  background: linear-gradient(100deg, #88a7ff, #a274ff);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 48px;
  letter-spacing: -0.06em;
  line-height: 1;
}

.result span {
  color: var(--muted-strong);
  font-size: 14px;
}

.mini-results {
  display: grid;
  gap: 8px;
}

.mini-results span {
  display: flex;
  align-items: baseline;
  gap: 8px;
  color: var(--muted);
  font-size: 13px;
}

.mini-results strong {
  min-width: 62px;
  color: #a2b1ff;
  font-size: 19px;
}

.leadership {
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 30%, rgba(74, 106, 230, 0.26), transparent 30rem),
    radial-gradient(circle at 88% 70%, rgba(124, 72, 226, 0.22), transparent 32rem),
    linear-gradient(125deg, #101933, #19122d);
  border-block: 1px solid rgba(122, 109, 255, 0.25);
}

.light {
  color: #b6c2ff;
}

blockquote {
  max-width: 1000px;
  margin: 0;
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 760;
  letter-spacing: -0.05em;
  line-height: 1.12;
}

.principles {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 42px;
}

.principles span {
  padding: 9px 14px;
  color: #dbe0f7;
  background: rgba(255, 255, 255, 0.065);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 660;
}

.expertise-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

.expertise-grid article {
  grid-column: span 2;
  padding: 28px;
  background: rgba(17, 24, 47, 0.7);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
}

.expertise-grid article:nth-child(4),
.expertise-grid article:nth-child(5) {
  grid-column: span 3;
}

.credentials-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 70px;
}

.credentials h2 {
  font-size: clamp(30px, 3.5vw, 46px);
}

.simple-list {
  display: grid;
  gap: 0;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.simple-list li {
  padding: 19px 0;
  color: var(--muted);
  border-top: 1px solid var(--line);
}

.simple-list li:last-child {
  border-bottom: 1px solid var(--line);
}

.contact-section {
  padding-top: 30px;
}

.contact-card {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  align-items: center;
  gap: 60px;
  padding: clamp(34px, 6vw, 72px);
  background:
    linear-gradient(135deg, rgba(49, 86, 211, 0.28), rgba(109, 93, 251, 0.2)),
    var(--navy-850);
  border: 1px solid rgba(132, 123, 255, 0.34);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.contact-card p:not(.eyebrow) {
  max-width: 700px;
  margin: 20px 0 0;
  color: #ccd3e8;
  font-size: 17px;
}

.contact-buttons {
  display: grid;
  gap: 10px;
}

footer {
  padding: 32px 0 44px;
  color: #7f89a8;
  font-size: 12px;
}

.footer-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 14px 26px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.privacy-note {
  color: #6f7894;
}

@media (max-width: 1040px) {
  .hero-grid {
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 48px;
  }

  .hero h1 {
    font-size: clamp(48px, 7vw, 70px);
  }

  .stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .case-grid {
    grid-template-columns: 1fr;
  }

  .case {
    min-height: auto;
  }

  .expertise-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .expertise-grid article,
  .expertise-grid article:nth-child(4),
  .expertise-grid article:nth-child(5) {
    grid-column: auto;
  }
}

@media (max-width: 860px) {
  .section {
    padding: 86px 0;
  }

  nav a:not(.nav-cta) {
    display: none;
  }

  .hero {
    min-height: auto;
    padding-top: 78px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
  }

  .profile-card {
    max-width: 560px;
  }

  .solution-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .timeline::before,
  .role::before {
    display: none;
  }

  .role {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .role-meta {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--line);
  }

  .credentials-grid,
  .contact-card {
    grid-template-columns: 1fr;
  }

  .contact-buttons {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .container {
    width: min(calc(100% - 30px), var(--container));
  }

  .section {
    padding: 72px 0;
  }

  .brand > span:last-child {
    display: none;
  }

  .nav-wrap {
    min-height: 68px;
  }

  .hero {
    padding-top: 62px;
  }

  .hero h1 {
    font-size: clamp(42px, 13vw, 59px);
  }

  .hero-kicker {
    font-size: 15px;
  }

  .hero-copy {
    font-size: 19px;
  }

  .actions,
  .contact-buttons {
    display: grid;
    grid-template-columns: 1fr;
  }

  .button {
    width: 100%;
  }

  .proof-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .proof-row span {
    border-radius: 14px;
    text-align: center;
  }

  .profile-card {
    padding: 26px;
  }

  .stat-grid,
  .solution-grid,
  .expertise-grid,
  .credentials-grid,
  .inline-impact {
    grid-template-columns: 1fr;
  }

  .stat-grid article {
    min-height: 145px;
  }

  .solution-grid article {
    min-height: 215px;
  }

  .role,
  .case {
    padding: 24px;
  }

  .role h3 {
    font-size: 22px;
  }

  .contact-card {
    padding: 28px 22px;
    border-radius: 22px;
  }

  blockquote {
    font-size: 34px;
  }

  .footer-row {
    flex-direction: column;
  }
}

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

@media print {
  :root {
    color-scheme: light;
  }

  body {
    color: #151b2d;
    background: #ffffff;
  }

  body::before,
  .site-header,
  .actions,
  .contact-section,
  footer {
    display: none !important;
  }

  .section,
  .hero {
    min-height: auto;
    padding: 34px 0;
    background: #ffffff !important;
    border-color: #d8dce8;
  }

  .hero-grid,
  .credentials-grid {
    grid-template-columns: 1fr;
  }

  .profile-card,
  .stat-grid article,
  .solution-grid article,
  .role,
  .case,
  .expertise-grid article {
    color: #151b2d;
    background: #ffffff;
    border-color: #d8dce8;
    box-shadow: none;
    break-inside: avoid;
  }

  p,
  .hero-copy,
  .context,
  .role ul,
  .case p,
  .solution-grid p,
  .expertise-grid p,
  .stat-grid span,
  .profile-title,
  .profile-card dd {
    color: #343c52;
  }

  h1,
  h2,
  h3,
  strong {
    color: #111827 !important;
    -webkit-text-fill-color: #111827;
  }
}
