:root {
  --ink: #0040d6;
  --muted: #5f6c92;
  --line: #e3e7ee;
  --line-soft: rgba(227, 231, 238, .8);
  --paper: #fefefe;
  --soft: #f5f7fa;
  --card: #ffffff;
  --glass: rgba(254, 254, 254, .86);
  --blue: #07228c;
  --blue2: #0336ad;
  --green: #0aef95;
  --radius: 22px;
  --shadow: 0 24px 70px rgba(8, 18, 55, .08);
}

[data-theme="dark"] {
  --ink: #c9d6ff;
  --muted: #93a1c9;
  --line: #1c2440;
  --line-soft: rgba(28, 36, 64, .8);
  --paper: #0a0e1c;
  --soft: #101731;
  --card: #141c38;
  --glass: rgba(10, 14, 28, .8);
  --blue: #5f8bff;
  --blue2: #7ba4ff;
  --green: #0aef95;
  --shadow: 0 24px 70px rgba(0, 0, 0, .45);
}

[data-theme="dark"] .dark {
  background: #0c1330;
}

[data-theme="dark"] .hero-mesh {
  opacity: 1;
}

[data-theme="dark"] .orb-1 {
  background: radial-gradient(circle, rgba(95, 139, 255, .3), transparent 70%);
}

[data-theme="dark"] .orb-2 {
  background: radial-gradient(circle, rgba(10, 239, 149, .2), transparent 70%);
}

[data-theme="dark"] .hero-shield svg {
  opacity: .35;
}

[data-theme="dark"] .hero-badge {
  background: rgba(95, 139, 255, .1);
  border-color: rgba(95, 139, 255, .2);
  color: #8fb0ff;
}

[data-theme="dark"] .hero .button.primary {
  box-shadow: 0 14px 40px rgba(95, 139, 255, .25);
}

[data-theme="dark"] .stat {
  color: rgba(201, 214, 255, .5);
}

[data-theme="dark"] .stat-num {
  color: #c9d6ff;
}

