:root {
  --ink: #14213d;
  --paper: #f7f9fc;
  --lime: #7257ff;
  --mint: #5c7cff;
  --line: rgba(24, 49, 91, .12);
  --muted: #66738b;
  --dark: #13264a;
}

body {
  background: radial-gradient(circle at 72% 4%, rgba(115, 141, 255, .14), transparent 27%), var(--paper);
}
html { overflow-x: hidden; }

.mark i, .pulse { background: #7157ff; box-shadow: 0 0 0 5px rgba(113, 87, 255, .12); }
.nav { border: 0; }
.nav-cta { border: 0; background: var(--dark); color: #fff; padding: 12px 18px; border-radius: 999px; }
.hero { position: relative; min-height: 760px; }
.hero::before { content: ""; position: absolute; z-index: -1; inset: 3% -18% 4% 45%; background-image: radial-gradient(rgba(87, 112, 217, .22) 1px, transparent 1px); background-size: 14px 14px; mask-image: radial-gradient(ellipse, #000 18%, transparent 70%); }
.hero h1 em { color: #5572dc; }
.button { border: 0; border-radius: 999px; }
.button.primary { background: linear-gradient(135deg, #162c55, #274f91); box-shadow: 0 12px 34px rgba(24, 49, 91, .2); }
.button.secondary { background: #fff; box-shadow: inset 0 0 0 1px var(--line); }

.hero-system { background: linear-gradient(145deg, #eaf0ff, #fff 56%); color: var(--ink); border: 1px solid rgba(82, 111, 205, .16); border-radius: 30px; padding: 18px; min-height: 535px; box-shadow: 0 36px 90px rgba(30, 55, 100, .16), 0 2px 8px rgba(30, 55, 100, .08); transform: rotate(1.2deg); }
.system-head { color: #73809a; padding: 5px 6px 15px; }
.live { color: #5870d9; }
.live i { background: #5870d9; }
.saas-window { background: rgba(255, 255, 255, .94); border-radius: 22px; padding: 20px; box-shadow: 0 12px 40px rgba(35, 57, 96, .1); }
.window-bar { height: 34px; display: flex; align-items: center; gap: 5px; border-bottom: 1px solid #e8ecf4; color: #7b879c; }
.window-bar span { width: 7px; height: 7px; border-radius: 50%; background: #ccd4e2; }
.window-bar b { font: 700 9px var(--display); letter-spacing: .08em; margin-left: auto; }
.signal-card { margin: 18px 0; padding: 16px; display: flex; align-items: center; gap: 13px; background: linear-gradient(100deg, #f2f4ff, #f8faff); border-radius: 16px; }
.signal-icon { width: 36px; height: 36px; border-radius: 12px; display: grid; place-items: center; background: #fff0ed; color: #df684c; font: 800 16px var(--display); }
.signal-card small, .owner-note span, .flow-step small { display: block; font: 700 8px var(--display); letter-spacing: .12em; color: #8b96a9; }
.signal-card strong { font: 700 13px var(--display); }
.signal-card p { font-size: 10px; color: #8490a3; margin: 3px 0 0; }
.priority { font: 700 7px var(--display); letter-spacing: .1em; color: #cc644d; background: #fff; padding: 7px 9px; border-radius: 999px; margin-left: auto; }
.flow-path { padding: 2px 12px; }
.flow-step { position: relative; display: flex; gap: 14px; padding: 11px 0 17px; }
.flow-step:not(:last-child)::after { content: ""; position: absolute; left: 14px; top: 39px; width: 1px; height: 19px; background: #d8deea; }
.flow-step i { width: 29px; height: 29px; flex: 0 0 auto; border-radius: 50%; display: grid; place-items: center; background: #edf0f6; color: #8b96aa; font: 700 10px var(--display); font-style: normal; }
.flow-step.done i { background: #e5f8f1; color: #208c6c; }
.flow-step.active i { background: #7157ff; color: #fff; box-shadow: 0 0 0 5px rgba(113, 87, 255, .1); }
.flow-step b { display: block; font: 600 12px var(--display); margin-top: 2px; }
.owner-note { margin-top: 8px; padding: 13px 16px; background: #152a50; color: #fff; border-radius: 15px; }
.owner-note span { color: #a9baff; }
.owner-note p { margin: 5px 0 0; font-size: 10px; color: #dce4f5; }

.proof { border: 0; gap: 12px; min-height: 140px; }
.proof > div { border: 0; background: rgba(255, 255, 255, .72); border-radius: 20px; padding: 24px; box-shadow: 0 8px 30px rgba(39, 61, 101, .05); }
.proof-intro { padding-left: 24px !important; }
.metric strong { color: #203b70; }
.work { padding-top: 145px; }
.case { border: 0; }
.case-featured { border-radius: 30px; overflow: hidden; background: linear-gradient(145deg, #edf2ff, #fff); box-shadow: 0 28px 75px rgba(40, 62, 100, .09); }
.case-copy { padding: 64px; }
.case-copy > p strong, .case-mini > p strong { color: var(--ink); }
.decision-list { border: 0; }
.decision-list > div { border-color: #dbe1ec; }
.decision-list span { color: #5b6fd5; }
.case-result { background: linear-gradient(135deg, #182f5a, #214880); border-radius: 16px; }
.lifecycle { border-radius: 24px; background: linear-gradient(155deg, #12284d, #0e1d38); }
.stage { border: 0; border-radius: 13px; background: rgba(255, 255, 255, .06); margin: 2px 0; }
.stage.pending { border: 1px solid #8296ff; }
.stage.pending i { border-color: rgba(255, 255, 255, .12); border-top-color: #92a4ff; }
.stage.complete i, .stage.complete > span { color: #86d9bf; border-color: #86d9bf; }
.connector.active { background: #86d9bf; }
.decision-card { border: 0; border-radius: 14px; background: rgba(124, 145, 255, .12); box-shadow: inset 3px 0 #8da0ff; }
.decision-card span { color: #a8b6ff; }
.case-grid { gap: 28px; margin-top: 28px; }
.case-mini { border: 0; border-radius: 28px; background: #fff; padding: 22px 36px 42px; box-shadow: 0 22px 60px rgba(40, 62, 100, .07); }
.mini-visual { border-radius: 20px; background: linear-gradient(145deg, #162d56, #244a83); overflow: hidden; }
.access-card { border: 0; border-radius: 14px; background: rgba(255, 255, 255, .12); }
.access-status { border: 0; border-radius: 999px; background: #fff; color: #296f62; }
.access-status span { color: #296f62; }
.control-row button { border-radius: 999px; background: #dfe4ff; color: #304b9d; }
.outcome { color: #425b97; }

.method { background: linear-gradient(145deg, #0f2345, #172f58); position: relative; overflow: hidden; }
.method::before { content: ""; position: absolute; width: 520px; height: 520px; border-radius: 50%; background: rgba(104, 125, 255, .12); filter: blur(10px); right: -180px; top: -180px; }
.method-board { border: 0; border-radius: 26px; background: rgba(255, 255, 255, .06); overflow: hidden; backdrop-filter: blur(12px); }
.method-tabs { border-color: rgba(255, 255, 255, .1); }
.method-tabs button { border-color: rgba(255, 255, 255, .1); }
.method-tabs button.active { background: #fff; color: #1c3260; }
.tab-panel span { color: #98a9ff; }
.transfer { padding-block: 125px 20px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.transfer-heading h2 { font-size: clamp(40px, 4.6vw, 66px); line-height: 1.04; margin-top: 24px; }
.transfer-points article { display: grid; grid-template-columns: 54px 1fr; gap: 18px; padding: 26px 0; border-bottom: 1px solid var(--line); }
.transfer-points article:first-child { padding-top: 0; }
.transfer-points article > span { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; background: #e7ebff; color: #5267c7; font: 700 10px var(--display); }
.transfer-points h3 { font-size: 20px; letter-spacing: -.02em; margin-bottom: 7px; }
.transfer-points p { color: var(--muted); line-height: 1.55; margin: 0; }
.timeline { border: 0; }
.timeline-row { background: #fff; border: 0; border-radius: 22px; margin-bottom: 14px; padding: 30px; box-shadow: 0 10px 36px rgba(36, 58, 97, .05); }
.education { border: 0; border-radius: 22px; background: #eef2ff; margin-top: 20px; }
.fit { border: 0; border-radius: 32px; background: linear-gradient(135deg, #dce5ff, #e9e3ff); box-shadow: 0 24px 70px rgba(57, 72, 137, .12); }
.contact a { border: 0; background: #172d55; color: #fff; border-radius: 999px; padding: 16px 22px; }
footer { border-color: var(--line); }

@media (max-width: 900px) {
  .proof { gap: 8px; }
  .hero-system { transform: none; }
  .case-featured { border-radius: 24px; }
  .case-copy { padding: 40px 28px; }
  .timeline-row { margin-bottom: 10px; }
  .fit { border-radius: 24px; }
  .transfer { grid-template-columns: 1fr; gap: 50px; }
}

@media (max-width: 560px) {
  .hero { padding-top: 48px; }
  .hero::before { inset: 25% -60% 12% 15%; }
  .hero-system { border-radius: 22px; min-height: auto; }
  .saas-window { padding: 13px; border-radius: 16px; }
  .signal-card { align-items: flex-start; }
  .priority { display: none; }
  .proof > div { border-radius: 15px; padding: 20px 14px; }
  .proof-intro { padding-left: 16px !important; }
  .case-featured { border-radius: 20px; }
  .lifecycle { border-radius: 17px; }
  .case-mini { border-radius: 20px; padding: 12px 22px 32px; }
  .method-board { border-radius: 20px; }
  .timeline-row { border-radius: 17px; padding: 23px; }
  .fit { border-radius: 20px; }
}
