:root {
  --ink: #14264e;
  --muted: #63708b;
  --line: #e0e7f0;
  --page: #f7f9fc;
  --blue: #2259d8;
  --blue-deep: #183d9a;
  --cyan: #72e4e0;
  --mint: #d9faf1;
  --serif: Georgia, "Times New Roman", serif;
  font-family: "Aptos", "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--page);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--page); }
a { color: inherit; text-decoration: none; }

.site-header { align-items: center; display: flex; justify-content: space-between; margin: 0 auto; max-width: 1240px; min-height: 88px; padding: 0 32px; }
.brand { align-items: center; color: #162b58; display: inline-flex; font-size: 1.65rem; font-weight: 750; gap: 8px; letter-spacing: -1.1px; }
.brand-symbol { align-items: center; background: var(--blue); border-radius: 50%; color: white; display: inline-flex; font-family: var(--serif); font-size: 1.4rem; font-style: italic; font-weight: bold; height: 25px; justify-content: center; line-height: 1; width: 25px; }
.site-nav { display: flex; gap: 34px; margin-left: 112px; }
.site-nav a { color: #40506d; font-size: .9rem; font-weight: 600; }
.site-nav a:hover, .text-action:hover { color: var(--blue); }
.demo-link { align-items: center; color: var(--blue); display: inline-flex; font-size: .88rem; font-weight: 750; gap: 9px; }
.demo-link span { font-size: 1.15rem; }

.hero { display: grid; grid-template-columns: minmax(0, .92fr) minmax(440px, 1.08fr); margin: 0 auto; max-width: 1240px; min-height: 625px; overflow: hidden; padding: 62px 32px 70px; }
.hero-copy { align-self: center; max-width: 550px; padding-bottom: 6px; position: relative; z-index: 1; }
.eyebrow { align-items: center; color: var(--blue); display: flex; font-size: .7rem; font-weight: 800; gap: 9px; letter-spacing: 1.5px; margin: 0 0 22px; text-transform: uppercase; }
.eyebrow span { background: var(--cyan); border-radius: 50%; height: 8px; width: 8px; }
h1 { color: var(--ink); font-family: var(--serif); font-size: clamp(3.25rem, 5.4vw, 5.25rem); font-weight: 400; letter-spacing: -4.2px; line-height: .98; margin: 0; }
h1 em { color: var(--blue); font-style: italic; }
.hero-description { color: var(--muted); font-size: 1.07rem; line-height: 1.65; margin: 28px 0 30px; max-width: 475px; }
.hero-actions { align-items: center; display: flex; gap: 25px; }
.primary-action { align-items: center; background: var(--blue); border-radius: 999px; box-shadow: 0 12px 22px rgba(34, 89, 216, .19); color: #fff; display: inline-flex; font-size: .9rem; font-weight: 750; gap: 18px; padding: 14px 20px 14px 23px; transition: background .2s ease, transform .2s ease; }
.primary-action:hover { background: var(--blue-deep); transform: translateY(-2px); }
.primary-action span { font-size: 1.25rem; font-weight: 400; }
.text-action { border-bottom: 1px solid #a8b5ca; color: #40506d; font-size: .86rem; font-weight: 700; padding-bottom: 3px; }
.hero-stats { display: flex; gap: 26px; margin: 51px 0 0; }
.hero-stats div { border-left: 1px solid #d6deea; padding-left: 13px; }
.hero-stats dt { color: var(--ink); font-family: var(--serif); font-size: 1.45rem; font-weight: 700; letter-spacing: -.8px; }
.hero-stats dd { color: #71809a; font-size: .69rem; line-height: 1.25; margin: 3px 0 0; max-width: 73px; }

.hero-visual { align-self: center; min-height: 450px; position: relative; }
.orb { border-radius: 50%; filter: blur(.2px); position: absolute; }
.orb-one { background: #c8eef1; height: 430px; right: -4px; top: 16px; width: 430px; }
.orb-two { background: #dfe9ff; height: 215px; left: 39px; top: 113px; width: 215px; }
.platform-window { background: rgba(255, 255, 255, .96); border: 1px solid rgba(222, 229, 241, .95); border-radius: 14px; box-shadow: 0 28px 55px rgba(27, 54, 106, .16); left: 80px; overflow: hidden; position: absolute; top: 70px; transform: rotate(-3.5deg); width: min(470px, 82%); z-index: 2; }
.window-topbar { align-items: center; border-bottom: 1px solid #eef1f6; display: flex; font-size: .54rem; height: 39px; justify-content: space-between; padding: 0 17px; }
.window-brand { align-items: center; color: #263f71; display: flex; font-weight: 800; gap: 4px; letter-spacing: -.3px; }
.window-brand span { background: var(--blue); border-radius: 50%; height: 8px; width: 8px; }
.window-avatar { align-items: center; background: #e5ebf9; border-radius: 50%; color: var(--blue); display: flex; font-size: .45rem; font-weight: 800; height: 19px; justify-content: center; width: 19px; }
.platform-content { display: flex; min-height: 243px; }
.platform-sidebar { align-items: center; background: #f7f9fd; display: flex; flex-direction: column; gap: 17px; padding-top: 23px; width: 46px; }
.platform-sidebar i { background: #c8d3e8; border-radius: 2px; height: 8px; width: 8px; }
.platform-sidebar i:first-child { background: var(--blue); }
.platform-main { flex: 1; padding: 21px 22px; }
.visual-label { color: #8795ad; font-size: .53rem; margin: 0 0 4px; }
.visual-title-row { align-items: center; display: flex; justify-content: space-between; }
.visual-title-row strong { color: #233761; font-size: .93rem; letter-spacing: -.35px; }
.visual-title-row span { color: #8c99ae; font-size: .5rem; }
.visual-summary { display: grid; gap: 10px; grid-template-columns: 1fr 1fr; margin-top: 17px; }
.visual-summary div { background: #f5f8fe; border-radius: 7px; padding: 10px; }
.visual-summary small { color: #8290a8; display: block; font-size: .48rem; }
.visual-summary b { color: #203962; font-size: 1.05rem; letter-spacing: -.4px; margin-right: 5px; }
.visual-summary em { color: #19a481; font-size: .45rem; font-style: normal; font-weight: 700; }
.visual-chart { border: 1px solid #edf0f6; border-radius: 7px; margin-top: 12px; padding: 10px; }
.chart-header { align-items: center; color: #536481; display: flex; font-size: .5rem; font-weight: 700; justify-content: space-between; }
.chart-header i { background: #b6c6e9; border-radius: 50%; height: 5px; width: 5px; }
.chart-bars { align-items: end; display: flex; gap: 7px; height: 46px; margin-top: 7px; }
.chart-bars i { background: linear-gradient(180deg, #6987e8, #d2ddfa); border-radius: 3px 3px 0 0; flex: 1; }
.chart-bars i:nth-child(1) { height: 35%; }.chart-bars i:nth-child(2) { height: 58%; }.chart-bars i:nth-child(3) { height: 46%; }.chart-bars i:nth-child(4) { height: 77%; }.chart-bars i:nth-child(5) { height: 63%; }.chart-bars i:nth-child(6) { height: 88%; }.chart-bars i:nth-child(7) { height: 72%; }
.float-card { background: rgba(255,255,255,.96); border-radius: 10px; box-shadow: 0 14px 30px rgba(30, 56, 105, .15); margin: 0; position: absolute; z-index: 3; }
.float-card p { color: #6e7d95; font-size: .64rem; line-height: 1.35; margin: 0; }.float-card strong { color: #263b67; font-size: .77rem; }
.people-card { align-items: center; display: flex; gap: 10px; left: 22px; padding: 13px 16px; top: 265px; transform: rotate(4deg); }
.card-icon { background: var(--mint); border-radius: 7px; height: 29px; position: relative; width: 29px; }.people-icon::before, .people-icon::after { background: #31a99e; border-radius: 50%; content: ""; position: absolute; }.people-icon::before { height: 8px; left: 11px; top: 6px; width: 8px; }.people-icon::after { border-radius: 7px 7px 4px 4px; height: 8px; left: 7px; top: 16px; width: 16px; }
.pulse-card { align-items: center; bottom: 15px; display: flex; gap: 10px; padding: 13px 15px; right: 2px; transform: rotate(-2deg); }.pulse { background: #e5edff; border-radius: 50%; height: 29px; position: relative; width: 29px; }.pulse::after { background: var(--blue); border-radius: 50%; content: ""; height: 9px; left: 10px; position: absolute; top: 10px; width: 9px; }

.platform-strip { background: #142b5c; color: #fff; min-height: 315px; padding: 67px max(32px, calc((100vw - 1176px) / 2)); }
.platform-strip .eyebrow { color: var(--cyan); }.platform-strip .eyebrow span { background: var(--cyan); }
.strip-content { align-items: end; display: flex; gap: 70px; justify-content: space-between; }.strip-content h2 { font-family: var(--serif); font-size: clamp(2rem, 3.1vw, 3rem); font-weight: 400; letter-spacing: -1.7px; line-height: 1.05; margin: 0; max-width: 560px; }.strip-content p { color: #b8c9e9; font-size: .95rem; line-height: 1.55; margin: 0 0 3px; max-width: 345px; }.module-list { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 49px; }.module-list span { border: 1px solid rgba(196, 216, 255, .32); border-radius: 999px; color: #dce7ff; font-size: .74rem; padding: 9px 14px; }
@media (max-width: 850px) { .site-header { min-height: 74px; padding: 0 20px; }.site-nav { display: none; }.demo-link { font-size: .8rem; }.hero { grid-template-columns: 1fr; padding: 45px 24px 36px; }.hero-copy { max-width: 590px; }.hero-visual { margin: 34px auto 0; min-height: 360px; width: min(580px, 100%); }.platform-window { left: 13%; top: 25px; width: 76%; }.orb-one { height: 335px; right: 3%; top: 2px; width: 335px; }.orb-two { left: 8%; top: 72px; }.people-card { left: 3%; top: 215px; }.pulse-card { bottom: 5px; right: 1%; }.platform-strip { padding: 52px 24px; }.strip-content { align-items: start; flex-direction: column; gap: 20px; } }
@media (max-width: 520px) { .brand { font-size: 1.45rem; }.brand-symbol { height: 22px; width: 22px; }.demo-link { font-size: 0; }.demo-link span { font-size: 1.25rem; }.hero { padding: 35px 20px 25px; }.eyebrow { font-size: .62rem; margin-bottom: 17px; }h1 { font-size: clamp(2.8rem, 14vw, 3.55rem); letter-spacing: -2.7px; }.hero-description { font-size: .96rem; margin: 22px 0; }.hero-actions { align-items: flex-start; flex-direction: column; gap: 17px; }.hero-stats { gap: 12px; margin-top: 35px; }.hero-stats div { padding-left: 8px; }.hero-stats dt { font-size: 1.2rem; }.hero-stats dd { font-size: .62rem; }.hero-visual { min-height: 287px; }.orb-one { height: 270px; width: 270px; }.orb-two { height: 145px; width: 145px; }.platform-window { border-radius: 9px; left: 11%; top: 18px; width: 80%; }.platform-content { min-height: 184px; }.window-topbar { height: 31px; }.platform-sidebar { gap: 12px; padding-top: 17px; width: 34px; }.platform-sidebar i { height: 6px; width: 6px; }.platform-main { padding: 15px; }.visual-summary { margin-top: 10px; }.visual-summary div { padding: 7px; }.visual-chart { margin-top: 8px; padding: 7px; }.chart-bars { height: 34px; }.people-card { gap: 7px; padding: 8px 10px; top: 164px; }.card-icon { height: 24px; width: 24px; }.people-icon::before { left: 8px; top: 5px; }.people-icon::after { left: 4px; top: 14px; }.float-card p { font-size: .53rem; }.float-card strong { font-size: .64rem; }.pulse-card { gap: 7px; padding: 8px 10px; }.pulse { height: 24px; width: 24px; }.pulse::after { left: 8px; top: 8px; }.platform-strip { min-height: 0; padding: 43px 20px; }.strip-content h2 { font-size: 2rem; }.strip-content p { font-size: .88rem; }.module-list { margin-top: 30px; } }