[data-theme="dark"] .hero-grid {
  background-image:
    linear-gradient(rgba(95, 139, 255, .06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(95, 139, 255, .06) 1px, transparent 1px);
}

[data-theme="dark"] .logos img {
  filter: grayscale(1) invert(1);
  opacity: .8;
}

[data-theme="dark"] .logos img:hover {
  filter: invert(0);
  opacity: 1;
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  transition: background-color .3s ease, color .3s ease;
}

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

button,
input,
textarea {
  font: inherit
}

img {
  max-width: 100%;
  display: block
}

.container {
  width: min(1180px, calc(100% - 48px));
  margin: auto
}

.section {
  padding: 118px 0;
  position: relative;
  overflow: hidden
}

.section::before {
  content: '';
  position: absolute;
  width: 520px;
  height: 520px;
  pointer-events: none;
  opacity: .035;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
  transition: opacity .4s ease
}

[data-theme="dark"] .section::before {
  opacity: .05
}

.section > .container {
  position: relative;
  z-index: 1
}

.outcomes::before {
  top: -60px;
  right: -80px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 240' fill='none' stroke='%230040d6' stroke-width='1.2'%3E%3Cpath d='M100 10L190 55V130C190 175 150 215 100 230 50 215 10 175 10 130V55Z'/%3E%3Cpath d='M100 40L165 68V130C165 162 138 190 100 200 62 190 35 162 35 130V68Z'/%3E%3Ccircle cx='100' cy='110' r='28'/%3E%3Cpath d='M90 110h20M100 100v20' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E")
}

.philosophy::before {
  bottom: -40px;
  left: -60px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200' fill='none' stroke='%23ffffff' stroke-width='1.2'%3E%3Ccircle cx='100' cy='80' r='50'/%3E%3Cpath d='M80 80a20 20 0 0 1 40 0'/%3E%3Cpath d='M70 130c0-17 13-30 30-30s30 13 30 30'/%3E%3Cpath d='M100 30V15M60 55L48 43M140 55l12-12M100 130v25' stroke-linecap='round'/%3E%3C/svg%3E")
}

.process::before {
  top: 50%;
  right: -100px;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200' fill='none' stroke='%230040d6' stroke-width='1.2'%3E%3Ccircle cx='100' cy='100' r='70'/%3E%3Ccircle cx='100' cy='100' r='45'/%3E%3Ccircle cx='100' cy='100' r='20'/%3E%3Cpath d='M100 30v25M100 145v25M30 100h25M145 100h25' stroke-linecap='round'/%3E%3Cpath d='M58 58l18 18M124 124l18 18M58 142l18-18M124 76l18-18' stroke-linecap='round'/%3E%3C/svg%3E")
}

.solutions::before {
  bottom: -80px;
  left: -60px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 240 200' fill='none' stroke='%230040d6' stroke-width='1.2'%3E%3Ccircle cx='40' cy='40' r='18'/%3E%3Ccircle cx='120' cy='30' r='18'/%3E%3Ccircle cx='200' cy='50' r='18'/%3E%3Ccircle cx='60' cy='120' r='18'/%3E%3Ccircle cx='140' cy='140' r='18'/%3E%3Ccircle cx='210' cy='130' r='18'/%3E%3Cpath d='M55 52l50 15M135 42l55 12M48 105l75 25M155 128l48-3' stroke-linecap='round'/%3E%3C/svg%3E")
}

.services::before {
  top: -40px;
  left: -80px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200' fill='none' stroke='%23ffffff' stroke-width='1.2'%3E%3Crect x='30' y='30' width='140' height='140' rx='12'/%3E%3Cpath d='M30 80h140M80 30v140'/%3E%3Cpath d='M30 130h140M130 30v140' stroke-dasharray='4 4'/%3E%3Ccircle cx='80' cy='80' r='10'/%3E%3Ccircle cx='130' cy='130' r='10'/%3E%3Cpath d='M88 88l34 34' stroke-linecap='round'/%3E%3C/svg%3E")
}

.experience::before {
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200' fill='none' stroke='%230040d6' stroke-width='1.2'%3E%3Cpath d='M100 20l22 44 49 7-35 34 8 49-44-23-44 23 8-49-35-34 49-7z'/%3E%3Ccircle cx='100' cy='100' r='30'/%3E%3Cpath d='M100 75v50M75 100h50' stroke-linecap='round'/%3E%3C/svg%3E")
}

.partners::before {
  bottom: -60px;
  right: -40px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200' fill='none' stroke='%230040d6' stroke-width='1.2'%3E%3Ccircle cx='40' cy='60' r='14'/%3E%3Ccircle cx='100' cy='40' r='14'/%3E%3Ccircle cx='160' cy='70' r='14'/%3E%3Ccircle cx='70' cy='140' r='14'/%3E%3Ccircle cx='140' cy='150' r='14'/%3E%3Cpath d='M52 68l30 68M112 50l20 88M150 82l-8 52' stroke-linecap='round'/%3E%3C/svg%3E")
}

.about::before {
  top: 50%;
  right: -80px;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200' fill='none' stroke='%23ffffff' stroke-width='1.2'%3E%3Crect x='40' y='50' width='120' height='110' rx='8'/%3E%3Cpath d='M40 80h120M90 50v110'/%3E%3Ccircle cx='65' cy='65' r='8'/%3E%3Cpath d='M120 110h20M120 130h14' stroke-linecap='round'/%3E%3Cpath d='M65 100h15v15h-15z'/%3E%3C/svg%3E")
}

.insights::before {
  top: -40px;
  right: -60px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200' fill='none' stroke='%230040d6' stroke-width='1.2'%3E%3Cpath d='M100 30c-28 0-50 22-50 50 0 18 10 34 25 42v18h50v-18c15-8 25-24 25-42 0-28-22-50-50-50z'/%3E%3Cpath d='M80 140h40' stroke-linecap='round'/%3E%3Cpath d='M85 160h30' stroke-linecap='round'/%3E%3Cpath d='M100 30v-10M60 50L50 38M140 50l10-12' stroke-linecap='round'/%3E%3Ccircle cx='100' cy='78' r='14'/%3E%3Cpath d='M100 68v20M93 78h14' stroke-linecap='round'/%3E%3C/svg%3E")
}

.careers::before {
  bottom: -60px;
  left: -60px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200' fill='none' stroke='%230040d6' stroke-width='1.2'%3E%3Cpath d='M100 170V70' stroke-linecap='round'/%3E%3Cpath d='M60 110l40-40 40 40' stroke-linecap='round'/%3E%3Cpath d='M40 170h120' stroke-linecap='round'/%3E%3Ccircle cx='100' cy='50' r='20'/%3E%3Cpath d='M92 50h16M100 42v16' stroke-linecap='round'/%3E%3C/svg%3E")
}

.final-cta::before {
  top: -40px;
  left: -40px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200' fill='none' stroke='%23ffffff' stroke-width='1.2'%3E%3Ccircle cx='100' cy='100' r='70'/%3E%3Cpath d='M100 30v140M30 100h140' stroke-linecap='round'/%3E%3Cpath d='M100 100l45-45M100 100l-45 45' stroke-linecap='round'/%3E%3Ccircle cx='100' cy='100' r='25'/%3E%3C/svg%3E")
}

.contact::before {
  top: -60px;
  right: -60px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200' fill='none' stroke='%230040d6' stroke-width='1.2'%3E%3Crect x='25' y='45' width='150' height='110' rx='12'/%3E%3Cpath d='M25 65l75 45 75-45'/%3E%3Cpath d='M25 140l50-40M175 140l-50-40' stroke-linecap='round'/%3E%3C/svg%3E")
}

.kicker {
  margin: 0 0 18px;
  color: var(--blue2);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .15em
}

.light-kicker {
  color: var(--green)
}

h1,
h2,
h3,
p {
  margin-top: 0
}

h1,
h2,
h3 {
  letter-spacing: -.045em;
  line-height: 1.08
}

h1 {
  font-size: clamp(48px, 7vw, 88px);
  font-weight: 600;
  margin-bottom: 28px;
  max-width: 900px
}

h1 span {
  color: var(--blue)
}

h2 {
  font-size: clamp(38px, 5vw, 64px);
  font-weight: 600;
  margin-bottom: 26px
}

h3 {
  font-size: 24px;
  font-weight: 600
}

p {
  color: var(--muted);
  font-size: 16px
}

.dark {
  background: #0037c4;
  color: white;
  transition: background-color .3s ease;
}

.dark p {
  color: #aab2c3
}

.dark h2,
.dark h3 {
  color: #fff
}

.header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--glass);
  border-bottom: 1px solid var(--line-soft);
  backdrop-filter: blur(18px);
  transition: background-color .3s ease, border-color .3s ease;
}

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

