:root {
	--navy: #17324d;
	--navy-deep: #0d2237;
	--blue: #176b87;
	--teal: #148b7d;
	--teal-dark: #08785c;
	--ink: #172033;
	--muted: #66758a;
	--border: #dce5ec;
	--surface: #f4f7f9;
	--white: #ffffff;
	--gold: #d59a32;
	--shadow: 0 28px 80px rgba(12, 39, 61, .14);
	--radius-lg: 28px;
	--radius-md: 18px;
	--shell: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	margin: 0;
	background: var(--white);
	color: var(--ink);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
.shell { width: min(var(--shell), calc(100% - 40px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 200; left: 20px; top: -80px; padding: 10px 16px; border-radius: 0 0 10px 10px; background: var(--white); color: var(--navy); font-weight: 800; transition: top .2s ease; }
.skip-link:focus { top: 0; }
:focus-visible { outline: 3px solid rgba(23, 107, 135, .42); outline-offset: 3px; }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; border-bottom: 1px solid transparent; transition: background .2s ease, border-color .2s ease, box-shadow .2s ease; }
.site-header.is-scrolled { border-color: rgba(220, 229, 236, .82); background: rgba(255, 255, 255, .94); box-shadow: 0 10px 35px rgba(15, 40, 62, .07); backdrop-filter: blur(16px); }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 82px; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--navy); }
.brand-mark { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid rgba(23, 107, 135, .18); border-radius: 12px; background: linear-gradient(145deg, rgba(23,107,135,.12), rgba(20,139,125,.05)); }
.brand-mark img { width: 25px; height: 25px; opacity: .92; }
.brand-name { font-size: 20px; letter-spacing: -.02em; }
.brand-name strong { font-weight: 850; }
.site-nav { display: flex; align-items: center; gap: 30px; color: #45566a; font-size: 14px; font-weight: 700; }
.site-nav > a:not(.nav-cta) { position: relative; }
.site-nav > a:not(.nav-cta)::after { position: absolute; content: ""; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--teal); transition: right .2s ease; }
.site-nav > a:not(.nav-cta):hover::after { right: 0; }
.nav-cta { padding: 10px 17px; border-radius: 11px; background: var(--navy); color: var(--white); box-shadow: 0 10px 25px rgba(23, 50, 77, .16); }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 11px; border: 1px solid var(--border); border-radius: 11px; background: var(--white); cursor: pointer; }
.nav-toggle span:not(.sr-only) { display: block; height: 2px; margin: 4px 0; border-radius: 2px; background: var(--navy); transition: transform .2s ease, opacity .2s ease; }

