:root {
  --navy-950: #041522;
  --navy-900: #071f36;
  --navy-800: #0b2d4d;
  --navy-700: #12456d;
  --teal: #00a7a7;
  --teal-light: #53d1cd;
  --teal-pale: #e5f7f7;
  --orange: #ff8a00;
  --ink: #102a3d;
  --muted: #667584;
  --line: #dfe7eb;
  --paper: #f6f9fa;
  --white: #fff;
  --radius: 22px;
  --shadow: 0 24px 70px rgba(11, 45, 77, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
::selection { color: white; background: var(--teal); }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
img, svg { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3, .brand__name { font-family: "Manrope", sans-serif; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.skip-link {
  position: fixed; z-index: 1000; top: 10px; left: 10px; padding: 10px 16px;
  background: white; border-radius: 8px; transform: translateY(-150%);
}
.skip-link:focus { transform: none; }
.cursor-glow {
  position: fixed; z-index: -1; width: 420px; height: 420px; border-radius: 50%;
  pointer-events: none; background: rgba(0, 167, 167, .06); filter: blur(35px);
  transform: translate(-50%, -50%); opacity: 0; transition: opacity .3s;
}

.site-header {
  position: fixed; z-index: 100; inset: 0 0 auto; height: 82px; color: white;
  border-bottom: 1px solid rgba(255,255,255,.09); transition: .3s ease;
}
.site-header.scrolled {
  height: 72px; color: var(--ink); background: rgba(255,255,255,.9);
  border-color: rgba(11,45,77,.1); box-shadow: 0 8px 30px rgba(7,31,54,.06);
  backdrop-filter: blur(18px);
}
.nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 10px; }
.brand__mark { width: 40px; height: 40px; color: white; }
.site-header.scrolled .brand__mark { color: var(--navy-800); }
.brand__name { font-size: 1.45rem; letter-spacing: -.05em; font-weight: 500; }
.brand__name strong { color: var(--teal-light); }
.site-header.scrolled .brand__name strong { color: var(--teal); }
.nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.nav a { position: relative; color: rgba(255,255,255,.73); font-size: .9rem; font-weight: 600; }
.site-header.scrolled .nav a { color: var(--muted); }
.nav a::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px;
  background: var(--teal); transition: right .25s;
}
.nav a:hover::after { right: 0; }
.nav-app-mobile { display: none; }
.nav-actions { display: flex; align-items: center; gap: 18px; }
.button {
  min-height: 52px; display: inline-flex; align-items: center; justify-content: center;
  gap: 18px; padding: 0 24px; border: 1px solid transparent; border-radius: 11px;
  color: white; background: var(--teal); font-weight: 700; transition: transform .25s, box-shadow .25s, background .25s;
}
.button:hover { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(0,167,167,.24); background: #009393; }
.button--small { min-height: 42px; padding: 0 18px; border-radius: 9px; font-size: .86rem; }
.button--access { border-color: rgba(255,255,255,.3); background: rgba(255,255,255,.06); }
.button--access:hover { border-color: rgba(255,255,255,.55); background: rgba(255,255,255,.12); box-shadow: none; }
.site-header.scrolled .button--access { color: var(--navy-800); border-color: rgba(11,45,77,.18); background: transparent; }
.site-header.scrolled .button--access:hover { border-color: var(--teal); color: var(--teal); background: var(--teal-pale); }
.button--light { color: var(--navy-900); background: white; }
.button--light:hover { background: white; box-shadow: 0 14px 36px rgba(0,0,0,.2); }
.button--outline-light { border-color: rgba(255,255,255,.25); background: transparent; }
.button--outline-light:hover { background: rgba(255,255,255,.08); box-shadow: none; }
.menu-toggle { display: none; width: 42px; height: 42px; border: 0; background: transparent; padding: 11px; }
.menu-toggle span { display: block; height: 2px; margin: 6px 0; background: currentColor; transition: .25s; }

.hero {
  position: relative; min-height: 790px; overflow: hidden; color: white;
  background:
    radial-gradient(circle at 72% 40%, rgba(0,167,167,.16), transparent 30%),
    linear-gradient(120deg, #061b2d 0%, #0a2b48 56%, #071c30 100%);
}
.hero__layout { min-height: 790px; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 50px; padding-top: 100px; }
.hero__content { position: relative; z-index: 3; padding: 60px 0 90px; }
.hero-grid {
  position: absolute; inset: 0; opacity: .09;
  background-image: linear-gradient(rgba(255,255,255,.35) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.35) 1px, transparent 1px);
  background-size: 70px 70px; mask-image: linear-gradient(90deg, black, transparent 80%);
}
.orb { position: absolute; border: 1px solid rgba(83,209,205,.22); border-radius: 50%; }
.orb--one { width: 550px; height: 550px; right: -220px; top: -140px; }
.orb--two { width: 300px; height: 300px; left: -180px; bottom: 40px; }
.eyebrow {
  width: fit-content; display: flex; align-items: center; gap: 10px; padding: 7px 12px;
  border: 1px solid rgba(83,209,205,.25); border-radius: 999px; color: var(--teal-light);
  background: rgba(0,167,167,.08); font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
}
.eyebrow__pulse { width: 6px; height: 6px; border-radius: 50%; background: var(--teal-light); box-shadow: 0 0 0 6px rgba(83,209,205,.1); animation: pulse 2s infinite; }
.hero h1 { max-width: 680px; margin: 25px 0 22px; font-size: clamp(3.2rem, 5.4vw, 5.25rem); line-height: .98; letter-spacing: -.06em; }
.hero h1 span { display: block; color: var(--teal-light); }
.hero__lead { max-width: 600px; color: rgba(255,255,255,.67); font-size: 1.08rem; line-height: 1.75; }
.hero__actions { display: flex; align-items: center; gap: 28px; margin-top: 34px; }
.text-link { display: inline-flex; align-items: center; gap: 12px; color: rgba(255,255,255,.84); font-weight: 700; font-size: .92rem; }
.text-link span { transition: transform .25s; }
.text-link:hover span { transform: translate(3px, -3px); }
.hero__proof { display: flex; align-items: center; gap: 16px; max-width: 510px; margin-top: 46px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); }
.hero__proof p { margin: 0; color: rgba(255,255,255,.58); font-size: .81rem; line-height: 1.45; }
.hero__proof strong { color: white; }
.proof-avatars { display: flex; flex: 0 0 auto; }
.proof-avatars span {
  width: 39px; height: 39px; display: grid; place-items: center; margin-left: -7px; border: 2px solid var(--navy-900);
  border-radius: 50%; color: white; background: #16476b; font-size: .58rem; font-weight: 800;
}
.proof-avatars span:first-child { margin: 0; background: var(--teal); }
.proof-avatars span:last-child { background: #536c7f; }

.product-scene { position: relative; z-index: 3; width: 770px; perspective: 1500px; }
.app-window {
  width: 100%; overflow: hidden; color: var(--ink); background: white; border: 1px solid rgba(255,255,255,.25);
  border-radius: 14px; box-shadow: 0 35px 100px rgba(0,0,0,.34);
  transform: rotateY(-6deg) rotateX(2deg) rotateZ(.35deg);
  transform-origin: center;
  animation: dashboardFloat 6s ease-in-out infinite;
}
.real-topbar { height: 54px; display: flex; align-items: center; justify-content: space-between; padding: 0 15px; color: white; background: #0b2d4d; border-bottom: 3px solid #00a7a7; box-shadow: 0 6px 18px rgba(11,45,77,.16); }
.real-logo { display: flex; align-items: center; gap: 5px; font: 700 .66rem "Manrope"; }
.real-logo svg { width: 28px; height: 28px; }.real-logo span { color: #48d2cf; }
.real-topbar__actions { display: flex; align-items: center; gap: 7px; }
.real-topbar__actions > i { width: 25px; height: 25px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; color: rgba(255,255,255,.75); background: rgba(255,255,255,.07); font-size: .48rem; font-style: normal; }
.real-topbar__actions > em { margin-left: 2px; font-size: .48rem; font-style: normal; }
.real-user { display: flex; align-items: center; gap: 7px; padding: 4px 5px 4px 9px; border-radius: 999px; background: rgba(255,255,255,.08); }
.real-user > span { display: grid; text-align: right; color: white; font-size: .47rem; font-weight: 700; line-height: 1.25; }
.real-user small { color: rgba(255,255,255,.55); font-size: .38rem; font-weight: 500; }
.real-user > b { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--teal); font-size: .44rem; }
.real-app-body { min-height: 458px; padding: 0 16px 17px; background: #f5f7f9; }
.real-tabs { display: flex; overflow: hidden; border-bottom: 1px solid rgba(11,45,77,.1); white-space: nowrap; }
.real-tabs span { position: relative; flex: 0 0 auto; padding: 11px 10px 10px; color: #778793; font-size: .43rem; font-weight: 700; }
.real-tabs span.active { color: var(--navy-800); }.real-tabs span.active::after { content: ""; position: absolute; left: 9px; right: 9px; bottom: -1px; height: 2px; border-radius: 2px 2px 0 0; background: var(--teal); }
.real-page { padding-top: 15px; }
.real-page__heading { display: flex; justify-content: space-between; gap: 15px; align-items: start; }
.real-page__heading h3 { margin: 0; color: var(--navy-800); font-size: .95rem; letter-spacing: -.035em; }
.real-page__heading p { max-width: 430px; margin: 3px 0 0; color: #748490; font-size: .42rem; }
.real-page__heading > div:last-child { display: flex; gap: 5px; }
.real-page__heading button { padding: 6px 8px; border: 1px solid rgba(11,45,77,.12); border-radius: 5px; color: var(--navy-800); background: white; font-size: .4rem; font-weight: 700; }.real-page__heading button:last-child { color: white; border-color: var(--teal); background: var(--teal); }
.real-overview { display: grid; grid-template-columns: repeat(4,1fr); margin: 13px 0 10px; padding: 10px; border-radius: 8px; color: white; background: linear-gradient(120deg, transparent 55%, rgba(0,167,167,.32)),#0b2d4d; box-shadow: 0 8px 18px rgba(11,45,77,.12); }
.real-overview > div { display: grid; gap: 2px; padding: 2px 10px; border-right: 1px solid rgba(255,255,255,.18); }.real-overview > div:last-child { border: 0; }
.real-overview span { color: rgba(255,255,255,.7); font-size: .39rem; }.real-overview strong { font: 800 .9rem "Manrope"; }.real-overview strong b { font: inherit; }
.real-content { display: grid; grid-template-columns: 1.25fr .75fr; gap: 9px; }
.real-panel { overflow: hidden; border: 1px solid rgba(11,45,77,.09); border-radius: 9px; background: rgba(255,255,255,.96); box-shadow: 0 5px 14px rgba(11,45,77,.05); }
.real-panel__head { display: grid; gap: 2px; padding: 11px 12px 8px; }.real-panel__head strong { color: var(--navy-800); font-size: .55rem; }.real-panel__head small { color: #7e8c96; font-size: .38rem; }
.real-standard { display: grid; gap: 8px; margin: 0 11px 11px; padding: 10px; border: 1px solid rgba(11,45,77,.07); border-radius: 10px; background: rgba(245,248,253,.92); }
.real-standard__head,.real-standard__meta { display: flex; align-items: center; justify-content: space-between; gap: 10px; }.real-standard__head span { display: grid; }.real-standard__head strong { font-size: .5rem; }.real-standard__head small,.real-standard > small,.real-standard__meta { color: #7b8994; font-size: .35rem; }.real-standard__head > b { color: var(--teal); font-size: .7rem; }
.real-progress-line { height: 5px; overflow: hidden; border-radius: 999px; background: rgba(11,45,77,.08); }.real-progress-line i { display: block; width: 0; height: 100%; border-radius: inherit; background: linear-gradient(90deg,var(--teal),var(--navy-800)); }
.product-scene.in-view .real-progress-line i { animation: realProgress 1.8s .45s cubic-bezier(.2,.8,.2,1) forwards; }
.real-standard__meta b { color: var(--navy-800); }
.real-controls { display: flex; flex-direction: column; }
.real-donut { width: 90px; height: 90px; display: grid; place-items: center; margin: 2px auto 8px; border-radius: 50%; background: conic-gradient(#55a95a 0 35%,#3475d1 35% 57%,#e5a033 57% 67%,#df5757 67% 74%,#a8b4c6 74%); }
.product-scene.in-view .real-donut { animation: donutReveal 1.15s .65s cubic-bezier(.2,.85,.25,1) both; }
.real-donut::before { content: ""; grid-area: 1/1; width: 58px; height: 58px; border-radius: 50%; background: white; }.real-donut > div { z-index: 1; grid-area: 1/1; display: grid; text-align: center; }.real-donut strong { color: var(--navy-800); font-size: .75rem; }.real-donut small { color: #81909a; font-size: .35rem; }
.real-legend { display: flex; flex-wrap: wrap; justify-content: center; gap: 4px 8px; padding: 0 8px 10px; }.real-legend span { color: #74838e; font-size: .32rem; }.real-legend i { display: inline-block; width: 5px; height: 5px; margin-right: 3px; border-radius: 50%; background: #55a95a; }.real-legend span:nth-child(2) i { background: #3475d1; }.real-legend span:nth-child(3) i { background: #a8b4c6; }
.floating-note {
  position: absolute; z-index: 5; display: flex; align-items: center; gap: 11px; padding: 12px 16px;
  color: var(--ink); background: rgba(255,255,255,.95); border: 1px solid rgba(255,255,255,.7);
  border-radius: 12px; box-shadow: 0 16px 36px rgba(0,0,0,.2); backdrop-filter: blur(12px);
  animation: float 4s ease-in-out infinite;
}
.floating-note strong, .floating-note small { display: block; white-space: nowrap; }
.floating-note strong { font-size: .67rem; }.floating-note small { color: #7d8c96; font-size: .52rem; }
.floating-note--top {
  top: 190px;
  right: 16px;
  left: auto;
  animation: none;
  backdrop-filter: none;
}
.floating-note--bottom { right: 20px; bottom: -34px; animation-delay: -2s; }
.floating-note__icon { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; color: white; background: #18a58d; font-size: .7rem; }
.mini-ring { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: conic-gradient(var(--teal) 86%, #dce6e8 0); }
.mini-ring::before { content: ""; grid-area: 1/1; width: 28px; height: 28px; border-radius: 50%; background: white; }
.mini-ring span { z-index: 1; grid-area: 1/1; font-size: .45rem; font-weight: 800; }
.hero__bottom-fade { position: absolute; inset: auto 0 0; height: 90px; background: linear-gradient(transparent, rgba(4,21,34,.2)); }

.standards-strip { border-bottom: 1px solid var(--line); background: white; }
.standards-strip__inner { min-height: 100px; display: flex; align-items: center; gap: 70px; }
.standards-strip p { margin: 0; color: #87949d; font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; white-space: nowrap; }
.standards-list { width: 100%; display: flex; justify-content: space-between; align-items: center; color: #84919a; }
.standards-list span { font-family: "Manrope"; font-size: 1rem; font-weight: 600; letter-spacing: -.03em; }
.standards-list strong { color: var(--navy-800); }

.paths { padding: 85px 0 110px; background: white; }
.paths__heading { max-width: 720px; margin-bottom: 40px; }
.paths__heading h2 { margin: 0 0 12px; color: var(--navy-900); font-size: clamp(2rem, 3.5vw, 3.35rem); line-height: 1.1; letter-spacing: -.05em; }
.paths__heading p { margin: 0; color: var(--muted); }
.paths__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.path-card { position: relative; min-height: 390px; overflow: hidden; padding: 38px; border: 1px solid var(--line); border-radius: var(--radius); transition: transform .35s, box-shadow .35s; }
.path-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.path-card__index { position: relative; z-index: 2; color: var(--teal); font-size: .65rem; font-weight: 800; letter-spacing: .14em; }
.path-card__icon { position: relative; z-index: 2; width: 45px; height: 45px; display: grid; place-items: center; margin: 45px 0 23px; border-radius: 10px; color: var(--teal); background: var(--teal-pale); }
.path-card h3 { position: relative; z-index: 2; margin-bottom: 12px; color: var(--navy-900); font-size: 1.75rem; line-height: 1.18; letter-spacing: -.04em; }
.path-card p { position: relative; z-index: 2; max-width: 370px; color: var(--muted); font-size: .88rem; }
.path-card > strong { position: absolute; z-index: 2; left: 38px; bottom: 34px; display: flex; align-items: center; gap: 12px; color: var(--navy-800); font-size: .78rem; }
.path-card > strong i { color: var(--teal); font-style: normal; transition: transform .25s; }
.path-card:hover > strong i { transform: translate(3px, -3px); }
.path-card--software { background: linear-gradient(130deg, white 45%, #edf7f7); }
.path-card__screen { position: absolute; right: -65px; bottom: -55px; width: 260px; height: 245px; padding: 18px; border: 1px solid rgba(11,45,77,.1); border-radius: 20px; background: rgba(255,255,255,.8); box-shadow: 0 20px 45px rgba(11,45,77,.12); transform: rotate(-7deg); }
.path-card__screen > span { display: inline-block; width: 8px; height: 8px; margin-right: 4px; border-radius: 50%; background: #dbe4e7; }
.path-card__screen > span:first-child { background: var(--teal); }
.path-card__screen b { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; margin-top: 23px; }
.path-card__screen i { height: 65px; border-radius: 8px; background: linear-gradient(145deg, #edf2f4, #dfe9eb); }
.path-card__screen i:first-child { background: linear-gradient(145deg, var(--navy-800), #17647c); }
.path-card--consulting { color: white; border-color: transparent; background: linear-gradient(135deg, var(--navy-800), var(--navy-950)); }
.path-card--consulting .path-card__index, .path-card--consulting > strong { color: var(--teal-light); }
.path-card--consulting h3 { color: white; }.path-card--consulting p { color: rgba(255,255,255,.58); }
.path-card--consulting .path-card__icon { color: var(--teal-light); background: rgba(0,167,167,.15); }
.path-card__rings, .path-card__rings i { position: absolute; border: 1px solid rgba(83,209,205,.15); border-radius: 50%; }
.path-card__rings { width: 280px; height: 280px; right: -100px; bottom: -80px; }
.path-card__rings i:nth-child(1) { inset: 35px; }.path-card__rings i:nth-child(2) { inset: 75px; }.path-card__rings i:nth-child(3) { inset: 112px; background: var(--teal); border: 0; }

.section { padding: 120px 0; }
.intro { background: var(--paper); }
.section-heading { margin-bottom: 64px; }
.section-heading--split { display: grid; grid-template-columns: 1fr 440px; align-items: end; gap: 80px; }
.section-heading--split p { margin: 0 0 8px; color: var(--muted); font-size: 1.05rem; line-height: 1.8; }
.section-heading--center { max-width: 720px; margin-inline: auto; text-align: center; }
.section-heading--center p { color: var(--muted); }
.kicker { display: block; margin-bottom: 16px; color: var(--teal); font-size: .7rem; font-weight: 800; letter-spacing: .18em; }
.kicker--teal { color: var(--teal-light); }
.section-heading h2, .consulting h2, .faq-intro h2, .cta h2 {
  margin: 0; color: var(--navy-900); font-size: clamp(2.4rem, 4.2vw, 4.1rem); line-height: 1.07; letter-spacing: -.055em;
}
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.feature-card {
  position: relative; min-height: 430px; overflow: hidden; padding: 38px; border: 1px solid var(--line);
  border-radius: var(--radius); background: white; transition: transform .35s, box-shadow .35s;
}
.feature-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.feature-card--wide { display: grid; grid-template-columns: .8fr 1.2fr; gap: 24px; }
.feature-number { position: absolute; top: 24px; right: 28px; color: #a5b1b8; font-family: "Manrope"; font-size: .65rem; font-weight: 800; }
.feature-icon { width: 46px; height: 46px; display: grid; place-items: center; margin-bottom: 50px; border-radius: 11px; color: var(--teal); background: var(--teal-pale); font-size: 1.25rem; }
.feature-card h3 { margin-bottom: 14px; color: var(--navy-900); font-size: 1.7rem; line-height: 1.2; letter-spacing: -.04em; }
.feature-card p { max-width: 360px; margin: 0; color: var(--muted); font-size: .92rem; }
.nodes-visual { position: relative; min-height: 340px; }
.nodes-visual svg { position: absolute; inset: 30px -15px 0; width: calc(100% + 30px); height: 280px; }
.nodes-visual path { fill: none; stroke: #d9e5e8; stroke-width: 1.5; stroke-dasharray: 5 6; }
.node { position: absolute; z-index: 2; padding: 10px 15px; border: 1px solid #dbe6e9; border-radius: 9px; color: #667984; background: white; box-shadow: 0 8px 20px rgba(11,45,77,.08); font-size: .65rem; font-weight: 700; }
.node--center { left: 50%; top: 42%; padding: 17px 20px; transform: translate(-50%,-50%); color: white; background: var(--navy-800); border: 0; font-size: .8rem; }
.node--one { left: 1%; top: 5%; }.node--two { right: -2%; top: 4%; }.node--three { left: -4%; bottom: 12%; }.node--four { right: -3%; bottom: 12%; }
.bars-visual { height: 130px; display: flex; align-items: end; gap: 12px; margin-top: 42px; padding: 0 10px; border-bottom: 1px solid #dfe7eb; }
.bars-visual span { flex: 1; height: var(--height); border-radius: 6px 6px 0 0; background: linear-gradient(180deg, var(--teal), #6bd4d0); transform-origin: bottom; transition: transform .6s; }
.feature-card:hover .bars-visual span { transform: scaleY(1.08); }
.feature-card--dark { color: white; border-color: transparent; background: linear-gradient(145deg, var(--navy-800), var(--navy-950)); }
.feature-card--dark h3 { color: white; }.feature-card--dark p { color: rgba(255,255,255,.57); }
.feature-card--dark .feature-icon { color: var(--teal-light); background: rgba(0,167,167,.14); }
.feature-card--dark .feature-number { color: rgba(255,255,255,.3); }
.check-list { margin: 42px 0 0; padding: 0; list-style: none; }
.check-list li { display: flex; align-items: center; gap: 10px; margin: 13px 0; color: rgba(255,255,255,.8); font-size: .78rem; }
.check-list span { width: 23px; height: 23px; display: grid; place-items: center; border-radius: 50%; color: var(--teal-light); background: rgba(0,167,167,.15); }
.feature-card--workflow { align-items: center; }
.kanban { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; transform: rotate(-2deg); }
.kanban > div { min-height: 220px; padding: 12px 8px; border-radius: 8px; background: #f4f7f8; }
.kanban small { display: flex; justify-content: space-between; color: #84929a; font-size: .45rem; font-weight: 800; letter-spacing: .05em; }
.kanban small b { width: 16px; height: 16px; display: grid; place-items: center; border-radius: 50%; background: #e3e9ec; }
.kanban span { display: block; margin-top: 10px; padding: 10px 7px; border: 1px solid #e1e8eb; border-radius: 6px; color: #4c626f; background: white; box-shadow: 0 5px 12px rgba(11,45,77,.05); font-size: .48rem; }
.kanban span i { display: inline-block; width: 7px; height: 7px; margin-right: 5px; border: 2px solid #ffad4e; border-radius: 50%; font-style: normal; }
.kanban span.done i { width: 14px; height: 14px; border: 0; color: white; background: var(--teal); text-align: center; font-size: .4rem; }

.consulting { position: relative; overflow: hidden; color: white; background: var(--navy-950); }
.consulting__glow { position: absolute; width: 600px; height: 600px; left: -250px; top: -200px; border-radius: 50%; background: rgba(0,167,167,.12); filter: blur(70px); }
.consulting__layout { position: relative; display: grid; grid-template-columns: .85fr 1.15fr; gap: 120px; align-items: center; }
.consulting h2 { color: white; }
.consulting h2 em, .cta h2 em { color: var(--teal-light); font-style: normal; }
.consulting__copy > p { max-width: 500px; margin: 28px 0 36px; color: rgba(255,255,255,.6); }
.consulting__steps { border-top: 1px solid rgba(255,255,255,.12); }
.consulting-step { display: grid; grid-template-columns: 60px 1fr; gap: 12px; padding: 27px 4px; border-bottom: 1px solid rgba(255,255,255,.12); transition: padding .25s, background .25s; }
.consulting-step:hover { padding-left: 15px; background: linear-gradient(90deg, rgba(0,167,167,.08), transparent); }
.consulting-step > span { color: var(--teal-light); font-family: "Manrope"; font-size: .7rem; font-weight: 800; }
.consulting-step h3 { margin: 0 0 6px; color: white; font-size: 1.12rem; }
.consulting-step p { margin: 0; color: rgba(255,255,255,.48); font-size: .82rem; }

.method { background: white; }
.timeline { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 75px; }
.timeline__line { position: absolute; top: 27px; left: 12.5%; right: 12.5%; height: 1px; background: #d9e3e7; }
.timeline__line i { display: block; width: 0; height: 2px; background: var(--teal); transition: width 1.5s ease; }
.timeline.in-view .timeline__line i { width: 100%; }
.timeline article { position: relative; padding: 0 24px; text-align: center; }
.timeline article > span { position: relative; z-index: 2; width: 55px; height: 55px; display: grid; place-items: center; margin: 0 auto 28px; border: 1px solid #d7e2e6; border-radius: 50%; color: var(--teal); background: white; font-family: "Manrope"; font-weight: 800; transition: .3s; }
.timeline article:hover > span { color: white; background: var(--teal); border-color: var(--teal); transform: scale(1.08); }
.timeline small { color: var(--teal); font-size: .6rem; font-weight: 800; letter-spacing: .15em; }
.timeline h3 { margin: 9px 0 8px; color: var(--navy-900); font-size: 1.2rem; }
.timeline p { margin: 0; color: var(--muted); font-size: .82rem; }

.security { overflow: hidden; color: white; background: var(--navy-900); }
.security__layout { display: grid; grid-template-columns: .95fr 1.05fr; gap: 110px; align-items: center; }
.security__visual { position: relative; min-height: 500px; display: grid; place-items: center; }
.security__visual::before { content: ""; position: absolute; width: 520px; height: 520px; border: 1px solid rgba(83,209,205,.13); border-radius: 50%; box-shadow: inset 0 0 80px rgba(0,167,167,.05); }
.security__seal { position: absolute; z-index: 3; top: 20px; left: 0; width: 105px; height: 105px; display: grid; place-items: center; align-content: center; border: 1px solid rgba(83,209,205,.4); border-radius: 50%; color: white; background: rgba(7,31,54,.9); box-shadow: 0 15px 40px rgba(0,0,0,.25); }
.security__seal span { width: 28px; height: 28px; display: grid; place-items: center; margin-bottom: 4px; border-radius: 50%; background: var(--teal); font-size: .7rem; }
.security__seal small { text-align: center; color: var(--teal-light); font-size: .48rem; font-weight: 800; letter-spacing: .1em; }
.audit-panel { position: relative; z-index: 2; width: min(100%, 470px); overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 17px; background: rgba(5,24,40,.84); box-shadow: 0 35px 75px rgba(0,0,0,.28); backdrop-filter: blur(15px); }
.audit-panel__head { display: flex; justify-content: space-between; padding: 20px 22px; border-bottom: 1px solid rgba(255,255,255,.09); font-family: "Manrope"; font-size: .78rem; font-weight: 700; }
.audit-panel__head i { color: #67dbb5; font-size: .5rem; font-style: normal; letter-spacing: .12em; }
.audit-event { display: grid; grid-template-columns: 34px 1fr 30px; gap: 12px; align-items: center; padding: 18px 22px; border-bottom: 1px solid rgba(255,255,255,.07); }
.audit-event > b { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; color: var(--teal-light); background: rgba(0,167,167,.13); font-size: .65rem; }
.audit-event strong, .audit-event small { display: block; }.audit-event strong { color: white; font-size: .72rem; }.audit-event small { color: rgba(255,255,255,.4); font-size: .58rem; }
.audit-event em { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; color: white; background: #1b536d; font-size: .5rem; font-style: normal; font-weight: 800; }
.audit-panel__foot { padding: 14px 22px; color: rgba(255,255,255,.4); font-size: .58rem; }
.audit-panel__foot span { display: inline-block; width: 6px; height: 6px; margin-right: 5px; border-radius: 50%; background: #54d5aa; box-shadow: 0 0 0 5px rgba(84,213,170,.08); }
.security__copy h2 { margin: 0; color: white; font-size: clamp(2.4rem, 4vw, 3.8rem); line-height: 1.08; letter-spacing: -.055em; }
.security__copy > p { max-width: 540px; margin: 25px 0 34px; color: rgba(255,255,255,.58); }
.security__points { border-top: 1px solid rgba(255,255,255,.1); }
.security__points article { display: grid; grid-template-columns: 42px 1fr; gap: 12px; padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.security__points article > span { color: var(--teal-light); font-family: "Manrope"; font-size: .65rem; font-weight: 800; }
.security__points h3 { margin: 0 0 4px; color: white; font-size: .95rem; }
.security__points p { margin: 0; color: rgba(255,255,255,.43); font-size: .75rem; }

.specialists { background: var(--paper); }
.consultant-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.consultant-card { position: relative; display: grid; grid-template-columns: 180px 1fr; min-height: 310px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: white; transition: .35s; }
.consultant-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.consultant-card__portrait { position: relative; overflow: hidden; display: grid; place-items: center; background: linear-gradient(150deg, #d8ecec, #abc9ce); }
.consultant-card:nth-child(2) .consultant-card__portrait { background: linear-gradient(150deg, #dce4ea, #b7c6d0); }
.consultant-card:nth-child(3) .consultant-card__portrait { background: linear-gradient(150deg, #dce8ef, #9cb9c8); }
.consultant-card:nth-child(4) .consultant-card__portrait { background: linear-gradient(150deg, #d9ede6, #9fc4b8); }
.portrait-monogram { position: relative; z-index: 2; width: 94px; height: 94px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; color: white; background: rgba(11,45,77,.22); backdrop-filter: blur(8px); font-family: "Manrope"; font-size: 1.8rem; font-weight: 800; }
.consultant-card__portrait::before, .consultant-card__portrait::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; }
.consultant-card__portrait::before { width: 210px; height: 210px; }.consultant-card__portrait::after { width: 140px; height: 140px; }
.consultant-card__portrait--photo::before { z-index: 2; inset: 0; width: auto; height: auto; border: 0; border-radius: 0; background: linear-gradient(180deg, rgba(7,31,54,.06) 45%, rgba(7,31,54,.42) 100%); pointer-events: none; }
.consultant-card__portrait--photo::after { display: none; }
.consultant-card__photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.consultant-card:hover .consultant-card__photo { transform: scale(1.035); }
.consultant-card__body { padding: 35px 30px; }
.consultant-card__body small { color: var(--teal); font-size: .65rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.consultant-card__body h3 { margin: 8px 0 7px; color: var(--navy-900); font-size: 1.45rem; }
.consultant-card__role { color: var(--muted); font-size: .82rem; }
.consultant-tags { display: flex; flex-wrap: wrap; gap: 6px; margin: 21px 0 27px; }
.consultant-tags span { padding: 5px 9px; border-radius: 5px; color: #506a77; background: #edf4f4; font-size: .62rem; font-weight: 700; }
.consultant-contact { display: flex; gap: 10px; }
.contact-link { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid #dbe5e8; border-radius: 8px; color: var(--navy-800); transition: .25s; }
.contact-link:hover { color: white; background: var(--teal); border-color: var(--teal); }
.contact-link svg { width: 17px; height: 17px; }
.consultant-card__status { position: absolute; top: 22px; left: 18px; z-index: 3; padding: 5px 8px; border-radius: 999px; color: white; background: rgba(7,31,54,.55); backdrop-filter: blur(8px); font-size: .52rem; font-weight: 700; }
.consultant-card__status::before { content: ""; display: inline-block; width: 5px; height: 5px; margin-right: 5px; border-radius: 50%; background: #5fe0b5; }
.consultant-card__status--pending::before { background: #ffc06f; }
.noscript-message { padding: 20px; border: 1px solid var(--line); border-radius: 12px; background: white; }

.diagnostic { position: relative; overflow: hidden; color: white; background: linear-gradient(135deg, #071e32, #0b2d4d); }
.diagnostic::after { content: ""; position: absolute; width: 550px; height: 550px; left: -250px; bottom: -300px; border: 1px solid rgba(83,209,205,.16); border-radius: 50%; box-shadow: 0 0 0 70px rgba(83,209,205,.025), 0 0 0 140px rgba(83,209,205,.018); }
.diagnostic__layout { position: relative; z-index: 2; display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; align-items: center; }
.diagnostic__copy h2 { margin: 0; color: white; font-size: clamp(2.5rem, 4.2vw, 4rem); line-height: 1.08; letter-spacing: -.055em; }
.diagnostic__copy h2 em { color: var(--teal-light); font-style: normal; }
.diagnostic__copy > p { margin: 25px 0; color: rgba(255,255,255,.58); }
.diagnostic__copy ul { margin: 30px 0 0; padding: 0; list-style: none; }
.diagnostic__copy li { display: flex; align-items: center; gap: 10px; margin: 11px 0; color: rgba(255,255,255,.7); font-size: .8rem; }
.diagnostic__copy li span { width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; color: var(--teal-light); background: rgba(0,167,167,.14); font-size: .6rem; }
.diagnostic-form { padding: 34px; border: 1px solid rgba(255,255,255,.13); border-radius: var(--radius); background: rgba(255,255,255,.07); box-shadow: 0 30px 70px rgba(0,0,0,.2); backdrop-filter: blur(15px); }
.form-step { display: grid; grid-template-columns: 36px 1fr; gap: 8px 12px; margin-bottom: 20px; }
.form-step > span { grid-row: 1 / 3; width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid rgba(83,209,205,.35); border-radius: 50%; color: var(--teal-light); font-family: "Manrope"; font-size: .55rem; font-weight: 800; }
.form-step label { color: white; font-family: "Manrope"; font-size: .76rem; font-weight: 700; }
.form-step select { width: 100%; min-height: 48px; padding: 0 13px; border: 1px solid rgba(255,255,255,.15); border-radius: 8px; outline: none; color: rgba(255,255,255,.78); background: #123850; font: inherit; font-size: .78rem; }
.form-step select:focus { border-color: var(--teal-light); box-shadow: 0 0 0 3px rgba(83,209,205,.1); }
.diagnostic-form__submit { width: 100%; margin-top: 5px; }
.form-feedback { min-height: 20px; margin: 10px 0 -10px; text-align: center; color: #ffcb8e; font-size: .68rem; }

.faq-section { background: white; }
.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 120px; align-items: start; }
.faq-intro { position: sticky; top: 120px; }
.faq-intro p { margin: 30px 0 6px; color: var(--muted); font-size: .86rem; }
.text-link--dark { color: var(--navy-800); }
.faq { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item button { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 25px; padding: 25px 0; border: 0; text-align: left; background: none; font-family: "Manrope"; font-size: 1rem; font-weight: 700; cursor: pointer; }
.faq-item button i { position: relative; flex: 0 0 auto; width: 25px; height: 25px; border: 1px solid #d7e1e5; border-radius: 50%; }
.faq-item button i::before, .faq-item button i::after { content: ""; position: absolute; left: 7px; right: 7px; top: 11px; height: 1px; background: var(--navy-800); transition: transform .3s; }
.faq-item button i::after { transform: rotate(90deg); }
.faq-item button[aria-expanded="true"] i::after { transform: rotate(0); }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .35s ease; }
.faq-answer > p { overflow: hidden; margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.8; }
.faq-item button[aria-expanded="true"] + .faq-answer { grid-template-rows: 1fr; }
.faq-item button[aria-expanded="true"] + .faq-answer > p { padding-bottom: 27px; }

.cta { position: relative; overflow: hidden; padding: 115px 0; color: white; background: var(--navy-900); text-align: center; }
.cta__pattern { position: absolute; inset: 0; opacity: .12; background: radial-gradient(circle, #53d1cd 1px, transparent 1.5px); background-size: 25px 25px; mask-image: radial-gradient(circle at center, black, transparent 70%); }
.cta__content { position: relative; }
.cta h2 { color: white; }
.cta p { margin: 25px 0 30px; color: rgba(255,255,255,.62); }
.cta__actions { display: flex; justify-content: center; gap: 12px; }
.cta small { display: block; margin-top: 20px; color: rgba(255,255,255,.35); font-size: .68rem; }

.footer { color: rgba(255,255,255,.57); background: var(--navy-950); }
.footer__top { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 70px; padding: 75px 0 60px; }
.brand--footer { color: white; }.brand--footer .brand__name strong { color: var(--teal-light); }
.footer__brand p { margin: 18px 0 0; font-size: .82rem; }
.footer__links { display: flex; flex-direction: column; gap: 10px; font-size: .78rem; }
.footer__links strong { margin-bottom: 7px; color: white; font-family: "Manrope"; font-size: .72rem; }
.footer__links a:hover { color: var(--teal-light); }
.footer__bottom { display: flex; justify-content: space-between; padding: 20px 0 28px; border-top: 1px solid rgba(255,255,255,.08); font-size: .65rem; }

.reveal { opacity: 0; transform: translateY(25px); transition: opacity .75s var(--delay, 0ms), transform .75s var(--delay, 0ms); }
.reveal.in-view { opacity: 1; transform: none; }
.hero .reveal { opacity: 1; transform: none; }
@keyframes pulse { 50% { box-shadow: 0 0 0 10px rgba(83,209,205,0); } }
@keyframes float { 50% { transform: translateY(-8px); } }
@keyframes drawLine { to { stroke-dashoffset: 0; } }
@keyframes dotIn { to { opacity: 1; } }
@keyframes dashboardFloat {
  0%, 100% { transform: rotateY(-6deg) rotateX(2deg) rotateZ(.35deg) translateY(0); }
  50% { transform: rotateY(-4.8deg) rotateX(1.4deg) rotateZ(.15deg) translateY(-7px); }
}
@keyframes realProgress { to { width: 78%; } }
@keyframes donutReveal {
  from { opacity: .15; transform: rotate(-35deg) scale(.68); }
  to { opacity: 1; transform: rotate(0) scale(1); }
}

@media (max-width: 1100px) {
  .nav { gap: 18px; }.nav a { font-size: .8rem; }
  .hero__layout { grid-template-columns: .9fr 1.1fr; gap: 10px; }
  .product-scene { width: 680px; }
  .consulting__layout { gap: 70px; }
  .faq-layout { gap: 70px; }
}
@media (max-width: 900px) {
  .container { width: min(100% - 36px, 720px); }
  .site-header .button--small { display: none; }
  .menu-toggle { display: block; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .nav {
    position: fixed; inset: 72px 0 auto; display: grid; gap: 0; padding: 22px;
    background: rgba(4,21,34,.98); transform: translateY(-130%); opacity: 0; transition: .35s;
  }
  .site-header.scrolled .nav { background: rgba(255,255,255,.98); }
  .nav.open { transform: none; opacity: 1; }
  .nav a { padding: 15px; color: white; font-size: 1rem; }
  .site-header.scrolled .nav a { color: var(--ink); }
  .nav .nav-app-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    border-radius: 9px;
    color: white;
    background: var(--teal);
  }
  .site-header.scrolled .nav .nav-app-mobile { color: white; }
  .hero__layout { display: block; min-height: auto; padding-top: 110px; }
  .hero__content { padding: 50px 0 40px; }
  .hero h1 { font-size: clamp(3.2rem, 10vw, 5rem); }
  .product-scene { width: 100%; margin: 30px 0 90px; }
  .standards-strip__inner { padding: 25px 0; flex-direction: column; gap: 20px; }
  .standards-list { flex-wrap: wrap; justify-content: center; gap: 22px 35px; }
  .section { padding: 90px 0; }
  .section-heading--split, .consulting__layout, .security__layout, .diagnostic__layout, .faq-layout { grid-template-columns: 1fr; gap: 35px; }
  .section-heading--split p { max-width: 600px; }
  .consulting__layout { gap: 60px; }
  .security__layout, .diagnostic__layout { gap: 60px; }
  .timeline { grid-template-columns: repeat(2, 1fr); gap: 45px 0; }
  .timeline__line { display: none; }
  .consultant-card { grid-template-columns: 145px 1fr; }
  .faq-intro { position: static; }
  .footer__top { grid-template-columns: 2fr 1fr 1fr; }
  .footer__links:last-child { display: none; }
}
@media (max-width: 650px) {
  .container { width: calc(100% - 30px); }
  .hero__content { padding-top: 34px; }
  .hero h1 { font-size: clamp(2.8rem, 15vw, 4rem); }
  .hero__lead { font-size: .98rem; }
  .hero__actions { align-items: stretch; flex-direction: column; gap: 20px; }
  .hero__actions .text-link { justify-content: center; }
  .hero__proof { margin-top: 34px; }
  .product-scene { width: 100%; transform: none; margin: 30px 0 70px; }
  .floating-note--top { right: 8px; left: auto; }
  .section { padding: 75px 0; }
  .section-heading { margin-bottom: 42px; }
  .section-heading h2, .consulting h2, .faq-intro h2, .cta h2 { font-size: 2.45rem; }
  .paths__grid, .feature-grid, .consultant-grid { grid-template-columns: 1fr; }
  .path-card { min-height: 420px; padding: 28px; }
  .path-card > strong { left: 28px; }
  .feature-card, .feature-card--wide { min-height: 390px; grid-template-columns: 1fr; padding: 28px; }
  .feature-card--wide { min-height: 650px; }
  .feature-card--workflow { min-height: 630px; }
  .nodes-visual { min-height: 270px; }.nodes-visual svg { height: 240px; }
  .feature-icon { margin-bottom: 35px; }
  .consulting-step { grid-template-columns: 42px 1fr; }
  .timeline { grid-template-columns: 1fr; gap: 35px; }
  .timeline article { max-width: 300px; margin: auto; }
  .consultant-card { grid-template-columns: 110px 1fr; min-height: 330px; }
  .consultant-card__body { padding: 28px 20px; }
  .portrait-monogram { width: 68px; height: 68px; font-size: 1.3rem; }
  .consultant-card__status { display: none; }
  .security__visual { min-height: 410px; }
  .security__visual::before { width: 400px; height: 400px; }
  .diagnostic-form { padding: 25px 20px; }
  .faq-item button { font-size: .9rem; }
  .cta { padding: 85px 0; }
  .cta__actions { align-items: stretch; flex-direction: column; }
  .footer__top { grid-template-columns: 1fr 1fr; gap: 45px; }
  .footer__brand { grid-column: 1 / -1; }
  .footer__bottom { align-items: flex-start; flex-direction: column; gap: 5px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