.logo img {
  width: 180px;
  height: auto
}

.nav {
  display: flex;
  align-items: center;
  gap: 25px;
  font-size: 13px;
  font-weight: 500
}

.nav a {
  transition: .2s ease
}

.nav a:hover {
  color: var(--blue2)
}

.nav-cta {
  padding: 10px 16px;
  border: 1px solid var(--ink);
  border-radius: 999px
}

.theme-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  flex-shrink: 0;
  transition: background .2s, color .2s, border-color .2s;
}

.theme-toggle:hover {
  background: var(--soft);
}

.theme-toggle svg {
  width: 18px;
  height: 18px;
}

.icon-sun {
  display: none;
}

[data-theme="dark"] .icon-moon {
  display: none;
}

[data-theme="dark"] .icon-sun {
  display: block;
}

.menu-btn {
  display: none;
  width: 42px;
  height: 42px;
  border: 0;
  background: transparent;
  position: relative
}

.menu-btn span {
  position: absolute;
  left: 9px;
  width: 24px;
  height: 1.5px;
  background: var(--ink);
  transition: .25s
}

.menu-btn span:first-child {
  top: 15px
}

.menu-btn span:last-child {
  top: 24px
}

.hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 150px 0 130px;
  overflow: hidden;
  background: var(--paper)
}

.hero-mesh {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: .55;
  background:
    radial-gradient(ellipse 60% 50% at 50% 20%, rgba(7, 34, 140, .08), transparent 70%),
    radial-gradient(ellipse 40% 40% at 85% 15%, rgba(10, 239, 149, .06), transparent 60%),
    radial-gradient(ellipse 50% 50% at 15% 80%, rgba(7, 34, 140, .05), transparent 60%);
  transition: opacity .4s ease
}

.hero-orbs {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none
}

.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px)
}

.orb-1 {
  width: 520px;
  height: 520px;
  top: -12%;
  right: -8%;
  background: radial-gradient(circle, rgba(7, 34, 140, .12), transparent 70%);
  animation: orbFloat1 18s ease-in-out infinite
}