.hero { position: relative; min-height: 800px; padding: 154px 0 96px; overflow: hidden; background: linear-gradient(180deg, #f7fafb 0%, #fff 78%); }
.hero::before { position: absolute; content: ""; inset: 0; opacity: .35; background-image: linear-gradient(rgba(23,50,77,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(23,50,77,.05) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to bottom, black, transparent 76%); }
.hero-glow { position: absolute; width: 540px; height: 540px; border-radius: 50%; filter: blur(1px); opacity: .3; }
.hero-glow-one { top: -280px; right: 6%; background: radial-gradient(circle, rgba(20,139,125,.26), transparent 66%); }
.hero-glow-two { bottom: -330px; left: -190px; background: radial-gradient(circle, rgba(23,107,135,.22), transparent 66%); }
.hero-grid { position: relative; display: grid; grid-template-columns: .93fr 1.07fr; align-items: center; gap: 54px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; color: var(--blue); font-size: 12px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow span { width: 26px; height: 2px; background: currentColor; }
.hero h1, .section-heading h2, .operation h2, .messaging h2, .trust h2, .closing h2 { margin: 0; color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.045em; line-height: .98; }
.hero h1 { max-width: 690px; font-size: clamp(48px, 6.3vw, 78px); }
h1 em, h2 em { color: var(--teal); font-style: italic; }
.hero-lead { max-width: 620px; margin: 28px 0 0; color: #526477; font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 12px 21px; border: 1px solid transparent; border-radius: 12px; font-size: 14px; font-weight: 800; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.button:hover { transform: translateY(-2px); }
.button span { margin-left: 12px; font-size: 18px; }
.button-primary { background: linear-gradient(135deg, var(--blue), var(--teal)); color: var(--white); box-shadow: 0 16px 35px rgba(20, 119, 131, .22); }
.button-secondary { border-color: var(--border); background: rgba(255,255,255,.75); color: var(--navy); }
.button-secondary:hover { border-color: rgba(23,107,135,.42); box-shadow: 0 12px 28px rgba(23,50,77,.08); }
.hero-proof { display: flex; flex-wrap: wrap; gap: 18px; margin: 30px 0 0; padding: 0; color: #607184; font-size: 12px; font-weight: 700; list-style: none; }
.hero-proof span { color: var(--teal); }

.product-stage { position: relative; min-width: 0; padding: 38px 0 44px 18px; perspective: 1200px; }
.product-window { overflow: hidden; border: 1px solid rgba(255,255,255,.8); border-radius: 20px; background: #eef4f6; box-shadow: 0 44px 100px rgba(14,45,66,.22), 0 0 0 8px rgba(255,255,255,.35); transform: rotateY(-3deg) rotateX(1deg); }
.window-topbar { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; height: 44px; padding: 0 14px; border-bottom: 1px solid #dde6ea; background: rgba(255,255,255,.94); color: #617386; font-size: 10px; font-weight: 750; }
.window-dots { display: flex; gap: 5px; }
.window-dots i { width: 7px; height: 7px; border-radius: 50%; background: #ced8de; }
.window-avatar { justify-self: end; display: grid; place-items: center; width: 23px; height: 23px; border-radius: 50%; background: var(--navy); color: white; font-size: 7px; }
.window-body { display: grid; grid-template-columns: 52px 1fr; min-height: 390px; }
.demo-sidebar { display: flex; flex-direction: column; align-items: center; gap: 20px; padding-top: 15px; background: var(--navy-deep); }
.demo-logo { display: grid; place-items: center; width: 30px; height: 30px; margin-bottom: 9px; border-radius: 9px; background: rgba(255,255,255,.11); }
.demo-logo img { width: 20px; filter: brightness(0) invert(1); opacity: .9; }
.demo-sidebar > i { width: 16px; height: 4px; border-radius: 10px; background: rgba(255,255,255,.24); }
.demo-sidebar > i.active { width: 28px; height: 28px; border-radius: 8px; background: rgba(20,139,125,.78); box-shadow: inset 3px 0 rgba(255,255,255,.75); }
.demo-content { padding: 23px; min-width: 0; }
.demo-heading { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.demo-heading div { display: flex; flex-direction: column; }
.demo-heading small { color: #81909e; font-size: 8px; }
.demo-heading strong { color: var(--navy); font-size: 14px; }
.demo-heading button { padding: 8px 10px; border: 0; border-radius: 7px; background: linear-gradient(135deg,var(--blue),var(--teal)); color: white; font-size: 8px; font-weight: 750; }
.demo-kpis { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin-top: 18px; }
.demo-kpis > div { display: grid; grid-template-columns: 1fr auto; padding: 12px; border: 1px solid #e1e8ec; border-radius: 10px; background: white; }
.demo-kpis span { grid-column: 1 / -1; color: var(--navy); font-size: 19px; font-weight: 850; line-height: 1.1; }
.demo-kpis small { align-self: end; color: #83909c; font-size: 7px; }
.demo-kpis b { align-self: end; color: #7c8a95; font-size: 6px; text-align: right; }
.demo-kpis b.up { color: var(--teal); }
.demo-panels { display: grid; grid-template-columns: 1.4fr .8fr; gap: 10px; margin-top: 11px; }
.demo-chart, .demo-pipeline { min-width: 0; padding: 13px; border: 1px solid #e1e8ec; border-radius: 10px; background: white; }
.panel-label { display: flex; justify-content: space-between; gap: 8px; }
.panel-label strong { color: var(--navy); font-size: 8px; }
.panel-label small { color: #8a98a4; font-size: 6px; }
.bars { display: flex; align-items: end; gap: 8px; height: 126px; padding: 15px 3px 0; border-bottom: 1px solid #e7edf0; background: repeating-linear-gradient(to bottom, transparent 0 30px, #eef2f4 31px); }
.bars i { flex: 1; min-width: 6px; border-radius: 4px 4px 0 0; background: linear-gradient(to top,var(--blue),#36a79c); opacity: .84; }
.bar-labels { display: flex; justify-content: space-between; margin-top: 7px; color: #96a2ad; font-size: 5px; }
.demo-pipeline ul { display: flex; flex-direction: column; gap: 9px; margin: 17px 0 0; padding: 0; list-style: none; }
.demo-pipeline li { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 6px; padding-bottom: 7px; border-bottom: 1px solid #edf1f3; font-size: 7px; }
.demo-pipeline li:last-child { border: 0; }
.demo-pipeline b { color: #596c7d; font-weight: 650; }
.demo-pipeline em { color: var(--navy); font-style: normal; font-weight: 850; }
.status { width: 6px; height: 6px; border-radius: 50%; }
.status.teal { background: var(--teal); }.status.blue { background: var(--blue); }.status.gold { background: var(--gold); }.status.green { background: #46a775; }
.stage-card { position: absolute; display: flex; align-items: center; gap: 9px; padding: 10px 13px; border: 1px solid rgba(255,255,255,.9); border-radius: 12px; background: rgba(255,255,255,.94); box-shadow: 0 18px 45px rgba(15,45,65,.16); backdrop-filter: blur(12px); }
.stage-card > span { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 9px; background: rgba(20,139,125,.12); color: var(--teal-dark); font-size: 9px; font-weight: 900; }
.stage-card div { display: flex; flex-direction: column; }
.stage-card strong { color: var(--navy); font-size: 9px; }
.stage-card small { color: #84919c; font-size: 7px; }
.stage-card-top { top: 8px; right: -20px; }
.stage-card-bottom { bottom: 4px; left: -12px; }

.outcomes { position: relative; z-index: 2; border-block: 1px solid #e5ebee; background: #fff; }
.outcomes-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.outcomes article { display: flex; gap: 16px; padding: 29px 30px; border-right: 1px solid #e5ebee; }
.outcomes article:first-child { padding-left: 0; }.outcomes article:last-child { padding-right: 0; border-right: 0; }
.outcomes article > span { color: var(--teal); font-family: Georgia,serif; font-size: 20px; font-style: italic; }
.outcomes strong { display: block; color: var(--navy); font-size: 14px; }
.outcomes p { margin: 4px 0 0; color: #718092; font-size: 12px; line-height: 1.5; }

.section { padding: 116px 0; }
.section-heading { max-width: 780px; margin-bottom: 46px; }
.section-heading h2, .operation h2, .messaging h2, .trust h2 { font-size: clamp(42px, 5vw, 64px); }
.section-heading > p:last-child { max-width: 610px; margin: 24px 0 0; color: var(--muted); font-size: 17px; }
.capabilities { background: var(--surface); }
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.feature-card { position: relative; overflow: hidden; padding: 33px; border: 1px solid var(--border); border-radius: var(--radius-md); background: white; box-shadow: 0 16px 46px rgba(17,48,70,.06); }
.feature-card::after { position: absolute; content: ""; width: 210px; height: 210px; right: -110px; bottom: -140px; border-radius: 50%; background: rgba(20,139,125,.07); }
.feature-wide { grid-column: 1 / -1; display: grid; grid-template-columns: 1.08fr .92fr; gap: 55px; align-items: center; min-height: 420px; }
.feature-icon { display: grid; place-items: center; width: 43px; height: 43px; margin-bottom: 25px; border: 1px solid rgba(23,107,135,.18); border-radius: 13px; background: linear-gradient(145deg,rgba(23,107,135,.13),rgba(20,139,125,.07)); color: var(--blue); font-family: Georgia,serif; font-size: 18px; font-style: italic; font-weight: 700; }
.feature-kicker { margin: 0 0 9px; color: var(--teal); font-size: 11px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.feature-card h3 { max-width: 620px; margin: 0; color: var(--navy); font-family: Georgia,serif; font-size: clamp(27px,3vw,38px); font-weight: 500; letter-spacing: -.03em; line-height: 1.12; }
.feature-card > p:not(.feature-kicker), .feature-copy > p:not(.feature-kicker) { margin: 18px 0 0; color: var(--muted); }
.check-list { display: grid; gap: 9px; margin: 24px 0 0; padding: 0; color: #4b6073; font-size: 13px; list-style: none; }
.check-list li::before { content: "✓"; margin-right: 9px; color: var(--teal); font-weight: 900; }
.academic-visual { padding: 23px; border: 1px solid #dfe7eb; border-radius: 16px; background: linear-gradient(180deg,#f9fbfc,#f1f6f7); transform: rotate(1.5deg); }
.academic-head { display: flex; justify-content: space-between; margin-bottom: 22px; color: #728292; font-size: 9px; }
.academic-head b { color: var(--teal); }
.student-row { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 11px; }
.student-row > i { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 12px; background: var(--navy); color: white; font-size: 9px; font-style: normal; }
.student-row > span { display: flex; flex-direction: column; }
.student-row b { color: var(--navy); font-size: 11px; }.student-row small { color: #8a98a4; font-size: 8px; }.student-row em { color: var(--teal); font-size: 20px; font-style: normal; font-weight: 850; }
.progress { height: 7px; margin: 14px 0 20px; overflow: hidden; border-radius: 20px; background: #e2e9ec; }.progress i { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg,var(--blue),var(--teal)); }
.subject-row { display: flex; justify-content: space-between; padding: 10px 0; border-top: 1px solid #e1e8eb; color: #657687; font-size: 10px; }.subject-row b { color: var(--navy); }
.feature-capture { background: linear-gradient(150deg,#fff 20%,#eef8f5); }
.feature-finance { background: linear-gradient(150deg,#fff 20%,#f0f7fa); }
.feature-community { grid-column: 1 / -1; }
.mini-pipeline { display: flex; gap: 7px; height: 7px; margin-top: 30px; }.mini-pipeline i { flex: 1; border-radius: 5px; background: var(--teal); }.mini-pipeline i:nth-child(2){background:#3ba28e}.mini-pipeline i:nth-child(3){background:#69b49c}.mini-pipeline i:nth-child(4){background:#a2c9b8}
.finance-total { display: flex; align-items: center; justify-content: space-between; margin-top: 28px; padding: 14px 16px; border-radius: 11px; background: rgba(23,107,135,.08); color: #647588; font-size: 11px; }.finance-total strong { color: var(--teal-dark); font-size: 14px; }
.role-cloud { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 25px; }.role-cloud span { padding: 7px 11px; border: 1px solid #dce5e8; border-radius: 30px; background: #f8fafb; color: #596d7e; font-size: 10px; font-weight: 750; }

.operation { background: var(--navy-deep); color: white; }
.operation-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 100px; align-items: start; }
.eyebrow-light { color: #78c8bd; }
.operation h2 { color: white; }
.operation h2 em { color: #74c6bb; }
.operation-copy > p:not(.eyebrow) { max-width: 480px; margin: 25px 0 0; color: #b8c6d1; }
.text-link { display: inline-flex; margin-top: 28px; color: white; font-size: 13px; font-weight: 850; }.text-link span { margin-left: 10px; color: #72c6ba; }
.steps { margin: 0; padding: 0; list-style: none; counter-reset: step; }
.steps li { display: grid; grid-template-columns: auto 1fr; gap: 19px; padding: 0 0 31px; position: relative; }
.steps li:not(:last-child)::after { position: absolute; content: ""; top: 42px; bottom: 5px; left: 18px; width: 1px; background: rgba(255,255,255,.18); }
.steps li > span { position: relative; z-index: 1; display: grid; place-items: center; width: 37px; height: 37px; border: 1px solid rgba(118,200,189,.48); border-radius: 11px; background: rgba(20,139,125,.13); color: #7dd0c4; font-family: Georgia,serif; font-style: italic; }
.steps strong { display: block; padding-top: 4px; color: white; font-size: 16px; }.steps p { margin: 5px 0 0; color: #aebdc8; font-size: 13px; }

.messaging { overflow: hidden; }
.messaging-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: center; }
.messaging-visual { position: relative; min-height: 620px; display: grid; place-items: center; border-radius: var(--radius-lg); background: radial-gradient(circle at 50% 20%,rgba(20,139,125,.24),transparent 45%), linear-gradient(145deg,#eaf3f4,#f7fafb); }
.phone-card { width: 286px; min-height: 510px; padding: 18px 16px 24px; border: 7px solid var(--navy-deep); border-radius: 36px; background: #edf3f1; box-shadow: 0 38px 80px rgba(14,45,66,.24); transform: rotate(-2deg); }
.phone-speaker { width: 72px; height: 5px; margin: 0 auto 18px; border-radius: 5px; background: var(--navy-deep); }
.chat-head { display: flex; align-items: center; gap: 9px; padding: 11px; margin: 0 -9px 15px; border-radius: 11px; background: white; }.chat-head i { display:grid;place-items:center;width:31px;height:31px;border-radius:50%;background:var(--navy);color:white;font-size:8px;font-style:normal }.chat-head span { display:flex;flex-direction:column }.chat-head b { color:var(--navy);font-size:10px }.chat-head small { color:#83909a;font-size:7px }
.chat-day { width: fit-content; margin: 0 auto 15px; padding: 3px 8px; border-radius: 8px; background: #dce8e6; color: #71817d; font-size: 7px; }
.chat-bubble { width: 91%; margin: 0 0 9px auto; padding: 11px 12px; border-radius: 12px 2px 12px 12px; background: #d4f0e4; color: #3f5d56; font-size: 9px; line-height: 1.45; box-shadow: 0 4px 12px rgba(31,84,69,.08); }
.chat-consent { display:flex;justify-content:space-between;align-items:center;margin-top:19px;padding:10px 12px;border:1px solid #c9dfd8;border-radius:11px;background:rgba(255,255,255,.72);color:#5b746d;font-size:8px }.chat-consent b { display:grid;place-items:center;width:19px;height:19px;border-radius:50%;background:var(--teal);color:white }
.shield-card { position:absolute;right:24px;bottom:66px;display:flex;align-items:center;gap:10px;padding:13px 15px;border:1px solid white;border-radius:13px;background:rgba(255,255,255,.94);box-shadow:0 20px 45px rgba(16,49,70,.18) }.shield-card > span { display:grid;place-items:center;width:32px;height:32px;border-radius:10px;background:rgba(20,139,125,.12);color:var(--teal-dark);font-weight:900 }.shield-card div {display:flex;flex-direction:column}.shield-card strong{color:var(--navy);font-size:10px}.shield-card small{color:#84929d;font-size:7px}
.messaging h2 { margin-bottom: 25px; }
.messaging-copy > p:not(.eyebrow):not(.messaging-note) { color: var(--muted); font-size: 17px; }
.responsible-list { display:grid;gap:20px;margin:32px 0 0;padding:0;list-style:none }.responsible-list li{display:grid;grid-template-columns:auto 1fr;gap:14px}.responsible-list li>span{display:grid;place-items:center;width:35px;height:35px;border:1px solid rgba(23,107,135,.2);border-radius:10px;background:#f2f7f8;color:var(--blue);font-family:Georgia,serif;font-size:11px;font-style:italic}.responsible-list strong{color:var(--navy);font-size:14px}.responsible-list p{margin:3px 0 0;color:#718092;font-size:12px}
.messaging-note { margin:27px 0 0;padding:15px 17px;border-left:3px solid var(--gold);background:#fbf7ee;color:#70634d;font-size:11px;line-height:1.6 }

.trust { padding-top: 40px; }
.trust-grid { display:grid;grid-template-columns:.8fr 1.2fr;gap:85px;align-items:start }.trust h2{font-size:clamp(38px,4.5vw,56px)}
.trust-items { display:grid;grid-template-columns:repeat(3,1fr);gap:13px }.trust-items article{padding:23px 18px;border-top:2px solid var(--teal);background:var(--surface)}.trust-items span{color:var(--teal);font-family:Georgia,serif;font-style:italic}.trust-items strong{display:block;margin-top:22px;color:var(--navy);font-size:13px;line-height:1.35}.trust-items p{margin:9px 0 0;color:#718092;font-size:11px;line-height:1.55}

.closing { padding: 86px 0; background: linear-gradient(125deg,var(--blue),var(--teal-dark)); color: white; }
.closing-inner { display:grid;grid-template-columns:1.2fr .8fr;gap:80px;align-items:end }.closing h2{max-width:720px;color:white;font-size:clamp(40px,5.2vw,64px)}.closing-action p{margin:0 0 22px;color:rgba(255,255,255,.82);font-size:14px}.button-white{background:white;color:var(--navy);box-shadow:0 15px 35px rgba(8,60,67,.23)}

.site-footer { padding: 64px 0 24px; background: #091c2d; color: white; }
.footer-main { display:grid;grid-template-columns:.8fr 1.2fr;gap:80px;padding-bottom:50px }.brand-footer{color:white}.brand-footer .brand-mark{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.13)}.brand-footer .brand-mark img{filter:brightness(0) invert(1)}.footer-brand p{max-width:360px;margin:20px 0 0;color:#8fa2b2;font-size:13px}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:35px}.footer-links>div{display:flex;flex-direction:column;gap:9px}.footer-links strong{margin-bottom:6px;color:white;font-size:12px}.footer-links a,.footer-links span{color:#8fa2b2;font-size:11px}.footer-links a:hover{color:#7ad0c4}.footer-bottom{display:flex;justify-content:space-between;gap:20px;padding-top:22px;border-top:1px solid rgba(255,255,255,.1);color:#728696;font-size:10px}

.legal-page { min-height: 100vh; background: var(--surface); }
.legal-header { padding: 30px 0; border-bottom: 1px solid var(--border); background: white; }
.legal-header .shell { display:flex;justify-content:space-between;align-items:center;gap:20px }.legal-header a:last-child{color:var(--blue);font-size:13px;font-weight:800}
.legal-content { width:min(820px,calc(100% - 40px));margin:0 auto;padding:74px 0 100px }.legal-content .eyebrow{margin-bottom:15px}.legal-content h1{margin:0;color:var(--navy);font-family:Georgia,serif;font-size:clamp(39px,6vw,58px);font-weight:500;letter-spacing:-.04em;line-height:1.05}.legal-updated{margin:14px 0 42px;color:#82909c;font-size:12px}.legal-content section{margin-top:34px;padding-top:30px;border-top:1px solid var(--border)}.legal-content h2{margin:0 0 12px;color:var(--navy);font-size:20px}.legal-content h3{margin:23px 0 7px;color:var(--navy);font-size:15px}.legal-content p,.legal-content li{color:#586b7c;font-size:14px}.legal-content ul,.legal-content ol{padding-left:22px}.legal-callout{padding:18px 20px;border-left:4px solid var(--teal);background:white;box-shadow:0 12px 30px rgba(15,48,69,.06)}.legal-contact{display:inline-flex;margin-top:8px;color:var(--blue)!important;font-weight:800}.legal-footer{padding:25px 0;background:var(--navy-deep);color:#95a7b5;font-size:11px}.legal-footer .shell{display:flex;justify-content:space-between;gap:20px}.legal-footer a{color:white}

[data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
[data-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 1040px) {
	.hero-grid { grid-template-columns: 1fr; }
	.hero-copy { max-width: 760px; }
	.product-stage { width: min(720px,100%); margin-inline: auto; }
	.operation-grid, .messaging-grid, .trust-grid { gap: 55px; }
	.trust-grid { grid-template-columns: 1fr; }
}

@media (max-width: 820px) {
	.shell { width: min(100% - 30px,var(--shell)); }
	.header-inner { min-height: 70px; }
	.nav-toggle { display: block; }
	.site-nav { position: fixed; inset: 70px 15px auto; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 15px; border: 1px solid var(--border); border-radius: 16px; background: white; box-shadow: var(--shadow); }
	.site-nav.is-open { display: flex; }
	.site-nav a { padding: 13px 12px; }
	.site-nav > a:not(.nav-cta)::after { display: none; }
	.nav-cta { margin-top: 8px; text-align: center; }
	body.nav-open .nav-toggle span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
	body.nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
	body.nav-open .nav-toggle span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
	.hero { min-height: auto; padding: 124px 0 70px; }
	.hero-grid { gap: 30px; }
	.product-stage { padding-inline: 0; }
	.stage-card-top { right: 4px; }.stage-card-bottom { left: 4px; }
	.outcomes-grid { grid-template-columns: 1fr; }
	.outcomes article, .outcomes article:first-child, .outcomes article:last-child { padding: 22px 0; border-right: 0; border-bottom: 1px solid var(--border); }
	.outcomes article:last-child { border-bottom: 0; }
	.section { padding: 84px 0; }
	.feature-wide { grid-template-columns: 1fr; gap: 35px; }
	.operation-grid, .messaging-grid, .closing-inner { grid-template-columns: 1fr; gap: 50px; }
	.messaging-visual { min-height: 580px; order: 2; }
	.trust-items { grid-template-columns: 1fr; }
	.footer-main { grid-template-columns: 1fr; gap: 45px; }
}

@media (max-width: 590px) {
	.hero h1 { font-size: clamp(43px,14vw,62px); }
	.hero-lead { font-size: 16px; }
	.hero-actions { flex-direction: column; align-items: stretch; }
	.button { width: 100%; }
	.hero-proof { gap: 9px 14px; }
	.product-window { transform: none; border-radius: 15px; }
	.window-body { grid-template-columns: 38px 1fr; min-height: 330px; }
	.demo-sidebar { gap: 14px; }.demo-sidebar > i.active { width: 23px; height: 23px; }
	.demo-content { padding: 14px 10px; }
	.demo-heading button { display: none; }
	.demo-kpis { gap: 5px; }.demo-kpis > div { padding: 9px 7px; }.demo-kpis span { font-size: 15px; }.demo-kpis b { display: none; }
	.demo-panels { grid-template-columns: 1fr; }.demo-pipeline { display: none; }.bars { height: 96px; }
	.stage-card { display: none; }
	.section-heading h2, .operation h2, .messaging h2, .trust h2, .closing h2 { font-size: 40px; }
	.feature-grid { grid-template-columns: 1fr; }
	.feature-card, .feature-community { grid-column: auto; padding: 25px 21px; }
	.feature-card h3 { font-size: 28px; }
	.academic-visual { padding: 16px; }
	.operation-grid { gap: 44px; }
	.messaging-visual { min-height: 535px; margin-inline: -4px; }
	.phone-card { width: 258px; min-height: 478px; }.shield-card { right: 2px; bottom: 25px; }
	.closing { padding: 70px 0; }
	.footer-links { grid-template-columns: 1fr 1fr; }.footer-links>div:last-child{grid-column:1/-1}
	.footer-bottom, .legal-footer .shell { flex-direction: column; }
	.legal-header .brand-name { font-size: 17px; }
}

@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
	[data-reveal] { opacity: 1; transform: none; }
}
