:root {
  --ink: #06152b;
  --ink-2: #0b2442;
  --navy: #0b3476;
  --blue: #1757d2;
  --cyan: #00bfc6;
  --teal: #12d7c7;
  --violet: #6849da;
  --paper: #f5f9fc;
  --white: #ffffff;
  --muted: #65738a;
  --line: rgba(8, 44, 82, .12);
  --line-dark: rgba(167, 222, 241, .17);
  --shadow: 0 30px 80px rgba(9, 38, 73, .13);
  --radius: 28px;
  --display: "Manrope", sans-serif;
  --body: "DM Sans", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; overflow-x: hidden; }
body { margin: 0; min-width: 320px; color: var(--ink); background: var(--paper); font-family: var(--body); font-size: 16px; line-height: 1.6; overflow-x: hidden; -webkit-font-smoothing: antialiased; }
body.menu-open, body.modal-open { overflow: hidden; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { border: 0; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
svg { width: 20px; height: 20px; stroke-width: 1.8; }
::selection { background: var(--cyan); color: var(--ink); }
:focus-visible { outline: 3px solid rgba(0, 191, 198, .35); outline-offset: 3px; }

.section-shell, .nav-shell { width: min(1240px, calc(100% - 48px)); margin-inline: auto; }
.ambient { position: absolute; pointer-events: none; border-radius: 50%; filter: blur(10px); z-index: -1; }
.ambient-one { width: 720px; height: 720px; top: -330px; left: -330px; background: radial-gradient(circle, rgba(10, 197, 202, .14), transparent 68%); }
.ambient-two { width: 600px; height: 600px; top: 430px; right: -370px; background: radial-gradient(circle, rgba(104, 73, 218, .10), transparent 68%); }

.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 50; transition: .3s ease; }
.site-header.scrolled { background: rgba(245, 249, 252, .86); border-bottom: 1px solid rgba(8, 44, 82, .08); backdrop-filter: blur(18px); }
.nav-shell { height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.brand-mark { width: 43px; height: 43px; position: relative; display: grid; place-items: center; overflow: hidden; border-radius: 13px; color: white; font: 800 21px/1 var(--display); background: linear-gradient(145deg, #082e75, #0b9db5 64%, #6553df); box-shadow: 0 10px 24px rgba(19, 80, 157, .22); }
.brand-mark:before { content: ""; position: absolute; inset: 1px; border: 1px solid rgba(255,255,255,.28); border-radius: 12px; }
.brand-mark span { position: relative; z-index: 1; transform: skewX(-8deg); }
.brand-mark i { position: absolute; width: 13px; height: 2px; background: #6af0e4; transform: rotate(-42deg); top: 11px; right: 7px; }
.brand-mark i:after { content: ""; position: absolute; right: -1px; top: -3px; width: 6px; height: 6px; border-top: 2px solid #6af0e4; border-right: 2px solid #6af0e4; }
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-copy b { font: 800 17px/1 var(--display); letter-spacing: .12em; color: var(--ink); }
.brand-copy em { color: var(--cyan); font-style: normal; }
.brand-copy small { margin-top: 7px; color: #6d7a90; font-size: 8px; line-height: 1; text-transform: uppercase; letter-spacing: .21em; font-weight: 700; }
.desktop-nav { display: flex; gap: 34px; margin-left: auto; }
.desktop-nav a { position: relative; color: #36465d; font-size: 14px; font-weight: 600; }
.desktop-nav a:after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--cyan); transition: .25s; }
.desktop-nav a:hover:after { right: 0; }
.nav-actions { display: flex; align-items: center; gap: 11px; }
.text-button { display: inline-flex; align-items: center; gap: 8px; padding: 10px; color: #405069; background: transparent; cursor: pointer; font-size: 14px; font-weight: 600; }
.text-button svg { width: 17px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border-radius: 14px; padding: 0 22px; cursor: pointer; font-weight: 700; font-size: 15px; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: linear-gradient(112deg, #0c397f, #1265c8 55%, #00aeb7); box-shadow: 0 13px 30px rgba(14, 79, 161, .22), inset 0 1px rgba(255,255,255,.15); }
.button-primary:hover { box-shadow: 0 18px 36px rgba(14, 79, 161, .28); }
.button-small { min-height: 44px; padding-inline: 18px; font-size: 14px; border-radius: 12px; }
.button-large { min-height: 56px; padding-inline: 26px; border-radius: 16px; }
.button-ghost { color: var(--ink); border: 1px solid var(--line); background: rgba(255,255,255,.68); }
.button-white { color: var(--ink); background: white; box-shadow: 0 18px 40px rgba(0, 28, 77, .18); }
.button svg { width: 18px; transition: transform .2s; }
.button:hover svg { transform: translate(2px, -2px); }
.button-ghost:hover svg { transform: translateY(2px); }
.menu-toggle { display: none; width: 44px; height: 44px; color: var(--ink); background: transparent; border-radius: 12px; place-items: center; cursor: pointer; }

.mobile-menu { position: fixed; inset: 0; z-index: 100; padding: 24px; display: flex; flex-direction: column; background: rgba(245, 249, 252, .98); visibility: hidden; opacity: 0; transform: translateY(-10px); transition: .25s ease; }
.mobile-menu.open { visibility: visible; opacity: 1; transform: none; }
.mobile-menu-head { display: flex; justify-content: space-between; align-items: center; }
.mobile-menu nav { margin-block: auto; }
.mobile-menu .nav-link { display: grid; grid-template-columns: 36px 1fr auto; align-items: center; padding: 19px 0; border-bottom: 1px solid var(--line); font: 700 clamp(24px, 7vw, 38px)/1.2 var(--display); }
.mobile-menu .nav-link span { color: var(--cyan); font: 700 11px/1 var(--body); }

.hero { min-height: 820px; padding-top: 158px; padding-bottom: 95px; display: grid; grid-template-columns: .92fr 1.08fr; gap: 76px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 11px; color: #176a8f; text-transform: uppercase; letter-spacing: .13em; font-size: 12px; font-weight: 700; }
.eyebrow > span { width: 28px; height: 1px; background: linear-gradient(90deg, var(--blue), var(--cyan)); }
.hero h1, .section-heading h2, .faq-heading h2, .closing-inner h2 { margin: 22px 0; font-family: var(--display); letter-spacing: -.052em; }
.hero h1 { max-width: 640px; font-size: clamp(48px, 5.6vw, 78px); line-height: 1.02; }
.hero h1 > span { color: transparent; background: linear-gradient(115deg, #1250bb, #03aeb7 58%, #6450df); -webkit-background-clip: text; background-clip: text; }
.hero-lead { max-width: 590px; margin: 0; color: #5e6d82; font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; gap: 13px; margin-top: 36px; }
.hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; max-width: 620px; margin-top: 52px; padding-top: 26px; border-top: 1px solid var(--line); }
.hero-proof div { min-width: 0; }
.hero-proof strong { display: block; font: 700 18px/1.2 var(--display); color: var(--ink); }
.hero-proof span { display: block; margin-top: 6px; color: #768399; font-size: 12px; line-height: 1.35; }

.hero-visual { position: relative; padding: 26px 28px 33px 18px; }
.hero-visual:before { content: ""; position: absolute; inset: 2% 2% 0 0; border-radius: 46px; background: linear-gradient(145deg, rgba(12, 64, 135, .09), rgba(0, 194, 192, .05)); transform: rotate(3.5deg); }
.hero-visual:after { content: ""; position: absolute; width: 320px; height: 320px; right: -50px; top: -65px; border-radius: 50%; background: repeating-radial-gradient(circle, rgba(8,77,146,.13) 0 1px, transparent 1px 13px); opacity: .55; z-index: -1; }
.visual-frame { position: relative; z-index: 1; border-radius: 34px; overflow: hidden; aspect-ratio: 1.1 / 1; background: white; box-shadow: var(--shadow); border: 1px solid rgba(255,255,255,.8); }
.visual-frame > img { width: 100%; height: 100%; object-fit: cover; object-position: center; transform: scale(1.15); }
.visual-frame:after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(7,52,101,.08); border-radius: inherit; pointer-events: none; }
.visual-sheen { position: absolute; inset: 0; background: linear-gradient(140deg, rgba(255,255,255,.12), transparent 43%, rgba(0,181,188,.08)); pointer-events: none; }
.float-card { position: absolute; z-index: 3; display: flex; align-items: center; gap: 12px; padding: 14px 17px; border: 1px solid rgba(255,255,255,.6); border-radius: 16px; background: rgba(246, 251, 253, .83); box-shadow: 0 15px 45px rgba(12, 47, 83, .16); backdrop-filter: blur(14px); }
.float-card small, .float-card strong { display: block; line-height: 1.3; }
.float-card small { color: #758399; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.float-card strong { margin-top: 3px; font-size: 13px; color: var(--ink); }
.float-status { left: 22px; bottom: 24px; }
.float-performance { top: 24px; right: 22px; }
.float-performance > svg { color: var(--cyan); }
.live-orb { width: 9px; height: 9px; flex: 0 0 auto; border-radius: 50%; background: #10c68c; box-shadow: 0 0 0 6px rgba(16,198,140,.12); animation: pulse 2s infinite; }
@keyframes pulse { 50% { box-shadow: 0 0 0 10px rgba(16,198,140,0); } }
.orbit-label { position: absolute; z-index: 2; display: flex; align-items: center; gap: 8px; color: #63738a; font-size: 11px; text-transform: uppercase; letter-spacing: .09em; font-weight: 700; }
.orbit-label span { color: var(--cyan); }
.orbit-one { left: -9px; top: 11px; writing-mode: vertical-rl; transform: rotate(180deg); }
.orbit-two { right: 0; bottom: 0; }

.capability-rail { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.55); overflow: hidden; }
.rail-track { width: min(1240px, calc(100% - 48px)); min-height: 66px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 22px; color: #586980; font-size: 12px; text-transform: uppercase; letter-spacing: .09em; font-weight: 700; white-space: nowrap; }
.rail-track i { width: 4px; height: 4px; border-radius: 50%; background: var(--cyan); }

.section-block { padding-top: 124px; padding-bottom: 128px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 70px; margin-bottom: 56px; }
.section-heading h2, .faq-heading h2 { margin: 14px 0 0; font-size: clamp(39px, 4.8vw, 62px); line-height: 1.08; }
.section-heading > p { width: min(430px, 100%); margin: 0 0 7px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.filter-bar { display: flex; gap: 6px; margin-bottom: 22px; padding: 6px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.54); overflow-x: auto; scrollbar-width: none; }
.filter-bar::-webkit-scrollbar { display: none; }
.filter-bar button { padding: 11px 16px; color: #607087; border-radius: 11px; white-space: nowrap; background: transparent; cursor: pointer; font-size: 13px; font-weight: 600; }
.filter-bar button.active { color: white; background: var(--ink); box-shadow: 0 8px 22px rgba(6,21,43,.16); }
.solutions-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.solution-card { min-height: 365px; position: relative; display: flex; flex-direction: column; padding: 30px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.72); transition: .3s ease; }
.solution-card:hover { transform: translateY(-5px); background: white; border-color: rgba(0,174,183,.25); box-shadow: 0 24px 60px rgba(10, 47, 85, .1); }
.solution-card.hidden-card { display: none; }
.feature-card { grid-row: span 2; min-height: 748px; color: white; background: linear-gradient(155deg, #07172e 0%, #0a3466 58%, #087f91 100%); border-color: transparent; }
.feature-card:before { content: ""; position: absolute; width: 480px; height: 480px; top: -240px; right: -240px; border: 1px solid rgba(122,237,234,.24); border-radius: 50%; box-shadow: 0 0 0 60px rgba(122,237,234,.04), 0 0 0 120px rgba(122,237,234,.025); }
.feature-card:hover { background: linear-gradient(155deg, #07172e 0%, #0a3466 58%, #087f91 100%); border-color: transparent; }
.card-number { position: absolute; right: 29px; top: 24px; color: #96a2b3; font: 600 11px/1 var(--display); letter-spacing: .08em; }
.feature-card .card-number { color: rgba(255,255,255,.55); }
.solution-icon { width: 55px; height: 55px; display: grid; place-items: center; color: var(--blue); border-radius: 18px; background: linear-gradient(145deg, rgba(9,80,177,.09), rgba(0,191,198,.11)); }
.solution-icon svg { width: 25px; height: 25px; }
.feature-card .solution-icon { color: #72eee2; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.1); }
.solution-copy { margin-top: auto; padding-top: 65px; }
.feature-card .solution-copy { padding-top: 200px; }
.card-kicker { color: #1885a2; text-transform: uppercase; letter-spacing: .12em; font-size: 11px; font-weight: 700; }
.feature-card .card-kicker { color: #6fe4dc; }
.solution-card h3 { margin: 11px 50px 13px 0; font: 700 clamp(25px, 2.8vw, 34px)/1.15 var(--display); letter-spacing: -.035em; }
.feature-card h3 { max-width: 460px; font-size: clamp(34px, 4vw, 52px); }
.solution-card p { max-width: 590px; margin: 0; color: #65748a; font-size: 15px; line-height: 1.67; }
.feature-card p { color: rgba(233,247,251,.72); font-size: 17px; }
.tag-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.tag-row span { padding: 7px 10px; border: 1px solid var(--line); border-radius: 99px; color: #4f627c; background: rgba(255,255,255,.46); font-size: 10px; text-transform: uppercase; letter-spacing: .06em; font-weight: 700; }
.feature-card .tag-row span { color: #dff9f7; border-color: rgba(255,255,255,.15); background: rgba(255,255,255,.06); }
.card-link { position: absolute; width: 46px; height: 46px; right: 27px; bottom: 27px; display: grid; place-items: center; color: var(--ink); border: 1px solid var(--line); border-radius: 50%; background: white; cursor: pointer; transition: .22s; }
.card-link:hover { color: white; background: var(--cyan); transform: rotate(8deg); }

.approach-section { padding: 124px 0; color: white; background: var(--ink); position: relative; overflow: hidden; }
.approach-section:before { content: ""; position: absolute; inset: 0; opacity: .06; background-image: linear-gradient(rgba(255,255,255,.6) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.6) 1px, transparent 1px); background-size: 84px 84px; mask-image: linear-gradient(to bottom, black, transparent 75%); }
.approach-section:after { content: ""; position: absolute; width: 600px; height: 600px; left: -300px; bottom: -350px; border-radius: 50%; background: radial-gradient(circle, rgba(0,198,197,.18), transparent 68%); }
.approach-section .section-shell { position: relative; z-index: 1; }
.section-heading.light h2 { color: white; }
.section-heading.light p { color: #9dacbf; }
.section-heading.light .eyebrow { color: #5ee7df; }
.approach-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 20px; }
.system-console { border: 1px solid var(--line-dark); border-radius: 28px; background: rgba(9, 29, 56, .78); box-shadow: 0 35px 90px rgba(0,0,0,.18); overflow: hidden; }
.console-head { height: 68px; display: flex; align-items: center; justify-content: space-between; padding: 0 24px; border-bottom: 1px solid var(--line-dark); color: #d8edf3; text-transform: uppercase; letter-spacing: .1em; font-size: 11px; font-weight: 700; }
.console-head > div { display: flex; align-items: center; gap: 11px; }
.console-head small { color: #536d89; }
.console-tabs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; padding: 12px; border-bottom: 1px solid var(--line-dark); }
.console-tabs button { padding: 11px; color: #7e94ab; background: transparent; border-radius: 10px; cursor: pointer; font-size: 12px; font-weight: 700; }
.console-tabs button.active { color: #75eee5; background: rgba(67, 223, 213, .08); }
.console-body { padding: 28px; }
.console-title-row { display: flex; justify-content: space-between; gap: 20px; align-items: center; }
.console-title-row span { color: #78dddf; text-transform: uppercase; letter-spacing: .09em; font-size: 10px; }
.console-title-row strong { color: #4de0a1; font-size: 10px; text-transform: uppercase; letter-spacing: .09em; }
.console-body h3 { margin: 14px 0 25px; max-width: 500px; font: 700 27px/1.3 var(--display); }
.metric-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.metric-grid > div { padding: 18px; border-radius: 15px; border: 1px solid var(--line-dark); background: rgba(1,13,31,.46); }
.metric-grid small, .metric-grid strong { display: block; }
.metric-grid small { color: #7790aa; font-size: 10px; text-transform: uppercase; letter-spacing: .07em; }
.metric-grid strong { margin-top: 5px; color: #edfaff; font: 600 15px/1.3 var(--display); }
.module-list { margin-top: 18px; }
.module-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 11px 2px; border-bottom: 1px solid rgba(167,222,241,.1); color: #b8c7d6; font-size: 13px; }
.module-row span:first-child { display: flex; align-items: center; gap: 10px; }
.module-row span:first-child:before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--cyan); }
.module-row span:last-child { color: #4de0a1; font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.principles-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.principle { min-height: 238px; position: relative; padding: 25px; border: 1px solid var(--line-dark); border-radius: 24px; background: rgba(11,36,66,.54); }
.principle > span { position: absolute; right: 22px; top: 20px; color: #48617d; font-size: 10px; }
.principle > svg { width: 24px; height: 24px; color: #59e2dc; }
.principle h3 { margin: 40px 0 9px; font: 700 20px/1.2 var(--display); }
.principle p { margin: 0; color: #8fa2b7; font-size: 13px; line-height: 1.65; }

.builder-section { padding-bottom: 138px; }
.builder-shell { display: grid; grid-template-columns: 1.25fr .75fr; gap: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 32px; background: rgba(255,255,255,.78); box-shadow: var(--shadow); }
.builder-inputs { padding: 44px; }
fieldset { border: 0; margin: 0 0 38px; padding: 0; }
fieldset:last-child { margin-bottom: 0; }
legend { width: 100%; margin-bottom: 14px; color: #3d4d64; font-size: 13px; font-weight: 700; }
legend span { display: inline-block; min-width: 32px; color: var(--cyan); font-size: 10px; letter-spacing: .08em; }
.choice-grid { display: grid; gap: 8px; }
.industry-choices { grid-template-columns: repeat(3, 1fr); }
.scale-choices { grid-template-columns: repeat(3, 1fr); }
.choice-grid button { min-height: 52px; padding: 11px 13px; color: #596a80; border: 1px solid var(--line); border-radius: 12px; background: #f8fbfd; cursor: pointer; text-align: left; font-size: 12px; font-weight: 600; transition: .2s; }
.scale-choices button { text-align: center; }
.choice-grid button:hover { border-color: rgba(0,174,183,.35); }
.choice-grid button.selected { color: white; background: var(--ink); border-color: var(--ink); box-shadow: 0 9px 23px rgba(6,21,43,.13); }
.module-choices { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; }
.module-choices label { min-height: 48px; display: flex; align-items: center; gap: 11px; padding: 9px 12px; color: #53647a; border: 1px solid var(--line); border-radius: 12px; background: #f8fbfd; cursor: pointer; font-size: 12px; font-weight: 600; }
.module-choices input { position: absolute; opacity: 0; pointer-events: none; }
.module-choices label > span { width: 20px; height: 20px; display: grid; place-items: center; color: transparent; border: 1px solid #b7c5d1; border-radius: 6px; background: white; }
.module-choices label > span svg { width: 13px; height: 13px; stroke-width: 3; }
.module-choices input:checked + span { color: white; border-color: var(--cyan); background: var(--cyan); }
.module-choices label:has(input:checked) { border-color: rgba(0,174,183,.28); background: rgba(0,191,198,.045); }
.blueprint-summary { min-width: 0; display: flex; flex-direction: column; padding: 39px; color: white; background: linear-gradient(155deg, #07182f, #0b315f 72%, #08717f); }
.blueprint-head { display: flex; justify-content: space-between; align-items: center; padding-bottom: 20px; border-bottom: 1px solid rgba(255,255,255,.14); text-transform: uppercase; letter-spacing: .1em; font-size: 10px; font-weight: 700; }
.blueprint-head small { color: #5de5a8; font-size: 9px; }
.blueprint-monogram { margin: 34px 0 42px; font: 800 48px/1 var(--display); letter-spacing: -.08em; color: #e8fbff; }
.blueprint-monogram span { color: #55e4dc; }
.blueprint-summary dl { margin: 0; }
.blueprint-summary dl > div { padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.blueprint-summary dt { color: #7290aa; font-size: 9px; text-transform: uppercase; letter-spacing: .09em; }
.blueprint-summary dd { margin: 4px 0 0; color: #f0f9fc; font-size: 13px; font-weight: 600; overflow-wrap: anywhere; }
.summary-tags { display: flex; flex-wrap: wrap; gap: 5px; }
.summary-tags span { padding: 5px 8px; color: #9ef0e9; border: 1px solid rgba(96,233,223,.18); border-radius: 7px; background: rgba(96,233,223,.06); font-size: 9px; }
.blueprint-summary > p { display: flex; gap: 8px; margin: auto 0 18px; padding-top: 35px; color: #7f9ab1; font-size: 10px; line-height: 1.45; }
.blueprint-summary > p svg { width: 14px; height: 14px; flex: 0 0 auto; color: #59ded7; }
.blueprint-summary .button-primary { background: linear-gradient(110deg, #14bac0, #1870cb); }

.faq-section { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; }
.faq-heading { position: sticky; top: 130px; align-self: start; }
.faq-heading p { margin-top: 24px; color: var(--muted); }
.faq-heading p a { color: #147e9c; font-weight: 600; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 100px; display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: center; list-style: none; cursor: pointer; font: 700 18px/1.4 var(--display); }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary svg { width: 20px; color: var(--cyan); transition: .25s; }
.faq-list details[open] summary svg { transform: rotate(45deg); }
.faq-list details p { margin: -8px 50px 29px 0; color: var(--muted); font-size: 15px; line-height: 1.75; }

.closing-cta { position: relative; overflow: hidden; color: white; background: linear-gradient(115deg, #082f75 0%, #0b7f9f 56%, #13b9ae 100%); }
.cta-grid { position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.9) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.9) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(90deg, black, transparent 78%); }
.closing-cta:after { content: ""; position: absolute; width: 440px; height: 440px; right: -110px; top: -180px; border-radius: 50%; border: 1px solid rgba(255,255,255,.18); box-shadow: 0 0 0 70px rgba(255,255,255,.04), 0 0 0 140px rgba(255,255,255,.025); }
.closing-inner { min-height: 410px; position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 60px; }
.closing-inner > div:first-child > span { text-transform: uppercase; letter-spacing: .12em; font-size: 11px; font-weight: 700; color: #8ff8ed; }
.closing-inner h2 { margin: 15px 0 0; font-size: clamp(36px, 4.7vw, 60px); line-height: 1.1; }
.closing-inner > div:last-child { display: flex; flex-direction: column; align-items: center; gap: 13px; flex: 0 0 auto; }
.closing-inner > div:last-child > a { color: rgba(255,255,255,.76); font-size: 13px; }

footer { color: #8999ad; background: #041225; }
.footer-grid { display: grid; grid-template-columns: 1.8fr repeat(3, 1fr); gap: 64px; padding-top: 78px; padding-bottom: 70px; }
footer .brand-copy b { color: white; }
.footer-brand > p { max-width: 290px; margin-top: 22px; font-size: 14px; line-height: 1.7; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 10px; }
.footer-grid h3 { margin: 6px 0 12px; color: white; text-transform: uppercase; letter-spacing: .1em; font-size: 10px; }
.footer-grid a, .footer-grid button { width: fit-content; padding: 0; color: #8798ad; background: none; cursor: pointer; text-align: left; font-size: 13px; }
.footer-grid a:hover, .footer-grid button:hover { color: #63e7de; }
.footer-grid p { margin: 0; font-size: 13px; }
.footer-bottom { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-top: 1px solid rgba(255,255,255,.08); font-size: 11px; }

.modal { position: fixed; inset: 0; z-index: 200; display: grid; place-items: center; padding: 24px; visibility: hidden; opacity: 0; background: rgba(2, 12, 29, .74); backdrop-filter: blur(12px); transition: .25s; }
.modal.open { visibility: visible; opacity: 1; }
.modal-panel { width: min(940px, 100%); max-height: calc(100vh - 48px); display: grid; grid-template-columns: .78fr 1.22fr; overflow: auto; border-radius: 30px; background: white; box-shadow: 0 40px 110px rgba(0,0,0,.35); transform: translateY(18px) scale(.985); transition: .28s ease; }
.modal.open .modal-panel { transform: none; }
.modal-aside { min-height: 620px; display: flex; flex-direction: column; justify-content: space-between; padding: 42px; color: white; background: linear-gradient(155deg, #07182f, #0a3f76 65%, #099a9d); position: relative; overflow: hidden; }
.modal-aside:after { content: ""; position: absolute; width: 340px; height: 340px; right: -180px; top: 70px; border-radius: 50%; border: 1px solid rgba(255,255,255,.18); box-shadow: 0 0 0 55px rgba(255,255,255,.04), 0 0 0 110px rgba(255,255,255,.025); }
.modal-index { font-size: 11px; letter-spacing: .12em; color: #7cece4; }
.modal-aside p { margin: 0 0 9px; color: #6be8df; text-transform: uppercase; letter-spacing: .11em; font-size: 10px; font-weight: 700; }
.modal-aside h2 { margin: 0; font: 700 37px/1.15 var(--display); letter-spacing: -.04em; }
.modal-aside small { color: rgba(222,244,247,.65); line-height: 1.55; }
.modal-content { position: relative; padding: 47px; }
.modal-close { position: absolute; top: 21px; right: 21px; width: 40px; height: 40px; display: grid; place-items: center; color: #607188; border-radius: 50%; background: #f1f6f9; cursor: pointer; }
.form-heading span { color: #1186a1; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; font-weight: 700; }
.form-heading h3, .consult-success h3 { margin: 6px 0 27px; font: 700 30px/1.2 var(--display); letter-spacing: -.035em; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
#consultForm label { display: block; margin-bottom: 15px; color: #405169; font-size: 12px; font-weight: 700; }
#consultForm input, #consultForm textarea { width: 100%; margin-top: 7px; padding: 14px 15px; color: var(--ink); border: 1px solid var(--line); border-radius: 12px; background: #f7fafc; outline: 0; font-size: 14px; transition: .2s; }
#consultForm textarea { resize: vertical; }
#consultForm input:focus, #consultForm textarea:focus { border-color: var(--cyan); box-shadow: 0 0 0 4px rgba(0,191,198,.08); background: white; }
#consultForm .button { width: 100%; margin-top: 4px; }
.form-note { display: flex; justify-content: center; gap: 7px; margin: 13px 0 0; color: #8190a3; font-size: 10px; }
.form-note svg { width: 13px; }
.consult-success { display: none; min-height: 510px; flex-direction: column; justify-content: center; align-items: flex-start; }
.consult-success.visible { display: flex; }
.consult-success > span { width: 54px; height: 54px; display: grid; place-items: center; color: white; border-radius: 50%; background: linear-gradient(135deg, var(--cyan), var(--blue)); }
.consult-success h3 { margin: 22px 0 10px; }
.consult-success p { max-width: 390px; margin: 0 0 25px; color: var(--muted); }
.toast { position: fixed; right: 24px; bottom: 24px; z-index: 300; display: flex; align-items: center; gap: 11px; min-width: 260px; padding: 15px 18px; color: white; border: 1px solid rgba(255,255,255,.12); border-radius: 14px; background: rgba(4,18,37,.94); box-shadow: 0 18px 50px rgba(0,0,0,.25); transform: translateY(80px); opacity: 0; transition: .3s ease; }
.toast.visible { transform: none; opacity: 1; }
.toast > span { width: 8px; height: 8px; border-radius: 50%; background: #53e1ae; }
.toast p { margin: 0; font-size: 13px; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .72s ease, transform .72s cubic-bezier(.2,.75,.2,1); }
.reveal.visible { opacity: 1; transform: none; }
.reveal-delay { transition-delay: .12s; }
@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; } }

@media (max-width: 1100px) {
  .desktop-nav { display: none; }
  .menu-toggle { display: grid; }
  .nav-actions .text-button { display: none; }
  .hero { min-height: auto; grid-template-columns: 1fr; gap: 62px; padding-top: 150px; }
  .hero-copy { max-width: 790px; }
  .hero-visual { width: min(760px, 100%); margin: auto; }
  .visual-frame { aspect-ratio: 1.45 / 1; }
  .section-heading { align-items: start; }
  .approach-grid { grid-template-columns: 1fr; }
  .principles-grid { grid-template-columns: repeat(4, 1fr); }
  .principle { min-height: 260px; }
  .builder-shell { grid-template-columns: 1.1fr .9fr; }
  .industry-choices { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1.5fr repeat(3, 1fr); gap: 35px; }
}

@media (max-width: 820px) {
  .section-shell, .nav-shell { width: min(100% - 32px, 1240px); }
  .nav-actions { display: none; }
  .hero { padding-top: 132px; padding-bottom: 74px; }
  .hero h1 { font-size: clamp(45px, 11vw, 66px); }
  .hero-proof { gap: 15px; }
  .rail-track { width: max-content; min-width: 100%; padding-inline: 24px; gap: 28px; animation: railMove 24s linear infinite alternate; }
  @keyframes railMove { to { transform: translateX(-28%); } }
  .section-block, .approach-section { padding-top: 92px; padding-bottom: 94px; }
  .section-heading { display: block; margin-bottom: 40px; }
  .section-heading > p { margin-top: 24px; }
  .solutions-grid { grid-template-columns: 1fr; }
  .feature-card { grid-row: auto; min-height: 540px; }
  .feature-card .solution-copy { padding-top: 150px; }
  .principles-grid { grid-template-columns: 1fr 1fr; }
  .builder-shell { grid-template-columns: 1fr; }
  .blueprint-summary { min-height: 520px; }
  .faq-section { grid-template-columns: 1fr; gap: 50px; }
  .faq-heading { position: static; }
  .closing-inner { min-height: 500px; align-items: flex-start; justify-content: center; flex-direction: column; }
  .closing-inner > div:last-child { align-items: flex-start; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / -1; }
  .modal-panel { grid-template-columns: 1fr; }
  .modal-aside { display: none; }
  .modal-content { padding: 45px 28px 30px; }
}

@media (max-width: 560px) {
  .section-shell, .nav-shell { width: min(100% - 24px, 1240px); }
  .nav-shell { height: 76px; }
  .ambient-two { width: 320px; height: 320px; right: -230px; }
  .brand-copy small { display: none; }
  .brand-copy b { font-size: 14px; }
  .brand-mark { width: 39px; height: 39px; }
  .hero { padding-top: 114px; gap: 45px; }
  .eyebrow { font-size: 10px; }
  .hero h1 { margin-top: 17px; font-size: 43px; }
  .hero-lead { font-size: 16px; }
  .hero-actions { flex-direction: column; }
  .hero-proof { grid-template-columns: 1fr; }
  .hero-proof div { display: grid; grid-template-columns: 70px 1fr; align-items: center; }
  .hero-proof span { margin-top: 0; }
  .hero-visual { padding: 14px 9px 26px; }
  .hero-visual:before { border-radius: 25px; }
  .visual-frame { aspect-ratio: .95 / 1; border-radius: 24px; }
  .visual-frame > img { transform: scale(1.52); }
  .float-status { left: 11px; bottom: 12px; }
  .float-performance { top: 11px; right: 11px; }
  .float-card { padding: 11px 12px; }
  .float-card strong { font-size: 11px; }
  .float-card small { font-size: 8px; }
  .orbit-label { display: none; }
  .section-heading h2, .faq-heading h2 { font-size: 38px; }
  .section-heading > p { font-size: 15px; }
  .filter-bar { margin-inline: -3px; }
  .solution-card { min-height: 400px; padding: 24px; }
  .feature-card { min-height: 520px; }
  .solution-card h3 { margin-right: 30px; font-size: 28px; }
  .feature-card h3 { font-size: 36px; }
  .card-link { right: 21px; bottom: 21px; }
  .console-body { padding: 21px; }
  .console-title-row { align-items: flex-start; }
  .console-body h3 { font-size: 23px; }
  .metric-grid { grid-template-columns: 1fr; }
  .module-row { font-size: 11px; }
  .principles-grid { grid-template-columns: 1fr; }
  .principle { min-height: 215px; }
  .builder-inputs { padding: 29px 20px; }
  .industry-choices, .scale-choices, .module-choices { grid-template-columns: 1fr; }
  .choice-grid button, .scale-choices button { text-align: left; }
  .blueprint-summary { min-height: 580px; padding: 29px 22px; }
  .faq-list summary { min-height: 90px; font-size: 16px; }
  .closing-inner h2 { font-size: 39px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 45px 24px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: 1 / -1; }
  .footer-bottom { padding-block: 23px; flex-direction: column; align-items: flex-start; gap: 6px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .modal { padding: 12px; }
  .modal-panel { max-height: calc(100vh - 24px); border-radius: 22px; }
  .toast { left: 12px; right: 12px; bottom: 12px; min-width: 0; }
}