.orb-2 {
  width: 400px;
  height: 400px;
  bottom: -5%;
  left: -5%;
  background: radial-gradient(circle, rgba(10, 239, 149, .1), transparent 70%);
  animation: orbFloat2 22s ease-in-out infinite
}

.orb-3 {
  width: 300px;
  height: 300px;
  top: 40%;
  left: 50%;
  background: radial-gradient(circle, rgba(7, 34, 140, .06), transparent 70%);
  animation: orbFloat3 15s ease-in-out infinite
}

.orb-4 {
  width: 200px;
  height: 200px;
  top: 15%;
  left: 10%;
  background: radial-gradient(circle, rgba(10, 239, 149, .06), transparent 70%);
  animation: orbFloat4 20s ease-in-out infinite
}

@keyframes orbFloat1 {
  0%, 100% { transform: translate(0, 0) scale(1) }
  33% { transform: translate(-30px, 40px) scale(1.05) }
  66% { transform: translate(20px, -20px) scale(.95) }
}

@keyframes orbFloat2 {
  0%, 100% { transform: translate(0, 0) scale(1) }
  33% { transform: translate(40px, -30px) scale(1.08) }
  66% { transform: translate(-20px, 25px) scale(.92) }
}

@keyframes orbFloat3 {
  0%, 100% { transform: translate(0, 0) scale(1) }
  50% { transform: translate(-50px, -30px) scale(1.1) }
}

@keyframes orbFloat4 {
  0%, 100% { transform: translate(0, 0) scale(1) }
  50% { transform: translate(30px, 40px) scale(1.15) }
}

.hero-grid {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: .4;
  background-image:
    linear-gradient(rgba(7, 34, 140, .04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 34, 140, .04) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse 70% 60% at 50% 40%, black 20%, transparent 70%);
  -webkit-mask-image: radial-gradient(ellipse 70% 60% at 50% 40%, black 20%, transparent 70%)
}

.hero-shield {
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  width: 340px;
  height: 400px;
  z-index: 1;
  pointer-events: none;
  opacity: .4;
  animation: shieldPulse 6s ease-in-out infinite
}

.hero-shield svg {
  width: 100%;
  height: 100%
}

@keyframes shieldPulse {
  0%, 100% { opacity: .3; transform: translateY(-50%) scale(1) }
  50% { opacity: .5; transform: translateY(-50%) scale(1.03) }
}

.hero-inner {
  position: relative;
  z-index: 2;
  text-align: center
}

.hero-copy {
  max-width: 920px;
  margin: 0 auto
}

[data-hero] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .65s cubic-bezier(.2, .7, .2, 1), transform .65s cubic-bezier(.2, .7, .2, 1)
}

[data-hero].visible {
  opacity: 1;
  transform: translateY(0)
}

.hero-badge {
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px)
}

.badge-custom {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--soft);
  color: var(--blue);
  border: 1px solid var(--line);
  border-radius: 50px;
  padding: 11px 19px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  margin-bottom: 32px
}

.dot-pulse {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
  animation: pulse 2s infinite
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(10, 239, 149, .7)
  }

  70% {
    box-shadow: 0 0 0 10px rgba(10, 239, 149, 0)
  }

  100% {
    box-shadow: 0 0 0 0 rgba(10, 239, 149, 0)
  }
}

.hero h1 {
  font-size: clamp(44px, 6.6vw, 86px);
  font-weight: 800;
  margin: 0 auto 28px;
  max-width: 1000px;
  line-height: 1.05
}

.hero-line {
  display: inline-block;
  opacity: 0;
  transform: translateY(40px) rotateX(15deg);
  transition: opacity .7s cubic-bezier(.2, .7, .2, 1), transform .7s cubic-bezier(.2, .7, .2, 1)
}

.hero-line.visible {
  opacity: 1;
  transform: translateY(0) rotateX(0deg)
}

.hero-accent {
  background: linear-gradient(135deg, var(--blue) 0%, var(--blue2) 55%, var(--green) 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradient-flow 6s linear infinite
}

@keyframes gradient-flow {
  0% {
    background-position: 0% 50%
  }

  50% {
    background-position: 100% 50%
  }

  100% {
    background-position: 0% 50%
  }
}

.hero h1 em {
  font-style: normal;
  position: relative
}

.hero h1 em::after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--green);
  border-radius: 2px;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .6s cubic-bezier(.2, .7, .2, 1) .8s
}

.hero h1 em.visible::after {
  transform: scaleX(1)
}

.hero-copy .lead {
  font-size: clamp(17px, 2vw, 20px);
  color: var(--ink);
  max-width: 720px;
  margin: 0 auto
}

.hero-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 40px;
  flex-wrap: wrap
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 999px;
  transition: transform .25s cubic-bezier(.2, .7, .2, 1), box-shadow .25s, background .25s
}

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

.button:active {
  transform: translateY(0)
}

.primary {
  background: var(--blue);
  color: white;
  box-shadow: 0 14px 30px rgba(7, 34, 140, .16)
}

.primary:hover {
  background: var(--blue2);
  box-shadow: 0 18px 40px rgba(7, 34, 140, .22)
}

.ghost {
  background: transparent;
  color: var(--ink);
  border: 1px solid var(--line)
}

.ghost:hover {
  background: var(--soft);
  border-color: var(--blue2)
}

.green {
  background: var(--green);
  color: #07120d
}

.text-link {
  padding-left: 0;
  padding-right: 0;
  background: transparent;
  color: var(--ink)
}

.hero .button {
  min-height: 58px;
  padding: 0 30px;
  border-radius: 16px;
  font-size: 15px
}

.hero .button.primary {
  box-shadow: 0 14px 34px rgba(7, 34, 140, .22)
}

.hero-stats {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 36px;
  margin-top: 56px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .7s ease .6s, transform .7s ease .6s
}

.hero-stats.visible {
  opacity: 1;
  transform: translateY(0)
}

.stat {
  text-align: center;
  color: var(--muted)
}

.stat-num {
  display: block;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -.03em;
  color: var(--ink);
  line-height: 1.1
}

.stat-label {
  font-size: 13px;
  font-weight: 500;
  margin-top: 4px;
  display: block
}

.stat-sep {
  width: 1px;
  height: 36px;
  background: var(--line)
}

.section-head {
  max-width: 790px;
  margin-bottom: 56px
}

.section-head>p:last-child {
  max-width: 740px
}

.outcomes {
  background: var(--soft)
}

.outcome-list {
  border-top: 1px solid var(--line);
}

.outcome {
  display: grid;
  grid-template-columns: 56px 1fr 30px;
  gap: 24px;
  align-items: start;
  padding: 28px 4px;
  border-bottom: 1px solid var(--line);
  transition: all .25s ease !important;
}

.outcome:hover {
  padding-left: 16px;
  background: var(--card);
}

.outcome span {
  font-size: 12px;
  color: var(--blue2);
  padding-top: 5px
}

.outcome h3 {
  margin-bottom: 7px;
  font-size: 25px
}

.outcome p {
  margin: 0;
  max-width: 760px
}

.outcome b {
  font-size: 20px;
  font-weight: 400;
  color: var(--blue2)
}

.split {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 100px;
  align-items: start
}

.body-copy p {
  font-size: 17px
}

.body-copy .strong {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  margin-top: 30px
}

.process-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid var(--line)
}

.process-item {
  padding: 30px 24px 10px 0;
  border-right: 1px solid var(--line);
  min-height: 330px
}

.process-item:last-child {
  border-right: 0
}

.process-item span {
  font-size: 12px;
  color: var(--blue2)
}

.process-item h3 {
  font-size: 21px;
  margin: 62px 0 12px
}

.process-item p {
  font-size: 14px
}

.solutions {
  background: var(--paper);
}

.solution-intro,
.partner-copy,
.services-intro {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 80px;
  padding: 38px 0 50px;
  border-top: 1px solid var(--line)
}

.solution-intro h3,
.partner-copy h3,
.services-intro h3 {
  font-size: 30px
}

.accordion {
  border-top: 1px solid var(--line);
}

.solution {
  border-bottom: 1px solid var(--line);
  scroll-margin-top: 100px
}

.solution-title {
  width: 100%;
  background: none;
  border: 0;
  display: grid;
  grid-template-columns: 65px 1fr 40px;
  gap: 16px;
  align-items: center;
  text-align: left;
  padding: 26px 0;
  cursor: pointer;
  color: var(--ink)
}

.solution-no {
  font-size: 12px;
  color: var(--blue2)
}

.solution-name {
  display: flex;
  align-items: baseline;
  gap: 24px
}

.solution-name b {
  font-size: 27px;
  letter-spacing: -.03em
}

.solution-name small {
  font-size: 14px;
  color: var(--muted);
  font-weight: 400
}

.solution-title i {
  font-size: 28px;
  font-style: normal;
  font-weight: 300;
  text-align: right;
  transition: transform .25s
}

.solution.open .solution-title i {
  transform: rotate(45deg)
}

.solution-body {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 70px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height .45s ease, opacity .3s ease, padding .45s ease;
  padding: 0 55px 0 65px
}

.solution.open .solution-body {
  max-height: 650px;
  opacity: 1;
  padding: 8px 55px 34px 65px
}

.solution-body ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px 24px;
  margin: 0;
  padding: 0;
  list-style: none
}

.solution-body li {
  font-size: 14px;
  padding-left: 18px;
  position: relative;
  color: var(--muted);
}

.solution-body li:before {
  content: "";
  position: absolute;
  left: 0;
  top: .8em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--green)
}

.services .section-head p {
  max-width: 760px
}

.services-intro {
  border-color: #272b34
}

.services-intro p {
  color: #aab2c3
}

.service-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #272b34;
  border-left: 1px solid #272b34
}

.service-step {
  padding: 30px;
  border-right: 1px solid #272b34;
  border-bottom: 1px solid #272b34;
  min-height: 260px
}

.service-step span {
  font-size: 12px;
  color: var(--green)
}

.service-step h3 {
  font-size: 23px;
  margin: 45px 0 12px
}

.service-step p {
  font-size: 14px
}

.services-list {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
  margin-top: 28px
}

.services-list span {
  font-size: 12px;
  border: 1px solid #313641;
  border-radius: 999px;
  padding: 8px 13px;
  color: #c4cad6
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line)
}

.value {
  background: var(--card);
  padding: 34px;
  min-height: 190px
}

.value h3 {
  font-size: 23px;
  margin-bottom: 30px
}

.value p {
  font-size: 14px;
  margin: 0
}

.partners {
  background: var(--soft)
}

.logos {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  background: var(--line);
  gap: 1px;
  border: 1px solid var(--line)
}

.logos img {
  width: 100%;
  height: 116px;
  object-fit: contain;
  background: var(--card);
  padding: 28px 34px;
  filter: grayscale(1);
  opacity: .72;
  transition: .2s
}

.logos img:last-child {
  grid-column: span 2
}

.logos img:hover {
  filter: none;
  opacity: 1
}

.insight-grid,
.career-grid,
.contact-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 100px;
  align-items: start
}

.insight-box {
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 48px;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end
}

.insight-box h3 {
  font-size: 34px
}

.careers {
  background: var(--soft)
}

.cv-box {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 32px
}

.cv-field {
  min-height: 250px;
  border: 1px dashed var(--line);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-bottom: 18px;
  text-align: center
}

.cv-field input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0
}

.cv-icon {
  font-size: 30px;
  color: var(--blue2)
}

.cv-field strong {
  font-size: 22px;
  margin: 10px 0
}

.cv-field small {
  color: var(--muted)
}

.final-cta {
  text-align: center
}

.final-cta .container {
  max-width: 850px
}

.final-cta p {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto
}

.final-cta h2 {
  font-size: clamp(45px, 6vw, 74px)
}

.final-cta .button {
  margin-top: 20px
}

.form {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 34px;
  box-shadow: var(--shadow)
}

.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px
}

.form label {
  display: block;
  margin-bottom: 18px
}

.form label span {
  display: block;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 8px;
  color: var(--muted)
}

.form input,
.form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--soft);
  color: var(--ink);
  padding: 14px 15px;
  outline: none;
  transition: .2s
}

.form input:focus,
.form textarea:focus {
  border-color: var(--blue2);
  background: var(--card);
  box-shadow: 0 0 0 3px rgba(3, 54, 173, .08)
}

.form textarea {
  resize: vertical
}

.hp {
  display: none !important
}

.footer {
  background: #05070a;
  color: #fff;
  border-top: 1px solid #171a20;
  padding: 34px 0
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px
}

.footer img {
  width: 180px
}

.footer p {
  margin: 0;
  font-size: 13px;
  color: #9099aa
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .7s ease, transform .7s cubic-bezier(.2, .7, .2, 1)
}

.reveal.visible {
  opacity: 1;
  transform: none
}

@media (prefers-reduced-motion:reduce) {
  html {
    scroll-behavior: auto
  }

  .reveal {
    opacity: 1;
    transform: none;
    transition: none
  }

  .button,
  .outcome,
  .logos img {
    transition: none
  }

  .orb,
  .hero-shield,
  .hero-line,
  [data-hero],
  .hero-stats {
    animation: none !important;
    transition: none !important
  }

  .hero-line,
  [data-hero],
  .hero-stats {
    opacity: 1;
    transform: none
  }

  .hero h1 em::after {
    transform: scaleX(1);
    transition: none
  }
}

@media (max-width:980px) {
  .container {
    width: min(100% - 32px, 1180px)
  }

  .section {
    padding: 90px 0
  }

  .nav {
    position: fixed;
    left: 16px;
    right: 16px;
    top: 92px;
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 20px;
    box-shadow: var(--shadow);
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 4px
  }

  .nav.open {
    display: flex
  }

  .nav a {
    padding: 11px 8px
  }

  .nav-cta {
    border: 0;
    border-radius: 0
  }

  .menu-btn {
    display: block
  }

  .menu-btn.active span:first-child {
    transform: translateY(4.5px) rotate(45deg)
  }

  .menu-btn.active span:last-child {
    transform: translateY(-4.5px) rotate(-45deg)
  }

  .hero {
    padding: 130px 0 90px
  }

  .hero-shield {
    display: none
  }

  .split,
  .insight-grid,
  .career-grid,
  .contact-grid,
  .solution-intro,
  .partner-copy,
  .services-intro {
    grid-template-columns: 1fr;
    gap: 36px
  }

  .process-list {
    grid-template-columns: 1fr 1fr
  }

  .process-item {
    min-height: 240px
  }

  .service-steps {
    grid-template-columns: 1fr 1fr
  }

  .logos {
    grid-template-columns: repeat(3, 1fr)
  }

  .section::before {
    width: 360px;
    height: 360px
  }
}

@media (max-width:640px) {
  .container {
    width: calc(100% - 28px)
  }

  .section {
    padding: 74px 0
  }

  .section::before {
    width: 240px;
    height: 240px;
    opacity: .025
  }

  .nav-wrap {
    height: 72px
  }

  .logo img {
    width: 150px
  }

  h1 {
    font-size: 48px
  }

  .hero-copy .lead {
    font-size: 18px
  }

  .hero {
    padding: 115px 0 80px
  }

  .badge-custom {
    font-size: 11px;
    padding: 9px 15px
  }

  .hero .button {
    min-height: 54px;
    padding: 0 24px;
    font-size: 14px
  }

  .hero-stats {
    gap: 24px;
    margin-top: 44px
  }

  .stat-num {
    font-size: 24px
  }

  .outcome {
    grid-template-columns: 38px 1fr 22px;
    gap: 10px
  }

  .outcome h3 {
    font-size: 21px
  }

  .outcome p {
    font-size: 14px
  }

  .process-list,
  .service-steps,
  .value-grid {
    grid-template-columns: 1fr
  }

  .process-item {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    min-height: auto;
    padding: 25px 0
  }

  .process-item h3 {
    margin-top: 28px
  }

  .solution-title {
    grid-template-columns: 38px 1fr 28px
  }

  .solution-name {
    display: block
  }

  .solution-name b {
    display: block;
    font-size: 21px
  }

  .solution-name small {
    display: block;
    margin-top: 5px
  }

  .solution-body,
  .solution.open .solution-body {
    grid-template-columns: 1fr;
    gap: 14px;
    padding-left: 38px;
    padding-right: 10px
  }

  .solution-body ul {
    grid-template-columns: 1fr
  }

  .logos {
    grid-template-columns: repeat(2, 1fr)
  }

  .logos img {
    height: 100px;
    padding: 25px
  }

  .field-row {
    grid-template-columns: 1fr
  }

  .form,
  .cv-box,
  .insight-box {
    padding: 24px
  }

  .footer-inner {
    align-items: flex-start;
    flex-direction: column
  }
}

[dir="rtl"] body {
  text-align: right
}

[dir="rtl"] .solution-title {
  text-align: right
}

[dir="rtl"] .solution-body li {
  padding-left: 0;
  padding-right: 18px
}

[dir="rtl"] .solution-body li:before {
  left: auto;
  right: 0
}

[dir="rtl"] .outcome:hover {
  padding-left: 4px;
  padding-right: 16px
}